|
|
|
1 | 2023-10-13T21:05:58.322Z | job assigned to worker 01HCNDQ4W7V5X1VV3KDBD97C3Y (queued for 50 s) |
|
2 | 2023-10-13T21:05:59.109Z | starting task 0: "setup" |
3 | 2023-10-13T21:05:59.166Z | ++ uname -s |
4 | 2023-10-13T21:05:59.170Z | + kern=SunOS |
5 | 2023-10-13T21:05:59.172Z | + case "$kern" in |
6 | 2023-10-13T21:05:59.176Z | + groupadd -g 12345 build |
7 | 2023-10-13T21:05:59.178Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-13T21:06:01.183Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-13T21:06:01.306Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-13T21:06:01.309Z | + home_fs=zfs |
11 | 2023-10-13T21:06:01.312Z | + [[ zfs == autofs ]] |
12 | 2023-10-13T21:06:01.315Z | + mkdir -p /home/build |
13 | 2023-10-13T21:06:01.318Z | + chown build:build /home/build /work |
14 | 2023-10-13T21:06:03.319Z | + chmod 0700 /home/build /work |
15 | 2023-10-13T21:06:03.324Z | process exited: duration 4205 ms, exit code 0 |
|
16 | 2023-10-13T21:06:03.334Z | starting task 1: "rust-toolchain" |
17 | 2023-10-13T21:06:03.346Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-13T21:06:03.349Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-13T21:06:03.537Z | info: downloading installer |
20 | 2023-10-13T21:06:05.577Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-13T21:06:05.580Z | warning: /opt/ooce/bin |
22 | 2023-10-13T21:06:05.583Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-13T21:06:05.586Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-13T21:06:05.589Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-13T21:06:05.597Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-13T21:06:05.609Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-13T21:06:05.615Z | error: cannot install while Rust is installed |
28 | 2023-10-13T21:06:05.619Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-13T21:06:05.647Z | info: profile set to 'default' |
30 | 2023-10-13T21:06:05.650Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-13T21:06:05.654Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-13T21:06:05.842Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-13T21:06:05.853Z | info: downloading component 'cargo' |
34 | 2023-10-13T21:06:06.676Z | info: downloading component 'clippy' |
35 | 2023-10-13T21:06:06.990Z | info: downloading component 'rust-docs' |
36 | 2023-10-13T21:06:08.049Z | info: downloading component 'rust-std' |
37 | 2023-10-13T21:06:09.771Z | info: downloading component 'rustc' |
38 | 2023-10-13T21:06:14.609Z | info: downloading component 'rustfmt' |
39 | 2023-10-13T21:06:14.874Z | info: installing component 'cargo' |
40 | 2023-10-13T21:06:16.270Z | info: installing component 'clippy' |
41 | 2023-10-13T21:06:16.861Z | info: installing component 'rust-docs' |
42 | 2023-10-13T21:06:19.621Z | info: installing component 'rust-std' |
43 | 2023-10-13T21:06:22.479Z | info: installing component 'rustc' |
44 | 2023-10-13T21:06:29.935Z | info: installing component 'rustfmt' |
45 | 2023-10-13T21:06:30.443Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-13T21:06:30.446Z | |
47 | 2023-10-13T21:06:30.578Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-13T21:06:30.581Z | |
49 | 2023-10-13T21:06:30.584Z | |
50 | 2023-10-13T21:06:30.586Z | Rust is installed now. Great! |
51 | 2023-10-13T21:06:30.589Z | |
52 | 2023-10-13T21:06:30.592Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-13T21:06:30.595Z | environment variable. This has not been done automatically. |
54 | 2023-10-13T21:06:30.598Z | |
55 | 2023-10-13T21:06:30.600Z | To configure your current shell, run: |
56 | 2023-10-13T21:06:30.603Z | source "$HOME/.cargo/env" |
57 | 2023-10-13T21:06:30.677Z | + rustc --version |
58 | 2023-10-13T21:06:30.787Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-13T21:06:30.791Z | process exited: duration 27463 ms, exit code 0 |
|
60 | 2023-10-13T21:06:30.797Z | starting task 2: "authentication" |
61 | 2023-10-13T21:06:30.831Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-13T21:06:30.837Z | starting task 3: "clone repository" |
63 | 2023-10-13T21:06:30.846Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-13T21:06:30.850Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-13T21:06:30.902Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-13T21:06:32.274Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-13T21:06:32.277Z | + [[ -n '' ]] |
68 | 2023-10-13T21:06:32.280Z | + git fetch origin 52966e1aba236cdffd38dadbf719f66bf695e33b |
69 | 2023-10-13T21:06:32.784Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-13T21:06:32.787Z | * branch 52966e1aba236cdffd38dadbf719f66bf695e33b -> FETCH_HEAD |
71 | 2023-10-13T21:06:32.790Z | + git reset --hard 52966e1aba236cdffd38dadbf719f66bf695e33b |
72 | 2023-10-13T21:06:32.822Z | HEAD is now at 52966e1 Make qemu debug port output configurable |
73 | 2023-10-13T21:06:32.825Z | process exited: duration 1984 ms, exit code 0 |
|
74 | 2023-10-13T21:06:32.831Z | starting task 4: "build" |
75 | 2023-10-13T21:06:32.841Z | + cargo --version |
76 | 2023-10-13T21:06:32.932Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
77 | 2023-10-13T21:06:32.935Z | + rustc --version |
78 | 2023-10-13T21:06:33.035Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
79 | 2023-10-13T21:06:33.039Z | + banner check |
80 | 2023-10-13T21:06:33.059Z | |
81 | 2023-10-13T21:06:33.062Z | #### # # ###### #### # # |
82 | 2023-10-13T21:06:33.064Z | # # # # # # # # # |
83 | 2023-10-13T21:06:33.067Z | # ###### ##### # #### |
84 | 2023-10-13T21:06:33.070Z | # # # # # # # |
85 | 2023-10-13T21:06:33.073Z | # # # # # # # # # |
86 | 2023-10-13T21:06:33.076Z | #### # # ###### #### # # |
87 | 2023-10-13T21:06:33.079Z | |
88 | 2023-10-13T21:06:33.081Z | + ptime -m cargo check --features falcon |
89 | 2023-10-13T21:06:33.316Z | Updating crates.io index |
90 | 2023-10-13T21:06:33.326Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-10-13T21:06:35.126Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-10-13T21:06:35.551Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-10-13T21:06:35.873Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-10-13T21:06:44.673Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-10-13T21:06:45.002Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-10-13T21:06:45.385Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-10-13T21:06:45.723Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
98 | 2023-10-13T21:06:47.682Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2023-10-13T21:06:48.531Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-10-13T21:06:48.974Z | Updating git repository `https://github.com/oxidecomputer/p4` |
101 | 2023-10-13T21:06:49.850Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2023-10-13T21:06:51.549Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-10-13T21:06:53.501Z | Downloading crates ... |
104 | 2023-10-13T21:06:53.857Z | Downloaded dtrace-parser v0.1.14 |
105 | 2023-10-13T21:06:53.860Z | Downloaded siphasher v0.3.11 |
106 | 2023-10-13T21:06:53.866Z | Downloaded sha2 v0.10.7 |
107 | 2023-10-13T21:06:53.870Z | Downloaded aes v0.8.3 |
108 | 2023-10-13T21:06:53.878Z | Downloaded slog-bunyan v2.4.0 |
109 | 2023-10-13T21:06:53.882Z | Downloaded serde v1.0.188 |
110 | 2023-10-13T21:06:53.891Z | Downloaded debug-ignore v1.0.5 |
111 | 2023-10-13T21:06:53.897Z | Downloaded ctrlc v3.4.0 |
112 | 2023-10-13T21:06:53.902Z | Downloaded dirs-next v2.0.0 |
113 | 2023-10-13T21:06:53.927Z | Downloaded async-trait v0.1.73 |
114 | 2023-10-13T21:06:53.951Z | Downloaded async-recursion v0.3.2 |
115 | 2023-10-13T21:06:53.954Z | Downloaded data-encoding v2.4.0 |
116 | 2023-10-13T21:06:53.957Z | Downloaded sha1 v0.10.5 |
117 | 2023-10-13T21:06:53.961Z | Downloaded argon2 v0.5.2 |
118 | 2023-10-13T21:06:53.964Z | Downloaded aes-gcm-siv v0.11.1 |
119 | 2023-10-13T21:06:53.968Z | Downloaded camino v1.1.6 |
120 | 2023-10-13T21:06:53.972Z | Downloaded slog-json v2.6.1 |
121 | 2023-10-13T21:06:53.974Z | Downloaded anyhow v1.0.75 |
122 | 2023-10-13T21:06:53.978Z | Downloaded arc-swap v1.6.0 |
123 | 2023-10-13T21:06:53.984Z | Downloaded colorchoice v1.0.0 |
124 | 2023-10-13T21:06:53.988Z | Downloaded proc-macro-crate v1.3.1 |
125 | 2023-10-13T21:06:53.992Z | Downloaded tokio-macros v2.1.0 |
126 | 2023-10-13T21:06:54.003Z | Downloaded serde_arrays v0.1.0 |
127 | 2023-10-13T21:06:54.011Z | Downloaded bitstruct_derive v0.1.0 |
128 | 2023-10-13T21:06:54.016Z | Downloaded clap_lex v0.5.1 |
129 | 2023-10-13T21:06:54.023Z | Downloaded bitstruct v0.1.1 |
130 | 2023-10-13T21:06:54.031Z | Downloaded fallible-streaming-iterator v0.1.9 |
131 | 2023-10-13T21:06:54.041Z | Downloaded time-macros v0.2.13 |
132 | 2023-10-13T21:06:54.047Z | Downloaded serde_spanned v0.6.3 |
133 | 2023-10-13T21:06:54.052Z | Downloaded bitvec v1.0.1 |
134 | 2023-10-13T21:06:54.061Z | Downloaded const_format_proc_macros v0.2.31 |
135 | 2023-10-13T21:06:54.064Z | Downloaded bit_field v0.10.2 |
136 | 2023-10-13T21:06:54.068Z | Downloaded resolv-conf v0.7.0 |
137 | 2023-10-13T21:06:54.079Z | Downloaded tokio-rustls v0.24.1 |
138 | 2023-10-13T21:06:54.085Z | Downloaded rand_chacha v0.3.1 |
139 | 2023-10-13T21:06:54.088Z | Downloaded fatfs v0.3.6 |
140 | 2023-10-13T21:06:54.091Z | Downloaded rustc_version v0.4.0 |
141 | 2023-10-13T21:06:54.095Z | Downloaded serde_repr v0.1.16 |
142 | 2023-10-13T21:06:54.098Z | Downloaded ctr v0.9.2 |
143 | 2023-10-13T21:06:54.101Z | Downloaded rand_core v0.6.4 |
144 | 2023-10-13T21:06:54.108Z | Downloaded cfg-if v1.0.0 |
145 | 2023-10-13T21:06:54.111Z | Downloaded parking_lot_core v0.9.8 |
146 | 2023-10-13T21:06:54.114Z | Downloaded tower-service v0.3.2 |
147 | 2023-10-13T21:06:54.116Z | Downloaded clap_derive v3.2.25 |
148 | 2023-10-13T21:06:54.119Z | Downloaded anstream v0.5.0 |
149 | 2023-10-13T21:06:54.122Z | Downloaded radium v0.7.0 |
150 | 2023-10-13T21:06:54.125Z | Downloaded serde_derive_internals v0.26.0 |
151 | 2023-10-13T21:06:54.128Z | Downloaded bincode v1.3.3 |
152 | 2023-10-13T21:06:54.131Z | Downloaded proc-macro-error v1.0.4 |
153 | 2023-10-13T21:06:54.133Z | Downloaded utf8parse v0.2.1 |
154 | 2023-10-13T21:06:54.137Z | Downloaded anstyle-parse v0.2.1 |
155 | 2023-10-13T21:06:54.140Z | Downloaded hex v0.4.3 |
156 | 2023-10-13T21:06:54.142Z | Downloaded instant v0.1.12 |
157 | 2023-10-13T21:06:54.145Z | Downloaded http-body v0.4.5 |
158 | 2023-10-13T21:06:54.148Z | Downloaded num-integer v0.1.45 |
159 | 2023-10-13T21:06:54.151Z | Downloaded polyval v0.6.1 |
160 | 2023-10-13T21:06:54.156Z | Downloaded console v0.15.7 |
161 | 2023-10-13T21:06:54.159Z | Downloaded try-lock v0.2.4 |
162 | 2023-10-13T21:06:54.161Z | Downloaded twox-hash v1.6.3 |
163 | 2023-10-13T21:06:54.164Z | Downloaded match_cfg v0.1.0 |
164 | 2023-10-13T21:06:54.167Z | Downloaded wyz v0.5.1 |
165 | 2023-10-13T21:06:54.170Z | Downloaded percent-encoding v2.3.0 |
166 | 2023-10-13T21:06:54.172Z | Downloaded ident_case v1.0.1 |
167 | 2023-10-13T21:06:54.175Z | Downloaded bitflags v2.4.0 |
168 | 2023-10-13T21:06:54.178Z | Downloaded num_threads v0.1.6 |
169 | 2023-10-13T21:06:54.181Z | Downloaded md-5 v0.10.5 |
170 | 2023-10-13T21:06:54.184Z | Downloaded want v0.3.1 |
171 | 2023-10-13T21:06:54.187Z | Downloaded ahash v0.8.3 |
172 | 2023-10-13T21:06:54.189Z | Downloaded native-tls v0.2.11 |
173 | 2023-10-13T21:06:54.192Z | Downloaded untrusted v0.7.1 |
174 | 2023-10-13T21:06:54.195Z | Downloaded ipnetwork v0.20.0 |
175 | 2023-10-13T21:06:54.198Z | Downloaded serde_yaml v0.9.25 |
176 | 2023-10-13T21:06:54.201Z | Downloaded phf_shared v0.11.2 |
177 | 2023-10-13T21:06:54.203Z | Downloaded parse-display-derive v0.7.0 |
178 | 2023-10-13T21:06:54.207Z | Downloaded universal-hash v0.5.1 |
179 | 2023-10-13T21:06:54.210Z | Downloaded macaddr v1.0.1 |
180 | 2023-10-13T21:06:54.212Z | Downloaded usdt-attr-macro v0.3.5 |
181 | 2023-10-13T21:06:54.215Z | Downloaded zeroize v1.6.0 |
182 | 2023-10-13T21:06:54.218Z | Downloaded aho-corasick v1.0.4 |
183 | 2023-10-13T21:06:54.221Z | Downloaded clap v4.4.0 |
184 | 2023-10-13T21:06:54.223Z | Downloaded lru-cache v0.1.2 |
185 | 2023-10-13T21:06:54.226Z | Downloaded libloading v0.7.4 |
186 | 2023-10-13T21:06:54.229Z | Downloaded inout v0.1.3 |
187 | 2023-10-13T21:06:54.232Z | Downloaded globset v0.4.13 |
188 | 2023-10-13T21:06:54.236Z | Downloaded uuid v1.4.1 |
189 | 2023-10-13T21:06:54.239Z | Downloaded paste v1.0.14 |
190 | 2023-10-13T21:06:54.242Z | Downloaded blake2 v0.10.6 |
191 | 2023-10-13T21:06:54.244Z | Downloaded thiserror v1.0.47 |
192 | 2023-10-13T21:06:54.247Z | Downloaded tungstenite v0.20.1 |
193 | 2023-10-13T21:06:54.250Z | Downloaded hmac v0.12.1 |
194 | 2023-10-13T21:06:54.252Z | Downloaded iana-time-zone v0.1.57 |
195 | 2023-10-13T21:06:54.255Z | Downloaded postgres-types v0.2.6 |
196 | 2023-10-13T21:06:54.258Z | Downloaded unsafe-libyaml v0.2.9 |
197 | 2023-10-13T21:06:54.261Z | Downloaded const_format v0.2.31 |
198 | 2023-10-13T21:06:54.264Z | Downloaded allocator-api2 v0.2.16 |
199 | 2023-10-13T21:06:54.266Z | Downloaded hashlink v0.8.3 |
200 | 2023-10-13T21:06:54.269Z | Downloaded unicode-ident v1.0.12 |
201 | 2023-10-13T21:06:54.272Z | Downloaded toml v0.8.1 |
202 | 2023-10-13T21:06:54.274Z | Downloaded password-hash v0.5.0 |
203 | 2023-10-13T21:06:54.277Z | Downloaded log v0.4.20 |
204 | 2023-10-13T21:06:54.280Z | Downloaded trust-dns-resolver v0.22.0 |
205 | 2023-10-13T21:06:54.286Z | Downloaded chrono v0.4.31 |
206 | 2023-10-13T21:06:54.301Z | Downloaded mio v0.8.8 |
207 | 2023-10-13T21:06:54.310Z | Downloaded pest v2.7.2 |
208 | 2023-10-13T21:06:54.319Z | Downloaded regress v0.7.1 |
209 | 2023-10-13T21:06:54.332Z | Downloaded syn v2.0.29 |
210 | 2023-10-13T21:06:54.351Z | Downloaded regex-syntax v0.6.29 |
211 | 2023-10-13T21:06:54.364Z | Downloaded rusqlite v0.29.0 |
212 | 2023-10-13T21:06:54.376Z | Downloaded http v0.2.9 |
213 | 2023-10-13T21:06:54.382Z | Downloaded vcpkg v0.2.15 |
214 | 2023-10-13T21:06:54.452Z | Downloaded reqwest v0.11.20 |
215 | 2023-10-13T21:06:54.465Z | Downloaded idna v0.2.3 |
216 | 2023-10-13T21:06:54.479Z | Downloaded openapiv3 v1.0.3 |
217 | 2023-10-13T21:06:54.506Z | Downloaded itertools v0.11.0 |
218 | 2023-10-13T21:06:54.517Z | Downloaded zerocopy-derive v0.2.0 |
219 | 2023-10-13T21:06:54.537Z | Downloaded winnow v0.5.15 |
220 | 2023-10-13T21:06:54.552Z | Downloaded h2 v0.3.21 |
221 | 2023-10-13T21:06:54.566Z | Downloaded time v0.3.27 |
222 | 2023-10-13T21:06:54.578Z | Downloaded regex v1.9.3 |
223 | 2023-10-13T21:06:54.606Z | Downloaded clap_builder v4.4.0 |
224 | 2023-10-13T21:06:54.621Z | Downloaded git2 v0.17.2 |
225 | 2023-10-13T21:06:54.639Z | Downloaded rustls v0.21.7 |
226 | 2023-10-13T21:06:54.661Z | Downloaded webpki-roots v0.25.2 |
227 | 2023-10-13T21:06:54.669Z | Downloaded openssl v0.10.56 |
228 | 2023-10-13T21:06:54.689Z | Downloaded idna v0.4.0 |
229 | 2023-10-13T21:06:54.703Z | Downloaded nix v0.26.2 |
230 | 2023-10-13T21:06:54.724Z | Downloaded regex-syntax v0.7.4 |
231 | 2023-10-13T21:06:54.741Z | Downloaded bstr v1.6.0 |
232 | 2023-10-13T21:06:54.763Z | Downloaded rustix v0.38.9 |
233 | 2023-10-13T21:06:54.805Z | Downloaded hyper v0.14.27 |
234 | 2023-10-13T21:06:54.821Z | Downloaded trust-dns-proto v0.22.0 |
235 | 2023-10-13T21:06:54.845Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
236 | 2023-10-13T21:06:54.950Z | Downloaded regex-automata v0.3.6 |
237 | 2023-10-13T21:06:54.984Z | Downloaded libc v0.2.148 |
238 | 2023-10-13T21:06:55.032Z | Downloaded tokio v1.32.0 |
239 | 2023-10-13T21:06:55.099Z | Downloaded serde_with v2.3.3 |
240 | 2023-10-13T21:06:55.111Z | Downloaded serde_json v1.0.107 |
241 | 2023-10-13T21:06:55.126Z | Downloaded hashbrown v0.12.3 |
242 | 2023-10-13T21:06:55.133Z | Downloaded toml_edit v0.19.15 |
243 | 2023-10-13T21:06:55.165Z | Downloaded syn v1.0.109 |
244 | 2023-10-13T21:06:55.185Z | Downloaded encoding_rs v0.8.33 |
245 | 2023-10-13T21:06:55.230Z | Downloaded libz-sys v1.1.12 |
246 | 2023-10-13T21:06:55.347Z | Downloaded indexmap v2.0.0 |
247 | 2023-10-13T21:06:55.352Z | Downloaded unicode-normalization v0.1.22 |
248 | 2023-10-13T21:06:55.359Z | Downloaded crossbeam-channel v0.5.8 |
249 | 2023-10-13T21:06:55.367Z | Downloaded rand v0.8.5 |
250 | 2023-10-13T21:06:55.373Z | Downloaded openssl-sys v0.9.91 |
251 | 2023-10-13T21:06:55.382Z | Downloaded libm v0.2.7 |
252 | 2023-10-13T21:06:55.400Z | Downloaded hashbrown v0.13.2 |
253 | 2023-10-13T21:06:55.407Z | Downloaded portable-atomic v1.4.3 |
254 | 2023-10-13T21:06:55.416Z | Downloaded num-bigint v0.4.4 |
255 | 2023-10-13T21:06:55.428Z | Downloaded indexmap v1.9.3 |
256 | 2023-10-13T21:06:55.438Z | Downloaded clap v3.2.25 |
257 | 2023-10-13T21:06:55.457Z | Downloaded libsqlite3-sys v0.26.0 |
258 | 2023-10-13T21:06:55.589Z | Downloaded toml_edit v0.20.1 |
259 | 2023-10-13T21:06:55.618Z | Downloaded hashbrown v0.14.0 |
260 | 2023-10-13T21:06:55.627Z | Downloaded ucd-trie v0.1.6 |
261 | 2023-10-13T21:06:55.633Z | Downloaded socket2 v0.4.9 |
262 | 2023-10-13T21:06:55.636Z | Downloaded futures-util v0.3.28 |
263 | 2023-10-13T21:06:55.652Z | Downloaded toml v0.7.8 |
264 | 2023-10-13T21:06:55.657Z | Downloaded postgres-protocol v0.6.6 |
265 | 2023-10-13T21:06:55.660Z | Downloaded rustls-webpki v0.101.4 |
266 | 2023-10-13T21:06:55.686Z | Downloaded base64 v0.21.4 |
267 | 2023-10-13T21:06:55.692Z | Downloaded url v2.4.0 |
268 | 2023-10-13T21:06:55.697Z | Downloaded vergen v8.2.4 |
269 | 2023-10-13T21:06:55.703Z | Downloaded memchr v2.5.0 |
270 | 2023-10-13T21:06:55.710Z | Downloaded indicatif v0.17.6 |
271 | 2023-10-13T21:06:55.719Z | Downloaded httparse v1.8.0 |
272 | 2023-10-13T21:06:55.724Z | Downloaded pest_meta v2.7.2 |
273 | 2023-10-13T21:06:55.727Z | Downloaded tracing-attributes v0.1.26 |
274 | 2023-10-13T21:06:55.730Z | Downloaded utf-8 v0.7.6 |
275 | 2023-10-13T21:06:55.733Z | Downloaded humantime v2.1.0 |
276 | 2023-10-13T21:06:55.737Z | Downloaded ring v0.16.20 |
277 | 2023-10-13T21:06:55.891Z | Downloaded mime v0.3.17 |
278 | 2023-10-13T21:06:55.894Z | Downloaded whoami v1.4.1 |
279 | 2023-10-13T21:06:55.897Z | Downloaded cc v1.0.83 |
280 | 2023-10-13T21:06:55.900Z | Downloaded hostname v0.3.1 |
281 | 2023-10-13T21:06:55.903Z | Downloaded glob v0.3.1 |
282 | 2023-10-13T21:06:55.906Z | Downloaded toml_datetime v0.6.3 |
283 | 2023-10-13T21:06:55.909Z | Downloaded parse-display v0.7.0 |
284 | 2023-10-13T21:06:55.914Z | Downloaded num_enum v0.5.11 |
285 | 2023-10-13T21:06:55.916Z | Downloaded num-traits v0.2.16 |
286 | 2023-10-13T21:06:55.920Z | Downloaded getrandom v0.2.10 |
287 | 2023-10-13T21:06:55.926Z | Downloaded tracing-core v0.1.31 |
288 | 2023-10-13T21:06:55.930Z | Downloaded tracing v0.1.37 |
289 | 2023-10-13T21:06:55.938Z | Downloaded toml v0.5.11 |
290 | 2023-10-13T21:06:55.941Z | Downloaded num v0.4.1 |
291 | 2023-10-13T21:06:55.944Z | Downloaded crossbeam-utils v0.8.16 |
292 | 2023-10-13T21:06:55.948Z | Downloaded num_enum v0.7.0 |
293 | 2023-10-13T21:06:55.955Z | Downloaded unicode-width v0.1.10 |
294 | 2023-10-13T21:06:55.959Z | Downloaded once_cell v1.18.0 |
295 | 2023-10-13T21:06:55.962Z | Downloaded tokio-util v0.7.8 |
296 | 2023-10-13T21:06:55.972Z | Downloaded lock_api v0.4.10 |
297 | 2023-10-13T21:06:55.975Z | Downloaded usdt-macro v0.3.5 |
298 | 2023-10-13T21:06:55.979Z | Downloaded pest_generator v2.7.2 |
299 | 2023-10-13T21:06:55.982Z | Downloaded tokio-postgres v0.7.10 |
300 | 2023-10-13T21:06:55.985Z | Downloaded synstructure v0.12.6 |
301 | 2023-10-13T21:06:55.989Z | Downloaded slog-scope v4.4.0 |
302 | 2023-10-13T21:06:55.992Z | Downloaded num_cpus v1.16.0 |
303 | 2023-10-13T21:06:55.995Z | Downloaded multer v2.1.0 |
304 | 2023-10-13T21:06:55.998Z | Downloaded memoffset v0.7.1 |
305 | 2023-10-13T21:06:56.002Z | Downloaded typenum v1.16.0 |
306 | 2023-10-13T21:06:56.007Z | Downloaded phf v0.11.2 |
307 | 2023-10-13T21:06:56.010Z | Downloaded lazy_static v1.4.0 |
308 | 2023-10-13T21:06:56.013Z | Downloaded hyper-tls v0.5.0 |
309 | 2023-10-13T21:06:56.017Z | Downloaded usdt-impl v0.3.5 |
310 | 2023-10-13T21:06:56.020Z | Downloaded pin-utils v0.1.0 |
311 | 2023-10-13T21:06:56.024Z | Downloaded thread-id v4.2.0 |
312 | 2023-10-13T21:06:56.028Z | Downloaded tap v1.0.1 |
313 | 2023-10-13T21:06:56.031Z | Downloaded ipnet v2.8.0 |
314 | 2023-10-13T21:06:56.034Z | Downloaded stringprep v0.1.3 |
315 | 2023-10-13T21:06:56.038Z | Downloaded is-terminal v0.4.9 |
316 | 2023-10-13T21:06:56.044Z | Downloaded httpdate v1.0.3 |
317 | 2023-10-13T21:06:56.049Z | Downloaded zerocopy v0.3.0 |
318 | 2023-10-13T21:06:56.052Z | Downloaded num-complex v0.4.4 |
319 | 2023-10-13T21:06:56.056Z | Downloaded linked-hash-map v0.5.6 |
320 | 2023-10-13T21:06:56.061Z | Downloaded jobserver v0.1.26 |
321 | 2023-10-13T21:06:56.064Z | Downloaded futures-channel v0.3.28 |
322 | 2023-10-13T21:06:56.067Z | Downloaded cpufeatures v0.2.9 |
323 | 2023-10-13T21:06:56.071Z | Downloaded hyper-rustls v0.24.1 |
324 | 2023-10-13T21:06:56.075Z | Downloaded unicode-bidi v0.3.13 |
325 | 2023-10-13T21:06:56.079Z | Downloaded usdt v0.3.5 |
326 | 2023-10-13T21:06:56.082Z | Downloaded pkg-config v0.3.27 |
327 | 2023-10-13T21:06:56.087Z | Downloaded pest_derive v2.7.2 |
328 | 2023-10-13T21:06:56.090Z | Downloaded parking_lot v0.12.1 |
329 | 2023-10-13T21:06:56.093Z | Downloaded unicode-xid v0.2.4 |
330 | 2023-10-13T21:06:56.098Z | Downloaded schemars v0.8.15 |
331 | 2023-10-13T21:06:56.102Z | Downloaded ryu v1.0.15 |
332 | 2023-10-13T21:06:56.106Z | Downloaded pin-project-lite v0.2.13 |
333 | 2023-10-13T21:06:56.109Z | Downloaded num-rational v0.4.1 |
334 | 2023-10-13T21:06:56.113Z | Downloaded omicron-workspace-hack v0.1.0 |
335 | 2023-10-13T21:06:56.131Z | Downloaded number_prefix v0.4.0 |
336 | 2023-10-13T21:06:56.135Z | Downloaded heck v0.4.1 |
337 | 2023-10-13T21:06:56.141Z | Downloaded clap_derive v4.4.0 |
338 | 2023-10-13T21:06:56.144Z | Downloaded base64 v0.13.1 |
339 | 2023-10-13T21:06:56.147Z | Downloaded matches v0.1.10 |
340 | 2023-10-13T21:06:56.150Z | Downloaded itoa v1.0.9 |
341 | 2023-10-13T21:06:56.154Z | Downloaded serde_derive v1.0.188 |
342 | 2023-10-13T21:06:56.158Z | Downloaded base64ct v1.6.0 |
343 | 2023-10-13T21:06:56.161Z | Downloaded proc-macro2 v1.0.67 |
344 | 2023-10-13T21:06:56.164Z | Downloaded version_check v0.9.4 |
345 | 2023-10-13T21:06:56.168Z | Downloaded strum_macros v0.25.2 |
346 | 2023-10-13T21:06:56.173Z | Downloaded strsim v0.10.0 |
347 | 2023-10-13T21:06:56.177Z | Downloaded errno v0.3.2 |
348 | 2023-10-13T21:06:56.180Z | Downloaded dirs-sys-next v0.1.2 |
349 | 2023-10-13T21:06:56.183Z | Downloaded digest v0.10.7 |
350 | 2023-10-13T21:06:56.186Z | Downloaded crypto-common v0.1.6 |
351 | 2023-10-13T21:06:56.190Z | Downloaded ppv-lite86 v0.2.17 |
352 | 2023-10-13T21:06:56.193Z | Downloaded tempfile v3.8.0 |
353 | 2023-10-13T21:06:56.196Z | Downloaded futures v0.3.28 |
354 | 2023-10-13T21:06:56.200Z | Downloaded enum-as-inner v0.5.1 |
355 | 2023-10-13T21:06:56.203Z | Downloaded either v1.9.0 |
356 | 2023-10-13T21:06:56.206Z | Downloaded serde_path_to_error v0.1.14 |
357 | 2023-10-13T21:06:56.210Z | Downloaded textwrap v0.16.0 |
358 | 2023-10-13T21:06:56.214Z | Downloaded block-buffer v0.10.4 |
359 | 2023-10-13T21:06:56.217Z | Downloaded openssl-probe v0.1.5 |
360 | 2023-10-13T21:06:56.220Z | Downloaded pretty-hex v0.2.1 |
361 | 2023-10-13T21:06:56.224Z | Downloaded num_enum_derive v0.7.0 |
362 | 2023-10-13T21:06:56.227Z | Downloaded ringbuffer v0.15.0 |
363 | 2023-10-13T21:06:56.230Z | Downloaded openssl-macros v0.1.1 |
364 | 2023-10-13T21:06:56.233Z | Downloaded waitgroup v0.1.2 |
365 | 2023-10-13T21:06:56.237Z | Downloaded bitflags v1.3.2 |
366 | 2023-10-13T21:06:56.240Z | Downloaded colored v2.0.4 |
367 | 2023-10-13T21:06:56.243Z | Downloaded os_str_bytes v6.5.1 |
368 | 2023-10-13T21:06:56.247Z | Downloaded tinyvec v1.6.0 |
369 | 2023-10-13T21:06:56.250Z | Downloaded serde_with_macros v2.3.3 |
370 | 2023-10-13T21:06:56.253Z | Downloaded quote v1.0.33 |
371 | 2023-10-13T21:06:56.257Z | Downloaded semver v1.0.18 |
372 | 2023-10-13T21:06:56.261Z | Downloaded num_enum_derive v0.5.11 |
373 | 2023-10-13T21:06:56.265Z | Downloaded serde_tokenstream v0.1.7 |
374 | 2023-10-13T21:06:56.268Z | Downloaded quick-error v1.2.3 |
375 | 2023-10-13T21:06:56.272Z | Downloaded clap_lex v0.2.4 |
376 | 2023-10-13T21:06:56.275Z | Downloaded spin v0.5.2 |
377 | 2023-10-13T21:06:56.278Z | Downloaded serde_tokenstream v0.2.0 |
378 | 2023-10-13T21:06:56.282Z | Downloaded serde_urlencoded v0.7.1 |
379 | 2023-10-13T21:06:56.285Z | Downloaded backoff v0.4.0 |
380 | 2023-10-13T21:06:56.288Z | Downloaded opaque-debug v0.3.0 |
381 | 2023-10-13T21:06:56.291Z | Downloaded num-iter v0.1.43 |
382 | 2023-10-13T21:06:56.295Z | Downloaded tokio-tungstenite v0.20.1 |
383 | 2023-10-13T21:06:56.298Z | Downloaded term v0.7.0 |
384 | 2023-10-13T21:06:56.301Z | Downloaded futures-macro v0.3.28 |
385 | 2023-10-13T21:06:56.304Z | Downloaded futures-io v0.3.28 |
386 | 2023-10-13T21:06:56.307Z | Downloaded futures-executor v0.3.28 |
387 | 2023-10-13T21:06:56.312Z | Downloaded futures-core v0.3.28 |
388 | 2023-10-13T21:06:56.316Z | Downloaded dyn-clone v1.0.13 |
389 | 2023-10-13T21:06:56.351Z | Downloaded dof v0.1.5 |
390 | 2023-10-13T21:06:56.354Z | Downloaded darling_macro v0.20.3 |
391 | 2023-10-13T21:06:56.358Z | Downloaded thiserror-impl v1.0.47 |
392 | 2023-10-13T21:06:56.361Z | Downloaded foreign-types-shared v0.1.1 |
393 | 2023-10-13T21:06:56.365Z | Downloaded tokio-native-tls v0.3.1 |
394 | 2023-10-13T21:06:56.368Z | Downloaded thread_local v1.1.7 |
395 | 2023-10-13T21:06:56.371Z | Downloaded termcolor v1.2.0 |
396 | 2023-10-13T21:06:56.374Z | Downloaded scopeguard v1.2.0 |
397 | 2023-10-13T21:06:56.378Z | Downloaded take_mut v0.2.2 |
398 | 2023-10-13T21:06:56.381Z | Downloaded structmeta-derive v0.1.6 |
399 | 2023-10-13T21:06:56.384Z | Downloaded async-recursion v1.0.5 |
400 | 2023-10-13T21:06:56.388Z | Downloaded generic-array v0.14.7 |
401 | 2023-10-13T21:06:56.391Z | Downloaded futures-task v0.3.28 |
402 | 2023-10-13T21:06:56.393Z | Downloaded env_logger v0.9.3 |
403 | 2023-10-13T21:06:56.396Z | Downloaded tinyvec_macros v0.1.1 |
404 | 2023-10-13T21:06:56.400Z | Downloaded proc-macro-error-attr v1.0.4 |
405 | 2023-10-13T21:06:56.403Z | Downloaded time-core v0.1.1 |
406 | 2023-10-13T21:06:56.406Z | Downloaded strum v0.25.0 |
407 | 2023-10-13T21:06:56.409Z | Downloaded fnv v1.0.7 |
408 | 2023-10-13T21:06:56.413Z | Downloaded fallible-iterator v0.2.0 |
409 | 2023-10-13T21:06:56.427Z | Downloaded atty v0.2.14 |
410 | 2023-10-13T21:06:56.432Z | Downloaded subtle v2.5.0 |
411 | 2023-10-13T21:06:56.435Z | Downloaded futures-sink v0.3.28 |
412 | 2023-10-13T21:06:56.438Z | Downloaded funty v2.0.0 |
413 | 2023-10-13T21:06:56.442Z | Downloaded erased-serde v0.3.30 |
414 | 2023-10-13T21:06:56.445Z | Downloaded darling_core v0.20.3 |
415 | 2023-10-13T21:06:56.448Z | Downloaded bytes v1.5.0 |
416 | 2023-10-13T21:06:56.451Z | Downloaded async-stream-impl v0.3.5 |
417 | 2023-10-13T21:06:56.455Z | Downloaded form_urlencoded v1.2.0 |
418 | 2023-10-13T21:06:56.458Z | Downloaded foreign-types v0.3.2 |
419 | 2023-10-13T21:06:56.461Z | Downloaded fastrand v2.0.0 |
420 | 2023-10-13T21:06:56.464Z | Downloaded ron v0.7.1 |
421 | 2023-10-13T21:06:56.468Z | Downloaded equivalent v1.0.1 |
422 | 2023-10-13T21:06:56.471Z | Downloaded darling v0.20.3 |
423 | 2023-10-13T21:06:56.474Z | Downloaded cipher v0.4.4 |
424 | 2023-10-13T21:06:56.477Z | Downloaded byteorder v1.4.3 |
425 | 2023-10-13T21:06:56.479Z | Downloaded deranged v0.3.8 |
426 | 2023-10-13T21:06:56.482Z | Downloaded signal-hook-registry v1.4.1 |
427 | 2023-10-13T21:06:56.486Z | Downloaded anstyle-query v1.0.0 |
428 | 2023-10-13T21:06:56.489Z | Downloaded aead v0.5.2 |
429 | 2023-10-13T21:06:56.492Z | Downloaded rustls-pemfile v1.0.3 |
430 | 2023-10-13T21:06:56.496Z | Downloaded rustversion v1.0.14 |
431 | 2023-10-13T21:06:56.498Z | Downloaded ascii v1.1.0 |
432 | 2023-10-13T21:06:56.502Z | Downloaded slog v2.7.0 |
433 | 2023-10-13T21:06:56.505Z | Downloaded schemars_derive v0.8.15 |
434 | 2023-10-13T21:06:56.507Z | Downloaded smallvec v1.11.0 |
435 | 2023-10-13T21:06:56.511Z | Downloaded anstyle v1.0.2 |
436 | 2023-10-13T21:06:56.514Z | Downloaded crucible-workspace-hack v0.1.0 |
437 | 2023-10-13T21:06:56.517Z | Downloaded sct v0.7.0 |
438 | 2023-10-13T21:06:56.520Z | Downloaded autocfg v1.1.0 |
439 | 2023-10-13T21:06:56.523Z | Downloaded slog-async v2.8.0 |
440 | 2023-10-13T21:06:56.527Z | Downloaded spin v0.9.8 |
441 | 2023-10-13T21:06:56.530Z | Downloaded socket2 v0.5.3 |
442 | 2023-10-13T21:06:56.534Z | Downloaded slog-term v2.9.0 |
443 | 2023-10-13T21:06:56.538Z | Downloaded getopts v0.2.21 |
444 | 2023-10-13T21:06:56.541Z | Downloaded atomic-waker v1.1.1 |
445 | 2023-10-13T21:06:56.543Z | Downloaded async-stream v0.3.5 |
446 | 2023-10-13T21:06:56.547Z | Downloaded structmeta v0.1.6 |
447 | 2023-10-13T21:06:56.550Z | Downloaded static_assertions v1.1.0 |
448 | 2023-10-13T21:06:56.553Z | Downloaded slog-stdlog v4.1.1 |
449 | 2023-10-13T21:06:56.556Z | Downloaded slog-envlogger v2.2.0 |
450 | 2023-10-13T21:06:56.559Z | Downloaded slog-dtrace v0.2.3 |
451 | 2023-10-13T21:06:56.562Z | Downloaded slab v0.4.9 |
452 | 2023-10-13T21:06:56.643Z | Compiling proc-macro2 v1.0.67 |
453 | 2023-10-13T21:06:56.647Z | Compiling unicode-ident v1.0.12 |
454 | 2023-10-13T21:06:56.651Z | Compiling libc v0.2.148 |
455 | 2023-10-13T21:06:56.655Z | Checking cfg-if v1.0.0 |
456 | 2023-10-13T21:06:56.661Z | Compiling version_check v0.9.4 |
457 | 2023-10-13T21:06:56.664Z | Compiling autocfg v1.1.0 |
458 | 2023-10-13T21:06:56.667Z | Compiling serde v1.0.188 |
459 | 2023-10-13T21:06:56.671Z | Compiling syn v1.0.109 |
460 | 2023-10-13T21:06:56.775Z | Checking once_cell v1.18.0 |
461 | 2023-10-13T21:06:56.990Z | Compiling memchr v2.5.0 |
462 | 2023-10-13T21:06:57.730Z | Compiling thiserror v1.0.47 |
463 | 2023-10-13T21:07:00.817Z | Checking itoa v1.0.9 |
464 | 2023-10-13T21:07:00.957Z | Compiling serde_json v1.0.107 |
465 | 2023-10-13T21:07:00.972Z | Compiling ahash v0.8.3 |
466 | 2023-10-13T21:07:01.041Z | Checking pin-project-lite v0.2.13 |
467 | 2023-10-13T21:07:01.060Z | Checking log v0.4.20 |
468 | 2023-10-13T21:07:01.188Z | Compiling libm v0.2.7 |
469 | 2023-10-13T21:07:01.500Z | Compiling pkg-config v0.3.27 |
470 | 2023-10-13T21:07:01.607Z | Compiling num-traits v0.2.16 |
471 | 2023-10-13T21:07:01.753Z | Compiling vcpkg v0.2.15 |
472 | 2023-10-13T21:07:02.166Z | Compiling jobserver v0.1.26 |
473 | 2023-10-13T21:07:02.234Z | Compiling lock_api v0.4.10 |
474 | 2023-10-13T21:07:02.781Z | Compiling quote v1.0.33 |
475 | 2023-10-13T21:07:02.879Z | Checking getrandom v0.2.10 |
476 | 2023-10-13T21:07:03.325Z | Compiling cc v1.0.83 |
477 | 2023-10-13T21:07:03.330Z | Checking rand_core v0.6.4 |
478 | 2023-10-13T21:07:03.333Z | Checking ryu v1.0.15 |
479 | 2023-10-13T21:07:03.340Z | Compiling typenum v1.16.0 |
480 | 2023-10-13T21:07:03.511Z | Compiling syn v2.0.29 |
481 | 2023-10-13T21:07:03.646Z | Checking smallvec v1.11.0 |
482 | 2023-10-13T21:07:03.666Z | Compiling parking_lot_core v0.9.8 |
483 | 2023-10-13T21:07:04.388Z | Compiling generic-array v0.14.7 |
484 | 2023-10-13T21:07:04.407Z | Checking scopeguard v1.2.0 |
485 | 2023-10-13T21:07:05.001Z | Compiling futures-core v0.3.28 |
486 | 2023-10-13T21:07:05.194Z | Checking num_cpus v1.16.0 |
487 | 2023-10-13T21:07:05.199Z | Checking parking_lot v0.12.1 |
488 | 2023-10-13T21:07:05.334Z | Checking mio v0.8.8 |
489 | 2023-10-13T21:07:05.633Z | Checking signal-hook-registry v1.4.1 |
490 | 2023-10-13T21:07:05.758Z | Checking socket2 v0.5.3 |
491 | 2023-10-13T21:07:05.982Z | Compiling heck v0.4.1 |
492 | 2023-10-13T21:07:06.515Z | Checking pin-utils v0.1.0 |
493 | 2023-10-13T21:07:06.593Z | Checking futures-sink v0.3.28 |
494 | 2023-10-13T21:07:06.620Z | Compiling equivalent v1.0.1 |
495 | 2023-10-13T21:07:06.754Z | Compiling hashbrown v0.14.0 |
496 | 2023-10-13T21:07:06.778Z | Compiling slab v0.4.9 |
497 | 2023-10-13T21:07:06.945Z | Compiling futures-channel v0.3.28 |
498 | 2023-10-13T21:07:07.060Z | Compiling futures-task v0.3.28 |
499 | 2023-10-13T21:07:07.568Z | Compiling futures-util v0.3.28 |
500 | 2023-10-13T21:07:08.044Z | Checking subtle v2.5.0 |
501 | 2023-10-13T21:07:08.150Z | Checking iana-time-zone v0.1.57 |
502 | 2023-10-13T21:07:08.170Z | Checking bitflags v1.3.2 |
503 | 2023-10-13T21:07:08.214Z | Checking futures-io v0.3.28 |
504 | 2023-10-13T21:07:08.283Z | Checking fnv v1.0.7 |
505 | 2023-10-13T21:07:08.336Z | Checking tinyvec_macros v0.1.1 |
506 | 2023-10-13T21:07:08.360Z | Checking allocator-api2 v0.2.16 |
507 | 2023-10-13T21:07:08.431Z | Compiling slog v2.7.0 |
508 | 2023-10-13T21:07:08.452Z | Compiling unicode-xid v0.2.4 |
509 | 2023-10-13T21:07:08.619Z | Checking tinyvec v1.6.0 |
510 | 2023-10-13T21:07:08.684Z | Checking byteorder v1.4.3 |
511 | 2023-10-13T21:07:09.319Z | Compiling ring v0.16.20 |
512 | 2023-10-13T21:07:09.380Z | Checking crypto-common v0.1.6 |
513 | 2023-10-13T21:07:10.027Z | Checking tracing-core v0.1.31 |
514 | 2023-10-13T21:07:10.170Z | Compiling ucd-trie v0.1.6 |
515 | 2023-10-13T21:07:10.846Z | Checking unicode-normalization v0.1.22 |
516 | 2023-10-13T21:07:11.022Z | Checking unicode-bidi v0.3.13 |
517 | 2023-10-13T21:07:11.104Z | Compiling time-core v0.1.1 |
518 | 2023-10-13T21:07:11.306Z | Checking block-buffer v0.10.4 |
519 | 2023-10-13T21:07:11.501Z | Checking aho-corasick v1.0.4 |
520 | 2023-10-13T21:07:11.572Z | Compiling indexmap v1.9.3 |
521 | 2023-10-13T21:07:11.588Z | Checking ppv-lite86 v0.2.17 |
522 | 2023-10-13T21:07:11.733Z | Checking regex-syntax v0.7.4 |
523 | 2023-10-13T21:07:12.128Z | Compiling schemars v0.8.15 |
524 | 2023-10-13T21:07:12.461Z | Checking digest v0.10.7 |
525 | 2023-10-13T21:07:12.703Z | Checking rand_chacha v0.3.1 |
526 | 2023-10-13T21:07:13.002Z | Checking percent-encoding v2.3.0 |
527 | 2023-10-13T21:07:13.174Z | Checking untrusted v0.7.1 |
528 | 2023-10-13T21:07:13.220Z | Compiling httparse v1.8.0 |
529 | 2023-10-13T21:07:13.269Z | Checking hashbrown v0.12.3 |
530 | 2023-10-13T21:07:13.374Z | Checking dyn-clone v1.0.13 |
531 | 2023-10-13T21:07:13.559Z | Checking cpufeatures v0.2.9 |
532 | 2023-10-13T21:07:13.653Z | Checking spin v0.5.2 |
533 | 2023-10-13T21:07:13.787Z | Compiling serde_derive_internals v0.26.0 |
534 | 2023-10-13T21:07:13.877Z | Compiling synstructure v0.12.6 |
535 | 2023-10-13T21:07:14.824Z | Checking rand v0.8.5 |
536 | 2023-10-13T21:07:15.894Z | Compiling openssl-sys v0.9.91 |
537 | 2023-10-13T21:07:16.236Z | Checking base64 v0.21.4 |
538 | 2023-10-13T21:07:16.418Z | Compiling rustversion v1.0.14 |
539 | 2023-10-13T21:07:16.894Z | Checking regex-automata v0.3.6 |
540 | 2023-10-13T21:07:17.629Z | Checking form_urlencoded v1.2.0 |
541 | 2023-10-13T21:07:17.869Z | Compiling rustls v0.21.7 |
542 | 2023-10-13T21:07:18.377Z | Compiling hashbrown v0.13.2 |
543 | 2023-10-13T21:07:18.397Z | Compiling time-macros v0.2.13 |
544 | 2023-10-13T21:07:20.257Z | Compiling chrono v0.4.31 |
545 | 2023-10-13T21:07:20.291Z | Checking atty v0.2.14 |
546 | 2023-10-13T21:07:20.441Z | Compiling usdt-impl v0.3.5 |
547 | 2023-10-13T21:07:20.746Z | Checking num_threads v0.1.6 |
548 | 2023-10-13T21:07:20.885Z | Checking deranged v0.3.8 |
549 | 2023-10-13T21:07:21.792Z | Compiling crossbeam-utils v0.8.16 |
550 | 2023-10-13T21:07:22.218Z | Checking regex v1.9.3 |
551 | 2023-10-13T21:07:22.871Z | Compiling uuid v1.4.1 |
552 | 2023-10-13T21:07:23.178Z | Compiling serde_derive v1.0.188 |
553 | 2023-10-13T21:07:23.209Z | Compiling thiserror-impl v1.0.47 |
554 | 2023-10-13T21:07:23.416Z | Compiling tokio-macros v2.1.0 |
555 | 2023-10-13T21:07:23.735Z | Compiling futures-macro v0.3.28 |
556 | 2023-10-13T21:07:23.740Z | Compiling tracing-attributes v0.1.26 |
557 | 2023-10-13T21:07:23.813Z | Compiling schemars_derive v0.8.15 |
558 | 2023-10-13T21:07:23.963Z | Compiling zerocopy-derive v0.2.0 |
559 | 2023-10-13T21:07:24.098Z | Checking rustls-webpki v0.101.4 |
560 | 2023-10-13T21:07:25.218Z | Checking sct v0.7.0 |
561 | 2023-10-13T21:07:25.680Z | Checking time v0.3.27 |
562 | 2023-10-13T21:07:27.057Z | Compiling zerocopy v0.3.0 |
563 | 2023-10-13T21:07:28.277Z | Compiling pest v2.7.2 |
564 | 2023-10-13T21:07:28.628Z | Compiling regress v0.7.1 |
565 | 2023-10-13T21:07:28.712Z | Checking idna v0.4.0 |
566 | 2023-10-13T21:07:29.086Z | Checking dirs-sys-next v0.1.2 |
567 | 2023-10-13T21:07:29.324Z | Checking lazy_static v1.4.0 |
568 | 2023-10-13T21:07:29.457Z | Checking tracing v0.1.37 |
569 | 2023-10-13T21:07:29.477Z | Compiling openssl v0.10.56 |
570 | 2023-10-13T21:07:29.891Z | Compiling anyhow v1.0.75 |
571 | 2023-10-13T21:07:30.161Z | Compiling async-trait v0.1.73 |
572 | 2023-10-13T21:07:30.180Z | Checking foreign-types-shared v0.1.1 |
573 | 2023-10-13T21:07:30.306Z | Checking try-lock v0.2.4 |
574 | 2023-10-13T21:07:30.471Z | Checking want v0.3.1 |
575 | 2023-10-13T21:07:30.704Z | Checking foreign-types v0.3.2 |
576 | 2023-10-13T21:07:30.816Z | Checking url v2.4.0 |
577 | 2023-10-13T21:07:30.988Z | Checking dirs-next v2.0.0 |
578 | 2023-10-13T21:07:31.156Z | Compiling dof v0.1.5 |
579 | 2023-10-13T21:07:31.386Z | Compiling openssl-macros v0.1.1 |
580 | 2023-10-13T21:07:32.499Z | Compiling pest_meta v2.7.2 |
581 | 2023-10-13T21:07:32.782Z | Checking socket2 v0.4.9 |
582 | 2023-10-13T21:07:33.061Z | Compiling thread-id v4.2.0 |
583 | 2023-10-13T21:07:33.207Z | Checking thread_local v1.1.7 |
584 | 2023-10-13T21:07:33.637Z | Checking httpdate v1.0.3 |
585 | 2023-10-13T21:07:33.950Z | Compiling slog-async v2.8.0 |
586 | 2023-10-13T21:07:34.711Z | Compiling pest_generator v2.7.2 |
587 | 2023-10-13T21:07:35.240Z | Compiling native-tls v0.2.11 |
588 | 2023-10-13T21:07:35.770Z | Checking tower-service v0.3.2 |
589 | 2023-10-13T21:07:37.735Z | Checking crossbeam-channel v0.5.8 |
590 | 2023-10-13T21:07:38.534Z | Checking term v0.7.0 |
591 | 2023-10-13T21:07:39.601Z | Compiling pest_derive v2.7.2 |
592 | 2023-10-13T21:07:40.268Z | Checking rustls-pemfile v1.0.3 |
593 | 2023-10-13T21:07:40.521Z | Checking openssl-probe v0.1.5 |
594 | 2023-10-13T21:07:40.692Z | Checking take_mut v0.2.2 |
595 | 2023-10-13T21:07:40.876Z | Compiling toml_datetime v0.6.3 |
596 | 2023-10-13T21:07:41.012Z | Compiling dtrace-parser v0.1.14 |
597 | 2023-10-13T21:07:41.474Z | Checking unicode-width v0.1.10 |
598 | 2023-10-13T21:07:41.691Z | Compiling winnow v0.5.15 |
599 | 2023-10-13T21:07:43.907Z | Checking slog-term v2.9.0 |
600 | 2023-10-13T21:07:44.813Z | Checking encoding_rs v0.8.33 |
601 | 2023-10-13T21:07:44.834Z | Checking bytes v1.5.0 |
602 | 2023-10-13T21:07:46.062Z | Checking tokio v1.32.0 |
603 | 2023-10-13T21:07:47.332Z | Compiling indexmap v2.0.0 |
604 | 2023-10-13T21:07:48.712Z | Checking http v0.2.9 |
605 | 2023-10-13T21:07:49.238Z | Compiling serde_tokenstream v0.2.0 |
606 | 2023-10-13T21:07:50.039Z | Compiling serde_tokenstream v0.1.7 |
607 | 2023-10-13T21:07:50.880Z | Checking http-body v0.4.5 |
608 | 2023-10-13T21:07:51.434Z | Compiling toml_edit v0.19.15 |
609 | 2023-10-13T21:07:52.236Z | Checking ipnet v2.8.0 |
610 | 2023-10-13T21:07:52.356Z | Checking mime v0.3.17 |
611 | 2023-10-13T21:07:53.169Z | Checking serde_urlencoded v0.7.1 |
612 | 2023-10-13T21:07:53.194Z | Compiling usdt-attr-macro v0.3.5 |
613 | 2023-10-13T21:07:54.026Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
614 | 2023-10-13T21:07:54.036Z | Compiling usdt-macro v0.3.5 |
615 | 2023-10-13T21:07:54.045Z | Checking serde_spanned v0.6.3 |
616 | 2023-10-13T21:07:55.648Z | Compiling proc-macro-crate v1.3.1 |
617 | 2023-10-13T21:07:55.839Z | Compiling omicron-workspace-hack v0.1.0 |
618 | 2023-10-13T21:07:56.429Z | Checking match_cfg v0.1.0 |
619 | 2023-10-13T21:07:57.012Z | Compiling getopts v0.2.21 |
620 | 2023-10-13T21:07:57.358Z | Checking tokio-util v0.7.8 |
621 | 2023-10-13T21:07:58.130Z | Checking tokio-rustls v0.24.1 |
622 | 2023-10-13T21:07:58.434Z | Checking tokio-native-tls v0.3.1 |
623 | 2023-10-13T21:07:58.716Z | Checking hostname v0.3.1 |
624 | 2023-10-13T21:07:58.768Z | Checking h2 v0.3.21 |
625 | 2023-10-13T21:07:58.818Z | Checking usdt v0.3.5 |
626 | 2023-10-13T21:07:58.874Z | Checking openapiv3 v1.0.3 |
627 | 2023-10-13T21:08:01.263Z | Compiling strsim v0.10.0 |
628 | 2023-10-13T21:08:01.803Z | Compiling ident_case v1.0.1 |
629 | 2023-10-13T21:08:02.051Z | Checking fallible-iterator v0.2.0 |
630 | 2023-10-13T21:08:02.300Z | Compiling unsafe-libyaml v0.2.9 |
631 | 2023-10-13T21:08:02.550Z | Checking webpki-roots v0.25.2 |
632 | 2023-10-13T21:08:02.776Z | Compiling darling_core v0.20.3 |
633 | 2023-10-13T21:08:03.535Z | Checking futures-executor v0.3.28 |
634 | 2023-10-13T21:08:04.141Z | Checking sha1 v0.10.5 |
635 | 2023-10-13T21:08:04.395Z | Compiling libz-sys v1.1.12 |
636 | 2023-10-13T21:08:04.532Z | Compiling serde_yaml v0.9.25 |
637 | 2023-10-13T21:08:04.552Z | Compiling num-integer v0.1.45 |
638 | 2023-10-13T21:08:05.412Z | Checking futures v0.3.28 |
639 | 2023-10-13T21:08:05.422Z | Checking toml_edit v0.20.1 |
640 | 2023-10-13T21:08:05.541Z | Checking slog-json v2.6.1 |
641 | 2023-10-13T21:08:05.706Z | Checking hyper v0.14.27 |
642 | 2023-10-13T21:08:05.921Z | Compiling strum_macros v0.25.2 |
643 | 2023-10-13T21:08:06.914Z | Compiling rustix v0.38.9 |
644 | 2023-10-13T21:08:07.837Z | Checking bitflags v2.4.0 |
645 | 2023-10-13T21:08:08.228Z | Checking slog-bunyan v2.4.0 |
646 | 2023-10-13T21:08:09.216Z | Compiling structmeta-derive v0.1.6 |
647 | 2023-10-13T21:08:09.357Z | Checking toml v0.8.1 |
648 | 2023-10-13T21:08:10.040Z | Checking sha2 v0.10.7 |
649 | 2023-10-13T21:08:10.572Z | Checking hmac v0.12.1 |
650 | 2023-10-13T21:08:10.846Z | Checking md-5 v0.10.5 |
651 | 2023-10-13T21:08:10.869Z | Checking stringprep v0.1.3 |
652 | 2023-10-13T21:08:10.888Z | Compiling libgit2-sys v0.15.2+1.6.4 |
653 | 2023-10-13T21:08:11.119Z | Checking errno v0.3.2 |
654 | 2023-10-13T21:08:11.249Z | Compiling num-bigint v0.4.4 |
655 | 2023-10-13T21:08:11.328Z | Compiling multer v2.1.0 |
656 | 2023-10-13T21:08:11.706Z | Compiling darling_macro v0.20.3 |
657 | 2023-10-13T21:08:12.203Z | Compiling camino v1.1.6 |
658 | 2023-10-13T21:08:12.219Z | Compiling semver v1.0.18 |
659 | 2023-10-13T21:08:12.768Z | Checking strum v0.25.0 |
660 | 2023-10-13T21:08:12.808Z | Compiling paste v1.0.14 |
661 | 2023-10-13T21:08:12.842Z | Checking siphasher v0.3.11 |
662 | 2023-10-13T21:08:13.534Z | Checking hyper-rustls v0.24.1 |
663 | 2023-10-13T21:08:13.539Z | Checking hyper-tls v0.5.0 |
664 | 2023-10-13T21:08:13.551Z | Checking phf_shared v0.11.2 |
665 | 2023-10-13T21:08:13.561Z | Compiling darling v0.20.3 |
666 | 2023-10-13T21:08:13.593Z | Compiling serde_with_macros v2.3.3 |
667 | 2023-10-13T21:08:13.654Z | Checking reqwest v0.11.20 |
668 | 2023-10-13T21:08:13.756Z | Compiling structmeta v0.1.6 |
669 | 2023-10-13T21:08:14.410Z | Checking postgres-protocol v0.6.6 |
670 | 2023-10-13T21:08:14.700Z | Compiling num_enum_derive v0.5.11 |
671 | 2023-10-13T21:08:15.159Z | Compiling async-stream-impl v0.3.5 |
672 | 2023-10-13T21:08:15.466Z | Compiling num-iter v0.1.43 |
673 | 2023-10-13T21:08:15.867Z | Compiling num-rational v0.4.1 |
674 | 2023-10-13T21:08:16.037Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
675 | 2023-10-13T21:08:16.123Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
676 | 2023-10-13T21:08:16.439Z | Compiling crucible-workspace-hack v0.1.0 |
677 | 2023-10-13T21:08:16.561Z | Compiling regex-syntax v0.6.29 |
678 | 2023-10-13T21:08:16.583Z | Checking atomic-waker v1.1.1 |
679 | 2023-10-13T21:08:16.949Z | Checking spin v0.9.8 |
680 | 2023-10-13T21:08:17.025Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
681 | 2023-10-13T21:08:17.434Z | Checking async-stream v0.3.5 |
682 | 2023-10-13T21:08:17.654Z | Checking waitgroup v0.1.2 |
683 | 2023-10-13T21:08:17.797Z | Checking postgres-types v0.2.6 |
684 | 2023-10-13T21:08:17.815Z | Checking serde_with v2.3.3 |
685 | 2023-10-13T21:08:18.064Z | Checking phf v0.11.2 |
686 | 2023-10-13T21:08:18.869Z | Checking num_enum v0.5.11 |
687 | 2023-10-13T21:08:20.169Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
688 | 2023-10-13T21:08:20.762Z | Checking serde_path_to_error v0.1.14 |
689 | 2023-10-13T21:08:20.766Z | Checking hex v0.4.3 |
690 | 2023-10-13T21:08:21.364Z | Compiling vergen v8.2.4 |
691 | 2023-10-13T21:08:21.865Z | Compiling memoffset v0.7.1 |
692 | 2023-10-13T21:08:21.871Z | Compiling proc-macro-error-attr v1.0.4 |
693 | 2023-10-13T21:08:21.912Z | Checking instant v0.1.12 |
694 | 2023-10-13T21:08:22.030Z | Checking debug-ignore v1.0.5 |
695 | 2023-10-13T21:08:22.137Z | Checking whoami v1.4.1 |
696 | 2023-10-13T21:08:22.243Z | Checking utf8parse v0.2.1 |
697 | 2023-10-13T21:08:22.674Z | Checking tokio-postgres v0.7.10 |
698 | 2023-10-13T21:08:22.944Z | Checking anstyle-parse v0.2.1 |
699 | 2023-10-13T21:08:23.427Z | Checking backoff v0.4.0 |
700 | 2023-10-13T21:08:23.784Z | Checking toml v0.7.8 |
701 | 2023-10-13T21:08:23.881Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
702 | 2023-10-13T21:08:24.128Z | Compiling rustc_version v0.4.0 |
703 | 2023-10-13T21:08:25.166Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
704 | 2023-10-13T21:08:25.207Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
705 | 2023-10-13T21:08:25.351Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
706 | 2023-10-13T21:08:25.685Z | Checking ipnetwork v0.20.0 |
707 | 2023-10-13T21:08:26.112Z | Compiling parse-display-derive v0.7.0 |
708 | 2023-10-13T21:08:26.244Z | Checking macaddr v1.0.1 |
709 | 2023-10-13T21:08:26.660Z | Checking num-complex v0.4.4 |
710 | 2023-10-13T21:08:27.454Z | Compiling libsqlite3-sys v0.26.0 |
711 | 2023-10-13T21:08:27.734Z | Compiling slog-dtrace v0.2.3 |
712 | 2023-10-13T21:08:28.092Z | Compiling proc-macro-error v1.0.4 |
713 | 2023-10-13T21:08:28.328Z | Checking static_assertions v1.1.0 |
714 | 2023-10-13T21:08:28.366Z | Checking base64ct v1.6.0 |
715 | 2023-10-13T21:08:28.397Z | Checking anstyle v1.0.2 |
716 | 2023-10-13T21:08:28.418Z | Checking colorchoice v1.0.0 |
717 | 2023-10-13T21:08:28.581Z | Checking anstyle-query v1.0.0 |
718 | 2023-10-13T21:08:28.662Z | Checking arc-swap v1.6.0 |
719 | 2023-10-13T21:08:28.827Z | Checking anstream v0.5.0 |
720 | 2023-10-13T21:08:29.805Z | Checking num v0.4.1 |
721 | 2023-10-13T21:08:29.809Z | Checking password-hash v0.5.0 |
722 | 2023-10-13T21:08:29.816Z | Checking blake2 v0.10.6 |
723 | 2023-10-13T21:08:29.819Z | Checking slog-scope v4.4.0 |
724 | 2023-10-13T21:08:29.822Z | Checking inout v0.1.3 |
725 | 2023-10-13T21:08:29.825Z | Checking termcolor v1.2.0 |
726 | 2023-10-13T21:08:29.828Z | Compiling radium v0.7.0 |
727 | 2023-10-13T21:08:29.905Z | Checking clap_lex v0.5.1 |
728 | 2023-10-13T21:08:30.009Z | Checking argon2 v0.5.2 |
729 | 2023-10-13T21:08:30.686Z | Checking clap_builder v4.4.0 |
730 | 2023-10-13T21:08:30.712Z | Checking cipher v0.4.4 |
731 | 2023-10-13T21:08:30.733Z | Checking slog-stdlog v4.1.1 |
732 | 2023-10-13T21:08:31.189Z | Checking nix v0.26.2 |
733 | 2023-10-13T21:08:31.483Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
734 | 2023-10-13T21:08:31.572Z | Compiling clap_derive v4.4.0 |
735 | 2023-10-13T21:08:32.865Z | Compiling serde_repr v0.1.16 |
736 | 2023-10-13T21:08:32.877Z | Checking hashlink v0.8.3 |
737 | 2023-10-13T21:08:32.895Z | Checking parse-display v0.7.0 |
738 | 2023-10-13T21:08:32.913Z | Checking fallible-streaming-iterator v0.1.9 |
739 | 2023-10-13T21:08:33.045Z | Checking os_str_bytes v6.5.1 |
740 | 2023-10-13T21:08:33.185Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
741 | 2023-10-13T21:08:33.438Z | Checking tap v1.0.1 |
742 | 2023-10-13T21:08:33.584Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
743 | 2023-10-13T21:08:33.608Z | Compiling portable-atomic v1.4.3 |
744 | 2023-10-13T21:08:33.679Z | Checking fastrand v2.0.0 |
745 | 2023-10-13T21:08:33.769Z | Checking wyz v0.5.1 |
746 | 2023-10-13T21:08:35.106Z | Checking clap_lex v0.2.4 |
747 | 2023-10-13T21:08:35.125Z | Checking tempfile v3.8.0 |
748 | 2023-10-13T21:08:35.154Z | Checking rusqlite v0.29.0 |
749 | 2023-10-13T21:08:35.180Z | Compiling clap_derive v3.2.25 |
750 | 2023-10-13T21:08:35.200Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
751 | 2023-10-13T21:08:35.228Z | Checking slog-envlogger v2.2.0 |
752 | 2023-10-13T21:08:35.304Z | Checking twox-hash v1.6.3 |
753 | 2023-10-13T21:08:35.370Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
754 | 2023-10-13T21:08:35.379Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
755 | 2023-10-13T21:08:35.731Z | Checking is-terminal v0.4.9 |
756 | 2023-10-13T21:08:36.272Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
757 | 2023-10-13T21:08:36.290Z | Compiling num_enum_derive v0.7.0 |
758 | 2023-10-13T21:08:36.303Z | Checking universal-hash v0.5.1 |
759 | 2023-10-13T21:08:36.440Z | Checking textwrap v0.16.0 |
760 | 2023-10-13T21:08:36.700Z | Checking opaque-debug v0.3.0 |
761 | 2023-10-13T21:08:36.785Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
762 | 2023-10-13T21:08:36.815Z | Checking funty v2.0.0 |
763 | 2023-10-13T21:08:36.956Z | Checking polyval v0.6.1 |
764 | 2023-10-13T21:08:37.405Z | Checking colored v2.0.4 |
765 | 2023-10-13T21:08:38.431Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
766 | 2023-10-13T21:08:38.952Z | Checking ctr v0.9.2 |
767 | 2023-10-13T21:08:38.987Z | Checking aes v0.8.3 |
768 | 2023-10-13T21:08:39.021Z | Checking bitvec v1.0.1 |
769 | 2023-10-13T21:08:39.493Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
770 | 2023-10-13T21:08:39.558Z | Checking bincode v1.3.3 |
771 | 2023-10-13T21:08:39.578Z | Checking clap v4.4.0 |
772 | 2023-10-13T21:08:39.720Z | Checking console v0.15.7 |
773 | 2023-10-13T21:08:39.877Z | Compiling async-recursion v0.3.2 |
774 | 2023-10-13T21:08:40.715Z | Checking num_enum v0.7.0 |
775 | 2023-10-13T21:08:40.731Z | Checking aead v0.5.2 |
776 | 2023-10-13T21:08:40.747Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
777 | 2023-10-13T21:08:40.807Z | Checking data-encoding v2.4.0 |
778 | 2023-10-13T21:08:40.823Z | Checking zeroize v1.6.0 |
779 | 2023-10-13T21:08:40.878Z | Compiling erased-serde v0.3.30 |
780 | 2023-10-13T21:08:41.141Z | Checking number_prefix v0.4.0 |
781 | 2023-10-13T21:08:41.161Z | Checking either v1.9.0 |
782 | 2023-10-13T21:08:41.414Z | Checking humantime v2.1.0 |
783 | 2023-10-13T21:08:41.898Z | Checking pretty-hex v0.2.1 |
784 | 2023-10-13T21:08:42.850Z | Checking itertools v0.11.0 |
785 | 2023-10-13T21:08:42.860Z | Checking indicatif v0.17.6 |
786 | 2023-10-13T21:08:42.871Z | Checking aes-gcm-siv v0.11.1 |
787 | 2023-10-13T21:08:42.882Z | Checking env_logger v0.9.3 |
788 | 2023-10-13T21:08:42.892Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-10-13T21:08:42.903Z | Checking clap v3.2.25 |
790 | 2023-10-13T21:08:42.908Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-10-13T21:08:42.916Z | Checking toml v0.5.11 |
792 | 2023-10-13T21:08:43.357Z | Compiling bitstruct_derive v0.1.0 |
793 | 2023-10-13T21:08:43.367Z | Compiling async-recursion v1.0.5 |
794 | 2023-10-13T21:08:43.377Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
795 | 2023-10-13T21:08:43.390Z | Checking libloading v0.7.4 |
796 | 2023-10-13T21:08:43.464Z | Checking ringbuffer v0.15.0 |
797 | 2023-10-13T21:08:44.059Z | Checking ascii v1.1.0 |
798 | 2023-10-13T21:08:44.582Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
799 | 2023-10-13T21:08:44.699Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
800 | 2023-10-13T21:08:44.762Z | Checking bitstruct v0.1.1 |
801 | 2023-10-13T21:08:44.794Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
802 | 2023-10-13T21:08:44.961Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
803 | 2023-10-13T21:08:45.186Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
804 | 2023-10-13T21:08:46.001Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
805 | 2023-10-13T21:08:46.013Z | Checking serde_arrays v0.1.0 |
806 | 2023-10-13T21:08:46.026Z | Checking matches v0.1.10 |
807 | 2023-10-13T21:08:46.449Z | Checking utf-8 v0.7.6 |
808 | 2023-10-13T21:08:46.453Z | Checking idna v0.2.3 |
809 | 2023-10-13T21:08:46.456Z | Checking tungstenite v0.20.1 |
810 | 2023-10-13T21:08:46.459Z | Compiling enum-as-inner v0.5.1 |
811 | 2023-10-13T21:08:46.583Z | Checking quick-error v1.2.3 |
812 | 2023-10-13T21:08:46.754Z | Checking linked-hash-map v0.5.6 |
813 | 2023-10-13T21:08:46.772Z | Checking resolv-conf v0.7.0 |
814 | 2023-10-13T21:08:47.261Z | Checking lru-cache v0.1.2 |
815 | 2023-10-13T21:08:47.333Z | Compiling const_format_proc_macros v0.2.31 |
816 | 2023-10-13T21:08:47.758Z | Checking base64 v0.13.1 |
817 | 2023-10-13T21:08:47.775Z | Checking tokio-tungstenite v0.20.1 |
818 | 2023-10-13T21:08:47.792Z | Checking bstr v1.6.0 |
819 | 2023-10-13T21:08:47.814Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
820 | 2023-10-13T21:08:47.833Z | Checking bit_field v0.10.2 |
821 | 2023-10-13T21:08:47.874Z | Checking trust-dns-proto v0.22.0 |
822 | 2023-10-13T21:08:47.995Z | Checking ron v0.7.1 |
823 | 2023-10-13T21:08:48.082Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
824 | 2023-10-13T21:08:48.149Z | Checking ctrlc v3.4.0 |
825 | 2023-10-13T21:08:48.411Z | Checking fatfs v0.3.6 |
826 | 2023-10-13T21:08:48.770Z | Checking globset v0.4.13 |
827 | 2023-10-13T21:08:48.873Z | Checking glob v0.3.1 |
828 | 2023-10-13T21:08:50.443Z | Checking const_format v0.2.31 |
829 | 2023-10-13T21:08:53.212Z | Checking trust-dns-resolver v0.22.0 |
830 | 2023-10-13T21:08:53.304Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
831 | 2023-10-13T21:08:57.977Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
832 | 2023-10-13T21:08:58.219Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
833 | 2023-10-13T21:08:58.240Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
834 | 2023-10-13T21:08:58.260Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
835 | 2023-10-13T21:09:00.576Z | Compiling git2 v0.17.2 |
836 | 2023-10-13T21:09:06.701Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
837 | 2023-10-13T21:09:06.710Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
838 | 2023-10-13T21:09:06.764Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
839 | 2023-10-13T21:09:07.065Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
840 | 2023-10-13T21:09:07.311Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
841 | 2023-10-13T21:09:08.949Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
842 | 2023-10-13T21:09:15.177Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
843 | 2023-10-13T21:09:22.569Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
844 | 2023-10-13T21:09:33.947Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
845 | 2023-10-13T21:09:34.258Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
846 | 2023-10-13T21:09:34.261Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
847 | 2023-10-13T21:09:34.809Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
848 | 2023-10-13T21:09:34.823Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
849 | 2023-10-13T21:09:41.082Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 07s |
850 | 2023-10-13T21:09:41.357Z | |
851 | 2023-10-13T21:09:41.392Z | real 3:08.263821187 |
852 | 2023-10-13T21:09:41.395Z | user 14:05.483382786 |
853 | 2023-10-13T21:09:41.398Z | sys 2:32.911773776 |
854 | 2023-10-13T21:09:41.401Z | trap 0.551885044 |
855 | 2023-10-13T21:09:41.404Z | tflt 5.702504077 |
856 | 2023-10-13T21:09:41.407Z | dflt 9.436085186 |
857 | 2023-10-13T21:09:41.410Z | kflt 0.022753034 |
858 | 2023-10-13T21:09:41.413Z | lock 19:25.053817194 |
859 | 2023-10-13T21:09:41.417Z | slp 43:10.933192074 |
860 | 2023-10-13T21:09:41.420Z | lat 47.540690035 |
861 | 2023-10-13T21:09:41.423Z | stop 2:05.054372286 |
862 | 2023-10-13T21:09:41.426Z | + banner build |
863 | 2023-10-13T21:09:41.429Z | |
864 | 2023-10-13T21:09:41.432Z | ##### # # # # ##### |
865 | 2023-10-13T21:09:41.435Z | # # # # # # # # |
866 | 2023-10-13T21:09:41.438Z | ##### # # # # # # |
867 | 2023-10-13T21:09:41.441Z | # # # # # # # # |
868 | 2023-10-13T21:09:41.497Z | # # # # # # # # |
869 | 2023-10-13T21:09:41.554Z | ##### #### # ###### ##### |
870 | 2023-10-13T21:09:41.557Z | |
871 | 2023-10-13T21:09:41.559Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
872 | 2023-10-13T21:09:42.004Z | Compiling proc-macro2 v1.0.67 |
873 | 2023-10-13T21:09:42.007Z | Compiling unicode-ident v1.0.12 |
874 | 2023-10-13T21:09:42.010Z | Compiling libc v0.2.148 |
875 | 2023-10-13T21:09:42.013Z | Compiling cfg-if v1.0.0 |
876 | 2023-10-13T21:09:42.017Z | Compiling version_check v0.9.4 |
877 | 2023-10-13T21:09:42.020Z | Compiling autocfg v1.1.0 |
878 | 2023-10-13T21:09:42.023Z | Compiling serde v1.0.188 |
879 | 2023-10-13T21:09:42.027Z | Compiling syn v1.0.109 |
880 | 2023-10-13T21:09:42.143Z | Compiling once_cell v1.18.0 |
881 | 2023-10-13T21:09:42.859Z | Compiling memchr v2.5.0 |
882 | 2023-10-13T21:09:42.926Z | Compiling thiserror v1.0.47 |
883 | 2023-10-13T21:09:43.143Z | Compiling itoa v1.0.9 |
884 | 2023-10-13T21:09:43.457Z | Compiling serde_json v1.0.107 |
885 | 2023-10-13T21:09:43.564Z | Compiling pin-project-lite v0.2.13 |
886 | 2023-10-13T21:09:43.716Z | Compiling ahash v0.8.3 |
887 | 2023-10-13T21:09:43.725Z | Compiling pkg-config v0.3.27 |
888 | 2023-10-13T21:09:44.033Z | Compiling vcpkg v0.2.15 |
889 | 2023-10-13T21:09:44.044Z | Compiling libm v0.2.7 |
890 | 2023-10-13T21:09:44.323Z | Compiling quote v1.0.33 |
891 | 2023-10-13T21:09:44.534Z | Compiling jobserver v0.1.26 |
892 | 2023-10-13T21:09:44.907Z | Compiling syn v2.0.29 |
893 | 2023-10-13T21:09:45.332Z | Compiling getrandom v0.2.10 |
894 | 2023-10-13T21:09:45.453Z | Compiling cc v1.0.83 |
895 | 2023-10-13T21:09:45.756Z | Compiling rand_core v0.6.4 |
896 | 2023-10-13T21:09:45.955Z | Compiling num-traits v0.2.16 |
897 | 2023-10-13T21:09:46.488Z | Compiling lock_api v0.4.10 |
898 | 2023-10-13T21:09:46.497Z | Compiling typenum v1.16.0 |
899 | 2023-10-13T21:09:46.881Z | Compiling smallvec v1.11.0 |
900 | 2023-10-13T21:09:47.049Z | Compiling parking_lot_core v0.9.8 |
901 | 2023-10-13T21:09:47.094Z | Compiling log v0.4.20 |
902 | 2023-10-13T21:09:48.059Z | Compiling generic-array v0.14.7 |
903 | 2023-10-13T21:09:48.334Z | Compiling scopeguard v1.2.0 |
904 | 2023-10-13T21:09:48.946Z | Compiling futures-core v0.3.28 |
905 | 2023-10-13T21:09:49.254Z | Compiling ryu v1.0.15 |
906 | 2023-10-13T21:09:50.187Z | Compiling parking_lot v0.12.1 |
907 | 2023-10-13T21:09:50.201Z | Compiling socket2 v0.5.3 |
908 | 2023-10-13T21:09:50.220Z | Compiling num_cpus v1.16.0 |
909 | 2023-10-13T21:09:50.380Z | Compiling mio v0.8.8 |
910 | 2023-10-13T21:09:52.617Z | Compiling signal-hook-registry v1.4.1 |
911 | 2023-10-13T21:09:53.342Z | Compiling heck v0.4.1 |
912 | 2023-10-13T21:09:53.710Z | Compiling crypto-common v0.1.6 |
913 | 2023-10-13T21:09:53.778Z | Compiling pin-utils v0.1.0 |
914 | 2023-10-13T21:09:53.894Z | Compiling hashbrown v0.14.0 |
915 | 2023-10-13T21:09:53.971Z | Compiling equivalent v1.0.1 |
916 | 2023-10-13T21:09:53.987Z | Compiling futures-sink v0.3.28 |
917 | 2023-10-13T21:09:54.104Z | Compiling slab v0.4.9 |
918 | 2023-10-13T21:09:54.174Z | Compiling futures-task v0.3.28 |
919 | 2023-10-13T21:09:54.197Z | Compiling futures-channel v0.3.28 |
920 | 2023-10-13T21:09:54.787Z | Compiling futures-util v0.3.28 |
921 | 2023-10-13T21:09:55.142Z | Compiling subtle v2.5.0 |
922 | 2023-10-13T21:09:55.261Z | Compiling futures-io v0.3.28 |
923 | 2023-10-13T21:09:55.445Z | Compiling iana-time-zone v0.1.57 |
924 | 2023-10-13T21:09:55.466Z | Compiling unicode-xid v0.2.4 |
925 | 2023-10-13T21:09:55.549Z | Compiling tinyvec_macros v0.1.1 |
926 | 2023-10-13T21:09:55.659Z | Compiling slog v2.7.0 |
927 | 2023-10-13T21:09:55.683Z | Compiling tinyvec v1.6.0 |
928 | 2023-10-13T21:09:55.788Z | Compiling bitflags v1.3.2 |
929 | 2023-10-13T21:09:55.913Z | Compiling ring v0.16.20 |
930 | 2023-10-13T21:09:56.432Z | Compiling serde_derive_internals v0.26.0 |
931 | 2023-10-13T21:09:57.781Z | Compiling tracing-core v0.1.31 |
932 | 2023-10-13T21:09:58.475Z | Compiling unicode-normalization v0.1.22 |
933 | 2023-10-13T21:09:58.547Z | Compiling unicode-bidi v0.3.13 |
934 | 2023-10-13T21:10:00.423Z | Compiling allocator-api2 v0.2.16 |
935 | 2023-10-13T21:10:01.338Z | Compiling ucd-trie v0.1.6 |
936 | 2023-10-13T21:10:01.766Z | Compiling time-core v0.1.1 |
937 | 2023-10-13T21:10:01.826Z | Compiling byteorder v1.4.3 |
938 | 2023-10-13T21:10:02.014Z | Compiling fnv v1.0.7 |
939 | 2023-10-13T21:10:02.311Z | Compiling synstructure v0.12.6 |
940 | 2023-10-13T21:10:02.683Z | Compiling block-buffer v0.10.4 |
941 | 2023-10-13T21:10:03.019Z | Compiling indexmap v1.9.3 |
942 | 2023-10-13T21:10:03.571Z | Compiling schemars v0.8.15 |
943 | 2023-10-13T21:10:04.192Z | Compiling ppv-lite86 v0.2.17 |
944 | 2023-10-13T21:10:04.342Z | Compiling digest v0.10.7 |
945 | 2023-10-13T21:10:04.578Z | Compiling percent-encoding v2.3.0 |
946 | 2023-10-13T21:10:04.824Z | Compiling cpufeatures v0.2.9 |
947 | 2023-10-13T21:10:04.949Z | Compiling spin v0.5.2 |
948 | 2023-10-13T21:10:04.965Z | Compiling httparse v1.8.0 |
949 | 2023-10-13T21:10:05.025Z | Compiling dyn-clone v1.0.13 |
950 | 2023-10-13T21:10:05.201Z | Compiling serde_derive v1.0.188 |
951 | 2023-10-13T21:10:05.280Z | Compiling thiserror-impl v1.0.47 |
952 | 2023-10-13T21:10:05.314Z | Compiling tokio-macros v2.1.0 |
953 | 2023-10-13T21:10:05.318Z | Compiling futures-macro v0.3.28 |
954 | 2023-10-13T21:10:05.573Z | Compiling tracing-attributes v0.1.26 |
955 | 2023-10-13T21:10:05.660Z | Compiling rand_chacha v0.3.1 |
956 | 2023-10-13T21:10:06.486Z | Compiling schemars_derive v0.8.15 |
957 | 2023-10-13T21:10:08.030Z | Compiling zerocopy-derive v0.2.0 |
958 | 2023-10-13T21:10:08.377Z | Compiling untrusted v0.7.1 |
959 | 2023-10-13T21:10:08.712Z | Compiling hashbrown v0.12.3 |
960 | 2023-10-13T21:10:10.379Z | Compiling pest v2.7.2 |
961 | 2023-10-13T21:10:11.102Z | Compiling rand v0.8.5 |
962 | 2023-10-13T21:10:11.275Z | Compiling tracing v0.1.37 |
963 | 2023-10-13T21:10:12.487Z | Compiling openssl-sys v0.9.91 |
964 | 2023-10-13T21:10:12.491Z | Compiling aho-corasick v1.0.4 |
965 | 2023-10-13T21:10:13.159Z | Compiling regex-syntax v0.7.4 |
966 | 2023-10-13T21:10:14.110Z | Compiling rustversion v1.0.14 |
967 | 2023-10-13T21:10:14.283Z | Compiling base64 v0.21.4 |
968 | 2023-10-13T21:10:15.122Z | Compiling pest_meta v2.7.2 |
969 | 2023-10-13T21:10:18.028Z | Compiling pest_generator v2.7.2 |
970 | 2023-10-13T21:10:20.254Z | Compiling regex-automata v0.3.6 |
971 | 2023-10-13T21:10:20.975Z | Compiling form_urlencoded v1.2.0 |
972 | 2023-10-13T21:10:21.913Z | Compiling usdt-impl v0.3.5 |
973 | 2023-10-13T21:10:22.037Z | Compiling pest_derive v2.7.2 |
974 | 2023-10-13T21:10:23.313Z | Compiling rustls v0.21.7 |
975 | 2023-10-13T21:10:23.454Z | Compiling chrono v0.4.31 |
976 | 2023-10-13T21:10:23.845Z | Compiling hashbrown v0.13.2 |
977 | 2023-10-13T21:10:25.756Z | Compiling rustls-webpki v0.101.4 |
978 | 2023-10-13T21:10:26.901Z | Compiling sct v0.7.0 |
979 | 2023-10-13T21:10:27.060Z | Compiling time-macros v0.2.13 |
980 | 2023-10-13T21:10:27.767Z | Compiling regex v1.9.3 |
981 | 2023-10-13T21:10:29.615Z | Compiling bytes v1.5.0 |
982 | 2023-10-13T21:10:32.364Z | Compiling tokio v1.32.0 |
983 | 2023-10-13T21:10:32.797Z | Compiling indexmap v2.0.0 |
984 | 2023-10-13T21:10:33.915Z | Compiling uuid v1.4.1 |
985 | 2023-10-13T21:10:34.902Z | Compiling http v0.2.9 |
986 | 2023-10-13T21:10:36.991Z | Compiling serde_tokenstream v0.2.0 |
987 | 2023-10-13T21:10:38.371Z | Compiling atty v0.2.14 |
988 | 2023-10-13T21:10:38.566Z | Compiling crossbeam-utils v0.8.16 |
989 | 2023-10-13T21:10:39.645Z | Compiling num_threads v0.1.6 |
990 | 2023-10-13T21:10:40.933Z | Compiling deranged v0.3.8 |
991 | 2023-10-13T21:10:41.438Z | Compiling zerocopy v0.3.0 |
992 | 2023-10-13T21:10:43.486Z | Compiling regress v0.7.1 |
993 | 2023-10-13T21:10:44.478Z | Compiling time v0.3.27 |
994 | 2023-10-13T21:10:48.421Z | Compiling tokio-util v0.7.8 |
995 | 2023-10-13T21:10:48.732Z | Compiling idna v0.4.0 |
996 | 2023-10-13T21:10:51.550Z | Compiling dirs-sys-next v0.1.2 |
997 | 2023-10-13T21:10:52.089Z | Compiling try-lock v0.2.4 |
998 | 2023-10-13T21:10:52.318Z | Compiling foreign-types-shared v0.1.1 |
999 | 2023-10-13T21:10:52.450Z | Compiling anyhow v1.0.75 |
1000 | 2023-10-13T21:10:53.275Z | Compiling async-trait v0.1.73 |
1001 | 2023-10-13T21:10:53.347Z | Compiling lazy_static v1.4.0 |
1002 | 2023-10-13T21:10:53.527Z | Compiling openssl v0.10.56 |
1003 | 2023-10-13T21:10:54.131Z | Compiling foreign-types v0.3.2 |
1004 | 2023-10-13T21:10:54.228Z | Compiling want v0.3.1 |
1005 | 2023-10-13T21:10:54.252Z | Compiling dirs-next v2.0.0 |
1006 | 2023-10-13T21:10:54.611Z | Compiling url v2.4.0 |
1007 | 2023-10-13T21:10:54.671Z | Compiling h2 v0.3.21 |
1008 | 2023-10-13T21:10:54.756Z | Compiling tokio-rustls v0.24.1 |
1009 | 2023-10-13T21:10:55.472Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1010 | 2023-10-13T21:11:00.821Z | Compiling dof v0.1.5 |
1011 | 2023-10-13T21:11:01.606Z | Compiling http-body v0.4.5 |
1012 | 2023-10-13T21:11:02.166Z | Compiling dtrace-parser v0.1.14 |
1013 | 2023-10-13T21:11:04.793Z | Compiling openssl-macros v0.1.1 |
1014 | 2023-10-13T21:11:05.977Z | Compiling socket2 v0.4.9 |
1015 | 2023-10-13T21:11:06.525Z | Compiling thread-id v4.2.0 |
1016 | 2023-10-13T21:11:06.528Z | Compiling thread_local v1.1.7 |
1017 | 2023-10-13T21:11:07.610Z | Compiling slog-async v2.8.0 |
1018 | 2023-10-13T21:11:08.650Z | Compiling tower-service v0.3.2 |
1019 | 2023-10-13T21:11:08.821Z | Compiling httpdate v1.0.3 |
1020 | 2023-10-13T21:11:10.061Z | Compiling native-tls v0.2.11 |
1021 | 2023-10-13T21:11:10.687Z | Compiling hyper v0.14.27 |
1022 | 2023-10-13T21:11:14.763Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1023 | 2023-10-13T21:11:22.413Z | Compiling crossbeam-channel v0.5.8 |
1024 | 2023-10-13T21:11:23.623Z | Compiling term v0.7.0 |
1025 | 2023-10-13T21:11:25.232Z | Compiling serde_tokenstream v0.1.7 |
1026 | 2023-10-13T21:11:25.301Z | Compiling rustls-pemfile v1.0.3 |
1027 | 2023-10-13T21:11:26.428Z | Compiling unicode-width v0.1.10 |
1028 | 2023-10-13T21:11:26.658Z | Compiling winnow v0.5.15 |
1029 | 2023-10-13T21:11:27.375Z | Compiling take_mut v0.2.2 |
1030 | 2023-10-13T21:11:27.593Z | Compiling openssl-probe v0.1.5 |
1031 | 2023-10-13T21:11:27.824Z | Compiling toml_datetime v0.6.3 |
1032 | 2023-10-13T21:11:30.948Z | Compiling slog-term v2.9.0 |
1033 | 2023-10-13T21:11:32.533Z | Compiling toml_edit v0.19.15 |
1034 | 2023-10-13T21:11:33.850Z | Compiling encoding_rs v0.8.33 |
1035 | 2023-10-13T21:11:35.323Z | Compiling ipnet v2.8.0 |
1036 | 2023-10-13T21:11:35.920Z | Compiling omicron-workspace-hack v0.1.0 |
1037 | 2023-10-13T21:11:36.458Z | Compiling mime v0.3.17 |
1038 | 2023-10-13T21:11:38.348Z | Compiling proc-macro-crate v1.3.1 |
1039 | 2023-10-13T21:11:39.788Z | Compiling tokio-native-tls v0.3.1 |
1040 | 2023-10-13T21:11:39.948Z | Compiling usdt-attr-macro v0.3.5 |
1041 | 2023-10-13T21:11:40.216Z | Compiling usdt-macro v0.3.5 |
1042 | 2023-10-13T21:11:42.408Z | Compiling serde_urlencoded v0.7.1 |
1043 | 2023-10-13T21:11:43.053Z | Compiling serde_spanned v0.6.3 |
1044 | 2023-10-13T21:11:43.429Z | Compiling match_cfg v0.1.0 |
1045 | 2023-10-13T21:11:46.128Z | Compiling getopts v0.2.21 |
1046 | 2023-10-13T21:11:47.609Z | Compiling hostname v0.3.1 |
1047 | 2023-10-13T21:11:47.966Z | Compiling usdt v0.3.5 |
1048 | 2023-10-13T21:11:48.726Z | Compiling hyper-tls v0.5.0 |
1049 | 2023-10-13T21:11:49.379Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1050 | 2023-10-13T21:11:49.549Z | Compiling hyper-rustls v0.24.1 |
1051 | 2023-10-13T21:11:49.711Z | Compiling openapiv3 v1.0.3 |
1052 | 2023-10-13T21:11:55.098Z | Compiling fallible-iterator v0.2.0 |
1053 | 2023-10-13T21:11:56.387Z | Compiling ident_case v1.0.1 |
1054 | 2023-10-13T21:11:56.627Z | Compiling strsim v0.10.0 |
1055 | 2023-10-13T21:11:57.557Z | Compiling unsafe-libyaml v0.2.9 |
1056 | 2023-10-13T21:11:57.653Z | Compiling webpki-roots v0.25.2 |
1057 | 2023-10-13T21:11:57.888Z | Compiling reqwest v0.11.20 |
1058 | 2023-10-13T21:11:57.919Z | Compiling darling_core v0.20.3 |
1059 | 2023-10-13T21:11:57.994Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1060 | 2023-10-13T21:12:00.547Z | Compiling serde_yaml v0.9.25 |
1061 | 2023-10-13T21:12:07.187Z | Compiling futures-executor v0.3.28 |
1062 | 2023-10-13T21:12:07.359Z | Compiling sha1 v0.10.5 |
1063 | 2023-10-13T21:12:08.780Z | Compiling libz-sys v1.1.12 |
1064 | 2023-10-13T21:12:08.834Z | Compiling num-integer v0.1.45 |
1065 | 2023-10-13T21:12:09.227Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1066 | 2023-10-13T21:12:09.421Z | Compiling futures v0.3.28 |
1067 | 2023-10-13T21:12:09.784Z | Compiling darling_macro v0.20.3 |
1068 | 2023-10-13T21:12:11.573Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1069 | 2023-10-13T21:12:11.609Z | Compiling toml_edit v0.20.1 |
1070 | 2023-10-13T21:12:14.041Z | Compiling slog-json v2.6.1 |
1071 | 2023-10-13T21:12:14.862Z | Compiling strum_macros v0.25.2 |
1072 | 2023-10-13T21:12:21.320Z | Compiling rustix v0.38.9 |
1073 | 2023-10-13T21:12:22.422Z | Compiling bitflags v2.4.0 |
1074 | 2023-10-13T21:12:23.451Z | Compiling strum v0.25.0 |
1075 | 2023-10-13T21:12:23.697Z | Compiling toml v0.8.1 |
1076 | 2023-10-13T21:12:32.906Z | Compiling slog-bunyan v2.4.0 |
1077 | 2023-10-13T21:12:33.297Z | Compiling darling v0.20.3 |
1078 | 2023-10-13T21:12:37.226Z | Compiling structmeta-derive v0.1.6 |
1079 | 2023-10-13T21:12:38.500Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1080 | 2023-10-13T21:12:38.766Z | Compiling hmac v0.12.1 |
1081 | 2023-10-13T21:12:39.092Z | Compiling md-5 v0.10.5 |
1082 | 2023-10-13T21:12:39.467Z | Compiling sha2 v0.10.7 |
1083 | 2023-10-13T21:12:41.799Z | Compiling stringprep v0.1.3 |
1084 | 2023-10-13T21:12:45.748Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1085 | 2023-10-13T21:12:46.997Z | Compiling errno v0.3.2 |
1086 | 2023-10-13T21:12:47.328Z | Compiling num-bigint v0.4.4 |
1087 | 2023-10-13T21:12:47.534Z | Compiling multer v2.1.0 |
1088 | 2023-10-13T21:12:48.095Z | Compiling paste v1.0.14 |
1089 | 2023-10-13T21:12:48.128Z | Compiling camino v1.1.6 |
1090 | 2023-10-13T21:12:48.903Z | Compiling siphasher v0.3.11 |
1091 | 2023-10-13T21:12:50.186Z | Compiling semver v1.0.18 |
1092 | 2023-10-13T21:12:51.487Z | Compiling phf_shared v0.11.2 |
1093 | 2023-10-13T21:12:53.664Z | Compiling postgres-protocol v0.6.6 |
1094 | 2023-10-13T21:12:58.839Z | Compiling structmeta v0.1.6 |
1095 | 2023-10-13T21:12:59.693Z | Compiling serde_with_macros v2.3.3 |
1096 | 2023-10-13T21:13:00.205Z | Compiling num_enum_derive v0.5.11 |
1097 | 2023-10-13T21:13:00.937Z | Compiling async-stream-impl v0.3.5 |
1098 | 2023-10-13T21:13:03.109Z | Compiling num-iter v0.1.43 |
1099 | 2023-10-13T21:13:03.158Z | Compiling num-rational v0.4.1 |
1100 | 2023-10-13T21:13:03.658Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1101 | 2023-10-13T21:13:03.715Z | Compiling crucible-workspace-hack v0.1.0 |
1102 | 2023-10-13T21:13:03.903Z | Compiling regex-syntax v0.6.29 |
1103 | 2023-10-13T21:13:04.235Z | Compiling atomic-waker v1.1.1 |
1104 | 2023-10-13T21:13:04.248Z | Compiling spin v0.9.8 |
1105 | 2023-10-13T21:13:04.494Z | Compiling waitgroup v0.1.2 |
1106 | 2023-10-13T21:13:04.846Z | Compiling num_enum v0.5.11 |
1107 | 2023-10-13T21:13:05.086Z | Compiling serde_with v2.3.3 |
1108 | 2023-10-13T21:13:05.370Z | Compiling async-stream v0.3.5 |
1109 | 2023-10-13T21:13:05.474Z | Compiling postgres-types v0.2.6 |
1110 | 2023-10-13T21:13:11.282Z | Compiling phf v0.11.2 |
1111 | 2023-10-13T21:13:12.882Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1112 | 2023-10-13T21:13:12.944Z | Compiling serde_path_to_error v0.1.14 |
1113 | 2023-10-13T21:13:13.072Z | Compiling hex v0.4.3 |
1114 | 2023-10-13T21:13:13.508Z | Compiling parse-display-derive v0.7.0 |
1115 | 2023-10-13T21:13:14.191Z | Compiling vergen v8.2.4 |
1116 | 2023-10-13T21:13:14.610Z | Compiling proc-macro-error-attr v1.0.4 |
1117 | 2023-10-13T21:13:14.766Z | Compiling instant v0.1.12 |
1118 | 2023-10-13T21:13:15.120Z | Compiling debug-ignore v1.0.5 |
1119 | 2023-10-13T21:13:15.463Z | Compiling whoami v1.4.1 |
1120 | 2023-10-13T21:13:17.018Z | Compiling toml v0.7.8 |
1121 | 2023-10-13T21:13:19.277Z | Compiling tokio-postgres v0.7.10 |
1122 | 2023-10-13T21:13:20.096Z | Compiling parse-display v0.7.0 |
1123 | 2023-10-13T21:13:20.467Z | Compiling backoff v0.4.0 |
1124 | 2023-10-13T21:13:21.040Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1125 | 2023-10-13T21:13:22.174Z | Compiling rustc_version v0.4.0 |
1126 | 2023-10-13T21:13:26.210Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1127 | 2023-10-13T21:13:26.258Z | Compiling ipnetwork v0.20.0 |
1128 | 2023-10-13T21:13:26.499Z | Compiling num-complex v0.4.4 |
1129 | 2023-10-13T21:13:27.445Z | Compiling macaddr v1.0.1 |
1130 | 2023-10-13T21:13:27.535Z | Compiling libsqlite3-sys v0.26.0 |
1131 | 2023-10-13T21:13:28.357Z | Compiling memoffset v0.7.1 |
1132 | 2023-10-13T21:13:28.592Z | Compiling slog-dtrace v0.2.3 |
1133 | 2023-10-13T21:13:28.841Z | Compiling proc-macro-error v1.0.4 |
1134 | 2023-10-13T21:13:28.896Z | Compiling base64ct v1.6.0 |
1135 | 2023-10-13T21:13:29.129Z | Compiling utf8parse v0.2.1 |
1136 | 2023-10-13T21:13:29.403Z | Compiling arc-swap v1.6.0 |
1137 | 2023-10-13T21:13:30.158Z | Compiling password-hash v0.5.0 |
1138 | 2023-10-13T21:13:30.668Z | Compiling slog-scope v4.4.0 |
1139 | 2023-10-13T21:13:32.372Z | Compiling anstyle-parse v0.2.1 |
1140 | 2023-10-13T21:13:33.000Z | Compiling num v0.4.1 |
1141 | 2023-10-13T21:13:33.561Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1142 | 2023-10-13T21:13:33.564Z | Compiling blake2 v0.10.6 |
1143 | 2023-10-13T21:13:34.495Z | Compiling inout v0.1.3 |
1144 | 2023-10-13T21:13:34.519Z | Compiling anstyle v1.0.2 |
1145 | 2023-10-13T21:13:34.813Z | Compiling termcolor v1.2.0 |
1146 | 2023-10-13T21:13:35.482Z | Compiling static_assertions v1.1.0 |
1147 | 2023-10-13T21:13:35.604Z | Compiling colorchoice v1.0.0 |
1148 | 2023-10-13T21:13:35.680Z | Compiling anstyle-query v1.0.0 |
1149 | 2023-10-13T21:13:35.846Z | Compiling radium v0.7.0 |
1150 | 2023-10-13T21:13:35.849Z | Compiling anstream v0.5.0 |
1151 | 2023-10-13T21:13:36.579Z | Compiling cipher v0.4.4 |
1152 | 2023-10-13T21:13:36.735Z | Compiling argon2 v0.5.2 |
1153 | 2023-10-13T21:13:37.518Z | Compiling slog-stdlog v4.1.1 |
1154 | 2023-10-13T21:13:37.650Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1155 | 2023-10-13T21:13:38.441Z | Compiling serde_repr v0.1.16 |
1156 | 2023-10-13T21:13:38.950Z | Compiling hashlink v0.8.3 |
1157 | 2023-10-13T21:13:39.019Z | Compiling tap v1.0.1 |
1158 | 2023-10-13T21:13:39.281Z | Compiling os_str_bytes v6.5.1 |
1159 | 2023-10-13T21:13:40.007Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1160 | 2023-10-13T21:13:40.179Z | Compiling data-encoding v2.4.0 |
1161 | 2023-10-13T21:13:40.182Z | Compiling portable-atomic v1.4.3 |
1162 | 2023-10-13T21:13:40.383Z | Compiling clap_lex v0.5.1 |
1163 | 2023-10-13T21:13:40.548Z | Compiling fastrand v2.0.0 |
1164 | 2023-10-13T21:13:41.417Z | Compiling fallible-streaming-iterator v0.1.9 |
1165 | 2023-10-13T21:13:41.520Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1166 | 2023-10-13T21:13:41.645Z | Compiling tempfile v3.8.0 |
1167 | 2023-10-13T21:13:41.792Z | Compiling clap_builder v4.4.0 |
1168 | 2023-10-13T21:13:41.800Z | Compiling rusqlite v0.29.0 |
1169 | 2023-10-13T21:13:42.121Z | Compiling clap_lex v0.2.4 |
1170 | 2023-10-13T21:13:42.559Z | Compiling wyz v0.5.1 |
1171 | 2023-10-13T21:13:43.333Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1172 | 2023-10-13T21:13:43.786Z | Compiling slog-envlogger v2.2.0 |
1173 | 2023-10-13T21:13:44.361Z | Compiling clap_derive v3.2.25 |
1174 | 2023-10-13T21:13:45.021Z | Compiling nix v0.26.2 |
1175 | 2023-10-13T21:13:48.773Z | Compiling twox-hash v1.6.3 |
1176 | 2023-10-13T21:13:50.081Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
1177 | 2023-10-13T21:13:50.546Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1178 | 2023-10-13T21:13:52.134Z | Compiling is-terminal v0.4.9 |
1179 | 2023-10-13T21:13:52.296Z | Compiling num_enum_derive v0.7.0 |
1180 | 2023-10-13T21:13:52.819Z | Compiling clap_derive v4.4.0 |
1181 | 2023-10-13T21:13:53.435Z | Compiling universal-hash v0.5.1 |
1182 | 2023-10-13T21:13:53.701Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1183 | 2023-10-13T21:13:54.253Z | Compiling textwrap v0.16.0 |
1184 | 2023-10-13T21:13:56.685Z | Compiling opaque-debug v0.3.0 |
1185 | 2023-10-13T21:13:57.188Z | Compiling funty v2.0.0 |
1186 | 2023-10-13T21:13:58.127Z | Compiling polyval v0.6.1 |
1187 | 2023-10-13T21:13:58.539Z | Compiling num_enum v0.7.0 |
1188 | 2023-10-13T21:13:58.692Z | Compiling clap v3.2.25 |
1189 | 2023-10-13T21:13:58.775Z | Compiling bitvec v1.0.1 |
1190 | 2023-10-13T21:13:58.918Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1191 | 2023-10-13T21:14:00.466Z | Compiling clap v4.4.0 |
1192 | 2023-10-13T21:14:00.617Z | Compiling colored v2.0.4 |
1193 | 2023-10-13T21:14:01.800Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1194 | 2023-10-13T21:14:06.863Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1195 | 2023-10-13T21:14:07.818Z | Compiling aes v0.8.3 |
1196 | 2023-10-13T21:14:08.469Z | Compiling ctr v0.9.2 |
1197 | 2023-10-13T21:14:08.979Z | Compiling console v0.15.7 |
1198 | 2023-10-13T21:14:12.327Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1199 | 2023-10-13T21:14:14.109Z | Compiling bincode v1.3.3 |
1200 | 2023-10-13T21:14:14.191Z | Compiling async-recursion v0.3.2 |
1201 | 2023-10-13T21:14:14.423Z | Compiling aead v0.5.2 |
1202 | 2023-10-13T21:14:14.891Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
1203 | 2023-10-13T21:14:15.467Z | Compiling number_prefix v0.4.0 |
1204 | 2023-10-13T21:14:15.820Z | Compiling either v1.9.0 |
1205 | 2023-10-13T21:14:15.852Z | Compiling humantime v2.1.0 |
1206 | 2023-10-13T21:14:15.883Z | Compiling pretty-hex v0.2.1 |
1207 | 2023-10-13T21:14:16.377Z | Compiling erased-serde v0.3.30 |
1208 | 2023-10-13T21:14:16.381Z | Compiling zeroize v1.6.0 |
1209 | 2023-10-13T21:14:16.791Z | Compiling aes-gcm-siv v0.11.1 |
1210 | 2023-10-13T21:14:17.075Z | Compiling itertools v0.11.0 |
1211 | 2023-10-13T21:14:17.245Z | Compiling env_logger v0.9.3 |
1212 | 2023-10-13T21:14:17.259Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1213 | 2023-10-13T21:14:17.840Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1214 | 2023-10-13T21:14:19.841Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1215 | 2023-10-13T21:14:22.643Z | Compiling indicatif v0.17.6 |
1216 | 2023-10-13T21:14:24.833Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1217 | 2023-10-13T21:14:37.350Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1218 | 2023-10-13T21:14:37.551Z | Compiling toml v0.5.11 |
1219 | 2023-10-13T21:14:38.115Z | Compiling bitstruct_derive v0.1.0 |
1220 | 2023-10-13T21:14:38.585Z | Compiling async-recursion v1.0.5 |
1221 | 2023-10-13T21:14:38.923Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1222 | 2023-10-13T21:14:39.143Z | Compiling libloading v0.7.4 |
1223 | 2023-10-13T21:14:39.203Z | Compiling ascii v1.1.0 |
1224 | 2023-10-13T21:14:39.264Z | Compiling ringbuffer v0.15.0 |
1225 | 2023-10-13T21:14:39.405Z | Compiling utf-8 v0.7.6 |
1226 | 2023-10-13T21:14:39.606Z | Compiling matches v0.1.10 |
1227 | 2023-10-13T21:14:39.677Z | Compiling idna v0.2.3 |
1228 | 2023-10-13T21:14:39.716Z | Compiling tungstenite v0.20.1 |
1229 | 2023-10-13T21:14:39.752Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1230 | 2023-10-13T21:14:39.778Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1231 | 2023-10-13T21:14:39.796Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1232 | 2023-10-13T21:14:39.971Z | Compiling bitstruct v0.1.1 |
1233 | 2023-10-13T21:14:40.081Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1234 | 2023-10-13T21:14:40.906Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1235 | 2023-10-13T21:14:43.538Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1236 | 2023-10-13T21:14:43.789Z | Compiling serde_arrays v0.1.0 |
1237 | 2023-10-13T21:14:44.006Z | Compiling enum-as-inner v0.5.1 |
1238 | 2023-10-13T21:14:45.382Z | Compiling linked-hash-map v0.5.6 |
1239 | 2023-10-13T21:14:45.386Z | Compiling quick-error v1.2.3 |
1240 | 2023-10-13T21:14:45.389Z | Compiling resolv-conf v0.7.0 |
1241 | 2023-10-13T21:14:46.104Z | Compiling lru-cache v0.1.2 |
1242 | 2023-10-13T21:14:46.166Z | Compiling trust-dns-proto v0.22.0 |
1243 | 2023-10-13T21:14:46.208Z | Compiling tokio-tungstenite v0.20.1 |
1244 | 2023-10-13T21:14:46.241Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1245 | 2023-10-13T21:14:46.795Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1246 | 2023-10-13T21:14:48.520Z | Compiling const_format_proc_macros v0.2.31 |
1247 | 2023-10-13T21:14:49.899Z | Compiling base64 v0.13.1 |
1248 | 2023-10-13T21:14:50.128Z | Compiling bit_field v0.10.2 |
1249 | 2023-10-13T21:14:51.327Z | Compiling ron v0.7.1 |
1250 | 2023-10-13T21:14:52.040Z | Compiling const_format v0.2.31 |
1251 | 2023-10-13T21:14:53.887Z | Compiling trust-dns-resolver v0.22.0 |
1252 | 2023-10-13T21:14:57.824Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1253 | 2023-10-13T21:15:25.530Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1254 | 2023-10-13T21:15:35.334Z | Compiling git2 v0.17.2 |
1255 | 2023-10-13T21:15:43.210Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
1256 | 2023-10-13T21:15:44.947Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a68568) |
1257 | 2023-10-13T21:15:55.918Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1258 | 2023-10-13T21:16:11.386Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1259 | 2023-10-13T21:16:11.706Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1260 | 2023-10-13T21:16:12.359Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1261 | 2023-10-13T21:17:43.975Z | Finished release [optimized] target(s) in 8m 02s |
1262 | 2023-10-13T21:17:44.042Z | |
1263 | 2023-10-13T21:17:44.049Z | real 8:02.823475865 |
1264 | 2023-10-13T21:17:44.075Z | user 56:05.204942499 |
1265 | 2023-10-13T21:17:44.079Z | sys 3:43.564429243 |
1266 | 2023-10-13T21:17:44.082Z | trap 2.130964245 |
1267 | 2023-10-13T21:17:44.085Z | tflt 1.303348444 |
1268 | 2023-10-13T21:17:44.088Z | dflt 2.620236142 |
1269 | 2023-10-13T21:17:44.090Z | kflt 0.000333598 |
1270 | 2023-10-13T21:17:44.093Z | lock 2:01:25.876174844 |
1271 | 2023-10-13T21:17:44.097Z | slp 2:25:26.094083578 |
1272 | 2023-10-13T21:17:44.100Z | lat 1:39.740681963 |
1273 | 2023-10-13T21:17:44.105Z | stop 39.288079478 |
1274 | 2023-10-13T21:17:44.107Z | + OUTDIR=/work/release |
1275 | 2023-10-13T21:17:44.110Z | + mkdir -p /work/release |
1276 | 2023-10-13T21:17:44.113Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1277 | 2023-10-13T21:17:44.115Z | + cp target/release/propolis-server /work/release/propolis-server |
1278 | 2023-10-13T21:17:44.146Z | process exited: duration 671520 ms, exit code 0 |
|
1279 | 2023-10-13T21:17:44.167Z | found 2 output files |
1280 | 2023-10-13T21:17:44.263Z | uploading: /work/release/propolis-cli (21691128 bytes) |
1281 | 2023-10-13T21:17:50.152Z | uploaded: /work/release/propolis-cli |
1282 | 2023-10-13T21:17:50.158Z | uploading: /work/release/propolis-server (55121344 bytes) |
1283 | 2023-10-13T21:18:06.846Z | uploaded: /work/release/propolis-server |