|
|
|
1 | 2023-10-09T00:44:59.927Z | job assigned to worker 01HC8Y8FJMA05TB3MRBBSQCW3M (queued for 55 s) |
|
2 | 2023-10-09T00:45:00.073Z | starting task 0: "setup" |
3 | 2023-10-09T00:45:00.135Z | ++ uname -s |
4 | 2023-10-09T00:45:00.139Z | + kern=SunOS |
5 | 2023-10-09T00:45:00.144Z | + case "$kern" in |
6 | 2023-10-09T00:45:00.147Z | + groupadd -g 12345 build |
7 | 2023-10-09T00:45:00.151Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-09T00:45:02.163Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-09T00:45:02.292Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-09T00:45:02.298Z | + home_fs=zfs |
11 | 2023-10-09T00:45:02.303Z | + [[ zfs == autofs ]] |
12 | 2023-10-09T00:45:02.306Z | + mkdir -p /home/build |
13 | 2023-10-09T00:45:02.309Z | + chown build:build /home/build /work |
14 | 2023-10-09T00:45:04.299Z | + chmod 0700 /home/build /work |
15 | 2023-10-09T00:45:04.304Z | process exited: duration 4227 ms, exit code 0 |
|
16 | 2023-10-09T00:45:04.310Z | starting task 1: "rust-toolchain" |
17 | 2023-10-09T00:45:04.321Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-09T00:45:04.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-09T00:45:04.494Z | info: downloading installer |
20 | 2023-10-09T00:45:05.798Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-09T00:45:05.801Z | warning: /opt/ooce/bin |
22 | 2023-10-09T00:45:05.803Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-09T00:45:05.806Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-09T00:45:05.809Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-09T00:45:05.812Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-09T00:45:05.815Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-09T00:45:05.818Z | error: cannot install while Rust is installed |
28 | 2023-10-09T00:45:05.821Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-09T00:45:05.936Z | info: profile set to 'default' |
30 | 2023-10-09T00:45:05.939Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-09T00:45:05.942Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-09T00:45:06.099Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-09T00:45:06.102Z | info: downloading component 'cargo' |
34 | 2023-10-09T00:45:06.703Z | info: downloading component 'clippy' |
35 | 2023-10-09T00:45:06.922Z | info: downloading component 'rust-docs' |
36 | 2023-10-09T00:45:07.700Z | info: downloading component 'rust-std' |
37 | 2023-10-09T00:45:08.970Z | info: downloading component 'rustc' |
38 | 2023-10-09T00:45:12.386Z | info: downloading component 'rustfmt' |
39 | 2023-10-09T00:45:12.981Z | info: installing component 'cargo' |
40 | 2023-10-09T00:45:13.931Z | info: installing component 'clippy' |
41 | 2023-10-09T00:45:14.525Z | info: installing component 'rust-docs' |
42 | 2023-10-09T00:45:17.249Z | info: installing component 'rust-std' |
43 | 2023-10-09T00:45:20.128Z | info: installing component 'rustc' |
44 | 2023-10-09T00:45:27.073Z | info: installing component 'rustfmt' |
45 | 2023-10-09T00:45:27.517Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-09T00:45:27.522Z | |
47 | 2023-10-09T00:45:27.700Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-09T00:45:27.704Z | |
49 | 2023-10-09T00:45:27.707Z | |
50 | 2023-10-09T00:45:27.710Z | Rust is installed now. Great! |
51 | 2023-10-09T00:45:27.713Z | |
52 | 2023-10-09T00:45:27.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-09T00:45:27.718Z | environment variable. This has not been done automatically. |
54 | 2023-10-09T00:45:27.721Z | |
55 | 2023-10-09T00:45:27.723Z | To configure your current shell, run: |
56 | 2023-10-09T00:45:27.726Z | source "$HOME/.cargo/env" |
57 | 2023-10-09T00:45:27.790Z | + rustc --version |
58 | 2023-10-09T00:45:27.900Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-09T00:45:27.905Z | process exited: duration 23592 ms, exit code 0 |
|
60 | 2023-10-09T00:45:27.911Z | starting task 2: "authentication" |
61 | 2023-10-09T00:45:27.946Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-09T00:45:27.952Z | starting task 3: "clone repository" |
63 | 2023-10-09T00:45:27.962Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-09T00:45:27.965Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-09T00:45:28.017Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-09T00:45:29.199Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-09T00:45:29.211Z | + [[ -n master ]] |
68 | 2023-10-09T00:45:29.214Z | + git fetch origin master |
69 | 2023-10-09T00:45:29.553Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-09T00:45:29.560Z | * branch master -> FETCH_HEAD |
71 | 2023-10-09T00:45:29.563Z | + git checkout -B master remotes/origin/master |
72 | 2023-10-09T00:45:29.582Z | Reset branch 'master' |
73 | 2023-10-09T00:45:29.586Z | branch 'master' set up to track 'origin/master'. |
74 | 2023-10-09T00:45:29.606Z | Your branch is up to date with 'origin/master'. |
75 | 2023-10-09T00:45:29.616Z | + git reset --hard 92719c25fda23628f2731c48f4141177785f9d9a |
76 | 2023-10-09T00:45:29.628Z | HEAD is now at 92719c2 Add cloud-init volume generation to standalone |
77 | 2023-10-09T00:45:29.636Z | process exited: duration 1660 ms, exit code 0 |
|
78 | 2023-10-09T00:45:29.653Z | starting task 4: "build" |
79 | 2023-10-09T00:45:29.669Z | + cargo --version |
80 | 2023-10-09T00:45:29.757Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
81 | 2023-10-09T00:45:29.767Z | + rustc --version |
82 | 2023-10-09T00:45:29.859Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
83 | 2023-10-09T00:45:29.868Z | + banner check |
84 | 2023-10-09T00:45:29.882Z | |
85 | 2023-10-09T00:45:29.892Z | #### # # ###### #### # # |
86 | 2023-10-09T00:45:29.904Z | # # # # # # # # # |
87 | 2023-10-09T00:45:29.913Z | # ###### ##### # #### |
88 | 2023-10-09T00:45:29.923Z | # # # # # # # |
89 | 2023-10-09T00:45:29.931Z | # # # # # # # # # |
90 | 2023-10-09T00:45:29.943Z | #### # # ###### #### # # |
91 | 2023-10-09T00:45:29.955Z | |
92 | 2023-10-09T00:45:29.968Z | + ptime -m cargo check --features falcon |
93 | 2023-10-09T00:45:30.159Z | Updating crates.io index |
94 | 2023-10-09T00:45:30.167Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2023-10-09T00:45:32.004Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2023-10-09T00:45:32.451Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2023-10-09T00:45:32.763Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
98 | 2023-10-09T00:45:41.362Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
99 | 2023-10-09T00:45:41.679Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
100 | 2023-10-09T00:45:42.035Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
101 | 2023-10-09T00:45:42.426Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2023-10-09T00:45:44.123Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
103 | 2023-10-09T00:45:44.974Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
104 | 2023-10-09T00:45:45.258Z | Updating git repository `https://github.com/oxidecomputer/p4` |
105 | 2023-10-09T00:45:46.647Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2023-10-09T00:45:47.011Z | Updating git repository `https://github.com/oxidecomputer/typify` |
107 | 2023-10-09T00:45:49.254Z | Downloading crates ... |
108 | 2023-10-09T00:45:49.263Z | Downloaded crossbeam-utils v0.8.16 |
109 | 2023-10-09T00:45:49.268Z | Downloaded rustc_version v0.1.7 |
110 | 2023-10-09T00:45:49.274Z | Downloaded dyn-clone v1.0.13 |
111 | 2023-10-09T00:45:49.280Z | Downloaded byteorder v1.4.3 |
112 | 2023-10-09T00:45:49.288Z | Downloaded subtle v2.5.0 |
113 | 2023-10-09T00:45:49.299Z | Downloaded static_assertions v1.1.0 |
114 | 2023-10-09T00:45:49.309Z | Downloaded scopeguard v1.2.0 |
115 | 2023-10-09T00:45:49.320Z | Downloaded siphasher v0.3.11 |
116 | 2023-10-09T00:45:49.331Z | Downloaded sha1 v0.10.5 |
117 | 2023-10-09T00:45:49.342Z | Downloaded ron v0.7.1 |
118 | 2023-10-09T00:45:49.356Z | Downloaded colored v2.0.4 |
119 | 2023-10-09T00:45:49.366Z | Downloaded colorchoice v1.0.0 |
120 | 2023-10-09T00:45:49.385Z | Downloaded bitstruct_derive v0.1.0 |
121 | 2023-10-09T00:45:49.406Z | Downloaded ppv-lite86 v0.2.17 |
122 | 2023-10-09T00:45:49.427Z | Downloaded tap v1.0.1 |
123 | 2023-10-09T00:45:49.446Z | Downloaded strum v0.25.0 |
124 | 2023-10-09T00:45:49.464Z | Downloaded strsim v0.10.0 |
125 | 2023-10-09T00:45:49.490Z | Downloaded darling_macro v0.20.3 |
126 | 2023-10-09T00:45:49.512Z | Downloaded match_cfg v0.1.0 |
127 | 2023-10-09T00:45:50.364Z | Downloaded time-core v0.1.1 |
128 | 2023-10-09T00:45:50.378Z | Downloaded slog-envlogger v2.2.0 |
129 | 2023-10-09T00:45:50.394Z | Downloaded futures-sink v0.3.28 |
130 | 2023-10-09T00:45:50.546Z | Downloaded deranged v0.3.8 |
131 | 2023-10-09T00:45:50.560Z | Downloaded clap_derive v3.2.25 |
132 | 2023-10-09T00:45:50.569Z | Downloaded parse-display v0.7.0 |
133 | 2023-10-09T00:45:50.577Z | Downloaded futures-io v0.3.28 |
134 | 2023-10-09T00:45:50.586Z | Downloaded structmeta-derive v0.1.6 |
135 | 2023-10-09T00:45:50.595Z | Downloaded async-recursion v1.0.5 |
136 | 2023-10-09T00:45:51.424Z | Downloaded futures-channel v0.3.28 |
137 | 2023-10-09T00:45:51.435Z | Downloaded erased-serde v0.3.30 |
138 | 2023-10-09T00:45:51.441Z | Downloaded serde_derive_internals v0.26.0 |
139 | 2023-10-09T00:45:51.452Z | Downloaded enum-as-inner v0.5.1 |
140 | 2023-10-09T00:45:51.460Z | Downloaded equivalent v1.0.1 |
141 | 2023-10-09T00:45:51.467Z | Downloaded number_prefix v0.4.0 |
142 | 2023-10-09T00:45:51.475Z | Downloaded tinyvec_macros v0.1.1 |
143 | 2023-10-09T00:45:51.483Z | Downloaded take_mut v0.2.2 |
144 | 2023-10-09T00:45:51.491Z | Downloaded slog-bunyan v2.4.0 |
145 | 2023-10-09T00:45:51.497Z | Downloaded num_enum v0.7.0 |
146 | 2023-10-09T00:45:51.504Z | Downloaded foreign-types v0.3.2 |
147 | 2023-10-09T00:45:51.518Z | Downloaded universal-hash v0.5.1 |
148 | 2023-10-09T00:45:51.523Z | Downloaded ctrlc v3.4.0 |
149 | 2023-10-09T00:45:51.531Z | Downloaded matches v0.1.10 |
150 | 2023-10-09T00:45:51.539Z | Downloaded pkg-config v0.3.27 |
151 | 2023-10-09T00:45:51.550Z | Downloaded pin-utils v0.1.0 |
152 | 2023-10-09T00:45:51.559Z | Downloaded thiserror v1.0.47 |
153 | 2023-10-09T00:45:51.565Z | Downloaded serde_arrays v0.1.0 |
154 | 2023-10-09T00:45:51.576Z | Downloaded console v0.15.7 |
155 | 2023-10-09T00:45:51.596Z | Downloaded anyhow v1.0.75 |
156 | 2023-10-09T00:45:51.609Z | Downloaded ident_case v1.0.1 |
157 | 2023-10-09T00:45:51.616Z | Downloaded termcolor v1.2.0 |
158 | 2023-10-09T00:45:51.625Z | Downloaded serde_path_to_error v0.1.14 |
159 | 2023-10-09T00:45:51.634Z | Downloaded slog-dtrace v0.2.3 |
160 | 2023-10-09T00:45:51.643Z | Downloaded num-iter v0.1.43 |
161 | 2023-10-09T00:45:51.651Z | Downloaded phf v0.11.2 |
162 | 2023-10-09T00:45:51.694Z | Downloaded spin v0.5.2 |
163 | 2023-10-09T00:45:51.706Z | Downloaded newtype_derive v0.1.6 |
164 | 2023-10-09T00:45:51.718Z | Downloaded untrusted v0.7.1 |
165 | 2023-10-09T00:45:51.731Z | Downloaded want v0.3.1 |
166 | 2023-10-09T00:45:51.746Z | Downloaded strum_macros v0.25.2 |
167 | 2023-10-09T00:45:51.762Z | Downloaded pest_generator v2.7.2 |
168 | 2023-10-09T00:45:51.785Z | Downloaded pest_derive v2.7.2 |
169 | 2023-10-09T00:45:51.798Z | Downloaded ringbuffer v0.15.0 |
170 | 2023-10-09T00:45:51.816Z | Downloaded openssl-probe v0.1.5 |
171 | 2023-10-09T00:45:51.833Z | Downloaded usdt-attr-macro v0.3.5 |
172 | 2023-10-09T00:45:51.853Z | Downloaded proc-macro2 v1.0.66 |
173 | 2023-10-09T00:45:51.874Z | Downloaded humantime v2.1.0 |
174 | 2023-10-09T00:45:52.294Z | Downloaded version_check v0.9.4 |
175 | 2023-10-09T00:45:52.315Z | Downloaded fnv v1.0.7 |
176 | 2023-10-09T00:45:52.354Z | Downloaded try-lock v0.2.4 |
177 | 2023-10-09T00:45:52.380Z | Downloaded generic-array v0.14.7 |
178 | 2023-10-09T00:45:52.399Z | Downloaded hashlink v0.8.3 |
179 | 2023-10-09T00:45:52.417Z | Downloaded unicode-xid v0.2.4 |
180 | 2023-10-09T00:45:52.436Z | Downloaded tokio-macros v2.1.0 |
181 | 2023-10-09T00:45:52.454Z | Downloaded num_enum_derive v0.7.0 |
182 | 2023-10-09T00:45:52.469Z | Downloaded getopts v0.2.21 |
183 | 2023-10-09T00:45:52.489Z | Downloaded lock_api v0.4.10 |
184 | 2023-10-09T00:45:52.508Z | Downloaded os_str_bytes v6.5.1 |
185 | 2023-10-09T00:45:52.528Z | Downloaded lru-cache v0.1.2 |
186 | 2023-10-09T00:45:52.548Z | Downloaded percent-encoding v2.3.0 |
187 | 2023-10-09T00:45:52.564Z | Downloaded num_threads v0.1.6 |
188 | 2023-10-09T00:45:52.574Z | Downloaded utf-8 v0.7.6 |
189 | 2023-10-09T00:45:52.587Z | Downloaded hostname v0.3.1 |
190 | 2023-10-09T00:45:53.015Z | Downloaded openssl-macros v0.1.1 |
191 | 2023-10-09T00:45:53.026Z | Downloaded clap v4.4.0 |
192 | 2023-10-09T00:45:53.029Z | Downloaded phf_shared v0.11.2 |
193 | 2023-10-09T00:45:53.032Z | Downloaded waitgroup v0.1.2 |
194 | 2023-10-09T00:45:53.035Z | Downloaded usdt-impl v0.3.5 |
195 | 2023-10-09T00:45:53.038Z | Downloaded bytes v1.4.0 |
196 | 2023-10-09T00:45:53.041Z | Downloaded zerocopy v0.3.0 |
197 | 2023-10-09T00:45:53.043Z | Downloaded usdt v0.3.5 |
198 | 2023-10-09T00:45:53.046Z | Downloaded num-rational v0.4.1 |
199 | 2023-10-09T00:45:53.051Z | Downloaded futures v0.3.28 |
200 | 2023-10-09T00:45:53.054Z | Downloaded libloading v0.7.4 |
201 | 2023-10-09T00:45:53.058Z | Downloaded globset v0.4.13 |
202 | 2023-10-09T00:45:53.062Z | Downloaded tokio-native-tls v0.3.1 |
203 | 2023-10-09T00:45:53.076Z | Downloaded httparse v1.8.0 |
204 | 2023-10-09T00:45:53.082Z | Downloaded cc v1.0.83 |
205 | 2023-10-09T00:45:53.087Z | Downloaded heck v0.4.1 |
206 | 2023-10-09T00:45:53.091Z | Downloaded polyval v0.6.1 |
207 | 2023-10-09T00:45:53.094Z | Downloaded parking_lot v0.12.1 |
208 | 2023-10-09T00:45:53.099Z | Downloaded darling_core v0.20.3 |
209 | 2023-10-09T00:45:53.103Z | Downloaded http-body v0.4.5 |
210 | 2023-10-09T00:45:53.111Z | Downloaded parking_lot_core v0.9.8 |
211 | 2023-10-09T00:45:53.115Z | Downloaded toml v0.7.6 |
212 | 2023-10-09T00:45:53.119Z | Downloaded log v0.4.20 |
213 | 2023-10-09T00:45:53.125Z | Downloaded unsafe-libyaml v0.2.9 |
214 | 2023-10-09T00:45:53.129Z | Downloaded wyz v0.5.1 |
215 | 2023-10-09T00:45:53.133Z | Downloaded once_cell v1.18.0 |
216 | 2023-10-09T00:45:53.137Z | Downloaded ucd-trie v0.1.6 |
217 | 2023-10-09T00:45:53.141Z | Downloaded hex v0.4.3 |
218 | 2023-10-09T00:45:53.145Z | Downloaded postgres-protocol v0.6.6 |
219 | 2023-10-09T00:45:53.149Z | Downloaded vergen v8.2.4 |
220 | 2023-10-09T00:45:53.153Z | Downloaded tokio-tungstenite v0.20.1 |
221 | 2023-10-09T00:45:53.157Z | Downloaded url v2.4.0 |
222 | 2023-10-09T00:45:53.163Z | Downloaded tungstenite v0.20.1 |
223 | 2023-10-09T00:45:53.174Z | Downloaded aes v0.8.3 |
224 | 2023-10-09T00:45:53.187Z | Downloaded clap v3.2.25 |
225 | 2023-10-09T00:45:53.616Z | Downloaded tracing v0.1.37 |
226 | 2023-10-09T00:45:53.628Z | Downloaded hashbrown v0.12.3 |
227 | 2023-10-09T00:45:53.638Z | Downloaded indexmap v2.0.0 |
228 | 2023-10-09T00:45:53.649Z | Downloaded uuid v1.4.1 |
229 | 2023-10-09T00:45:54.076Z | Downloaded itertools v0.11.0 |
230 | 2023-10-09T00:45:54.495Z | Downloaded openssl-sys v0.9.91 |
231 | 2023-10-09T00:45:54.506Z | Downloaded toml v0.5.11 |
232 | 2023-10-09T00:45:54.515Z | Downloaded winnow v0.5.15 |
233 | 2023-10-09T00:45:54.524Z | Downloaded libm v0.2.7 |
234 | 2023-10-09T00:45:54.533Z | Downloaded hyper v0.14.27 |
235 | 2023-10-09T00:45:54.542Z | Downloaded http v0.2.9 |
236 | 2023-10-09T00:45:54.550Z | Downloaded hashbrown v0.13.2 |
237 | 2023-10-09T00:45:54.562Z | Downloaded regress v0.6.0 |
238 | 2023-10-09T00:45:54.572Z | Downloaded mio v0.8.8 |
239 | 2023-10-09T00:45:54.588Z | Downloaded nix v0.26.2 |
240 | 2023-10-09T00:45:54.600Z | Downloaded pest v2.7.2 |
241 | 2023-10-09T00:45:54.611Z | Downloaded idna v0.2.3 |
242 | 2023-10-09T00:45:54.620Z | Downloaded portable-atomic v1.4.3 |
243 | 2023-10-09T00:45:54.640Z | Downloaded bstr v1.6.0 |
244 | 2023-10-09T00:45:54.658Z | Downloaded futures-util v0.3.28 |
245 | 2023-10-09T00:45:55.086Z | Downloaded chrono v0.4.26 |
246 | 2023-10-09T00:45:55.090Z | Downloaded h2 v0.3.21 |
247 | 2023-10-09T00:45:55.094Z | Downloaded zerocopy-derive v0.2.0 |
248 | 2023-10-09T00:45:55.097Z | Downloaded petgraph v0.6.4 |
249 | 2023-10-09T00:45:55.100Z | Downloaded regress v0.7.1 |
250 | 2023-10-09T00:45:55.103Z | Downloaded git2 v0.17.2 |
251 | 2023-10-09T00:45:55.109Z | Downloaded webpki-roots v0.25.2 |
252 | 2023-10-09T00:45:55.112Z | Downloaded regex-syntax v0.6.29 |
253 | 2023-10-09T00:45:55.116Z | Downloaded trust-dns-proto v0.22.0 |
254 | 2023-10-09T00:45:55.119Z | Downloaded syn v2.0.29 |
255 | 2023-10-09T00:45:55.123Z | Downloaded rustls v0.21.6 |
256 | 2023-10-09T00:45:55.126Z | Downloaded vcpkg v0.2.15 |
257 | 2023-10-09T00:45:55.130Z | Downloaded regex v1.9.3 |
258 | 2023-10-09T00:45:55.133Z | Downloaded clap_builder v4.4.0 |
259 | 2023-10-09T00:45:55.137Z | Downloaded openapiv3 v1.0.2 |
260 | 2023-10-09T00:45:55.142Z | Downloaded regex-automata v0.3.6 |
261 | 2023-10-09T00:45:55.147Z | Downloaded tokio v1.32.0 |
262 | 2023-10-09T00:45:55.152Z | Downloaded libc v0.2.148 |
263 | 2023-10-09T00:45:55.156Z | Downloaded idna v0.4.0 |
264 | 2023-10-09T00:45:55.161Z | Downloaded encoding_rs v0.8.33 |
265 | 2023-10-09T00:45:55.179Z | Downloaded serde_with v2.3.3 |
266 | 2023-10-09T00:45:55.192Z | Downloaded openssl v0.10.56 |
267 | 2023-10-09T00:45:55.209Z | Downloaded tokio-util v0.7.8 |
268 | 2023-10-09T00:45:55.215Z | Downloaded aho-corasick v1.0.4 |
269 | 2023-10-09T00:45:55.225Z | Downloaded unicode-normalization v0.1.22 |
270 | 2023-10-09T00:45:55.229Z | Downloaded regex-syntax v0.7.4 |
271 | 2023-10-09T00:45:55.234Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
272 | 2023-10-09T00:45:55.240Z | Downloaded hashbrown v0.14.0 |
273 | 2023-10-09T00:45:55.256Z | Downloaded time v0.3.27 |
274 | 2023-10-09T00:45:55.263Z | Downloaded rustix v0.38.9 |
275 | 2023-10-09T00:45:55.270Z | Downloaded serde v1.0.187 |
276 | 2023-10-09T00:45:55.278Z | Downloaded bitvec v1.0.1 |
277 | 2023-10-09T00:45:55.285Z | Downloaded steno v0.4.0 |
278 | 2023-10-09T00:45:55.292Z | Downloaded rustls-webpki v0.101.4 |
279 | 2023-10-09T00:45:55.299Z | Downloaded syn v1.0.109 |
280 | 2023-10-09T00:45:55.313Z | Downloaded tokio-postgres v0.7.10 |
281 | 2023-10-09T00:45:55.333Z | Downloaded serde_json v1.0.105 |
282 | 2023-10-09T00:45:55.342Z | Downloaded reqwest v0.11.20 |
283 | 2023-10-09T00:45:55.348Z | Downloaded toml_edit v0.19.14 |
284 | 2023-10-09T00:45:55.354Z | Downloaded indicatif v0.17.6 |
285 | 2023-10-09T00:45:55.359Z | Downloaded crossbeam-channel v0.5.8 |
286 | 2023-10-09T00:45:55.367Z | Downloaded trust-dns-resolver v0.22.0 |
287 | 2023-10-09T00:45:55.379Z | Downloaded toml_edit v0.20.1 |
288 | 2023-10-09T00:45:55.385Z | Downloaded num-bigint v0.4.4 |
289 | 2023-10-09T00:45:55.391Z | Downloaded indexmap v1.9.3 |
290 | 2023-10-09T00:45:55.397Z | Downloaded num-traits v0.2.16 |
291 | 2023-10-09T00:45:55.403Z | Downloaded hmac v0.12.1 |
292 | 2023-10-09T00:45:55.409Z | Downloaded memchr v2.5.0 |
293 | 2023-10-09T00:45:55.415Z | Downloaded hyper-rustls v0.24.1 |
294 | 2023-10-09T00:45:55.421Z | Downloaded rusqlite v0.29.0 |
295 | 2023-10-09T00:45:55.427Z | Downloaded glob v0.3.1 |
296 | 2023-10-09T00:45:55.432Z | Downloaded native-tls v0.2.11 |
297 | 2023-10-09T00:45:55.438Z | Downloaded twox-hash v1.6.3 |
298 | 2023-10-09T00:45:55.444Z | Downloaded time v0.1.45 |
299 | 2023-10-09T00:45:55.449Z | Downloaded base64 v0.21.4 |
300 | 2023-10-09T00:45:55.455Z | Downloaded socket2 v0.5.3 |
301 | 2023-10-09T00:45:55.464Z | Downloaded libz-sys v1.1.12 |
302 | 2023-10-09T00:45:55.470Z | Downloaded unicode-bidi v0.3.13 |
303 | 2023-10-09T00:45:55.477Z | Downloaded pest_meta v2.7.2 |
304 | 2023-10-09T00:45:55.916Z | Downloaded toml v0.8.1 |
305 | 2023-10-09T00:45:55.927Z | Downloaded typenum v1.16.0 |
306 | 2023-10-09T00:45:55.949Z | Downloaded num_cpus v1.16.0 |
307 | 2023-10-09T00:45:56.379Z | Downloaded getrandom v0.2.10 |
308 | 2023-10-09T00:45:56.398Z | Downloaded tinyvec v1.6.0 |
309 | 2023-10-09T00:45:56.829Z | Downloaded whoami v1.4.1 |
310 | 2023-10-09T00:45:56.852Z | Downloaded rand v0.8.5 |
311 | 2023-10-09T00:45:56.918Z | Downloaded arc-swap v1.6.0 |
312 | 2023-10-09T00:45:56.960Z | Downloaded tokio-rustls v0.24.1 |
313 | 2023-10-09T00:45:56.975Z | Downloaded password-hash v0.5.0 |
314 | 2023-10-09T00:45:56.990Z | Downloaded base64 v0.13.1 |
315 | 2023-10-09T00:45:57.007Z | Downloaded unicode-ident v1.0.11 |
316 | 2023-10-09T00:45:57.030Z | Downloaded schemars v0.8.12 |
317 | 2023-10-09T00:45:57.466Z | Downloaded instant v0.1.12 |
318 | 2023-10-09T00:45:57.487Z | Downloaded tracing-core v0.1.31 |
319 | 2023-10-09T00:45:57.915Z | Downloaded macaddr v1.0.1 |
320 | 2023-10-09T00:45:58.333Z | Downloaded iana-time-zone v0.1.57 |
321 | 2023-10-09T00:45:58.338Z | Downloaded socket2 v0.4.9 |
322 | 2023-10-09T00:45:58.343Z | Downloaded thiserror-impl v1.0.47 |
323 | 2023-10-09T00:45:58.348Z | Downloaded tempfile v3.8.0 |
324 | 2023-10-09T00:45:58.353Z | Downloaded linked-hash-map v0.5.6 |
325 | 2023-10-09T00:45:58.357Z | Downloaded inout v0.1.3 |
326 | 2023-10-09T00:45:58.363Z | Downloaded lazy_static v1.4.0 |
327 | 2023-10-09T00:45:58.372Z | Downloaded fatfs v0.3.6 |
328 | 2023-10-09T00:45:58.376Z | Downloaded httpdate v1.0.3 |
329 | 2023-10-09T00:45:58.386Z | Downloaded ryu v1.0.15 |
330 | 2023-10-09T00:45:58.394Z | Downloaded term v0.7.0 |
331 | 2023-10-09T00:45:58.401Z | Downloaded blake2 v0.10.6 |
332 | 2023-10-09T00:45:58.411Z | Downloaded aes-gcm-siv v0.11.1 |
333 | 2023-10-09T00:45:58.420Z | Downloaded base64ct v1.6.0 |
334 | 2023-10-09T00:45:58.433Z | Downloaded tracing-attributes v0.1.26 |
335 | 2023-10-09T00:45:58.450Z | Downloaded num-integer v0.1.45 |
336 | 2023-10-09T00:45:58.469Z | Downloaded md-5 v0.10.5 |
337 | 2023-10-09T00:45:58.906Z | Downloaded toml_datetime v0.6.3 |
338 | 2023-10-09T00:45:59.339Z | Downloaded pin-project-lite v0.2.13 |
339 | 2023-10-09T00:45:59.356Z | Downloaded unicode-width v0.1.10 |
340 | 2023-10-09T00:45:59.378Z | Downloaded hyper-tls v0.5.0 |
341 | 2023-10-09T00:45:59.396Z | Downloaded serde_tokenstream v0.1.7 |
342 | 2023-10-09T00:45:59.408Z | Downloaded ipnet v2.8.0 |
343 | 2023-10-09T00:45:59.416Z | Downloaded jobserver v0.1.26 |
344 | 2023-10-09T00:45:59.425Z | Downloaded time-macros v0.2.13 |
345 | 2023-10-09T00:45:59.429Z | Downloaded serde_yaml v0.9.25 |
346 | 2023-10-09T00:45:59.434Z | Downloaded serde_derive v1.0.187 |
347 | 2023-10-09T00:45:59.441Z | Downloaded fixedbitset v0.4.2 |
348 | 2023-10-09T00:45:59.445Z | Downloaded thread-id v4.2.0 |
349 | 2023-10-09T00:45:59.449Z | Downloaded futures-executor v0.3.28 |
350 | 2023-10-09T00:45:59.453Z | Downloaded allocator-api2 v0.2.16 |
351 | 2023-10-09T00:45:59.458Z | Downloaded num_enum v0.5.11 |
352 | 2023-10-09T00:45:59.467Z | Downloaded libsqlite3-sys v0.26.0 |
353 | 2023-10-09T00:45:59.481Z | Downloaded ring v0.16.20 |
354 | 2023-10-09T00:45:59.493Z | Downloaded itoa v1.0.9 |
355 | 2023-10-09T00:45:59.504Z | Downloaded ipnetwork v0.20.0 |
356 | 2023-10-09T00:45:59.508Z | Downloaded mime v0.3.17 |
357 | 2023-10-09T00:45:59.515Z | Downloaded bincode v1.3.3 |
358 | 2023-10-09T00:45:59.520Z | Downloaded async-trait v0.1.73 |
359 | 2023-10-09T00:45:59.527Z | Downloaded num_enum_derive v0.5.11 |
360 | 2023-10-09T00:45:59.535Z | Downloaded rustls-pemfile v1.0.3 |
361 | 2023-10-09T00:45:59.546Z | Downloaded funty v2.0.0 |
362 | 2023-10-09T00:45:59.558Z | Downloaded dirs-sys-next v0.1.2 |
363 | 2023-10-09T00:46:00.028Z | Downloaded anstyle-parse v0.2.1 |
364 | 2023-10-09T00:46:00.042Z | Downloaded async-stream v0.3.5 |
365 | 2023-10-09T00:46:00.058Z | Downloaded ahash v0.7.6 |
366 | 2023-10-09T00:46:00.072Z | Downloaded ascii v1.1.0 |
367 | 2023-10-09T00:46:00.507Z | Downloaded futures-macro v0.3.28 |
368 | 2023-10-09T00:46:00.510Z | Downloaded futures-core v0.3.28 |
369 | 2023-10-09T00:46:00.513Z | Downloaded fastrand v2.0.0 |
370 | 2023-10-09T00:46:00.519Z | Downloaded form_urlencoded v1.2.0 |
371 | 2023-10-09T00:46:00.531Z | Downloaded data-encoding v2.4.0 |
372 | 2023-10-09T00:46:00.560Z | Downloaded backoff v0.4.0 |
373 | 2023-10-09T00:46:00.572Z | Downloaded zeroize v1.6.0 |
374 | 2023-10-09T00:46:00.581Z | Downloaded utf8parse v0.2.1 |
375 | 2023-10-09T00:46:00.593Z | Downloaded usdt-macro v0.3.5 |
376 | 2023-10-09T00:46:00.597Z | Downloaded paste v1.0.14 |
377 | 2023-10-09T00:46:00.600Z | Downloaded parse-display-derive v0.7.0 |
378 | 2023-10-09T00:46:00.602Z | Downloaded slog-async v2.8.0 |
379 | 2023-10-09T00:46:00.605Z | Downloaded slog v2.7.0 |
380 | 2023-10-09T00:46:00.609Z | Downloaded fallible-iterator v0.2.0 |
381 | 2023-10-09T00:46:00.612Z | Downloaded either v1.9.0 |
382 | 2023-10-09T00:46:00.615Z | Downloaded crypto-common v0.1.6 |
383 | 2023-10-09T00:46:00.618Z | Downloaded clap_lex v0.2.4 |
384 | 2023-10-09T00:46:00.621Z | Downloaded ctr v0.9.2 |
385 | 2023-10-09T00:46:00.625Z | Downloaded tower-service v0.3.2 |
386 | 2023-10-09T00:46:00.628Z | Downloaded errno v0.3.2 |
387 | 2023-10-09T00:46:00.639Z | Downloaded fallible-streaming-iterator v0.1.9 |
388 | 2023-10-09T00:46:00.650Z | Downloaded slog-term v2.9.0 |
389 | 2023-10-09T00:46:00.664Z | Downloaded num-complex v0.4.4 |
390 | 2023-10-09T00:46:00.686Z | Downloaded smallvec v1.11.0 |
391 | 2023-10-09T00:46:00.698Z | Downloaded is-terminal v0.4.9 |
392 | 2023-10-09T00:46:00.710Z | Downloaded memoffset v0.7.1 |
393 | 2023-10-09T00:46:00.717Z | Downloaded synstructure v0.12.6 |
394 | 2023-10-09T00:46:00.728Z | Downloaded bitflags v1.3.2 |
395 | 2023-10-09T00:46:00.739Z | Downloaded clap_lex v0.5.1 |
396 | 2023-10-09T00:46:00.751Z | Downloaded argon2 v0.5.1 |
397 | 2023-10-09T00:46:00.761Z | Downloaded atomic-waker v1.1.1 |
398 | 2023-10-09T00:46:00.768Z | Downloaded autocfg v1.1.0 |
399 | 2023-10-09T00:46:01.177Z | Downloaded clap_derive v4.4.0 |
400 | 2023-10-09T00:46:01.182Z | Downloaded cpufeatures v0.2.9 |
401 | 2023-10-09T00:46:01.187Z | Downloaded anstream v0.5.0 |
402 | 2023-10-09T00:46:01.192Z | Downloaded aead v0.5.2 |
403 | 2023-10-09T00:46:01.197Z | Downloaded serde_with_macros v2.3.3 |
404 | 2023-10-09T00:46:01.202Z | Downloaded semver v0.1.20 |
405 | 2023-10-09T00:46:01.207Z | Downloaded textwrap v0.16.0 |
406 | 2023-10-09T00:46:01.212Z | Downloaded anstyle v1.0.2 |
407 | 2023-10-09T00:46:01.217Z | Downloaded anstyle-query v1.0.0 |
408 | 2023-10-09T00:46:01.223Z | Downloaded slog-stdlog v4.1.1 |
409 | 2023-10-09T00:46:01.240Z | Downloaded slog-scope v4.4.0 |
410 | 2023-10-09T00:46:01.254Z | Downloaded quick-error v1.2.3 |
411 | 2023-10-09T00:46:01.271Z | Downloaded proc-macro-error v1.0.4 |
412 | 2023-10-09T00:46:01.292Z | Downloaded foreign-types-shared v0.1.1 |
413 | 2023-10-09T00:46:01.307Z | Downloaded camino-tempfile v1.0.2 |
414 | 2023-10-09T00:46:01.312Z | Downloaded stringprep v0.1.3 |
415 | 2023-10-09T00:46:01.320Z | Downloaded opaque-debug v0.3.0 |
416 | 2023-10-09T00:46:01.331Z | Downloaded num v0.4.1 |
417 | 2023-10-09T00:46:01.343Z | Downloaded serde_tokenstream v0.2.0 |
418 | 2023-10-09T00:46:01.768Z | Downloaded semver v1.0.18 |
419 | 2023-10-09T00:46:01.780Z | Downloaded structmeta v0.1.6 |
420 | 2023-10-09T00:46:01.793Z | Downloaded block-buffer v0.10.4 |
421 | 2023-10-09T00:46:01.807Z | Downloaded async-stream-impl v0.3.5 |
422 | 2023-10-09T00:46:01.816Z | Downloaded assert_matches v1.5.0 |
423 | 2023-10-09T00:46:01.828Z | Downloaded bit_field v0.10.2 |
424 | 2023-10-09T00:46:01.841Z | Downloaded async-recursion v0.3.2 |
425 | 2023-10-09T00:46:01.857Z | Downloaded slab v0.4.9 |
426 | 2023-10-09T00:46:01.875Z | Downloaded sha2 v0.10.7 |
427 | 2023-10-09T00:46:01.890Z | Downloaded rand_chacha v0.3.1 |
428 | 2023-10-09T00:46:01.909Z | Downloaded rustversion v1.0.14 |
429 | 2023-10-09T00:46:01.926Z | Downloaded thread_local v1.1.7 |
430 | 2023-10-09T00:46:02.350Z | Downloaded atty v0.2.14 |
431 | 2023-10-09T00:46:02.366Z | Downloaded schemars_derive v0.8.12 |
432 | 2023-10-09T00:46:02.382Z | Downloaded proc-macro-crate v1.3.1 |
433 | 2023-10-09T00:46:02.400Z | Downloaded slog-json v2.6.1 |
434 | 2023-10-09T00:46:02.413Z | Downloaded signal-hook-registry v1.4.1 |
435 | 2023-10-09T00:46:02.429Z | Downloaded serde_urlencoded v0.7.1 |
436 | 2023-10-09T00:46:02.864Z | Downloaded serde_spanned v0.6.3 |
437 | 2023-10-09T00:46:02.868Z | Downloaded serde_repr v0.1.16 |
438 | 2023-10-09T00:46:02.873Z | Downloaded resolv-conf v0.7.0 |
439 | 2023-10-09T00:46:02.876Z | Downloaded rand_core v0.6.4 |
440 | 2023-10-09T00:46:02.880Z | Downloaded radium v0.7.0 |
441 | 2023-10-09T00:46:02.883Z | Downloaded postgres-types v0.2.6 |
442 | 2023-10-09T00:46:02.888Z | Downloaded pretty-hex v0.2.1 |
443 | 2023-10-09T00:46:02.891Z | Downloaded proc-macro-error-attr v1.0.4 |
444 | 2023-10-09T00:46:02.895Z | Downloaded rustc_version v0.4.0 |
445 | 2023-10-09T00:46:02.898Z | Downloaded sct v0.7.0 |
446 | 2023-10-09T00:46:02.901Z | Downloaded quote v1.0.33 |
447 | 2023-10-09T00:46:02.905Z | Downloaded digest v0.10.7 |
448 | 2023-10-09T00:46:02.908Z | Downloaded ahash v0.8.3 |
449 | 2023-10-09T00:46:02.915Z | Downloaded dirs-next v2.0.0 |
450 | 2023-10-09T00:46:02.919Z | Downloaded cipher v0.4.4 |
451 | 2023-10-09T00:46:02.924Z | Downloaded dtrace-parser v0.1.14 |
452 | 2023-10-09T00:46:02.927Z | Downloaded darling v0.20.3 |
453 | 2023-10-09T00:46:02.931Z | Downloaded const_format_proc_macros v0.2.31 |
454 | 2023-10-09T00:46:02.934Z | Downloaded camino v1.1.6 |
455 | 2023-10-09T00:46:02.937Z | Downloaded futures-task v0.3.28 |
456 | 2023-10-09T00:46:02.944Z | Downloaded env_logger v0.9.3 |
457 | 2023-10-09T00:46:02.948Z | Downloaded dof v0.1.5 |
458 | 2023-10-09T00:46:02.951Z | Downloaded debug-ignore v1.0.5 |
459 | 2023-10-09T00:46:02.954Z | Downloaded cfg-if v1.0.0 |
460 | 2023-10-09T00:46:02.957Z | Downloaded const_format v0.2.31 |
461 | 2023-10-09T00:46:02.961Z | Downloaded bitstruct v0.1.1 |
462 | 2023-10-09T00:46:02.966Z | Downloaded bitflags v2.4.0 |
463 | 2023-10-09T00:46:02.969Z | Compiling proc-macro2 v1.0.66 |
464 | 2023-10-09T00:46:02.972Z | Compiling unicode-ident v1.0.11 |
465 | 2023-10-09T00:46:02.975Z | Compiling libc v0.2.148 |
466 | 2023-10-09T00:46:02.980Z | Compiling serde v1.0.187 |
467 | 2023-10-09T00:46:02.996Z | Compiling version_check v0.9.4 |
468 | 2023-10-09T00:46:03.000Z | Checking cfg-if v1.0.0 |
469 | 2023-10-09T00:46:03.006Z | Compiling autocfg v1.1.0 |
470 | 2023-10-09T00:46:03.011Z | Compiling syn v1.0.109 |
471 | 2023-10-09T00:46:03.015Z | Checking once_cell v1.18.0 |
472 | 2023-10-09T00:46:03.018Z | Compiling memchr v2.5.0 |
473 | 2023-10-09T00:46:03.022Z | Compiling thiserror v1.0.47 |
474 | 2023-10-09T00:46:03.025Z | Compiling libm v0.2.7 |
475 | 2023-10-09T00:46:03.028Z | Checking itoa v1.0.9 |
476 | 2023-10-09T00:46:03.034Z | Checking log v0.4.20 |
477 | 2023-10-09T00:46:03.040Z | Compiling serde_json v1.0.105 |
478 | 2023-10-09T00:46:03.043Z | Compiling ahash v0.8.3 |
479 | 2023-10-09T00:46:03.047Z | Checking pin-project-lite v0.2.13 |
480 | 2023-10-09T00:46:03.050Z | Compiling typenum v1.16.0 |
481 | 2023-10-09T00:46:03.053Z | Compiling pkg-config v0.3.27 |
482 | 2023-10-09T00:46:03.060Z | Compiling num-traits v0.2.16 |
483 | 2023-10-09T00:46:03.063Z | Compiling lock_api v0.4.10 |
484 | 2023-10-09T00:46:03.067Z | Compiling ahash v0.7.6 |
485 | 2023-10-09T00:46:03.071Z | Compiling generic-array v0.14.7 |
486 | 2023-10-09T00:46:03.074Z | Compiling quote v1.0.33 |
487 | 2023-10-09T00:46:03.077Z | Checking smallvec v1.11.0 |
488 | 2023-10-09T00:46:03.080Z | Compiling vcpkg v0.2.15 |
489 | 2023-10-09T00:46:03.106Z | Compiling syn v2.0.29 |
490 | 2023-10-09T00:46:03.110Z | Checking getrandom v0.2.10 |
491 | 2023-10-09T00:46:03.113Z | Compiling jobserver v0.1.26 |
492 | 2023-10-09T00:46:03.116Z | Compiling parking_lot_core v0.9.8 |
493 | 2023-10-09T00:46:03.119Z | Checking rand_core v0.6.4 |
494 | 2023-10-09T00:46:03.122Z | Compiling cc v1.0.83 |
495 | 2023-10-09T00:46:03.125Z | Checking ryu v1.0.15 |
496 | 2023-10-09T00:46:03.128Z | Checking scopeguard v1.2.0 |
497 | 2023-10-09T00:46:03.131Z | Compiling futures-core v0.3.28 |
498 | 2023-10-09T00:46:03.135Z | Checking num_cpus v1.16.0 |
499 | 2023-10-09T00:46:03.147Z | Checking parking_lot v0.12.1 |
500 | 2023-10-09T00:46:03.573Z | Checking socket2 v0.5.3 |
501 | 2023-10-09T00:46:03.581Z | Checking signal-hook-registry v1.4.1 |
502 | 2023-10-09T00:46:03.587Z | Checking mio v0.8.8 |
503 | 2023-10-09T00:46:03.593Z | Compiling indexmap v1.9.3 |
504 | 2023-10-09T00:46:03.608Z | Compiling slab v0.4.9 |
505 | 2023-10-09T00:46:03.635Z | Compiling heck v0.4.1 |
506 | 2023-10-09T00:46:04.074Z | Checking crypto-common v0.1.6 |
507 | 2023-10-09T00:46:04.086Z | Compiling schemars v0.8.12 |
508 | 2023-10-09T00:46:04.099Z | Checking futures-sink v0.3.28 |
509 | 2023-10-09T00:46:04.143Z | Compiling futures-task v0.3.28 |
510 | 2023-10-09T00:46:04.563Z | Compiling futures-channel v0.3.28 |
511 | 2023-10-09T00:46:04.571Z | Checking pin-utils v0.1.0 |
512 | 2023-10-09T00:46:04.592Z | Compiling equivalent v1.0.1 |
513 | 2023-10-09T00:46:04.604Z | Compiling hashbrown v0.14.0 |
514 | 2023-10-09T00:46:04.616Z | Compiling futures-util v0.3.28 |
515 | 2023-10-09T00:46:05.050Z | Checking futures-io v0.3.28 |
516 | 2023-10-09T00:46:05.487Z | Checking subtle v2.5.0 |
517 | 2023-10-09T00:46:05.501Z | Compiling unicode-xid v0.2.4 |
518 | 2023-10-09T00:46:05.516Z | Checking tinyvec_macros v0.1.1 |
519 | 2023-10-09T00:46:05.537Z | Checking tinyvec v1.6.0 |
520 | 2023-10-09T00:46:06.372Z | Checking time v0.1.45 |
521 | 2023-10-09T00:46:06.381Z | Compiling slog v2.7.0 |
522 | 2023-10-09T00:46:06.385Z | Checking bitflags v1.3.2 |
523 | 2023-10-09T00:46:06.389Z | Checking iana-time-zone v0.1.57 |
524 | 2023-10-09T00:46:06.394Z | Compiling time-core v0.1.1 |
525 | 2023-10-09T00:46:06.397Z | Checking fnv v1.0.7 |
526 | 2023-10-09T00:46:06.400Z | Checking hashbrown v0.12.3 |
527 | 2023-10-09T00:46:06.403Z | Compiling time-macros v0.2.13 |
528 | 2023-10-09T00:46:06.406Z | Compiling ucd-trie v0.1.6 |
529 | 2023-10-09T00:46:06.409Z | Compiling indexmap v2.0.0 |
530 | 2023-10-09T00:46:06.412Z | Checking unicode-bidi v0.3.13 |
531 | 2023-10-09T00:46:06.416Z | Checking unicode-normalization v0.1.22 |
532 | 2023-10-09T00:46:06.419Z | Checking block-buffer v0.10.4 |
533 | 2023-10-09T00:46:06.435Z | Checking tracing-core v0.1.31 |
534 | 2023-10-09T00:46:06.440Z | Checking byteorder v1.4.3 |
535 | 2023-10-09T00:46:06.646Z | Checking digest v0.10.7 |
536 | 2023-10-09T00:46:06.831Z | Compiling ring v0.16.20 |
537 | 2023-10-09T00:46:07.204Z | Checking percent-encoding v2.3.0 |
538 | 2023-10-09T00:46:07.263Z | Checking allocator-api2 v0.2.16 |
539 | 2023-10-09T00:46:08.180Z | Compiling openssl-sys v0.9.91 |
540 | 2023-10-09T00:46:08.229Z | Checking lazy_static v1.4.0 |
541 | 2023-10-09T00:46:08.381Z | Compiling serde_derive_internals v0.26.0 |
542 | 2023-10-09T00:46:08.523Z | Compiling synstructure v0.12.6 |
543 | 2023-10-09T00:46:09.663Z | Compiling httparse v1.8.0 |
544 | 2023-10-09T00:46:09.937Z | Checking ppv-lite86 v0.2.17 |
545 | 2023-10-09T00:46:10.311Z | Compiling dyn-clone v1.0.13 |
546 | 2023-10-09T00:46:10.836Z | Checking form_urlencoded v1.2.0 |
547 | 2023-10-09T00:46:11.074Z | Checking rand_chacha v0.3.1 |
548 | 2023-10-09T00:46:11.095Z | Checking spin v0.5.2 |
549 | 2023-10-09T00:46:11.503Z | Checking untrusted v0.7.1 |
550 | 2023-10-09T00:46:11.544Z | Checking rand v0.8.5 |
551 | 2023-10-09T00:46:11.731Z | Checking aho-corasick v1.0.4 |
552 | 2023-10-09T00:46:11.928Z | Compiling usdt-impl v0.3.5 |
553 | 2023-10-09T00:46:12.649Z | Checking regex-syntax v0.7.4 |
554 | 2023-10-09T00:46:12.894Z | Compiling winnow v0.5.15 |
555 | 2023-10-09T00:46:13.250Z | Checking idna v0.4.0 |
556 | 2023-10-09T00:46:14.716Z | Checking try-lock v0.2.4 |
557 | 2023-10-09T00:46:14.850Z | Checking foreign-types-shared v0.1.1 |
558 | 2023-10-09T00:46:14.854Z | Checking cpufeatures v0.2.9 |
559 | 2023-10-09T00:46:14.890Z | Checking num_threads v0.1.6 |
560 | 2023-10-09T00:46:14.981Z | Compiling openssl v0.10.56 |
561 | 2023-10-09T00:46:15.000Z | Checking deranged v0.3.8 |
562 | 2023-10-09T00:46:15.020Z | Compiling rustls v0.21.6 |
563 | 2023-10-09T00:46:15.538Z | Checking base64 v0.21.4 |
564 | 2023-10-09T00:46:15.660Z | Compiling crossbeam-utils v0.8.16 |
565 | 2023-10-09T00:46:16.218Z | Compiling semver v1.0.18 |
566 | 2023-10-09T00:46:16.512Z | Checking foreign-types v0.3.2 |
567 | 2023-10-09T00:46:16.608Z | Checking want v0.3.1 |
568 | 2023-10-09T00:46:16.831Z | Checking url v2.4.0 |
569 | 2023-10-09T00:46:17.365Z | Compiling serde_derive v1.0.187 |
570 | 2023-10-09T00:46:17.741Z | Compiling thiserror-impl v1.0.47 |
571 | 2023-10-09T00:46:17.987Z | Compiling tokio-macros v2.1.0 |
572 | 2023-10-09T00:46:18.056Z | Compiling futures-macro v0.3.28 |
573 | 2023-10-09T00:46:18.222Z | Compiling schemars_derive v0.8.12 |
574 | 2023-10-09T00:46:18.841Z | Compiling tracing-attributes v0.1.26 |
575 | 2023-10-09T00:46:18.947Z | Compiling zerocopy-derive v0.2.0 |
576 | 2023-10-09T00:46:19.311Z | Checking regex-automata v0.3.6 |
577 | 2023-10-09T00:46:20.695Z | Checking rustls-webpki v0.101.4 |
578 | 2023-10-09T00:46:21.800Z | Checking sct v0.7.0 |
579 | 2023-10-09T00:46:21.975Z | Compiling zerocopy v0.3.0 |
580 | 2023-10-09T00:46:22.105Z | Checking time v0.3.27 |
581 | 2023-10-09T00:46:22.901Z | Compiling pest v2.7.2 |
582 | 2023-10-09T00:46:23.214Z | Compiling dof v0.1.5 |
583 | 2023-10-09T00:46:23.351Z | Compiling openssl-macros v0.1.1 |
584 | 2023-10-09T00:46:24.581Z | Checking tracing v0.1.37 |
585 | 2023-10-09T00:46:25.003Z | Compiling thread-id v4.2.0 |
586 | 2023-10-09T00:46:25.018Z | Checking socket2 v0.4.9 |
587 | 2023-10-09T00:46:25.433Z | Checking regex v1.9.3 |
588 | 2023-10-09T00:46:25.447Z | Compiling native-tls v0.2.11 |
589 | 2023-10-09T00:46:25.498Z | Checking tower-service v0.3.2 |
590 | 2023-10-09T00:46:25.654Z | Checking httpdate v1.0.3 |
591 | 2023-10-09T00:46:25.863Z | Compiling rustversion v1.0.14 |
592 | 2023-10-09T00:46:26.941Z | Compiling pest_meta v2.7.2 |
593 | 2023-10-09T00:46:28.242Z | Checking openssl-probe v0.1.5 |
594 | 2023-10-09T00:46:28.863Z | Checking unicode-width v0.1.10 |
595 | 2023-10-09T00:46:28.887Z | Compiling hashbrown v0.13.2 |
596 | 2023-10-09T00:46:29.225Z | Compiling pest_generator v2.7.2 |
597 | 2023-10-09T00:46:31.231Z | Checking atty v0.2.14 |
598 | 2023-10-09T00:46:31.384Z | Compiling async-trait v0.1.73 |
599 | 2023-10-09T00:46:32.051Z | Checking ipnet v2.8.0 |
600 | 2023-10-09T00:46:32.158Z | Compiling anyhow v1.0.75 |
601 | 2023-10-09T00:46:32.249Z | Compiling regress v0.7.1 |
602 | 2023-10-09T00:46:33.190Z | Checking futures-executor v0.3.28 |
603 | 2023-10-09T00:46:33.205Z | Checking rustls-pemfile v1.0.3 |
604 | 2023-10-09T00:46:33.348Z | Checking dirs-sys-next v0.1.2 |
605 | 2023-10-09T00:46:34.069Z | Compiling pest_derive v2.7.2 |
606 | 2023-10-09T00:46:35.461Z | Compiling dtrace-parser v0.1.14 |
607 | 2023-10-09T00:46:36.208Z | Checking dirs-next v2.0.0 |
608 | 2023-10-09T00:46:38.465Z | Checking thread_local v1.1.7 |
609 | 2023-10-09T00:46:38.853Z | Checking encoding_rs v0.8.33 |
610 | 2023-10-09T00:46:38.964Z | Checking bytes v1.4.0 |
611 | 2023-10-09T00:46:40.256Z | Checking tokio v1.32.0 |
612 | 2023-10-09T00:46:40.546Z | Checking chrono v0.4.26 |
613 | 2023-10-09T00:46:41.976Z | Checking http v0.2.9 |
614 | 2023-10-09T00:46:42.694Z | Checking uuid v1.4.1 |
615 | 2023-10-09T00:46:43.865Z | Compiling toml_datetime v0.6.3 |
616 | 2023-10-09T00:46:44.196Z | Compiling serde_spanned v0.6.3 |
617 | 2023-10-09T00:46:44.269Z | Checking http-body v0.4.5 |
618 | 2023-10-09T00:46:44.505Z | Compiling toml_edit v0.19.14 |
619 | 2023-10-09T00:46:44.545Z | Checking bitflags v2.4.0 |
620 | 2023-10-09T00:46:44.668Z | Compiling serde_tokenstream v0.1.7 |
621 | 2023-10-09T00:46:44.958Z | Compiling serde_tokenstream v0.2.0 |
622 | 2023-10-09T00:46:45.745Z | Checking serde_urlencoded v0.7.1 |
623 | 2023-10-09T00:46:46.228Z | Compiling openapiv3 v1.0.2 |
624 | 2023-10-09T00:46:46.558Z | Checking webpki-roots v0.25.2 |
625 | 2023-10-09T00:46:46.649Z | Compiling slog-async v2.8.0 |
626 | 2023-10-09T00:46:47.178Z | Compiling rustix v0.38.9 |
627 | 2023-10-09T00:46:47.182Z | Compiling usdt-attr-macro v0.3.5 |
628 | 2023-10-09T00:46:47.822Z | Compiling usdt-macro v0.3.5 |
629 | 2023-10-09T00:46:49.407Z | Checking mime v0.3.17 |
630 | 2023-10-09T00:46:50.492Z | Checking usdt v0.3.5 |
631 | 2023-10-09T00:46:50.921Z | Checking term v0.7.0 |
632 | 2023-10-09T00:46:50.946Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
633 | 2023-10-09T00:46:50.966Z | Checking crossbeam-channel v0.5.8 |
634 | 2023-10-09T00:46:51.640Z | Checking tokio-util v0.7.8 |
635 | 2023-10-09T00:46:52.414Z | Checking tokio-rustls v0.24.1 |
636 | 2023-10-09T00:46:52.425Z | Checking tokio-native-tls v0.3.1 |
637 | 2023-10-09T00:46:52.534Z | Checking errno v0.3.2 |
638 | 2023-10-09T00:46:53.011Z | Checking take_mut v0.2.2 |
639 | 2023-10-09T00:46:53.028Z | Checking h2 v0.3.21 |
640 | 2023-10-09T00:46:53.043Z | Checking siphasher v0.3.11 |
641 | 2023-10-09T00:46:53.181Z | Checking phf_shared v0.11.2 |
642 | 2023-10-09T00:46:53.602Z | Checking slog-term v2.9.0 |
643 | 2023-10-09T00:46:54.803Z | Compiling proc-macro-crate v1.3.1 |
644 | 2023-10-09T00:46:56.596Z | Checking hex v0.4.3 |
645 | 2023-10-09T00:46:57.173Z | Checking match_cfg v0.1.0 |
646 | 2023-10-09T00:46:57.729Z | Checking hostname v0.3.1 |
647 | 2023-10-09T00:46:57.828Z | Compiling getopts v0.2.21 |
648 | 2023-10-09T00:46:59.632Z | Checking hyper v0.14.27 |
649 | 2023-10-09T00:46:59.866Z | Checking futures v0.3.28 |
650 | 2023-10-09T00:47:00.008Z | Checking fallible-iterator v0.2.0 |
651 | 2023-10-09T00:47:00.026Z | Compiling ident_case v1.0.1 |
652 | 2023-10-09T00:47:00.261Z | Compiling strsim v0.10.0 |
653 | 2023-10-09T00:47:00.985Z | Compiling unsafe-libyaml v0.2.9 |
654 | 2023-10-09T00:47:01.247Z | Compiling darling_core v0.20.3 |
655 | 2023-10-09T00:47:02.148Z | Checking sha1 v0.10.5 |
656 | 2023-10-09T00:47:02.615Z | Compiling libz-sys v1.1.12 |
657 | 2023-10-09T00:47:03.597Z | Compiling serde_yaml v0.9.25 |
658 | 2023-10-09T00:47:04.824Z | Compiling semver v0.1.20 |
659 | 2023-10-09T00:47:05.743Z | Compiling rustc_version v0.1.7 |
660 | 2023-10-09T00:47:07.071Z | Checking hyper-rustls v0.24.1 |
661 | 2023-10-09T00:47:07.104Z | Checking hyper-tls v0.5.0 |
662 | 2023-10-09T00:47:07.597Z | Checking reqwest v0.11.20 |
663 | 2023-10-09T00:47:07.608Z | Checking slog-json v2.6.1 |
664 | 2023-10-09T00:47:07.921Z | Compiling strum_macros v0.25.2 |
665 | 2023-10-09T00:47:08.757Z | Checking fastrand v2.0.0 |
666 | 2023-10-09T00:47:08.937Z | Compiling camino v1.1.6 |
667 | 2023-10-09T00:47:09.438Z | Checking tempfile v3.8.0 |
668 | 2023-10-09T00:47:09.925Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
669 | 2023-10-09T00:47:09.965Z | Checking slog-bunyan v2.4.0 |
670 | 2023-10-09T00:47:09.980Z | Compiling newtype_derive v0.1.6 |
671 | 2023-10-09T00:47:10.187Z | Compiling darling_macro v0.20.3 |
672 | 2023-10-09T00:47:10.347Z | Checking console v0.15.7 |
673 | 2023-10-09T00:47:10.399Z | Compiling structmeta-derive v0.1.6 |
674 | 2023-10-09T00:47:10.543Z | Checking sha2 v0.10.7 |
675 | 2023-10-09T00:47:11.229Z | Checking hmac v0.12.1 |
676 | 2023-10-09T00:47:11.350Z | Checking md-5 v0.10.5 |
677 | 2023-10-09T00:47:11.498Z | Checking stringprep v0.1.3 |
678 | 2023-10-09T00:47:11.637Z | Compiling libgit2-sys v0.15.2+1.6.4 |
679 | 2023-10-09T00:47:11.885Z | Compiling darling v0.20.3 |
680 | 2023-10-09T00:47:11.904Z | Compiling paste v1.0.14 |
681 | 2023-10-09T00:47:12.202Z | Compiling serde_with_macros v2.3.3 |
682 | 2023-10-09T00:47:12.264Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
683 | 2023-10-09T00:47:12.780Z | Checking postgres-protocol v0.6.6 |
684 | 2023-10-09T00:47:12.987Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
685 | 2023-10-09T00:47:14.033Z | Compiling num_enum_derive v0.5.11 |
686 | 2023-10-09T00:47:14.115Z | Checking strum v0.25.0 |
687 | 2023-10-09T00:47:14.161Z | Compiling async-stream-impl v0.3.5 |
688 | 2023-10-09T00:47:14.182Z | Compiling num-integer v0.1.45 |
689 | 2023-10-09T00:47:14.332Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
690 | 2023-10-09T00:47:14.716Z | Checking atomic-waker v1.1.1 |
691 | 2023-10-09T00:47:14.869Z | Checking fixedbitset v0.4.2 |
692 | 2023-10-09T00:47:14.889Z | Checking either v1.9.0 |
693 | 2023-10-09T00:47:14.950Z | Compiling structmeta v0.1.6 |
694 | 2023-10-09T00:47:15.241Z | Compiling regex-syntax v0.6.29 |
695 | 2023-10-09T00:47:15.329Z | Checking petgraph v0.6.4 |
696 | 2023-10-09T00:47:15.473Z | Checking waitgroup v0.1.2 |
697 | 2023-10-09T00:47:15.670Z | Checking postgres-types v0.2.6 |
698 | 2023-10-09T00:47:16.342Z | Checking async-stream v0.3.5 |
699 | 2023-10-09T00:47:16.405Z | Checking serde_with v2.3.3 |
700 | 2023-10-09T00:47:16.750Z | Checking toml v0.7.6 |
701 | 2023-10-09T00:47:17.882Z | Checking phf v0.11.2 |
702 | 2023-10-09T00:47:18.145Z | Checking num_enum v0.5.11 |
703 | 2023-10-09T00:47:18.285Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
704 | 2023-10-09T00:47:18.340Z | Checking serde_path_to_error v0.1.14 |
705 | 2023-10-09T00:47:18.419Z | Compiling vergen v8.2.4 |
706 | 2023-10-09T00:47:18.537Z | Compiling memoffset v0.7.1 |
707 | 2023-10-09T00:47:18.956Z | Compiling proc-macro-error-attr v1.0.4 |
708 | 2023-10-09T00:47:19.204Z | Checking instant v0.1.12 |
709 | 2023-10-09T00:47:19.349Z | Checking utf8parse v0.2.1 |
710 | 2023-10-09T00:47:19.539Z | Checking debug-ignore v1.0.5 |
711 | 2023-10-09T00:47:19.689Z | Checking whoami v1.4.1 |
712 | 2023-10-09T00:47:19.764Z | Checking anstyle-parse v0.2.1 |
713 | 2023-10-09T00:47:19.798Z | Checking backoff v0.4.0 |
714 | 2023-10-09T00:47:20.050Z | Checking tokio-postgres v0.7.10 |
715 | 2023-10-09T00:47:20.356Z | Checking camino-tempfile v1.0.2 |
716 | 2023-10-09T00:47:20.614Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
717 | 2023-10-09T00:47:20.788Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
718 | 2023-10-09T00:47:20.793Z | Checking steno v0.4.0 |
719 | 2023-10-09T00:47:21.078Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
720 | 2023-10-09T00:47:21.271Z | Compiling rustc_version v0.4.0 |
721 | 2023-10-09T00:47:22.202Z | Checking ipnetwork v0.20.0 |
722 | 2023-10-09T00:47:22.234Z | Checking macaddr v1.0.1 |
723 | 2023-10-09T00:47:22.731Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
724 | 2023-10-09T00:47:23.725Z | Compiling libsqlite3-sys v0.26.0 |
725 | 2023-10-09T00:47:23.869Z | Compiling num-bigint v0.4.4 |
726 | 2023-10-09T00:47:24.027Z | Compiling proc-macro-error v1.0.4 |
727 | 2023-10-09T00:47:24.584Z | Compiling slog-dtrace v0.2.3 |
728 | 2023-10-09T00:47:24.587Z | Checking colorchoice v1.0.0 |
729 | 2023-10-09T00:47:24.623Z | Checking static_assertions v1.1.0 |
730 | 2023-10-09T00:47:24.663Z | Compiling parse-display-derive v0.7.0 |
731 | 2023-10-09T00:47:24.700Z | Checking arc-swap v1.6.0 |
732 | 2023-10-09T00:47:24.727Z | Checking base64ct v1.6.0 |
733 | 2023-10-09T00:47:24.746Z | Checking anstyle-query v1.0.0 |
734 | 2023-10-09T00:47:24.766Z | Checking anstyle v1.0.2 |
735 | 2023-10-09T00:47:25.261Z | Checking anstream v0.5.0 |
736 | 2023-10-09T00:47:25.408Z | Checking slog-scope v4.4.0 |
737 | 2023-10-09T00:47:25.429Z | Checking password-hash v0.5.0 |
738 | 2023-10-09T00:47:25.611Z | Checking blake2 v0.10.6 |
739 | 2023-10-09T00:47:25.679Z | Checking inout v0.1.3 |
740 | 2023-10-09T00:47:25.799Z | Compiling num-iter v0.1.43 |
741 | 2023-10-09T00:47:25.941Z | Compiling num-rational v0.4.1 |
742 | 2023-10-09T00:47:26.102Z | Checking termcolor v1.2.0 |
743 | 2023-10-09T00:47:26.273Z | Checking clap_lex v0.5.1 |
744 | 2023-10-09T00:47:26.352Z | Compiling radium v0.7.0 |
745 | 2023-10-09T00:47:26.626Z | Checking clap_builder v4.4.0 |
746 | 2023-10-09T00:47:26.826Z | Checking argon2 v0.5.1 |
747 | 2023-10-09T00:47:26.865Z | Checking cipher v0.4.4 |
748 | 2023-10-09T00:47:27.110Z | Checking slog-stdlog v4.1.1 |
749 | 2023-10-09T00:47:27.329Z | Checking nix v0.26.2 |
750 | 2023-10-09T00:47:27.775Z | Checking toml_edit v0.20.1 |
751 | 2023-10-09T00:47:28.076Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
752 | 2023-10-09T00:47:28.314Z | Compiling serde_repr v0.1.16 |
753 | 2023-10-09T00:47:28.633Z | Compiling clap_derive v4.4.0 |
754 | 2023-10-09T00:47:30.270Z | Checking hashlink v0.8.3 |
755 | 2023-10-09T00:47:31.187Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
756 | 2023-10-09T00:47:31.206Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
757 | 2023-10-09T00:47:31.228Z | Checking parse-display v0.7.0 |
758 | 2023-10-09T00:47:31.347Z | Checking os_str_bytes v6.5.1 |
759 | 2023-10-09T00:47:31.441Z | Checking fallible-streaming-iterator v0.1.9 |
760 | 2023-10-09T00:47:31.613Z | Compiling portable-atomic v1.4.3 |
761 | 2023-10-09T00:47:31.719Z | Checking tap v1.0.1 |
762 | 2023-10-09T00:47:31.740Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
763 | 2023-10-09T00:47:31.779Z | Checking rusqlite v0.29.0 |
764 | 2023-10-09T00:47:31.849Z | Checking clap_lex v0.2.4 |
765 | 2023-10-09T00:47:31.932Z | Checking wyz v0.5.1 |
766 | 2023-10-09T00:47:32.224Z | Checking toml v0.8.1 |
767 | 2023-10-09T00:47:32.512Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
768 | 2023-10-09T00:47:32.903Z | Compiling clap_derive v3.2.25 |
769 | 2023-10-09T00:47:33.129Z | Checking slog-envlogger v2.2.0 |
770 | 2023-10-09T00:47:33.407Z | Checking twox-hash v1.6.3 |
771 | 2023-10-09T00:47:33.427Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
772 | 2023-10-09T00:47:33.590Z | Checking is-terminal v0.4.9 |
773 | 2023-10-09T00:47:33.746Z | Compiling num_enum_derive v0.7.0 |
774 | 2023-10-09T00:47:33.790Z | Checking regress v0.6.0 |
775 | 2023-10-09T00:47:34.154Z | Checking num-complex v0.4.4 |
776 | 2023-10-09T00:47:34.157Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
777 | 2023-10-09T00:47:34.289Z | Checking universal-hash v0.5.1 |
778 | 2023-10-09T00:47:34.537Z | Checking textwrap v0.16.0 |
779 | 2023-10-09T00:47:35.022Z | Checking funty v2.0.0 |
780 | 2023-10-09T00:47:35.703Z | Checking opaque-debug v0.3.0 |
781 | 2023-10-09T00:47:35.815Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
782 | 2023-10-09T00:47:35.956Z | Checking polyval v0.6.1 |
783 | 2023-10-09T00:47:36.340Z | Checking num v0.4.1 |
784 | 2023-10-09T00:47:36.395Z | Checking colored v2.0.4 |
785 | 2023-10-09T00:47:36.511Z | Checking clap v4.4.0 |
786 | 2023-10-09T00:47:36.776Z | Checking bitvec v1.0.1 |
787 | 2023-10-09T00:47:36.990Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
788 | 2023-10-09T00:47:37.014Z | Checking ctr v0.9.2 |
789 | 2023-10-09T00:47:37.417Z | Checking aes v0.8.3 |
790 | 2023-10-09T00:47:38.075Z | Checking num_enum v0.7.0 |
791 | 2023-10-09T00:47:38.139Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
792 | 2023-10-09T00:47:38.280Z | Checking bincode v1.3.3 |
793 | 2023-10-09T00:47:38.610Z | Compiling async-recursion v0.3.2 |
794 | 2023-10-09T00:47:38.709Z | Checking aead v0.5.2 |
795 | 2023-10-09T00:47:38.956Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
796 | 2023-10-09T00:47:39.007Z | Checking data-encoding v2.4.0 |
797 | 2023-10-09T00:47:39.555Z | Checking pretty-hex v0.2.1 |
798 | 2023-10-09T00:47:39.583Z | Compiling erased-serde v0.3.30 |
799 | 2023-10-09T00:47:39.772Z | Checking zeroize v1.6.0 |
800 | 2023-10-09T00:47:39.805Z | Checking humantime v2.1.0 |
801 | 2023-10-09T00:47:39.849Z | Checking number_prefix v0.4.0 |
802 | 2023-10-09T00:47:40.096Z | Checking indicatif v0.17.6 |
803 | 2023-10-09T00:47:40.099Z | Checking aes-gcm-siv v0.11.1 |
804 | 2023-10-09T00:47:40.252Z | Checking env_logger v0.9.3 |
805 | 2023-10-09T00:47:40.381Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
806 | 2023-10-09T00:47:40.499Z | Checking itertools v0.11.0 |
807 | 2023-10-09T00:47:40.521Z | Checking clap v3.2.25 |
808 | 2023-10-09T00:47:40.753Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
809 | 2023-10-09T00:47:40.818Z | Checking toml v0.5.11 |
810 | 2023-10-09T00:47:40.908Z | Compiling bitstruct_derive v0.1.0 |
811 | 2023-10-09T00:47:41.146Z | Compiling async-recursion v1.0.5 |
812 | 2023-10-09T00:47:41.409Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
813 | 2023-10-09T00:47:41.590Z | Checking libloading v0.7.4 |
814 | 2023-10-09T00:47:41.940Z | Checking ascii v1.1.0 |
815 | 2023-10-09T00:47:42.534Z | Checking ringbuffer v0.15.0 |
816 | 2023-10-09T00:47:42.886Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
817 | 2023-10-09T00:47:43.098Z | Checking bitstruct v0.1.1 |
818 | 2023-10-09T00:47:43.119Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
819 | 2023-10-09T00:47:43.166Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
820 | 2023-10-09T00:47:43.324Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
821 | 2023-10-09T00:47:43.563Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
822 | 2023-10-09T00:47:43.604Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
823 | 2023-10-09T00:47:44.136Z | Checking serde_arrays v0.1.0 |
824 | 2023-10-09T00:47:44.435Z | Checking matches v0.1.10 |
825 | 2023-10-09T00:47:44.446Z | Checking utf-8 v0.7.6 |
826 | 2023-10-09T00:47:44.455Z | Checking idna v0.2.3 |
827 | 2023-10-09T00:47:44.504Z | Compiling enum-as-inner v0.5.1 |
828 | 2023-10-09T00:47:44.616Z | Checking tungstenite v0.20.1 |
829 | 2023-10-09T00:47:44.670Z | Checking linked-hash-map v0.5.6 |
830 | 2023-10-09T00:47:45.047Z | Checking quick-error v1.2.3 |
831 | 2023-10-09T00:47:45.140Z | Checking lru-cache v0.1.2 |
832 | 2023-10-09T00:47:45.553Z | Checking resolv-conf v0.7.0 |
833 | 2023-10-09T00:47:45.562Z | Compiling const_format_proc_macros v0.2.31 |
834 | 2023-10-09T00:47:45.732Z | Checking base64 v0.13.1 |
835 | 2023-10-09T00:47:45.885Z | Checking assert_matches v1.5.0 |
836 | 2023-10-09T00:47:45.987Z | Checking tokio-tungstenite v0.20.1 |
837 | 2023-10-09T00:47:46.005Z | Checking bstr v1.6.0 |
838 | 2023-10-09T00:47:46.008Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
839 | 2023-10-09T00:47:46.186Z | Checking trust-dns-proto v0.22.0 |
840 | 2023-10-09T00:47:46.355Z | Checking ron v0.7.1 |
841 | 2023-10-09T00:47:46.559Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
842 | 2023-10-09T00:47:46.651Z | Checking bit_field v0.10.2 |
843 | 2023-10-09T00:47:47.013Z | Checking ctrlc v3.4.0 |
844 | 2023-10-09T00:47:47.234Z | Checking globset v0.4.13 |
845 | 2023-10-09T00:47:47.278Z | Checking fatfs v0.3.6 |
846 | 2023-10-09T00:47:47.315Z | Checking glob v0.3.1 |
847 | 2023-10-09T00:47:48.646Z | Checking const_format v0.2.31 |
848 | 2023-10-09T00:47:51.198Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
849 | 2023-10-09T00:47:51.267Z | Checking trust-dns-resolver v0.22.0 |
850 | 2023-10-09T00:47:55.394Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
851 | 2023-10-09T00:47:55.619Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
852 | 2023-10-09T00:47:55.667Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
853 | 2023-10-09T00:47:55.680Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
854 | 2023-10-09T00:47:58.606Z | Compiling git2 v0.17.2 |
855 | 2023-10-09T00:48:03.927Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
856 | 2023-10-09T00:48:03.931Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
857 | 2023-10-09T00:48:04.106Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
858 | 2023-10-09T00:48:04.548Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
859 | 2023-10-09T00:48:05.259Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
860 | 2023-10-09T00:48:07.013Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
861 | 2023-10-09T00:48:09.786Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
862 | 2023-10-09T00:48:17.012Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
863 | 2023-10-09T00:48:28.016Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
864 | 2023-10-09T00:48:28.327Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
865 | 2023-10-09T00:48:28.330Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
866 | 2023-10-09T00:48:28.904Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
867 | 2023-10-09T00:48:28.908Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
868 | 2023-10-09T00:48:35.055Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 05s |
869 | 2023-10-09T00:48:35.311Z | |
870 | 2023-10-09T00:48:35.314Z | real 3:05.358119850 |
871 | 2023-10-09T00:48:35.316Z | user 14:29.831720511 |
872 | 2023-10-09T00:48:35.319Z | sys 2:36.990203136 |
873 | 2023-10-09T00:48:35.322Z | trap 0.570557275 |
874 | 2023-10-09T00:48:35.324Z | tflt 3.742614919 |
875 | 2023-10-09T00:48:35.327Z | dflt 6.415449992 |
876 | 2023-10-09T00:48:35.330Z | kflt 0.044227479 |
877 | 2023-10-09T00:48:35.333Z | lock 19:43.914561011 |
878 | 2023-10-09T00:48:35.335Z | slp 43:12.309908869 |
879 | 2023-10-09T00:48:35.338Z | lat 49.620583146 |
880 | 2023-10-09T00:48:35.341Z | stop 2:12.070671927 |
881 | 2023-10-09T00:48:35.344Z | + banner build |
882 | 2023-10-09T00:48:35.346Z | |
883 | 2023-10-09T00:48:35.353Z | ##### # # # # ##### |
884 | 2023-10-09T00:48:35.357Z | # # # # # # # # |
885 | 2023-10-09T00:48:35.360Z | ##### # # # # # # |
886 | 2023-10-09T00:48:35.362Z | # # # # # # # # |
887 | 2023-10-09T00:48:35.365Z | # # # # # # # # |
888 | 2023-10-09T00:48:35.368Z | ##### #### # ###### ##### |
889 | 2023-10-09T00:48:35.371Z | |
890 | 2023-10-09T00:48:35.374Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
891 | 2023-10-09T00:48:35.965Z | Compiling proc-macro2 v1.0.66 |
892 | 2023-10-09T00:48:35.968Z | Compiling unicode-ident v1.0.11 |
893 | 2023-10-09T00:48:35.971Z | Compiling libc v0.2.148 |
894 | 2023-10-09T00:48:35.974Z | Compiling serde v1.0.187 |
895 | 2023-10-09T00:48:35.976Z | Compiling version_check v0.9.4 |
896 | 2023-10-09T00:48:35.980Z | Compiling cfg-if v1.0.0 |
897 | 2023-10-09T00:48:35.989Z | Compiling autocfg v1.1.0 |
898 | 2023-10-09T00:48:35.992Z | Compiling syn v1.0.109 |
899 | 2023-10-09T00:48:36.104Z | Compiling once_cell v1.18.0 |
900 | 2023-10-09T00:48:36.237Z | Compiling memchr v2.5.0 |
901 | 2023-10-09T00:48:36.875Z | Compiling thiserror v1.0.47 |
902 | 2023-10-09T00:48:36.926Z | Compiling libm v0.2.7 |
903 | 2023-10-09T00:48:36.958Z | Compiling serde_json v1.0.105 |
904 | 2023-10-09T00:48:37.087Z | Compiling itoa v1.0.9 |
905 | 2023-10-09T00:48:37.395Z | Compiling log v0.4.20 |
906 | 2023-10-09T00:48:37.491Z | Compiling ahash v0.8.3 |
907 | 2023-10-09T00:48:37.635Z | Compiling pin-project-lite v0.2.13 |
908 | 2023-10-09T00:48:37.793Z | Compiling ahash v0.7.6 |
909 | 2023-10-09T00:48:38.035Z | Compiling typenum v1.16.0 |
910 | 2023-10-09T00:48:38.084Z | Compiling pkg-config v0.3.27 |
911 | 2023-10-09T00:48:38.319Z | Compiling quote v1.0.33 |
912 | 2023-10-09T00:48:38.712Z | Compiling lock_api v0.4.10 |
913 | 2023-10-09T00:48:39.298Z | Compiling syn v2.0.29 |
914 | 2023-10-09T00:48:39.364Z | Compiling getrandom v0.2.10 |
915 | 2023-10-09T00:48:39.550Z | Compiling jobserver v0.1.26 |
916 | 2023-10-09T00:48:39.861Z | Compiling rand_core v0.6.4 |
917 | 2023-10-09T00:48:39.932Z | Compiling generic-array v0.14.7 |
918 | 2023-10-09T00:48:40.006Z | Compiling cc v1.0.83 |
919 | 2023-10-09T00:48:40.466Z | Compiling parking_lot_core v0.9.8 |
920 | 2023-10-09T00:48:40.563Z | Compiling vcpkg v0.2.15 |
921 | 2023-10-09T00:48:40.594Z | Compiling smallvec v1.11.0 |
922 | 2023-10-09T00:48:41.318Z | Compiling num-traits v0.2.16 |
923 | 2023-10-09T00:48:41.326Z | Compiling scopeguard v1.2.0 |
924 | 2023-10-09T00:48:42.921Z | Compiling futures-core v0.3.28 |
925 | 2023-10-09T00:48:43.572Z | Compiling parking_lot v0.12.1 |
926 | 2023-10-09T00:48:43.755Z | Compiling socket2 v0.5.3 |
927 | 2023-10-09T00:48:44.647Z | Compiling num_cpus v1.16.0 |
928 | 2023-10-09T00:48:44.823Z | Compiling mio v0.8.8 |
929 | 2023-10-09T00:48:45.783Z | Compiling signal-hook-registry v1.4.1 |
930 | 2023-10-09T00:48:46.816Z | Compiling indexmap v1.9.3 |
931 | 2023-10-09T00:48:46.827Z | Compiling ryu v1.0.15 |
932 | 2023-10-09T00:48:47.795Z | Compiling crypto-common v0.1.6 |
933 | 2023-10-09T00:48:47.805Z | Compiling schemars v0.8.12 |
934 | 2023-10-09T00:48:48.068Z | Compiling slab v0.4.9 |
935 | 2023-10-09T00:48:48.137Z | Compiling futures-task v0.3.28 |
936 | 2023-10-09T00:48:48.150Z | Compiling futures-channel v0.3.28 |
937 | 2023-10-09T00:48:48.355Z | Compiling hashbrown v0.14.0 |
938 | 2023-10-09T00:48:48.365Z | Compiling futures-sink v0.3.28 |
939 | 2023-10-09T00:48:48.377Z | Compiling equivalent v1.0.1 |
940 | 2023-10-09T00:48:48.555Z | Compiling pin-utils v0.1.0 |
941 | 2023-10-09T00:48:48.655Z | Compiling heck v0.4.1 |
942 | 2023-10-09T00:48:48.737Z | Compiling futures-util v0.3.28 |
943 | 2023-10-09T00:48:49.234Z | Compiling subtle v2.5.0 |
944 | 2023-10-09T00:48:49.339Z | Compiling futures-io v0.3.28 |
945 | 2023-10-09T00:48:49.425Z | Compiling unicode-xid v0.2.4 |
946 | 2023-10-09T00:48:49.488Z | Compiling tinyvec_macros v0.1.1 |
947 | 2023-10-09T00:48:49.591Z | Compiling tinyvec v1.6.0 |
948 | 2023-10-09T00:48:49.642Z | Compiling time-core v0.1.1 |
949 | 2023-10-09T00:48:50.662Z | Compiling slog v2.7.0 |
950 | 2023-10-09T00:48:50.674Z | Compiling time-macros v0.2.13 |
951 | 2023-10-09T00:48:50.683Z | Compiling time v0.1.45 |
952 | 2023-10-09T00:48:50.689Z | Compiling indexmap v2.0.0 |
953 | 2023-10-09T00:48:50.696Z | Compiling hashbrown v0.12.3 |
954 | 2023-10-09T00:48:51.359Z | Compiling serde_derive_internals v0.26.0 |
955 | 2023-10-09T00:48:52.185Z | Compiling unicode-normalization v0.1.22 |
956 | 2023-10-09T00:48:52.446Z | Compiling iana-time-zone v0.1.57 |
957 | 2023-10-09T00:48:53.407Z | Compiling ucd-trie v0.1.6 |
958 | 2023-10-09T00:48:53.887Z | Compiling unicode-bidi v0.3.13 |
959 | 2023-10-09T00:48:54.449Z | Compiling synstructure v0.12.6 |
960 | 2023-10-09T00:48:55.017Z | Compiling block-buffer v0.10.4 |
961 | 2023-10-09T00:48:55.349Z | Compiling tracing-core v0.1.31 |
962 | 2023-10-09T00:48:56.817Z | Compiling bitflags v1.3.2 |
963 | 2023-10-09T00:48:56.839Z | Compiling fnv v1.0.7 |
964 | 2023-10-09T00:48:56.934Z | Compiling digest v0.10.7 |
965 | 2023-10-09T00:48:57.610Z | Compiling ring v0.16.20 |
966 | 2023-10-09T00:48:59.382Z | Compiling percent-encoding v2.3.0 |
967 | 2023-10-09T00:49:00.234Z | Compiling byteorder v1.4.3 |
968 | 2023-10-09T00:49:00.357Z | Compiling openssl-sys v0.9.91 |
969 | 2023-10-09T00:49:00.409Z | Compiling lazy_static v1.4.0 |
970 | 2023-10-09T00:49:00.472Z | Compiling serde_derive v1.0.187 |
971 | 2023-10-09T00:49:00.578Z | Compiling thiserror-impl v1.0.47 |
972 | 2023-10-09T00:49:01.054Z | Compiling tokio-macros v2.1.0 |
973 | 2023-10-09T00:49:01.123Z | Compiling futures-macro v0.3.28 |
974 | 2023-10-09T00:49:01.389Z | Compiling schemars_derive v0.8.12 |
975 | 2023-10-09T00:49:01.891Z | Compiling tracing-attributes v0.1.26 |
976 | 2023-10-09T00:49:01.933Z | Compiling zerocopy-derive v0.2.0 |
977 | 2023-10-09T00:49:03.685Z | Compiling dyn-clone v1.0.13 |
978 | 2023-10-09T00:49:03.959Z | Compiling ppv-lite86 v0.2.17 |
979 | 2023-10-09T00:49:05.020Z | Compiling httparse v1.8.0 |
980 | 2023-10-09T00:49:05.432Z | Compiling pest v2.7.2 |
981 | 2023-10-09T00:49:05.487Z | Compiling rand_chacha v0.3.1 |
982 | 2023-10-09T00:49:06.440Z | Compiling form_urlencoded v1.2.0 |
983 | 2023-10-09T00:49:07.361Z | Compiling usdt-impl v0.3.5 |
984 | 2023-10-09T00:49:07.507Z | Compiling tracing v0.1.37 |
985 | 2023-10-09T00:49:07.711Z | Compiling spin v0.5.2 |
986 | 2023-10-09T00:49:07.940Z | Compiling allocator-api2 v0.2.16 |
987 | 2023-10-09T00:49:08.101Z | Compiling untrusted v0.7.1 |
988 | 2023-10-09T00:49:08.339Z | Compiling rand v0.8.5 |
989 | 2023-10-09T00:49:08.719Z | Compiling winnow v0.5.15 |
990 | 2023-10-09T00:49:10.262Z | Compiling pest_meta v2.7.2 |
991 | 2023-10-09T00:49:11.005Z | Compiling semver v1.0.18 |
992 | 2023-10-09T00:49:11.542Z | Compiling zerocopy v0.3.0 |
993 | 2023-10-09T00:49:11.785Z | Compiling idna v0.4.0 |
994 | 2023-10-09T00:49:12.177Z | Compiling rustls v0.21.6 |
995 | 2023-10-09T00:49:12.689Z | Compiling pest_generator v2.7.2 |
996 | 2023-10-09T00:49:12.703Z | Compiling foreign-types-shared v0.1.1 |
997 | 2023-10-09T00:49:12.832Z | Compiling cpufeatures v0.2.9 |
998 | 2023-10-09T00:49:12.947Z | Compiling num_threads v0.1.6 |
999 | 2023-10-09T00:49:13.788Z | Compiling deranged v0.3.8 |
1000 | 2023-10-09T00:49:15.664Z | Compiling base64 v0.21.4 |
1001 | 2023-10-09T00:49:15.965Z | Compiling try-lock v0.2.4 |
1002 | 2023-10-09T00:49:16.186Z | Compiling openssl v0.10.56 |
1003 | 2023-10-09T00:49:16.841Z | Compiling crossbeam-utils v0.8.16 |
1004 | 2023-10-09T00:49:16.869Z | Compiling time v0.3.27 |
1005 | 2023-10-09T00:49:17.038Z | Compiling pest_derive v2.7.2 |
1006 | 2023-10-09T00:49:17.652Z | Compiling want v0.3.1 |
1007 | 2023-10-09T00:49:17.664Z | Compiling url v2.4.0 |
1008 | 2023-10-09T00:49:17.712Z | Compiling foreign-types v0.3.2 |
1009 | 2023-10-09T00:49:17.840Z | Compiling dof v0.1.5 |
1010 | 2023-10-09T00:49:18.044Z | Compiling rustls-webpki v0.101.4 |
1011 | 2023-10-09T00:49:18.403Z | Compiling dtrace-parser v0.1.14 |
1012 | 2023-10-09T00:49:19.152Z | Compiling sct v0.7.0 |
1013 | 2023-10-09T00:49:21.770Z | Compiling openssl-macros v0.1.1 |
1014 | 2023-10-09T00:49:22.734Z | Compiling socket2 v0.4.9 |
1015 | 2023-10-09T00:49:23.083Z | Compiling thread-id v4.2.0 |
1016 | 2023-10-09T00:49:23.227Z | Compiling aho-corasick v1.0.4 |
1017 | 2023-10-09T00:49:23.811Z | Compiling native-tls v0.2.11 |
1018 | 2023-10-09T00:49:24.396Z | Compiling bytes v1.4.0 |
1019 | 2023-10-09T00:49:25.529Z | Compiling chrono v0.4.26 |
1020 | 2023-10-09T00:49:26.070Z | Compiling tokio v1.32.0 |
1021 | 2023-10-09T00:49:27.678Z | Compiling http v0.2.9 |
1022 | 2023-10-09T00:49:29.232Z | Compiling uuid v1.4.1 |
1023 | 2023-10-09T00:49:36.070Z | Compiling serde_spanned v0.6.3 |
1024 | 2023-10-09T00:49:36.387Z | Compiling toml_datetime v0.6.3 |
1025 | 2023-10-09T00:49:36.672Z | Compiling http-body v0.4.5 |
1026 | 2023-10-09T00:49:37.011Z | Compiling toml_edit v0.19.14 |
1027 | 2023-10-09T00:49:37.366Z | Compiling bitflags v2.4.0 |
1028 | 2023-10-09T00:49:38.325Z | Compiling tower-service v0.3.2 |
1029 | 2023-10-09T00:49:39.075Z | Compiling rustversion v1.0.14 |
1030 | 2023-10-09T00:49:39.605Z | Compiling tokio-util v0.7.8 |
1031 | 2023-10-09T00:49:40.900Z | Compiling regex-syntax v0.7.4 |
1032 | 2023-10-09T00:49:41.413Z | Compiling h2 v0.3.21 |
1033 | 2023-10-09T00:49:42.270Z | Compiling httpdate v1.0.3 |
1034 | 2023-10-09T00:49:46.819Z | Compiling serde_tokenstream v0.1.7 |
1035 | 2023-10-09T00:49:47.004Z | Compiling regex-automata v0.3.6 |
1036 | 2023-10-09T00:49:50.356Z | Compiling hyper v0.14.27 |
1037 | 2023-10-09T00:49:53.598Z | Compiling unicode-width v0.1.10 |
1038 | 2023-10-09T00:49:53.980Z | Compiling openssl-probe v0.1.5 |
1039 | 2023-10-09T00:49:54.812Z | Compiling regex v1.9.3 |
1040 | 2023-10-09T00:50:02.087Z | Compiling tokio-rustls v0.24.1 |
1041 | 2023-10-09T00:50:10.930Z | Compiling hashbrown v0.13.2 |
1042 | 2023-10-09T00:50:12.338Z | Compiling openapiv3 v1.0.2 |
1043 | 2023-10-09T00:50:15.528Z | Compiling serde_tokenstream v0.2.0 |
1044 | 2023-10-09T00:50:16.221Z | Compiling atty v0.2.14 |
1045 | 2023-10-09T00:50:16.413Z | Compiling async-trait v0.1.73 |
1046 | 2023-10-09T00:50:16.475Z | Compiling ipnet v2.8.0 |
1047 | 2023-10-09T00:50:17.176Z | Compiling anyhow v1.0.75 |
1048 | 2023-10-09T00:50:18.602Z | Compiling regress v0.7.1 |
1049 | 2023-10-09T00:50:20.048Z | Compiling tokio-native-tls v0.3.1 |
1050 | 2023-10-09T00:50:20.486Z | Compiling usdt-macro v0.3.5 |
1051 | 2023-10-09T00:50:21.050Z | Compiling usdt-attr-macro v0.3.5 |
1052 | 2023-10-09T00:50:21.437Z | Compiling serde_urlencoded v0.7.1 |
1053 | 2023-10-09T00:50:22.784Z | Compiling rustls-pemfile v1.0.3 |
1054 | 2023-10-09T00:50:23.436Z | Compiling futures-executor v0.3.28 |
1055 | 2023-10-09T00:50:24.621Z | Compiling dirs-sys-next v0.1.2 |
1056 | 2023-10-09T00:50:25.781Z | Compiling dirs-next v2.0.0 |
1057 | 2023-10-09T00:50:26.308Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1058 | 2023-10-09T00:50:26.791Z | Compiling usdt v0.3.5 |
1059 | 2023-10-09T00:50:27.435Z | Compiling hyper-tls v0.5.0 |
1060 | 2023-10-09T00:50:32.111Z | Compiling hyper-rustls v0.24.1 |
1061 | 2023-10-09T00:50:34.845Z | Compiling thread_local v1.1.7 |
1062 | 2023-10-09T00:50:35.746Z | Compiling encoding_rs v0.8.33 |
1063 | 2023-10-09T00:50:36.102Z | Compiling slog-async v2.8.0 |
1064 | 2023-10-09T00:50:36.867Z | Compiling rustix v0.38.9 |
1065 | 2023-10-09T00:50:37.967Z | Compiling mime v0.3.17 |
1066 | 2023-10-09T00:50:39.775Z | Compiling webpki-roots v0.25.2 |
1067 | 2023-10-09T00:50:40.005Z | Compiling reqwest v0.11.20 |
1068 | 2023-10-09T00:50:43.869Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1069 | 2023-10-09T00:50:49.064Z | Compiling term v0.7.0 |
1070 | 2023-10-09T00:50:51.315Z | Compiling crossbeam-channel v0.5.8 |
1071 | 2023-10-09T00:50:53.521Z | Compiling errno v0.3.2 |
1072 | 2023-10-09T00:50:53.845Z | Compiling take_mut v0.2.2 |
1073 | 2023-10-09T00:50:54.072Z | Compiling siphasher v0.3.11 |
1074 | 2023-10-09T00:50:56.521Z | Compiling phf_shared v0.11.2 |
1075 | 2023-10-09T00:50:57.232Z | Compiling slog-term v2.9.0 |
1076 | 2023-10-09T00:51:01.695Z | Compiling proc-macro-crate v1.3.1 |
1077 | 2023-10-09T00:51:02.152Z | Compiling hex v0.4.3 |
1078 | 2023-10-09T00:51:03.170Z | Compiling match_cfg v0.1.0 |
1079 | 2023-10-09T00:51:05.096Z | Compiling getopts v0.2.21 |
1080 | 2023-10-09T00:51:05.355Z | Compiling hostname v0.3.1 |
1081 | 2023-10-09T00:51:08.647Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1082 | 2023-10-09T00:51:08.812Z | Compiling futures v0.3.28 |
1083 | 2023-10-09T00:51:12.621Z | Compiling fallible-iterator v0.2.0 |
1084 | 2023-10-09T00:51:18.057Z | Compiling strsim v0.10.0 |
1085 | 2023-10-09T00:51:18.361Z | Compiling unsafe-libyaml v0.2.9 |
1086 | 2023-10-09T00:51:18.759Z | Compiling ident_case v1.0.1 |
1087 | 2023-10-09T00:51:18.784Z | Compiling darling_core v0.20.3 |
1088 | 2023-10-09T00:51:18.797Z | Compiling serde_yaml v0.9.25 |
1089 | 2023-10-09T00:51:20.296Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1090 | 2023-10-09T00:51:25.756Z | Compiling sha1 v0.10.5 |
1091 | 2023-10-09T00:51:27.945Z | Compiling libz-sys v1.1.12 |
1092 | 2023-10-09T00:51:28.903Z | Compiling semver v0.1.20 |
1093 | 2023-10-09T00:51:29.438Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1094 | 2023-10-09T00:51:29.845Z | Compiling rustc_version v0.1.7 |
1095 | 2023-10-09T00:51:33.062Z | Compiling darling_macro v0.20.3 |
1096 | 2023-10-09T00:51:34.764Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1097 | 2023-10-09T00:51:37.230Z | Compiling strum_macros v0.25.2 |
1098 | 2023-10-09T00:51:37.708Z | Compiling slog-json v2.6.1 |
1099 | 2023-10-09T00:51:38.510Z | Compiling fastrand v2.0.0 |
1100 | 2023-10-09T00:51:39.743Z | Compiling camino v1.1.6 |
1101 | 2023-10-09T00:51:40.710Z | Compiling tempfile v3.8.0 |
1102 | 2023-10-09T00:51:40.765Z | Compiling slog-bunyan v2.4.0 |
1103 | 2023-10-09T00:51:41.126Z | Compiling darling v0.20.3 |
1104 | 2023-10-09T00:51:43.062Z | Compiling newtype_derive v0.1.6 |
1105 | 2023-10-09T00:51:43.563Z | Compiling strum v0.25.0 |
1106 | 2023-10-09T00:51:43.711Z | Compiling console v0.15.7 |
1107 | 2023-10-09T00:51:43.986Z | Compiling sha2 v0.10.7 |
1108 | 2023-10-09T00:51:45.788Z | Compiling structmeta-derive v0.1.6 |
1109 | 2023-10-09T00:51:49.278Z | Compiling md-5 v0.10.5 |
1110 | 2023-10-09T00:51:49.625Z | Compiling hmac v0.12.1 |
1111 | 2023-10-09T00:51:49.953Z | Compiling stringprep v0.1.3 |
1112 | 2023-10-09T00:51:50.107Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1113 | 2023-10-09T00:51:51.304Z | Compiling paste v1.0.14 |
1114 | 2023-10-09T00:51:54.964Z | Compiling structmeta v0.1.6 |
1115 | 2023-10-09T00:51:55.554Z | Compiling postgres-protocol v0.6.6 |
1116 | 2023-10-09T00:51:55.626Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1117 | 2023-10-09T00:51:56.205Z | Compiling serde_with_macros v2.3.3 |
1118 | 2023-10-09T00:51:58.476Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1119 | 2023-10-09T00:51:58.795Z | Compiling num_enum_derive v0.5.11 |
1120 | 2023-10-09T00:51:58.928Z | Compiling async-stream-impl v0.3.5 |
1121 | 2023-10-09T00:51:59.914Z | Compiling num-integer v0.1.45 |
1122 | 2023-10-09T00:52:00.373Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1123 | 2023-10-09T00:52:00.479Z | Compiling regex-syntax v0.6.29 |
1124 | 2023-10-09T00:52:00.533Z | Compiling atomic-waker v1.1.1 |
1125 | 2023-10-09T00:52:00.791Z | Compiling either v1.9.0 |
1126 | 2023-10-09T00:52:00.804Z | Compiling fixedbitset v0.4.2 |
1127 | 2023-10-09T00:52:00.991Z | Compiling waitgroup v0.1.2 |
1128 | 2023-10-09T00:52:01.122Z | Compiling async-stream v0.3.5 |
1129 | 2023-10-09T00:52:01.307Z | Compiling petgraph v0.6.4 |
1130 | 2023-10-09T00:52:01.352Z | Compiling serde_with v2.3.3 |
1131 | 2023-10-09T00:52:01.473Z | Compiling postgres-types v0.2.6 |
1132 | 2023-10-09T00:52:02.836Z | Compiling num_enum v0.5.11 |
1133 | 2023-10-09T00:52:07.654Z | Compiling toml v0.7.6 |
1134 | 2023-10-09T00:52:07.813Z | Compiling phf v0.11.2 |
1135 | 2023-10-09T00:52:07.820Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1136 | 2023-10-09T00:52:07.851Z | Compiling vergen v8.2.4 |
1137 | 2023-10-09T00:52:08.060Z | Compiling serde_path_to_error v0.1.14 |
1138 | 2023-10-09T00:52:08.179Z | Compiling proc-macro-error-attr v1.0.4 |
1139 | 2023-10-09T00:52:08.644Z | Compiling instant v0.1.12 |
1140 | 2023-10-09T00:52:12.791Z | Compiling debug-ignore v1.0.5 |
1141 | 2023-10-09T00:52:13.456Z | Compiling whoami v1.4.1 |
1142 | 2023-10-09T00:52:13.690Z | Compiling backoff v0.4.0 |
1143 | 2023-10-09T00:52:13.764Z | Compiling steno v0.4.0 |
1144 | 2023-10-09T00:52:13.876Z | Compiling tokio-postgres v0.7.10 |
1145 | 2023-10-09T00:52:13.958Z | Compiling parse-display-derive v0.7.0 |
1146 | 2023-10-09T00:52:14.070Z | Compiling camino-tempfile v1.0.2 |
1147 | 2023-10-09T00:52:14.305Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1148 | 2023-10-09T00:52:14.564Z | Compiling rustc_version v0.4.0 |
1149 | 2023-10-09T00:52:14.860Z | Compiling ipnetwork v0.20.0 |
1150 | 2023-10-09T00:52:15.353Z | Compiling macaddr v1.0.1 |
1151 | 2023-10-09T00:52:16.452Z | Compiling parse-display v0.7.0 |
1152 | 2023-10-09T00:52:16.484Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1153 | 2023-10-09T00:52:16.737Z | Compiling libsqlite3-sys v0.26.0 |
1154 | 2023-10-09T00:52:17.537Z | Compiling num-bigint v0.4.4 |
1155 | 2023-10-09T00:52:18.210Z | Compiling memoffset v0.7.1 |
1156 | 2023-10-09T00:52:18.331Z | Compiling slog-dtrace v0.2.3 |
1157 | 2023-10-09T00:52:18.370Z | Compiling proc-macro-error v1.0.4 |
1158 | 2023-10-09T00:52:18.894Z | Compiling base64ct v1.6.0 |
1159 | 2023-10-09T00:52:20.238Z | Compiling utf8parse v0.2.1 |
1160 | 2023-10-09T00:52:20.916Z | Compiling arc-swap v1.6.0 |
1161 | 2023-10-09T00:52:20.923Z | Compiling anstyle-parse v0.2.1 |
1162 | 2023-10-09T00:52:21.209Z | Compiling password-hash v0.5.0 |
1163 | 2023-10-09T00:52:22.104Z | Compiling slog-scope v4.4.0 |
1164 | 2023-10-09T00:52:23.167Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1165 | 2023-10-09T00:52:24.689Z | Compiling blake2 v0.10.6 |
1166 | 2023-10-09T00:52:25.498Z | Compiling inout v0.1.3 |
1167 | 2023-10-09T00:52:25.730Z | Compiling num-iter v0.1.43 |
1168 | 2023-10-09T00:52:26.273Z | Compiling num-rational v0.4.1 |
1169 | 2023-10-09T00:52:26.798Z | Compiling anstyle v1.0.2 |
1170 | 2023-10-09T00:52:26.840Z | Compiling radium v0.7.0 |
1171 | 2023-10-09T00:52:26.888Z | Compiling static_assertions v1.1.0 |
1172 | 2023-10-09T00:52:27.007Z | Compiling colorchoice v1.0.0 |
1173 | 2023-10-09T00:52:27.241Z | Compiling termcolor v1.2.0 |
1174 | 2023-10-09T00:52:27.586Z | Compiling anstyle-query v1.0.0 |
1175 | 2023-10-09T00:52:27.732Z | Compiling anstream v0.5.0 |
1176 | 2023-10-09T00:52:28.289Z | Compiling cipher v0.4.4 |
1177 | 2023-10-09T00:52:29.009Z | Compiling argon2 v0.5.1 |
1178 | 2023-10-09T00:52:32.446Z | Compiling slog-stdlog v4.1.1 |
1179 | 2023-10-09T00:52:32.997Z | Compiling toml_edit v0.20.1 |
1180 | 2023-10-09T00:52:33.713Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1181 | 2023-10-09T00:52:35.341Z | Compiling hashlink v0.8.3 |
1182 | 2023-10-09T00:52:35.359Z | Compiling serde_repr v0.1.16 |
1183 | 2023-10-09T00:52:35.364Z | Compiling tap v1.0.1 |
1184 | 2023-10-09T00:52:35.383Z | Compiling clap_lex v0.5.1 |
1185 | 2023-10-09T00:52:35.388Z | Compiling os_str_bytes v6.5.1 |
1186 | 2023-10-09T00:52:35.905Z | Compiling portable-atomic v1.4.3 |
1187 | 2023-10-09T00:52:35.980Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1188 | 2023-10-09T00:52:36.074Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1189 | 2023-10-09T00:52:36.507Z | Compiling data-encoding v2.4.0 |
1190 | 2023-10-09T00:52:36.610Z | Compiling fallible-streaming-iterator v0.1.9 |
1191 | 2023-10-09T00:52:36.984Z | Compiling rusqlite v0.29.0 |
1192 | 2023-10-09T00:52:37.514Z | Compiling clap_lex v0.2.4 |
1193 | 2023-10-09T00:52:41.489Z | Compiling toml v0.8.1 |
1194 | 2023-10-09T00:52:47.635Z | Compiling clap_builder v4.4.0 |
1195 | 2023-10-09T00:52:48.375Z | Compiling wyz v0.5.1 |
1196 | 2023-10-09T00:52:49.104Z | Compiling slog-envlogger v2.2.0 |
1197 | 2023-10-09T00:52:49.494Z | Compiling nix v0.26.2 |
1198 | 2023-10-09T00:52:51.244Z | Compiling clap_derive v3.2.25 |
1199 | 2023-10-09T00:52:51.336Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1200 | 2023-10-09T00:52:53.184Z | Compiling twox-hash v1.6.3 |
1201 | 2023-10-09T00:52:53.821Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1202 | 2023-10-09T00:52:55.391Z | Compiling num_enum_derive v0.7.0 |
1203 | 2023-10-09T00:52:57.085Z | Compiling is-terminal v0.4.9 |
1204 | 2023-10-09T00:52:57.244Z | Compiling regress v0.6.0 |
1205 | 2023-10-09T00:52:58.954Z | Compiling num-complex v0.4.4 |
1206 | 2023-10-09T00:52:59.417Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1207 | 2023-10-09T00:52:59.706Z | Compiling clap_derive v4.4.0 |
1208 | 2023-10-09T00:53:01.212Z | Compiling universal-hash v0.5.1 |
1209 | 2023-10-09T00:53:01.295Z | Compiling textwrap v0.16.0 |
1210 | 2023-10-09T00:53:01.486Z | Compiling funty v2.0.0 |
1211 | 2023-10-09T00:53:02.569Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1212 | 2023-10-09T00:53:03.095Z | Compiling opaque-debug v0.3.0 |
1213 | 2023-10-09T00:53:03.210Z | Compiling polyval v0.6.1 |
1214 | 2023-10-09T00:53:04.010Z | Compiling bitvec v1.0.1 |
1215 | 2023-10-09T00:53:05.703Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1216 | 2023-10-09T00:53:06.772Z | Compiling clap v3.2.25 |
1217 | 2023-10-09T00:53:07.880Z | Compiling clap v4.4.0 |
1218 | 2023-10-09T00:53:08.020Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1219 | 2023-10-09T00:53:12.785Z | Compiling num v0.4.1 |
1220 | 2023-10-09T00:53:13.030Z | Compiling num_enum v0.7.0 |
1221 | 2023-10-09T00:53:13.150Z | Compiling colored v2.0.4 |
1222 | 2023-10-09T00:53:14.143Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1223 | 2023-10-09T00:53:15.842Z | Compiling aes v0.8.3 |
1224 | 2023-10-09T00:53:16.524Z | Compiling ctr v0.9.2 |
1225 | 2023-10-09T00:53:16.793Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1226 | 2023-10-09T00:53:17.004Z | Compiling bincode v1.3.3 |
1227 | 2023-10-09T00:53:18.231Z | Compiling async-recursion v0.3.2 |
1228 | 2023-10-09T00:53:21.899Z | Compiling aead v0.5.2 |
1229 | 2023-10-09T00:53:22.731Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1230 | 2023-10-09T00:53:22.773Z | Compiling pretty-hex v0.2.1 |
1231 | 2023-10-09T00:53:22.777Z | Compiling humantime v2.1.0 |
1232 | 2023-10-09T00:53:22.783Z | Compiling erased-serde v0.3.30 |
1233 | 2023-10-09T00:53:22.787Z | Compiling number_prefix v0.4.0 |
1234 | 2023-10-09T00:53:22.791Z | Compiling zeroize v1.6.0 |
1235 | 2023-10-09T00:53:22.805Z | Compiling indicatif v0.17.6 |
1236 | 2023-10-09T00:53:22.810Z | Compiling aes-gcm-siv v0.11.1 |
1237 | 2023-10-09T00:53:22.814Z | Compiling env_logger v0.9.3 |
1238 | 2023-10-09T00:53:22.819Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1239 | 2023-10-09T00:53:23.245Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1240 | 2023-10-09T00:53:23.668Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1241 | 2023-10-09T00:53:23.689Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1242 | 2023-10-09T00:53:27.683Z | Compiling itertools v0.11.0 |
1243 | 2023-10-09T00:53:28.445Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1244 | 2023-10-09T00:53:29.423Z | Compiling toml v0.5.11 |
1245 | 2023-10-09T00:53:30.495Z | Compiling bitstruct_derive v0.1.0 |
1246 | 2023-10-09T00:53:31.282Z | Compiling async-recursion v1.0.5 |
1247 | 2023-10-09T00:53:31.822Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1248 | 2023-10-09T00:53:31.986Z | Compiling libloading v0.7.4 |
1249 | 2023-10-09T00:53:32.667Z | Compiling ascii v1.1.0 |
1250 | 2023-10-09T00:53:32.706Z | Compiling utf-8 v0.7.6 |
1251 | 2023-10-09T00:53:33.059Z | Compiling ringbuffer v0.15.0 |
1252 | 2023-10-09T00:53:33.627Z | Compiling matches v0.1.10 |
1253 | 2023-10-09T00:53:33.639Z | Compiling idna v0.2.3 |
1254 | 2023-10-09T00:53:33.714Z | Compiling tungstenite v0.20.1 |
1255 | 2023-10-09T00:53:35.817Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1256 | 2023-10-09T00:53:35.915Z | Compiling bitstruct v0.1.1 |
1257 | 2023-10-09T00:53:36.823Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1258 | 2023-10-09T00:53:38.478Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1259 | 2023-10-09T00:53:38.730Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1260 | 2023-10-09T00:53:39.553Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1261 | 2023-10-09T00:53:41.925Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1262 | 2023-10-09T00:53:42.256Z | Compiling serde_arrays v0.1.0 |
1263 | 2023-10-09T00:53:42.799Z | Compiling enum-as-inner v0.5.1 |
1264 | 2023-10-09T00:53:43.118Z | Compiling quick-error v1.2.3 |
1265 | 2023-10-09T00:53:43.597Z | Compiling linked-hash-map v0.5.6 |
1266 | 2023-10-09T00:53:43.601Z | Compiling lru-cache v0.1.2 |
1267 | 2023-10-09T00:53:43.711Z | Compiling resolv-conf v0.7.0 |
1268 | 2023-10-09T00:53:43.740Z | Compiling tokio-tungstenite v0.20.1 |
1269 | 2023-10-09T00:53:43.836Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1270 | 2023-10-09T00:53:44.216Z | Compiling trust-dns-proto v0.22.0 |
1271 | 2023-10-09T00:53:44.555Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1272 | 2023-10-09T00:53:45.399Z | Compiling const_format_proc_macros v0.2.31 |
1273 | 2023-10-09T00:53:46.352Z | Compiling assert_matches v1.5.0 |
1274 | 2023-10-09T00:53:46.475Z | Compiling base64 v0.13.1 |
1275 | 2023-10-09T00:53:46.847Z | Compiling bit_field v0.10.2 |
1276 | 2023-10-09T00:53:47.275Z | Compiling ron v0.7.1 |
1277 | 2023-10-09T00:53:48.835Z | Compiling const_format v0.2.31 |
1278 | 2023-10-09T00:53:50.681Z | Compiling trust-dns-resolver v0.22.0 |
1279 | 2023-10-09T00:53:55.336Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1280 | 2023-10-09T00:54:17.435Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1281 | 2023-10-09T00:54:23.836Z | Compiling git2 v0.17.2 |
1282 | 2023-10-09T00:54:31.992Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1283 | 2023-10-09T00:54:35.354Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1284 | 2023-10-09T00:54:44.473Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1285 | 2023-10-09T00:54:59.859Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1286 | 2023-10-09T00:55:00.112Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1287 | 2023-10-09T00:55:00.679Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1288 | 2023-10-09T00:56:37.987Z | Finished release [optimized] target(s) in 8m 02s |
1289 | 2023-10-09T00:56:38.046Z | |
1290 | 2023-10-09T00:56:38.051Z | real 8:02.715265509 |
1291 | 2023-10-09T00:56:38.054Z | user 55:37.823813269 |
1292 | 2023-10-09T00:56:38.057Z | sys 3:48.373369862 |
1293 | 2023-10-09T00:56:38.067Z | trap 2.058807256 |
1294 | 2023-10-09T00:56:38.093Z | tflt 1.426485654 |
1295 | 2023-10-09T00:56:38.508Z | dflt 2.460683463 |
1296 | 2023-10-09T00:56:38.513Z | kflt 0.016909667 |
1297 | 2023-10-09T00:56:38.517Z | lock 2:00:51.360487458 |
1298 | 2023-10-09T00:56:38.521Z | slp 2:23:51.237886913 |
1299 | 2023-10-09T00:56:38.532Z | lat 1:38.720040590 |
1300 | 2023-10-09T00:56:38.955Z | stop 40.563275682 |
1301 | 2023-10-09T00:56:38.968Z | + OUTDIR=/work/release |
1302 | 2023-10-09T00:56:38.971Z | + mkdir -p /work/release |
1303 | 2023-10-09T00:56:38.975Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1304 | 2023-10-09T00:56:38.978Z | + cp target/release/propolis-server /work/release/propolis-server |
1305 | 2023-10-09T00:56:38.984Z | process exited: duration 668499 ms, exit code 0 |
|
1306 | 2023-10-09T00:56:39.008Z | found 2 output files |
1307 | 2023-10-09T00:56:39.095Z | uploading: /work/release/propolis-cli (21579848 bytes) |
1308 | 2023-10-09T00:56:58.860Z | uploaded: /work/release/propolis-cli |
1309 | 2023-10-09T00:56:59.159Z | uploading: /work/release/propolis-server (53425728 bytes) |
1310 | 2023-10-09T00:57:17.714Z | uploaded: /work/release/propolis-server |