|
|
|
1 | 2023-10-06T15:52:13.506Z | job assigned to worker 01HC2TYN5NS2900GQFB6C55V3R (queued for 1 m 18 s) |
|
2 | 2023-10-06T15:52:14.075Z | starting task 0: "setup" |
3 | 2023-10-06T15:52:14.146Z | ++ uname -s |
4 | 2023-10-06T15:52:14.164Z | + kern=SunOS |
5 | 2023-10-06T15:52:14.167Z | + case "$kern" in |
6 | 2023-10-06T15:52:14.170Z | + groupadd -g 12345 build |
7 | 2023-10-06T15:52:14.172Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-06T15:52:16.182Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-06T15:52:16.297Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-06T15:52:16.301Z | + home_fs=zfs |
11 | 2023-10-06T15:52:16.304Z | + [[ zfs == autofs ]] |
12 | 2023-10-06T15:52:16.306Z | + mkdir -p /home/build |
13 | 2023-10-06T15:52:16.309Z | + chown build:build /home/build /work |
14 | 2023-10-06T15:52:18.295Z | + chmod 0700 /home/build /work |
15 | 2023-10-06T15:52:18.299Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2023-10-06T15:52:18.304Z | starting task 1: "rust-toolchain" |
17 | 2023-10-06T15:52:18.316Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-06T15:52:18.319Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-06T15:52:18.535Z | info: downloading installer |
20 | 2023-10-06T15:52:20.368Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-06T15:52:20.371Z | warning: /opt/ooce/bin |
22 | 2023-10-06T15:52:20.376Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-06T15:52:20.379Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-06T15:52:20.409Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-06T15:52:20.412Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-06T15:52:20.415Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-06T15:52:20.419Z | error: cannot install while Rust is installed |
28 | 2023-10-06T15:52:20.422Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-06T15:52:20.506Z | info: profile set to 'default' |
30 | 2023-10-06T15:52:20.520Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-06T15:52:20.527Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-06T15:52:20.701Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-06T15:52:20.707Z | info: downloading component 'cargo' |
34 | 2023-10-06T15:52:21.526Z | info: downloading component 'clippy' |
35 | 2023-10-06T15:52:21.821Z | info: downloading component 'rust-docs' |
36 | 2023-10-06T15:52:22.883Z | info: downloading component 'rust-std' |
37 | 2023-10-06T15:52:24.572Z | info: downloading component 'rustc' |
38 | 2023-10-06T15:52:29.289Z | info: downloading component 'rustfmt' |
39 | 2023-10-06T15:52:29.552Z | info: installing component 'cargo' |
40 | 2023-10-06T15:52:31.490Z | info: installing component 'clippy' |
41 | 2023-10-06T15:52:32.396Z | info: installing component 'rust-docs' |
42 | 2023-10-06T15:52:35.185Z | info: installing component 'rust-std' |
43 | 2023-10-06T15:52:38.973Z | info: installing component 'rustc' |
44 | 2023-10-06T15:52:48.895Z | info: installing component 'rustfmt' |
45 | 2023-10-06T15:52:49.341Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-06T15:52:49.349Z | |
47 | 2023-10-06T15:52:49.463Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-06T15:52:49.467Z | |
49 | 2023-10-06T15:52:49.470Z | |
50 | 2023-10-06T15:52:49.473Z | Rust is installed now. Great! |
51 | 2023-10-06T15:52:49.476Z | |
52 | 2023-10-06T15:52:49.478Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-06T15:52:49.481Z | environment variable. This has not been done automatically. |
54 | 2023-10-06T15:52:49.484Z | |
55 | 2023-10-06T15:52:49.487Z | To configure your current shell, run: |
56 | 2023-10-06T15:52:49.490Z | source "$HOME/.cargo/env" |
57 | 2023-10-06T15:52:49.554Z | + rustc --version |
58 | 2023-10-06T15:52:49.664Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-06T15:52:49.668Z | process exited: duration 31362 ms, exit code 0 |
|
60 | 2023-10-06T15:52:49.674Z | starting task 2: "authentication" |
61 | 2023-10-06T15:52:49.709Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-06T15:52:49.715Z | starting task 3: "clone repository" |
63 | 2023-10-06T15:52:49.724Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-06T15:52:49.727Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-06T15:52:49.772Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-06T15:52:54.701Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-06T15:52:54.706Z | + [[ -n master ]] |
68 | 2023-10-06T15:52:54.709Z | + git fetch origin master |
69 | 2023-10-06T15:52:55.063Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-06T15:52:55.067Z | * branch master -> FETCH_HEAD |
71 | 2023-10-06T15:52:55.073Z | + git checkout -B master remotes/origin/master |
72 | 2023-10-06T15:52:55.093Z | Reset branch 'master' |
73 | 2023-10-06T15:52:55.096Z | branch 'master' set up to track 'origin/master'. |
74 | 2023-10-06T15:52:55.099Z | Your branch is up to date with 'origin/master'. |
75 | 2023-10-06T15:52:55.103Z | + git reset --hard 901b710b6e5bd05a94a323693c2b971e7e7b240e |
76 | 2023-10-06T15:52:55.127Z | HEAD is now at 901b710 Fix tungstenite buffering parameters for uart WS |
77 | 2023-10-06T15:52:55.130Z | process exited: duration 5411 ms, exit code 0 |
|
78 | 2023-10-06T15:52:55.136Z | starting task 4: "build" |
79 | 2023-10-06T15:52:55.146Z | + cargo --version |
80 | 2023-10-06T15:52:55.240Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
81 | 2023-10-06T15:52:55.243Z | + rustc --version |
82 | 2023-10-06T15:52:55.343Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
83 | 2023-10-06T15:52:55.348Z | + banner check |
84 | 2023-10-06T15:52:55.434Z | |
85 | 2023-10-06T15:52:55.438Z | #### # # ###### #### # # |
86 | 2023-10-06T15:52:55.441Z | # # # # # # # # # |
87 | 2023-10-06T15:52:55.444Z | # ###### ##### # #### |
88 | 2023-10-06T15:52:55.447Z | # # # # # # # |
89 | 2023-10-06T15:52:55.452Z | # # # # # # # # # |
90 | 2023-10-06T15:52:55.457Z | #### # # ###### #### # # |
91 | 2023-10-06T15:52:55.460Z | |
92 | 2023-10-06T15:52:55.462Z | + ptime -m cargo check --features falcon |
93 | 2023-10-06T15:52:55.732Z | Updating crates.io index |
94 | 2023-10-06T15:52:55.829Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2023-10-06T15:52:57.358Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2023-10-06T15:52:57.671Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2023-10-06T15:52:57.992Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
98 | 2023-10-06T15:53:02.904Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
99 | 2023-10-06T15:53:03.404Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
100 | 2023-10-06T15:53:03.823Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
101 | 2023-10-06T15:53:04.166Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2023-10-06T15:53:05.783Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
103 | 2023-10-06T15:53:06.520Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
104 | 2023-10-06T15:53:07.384Z | Updating git repository `https://github.com/oxidecomputer/p4` |
105 | 2023-10-06T15:53:08.140Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2023-10-06T15:53:08.690Z | Updating git repository `https://github.com/oxidecomputer/typify` |
107 | 2023-10-06T15:53:10.314Z | Downloading crates ... |
108 | 2023-10-06T15:53:18.154Z | Downloaded bitstruct v0.1.1 |
109 | 2023-10-06T15:53:18.296Z | Downloaded funty v2.0.0 |
110 | 2023-10-06T15:53:18.409Z | Downloaded fnv v1.0.7 |
111 | 2023-10-06T15:53:18.446Z | Downloaded quick-error v1.2.3 |
112 | 2023-10-06T15:53:18.525Z | Downloaded proc-macro-crate v1.3.1 |
113 | 2023-10-06T15:53:18.557Z | Downloaded rand_core v0.6.4 |
114 | 2023-10-06T15:53:18.575Z | Downloaded futures-task v0.3.28 |
115 | 2023-10-06T15:53:18.606Z | Downloaded slog-envlogger v2.2.0 |
116 | 2023-10-06T15:53:18.612Z | Downloaded rand_chacha v0.3.1 |
117 | 2023-10-06T15:53:18.636Z | Downloaded pretty-hex v0.2.1 |
118 | 2023-10-06T15:53:18.640Z | Downloaded darling v0.20.3 |
119 | 2023-10-06T15:53:18.650Z | Downloaded take_mut v0.2.2 |
120 | 2023-10-06T15:53:18.760Z | Downloaded atty v0.2.14 |
121 | 2023-10-06T15:53:18.807Z | Downloaded tap v1.0.1 |
122 | 2023-10-06T15:53:18.831Z | Downloaded termcolor v1.2.0 |
123 | 2023-10-06T15:53:18.881Z | Downloaded serde_derive_internals v0.26.0 |
124 | 2023-10-06T15:53:18.903Z | Downloaded futures-sink v0.3.28 |
125 | 2023-10-06T15:53:18.939Z | Downloaded sha2 v0.10.7 |
126 | 2023-10-06T15:53:19.002Z | Downloaded thread_local v1.1.7 |
127 | 2023-10-06T15:53:19.068Z | Downloaded atomic-waker v1.1.1 |
128 | 2023-10-06T15:53:19.121Z | Downloaded tinyvec_macros v0.1.1 |
129 | 2023-10-06T15:53:19.194Z | Downloaded strum v0.25.0 |
130 | 2023-10-06T15:53:30.727Z | Downloaded debug-ignore v1.0.5 |
131 | 2023-10-06T15:53:30.805Z | Downloaded async-recursion v1.0.5 |
132 | 2023-10-06T15:53:30.944Z | Downloaded equivalent v1.0.1 |
133 | 2023-10-06T15:53:31.452Z | Downloaded futures-io v0.3.28 |
134 | 2023-10-06T15:53:31.525Z | Downloaded dirs-next v2.0.0 |
135 | 2023-10-06T15:53:31.654Z | Downloaded siphasher v0.3.11 |
136 | 2023-10-06T15:53:31.730Z | Downloaded spin v0.5.2 |
137 | 2023-10-06T15:53:31.901Z | Downloaded bit_field v0.10.2 |
138 | 2023-10-06T15:53:31.976Z | Downloaded radium v0.7.0 |
139 | 2023-10-06T15:53:32.033Z | Downloaded anstyle-parse v0.2.1 |
140 | 2023-10-06T15:53:32.117Z | Downloaded digest v0.10.7 |
141 | 2023-10-06T15:53:32.149Z | Downloaded slog-bunyan v2.4.0 |
142 | 2023-10-06T15:53:32.179Z | Downloaded argon2 v0.5.1 |
143 | 2023-10-06T15:53:32.200Z | Downloaded usdt-macro v0.3.5 |
144 | 2023-10-06T15:53:32.227Z | Downloaded bitflags v1.3.2 |
145 | 2023-10-06T15:53:32.269Z | Downloaded strsim v0.10.0 |
146 | 2023-10-06T15:53:32.283Z | Downloaded httpdate v1.0.3 |
147 | 2023-10-06T15:53:32.322Z | Downloaded ctr v0.9.2 |
148 | 2023-10-06T15:53:32.352Z | Downloaded serde_path_to_error v0.1.14 |
149 | 2023-10-06T15:53:32.401Z | Downloaded thiserror v1.0.47 |
150 | 2023-10-06T15:53:32.414Z | Downloaded num v0.4.1 |
151 | 2023-10-06T15:53:32.432Z | Downloaded newtype_derive v0.1.6 |
152 | 2023-10-06T15:53:32.438Z | Downloaded num_threads v0.1.6 |
153 | 2023-10-06T15:53:32.447Z | Downloaded utf8parse v0.2.1 |
154 | 2023-10-06T15:53:32.451Z | Downloaded pin-utils v0.1.0 |
155 | 2023-10-06T15:53:32.461Z | Downloaded md-5 v0.10.5 |
156 | 2023-10-06T15:53:32.471Z | Downloaded aes-gcm-siv v0.11.1 |
157 | 2023-10-06T15:53:32.486Z | Downloaded usdt-impl v0.3.5 |
158 | 2023-10-06T15:53:32.497Z | Downloaded is-terminal v0.4.9 |
159 | 2023-10-06T15:53:32.502Z | Downloaded pest_generator v2.7.2 |
160 | 2023-10-06T15:53:32.512Z | Downloaded version_check v0.9.4 |
161 | 2023-10-06T15:53:32.520Z | Downloaded waitgroup v0.1.2 |
162 | 2023-10-06T15:53:32.529Z | Downloaded lazy_static v1.4.0 |
163 | 2023-10-06T15:53:32.541Z | Downloaded want v0.3.1 |
164 | 2023-10-06T15:53:32.563Z | Downloaded slog-term v2.9.0 |
165 | 2023-10-06T15:53:32.601Z | Downloaded bitflags v2.4.0 |
166 | 2023-10-06T15:53:32.632Z | Downloaded untrusted v0.7.1 |
167 | 2023-10-06T15:53:32.651Z | Downloaded matches v0.1.10 |
168 | 2023-10-06T15:53:32.684Z | Downloaded env_logger v0.9.3 |
169 | 2023-10-06T15:53:32.694Z | Downloaded glob v0.3.1 |
170 | 2023-10-06T15:53:32.800Z | Downloaded try-lock v0.2.4 |
171 | 2023-10-06T15:53:32.854Z | Downloaded number_prefix v0.4.0 |
172 | 2023-10-06T15:53:32.866Z | Downloaded polyval v0.6.1 |
173 | 2023-10-06T15:53:32.877Z | Downloaded num_enum_derive v0.7.0 |
174 | 2023-10-06T15:53:32.908Z | Downloaded tokio-macros v2.1.0 |
175 | 2023-10-06T15:53:32.971Z | Downloaded lock_api v0.4.10 |
176 | 2023-10-06T15:53:33.026Z | Downloaded macaddr v1.0.1 |
177 | 2023-10-06T15:53:33.036Z | Downloaded tokio-tungstenite v0.20.1 |
178 | 2023-10-06T15:53:33.086Z | Downloaded match_cfg v0.1.0 |
179 | 2023-10-06T15:53:33.110Z | Downloaded linked-hash-map v0.5.6 |
180 | 2023-10-06T15:53:33.186Z | Downloaded usdt-attr-macro v0.3.5 |
181 | 2023-10-06T15:53:33.225Z | Downloaded itoa v1.0.9 |
182 | 2023-10-06T15:53:33.253Z | Downloaded inout v0.1.3 |
183 | 2023-10-06T15:53:33.289Z | Downloaded openssl-probe v0.1.5 |
184 | 2023-10-06T15:53:33.315Z | Downloaded ron v0.7.1 |
185 | 2023-10-06T15:53:33.359Z | Downloaded hex v0.4.3 |
186 | 2023-10-06T15:53:33.389Z | Downloaded socket2 v0.5.3 |
187 | 2023-10-06T15:53:33.421Z | Downloaded utf-8 v0.7.6 |
188 | 2023-10-06T15:53:33.454Z | Downloaded hostname v0.3.1 |
189 | 2023-10-06T15:53:33.490Z | Downloaded zeroize v1.6.0 |
190 | 2023-10-06T15:53:33.514Z | Downloaded tokio-native-tls v0.3.1 |
191 | 2023-10-06T15:53:33.518Z | Downloaded phf v0.11.2 |
192 | 2023-10-06T15:53:33.541Z | Downloaded parse-display-derive v0.7.0 |
193 | 2023-10-06T15:53:33.556Z | Downloaded unicode-ident v1.0.11 |
194 | 2023-10-06T15:53:33.573Z | Downloaded indicatif v0.17.6 |
195 | 2023-10-06T15:53:33.597Z | Downloaded num_enum_derive v0.5.11 |
196 | 2023-10-06T15:53:33.616Z | Downloaded ahash v0.8.3 |
197 | 2023-10-06T15:53:33.630Z | Downloaded universal-hash v0.5.1 |
198 | 2023-10-06T15:53:34.052Z | Downloaded tokio-rustls v0.24.1 |
199 | 2023-10-06T15:53:34.062Z | Downloaded mime v0.3.17 |
200 | 2023-10-06T15:53:34.071Z | Downloaded clap v4.4.0 |
201 | 2023-10-06T15:53:34.079Z | Downloaded ucd-trie v0.1.6 |
202 | 2023-10-06T15:53:34.087Z | Downloaded tracing-attributes v0.1.26 |
203 | 2023-10-06T15:53:34.094Z | Downloaded password-hash v0.5.0 |
204 | 2023-10-06T15:53:34.102Z | Downloaded num_cpus v1.16.0 |
205 | 2023-10-06T15:53:34.120Z | Downloaded ipnet v2.8.0 |
206 | 2023-10-06T15:53:34.130Z | Downloaded toml v0.8.1 |
207 | 2023-10-06T15:53:34.135Z | Downloaded tracing-core v0.1.31 |
208 | 2023-10-06T15:53:34.145Z | Downloaded hmac v0.12.1 |
209 | 2023-10-06T15:53:34.153Z | Downloaded const_format v0.2.31 |
210 | 2023-10-06T15:53:34.161Z | Downloaded toml v0.5.11 |
211 | 2023-10-06T15:53:34.168Z | Downloaded parking_lot v0.12.1 |
212 | 2023-10-06T15:53:34.176Z | Downloaded unsafe-libyaml v0.2.9 |
213 | 2023-10-06T15:53:34.184Z | Downloaded num-bigint v0.4.4 |
214 | 2023-10-06T15:53:34.191Z | Downloaded url v2.4.0 |
215 | 2023-10-06T15:53:34.199Z | Downloaded unicode-bidi v0.3.13 |
216 | 2023-10-06T15:53:34.207Z | Downloaded hashbrown v0.13.2 |
217 | 2023-10-06T15:53:34.215Z | Downloaded tokio-postgres v0.7.10 |
218 | 2023-10-06T15:53:34.222Z | Downloaded trust-dns-resolver v0.22.0 |
219 | 2023-10-06T15:53:34.230Z | Downloaded libm v0.2.7 |
220 | 2023-10-06T15:53:34.235Z | Downloaded itertools v0.11.0 |
221 | 2023-10-06T15:53:34.245Z | Downloaded syn v2.0.29 |
222 | 2023-10-06T15:53:34.253Z | Downloaded portable-atomic v1.4.3 |
223 | 2023-10-06T15:53:34.260Z | Downloaded petgraph v0.6.4 |
224 | 2023-10-06T15:53:34.268Z | Downloaded hyper v0.14.27 |
225 | 2023-10-06T15:53:34.276Z | Downloaded vcpkg v0.2.15 |
226 | 2023-10-06T15:53:34.284Z | Downloaded h2 v0.3.21 |
227 | 2023-10-06T15:53:34.291Z | Downloaded aho-corasick v1.0.4 |
228 | 2023-10-06T15:53:34.299Z | Downloaded openapiv3 v1.0.2 |
229 | 2023-10-06T15:53:34.307Z | Downloaded clap v3.2.25 |
230 | 2023-10-06T15:53:34.315Z | Downloaded regex-automata v0.3.6 |
231 | 2023-10-06T15:53:34.323Z | Downloaded git2 v0.17.2 |
232 | 2023-10-06T15:53:34.330Z | Downloaded chrono v0.4.26 |
233 | 2023-10-06T15:53:34.338Z | Downloaded regress v0.7.1 |
234 | 2023-10-06T15:53:34.345Z | Downloaded idna v0.4.0 |
235 | 2023-10-06T15:53:34.354Z | Downloaded nix v0.26.2 |
236 | 2023-10-06T15:53:34.362Z | Downloaded bstr v1.6.0 |
237 | 2023-10-06T15:53:34.374Z | Downloaded trust-dns-proto v0.22.0 |
238 | 2023-10-06T15:53:34.382Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
239 | 2023-10-06T15:53:34.390Z | Downloaded rustix v0.38.9 |
240 | 2023-10-06T15:53:34.399Z | Downloaded regex-syntax v0.6.29 |
241 | 2023-10-06T15:53:34.406Z | Downloaded idna v0.2.3 |
242 | 2023-10-06T15:53:34.414Z | Downloaded regex v1.9.3 |
243 | 2023-10-06T15:53:34.427Z | Downloaded zerocopy-derive v0.2.0 |
244 | 2023-10-06T15:53:34.437Z | Downloaded openssl v0.10.56 |
245 | 2023-10-06T15:53:34.441Z | Downloaded regex-syntax v0.7.4 |
246 | 2023-10-06T15:53:34.446Z | Downloaded webpki-roots v0.25.2 |
247 | 2023-10-06T15:53:34.451Z | Downloaded syn v1.0.109 |
248 | 2023-10-06T15:53:34.459Z | Downloaded libc v0.2.148 |
249 | 2023-10-06T15:53:34.479Z | Downloaded tokio v1.32.0 |
250 | 2023-10-06T15:53:34.490Z | Downloaded rustls v0.21.6 |
251 | 2023-10-06T15:53:34.503Z | Downloaded clap_builder v4.4.0 |
252 | 2023-10-06T15:53:34.510Z | Downloaded serde_json v1.0.105 |
253 | 2023-10-06T15:53:34.516Z | Downloaded http v0.2.9 |
254 | 2023-10-06T15:53:34.521Z | Downloaded rustls-webpki v0.101.4 |
255 | 2023-10-06T15:53:34.528Z | Downloaded regress v0.6.0 |
256 | 2023-10-06T15:53:34.535Z | Downloaded winnow v0.5.15 |
257 | 2023-10-06T15:53:34.545Z | Downloaded unicode-normalization v0.1.22 |
258 | 2023-10-06T15:53:34.554Z | Downloaded bitvec v1.0.1 |
259 | 2023-10-06T15:53:34.561Z | Downloaded encoding_rs v0.8.33 |
260 | 2023-10-06T15:53:34.570Z | Downloaded tokio-util v0.7.8 |
261 | 2023-10-06T15:53:34.576Z | Downloaded memchr v2.5.0 |
262 | 2023-10-06T15:53:34.613Z | Downloaded hashbrown v0.14.0 |
263 | 2023-10-06T15:53:35.033Z | Downloaded serde_with v2.3.3 |
264 | 2023-10-06T15:53:35.444Z | Downloaded time v0.3.27 |
265 | 2023-10-06T15:53:35.471Z | Downloaded pest v2.7.2 |
266 | 2023-10-06T15:53:35.484Z | Downloaded toml_edit v0.19.14 |
267 | 2023-10-06T15:53:35.498Z | Downloaded uuid v1.4.1 |
268 | 2023-10-06T15:53:35.508Z | Downloaded aes v0.8.3 |
269 | 2023-10-06T15:53:35.535Z | Downloaded toml v0.7.6 |
270 | 2023-10-06T15:53:35.574Z | Downloaded hashbrown v0.12.3 |
271 | 2023-10-06T15:53:35.600Z | Downloaded toml_edit v0.20.1 |
272 | 2023-10-06T15:53:35.621Z | Downloaded steno v0.4.0 |
273 | 2023-10-06T15:53:35.680Z | Downloaded tracing v0.1.37 |
274 | 2023-10-06T15:53:35.713Z | Downloaded indexmap v1.9.3 |
275 | 2023-10-06T15:53:35.726Z | Downloaded textwrap v0.16.0 |
276 | 2023-10-06T15:53:35.747Z | Downloaded libloading v0.7.4 |
277 | 2023-10-06T15:53:35.778Z | Downloaded rand v0.8.5 |
278 | 2023-10-06T15:53:35.806Z | Downloaded globset v0.4.13 |
279 | 2023-10-06T15:53:35.827Z | Downloaded openssl-sys v0.9.91 |
280 | 2023-10-06T15:53:35.860Z | Downloaded mio v0.8.8 |
281 | 2023-10-06T15:53:35.902Z | Downloaded hashlink v0.8.3 |
282 | 2023-10-06T15:53:35.952Z | Downloaded hyper-rustls v0.24.1 |
283 | 2023-10-06T15:53:35.985Z | Downloaded typenum v1.16.0 |
284 | 2023-10-06T15:53:35.996Z | Downloaded pest_meta v2.7.2 |
285 | 2023-10-06T15:53:36.006Z | Downloaded indexmap v2.0.0 |
286 | 2023-10-06T15:53:36.016Z | Downloaded serde_yaml v0.9.25 |
287 | 2023-10-06T15:53:36.029Z | Downloaded tungstenite v0.20.1 |
288 | 2023-10-06T15:53:36.038Z | Downloaded reqwest v0.11.20 |
289 | 2023-10-06T15:53:36.048Z | Downloaded cc v1.0.83 |
290 | 2023-10-06T15:53:36.061Z | Downloaded httparse v1.8.0 |
291 | 2023-10-06T15:53:36.071Z | Downloaded zerocopy v0.3.0 |
292 | 2023-10-06T15:53:36.084Z | Downloaded num-traits v0.2.16 |
293 | 2023-10-06T15:53:36.094Z | Downloaded serde v1.0.187 |
294 | 2023-10-06T15:53:36.107Z | Downloaded thiserror-impl v1.0.47 |
295 | 2023-10-06T15:53:36.116Z | Downloaded usdt v0.3.5 |
296 | 2023-10-06T15:53:36.125Z | Downloaded getrandom v0.2.10 |
297 | 2023-10-06T15:53:36.134Z | Downloaded vergen v8.2.4 |
298 | 2023-10-06T15:53:36.143Z | Downloaded ascii v1.1.0 |
299 | 2023-10-06T15:53:36.151Z | Downloaded os_str_bytes v6.5.1 |
300 | 2023-10-06T15:53:36.169Z | Downloaded generic-array v0.14.7 |
301 | 2023-10-06T15:53:36.186Z | Downloaded hyper-tls v0.5.0 |
302 | 2023-10-06T15:53:36.204Z | Downloaded ident_case v1.0.1 |
303 | 2023-10-06T15:53:36.210Z | Downloaded iana-time-zone v0.1.57 |
304 | 2023-10-06T15:53:36.216Z | Downloaded humantime v2.1.0 |
305 | 2023-10-06T15:53:36.223Z | Downloaded phf_shared v0.11.2 |
306 | 2023-10-06T15:53:36.233Z | Downloaded signal-hook-registry v1.4.1 |
307 | 2023-10-06T15:53:36.248Z | Downloaded heck v0.4.1 |
308 | 2023-10-06T15:53:36.265Z | Downloaded memoffset v0.7.1 |
309 | 2023-10-06T15:53:36.278Z | Downloaded bytes v1.4.0 |
310 | 2023-10-06T15:53:36.289Z | Downloaded darling_core v0.20.3 |
311 | 2023-10-06T15:53:36.301Z | Downloaded pin-project-lite v0.2.13 |
312 | 2023-10-06T15:53:36.318Z | Downloaded openssl-macros v0.1.1 |
313 | 2023-10-06T15:53:36.333Z | Downloaded instant v0.1.12 |
314 | 2023-10-06T15:53:36.346Z | Downloaded jobserver v0.1.26 |
315 | 2023-10-06T15:53:36.361Z | Downloaded ipnetwork v0.20.0 |
316 | 2023-10-06T15:53:36.368Z | Downloaded libz-sys v1.1.12 |
317 | 2023-10-06T15:53:36.376Z | Downloaded log v0.4.20 |
318 | 2023-10-06T15:53:36.391Z | Downloaded allocator-api2 v0.2.16 |
319 | 2023-10-06T15:53:36.402Z | Downloaded toml_datetime v0.6.3 |
320 | 2023-10-06T15:53:36.430Z | Downloaded socket2 v0.4.9 |
321 | 2023-10-06T15:53:36.467Z | Downloaded futures v0.3.28 |
322 | 2023-10-06T15:53:36.485Z | Downloaded lru-cache v0.1.2 |
323 | 2023-10-06T15:53:36.495Z | Downloaded once_cell v1.18.0 |
324 | 2023-10-06T15:53:36.525Z | Downloaded num_enum v0.7.0 |
325 | 2023-10-06T15:53:36.542Z | Downloaded num-iter v0.1.43 |
326 | 2023-10-06T15:53:36.559Z | Downloaded num-integer v0.1.45 |
327 | 2023-10-06T15:53:36.607Z | Downloaded unicode-xid v0.2.4 |
328 | 2023-10-06T15:53:36.673Z | Downloaded postgres-types v0.2.6 |
329 | 2023-10-06T15:53:36.729Z | Downloaded whoami v1.4.1 |
330 | 2023-10-06T15:53:36.746Z | Downloaded base64 v0.21.4 |
331 | 2023-10-06T15:53:36.770Z | Downloaded serde_derive v1.0.187 |
332 | 2023-10-06T15:53:36.775Z | Downloaded ryu v1.0.15 |
333 | 2023-10-06T15:53:36.778Z | Downloaded blake2 v0.10.6 |
334 | 2023-10-06T15:53:36.787Z | Downloaded paste v1.0.14 |
335 | 2023-10-06T15:53:36.802Z | Downloaded camino v1.1.6 |
336 | 2023-10-06T15:53:36.807Z | Downloaded serde_tokenstream v0.1.7 |
337 | 2023-10-06T15:53:36.812Z | Downloaded futures-channel v0.3.28 |
338 | 2023-10-06T15:53:36.832Z | Downloaded backoff v0.4.0 |
339 | 2023-10-06T15:53:36.837Z | Downloaded slog v2.7.0 |
340 | 2023-10-06T15:53:36.842Z | Downloaded tinyvec v1.6.0 |
341 | 2023-10-06T15:53:36.860Z | Downloaded schemars v0.8.12 |
342 | 2023-10-06T15:53:36.979Z | Downloaded pest_derive v2.7.2 |
343 | 2023-10-06T15:53:36.987Z | Downloaded parking_lot_core v0.9.8 |
344 | 2023-10-06T15:53:36.990Z | Downloaded semver v1.0.18 |
345 | 2023-10-06T15:53:36.994Z | Downloaded getopts v0.2.21 |
346 | 2023-10-06T15:53:36.998Z | Downloaded http-body v0.4.5 |
347 | 2023-10-06T15:53:37.003Z | Downloaded unicode-width v0.1.10 |
348 | 2023-10-06T15:53:37.010Z | Downloaded twox-hash v1.6.3 |
349 | 2023-10-06T15:53:37.014Z | Downloaded num-complex v0.4.4 |
350 | 2023-10-06T15:53:37.018Z | Downloaded native-tls v0.2.11 |
351 | 2023-10-06T15:53:37.021Z | Downloaded serde_with_macros v2.3.3 |
352 | 2023-10-06T15:53:37.025Z | Downloaded num-rational v0.4.1 |
353 | 2023-10-06T15:53:37.030Z | Downloaded futures-util v0.3.28 |
354 | 2023-10-06T15:53:37.035Z | Downloaded percent-encoding v2.3.0 |
355 | 2023-10-06T15:53:37.039Z | Downloaded smallvec v1.11.0 |
356 | 2023-10-06T15:53:37.043Z | Downloaded slog-dtrace v0.2.3 |
357 | 2023-10-06T15:53:37.050Z | Downloaded futures-macro v0.3.28 |
358 | 2023-10-06T15:53:37.055Z | Downloaded postgres-protocol v0.6.6 |
359 | 2023-10-06T15:53:37.059Z | Downloaded time v0.1.45 |
360 | 2023-10-06T15:53:37.064Z | Downloaded ppv-lite86 v0.2.17 |
361 | 2023-10-06T15:53:37.067Z | Downloaded fallible-iterator v0.2.0 |
362 | 2023-10-06T15:53:37.072Z | Downloaded clap_derive v4.4.0 |
363 | 2023-10-06T15:53:37.078Z | Downloaded cipher v0.4.4 |
364 | 2023-10-06T15:53:37.083Z | Downloaded slog-stdlog v4.1.1 |
365 | 2023-10-06T15:53:37.087Z | Downloaded slog-scope v4.4.0 |
366 | 2023-10-06T15:53:37.091Z | Downloaded slab v0.4.9 |
367 | 2023-10-06T15:53:37.097Z | Downloaded serde_tokenstream v0.2.0 |
368 | 2023-10-06T15:53:37.108Z | Downloaded libsqlite3-sys v0.26.0 |
369 | 2023-10-06T15:53:37.120Z | Downloaded ring v0.16.20 |
370 | 2023-10-06T15:53:37.169Z | Downloaded rustls-pemfile v1.0.3 |
371 | 2023-10-06T15:53:37.177Z | Downloaded quote v1.0.33 |
372 | 2023-10-06T15:53:37.217Z | Downloaded anyhow v1.0.75 |
373 | 2023-10-06T15:53:37.232Z | Downloaded base64ct v1.6.0 |
374 | 2023-10-06T15:53:37.282Z | Downloaded sct v0.7.0 |
375 | 2023-10-06T15:53:37.718Z | Downloaded aead v0.5.2 |
376 | 2023-10-06T15:53:37.732Z | Downloaded time-macros v0.2.13 |
377 | 2023-10-06T15:53:37.744Z | Downloaded serde_arrays v0.1.0 |
378 | 2023-10-06T15:53:37.752Z | Downloaded async-recursion v0.3.2 |
379 | 2023-10-06T15:53:37.780Z | Downloaded wyz v0.5.1 |
380 | 2023-10-06T15:53:37.823Z | Downloaded num_enum v0.5.11 |
381 | 2023-10-06T15:53:37.833Z | Downloaded synstructure v0.12.6 |
382 | 2023-10-06T15:53:37.837Z | Downloaded proc-macro-error v1.0.4 |
383 | 2023-10-06T15:53:37.841Z | Downloaded pkg-config v0.3.27 |
384 | 2023-10-06T15:53:37.846Z | Downloaded subtle v2.5.0 |
385 | 2023-10-06T15:53:37.850Z | Downloaded futures-executor v0.3.28 |
386 | 2023-10-06T15:53:37.857Z | Downloaded slog-async v2.8.0 |
387 | 2023-10-06T15:53:37.861Z | Downloaded fastrand v2.0.0 |
388 | 2023-10-06T15:53:37.866Z | Downloaded fallible-streaming-iterator v0.1.9 |
389 | 2023-10-06T15:53:37.872Z | Downloaded block-buffer v0.10.4 |
390 | 2023-10-06T15:53:37.877Z | Downloaded async-stream v0.3.5 |
391 | 2023-10-06T15:53:37.881Z | Downloaded semver v0.1.20 |
392 | 2023-10-06T15:53:37.885Z | Downloaded rustc_version v0.1.7 |
393 | 2023-10-06T15:53:37.892Z | Downloaded errno v0.3.2 |
394 | 2023-10-06T15:53:37.896Z | Downloaded enum-as-inner v0.5.1 |
395 | 2023-10-06T15:53:37.900Z | Downloaded structmeta-derive v0.1.6 |
396 | 2023-10-06T15:53:37.907Z | Downloaded async-trait v0.1.73 |
397 | 2023-10-06T15:53:37.911Z | Downloaded tower-service v0.3.2 |
398 | 2023-10-06T15:53:37.915Z | Downloaded clap_derive v3.2.25 |
399 | 2023-10-06T15:53:37.920Z | Downloaded bincode v1.3.3 |
400 | 2023-10-06T15:53:37.924Z | Downloaded autocfg v1.1.0 |
401 | 2023-10-06T15:53:37.928Z | Downloaded serde_repr v0.1.16 |
402 | 2023-10-06T15:53:37.932Z | Downloaded camino-tempfile v1.0.2 |
403 | 2023-10-06T15:53:37.935Z | Downloaded thread-id v4.2.0 |
404 | 2023-10-06T15:53:37.942Z | Downloaded schemars_derive v0.8.12 |
405 | 2023-10-06T15:53:37.946Z | Downloaded ringbuffer v0.15.0 |
406 | 2023-10-06T15:53:37.950Z | Downloaded deranged v0.3.8 |
407 | 2023-10-06T15:53:37.953Z | Downloaded proc-macro-error-attr v1.0.4 |
408 | 2023-10-06T15:53:37.958Z | Downloaded rustversion v1.0.14 |
409 | 2023-10-06T15:53:37.961Z | Downloaded anstyle-query v1.0.0 |
410 | 2023-10-06T15:53:37.964Z | Downloaded byteorder v1.4.3 |
411 | 2023-10-06T15:53:37.968Z | Downloaded parse-display v0.7.0 |
412 | 2023-10-06T15:53:37.972Z | Downloaded opaque-debug v0.3.0 |
413 | 2023-10-06T15:53:37.976Z | Downloaded time-core v0.1.1 |
414 | 2023-10-06T15:53:38.005Z | Downloaded serde_spanned v0.6.3 |
415 | 2023-10-06T15:53:38.010Z | Downloaded clap_lex v0.5.1 |
416 | 2023-10-06T15:53:38.018Z | Downloaded bitstruct_derive v0.1.0 |
417 | 2023-10-06T15:53:38.023Z | Downloaded cfg-if v1.0.0 |
418 | 2023-10-06T15:53:38.027Z | Downloaded anstyle v1.0.2 |
419 | 2023-10-06T15:53:38.030Z | Downloaded scopeguard v1.2.0 |
420 | 2023-10-06T15:53:38.035Z | Downloaded resolv-conf v0.7.0 |
421 | 2023-10-06T15:53:38.056Z | Downloaded dof v0.1.5 |
422 | 2023-10-06T15:53:38.473Z | Downloaded dirs-sys-next v0.1.2 |
423 | 2023-10-06T15:53:38.496Z | Downloaded rustc_version v0.4.0 |
424 | 2023-10-06T15:53:38.501Z | Downloaded foreign-types-shared v0.1.1 |
425 | 2023-10-06T15:53:38.504Z | Downloaded const_format_proc_macros v0.2.31 |
426 | 2023-10-06T15:53:38.517Z | Downloaded anstream v0.5.0 |
427 | 2023-10-06T15:53:38.529Z | Downloaded serde_urlencoded v0.7.1 |
428 | 2023-10-06T15:53:38.538Z | Downloaded form_urlencoded v1.2.0 |
429 | 2023-10-06T15:53:38.545Z | Downloaded fixedbitset v0.4.2 |
430 | 2023-10-06T15:53:38.553Z | Downloaded arc-swap v1.6.0 |
431 | 2023-10-06T15:53:38.558Z | Downloaded foreign-types v0.3.2 |
432 | 2023-10-06T15:53:38.565Z | Downloaded tempfile v3.8.0 |
433 | 2023-10-06T15:53:38.573Z | Downloaded colorchoice v1.0.0 |
434 | 2023-10-06T15:53:38.577Z | Downloaded clap_lex v0.2.4 |
435 | 2023-10-06T15:53:38.580Z | Downloaded sha1 v0.10.5 |
436 | 2023-10-06T15:53:38.583Z | Downloaded term v0.7.0 |
437 | 2023-10-06T15:53:38.587Z | Downloaded strum_macros v0.25.2 |
438 | 2023-10-06T15:53:38.592Z | Downloaded rusqlite v0.29.0 |
439 | 2023-10-06T15:53:38.595Z | Downloaded assert_matches v1.5.0 |
440 | 2023-10-06T15:53:38.601Z | Downloaded async-stream-impl v0.3.5 |
441 | 2023-10-06T15:53:38.603Z | Downloaded structmeta v0.1.6 |
442 | 2023-10-06T15:53:38.606Z | Downloaded stringprep v0.1.3 |
443 | 2023-10-06T15:53:38.610Z | Downloaded proc-macro2 v1.0.66 |
444 | 2023-10-06T15:53:38.613Z | Downloaded static_assertions v1.1.0 |
445 | 2023-10-06T15:53:38.616Z | Downloaded slog-json v2.6.1 |
446 | 2023-10-06T15:53:38.618Z | Downloaded crossbeam-utils v0.8.16 |
447 | 2023-10-06T15:53:38.621Z | Downloaded base64 v0.13.1 |
448 | 2023-10-06T15:53:38.624Z | Downloaded erased-serde v0.3.30 |
449 | 2023-10-06T15:53:38.627Z | Downloaded dyn-clone v1.0.13 |
450 | 2023-10-06T15:53:38.630Z | Downloaded crossbeam-channel v0.5.8 |
451 | 2023-10-06T15:53:38.634Z | Downloaded colored v2.0.4 |
452 | 2023-10-06T15:53:38.637Z | Downloaded futures-core v0.3.28 |
453 | 2023-10-06T15:53:38.641Z | Downloaded either v1.9.0 |
454 | 2023-10-06T15:53:38.646Z | Downloaded data-encoding v2.4.0 |
455 | 2023-10-06T15:53:38.655Z | Downloaded ctrlc v3.4.0 |
456 | 2023-10-06T15:53:38.666Z | Downloaded crypto-common v0.1.6 |
457 | 2023-10-06T15:53:38.675Z | Downloaded cpufeatures v0.2.9 |
458 | 2023-10-06T15:53:38.682Z | Downloaded darling_macro v0.20.3 |
459 | 2023-10-06T15:53:38.690Z | Downloaded dtrace-parser v0.1.14 |
460 | 2023-10-06T15:53:38.706Z | Downloaded console v0.15.7 |
461 | 2023-10-06T15:53:38.715Z | Downloaded ahash v0.7.6 |
462 | 2023-10-06T15:53:38.723Z | Compiling proc-macro2 v1.0.66 |
463 | 2023-10-06T15:53:38.726Z | Compiling unicode-ident v1.0.11 |
464 | 2023-10-06T15:53:38.729Z | Compiling libc v0.2.148 |
465 | 2023-10-06T15:53:38.732Z | Compiling serde v1.0.187 |
466 | 2023-10-06T15:53:38.741Z | Compiling version_check v0.9.4 |
467 | 2023-10-06T15:53:38.746Z | Checking cfg-if v1.0.0 |
468 | 2023-10-06T15:53:38.753Z | Compiling autocfg v1.1.0 |
469 | 2023-10-06T15:53:38.761Z | Compiling syn v1.0.109 |
470 | 2023-10-06T15:53:38.768Z | Checking once_cell v1.18.0 |
471 | 2023-10-06T15:53:38.774Z | Compiling memchr v2.5.0 |
472 | 2023-10-06T15:53:38.777Z | Compiling thiserror v1.0.47 |
473 | 2023-10-06T15:53:38.780Z | Checking itoa v1.0.9 |
474 | 2023-10-06T15:53:38.785Z | Compiling libm v0.2.7 |
475 | 2023-10-06T15:53:38.789Z | Compiling serde_json v1.0.105 |
476 | 2023-10-06T15:53:38.794Z | Checking log v0.4.20 |
477 | 2023-10-06T15:53:38.799Z | Compiling ahash v0.8.3 |
478 | 2023-10-06T15:53:38.805Z | Checking pin-project-lite v0.2.13 |
479 | 2023-10-06T15:53:38.818Z | Compiling pkg-config v0.3.27 |
480 | 2023-10-06T15:53:38.826Z | Compiling typenum v1.16.0 |
481 | 2023-10-06T15:53:38.833Z | Compiling lock_api v0.4.10 |
482 | 2023-10-06T15:53:38.839Z | Compiling ahash v0.7.6 |
483 | 2023-10-06T15:53:38.842Z | Compiling generic-array v0.14.7 |
484 | 2023-10-06T15:53:38.849Z | Checking smallvec v1.11.0 |
485 | 2023-10-06T15:53:38.852Z | Compiling quote v1.0.33 |
486 | 2023-10-06T15:53:38.855Z | Compiling vcpkg v0.2.15 |
487 | 2023-10-06T15:53:38.858Z | Compiling parking_lot_core v0.9.8 |
488 | 2023-10-06T15:53:38.861Z | Checking getrandom v0.2.10 |
489 | 2023-10-06T15:53:38.864Z | Compiling syn v2.0.29 |
490 | 2023-10-06T15:53:38.866Z | Compiling jobserver v0.1.26 |
491 | 2023-10-06T15:53:38.869Z | Checking rand_core v0.6.4 |
492 | 2023-10-06T15:53:38.872Z | Compiling num-traits v0.2.16 |
493 | 2023-10-06T15:53:38.875Z | Compiling cc v1.0.83 |
494 | 2023-10-06T15:53:38.878Z | Checking scopeguard v1.2.0 |
495 | 2023-10-06T15:53:38.881Z | Checking ryu v1.0.15 |
496 | 2023-10-06T15:53:38.884Z | Compiling futures-core v0.3.28 |
497 | 2023-10-06T15:53:38.886Z | Checking parking_lot v0.12.1 |
498 | 2023-10-06T15:53:38.889Z | Checking num_cpus v1.16.0 |
499 | 2023-10-06T15:53:38.892Z | Checking signal-hook-registry v1.4.1 |
500 | 2023-10-06T15:53:38.895Z | Checking socket2 v0.5.3 |
501 | 2023-10-06T15:53:38.898Z | Checking mio v0.8.8 |
502 | 2023-10-06T15:53:38.901Z | Compiling indexmap v1.9.3 |
503 | 2023-10-06T15:53:38.903Z | Compiling slab v0.4.9 |
504 | 2023-10-06T15:53:38.906Z | Compiling hashbrown v0.14.0 |
505 | 2023-10-06T15:53:38.910Z | Compiling futures-task v0.3.28 |
506 | 2023-10-06T15:53:38.913Z | Compiling heck v0.4.1 |
507 | 2023-10-06T15:53:38.915Z | Checking crypto-common v0.1.6 |
508 | 2023-10-06T15:53:38.918Z | Compiling futures-channel v0.3.28 |
509 | 2023-10-06T15:53:38.921Z | Compiling schemars v0.8.12 |
510 | 2023-10-06T15:53:38.923Z | Checking futures-sink v0.3.28 |
511 | 2023-10-06T15:53:38.926Z | Compiling equivalent v1.0.1 |
512 | 2023-10-06T15:53:38.928Z | Checking pin-utils v0.1.0 |
513 | 2023-10-06T15:53:38.931Z | Compiling futures-util v0.3.28 |
514 | 2023-10-06T15:53:38.939Z | Checking subtle v2.5.0 |
515 | 2023-10-06T15:53:38.942Z | Compiling indexmap v2.0.0 |
516 | 2023-10-06T15:53:38.945Z | Checking futures-io v0.3.28 |
517 | 2023-10-06T15:53:38.948Z | Compiling unicode-xid v0.2.4 |
518 | 2023-10-06T15:53:38.950Z | Checking tinyvec_macros v0.1.1 |
519 | 2023-10-06T15:53:38.954Z | Compiling slog v2.7.0 |
520 | 2023-10-06T15:53:38.956Z | Checking tinyvec v1.6.0 |
521 | 2023-10-06T15:53:38.959Z | Checking fnv v1.0.7 |
522 | 2023-10-06T15:53:38.962Z | Compiling time-core v0.1.1 |
523 | 2023-10-06T15:53:38.966Z | Checking time v0.1.45 |
524 | 2023-10-06T15:53:38.969Z | Compiling time-macros v0.2.13 |
525 | 2023-10-06T15:53:38.971Z | Checking hashbrown v0.12.3 |
526 | 2023-10-06T15:53:38.974Z | Checking bitflags v1.3.2 |
527 | 2023-10-06T15:53:38.977Z | Checking iana-time-zone v0.1.57 |
528 | 2023-10-06T15:53:38.980Z | Checking unicode-bidi v0.3.13 |
529 | 2023-10-06T15:53:38.983Z | Compiling ucd-trie v0.1.6 |
530 | 2023-10-06T15:53:38.985Z | Checking unicode-normalization v0.1.22 |
531 | 2023-10-06T15:53:38.989Z | Checking block-buffer v0.10.4 |
532 | 2023-10-06T15:53:38.992Z | Checking tracing-core v0.1.31 |
533 | 2023-10-06T15:53:38.994Z | Checking digest v0.10.7 |
534 | 2023-10-06T15:53:38.997Z | Compiling ring v0.16.20 |
535 | 2023-10-06T15:53:39.000Z | Checking byteorder v1.4.3 |
536 | 2023-10-06T15:53:39.003Z | Checking allocator-api2 v0.2.16 |
537 | 2023-10-06T15:53:39.028Z | Checking percent-encoding v2.3.0 |
538 | 2023-10-06T15:53:39.032Z | Compiling openssl-sys v0.9.91 |
539 | 2023-10-06T15:53:39.035Z | Compiling httparse v1.8.0 |
540 | 2023-10-06T15:53:39.038Z | Compiling serde_derive_internals v0.26.0 |
541 | 2023-10-06T15:53:39.041Z | Compiling synstructure v0.12.6 |
542 | 2023-10-06T15:53:39.043Z | Checking lazy_static v1.4.0 |
543 | 2023-10-06T15:53:39.046Z | Checking ppv-lite86 v0.2.17 |
544 | 2023-10-06T15:53:39.049Z | Compiling dyn-clone v1.0.13 |
545 | 2023-10-06T15:53:39.052Z | Checking form_urlencoded v1.2.0 |
546 | 2023-10-06T15:53:39.056Z | Checking rand_chacha v0.3.1 |
547 | 2023-10-06T15:53:39.059Z | Checking untrusted v0.7.1 |
548 | 2023-10-06T15:53:39.062Z | Checking spin v0.5.2 |
549 | 2023-10-06T15:53:39.068Z | Checking rand v0.8.5 |
550 | 2023-10-06T15:53:39.071Z | Checking aho-corasick v1.0.4 |
551 | 2023-10-06T15:53:39.075Z | Compiling usdt-impl v0.3.5 |
552 | 2023-10-06T15:53:39.078Z | Checking regex-syntax v0.7.4 |
553 | 2023-10-06T15:53:39.081Z | Compiling winnow v0.5.15 |
554 | 2023-10-06T15:53:39.084Z | Checking idna v0.4.0 |
555 | 2023-10-06T15:53:39.086Z | Compiling crossbeam-utils v0.8.16 |
556 | 2023-10-06T15:53:39.089Z | Compiling semver v1.0.18 |
557 | 2023-10-06T15:53:39.092Z | Compiling openssl v0.10.56 |
558 | 2023-10-06T15:53:39.099Z | Checking foreign-types-shared v0.1.1 |
559 | 2023-10-06T15:53:39.109Z | Checking num_threads v0.1.6 |
560 | 2023-10-06T15:53:39.115Z | Checking deranged v0.3.8 |
561 | 2023-10-06T15:53:39.531Z | Checking try-lock v0.2.4 |
562 | 2023-10-06T15:53:39.534Z | Checking cpufeatures v0.2.9 |
563 | 2023-10-06T15:53:39.537Z | Compiling rustls v0.21.6 |
564 | 2023-10-06T15:53:39.540Z | Checking base64 v0.21.4 |
565 | 2023-10-06T15:53:39.543Z | Checking want v0.3.1 |
566 | 2023-10-06T15:53:39.549Z | Checking foreign-types v0.3.2 |
567 | 2023-10-06T15:53:39.553Z | Checking url v2.4.0 |
568 | 2023-10-06T15:53:39.556Z | Compiling serde_derive v1.0.187 |
569 | 2023-10-06T15:53:39.569Z | Compiling thiserror-impl v1.0.47 |
570 | 2023-10-06T15:53:39.790Z | Compiling tokio-macros v2.1.0 |
571 | 2023-10-06T15:53:39.993Z | Compiling futures-macro v0.3.28 |
572 | 2023-10-06T15:53:40.191Z | Compiling tracing-attributes v0.1.26 |
573 | 2023-10-06T15:53:40.208Z | Compiling schemars_derive v0.8.12 |
574 | 2023-10-06T15:53:40.479Z | Compiling zerocopy-derive v0.2.0 |
575 | 2023-10-06T15:53:42.486Z | Checking regex-automata v0.3.6 |
576 | 2023-10-06T15:53:43.523Z | Checking sct v0.7.0 |
577 | 2023-10-06T15:53:43.578Z | Compiling zerocopy v0.3.0 |
578 | 2023-10-06T15:53:43.793Z | Checking rustls-webpki v0.101.4 |
579 | 2023-10-06T15:53:44.402Z | Compiling pest v2.7.2 |
580 | 2023-10-06T15:53:44.849Z | Compiling dof v0.1.5 |
581 | 2023-10-06T15:53:45.022Z | Checking time v0.3.27 |
582 | 2023-10-06T15:53:45.382Z | Compiling openssl-macros v0.1.1 |
583 | 2023-10-06T15:53:45.995Z | Checking tracing v0.1.37 |
584 | 2023-10-06T15:53:46.428Z | Compiling thread-id v4.2.0 |
585 | 2023-10-06T15:53:46.571Z | Checking socket2 v0.4.9 |
586 | 2023-10-06T15:53:46.710Z | Compiling native-tls v0.2.11 |
587 | 2023-10-06T15:53:47.321Z | Compiling rustversion v1.0.14 |
588 | 2023-10-06T15:53:47.960Z | Checking httpdate v1.0.3 |
589 | 2023-10-06T15:53:47.964Z | Checking tower-service v0.3.2 |
590 | 2023-10-06T15:53:48.283Z | Checking regex v1.9.3 |
591 | 2023-10-06T15:53:49.161Z | Compiling pest_meta v2.7.2 |
592 | 2023-10-06T15:53:50.346Z | Checking unicode-width v0.1.10 |
593 | 2023-10-06T15:53:50.728Z | Checking openssl-probe v0.1.5 |
594 | 2023-10-06T15:53:50.888Z | Compiling hashbrown v0.13.2 |
595 | 2023-10-06T15:53:51.578Z | Compiling pest_generator v2.7.2 |
596 | 2023-10-06T15:53:54.076Z | Checking atty v0.2.14 |
597 | 2023-10-06T15:53:54.630Z | Checking ipnet v2.8.0 |
598 | 2023-10-06T15:53:54.633Z | Compiling async-trait v0.1.73 |
599 | 2023-10-06T15:53:54.676Z | Compiling anyhow v1.0.75 |
600 | 2023-10-06T15:53:54.976Z | Compiling regress v0.7.1 |
601 | 2023-10-06T15:53:55.465Z | Checking futures-executor v0.3.28 |
602 | 2023-10-06T15:53:55.725Z | Checking rustls-pemfile v1.0.3 |
603 | 2023-10-06T15:53:55.968Z | Checking dirs-sys-next v0.1.2 |
604 | 2023-10-06T15:53:56.491Z | Compiling pest_derive v2.7.2 |
605 | 2023-10-06T15:53:57.215Z | Checking dirs-next v2.0.0 |
606 | 2023-10-06T15:53:57.856Z | Compiling dtrace-parser v0.1.14 |
607 | 2023-10-06T15:54:00.955Z | Checking bytes v1.4.0 |
608 | 2023-10-06T15:54:01.629Z | Checking chrono v0.4.26 |
609 | 2023-10-06T15:54:02.217Z | Checking tokio v1.32.0 |
610 | 2023-10-06T15:54:02.944Z | Checking http v0.2.9 |
611 | 2023-10-06T15:54:03.360Z | Checking uuid v1.4.1 |
612 | 2023-10-06T15:54:04.876Z | Compiling toml_datetime v0.6.3 |
613 | 2023-10-06T15:54:05.195Z | Compiling serde_spanned v0.6.3 |
614 | 2023-10-06T15:54:05.204Z | Checking http-body v0.4.5 |
615 | 2023-10-06T15:54:05.529Z | Compiling toml_edit v0.19.14 |
616 | 2023-10-06T15:54:05.534Z | Checking bitflags v2.4.0 |
617 | 2023-10-06T15:54:05.978Z | Compiling serde_tokenstream v0.1.7 |
618 | 2023-10-06T15:54:06.774Z | Compiling serde_tokenstream v0.2.0 |
619 | 2023-10-06T15:54:07.402Z | Compiling openapiv3 v1.0.2 |
620 | 2023-10-06T15:54:07.743Z | Checking serde_urlencoded v0.7.1 |
621 | 2023-10-06T15:54:08.206Z | Compiling usdt-attr-macro v0.3.5 |
622 | 2023-10-06T15:54:08.224Z | Compiling usdt-macro v0.3.5 |
623 | 2023-10-06T15:54:17.140Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
624 | 2023-10-06T15:54:17.254Z | Checking usdt v0.3.5 |
625 | 2023-10-06T15:54:17.302Z | Checking thread_local v1.1.7 |
626 | 2023-10-06T15:54:17.347Z | Checking encoding_rs v0.8.33 |
627 | 2023-10-06T15:54:17.427Z | Checking webpki-roots v0.25.2 |
628 | 2023-10-06T15:54:17.456Z | Compiling slog-async v2.8.0 |
629 | 2023-10-06T15:54:17.470Z | Checking tokio-util v0.7.8 |
630 | 2023-10-06T15:54:17.506Z | Checking tokio-rustls v0.24.1 |
631 | 2023-10-06T15:54:17.542Z | Checking tokio-native-tls v0.3.1 |
632 | 2023-10-06T15:54:17.569Z | Checking mime v0.3.17 |
633 | 2023-10-06T15:54:17.626Z | Compiling rustix v0.38.9 |
634 | 2023-10-06T15:54:17.630Z | Checking h2 v0.3.21 |
635 | 2023-10-06T15:54:17.648Z | Checking term v0.7.0 |
636 | 2023-10-06T15:54:17.705Z | Checking crossbeam-channel v0.5.8 |
637 | 2023-10-06T15:54:17.761Z | Checking errno v0.3.2 |
638 | 2023-10-06T15:54:17.859Z | Checking siphasher v0.3.11 |
639 | 2023-10-06T15:54:17.889Z | Checking take_mut v0.2.2 |
640 | 2023-10-06T15:54:17.911Z | Checking phf_shared v0.11.2 |
641 | 2023-10-06T15:54:17.924Z | Checking slog-term v2.9.0 |
642 | 2023-10-06T15:54:17.955Z | Compiling proc-macro-crate v1.3.1 |
643 | 2023-10-06T15:54:18.713Z | Checking hex v0.4.3 |
644 | 2023-10-06T15:54:18.802Z | Checking match_cfg v0.1.0 |
645 | 2023-10-06T15:54:20.006Z | Compiling getopts v0.2.21 |
646 | 2023-10-06T15:54:20.096Z | Checking hostname v0.3.1 |
647 | 2023-10-06T15:54:22.029Z | Checking futures v0.3.28 |
648 | 2023-10-06T15:54:22.194Z | Checking hyper v0.14.27 |
649 | 2023-10-06T15:54:22.728Z | Compiling strsim v0.10.0 |
650 | 2023-10-06T15:54:23.771Z | Checking fallible-iterator v0.2.0 |
651 | 2023-10-06T15:54:24.054Z | Compiling unsafe-libyaml v0.2.9 |
652 | 2023-10-06T15:54:24.800Z | Compiling ident_case v1.0.1 |
653 | 2023-10-06T15:54:25.044Z | Compiling darling_core v0.20.3 |
654 | 2023-10-06T15:54:25.748Z | Checking sha1 v0.10.5 |
655 | 2023-10-06T15:54:26.165Z | Compiling libz-sys v1.1.12 |
656 | 2023-10-06T15:54:26.325Z | Compiling serde_yaml v0.9.25 |
657 | 2023-10-06T15:54:27.776Z | Compiling semver v0.1.20 |
658 | 2023-10-06T15:54:29.965Z | Checking hyper-rustls v0.24.1 |
659 | 2023-10-06T15:54:30.296Z | Checking hyper-tls v0.5.0 |
660 | 2023-10-06T15:54:30.409Z | Compiling rustc_version v0.1.7 |
661 | 2023-10-06T15:54:30.717Z | Checking reqwest v0.11.20 |
662 | 2023-10-06T15:54:31.061Z | Checking slog-json v2.6.1 |
663 | 2023-10-06T15:54:31.435Z | Compiling strum_macros v0.25.2 |
664 | 2023-10-06T15:54:31.983Z | Compiling camino v1.1.6 |
665 | 2023-10-06T15:54:32.136Z | Checking fastrand v2.0.0 |
666 | 2023-10-06T15:54:32.637Z | Checking tempfile v3.8.0 |
667 | 2023-10-06T15:54:33.002Z | Checking slog-bunyan v2.4.0 |
668 | 2023-10-06T15:54:33.224Z | Compiling newtype_derive v0.1.6 |
669 | 2023-10-06T15:54:33.228Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
670 | 2023-10-06T15:54:33.549Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
671 | 2023-10-06T15:54:33.674Z | Checking console v0.15.7 |
672 | 2023-10-06T15:54:33.785Z | Compiling structmeta-derive v0.1.6 |
673 | 2023-10-06T15:54:34.159Z | Compiling darling_macro v0.20.3 |
674 | 2023-10-06T15:54:34.596Z | Checking sha2 v0.10.7 |
675 | 2023-10-06T15:54:35.045Z | Checking stringprep v0.1.3 |
676 | 2023-10-06T15:54:35.072Z | Checking hmac v0.12.1 |
677 | 2023-10-06T15:54:35.355Z | Checking md-5 v0.10.5 |
678 | 2023-10-06T15:54:35.445Z | Compiling libgit2-sys v0.15.2+1.6.4 |
679 | 2023-10-06T15:54:35.551Z | Compiling paste v1.0.14 |
680 | 2023-10-06T15:54:35.938Z | Compiling darling v0.20.3 |
681 | 2023-10-06T15:54:36.091Z | Compiling serde_with_macros v2.3.3 |
682 | 2023-10-06T15:54:36.394Z | Checking postgres-protocol v0.6.6 |
683 | 2023-10-06T15:54:36.432Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
684 | 2023-10-06T15:54:37.658Z | Compiling num_enum_derive v0.5.11 |
685 | 2023-10-06T15:54:37.821Z | Compiling async-stream-impl v0.3.5 |
686 | 2023-10-06T15:54:37.927Z | Compiling num-integer v0.1.45 |
687 | 2023-10-06T15:54:37.967Z | Checking strum v0.25.0 |
688 | 2023-10-06T15:54:38.466Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
689 | 2023-10-06T15:54:38.470Z | Compiling structmeta v0.1.6 |
690 | 2023-10-06T15:54:38.483Z | Checking atomic-waker v1.1.1 |
691 | 2023-10-06T15:54:38.652Z | Compiling regex-syntax v0.6.29 |
692 | 2023-10-06T15:54:38.775Z | Checking fixedbitset v0.4.2 |
693 | 2023-10-06T15:54:39.004Z | Checking either v1.9.0 |
694 | 2023-10-06T15:54:39.108Z | Checking petgraph v0.6.4 |
695 | 2023-10-06T15:54:39.246Z | Checking waitgroup v0.1.2 |
696 | 2023-10-06T15:54:39.468Z | Checking postgres-types v0.2.6 |
697 | 2023-10-06T15:54:40.145Z | Checking async-stream v0.3.5 |
698 | 2023-10-06T15:54:40.791Z | Checking serde_with v2.3.3 |
699 | 2023-10-06T15:54:40.794Z | Checking toml v0.7.6 |
700 | 2023-10-06T15:54:41.187Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
701 | 2023-10-06T15:54:41.370Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
702 | 2023-10-06T15:54:41.895Z | Checking num_enum v0.5.11 |
703 | 2023-10-06T15:54:42.084Z | Checking phf v0.11.2 |
704 | 2023-10-06T15:54:42.414Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
705 | 2023-10-06T15:54:42.445Z | Checking serde_path_to_error v0.1.14 |
706 | 2023-10-06T15:54:42.471Z | Compiling vergen v8.2.4 |
707 | 2023-10-06T15:54:43.020Z | Compiling memoffset v0.7.1 |
708 | 2023-10-06T15:54:43.480Z | Compiling proc-macro-error-attr v1.0.4 |
709 | 2023-10-06T15:54:43.598Z | Checking instant v0.1.12 |
710 | 2023-10-06T15:54:44.020Z | Checking debug-ignore v1.0.5 |
711 | 2023-10-06T15:54:44.194Z | Checking whoami v1.4.1 |
712 | 2023-10-06T15:54:44.210Z | Checking utf8parse v0.2.1 |
713 | 2023-10-06T15:54:44.411Z | Checking anstyle-parse v0.2.1 |
714 | 2023-10-06T15:54:44.632Z | Checking tokio-postgres v0.7.10 |
715 | 2023-10-06T15:54:44.809Z | Checking steno v0.4.0 |
716 | 2023-10-06T15:54:44.971Z | Checking backoff v0.4.0 |
717 | 2023-10-06T15:54:45.461Z | Checking camino-tempfile v1.0.2 |
718 | 2023-10-06T15:54:45.856Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
719 | 2023-10-06T15:54:46.060Z | Compiling rustc_version v0.4.0 |
720 | 2023-10-06T15:54:46.180Z | Checking ipnetwork v0.20.0 |
721 | 2023-10-06T15:54:46.230Z | Checking macaddr v1.0.1 |
722 | 2023-10-06T15:54:46.752Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
723 | 2023-10-06T15:54:47.097Z | Compiling libsqlite3-sys v0.26.0 |
724 | 2023-10-06T15:54:47.747Z | Compiling num-bigint v0.4.4 |
725 | 2023-10-06T15:54:47.922Z | Compiling proc-macro-error v1.0.4 |
726 | 2023-10-06T15:54:48.064Z | Compiling slog-dtrace v0.2.3 |
727 | 2023-10-06T15:54:48.189Z | Compiling parse-display-derive v0.7.0 |
728 | 2023-10-06T15:54:48.491Z | Checking colorchoice v1.0.0 |
729 | 2023-10-06T15:54:48.528Z | Checking base64ct v1.6.0 |
730 | 2023-10-06T15:54:48.623Z | Checking anstyle v1.0.2 |
731 | 2023-10-06T15:54:48.654Z | Checking static_assertions v1.1.0 |
732 | 2023-10-06T15:54:48.673Z | Checking anstyle-query v1.0.0 |
733 | 2023-10-06T15:54:48.778Z | Checking arc-swap v1.6.0 |
734 | 2023-10-06T15:54:49.155Z | Checking anstream v0.5.0 |
735 | 2023-10-06T15:54:49.269Z | Checking password-hash v0.5.0 |
736 | 2023-10-06T15:54:49.469Z | Checking slog-scope v4.4.0 |
737 | 2023-10-06T15:54:49.707Z | Checking blake2 v0.10.6 |
738 | 2023-10-06T15:54:49.736Z | Checking inout v0.1.3 |
739 | 2023-10-06T15:54:49.801Z | Compiling num-rational v0.4.1 |
740 | 2023-10-06T15:54:50.001Z | Compiling num-iter v0.1.43 |
741 | 2023-10-06T15:54:50.031Z | Checking clap_lex v0.5.1 |
742 | 2023-10-06T15:54:50.350Z | Compiling radium v0.7.0 |
743 | 2023-10-06T15:54:50.375Z | Checking termcolor v1.2.0 |
744 | 2023-10-06T15:54:50.400Z | Checking clap_builder v4.4.0 |
745 | 2023-10-06T15:54:51.006Z | Checking argon2 v0.5.1 |
746 | 2023-10-06T15:54:51.109Z | Checking cipher v0.4.4 |
747 | 2023-10-06T15:54:51.150Z | Checking slog-stdlog v4.1.1 |
748 | 2023-10-06T15:54:51.365Z | Checking nix v0.26.2 |
749 | 2023-10-06T15:54:51.918Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
750 | 2023-10-06T15:54:52.137Z | Checking toml_edit v0.20.1 |
751 | 2023-10-06T15:54:52.366Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
752 | 2023-10-06T15:54:52.596Z | Compiling serde_repr v0.1.16 |
753 | 2023-10-06T15:54:52.936Z | Compiling clap_derive v4.4.0 |
754 | 2023-10-06T15:54:54.525Z | Checking hashlink v0.8.3 |
755 | 2023-10-06T15:54:54.882Z | Checking parse-display v0.7.0 |
756 | 2023-10-06T15:54:55.105Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
757 | 2023-10-06T15:54:55.391Z | Compiling portable-atomic v1.4.3 |
758 | 2023-10-06T15:54:55.493Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
759 | 2023-10-06T15:54:55.641Z | Checking tap v1.0.1 |
760 | 2023-10-06T15:54:55.718Z | Checking fallible-streaming-iterator v0.1.9 |
761 | 2023-10-06T15:54:55.859Z | Checking os_str_bytes v6.5.1 |
762 | 2023-10-06T15:54:56.055Z | Checking wyz v0.5.1 |
763 | 2023-10-06T15:54:56.070Z | Checking rusqlite v0.29.0 |
764 | 2023-10-06T15:54:56.201Z | Checking toml v0.8.1 |
765 | 2023-10-06T15:54:56.431Z | Checking clap_lex v0.2.4 |
766 | 2023-10-06T15:54:56.776Z | Compiling clap_derive v3.2.25 |
767 | 2023-10-06T15:54:56.907Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
768 | 2023-10-06T15:54:57.309Z | Checking slog-envlogger v2.2.0 |
769 | 2023-10-06T15:54:57.616Z | Checking twox-hash v1.6.3 |
770 | 2023-10-06T15:54:57.752Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
771 | 2023-10-06T15:54:57.772Z | Checking is-terminal v0.4.9 |
772 | 2023-10-06T15:54:57.919Z | Compiling num_enum_derive v0.7.0 |
773 | 2023-10-06T15:54:58.036Z | Checking regress v0.6.0 |
774 | 2023-10-06T15:54:58.306Z | Checking num-complex v0.4.4 |
775 | 2023-10-06T15:54:58.557Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
776 | 2023-10-06T15:54:58.560Z | Checking universal-hash v0.5.1 |
777 | 2023-10-06T15:54:58.813Z | Checking funty v2.0.0 |
778 | 2023-10-06T15:54:59.855Z | Checking textwrap v0.16.0 |
779 | 2023-10-06T15:55:00.361Z | Checking opaque-debug v0.3.0 |
780 | 2023-10-06T15:55:00.460Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
781 | 2023-10-06T15:55:00.480Z | Checking polyval v0.6.1 |
782 | 2023-10-06T15:55:00.684Z | Checking bitvec v1.0.1 |
783 | 2023-10-06T15:55:00.862Z | Checking num v0.4.1 |
784 | 2023-10-06T15:55:01.005Z | Checking colored v2.0.4 |
785 | 2023-10-06T15:55:01.156Z | Checking clap v4.4.0 |
786 | 2023-10-06T15:55:01.497Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
787 | 2023-10-06T15:55:01.824Z | Checking ctr v0.9.2 |
788 | 2023-10-06T15:55:02.251Z | Checking aes v0.8.3 |
789 | 2023-10-06T15:55:02.382Z | Checking num_enum v0.7.0 |
790 | 2023-10-06T15:55:02.594Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
791 | 2023-10-06T15:55:02.807Z | Checking bincode v1.3.3 |
792 | 2023-10-06T15:55:03.065Z | Compiling async-recursion v0.3.2 |
793 | 2023-10-06T15:55:03.400Z | Checking aead v0.5.2 |
794 | 2023-10-06T15:55:03.633Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
795 | 2023-10-06T15:55:03.690Z | Checking pretty-hex v0.2.1 |
796 | 2023-10-06T15:55:03.913Z | Compiling erased-serde v0.3.30 |
797 | 2023-10-06T15:55:04.116Z | Checking humantime v2.1.0 |
798 | 2023-10-06T15:55:04.197Z | Checking data-encoding v2.4.0 |
799 | 2023-10-06T15:55:04.376Z | Checking number_prefix v0.4.0 |
800 | 2023-10-06T15:55:04.484Z | Checking clap v3.2.25 |
801 | 2023-10-06T15:55:04.578Z | Checking zeroize v1.6.0 |
802 | 2023-10-06T15:55:04.642Z | Checking indicatif v0.17.6 |
803 | 2023-10-06T15:55:04.854Z | Checking env_logger v0.9.3 |
804 | 2023-10-06T15:55:04.909Z | Checking aes-gcm-siv v0.11.1 |
805 | 2023-10-06T15:55:04.957Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
806 | 2023-10-06T15:55:05.253Z | Checking itertools v0.11.0 |
807 | 2023-10-06T15:55:05.343Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
808 | 2023-10-06T15:55:05.483Z | Checking toml v0.5.11 |
809 | 2023-10-06T15:55:05.506Z | Compiling bitstruct_derive v0.1.0 |
810 | 2023-10-06T15:55:05.758Z | Compiling async-recursion v1.0.5 |
811 | 2023-10-06T15:55:06.014Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
812 | 2023-10-06T15:55:06.194Z | Checking libloading v0.7.4 |
813 | 2023-10-06T15:55:06.553Z | Checking ascii v1.1.0 |
814 | 2023-10-06T15:55:07.184Z | Checking ringbuffer v0.15.0 |
815 | 2023-10-06T15:55:07.585Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
816 | 2023-10-06T15:55:07.643Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
817 | 2023-10-06T15:55:07.754Z | Checking bitstruct v0.1.1 |
818 | 2023-10-06T15:55:07.816Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
819 | 2023-10-06T15:55:07.875Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
820 | 2023-10-06T15:55:08.019Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
821 | 2023-10-06T15:55:08.272Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
822 | 2023-10-06T15:55:08.631Z | Checking serde_arrays v0.1.0 |
823 | 2023-10-06T15:55:08.803Z | Checking utf-8 v0.7.6 |
824 | 2023-10-06T15:55:08.826Z | Checking matches v0.1.10 |
825 | 2023-10-06T15:55:08.936Z | Checking idna v0.2.3 |
826 | 2023-10-06T15:55:09.021Z | Compiling enum-as-inner v0.5.1 |
827 | 2023-10-06T15:55:09.084Z | Checking tungstenite v0.20.1 |
828 | 2023-10-06T15:55:09.333Z | Checking linked-hash-map v0.5.6 |
829 | 2023-10-06T15:55:09.805Z | Checking quick-error v1.2.3 |
830 | 2023-10-06T15:55:09.821Z | Checking lru-cache v0.1.2 |
831 | 2023-10-06T15:55:09.999Z | Checking resolv-conf v0.7.0 |
832 | 2023-10-06T15:55:10.089Z | Compiling const_format_proc_macros v0.2.31 |
833 | 2023-10-06T15:55:10.225Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
834 | 2023-10-06T15:55:10.465Z | Checking assert_matches v1.5.0 |
835 | 2023-10-06T15:55:10.509Z | Checking base64 v0.13.1 |
836 | 2023-10-06T15:55:10.554Z | Checking tokio-tungstenite v0.20.1 |
837 | 2023-10-06T15:55:10.579Z | Checking bstr v1.6.0 |
838 | 2023-10-06T15:55:10.767Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
839 | 2023-10-06T15:55:10.827Z | Checking trust-dns-proto v0.22.0 |
840 | 2023-10-06T15:55:10.862Z | Checking bit_field v0.10.2 |
841 | 2023-10-06T15:55:11.128Z | Checking ron v0.7.1 |
842 | 2023-10-06T15:55:11.237Z | Checking ctrlc v3.4.0 |
843 | 2023-10-06T15:55:11.520Z | Checking glob v0.3.1 |
844 | 2023-10-06T15:55:11.834Z | Checking globset v0.4.13 |
845 | 2023-10-06T15:55:13.410Z | Checking const_format v0.2.31 |
846 | 2023-10-06T15:55:16.163Z | Checking trust-dns-resolver v0.22.0 |
847 | 2023-10-06T15:55:16.281Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
848 | 2023-10-06T15:55:19.036Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
849 | 2023-10-06T15:55:19.676Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
850 | 2023-10-06T15:55:19.683Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
851 | 2023-10-06T15:55:19.688Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
852 | 2023-10-06T15:55:23.086Z | Compiling git2 v0.17.2 |
853 | 2023-10-06T15:55:30.805Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
854 | 2023-10-06T15:55:30.896Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
855 | 2023-10-06T15:55:30.920Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
856 | 2023-10-06T15:55:31.002Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
857 | 2023-10-06T15:55:31.031Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
858 | 2023-10-06T15:55:31.662Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
859 | 2023-10-06T15:55:34.138Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
860 | 2023-10-06T15:55:41.773Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
861 | 2023-10-06T15:55:53.451Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
862 | 2023-10-06T15:55:53.788Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
863 | 2023-10-06T15:55:53.793Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
864 | 2023-10-06T15:55:54.279Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
865 | 2023-10-06T15:55:54.330Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
866 | 2023-10-06T15:56:00.889Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 05s |
867 | 2023-10-06T15:56:01.144Z | |
868 | 2023-10-06T15:56:01.149Z | real 3:05.629787669 |
869 | 2023-10-06T15:56:01.152Z | user 14:48.985711379 |
870 | 2023-10-06T15:56:01.155Z | sys 2:36.890308442 |
871 | 2023-10-06T15:56:01.159Z | trap 0.620646439 |
872 | 2023-10-06T15:56:01.162Z | tflt 5.816671505 |
873 | 2023-10-06T15:56:01.165Z | dflt 5.841393468 |
874 | 2023-10-06T15:56:01.168Z | kflt 0.101821512 |
875 | 2023-10-06T15:56:01.171Z | lock 20:28.290641566 |
876 | 2023-10-06T15:56:01.175Z | slp 44:32.214654835 |
877 | 2023-10-06T15:56:01.178Z | lat 50.966264389 |
878 | 2023-10-06T15:56:01.181Z | stop 2:01.927999175 |
879 | 2023-10-06T15:56:01.184Z | + banner build |
880 | 2023-10-06T15:56:01.188Z | |
881 | 2023-10-06T15:56:01.190Z | ##### # # # # ##### |
882 | 2023-10-06T15:56:01.193Z | # # # # # # # # |
883 | 2023-10-06T15:56:01.197Z | ##### # # # # # # |
884 | 2023-10-06T15:56:01.200Z | # # # # # # # # |
885 | 2023-10-06T15:56:01.203Z | # # # # # # # # |
886 | 2023-10-06T15:56:01.207Z | ##### #### # ###### ##### |
887 | 2023-10-06T15:56:01.210Z | |
888 | 2023-10-06T15:56:01.214Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
889 | 2023-10-06T15:56:01.838Z | Compiling proc-macro2 v1.0.66 |
890 | 2023-10-06T15:56:01.841Z | Compiling unicode-ident v1.0.11 |
891 | 2023-10-06T15:56:01.845Z | Compiling libc v0.2.148 |
892 | 2023-10-06T15:56:01.848Z | Compiling serde v1.0.187 |
893 | 2023-10-06T15:56:01.852Z | Compiling version_check v0.9.4 |
894 | 2023-10-06T15:56:01.855Z | Compiling cfg-if v1.0.0 |
895 | 2023-10-06T15:56:01.859Z | Compiling autocfg v1.1.0 |
896 | 2023-10-06T15:56:01.863Z | Compiling syn v1.0.109 |
897 | 2023-10-06T15:56:01.999Z | Compiling once_cell v1.18.0 |
898 | 2023-10-06T15:56:02.097Z | Compiling memchr v2.5.0 |
899 | 2023-10-06T15:56:02.814Z | Compiling thiserror v1.0.47 |
900 | 2023-10-06T15:56:02.854Z | Compiling libm v0.2.7 |
901 | 2023-10-06T15:56:02.887Z | Compiling serde_json v1.0.105 |
902 | 2023-10-06T15:56:02.904Z | Compiling itoa v1.0.9 |
903 | 2023-10-06T15:56:03.327Z | Compiling log v0.4.20 |
904 | 2023-10-06T15:56:03.437Z | Compiling ahash v0.8.3 |
905 | 2023-10-06T15:56:03.605Z | Compiling pin-project-lite v0.2.13 |
906 | 2023-10-06T15:56:03.759Z | Compiling ahash v0.7.6 |
907 | 2023-10-06T15:56:03.992Z | Compiling typenum v1.16.0 |
908 | 2023-10-06T15:56:04.039Z | Compiling pkg-config v0.3.27 |
909 | 2023-10-06T15:56:04.309Z | Compiling quote v1.0.33 |
910 | 2023-10-06T15:56:04.728Z | Compiling lock_api v0.4.10 |
911 | 2023-10-06T15:56:05.307Z | Compiling syn v2.0.29 |
912 | 2023-10-06T15:56:05.375Z | Compiling getrandom v0.2.10 |
913 | 2023-10-06T15:56:05.610Z | Compiling jobserver v0.1.26 |
914 | 2023-10-06T15:56:05.860Z | Compiling rand_core v0.6.4 |
915 | 2023-10-06T15:56:06.002Z | Compiling generic-array v0.14.7 |
916 | 2023-10-06T15:56:06.050Z | Compiling cc v1.0.83 |
917 | 2023-10-06T15:56:06.556Z | Compiling parking_lot_core v0.9.8 |
918 | 2023-10-06T15:56:06.594Z | Compiling vcpkg v0.2.15 |
919 | 2023-10-06T15:56:06.664Z | Compiling smallvec v1.11.0 |
920 | 2023-10-06T15:56:07.399Z | Compiling num-traits v0.2.16 |
921 | 2023-10-06T15:56:07.434Z | Compiling scopeguard v1.2.0 |
922 | 2023-10-06T15:56:09.157Z | Compiling futures-core v0.3.28 |
923 | 2023-10-06T15:56:09.504Z | Compiling parking_lot v0.12.1 |
924 | 2023-10-06T15:56:09.947Z | Compiling num_cpus v1.16.0 |
925 | 2023-10-06T15:56:10.115Z | Compiling mio v0.8.8 |
926 | 2023-10-06T15:56:10.707Z | Compiling signal-hook-registry v1.4.1 |
927 | 2023-10-06T15:56:12.064Z | Compiling socket2 v0.5.3 |
928 | 2023-10-06T15:56:12.883Z | Compiling indexmap v1.9.3 |
929 | 2023-10-06T15:56:13.351Z | Compiling ryu v1.0.15 |
930 | 2023-10-06T15:56:13.708Z | Compiling crypto-common v0.1.6 |
931 | 2023-10-06T15:56:13.783Z | Compiling schemars v0.8.12 |
932 | 2023-10-06T15:56:14.101Z | Compiling slab v0.4.9 |
933 | 2023-10-06T15:56:14.120Z | Compiling futures-sink v0.3.28 |
934 | 2023-10-06T15:56:14.330Z | Compiling futures-task v0.3.28 |
935 | 2023-10-06T15:56:14.334Z | Compiling futures-channel v0.3.28 |
936 | 2023-10-06T15:56:14.365Z | Compiling equivalent v1.0.1 |
937 | 2023-10-06T15:56:14.391Z | Compiling hashbrown v0.14.0 |
938 | 2023-10-06T15:56:14.864Z | Compiling pin-utils v0.1.0 |
939 | 2023-10-06T15:56:14.958Z | Compiling futures-util v0.3.28 |
940 | 2023-10-06T15:56:14.977Z | Compiling heck v0.4.1 |
941 | 2023-10-06T15:56:15.491Z | Compiling futures-io v0.3.28 |
942 | 2023-10-06T15:56:15.564Z | Compiling subtle v2.5.0 |
943 | 2023-10-06T15:56:15.653Z | Compiling tinyvec_macros v0.1.1 |
944 | 2023-10-06T15:56:15.689Z | Compiling unicode-xid v0.2.4 |
945 | 2023-10-06T15:56:15.783Z | Compiling tinyvec v1.6.0 |
946 | 2023-10-06T15:56:15.914Z | Compiling slog v2.7.0 |
947 | 2023-10-06T15:56:15.972Z | Compiling time-core v0.1.1 |
948 | 2023-10-06T15:56:16.027Z | Compiling time v0.1.45 |
949 | 2023-10-06T15:56:16.198Z | Compiling time-macros v0.2.13 |
950 | 2023-10-06T15:56:16.325Z | Compiling indexmap v2.0.0 |
951 | 2023-10-06T15:56:16.658Z | Compiling hashbrown v0.12.3 |
952 | 2023-10-06T15:56:17.371Z | Compiling serde_derive_internals v0.26.0 |
953 | 2023-10-06T15:56:18.346Z | Compiling ucd-trie v0.1.6 |
954 | 2023-10-06T15:56:18.582Z | Compiling unicode-normalization v0.1.22 |
955 | 2023-10-06T15:56:19.110Z | Compiling iana-time-zone v0.1.57 |
956 | 2023-10-06T15:56:19.263Z | Compiling unicode-bidi v0.3.13 |
957 | 2023-10-06T15:56:20.909Z | Compiling synstructure v0.12.6 |
958 | 2023-10-06T15:56:21.455Z | Compiling block-buffer v0.10.4 |
959 | 2023-10-06T15:56:21.785Z | Compiling tracing-core v0.1.31 |
960 | 2023-10-06T15:56:23.374Z | Compiling bitflags v1.3.2 |
961 | 2023-10-06T15:56:23.378Z | Compiling fnv v1.0.7 |
962 | 2023-10-06T15:56:23.508Z | Compiling digest v0.10.7 |
963 | 2023-10-06T15:56:24.230Z | Compiling ring v0.16.20 |
964 | 2023-10-06T15:56:26.066Z | Compiling byteorder v1.4.3 |
965 | 2023-10-06T15:56:26.692Z | Compiling percent-encoding v2.3.0 |
966 | 2023-10-06T15:56:26.803Z | Compiling serde_derive v1.0.187 |
967 | 2023-10-06T15:56:26.880Z | Compiling thiserror-impl v1.0.47 |
968 | 2023-10-06T15:56:26.935Z | Compiling tokio-macros v2.1.0 |
969 | 2023-10-06T15:56:26.938Z | Compiling futures-macro v0.3.28 |
970 | 2023-10-06T15:56:27.557Z | Compiling tracing-attributes v0.1.26 |
971 | 2023-10-06T15:56:28.016Z | Compiling schemars_derive v0.8.12 |
972 | 2023-10-06T15:56:28.435Z | Compiling zerocopy-derive v0.2.0 |
973 | 2023-10-06T15:56:29.663Z | Compiling openssl-sys v0.9.91 |
974 | 2023-10-06T15:56:31.209Z | Compiling httparse v1.8.0 |
975 | 2023-10-06T15:56:31.557Z | Compiling ppv-lite86 v0.2.17 |
976 | 2023-10-06T15:56:31.992Z | Compiling lazy_static v1.4.0 |
977 | 2023-10-06T15:56:32.081Z | Compiling pest v2.7.2 |
978 | 2023-10-06T15:56:32.156Z | Compiling dyn-clone v1.0.13 |
979 | 2023-10-06T15:56:32.903Z | Compiling rand_chacha v0.3.1 |
980 | 2023-10-06T15:56:33.226Z | Compiling form_urlencoded v1.2.0 |
981 | 2023-10-06T15:56:33.289Z | Compiling tracing v0.1.37 |
982 | 2023-10-06T15:56:34.136Z | Compiling usdt-impl v0.3.5 |
983 | 2023-10-06T15:56:34.435Z | Compiling allocator-api2 v0.2.16 |
984 | 2023-10-06T15:56:34.775Z | Compiling spin v0.5.2 |
985 | 2023-10-06T15:56:34.791Z | Compiling untrusted v0.7.1 |
986 | 2023-10-06T15:56:35.134Z | Compiling rand v0.8.5 |
987 | 2023-10-06T15:56:35.917Z | Compiling winnow v0.5.15 |
988 | 2023-10-06T15:56:36.389Z | Compiling pest_meta v2.7.2 |
989 | 2023-10-06T15:56:37.705Z | Compiling semver v1.0.18 |
990 | 2023-10-06T15:56:38.040Z | Compiling zerocopy v0.3.0 |
991 | 2023-10-06T15:56:38.473Z | Compiling idna v0.4.0 |
992 | 2023-10-06T15:56:38.917Z | Compiling pest_generator v2.7.2 |
993 | 2023-10-06T15:56:39.247Z | Compiling deranged v0.3.8 |
994 | 2023-10-06T15:56:42.202Z | Compiling try-lock v0.2.4 |
995 | 2023-10-06T15:56:42.221Z | Compiling num_threads v0.1.6 |
996 | 2023-10-06T15:56:42.381Z | Compiling rustls v0.21.6 |
997 | 2023-10-06T15:56:42.427Z | Compiling cpufeatures v0.2.9 |
998 | 2023-10-06T15:56:42.552Z | Compiling base64 v0.21.4 |
999 | 2023-10-06T15:56:42.805Z | Compiling openssl v0.10.56 |
1000 | 2023-10-06T15:56:42.904Z | Compiling crossbeam-utils v0.8.16 |
1001 | 2023-10-06T15:56:43.393Z | Compiling pest_derive v2.7.2 |
1002 | 2023-10-06T15:56:43.699Z | Compiling foreign-types-shared v0.1.1 |
1003 | 2023-10-06T15:56:43.803Z | Compiling foreign-types v0.3.2 |
1004 | 2023-10-06T15:56:43.837Z | Compiling time v0.3.27 |
1005 | 2023-10-06T15:56:44.005Z | Compiling want v0.3.1 |
1006 | 2023-10-06T15:56:44.417Z | Compiling rustls-webpki v0.101.4 |
1007 | 2023-10-06T15:56:44.459Z | Compiling sct v0.7.0 |
1008 | 2023-10-06T15:56:44.478Z | Compiling url v2.4.0 |
1009 | 2023-10-06T15:56:44.853Z | Compiling dtrace-parser v0.1.14 |
1010 | 2023-10-06T15:56:45.312Z | Compiling dof v0.1.5 |
1011 | 2023-10-06T15:56:48.548Z | Compiling openssl-macros v0.1.1 |
1012 | 2023-10-06T15:56:49.938Z | Compiling thread-id v4.2.0 |
1013 | 2023-10-06T15:56:50.074Z | Compiling socket2 v0.4.9 |
1014 | 2023-10-06T15:56:50.388Z | Compiling aho-corasick v1.0.4 |
1015 | 2023-10-06T15:56:50.945Z | Compiling bytes v1.4.0 |
1016 | 2023-10-06T15:56:52.530Z | Compiling tokio v1.32.0 |
1017 | 2023-10-06T15:56:54.137Z | Compiling chrono v0.4.26 |
1018 | 2023-10-06T15:56:54.865Z | Compiling http v0.2.9 |
1019 | 2023-10-06T15:56:56.730Z | Compiling uuid v1.4.1 |
1020 | 2023-10-06T15:57:03.555Z | Compiling toml_datetime v0.6.3 |
1021 | 2023-10-06T15:57:04.120Z | Compiling serde_spanned v0.6.3 |
1022 | 2023-10-06T15:57:04.212Z | Compiling http-body v0.4.5 |
1023 | 2023-10-06T15:57:04.439Z | Compiling toml_edit v0.19.14 |
1024 | 2023-10-06T15:57:04.979Z | Compiling bitflags v2.4.0 |
1025 | 2023-10-06T15:57:05.905Z | Compiling tokio-util v0.7.8 |
1026 | 2023-10-06T15:57:08.086Z | Compiling h2 v0.3.21 |
1027 | 2023-10-06T15:57:08.491Z | Compiling rustversion v1.0.14 |
1028 | 2023-10-06T15:57:08.747Z | Compiling regex-syntax v0.7.4 |
1029 | 2023-10-06T15:57:09.521Z | Compiling native-tls v0.2.11 |
1030 | 2023-10-06T15:57:09.666Z | Compiling httpdate v1.0.3 |
1031 | 2023-10-06T15:57:10.104Z | Compiling tower-service v0.3.2 |
1032 | 2023-10-06T15:57:14.627Z | Compiling serde_tokenstream v0.1.7 |
1033 | 2023-10-06T15:57:15.122Z | Compiling regex-automata v0.3.6 |
1034 | 2023-10-06T15:57:17.011Z | Compiling hyper v0.14.27 |
1035 | 2023-10-06T15:57:21.561Z | Compiling unicode-width v0.1.10 |
1036 | 2023-10-06T15:57:21.794Z | Compiling openssl-probe v0.1.5 |
1037 | 2023-10-06T15:57:22.810Z | Compiling regex v1.9.3 |
1038 | 2023-10-06T15:57:29.582Z | Compiling tokio-rustls v0.24.1 |
1039 | 2023-10-06T15:57:39.523Z | Compiling hashbrown v0.13.2 |
1040 | 2023-10-06T15:57:39.889Z | Compiling openapiv3 v1.0.2 |
1041 | 2023-10-06T15:57:43.973Z | Compiling serde_tokenstream v0.2.0 |
1042 | 2023-10-06T15:57:44.793Z | Compiling atty v0.2.14 |
1043 | 2023-10-06T15:57:44.948Z | Compiling ipnet v2.8.0 |
1044 | 2023-10-06T15:57:44.976Z | Compiling async-trait v0.1.73 |
1045 | 2023-10-06T15:57:45.757Z | Compiling anyhow v1.0.75 |
1046 | 2023-10-06T15:57:46.608Z | Compiling regress v0.7.1 |
1047 | 2023-10-06T15:57:47.740Z | Compiling tokio-native-tls v0.3.1 |
1048 | 2023-10-06T15:57:48.164Z | Compiling usdt-macro v0.3.5 |
1049 | 2023-10-06T15:57:49.592Z | Compiling usdt-attr-macro v0.3.5 |
1050 | 2023-10-06T15:57:50.366Z | Compiling serde_urlencoded v0.7.1 |
1051 | 2023-10-06T15:57:51.373Z | Compiling rustls-pemfile v1.0.3 |
1052 | 2023-10-06T15:57:51.848Z | Compiling futures-executor v0.3.28 |
1053 | 2023-10-06T15:57:52.507Z | Compiling dirs-sys-next v0.1.2 |
1054 | 2023-10-06T15:57:54.338Z | Compiling dirs-next v2.0.0 |
1055 | 2023-10-06T15:57:54.720Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1056 | 2023-10-06T15:57:54.924Z | Compiling usdt v0.3.5 |
1057 | 2023-10-06T15:57:55.666Z | Compiling hyper-tls v0.5.0 |
1058 | 2023-10-06T15:58:00.557Z | Compiling hyper-rustls v0.24.1 |
1059 | 2023-10-06T15:58:03.031Z | Compiling thread_local v1.1.7 |
1060 | 2023-10-06T15:58:04.354Z | Compiling encoding_rs v0.8.33 |
1061 | 2023-10-06T15:58:05.458Z | Compiling mime v0.3.17 |
1062 | 2023-10-06T15:58:07.316Z | Compiling webpki-roots v0.25.2 |
1063 | 2023-10-06T15:58:07.567Z | Compiling rustix v0.38.9 |
1064 | 2023-10-06T15:58:08.646Z | Compiling slog-async v2.8.0 |
1065 | 2023-10-06T15:58:09.665Z | Compiling reqwest v0.11.20 |
1066 | 2023-10-06T15:58:13.012Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1067 | 2023-10-06T15:58:18.209Z | Compiling term v0.7.0 |
1068 | 2023-10-06T15:58:20.601Z | Compiling crossbeam-channel v0.5.8 |
1069 | 2023-10-06T15:58:22.919Z | Compiling errno v0.3.2 |
1070 | 2023-10-06T15:58:23.249Z | Compiling take_mut v0.2.2 |
1071 | 2023-10-06T15:58:23.462Z | Compiling siphasher v0.3.11 |
1072 | 2023-10-06T15:58:24.249Z | Compiling phf_shared v0.11.2 |
1073 | 2023-10-06T15:58:26.576Z | Compiling slog-term v2.9.0 |
1074 | 2023-10-06T15:58:30.900Z | Compiling proc-macro-crate v1.3.1 |
1075 | 2023-10-06T15:58:31.555Z | Compiling hex v0.4.3 |
1076 | 2023-10-06T15:58:32.391Z | Compiling match_cfg v0.1.0 |
1077 | 2023-10-06T15:58:34.566Z | Compiling getopts v0.2.21 |
1078 | 2023-10-06T15:58:34.600Z | Compiling hostname v0.3.1 |
1079 | 2023-10-06T15:58:37.568Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1080 | 2023-10-06T15:58:37.740Z | Compiling futures v0.3.28 |
1081 | 2023-10-06T15:58:41.936Z | Compiling ident_case v1.0.1 |
1082 | 2023-10-06T15:58:42.174Z | Compiling strsim v0.10.0 |
1083 | 2023-10-06T15:58:43.181Z | Compiling fallible-iterator v0.2.0 |
1084 | 2023-10-06T15:58:44.169Z | Compiling unsafe-libyaml v0.2.9 |
1085 | 2023-10-06T15:58:44.453Z | Compiling darling_core v0.20.3 |
1086 | 2023-10-06T15:58:47.164Z | Compiling serde_yaml v0.9.25 |
1087 | 2023-10-06T15:58:48.832Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1088 | 2023-10-06T15:58:55.362Z | Compiling sha1 v0.10.5 |
1089 | 2023-10-06T15:58:57.499Z | Compiling libz-sys v1.1.12 |
1090 | 2023-10-06T15:58:58.483Z | Compiling semver v0.1.20 |
1091 | 2023-10-06T15:58:59.027Z | Compiling rustc_version v0.1.7 |
1092 | 2023-10-06T15:58:59.663Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1093 | 2023-10-06T15:59:02.389Z | Compiling darling_macro v0.20.3 |
1094 | 2023-10-06T15:59:04.172Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1095 | 2023-10-06T15:59:06.601Z | Compiling strum_macros v0.25.2 |
1096 | 2023-10-06T15:59:08.167Z | Compiling slog-json v2.6.1 |
1097 | 2023-10-06T15:59:08.970Z | Compiling camino v1.1.6 |
1098 | 2023-10-06T15:59:10.365Z | Compiling fastrand v2.0.0 |
1099 | 2023-10-06T15:59:11.160Z | Compiling tempfile v3.8.0 |
1100 | 2023-10-06T15:59:11.517Z | Compiling slog-bunyan v2.4.0 |
1101 | 2023-10-06T15:59:11.890Z | Compiling darling v0.20.3 |
1102 | 2023-10-06T15:59:13.068Z | Compiling strum v0.25.0 |
1103 | 2023-10-06T15:59:13.848Z | Compiling newtype_derive v0.1.6 |
1104 | 2023-10-06T15:59:14.403Z | Compiling console v0.15.7 |
1105 | 2023-10-06T15:59:14.472Z | Compiling sha2 v0.10.7 |
1106 | 2023-10-06T15:59:15.505Z | Compiling structmeta-derive v0.1.6 |
1107 | 2023-10-06T15:59:19.952Z | Compiling md-5 v0.10.5 |
1108 | 2023-10-06T15:59:20.145Z | Compiling hmac v0.12.1 |
1109 | 2023-10-06T15:59:20.324Z | Compiling stringprep v0.1.3 |
1110 | 2023-10-06T15:59:20.474Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1111 | 2023-10-06T15:59:21.701Z | Compiling paste v1.0.14 |
1112 | 2023-10-06T15:59:25.716Z | Compiling postgres-protocol v0.6.6 |
1113 | 2023-10-06T15:59:26.091Z | Compiling structmeta v0.1.6 |
1114 | 2023-10-06T15:59:26.696Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1115 | 2023-10-06T15:59:27.278Z | Compiling serde_with_macros v2.3.3 |
1116 | 2023-10-06T15:59:29.304Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1117 | 2023-10-06T15:59:29.512Z | Compiling num_enum_derive v0.5.11 |
1118 | 2023-10-06T15:59:29.626Z | Compiling async-stream-impl v0.3.5 |
1119 | 2023-10-06T15:59:30.820Z | Compiling num-integer v0.1.45 |
1120 | 2023-10-06T15:59:30.984Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1121 | 2023-10-06T15:59:31.392Z | Compiling fixedbitset v0.4.2 |
1122 | 2023-10-06T15:59:31.464Z | Compiling atomic-waker v1.1.1 |
1123 | 2023-10-06T15:59:31.548Z | Compiling regex-syntax v0.6.29 |
1124 | 2023-10-06T15:59:31.716Z | Compiling either v1.9.0 |
1125 | 2023-10-06T15:59:31.840Z | Compiling async-stream v0.3.5 |
1126 | 2023-10-06T15:59:32.272Z | Compiling petgraph v0.6.4 |
1127 | 2023-10-06T15:59:32.289Z | Compiling waitgroup v0.1.2 |
1128 | 2023-10-06T15:59:32.679Z | Compiling serde_with v2.3.3 |
1129 | 2023-10-06T15:59:32.865Z | Compiling postgres-types v0.2.6 |
1130 | 2023-10-06T15:59:33.636Z | Compiling num_enum v0.5.11 |
1131 | 2023-10-06T15:59:37.195Z | Compiling toml v0.7.6 |
1132 | 2023-10-06T15:59:38.539Z | Compiling phf v0.11.2 |
1133 | 2023-10-06T15:59:39.229Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1134 | 2023-10-06T15:59:40.438Z | Compiling vergen v8.2.4 |
1135 | 2023-10-06T15:59:40.472Z | Compiling serde_path_to_error v0.1.14 |
1136 | 2023-10-06T15:59:40.970Z | Compiling proc-macro-error-attr v1.0.4 |
1137 | 2023-10-06T15:59:41.229Z | Compiling parse-display-derive v0.7.0 |
1138 | 2023-10-06T15:59:41.540Z | Compiling instant v0.1.12 |
1139 | 2023-10-06T15:59:41.868Z | Compiling debug-ignore v1.0.5 |
1140 | 2023-10-06T15:59:42.065Z | Compiling whoami v1.4.1 |
1141 | 2023-10-06T15:59:42.152Z | Compiling backoff v0.4.0 |
1142 | 2023-10-06T15:59:42.701Z | Compiling tokio-postgres v0.7.10 |
1143 | 2023-10-06T15:59:44.766Z | Compiling steno v0.4.0 |
1144 | 2023-10-06T15:59:46.629Z | Compiling camino-tempfile v1.0.2 |
1145 | 2023-10-06T15:59:47.768Z | Compiling parse-display v0.7.0 |
1146 | 2023-10-06T15:59:47.914Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1147 | 2023-10-06T15:59:48.048Z | Compiling rustc_version v0.4.0 |
1148 | 2023-10-06T15:59:48.134Z | Compiling ipnetwork v0.20.0 |
1149 | 2023-10-06T15:59:48.304Z | Compiling macaddr v1.0.1 |
1150 | 2023-10-06T15:59:49.041Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1151 | 2023-10-06T15:59:49.445Z | Compiling libsqlite3-sys v0.26.0 |
1152 | 2023-10-06T15:59:50.284Z | Compiling num-bigint v0.4.4 |
1153 | 2023-10-06T15:59:50.362Z | Compiling memoffset v0.7.1 |
1154 | 2023-10-06T15:59:50.930Z | Compiling proc-macro-error v1.0.4 |
1155 | 2023-10-06T15:59:51.057Z | Compiling slog-dtrace v0.2.3 |
1156 | 2023-10-06T15:59:51.629Z | Compiling utf8parse v0.2.1 |
1157 | 2023-10-06T15:59:51.891Z | Compiling arc-swap v1.6.0 |
1158 | 2023-10-06T15:59:53.122Z | Compiling base64ct v1.6.0 |
1159 | 2023-10-06T15:59:53.408Z | Compiling slog-scope v4.4.0 |
1160 | 2023-10-06T15:59:54.021Z | Compiling password-hash v0.5.0 |
1161 | 2023-10-06T15:59:54.372Z | Compiling anstyle-parse v0.2.1 |
1162 | 2023-10-06T15:59:55.112Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1163 | 2023-10-06T15:59:55.501Z | Compiling blake2 v0.10.6 |
1164 | 2023-10-06T15:59:56.631Z | Compiling inout v0.1.3 |
1165 | 2023-10-06T15:59:56.960Z | Compiling num-rational v0.4.1 |
1166 | 2023-10-06T15:59:57.506Z | Compiling num-iter v0.1.43 |
1167 | 2023-10-06T15:59:57.800Z | Compiling static_assertions v1.1.0 |
1168 | 2023-10-06T15:59:57.927Z | Compiling anstyle-query v1.0.0 |
1169 | 2023-10-06T15:59:58.068Z | Compiling anstyle v1.0.2 |
1170 | 2023-10-06T15:59:58.122Z | Compiling termcolor v1.2.0 |
1171 | 2023-10-06T15:59:58.324Z | Compiling radium v0.7.0 |
1172 | 2023-10-06T15:59:58.995Z | Compiling colorchoice v1.0.0 |
1173 | 2023-10-06T15:59:59.234Z | Compiling anstream v0.5.0 |
1174 | 2023-10-06T15:59:59.668Z | Compiling cipher v0.4.4 |
1175 | 2023-10-06T16:00:00.387Z | Compiling argon2 v0.5.1 |
1176 | 2023-10-06T16:00:04.525Z | Compiling slog-stdlog v4.1.1 |
1177 | 2023-10-06T16:00:05.171Z | Compiling toml_edit v0.20.1 |
1178 | 2023-10-06T16:00:06.066Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1179 | 2023-10-06T16:00:06.097Z | Compiling hashlink v0.8.3 |
1180 | 2023-10-06T16:00:06.893Z | Compiling serde_repr v0.1.16 |
1181 | 2023-10-06T16:00:07.340Z | Compiling fallible-streaming-iterator v0.1.9 |
1182 | 2023-10-06T16:00:07.743Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1183 | 2023-10-06T16:00:08.294Z | Compiling clap_lex v0.5.1 |
1184 | 2023-10-06T16:00:08.823Z | Compiling os_str_bytes v6.5.1 |
1185 | 2023-10-06T16:00:09.454Z | Compiling data-encoding v2.4.0 |
1186 | 2023-10-06T16:00:09.818Z | Compiling portable-atomic v1.4.3 |
1187 | 2023-10-06T16:00:11.285Z | Compiling tap v1.0.1 |
1188 | 2023-10-06T16:00:11.559Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1189 | 2023-10-06T16:00:12.099Z | Compiling wyz v0.5.1 |
1190 | 2023-10-06T16:00:12.926Z | Compiling toml v0.8.1 |
1191 | 2023-10-06T16:00:15.216Z | Compiling clap_lex v0.2.4 |
1192 | 2023-10-06T16:00:16.863Z | Compiling clap_builder v4.4.0 |
1193 | 2023-10-06T16:00:17.286Z | Compiling rusqlite v0.29.0 |
1194 | 2023-10-06T16:00:21.781Z | Compiling slog-envlogger v2.2.0 |
1195 | 2023-10-06T16:00:22.264Z | Compiling nix v0.26.2 |
1196 | 2023-10-06T16:00:22.716Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1197 | 2023-10-06T16:00:23.698Z | Compiling clap_derive v3.2.25 |
1198 | 2023-10-06T16:00:25.976Z | Compiling twox-hash v1.6.3 |
1199 | 2023-10-06T16:00:26.094Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1200 | 2023-10-06T16:00:26.751Z | Compiling num_enum_derive v0.7.0 |
1201 | 2023-10-06T16:00:27.718Z | Compiling is-terminal v0.4.9 |
1202 | 2023-10-06T16:00:27.885Z | Compiling regress v0.6.0 |
1203 | 2023-10-06T16:00:31.209Z | Compiling num-complex v0.4.4 |
1204 | 2023-10-06T16:00:31.748Z | Compiling clap_derive v4.4.0 |
1205 | 2023-10-06T16:00:32.449Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1206 | 2023-10-06T16:00:33.586Z | Compiling universal-hash v0.5.1 |
1207 | 2023-10-06T16:00:33.874Z | Compiling textwrap v0.16.0 |
1208 | 2023-10-06T16:00:34.361Z | Compiling opaque-debug v0.3.0 |
1209 | 2023-10-06T16:00:34.481Z | Compiling funty v2.0.0 |
1210 | 2023-10-06T16:00:35.685Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1211 | 2023-10-06T16:00:36.261Z | Compiling polyval v0.6.1 |
1212 | 2023-10-06T16:00:37.100Z | Compiling bitvec v1.0.1 |
1213 | 2023-10-06T16:00:38.409Z | Compiling clap v3.2.25 |
1214 | 2023-10-06T16:00:39.498Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1215 | 2023-10-06T16:00:40.078Z | Compiling clap v4.4.0 |
1216 | 2023-10-06T16:00:40.221Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1217 | 2023-10-06T16:00:42.546Z | Compiling num v0.4.1 |
1218 | 2023-10-06T16:00:42.693Z | Compiling num_enum v0.7.0 |
1219 | 2023-10-06T16:00:42.916Z | Compiling colored v2.0.4 |
1220 | 2023-10-06T16:00:46.954Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1221 | 2023-10-06T16:00:47.241Z | Compiling aes v0.8.3 |
1222 | 2023-10-06T16:00:48.572Z | Compiling ctr v0.9.2 |
1223 | 2023-10-06T16:00:49.072Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1224 | 2023-10-06T16:00:50.068Z | Compiling bincode v1.3.3 |
1225 | 2023-10-06T16:00:51.304Z | Compiling async-recursion v0.3.2 |
1226 | 2023-10-06T16:00:51.703Z | Compiling aead v0.5.2 |
1227 | 2023-10-06T16:00:52.009Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1228 | 2023-10-06T16:00:52.181Z | Compiling zeroize v1.6.0 |
1229 | 2023-10-06T16:00:52.539Z | Compiling humantime v2.1.0 |
1230 | 2023-10-06T16:00:52.575Z | Compiling number_prefix v0.4.0 |
1231 | 2023-10-06T16:00:52.624Z | Compiling pretty-hex v0.2.1 |
1232 | 2023-10-06T16:00:52.954Z | Compiling erased-serde v0.3.30 |
1233 | 2023-10-06T16:00:52.971Z | Compiling env_logger v0.9.3 |
1234 | 2023-10-06T16:00:53.071Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1235 | 2023-10-06T16:00:53.823Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1236 | 2023-10-06T16:00:53.959Z | Compiling indicatif v0.17.6 |
1237 | 2023-10-06T16:00:54.474Z | Compiling aes-gcm-siv v0.11.1 |
1238 | 2023-10-06T16:00:54.929Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1239 | 2023-10-06T16:00:55.142Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1240 | 2023-10-06T16:00:59.758Z | Compiling itertools v0.11.0 |
1241 | 2023-10-06T16:01:00.583Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1242 | 2023-10-06T16:01:01.381Z | Compiling toml v0.5.11 |
1243 | 2023-10-06T16:01:03.003Z | Compiling bitstruct_derive v0.1.0 |
1244 | 2023-10-06T16:01:03.330Z | Compiling async-recursion v1.0.5 |
1245 | 2023-10-06T16:01:05.128Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1246 | 2023-10-06T16:01:05.303Z | Compiling libloading v0.7.4 |
1247 | 2023-10-06T16:01:05.331Z | Compiling matches v0.1.10 |
1248 | 2023-10-06T16:01:05.450Z | Compiling utf-8 v0.7.6 |
1249 | 2023-10-06T16:01:05.463Z | Compiling ascii v1.1.0 |
1250 | 2023-10-06T16:01:05.723Z | Compiling ringbuffer v0.15.0 |
1251 | 2023-10-06T16:01:06.055Z | Compiling tungstenite v0.20.1 |
1252 | 2023-10-06T16:01:06.061Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1253 | 2023-10-06T16:01:06.798Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1254 | 2023-10-06T16:01:06.844Z | Compiling idna v0.2.3 |
1255 | 2023-10-06T16:01:11.195Z | Compiling bitstruct v0.1.1 |
1256 | 2023-10-06T16:01:11.348Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1257 | 2023-10-06T16:01:11.712Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1258 | 2023-10-06T16:01:12.940Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1259 | 2023-10-06T16:01:15.582Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1260 | 2023-10-06T16:01:15.692Z | Compiling serde_arrays v0.1.0 |
1261 | 2023-10-06T16:01:15.840Z | Compiling enum-as-inner v0.5.1 |
1262 | 2023-10-06T16:01:15.922Z | Compiling linked-hash-map v0.5.6 |
1263 | 2023-10-06T16:01:16.650Z | Compiling quick-error v1.2.3 |
1264 | 2023-10-06T16:01:16.844Z | Compiling resolv-conf v0.7.0 |
1265 | 2023-10-06T16:01:17.349Z | Compiling lru-cache v0.1.2 |
1266 | 2023-10-06T16:01:17.442Z | Compiling tokio-tungstenite v0.20.1 |
1267 | 2023-10-06T16:01:17.542Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1268 | 2023-10-06T16:01:17.638Z | Compiling const_format_proc_macros v0.2.31 |
1269 | 2023-10-06T16:01:17.648Z | Compiling trust-dns-proto v0.22.0 |
1270 | 2023-10-06T16:01:18.314Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1271 | 2023-10-06T16:01:19.152Z | Compiling assert_matches v1.5.0 |
1272 | 2023-10-06T16:01:19.280Z | Compiling base64 v0.13.1 |
1273 | 2023-10-06T16:01:20.110Z | Compiling ron v0.7.1 |
1274 | 2023-10-06T16:01:20.769Z | Compiling bit_field v0.10.2 |
1275 | 2023-10-06T16:01:21.195Z | Compiling const_format v0.2.31 |
1276 | 2023-10-06T16:01:24.679Z | Compiling trust-dns-resolver v0.22.0 |
1277 | 2023-10-06T16:01:27.773Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1278 | 2023-10-06T16:01:49.007Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1279 | 2023-10-06T16:01:58.401Z | Compiling git2 v0.17.2 |
1280 | 2023-10-06T16:02:06.715Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1281 | 2023-10-06T16:02:08.560Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1282 | 2023-10-06T16:02:19.957Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1283 | 2023-10-06T16:02:35.495Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1284 | 2023-10-06T16:02:35.794Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1285 | 2023-10-06T16:02:36.416Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1286 | 2023-10-06T16:04:15.280Z | Finished release [optimized] target(s) in 8m 14s |
1287 | 2023-10-06T16:04:15.342Z | |
1288 | 2023-10-06T16:04:15.345Z | real 8:14.207785251 |
1289 | 2023-10-06T16:04:15.347Z | user 57:17.047413225 |
1290 | 2023-10-06T16:04:15.350Z | sys 3:54.808673775 |
1291 | 2023-10-06T16:04:15.353Z | trap 2.215017853 |
1292 | 2023-10-06T16:04:15.356Z | tflt 1.426746887 |
1293 | 2023-10-06T16:04:15.359Z | dflt 2.249629979 |
1294 | 2023-10-06T16:04:15.386Z | kflt 0.000331308 |
1295 | 2023-10-06T16:04:15.389Z | lock 2:00:39.673981249 |
1296 | 2023-10-06T16:04:15.392Z | slp 2:24:42.481293000 |
1297 | 2023-10-06T16:04:15.612Z | lat 1:43.115515384 |
1298 | 2023-10-06T16:04:15.615Z | stop 42.928437042 |
1299 | 2023-10-06T16:04:15.618Z | + OUTDIR=/work/release |
1300 | 2023-10-06T16:04:15.621Z | + mkdir -p /work/release |
1301 | 2023-10-06T16:04:15.625Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1302 | 2023-10-06T16:04:15.628Z | + cp target/release/propolis-server /work/release/propolis-server |
1303 | 2023-10-06T16:04:15.631Z | process exited: duration 680355 ms, exit code 0 |
|
1304 | 2023-10-06T16:04:15.646Z | found 2 output files |
1305 | 2023-10-06T16:04:15.649Z | uploading: /work/release/propolis-cli (21579848 bytes) |
1306 | 2023-10-06T16:04:23.493Z | uploaded: /work/release/propolis-cli |
1307 | 2023-10-06T16:04:23.498Z | uploading: /work/release/propolis-server (53472544 bytes) |
1308 | 2023-10-06T16:04:40.488Z | uploaded: /work/release/propolis-server |