|
|
|
1 | 2024-02-16T19:55:36.850Z | job assigned to worker 01HPSQRRK515Z8TEAYQWKRHTW4 (queued for 54 s) |
|
2 | 2024-02-16T19:55:37.057Z | starting task 0: "setup" |
3 | 2024-02-16T19:55:37.148Z | ++ uname -s |
4 | 2024-02-16T19:55:37.151Z | + kern=SunOS |
5 | 2024-02-16T19:55:37.151Z | + case "$kern" in |
6 | 2024-02-16T19:55:37.151Z | + groupadd -g 12345 build |
7 | 2024-02-16T19:55:37.154Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-16T19:55:39.164Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-16T19:55:39.272Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-16T19:55:39.275Z | + home_fs=zfs |
11 | 2024-02-16T19:55:39.275Z | + [[ zfs == autofs ]] |
12 | 2024-02-16T19:55:39.275Z | + mkdir -p /home/build |
13 | 2024-02-16T19:55:39.278Z | + chown build:build /home/build /work |
14 | 2024-02-16T19:55:41.279Z | + chmod 0700 /home/build /work |
15 | 2024-02-16T19:55:41.283Z | process exited: duration 4223 ms, exit code 0 |
|
16 | 2024-02-16T19:55:41.289Z | starting task 1: "rust-toolchain" |
17 | 2024-02-16T19:55:41.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-16T19:55:41.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-02-16T19:55:41.408Z | info: downloading installer |
20 | 2024-02-16T19:55:43.224Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-16T19:55:43.225Z | warning: /opt/ooce/bin |
22 | 2024-02-16T19:55:43.225Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-16T19:55:43.226Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-16T19:55:43.226Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-16T19:55:43.226Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-16T19:55:43.226Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-16T19:55:43.227Z | error: cannot install while Rust is installed |
28 | 2024-02-16T19:55:43.227Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-16T19:55:43.340Z | info: profile set to 'default' |
30 | 2024-02-16T19:55:43.341Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-16T19:55:43.351Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-02-16T19:55:43.474Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
33 | 2024-02-16T19:55:43.474Z | info: downloading component 'cargo' |
34 | 2024-02-16T19:55:44.246Z | info: downloading component 'clippy' |
35 | 2024-02-16T19:55:44.496Z | info: downloading component 'rust-docs' |
36 | 2024-02-16T19:55:45.484Z | info: downloading component 'rust-std' |
37 | 2024-02-16T19:55:47.078Z | info: downloading component 'rustc' |
38 | 2024-02-16T19:55:50.982Z | info: downloading component 'rustfmt' |
39 | 2024-02-16T19:55:51.216Z | info: installing component 'cargo' |
40 | 2024-02-16T19:55:52.200Z | info: installing component 'clippy' |
41 | 2024-02-16T19:55:52.593Z | info: installing component 'rust-docs' |
42 | 2024-02-16T19:55:54.190Z | info: installing component 'rust-std' |
43 | 2024-02-16T19:55:56.177Z | info: installing component 'rustc' |
44 | 2024-02-16T19:56:00.576Z | info: installing component 'rustfmt' |
45 | 2024-02-16T19:56:00.904Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-02-16T19:56:00.904Z | |
47 | 2024-02-16T19:56:01.164Z | stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04) |
48 | 2024-02-16T19:56:01.165Z | |
49 | 2024-02-16T19:56:01.165Z | |
50 | 2024-02-16T19:56:01.165Z | Rust is installed now. Great! |
51 | 2024-02-16T19:56:01.165Z | |
52 | 2024-02-16T19:56:01.168Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-16T19:56:01.168Z | environment variable. This has not been done automatically. |
54 | 2024-02-16T19:56:01.168Z | |
55 | 2024-02-16T19:56:01.168Z | To configure your current shell, run: |
56 | 2024-02-16T19:56:01.168Z | source "$HOME/.cargo/env" |
57 | 2024-02-16T19:56:01.221Z | + rustc --version |
58 | 2024-02-16T19:56:01.286Z | rustc 1.76.0 (07dca489a 2024-02-04) |
59 | 2024-02-16T19:56:01.289Z | process exited: duration 19996 ms, exit code 0 |
|
60 | 2024-02-16T19:56:01.300Z | starting task 2: "authentication" |
61 | 2024-02-16T19:56:01.320Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-16T19:56:01.327Z | starting task 3: "clone repository" |
63 | 2024-02-16T19:56:01.332Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2024-02-16T19:56:01.336Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2024-02-16T19:56:01.583Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2024-02-16T19:56:03.120Z | + cd /work/oxidecomputer/propolis |
67 | 2024-02-16T19:56:03.123Z | + git fetch origin b5b8d814a9994ae0fe71c82825cb10fc8da28f62 |
68 | 2024-02-16T19:56:03.432Z | From https://github.com/oxidecomputer/propolis |
69 | 2024-02-16T19:56:03.432Z | * branch b5b8d814a9994ae0fe71c82825cb10fc8da28f62 -> FETCH_HEAD |
70 | 2024-02-16T19:56:03.441Z | + [[ -n gjcolombo/phd/ws2016-plus ]] |
71 | 2024-02-16T19:56:03.444Z | ++ git branch --show-current |
72 | 2024-02-16T19:56:03.448Z | + current=master |
73 | 2024-02-16T19:56:03.448Z | + [[ master != gjcolombo/phd/ws2016-plus ]] |
74 | 2024-02-16T19:56:03.448Z | + git branch -f gjcolombo/phd/ws2016-plus b5b8d814a9994ae0fe71c82825cb10fc8da28f62 |
75 | 2024-02-16T19:56:03.452Z | + git checkout -f gjcolombo/phd/ws2016-plus |
76 | 2024-02-16T19:56:03.469Z | Switched to branch 'gjcolombo/phd/ws2016-plus' |
77 | 2024-02-16T19:56:03.474Z | + git reset --hard b5b8d814a9994ae0fe71c82825cb10fc8da28f62 |
78 | 2024-02-16T19:56:03.490Z | HEAD is now at b5b8d81 PR feedback & comment cleanup |
79 | 2024-02-16T19:56:03.493Z | process exited: duration 2162 ms, exit code 0 |
|
80 | 2024-02-16T19:56:03.504Z | starting task 4: "build" |
81 | 2024-02-16T19:56:03.509Z | + cargo --version |
82 | 2024-02-16T19:56:03.566Z | cargo 1.76.0 (c84b36747 2024-01-18) |
83 | 2024-02-16T19:56:03.569Z | + rustc --version |
84 | 2024-02-16T19:56:03.630Z | rustc 1.76.0 (07dca489a 2024-02-04) |
85 | 2024-02-16T19:56:03.634Z | + banner check |
86 | 2024-02-16T19:56:03.652Z | |
87 | 2024-02-16T19:56:03.652Z | #### # # ###### #### # # |
88 | 2024-02-16T19:56:03.652Z | # # # # # # # # # |
89 | 2024-02-16T19:56:03.652Z | # ###### ##### # #### |
90 | 2024-02-16T19:56:03.652Z | # # # # # # # |
91 | 2024-02-16T19:56:03.652Z | # # # # # # # # # |
92 | 2024-02-16T19:56:03.652Z | #### # # ###### #### # # |
93 | 2024-02-16T19:56:03.652Z | |
94 | 2024-02-16T19:56:03.656Z | + ptime -m cargo check --features falcon |
95 | 2024-02-16T19:56:03.833Z | Updating crates.io index |
96 | 2024-02-16T19:56:03.879Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
97 | 2024-02-16T19:56:06.083Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
98 | 2024-02-16T19:56:06.503Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
99 | 2024-02-16T19:56:06.813Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
100 | 2024-02-16T19:56:15.254Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
101 | 2024-02-16T19:56:15.591Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
102 | 2024-02-16T19:56:16.038Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-02-16T19:56:16.389Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
104 | 2024-02-16T19:56:17.128Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
105 | 2024-02-16T19:56:19.351Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
106 | 2024-02-16T19:56:19.643Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
107 | 2024-02-16T19:56:20.151Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-02-16T19:56:21.436Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
109 | 2024-02-16T19:56:22.254Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
110 | 2024-02-16T19:56:23.031Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
111 | 2024-02-16T19:56:23.308Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
112 | 2024-02-16T19:56:23.736Z | Updating git repository `https://github.com/oxidecomputer/zone` |
113 | 2024-02-16T19:56:24.141Z | Updating git repository `https://github.com/oxidecomputer/typify` |
114 | 2024-02-16T19:56:25.345Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
115 | 2024-02-16T19:56:26.771Z | Downloading crates ... |
116 | 2024-02-16T19:56:27.056Z | Downloaded aead v0.5.2 |
117 | 2024-02-16T19:56:27.063Z | Downloaded bitflags v1.3.2 |
118 | 2024-02-16T19:56:27.074Z | Downloaded proc-macro2 v1.0.78 |
119 | 2024-02-16T19:56:27.074Z | Downloaded camino v1.1.6 |
120 | 2024-02-16T19:56:27.077Z | Downloaded autocfg v1.1.0 |
121 | 2024-02-16T19:56:27.081Z | Downloaded block-buffer v0.10.4 |
122 | 2024-02-16T19:56:27.081Z | Downloaded blake2 v0.10.6 |
123 | 2024-02-16T19:56:27.088Z | Downloaded pretty-hex v0.4.1 |
124 | 2024-02-16T19:56:27.092Z | Downloaded bitstruct v0.1.1 |
125 | 2024-02-16T19:56:27.092Z | Downloaded cargo_metadata v0.18.1 |
126 | 2024-02-16T19:56:27.092Z | Downloaded sct v0.7.0 |
127 | 2024-02-16T19:56:27.095Z | Downloaded parse-display v0.8.2 |
128 | 2024-02-16T19:56:27.098Z | Downloaded clap_derive v3.2.25 |
129 | 2024-02-16T19:56:27.102Z | Downloaded dof v0.3.0 |
130 | 2024-02-16T19:56:27.102Z | Downloaded parse-display-derive v0.8.2 |
131 | 2024-02-16T19:56:27.105Z | Downloaded dirs-next v2.0.0 |
132 | 2024-02-16T19:56:27.105Z | Downloaded rustls-pki-types v1.1.0 |
133 | 2024-02-16T19:56:27.108Z | Downloaded argon2 v0.5.3 |
134 | 2024-02-16T19:56:27.108Z | Downloaded cargo-platform v0.1.6 |
135 | 2024-02-16T19:56:27.111Z | Downloaded postgres-types v0.2.6 |
136 | 2024-02-16T19:56:27.114Z | Downloaded num_threads v0.1.6 |
137 | 2024-02-16T19:56:27.114Z | Downloaded bitstruct_derive v0.1.0 |
138 | 2024-02-16T19:56:27.117Z | Downloaded colorchoice v1.0.0 |
139 | 2024-02-16T19:56:27.117Z | Downloaded cstr-argument v0.1.2 |
140 | 2024-02-16T19:56:27.120Z | Downloaded cipher v0.4.4 |
141 | 2024-02-16T19:56:27.120Z | Downloaded openssl-probe v0.1.5 |
142 | 2024-02-16T19:56:27.123Z | Downloaded base64 v0.21.7 |
143 | 2024-02-16T19:56:27.127Z | Downloaded reqwest v0.11.22 |
144 | 2024-02-16T19:56:27.138Z | Downloaded byteorder v1.4.3 |
145 | 2024-02-16T19:56:27.140Z | Downloaded atty v0.2.14 |
146 | 2024-02-16T19:56:27.141Z | Downloaded ctr v0.9.2 |
147 | 2024-02-16T19:56:27.144Z | Downloaded password-hash v0.5.0 |
148 | 2024-02-16T19:56:27.147Z | Downloaded radium v0.7.0 |
149 | 2024-02-16T19:56:27.147Z | Downloaded fallible-streaming-iterator v0.1.9 |
150 | 2024-02-16T19:56:27.150Z | Downloaded openssl-macros v0.1.1 |
151 | 2024-02-16T19:56:27.150Z | Downloaded dtrace-parser v0.1.14 |
152 | 2024-02-16T19:56:27.150Z | Downloaded rayon-core v1.12.1 |
153 | 2024-02-16T19:56:27.153Z | Downloaded chrono v0.4.31 |
154 | 2024-02-16T19:56:27.161Z | Downloaded darling_macro v0.20.3 |
155 | 2024-02-16T19:56:27.164Z | Downloaded opaque-debug v0.3.0 |
156 | 2024-02-16T19:56:27.164Z | Downloaded number_prefix v0.4.0 |
157 | 2024-02-16T19:56:27.168Z | Downloaded fallible-iterator v0.2.0 |
158 | 2024-02-16T19:56:27.168Z | Downloaded scroll_derive v0.12.0 |
159 | 2024-02-16T19:56:27.170Z | Downloaded rustc_version v0.4.0 |
160 | 2024-02-16T19:56:27.171Z | Downloaded rustix v0.38.26 |
161 | 2024-02-16T19:56:27.197Z | Downloaded crucible-workspace-hack v0.1.0 |
162 | 2024-02-16T19:56:27.200Z | Downloaded doc-comment v0.3.3 |
163 | 2024-02-16T19:56:27.201Z | Downloaded rand_chacha v0.3.1 |
164 | 2024-02-16T19:56:27.203Z | Downloaded enum-as-inner v0.5.1 |
165 | 2024-02-16T19:56:27.203Z | Downloaded async-recursion v0.3.2 |
166 | 2024-02-16T19:56:27.206Z | Downloaded ron v0.7.1 |
167 | 2024-02-16T19:56:27.212Z | Downloaded omicron-workspace-hack v0.1.0 |
168 | 2024-02-16T19:56:27.215Z | Downloaded equivalent v1.0.1 |
169 | 2024-02-16T19:56:27.215Z | Downloaded dtrace-parser v0.2.0 |
170 | 2024-02-16T19:56:27.215Z | Downloaded foreign-types-shared v0.1.1 |
171 | 2024-02-16T19:56:27.215Z | Downloaded pkg-config v0.3.27 |
172 | 2024-02-16T19:56:27.215Z | Downloaded usdt-macro v0.5.0 |
173 | 2024-02-16T19:56:27.215Z | Downloaded errno v0.3.8 |
174 | 2024-02-16T19:56:27.219Z | Downloaded async-stream-impl v0.3.5 |
175 | 2024-02-16T19:56:27.219Z | Downloaded quick-error v1.2.3 |
176 | 2024-02-16T19:56:27.222Z | Downloaded scopeguard v1.2.0 |
177 | 2024-02-16T19:56:27.222Z | Downloaded adler v1.0.2 |
178 | 2024-02-16T19:56:27.222Z | Downloaded anstyle-query v1.0.0 |
179 | 2024-02-16T19:56:27.225Z | Downloaded async-recursion v1.0.5 |
180 | 2024-02-16T19:56:27.225Z | Downloaded phf v0.11.2 |
181 | 2024-02-16T19:56:27.228Z | Downloaded pest_generator v2.7.6 |
182 | 2024-02-16T19:56:27.228Z | Downloaded rustls-pemfile v1.0.4 |
183 | 2024-02-16T19:56:27.231Z | Downloaded ringbuffer v0.15.0 |
184 | 2024-02-16T19:56:27.650Z | Downloaded match_cfg v0.1.0 |
185 | 2024-02-16T19:56:27.650Z | Downloaded pretty-hex v0.2.1 |
186 | 2024-02-16T19:56:27.664Z | Downloaded pin-utils v0.1.0 |
187 | 2024-02-16T19:56:27.664Z | Downloaded paste v1.0.14 |
188 | 2024-02-16T19:56:27.664Z | Downloaded cpufeatures v0.2.12 |
189 | 2024-02-16T19:56:27.664Z | Downloaded percent-encoding v2.3.1 |
190 | 2024-02-16T19:56:27.664Z | Downloaded os_str_bytes v6.5.1 |
191 | 2024-02-16T19:56:27.664Z | Downloaded resolv-conf v0.7.0 |
192 | 2024-02-16T19:56:27.664Z | Downloaded plain v0.2.3 |
193 | 2024-02-16T19:56:27.664Z | Downloaded whoami v1.4.1 |
194 | 2024-02-16T19:56:27.664Z | Downloaded serde_path_to_error v0.1.15 |
195 | 2024-02-16T19:56:27.664Z | Downloaded serde_arrays v0.1.0 |
196 | 2024-02-16T19:56:27.664Z | Downloaded foreign-types-shared v0.3.1 |
197 | 2024-02-16T19:56:27.665Z | Downloaded proc-macro-error-attr v1.0.4 |
198 | 2024-02-16T19:56:27.665Z | Downloaded instant v0.1.12 |
199 | 2024-02-16T19:56:27.665Z | Downloaded waitgroup v0.1.2 |
200 | 2024-02-16T19:56:27.665Z | Downloaded rustls-native-certs v0.6.3 |
201 | 2024-02-16T19:56:27.665Z | Downloaded rand_core v0.6.4 |
202 | 2024-02-16T19:56:27.665Z | Downloaded once_cell v1.19.0 |
203 | 2024-02-16T19:56:27.665Z | Downloaded deranged v0.3.8 |
204 | 2024-02-16T19:56:27.665Z | Downloaded addr2line v0.21.0 |
205 | 2024-02-16T19:56:27.665Z | Downloaded serde_spanned v0.6.4 |
206 | 2024-02-16T19:56:27.665Z | Downloaded scroll v0.12.0 |
207 | 2024-02-16T19:56:27.665Z | Downloaded async-trait v0.1.77 |
208 | 2024-02-16T19:56:27.665Z | Downloaded owo-colors v4.0.0 |
209 | 2024-02-16T19:56:27.665Z | Downloaded phf_shared v0.11.2 |
210 | 2024-02-16T19:56:27.665Z | Downloaded pin-project-internal v1.1.3 |
211 | 2024-02-16T19:56:27.665Z | Downloaded dirs-sys-next v0.1.2 |
212 | 2024-02-16T19:56:27.665Z | Downloaded erased-serde v0.3.30 |
213 | 2024-02-16T19:56:27.665Z | Downloaded either v1.9.0 |
214 | 2024-02-16T19:56:27.665Z | Downloaded quote v1.0.35 |
215 | 2024-02-16T19:56:27.665Z | Downloaded foreign-types v0.3.2 |
216 | 2024-02-16T19:56:27.665Z | Downloaded time-core v0.1.1 |
217 | 2024-02-16T19:56:27.665Z | Downloaded mime v0.3.17 |
218 | 2024-02-16T19:56:27.665Z | Downloaded dof v0.1.5 |
219 | 2024-02-16T19:56:27.665Z | Downloaded usdt-macro v0.3.5 |
220 | 2024-02-16T19:56:27.665Z | Downloaded aes-gcm-siv v0.11.1 |
221 | 2024-02-16T19:56:27.665Z | Downloaded macaddr v1.0.1 |
222 | 2024-02-16T19:56:27.666Z | Downloaded hyper-tls v0.5.0 |
223 | 2024-02-16T19:56:27.666Z | Downloaded hex v0.4.3 |
224 | 2024-02-16T19:56:27.666Z | Downloaded lazy_static v1.4.0 |
225 | 2024-02-16T19:56:27.666Z | Downloaded funty v2.0.0 |
226 | 2024-02-16T19:56:27.666Z | Downloaded pest_derive v2.7.6 |
227 | 2024-02-16T19:56:27.666Z | Downloaded thread-id v4.2.0 |
228 | 2024-02-16T19:56:27.666Z | Downloaded anstyle-parse v0.2.1 |
229 | 2024-02-16T19:56:27.666Z | Downloaded slab v0.4.9 |
230 | 2024-02-16T19:56:27.666Z | Downloaded bincode v1.3.3 |
231 | 2024-02-16T19:56:27.666Z | Downloaded structmeta v0.2.0 |
232 | 2024-02-16T19:56:27.666Z | Downloaded pest_meta v2.7.6 |
233 | 2024-02-16T19:56:27.666Z | Downloaded pin-project-lite v0.2.13 |
234 | 2024-02-16T19:56:27.666Z | Downloaded spin v0.5.2 |
235 | 2024-02-16T19:56:27.666Z | Downloaded crossbeam-epoch v0.9.15 |
236 | 2024-02-16T19:56:27.666Z | Downloaded slog-scope v4.4.0 |
237 | 2024-02-16T19:56:27.666Z | Downloaded base64ct v1.6.0 |
238 | 2024-02-16T19:56:27.666Z | Downloaded env_logger v0.9.3 |
239 | 2024-02-16T19:56:27.666Z | Downloaded cc v1.0.83 |
240 | 2024-02-16T19:56:27.666Z | Downloaded foreign-types-macros v0.2.3 |
241 | 2024-02-16T19:56:27.666Z | Downloaded xattr v1.0.1 |
242 | 2024-02-16T19:56:27.666Z | Downloaded proc-macro-error v1.0.4 |
243 | 2024-02-16T19:56:27.666Z | Downloaded serde_derive_internals v0.26.0 |
244 | 2024-02-16T19:56:27.666Z | Downloaded usdt-attr-macro v0.3.5 |
245 | 2024-02-16T19:56:27.666Z | Downloaded httparse v1.8.0 |
246 | 2024-02-16T19:56:27.666Z | Downloaded http-range-header v0.3.1 |
247 | 2024-02-16T19:56:27.667Z | Downloaded futures-channel v0.3.30 |
248 | 2024-02-16T19:56:27.667Z | Downloaded hubpack v0.1.2 |
249 | 2024-02-16T19:56:27.667Z | Downloaded num_enum_derive v0.5.11 |
250 | 2024-02-16T19:56:27.667Z | Downloaded num_cpus v1.16.0 |
251 | 2024-02-16T19:56:27.667Z | Downloaded toml_datetime v0.6.5 |
252 | 2024-02-16T19:56:27.667Z | Downloaded form_urlencoded v1.2.1 |
253 | 2024-02-16T19:56:27.667Z | Downloaded futures-sink v0.3.30 |
254 | 2024-02-16T19:56:27.667Z | Downloaded tempfile v3.8.0 |
255 | 2024-02-16T19:56:27.667Z | Downloaded structmeta-derive v0.2.0 |
256 | 2024-02-16T19:56:27.667Z | Downloaded postgres-protocol v0.6.6 |
257 | 2024-02-16T19:56:27.667Z | Downloaded usdt-impl v0.3.5 |
258 | 2024-02-16T19:56:27.667Z | Downloaded crossbeam-utils v0.8.16 |
259 | 2024-02-16T19:56:27.667Z | Downloaded colored v2.0.4 |
260 | 2024-02-16T19:56:27.667Z | Downloaded lru-cache v0.1.2 |
261 | 2024-02-16T19:56:27.667Z | Downloaded time-macros v0.2.13 |
262 | 2024-02-16T19:56:27.667Z | Downloaded pin-project v1.1.3 |
263 | 2024-02-16T19:56:27.667Z | Downloaded usdt-attr-macro v0.5.0 |
264 | 2024-02-16T19:56:27.667Z | Downloaded base64 v0.13.1 |
265 | 2024-02-16T19:56:27.667Z | Downloaded signal-hook-registry v1.4.1 |
266 | 2024-02-16T19:56:27.667Z | Downloaded slog-envlogger v2.2.0 |
267 | 2024-02-16T19:56:27.667Z | Downloaded ahash v0.8.3 |
268 | 2024-02-16T19:56:27.667Z | Downloaded hubpack_derive v0.1.1 |
269 | 2024-02-16T19:56:27.667Z | Downloaded bytes v1.5.0 |
270 | 2024-02-16T19:56:27.667Z | Downloaded strum v0.25.0 |
271 | 2024-02-16T19:56:27.667Z | Downloaded serde_derive v1.0.195 |
272 | 2024-02-16T19:56:27.667Z | Downloaded md-5 v0.10.5 |
273 | 2024-02-16T19:56:27.668Z | Downloaded unicode-xid v0.2.4 |
274 | 2024-02-16T19:56:27.668Z | Downloaded synstructure v0.12.6 |
275 | 2024-02-16T19:56:27.668Z | Downloaded subtle v2.5.0 |
276 | 2024-02-16T19:56:27.668Z | Downloaded serde_urlencoded v0.7.1 |
277 | 2024-02-16T19:56:27.668Z | Downloaded tap v1.0.1 |
278 | 2024-02-16T19:56:27.668Z | Downloaded num-integer v0.1.45 |
279 | 2024-02-16T19:56:27.668Z | Downloaded fnv v1.0.7 |
280 | 2024-02-16T19:56:27.668Z | Downloaded sha2 v0.10.7 |
281 | 2024-02-16T19:56:27.668Z | Downloaded supports-color v2.1.0 |
282 | 2024-02-16T19:56:27.668Z | Downloaded zeroize v1.6.0 |
283 | 2024-02-16T19:56:27.668Z | Downloaded tinyvec v1.6.0 |
284 | 2024-02-16T19:56:27.668Z | Downloaded try-lock v0.2.4 |
285 | 2024-02-16T19:56:27.668Z | Downloaded allocator-api2 v0.2.16 |
286 | 2024-02-16T19:56:27.673Z | Downloaded usdt v0.3.5 |
287 | 2024-02-16T19:56:27.673Z | Downloaded jsonwebtoken v8.3.0 |
288 | 2024-02-16T19:56:27.673Z | Downloaded version_check v0.9.4 |
289 | 2024-02-16T19:56:27.674Z | Downloaded futures v0.3.30 |
290 | 2024-02-16T19:56:27.674Z | Downloaded tokio-rustls v0.24.1 |
291 | 2024-02-16T19:56:27.674Z | Downloaded fatfs v0.3.6 |
292 | 2024-02-16T19:56:27.674Z | Downloaded matches v0.1.10 |
293 | 2024-02-16T19:56:27.674Z | Downloaded utf8parse v0.2.1 |
294 | 2024-02-16T19:56:27.674Z | Downloaded arc-swap v1.6.0 |
295 | 2024-02-16T19:56:27.674Z | Downloaded take_mut v0.2.2 |
296 | 2024-02-16T19:56:27.674Z | Downloaded tokio-macros v2.2.0 |
297 | 2024-02-16T19:56:27.674Z | Downloaded tokio-io-timeout v1.2.0 |
298 | 2024-02-16T19:56:27.674Z | Downloaded httpdate v1.0.3 |
299 | 2024-02-16T19:56:27.674Z | Downloaded hashlink v0.8.3 |
300 | 2024-02-16T19:56:27.674Z | Downloaded futures-task v0.3.30 |
301 | 2024-02-16T19:56:27.674Z | Downloaded newtype_derive v0.1.6 |
302 | 2024-02-16T19:56:27.674Z | Downloaded openssl-sys v0.9.96 |
303 | 2024-02-16T19:56:27.674Z | Downloaded slog-async v2.8.0 |
304 | 2024-02-16T19:56:27.674Z | Downloaded slog-bunyan v2.5.0 |
305 | 2024-02-16T19:56:27.674Z | Downloaded utf-8 v0.7.6 |
306 | 2024-02-16T19:56:27.674Z | Downloaded tinyvec_macros v0.1.1 |
307 | 2024-02-16T19:56:27.674Z | Downloaded backtrace v0.3.69 |
308 | 2024-02-16T19:56:27.674Z | Downloaded hyper-timeout v0.4.1 |
309 | 2024-02-16T19:56:27.674Z | Downloaded log v0.4.20 |
310 | 2024-02-16T19:56:27.674Z | Downloaded strsim v0.10.0 |
311 | 2024-02-16T19:56:27.674Z | Downloaded num_enum v0.7.0 |
312 | 2024-02-16T19:56:27.674Z | Downloaded num-rational v0.4.1 |
313 | 2024-02-16T19:56:27.675Z | Downloaded serde_tokenstream v0.2.0 |
314 | 2024-02-16T19:56:27.675Z | Downloaded zerocopy v0.3.2 |
315 | 2024-02-16T19:56:27.675Z | Downloaded ipnet v2.8.0 |
316 | 2024-02-16T19:56:27.675Z | Downloaded zerocopy-derive v0.7.32 |
317 | 2024-02-16T19:56:27.675Z | Downloaded sha256 v1.4.0 |
318 | 2024-02-16T19:56:27.675Z | Downloaded tracing-attributes v0.1.26 |
319 | 2024-02-16T19:56:27.675Z | Downloaded ident_case v1.0.1 |
320 | 2024-02-16T19:56:27.675Z | Downloaded const_format v0.2.31 |
321 | 2024-02-16T19:56:27.675Z | Downloaded strum_macros v0.25.3 |
322 | 2024-02-16T19:56:27.675Z | Downloaded slog-term v2.9.0 |
323 | 2024-02-16T19:56:27.675Z | Downloaded untrusted v0.9.0 |
324 | 2024-02-16T19:56:27.675Z | Downloaded slog-stdlog v4.1.1 |
325 | 2024-02-16T19:56:27.675Z | Downloaded num-iter v0.1.43 |
326 | 2024-02-16T19:56:27.675Z | Downloaded generic-array v0.14.7 |
327 | 2024-02-16T19:56:27.675Z | Downloaded inout v0.1.3 |
328 | 2024-02-16T19:56:27.675Z | Downloaded itoa v1.0.9 |
329 | 2024-02-16T19:56:27.675Z | Downloaded http-body v0.4.5 |
330 | 2024-02-16T19:56:27.675Z | Downloaded memoffset v0.9.0 |
331 | 2024-02-16T19:56:27.675Z | Downloaded want v0.3.1 |
332 | 2024-02-16T19:56:27.675Z | Downloaded universal-hash v0.5.1 |
333 | 2024-02-16T19:56:27.675Z | Downloaded humantime v2.1.0 |
334 | 2024-02-16T19:56:27.675Z | Downloaded unicode-width v0.1.10 |
335 | 2024-02-16T19:56:27.675Z | Downloaded num v0.4.1 |
336 | 2024-02-16T19:56:27.675Z | Downloaded tower-service v0.3.2 |
337 | 2024-02-16T19:56:27.675Z | Downloaded snafu-derive v0.7.5 |
338 | 2024-02-16T19:56:27.676Z | Downloaded tokio-rustls v0.25.0 |
339 | 2024-02-16T19:56:27.676Z | Downloaded vergen v8.2.4 |
340 | 2024-02-16T19:56:27.676Z | Downloaded toml v0.5.11 |
341 | 2024-02-16T19:56:27.676Z | Downloaded glob v0.3.1 |
342 | 2024-02-16T19:56:27.676Z | Downloaded static_assertions v1.1.0 |
343 | 2024-02-16T19:56:27.676Z | Downloaded jobserver v0.1.26 |
344 | 2024-02-16T19:56:27.676Z | Downloaded zerocopy v0.6.6 |
345 | 2024-02-16T19:56:27.676Z | Downloaded smallvec v1.11.0 |
346 | 2024-02-16T19:56:27.676Z | Downloaded tar v0.4.40 |
347 | 2024-02-16T19:56:27.676Z | Downloaded textwrap v0.16.0 |
348 | 2024-02-16T19:56:27.676Z | Downloaded crossbeam-channel v0.5.8 |
349 | 2024-02-16T19:56:27.676Z | Downloaded simple_asn1 v0.6.2 |
350 | 2024-02-16T19:56:27.676Z | Downloaded tracing v0.1.37 |
351 | 2024-02-16T19:56:27.676Z | Downloaded num-complex v0.4.4 |
352 | 2024-02-16T19:56:27.676Z | Downloaded usdt v0.5.0 |
353 | 2024-02-16T19:56:27.676Z | Downloaded unicode-ident v1.0.12 |
354 | 2024-02-16T19:56:27.676Z | Downloaded heck v0.4.1 |
355 | 2024-02-16T19:56:27.676Z | Downloaded thiserror-impl v1.0.56 |
356 | 2024-02-16T19:56:27.676Z | Downloaded curl v0.4.44 |
357 | 2024-02-16T19:56:27.676Z | Downloaded hostname v0.3.1 |
358 | 2024-02-16T19:56:27.676Z | Downloaded linked-hash-map v0.5.6 |
359 | 2024-02-16T19:56:27.676Z | Downloaded foreign-types v0.5.0 |
360 | 2024-02-16T19:56:27.676Z | Downloaded zone v0.2.0 |
361 | 2024-02-16T19:56:27.676Z | Downloaded untrusted v0.7.1 |
362 | 2024-02-16T19:56:27.676Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-02-16T19:56:27.676Z | Downloaded futures-executor v0.3.30 |
364 | 2024-02-16T19:56:27.677Z | Downloaded multer v3.0.0 |
365 | 2024-02-16T19:56:27.677Z | Downloaded thread_local v1.1.7 |
366 | 2024-02-16T19:56:27.677Z | Downloaded serde_with_macros v3.5.1 |
367 | 2024-02-16T19:56:27.677Z | Downloaded getopts v0.2.21 |
368 | 2024-02-16T19:56:27.677Z | Downloaded globset v0.4.13 |
369 | 2024-02-16T19:56:27.677Z | Downloaded futures-io v0.3.30 |
370 | 2024-02-16T19:56:27.677Z | Downloaded trust-dns-resolver v0.22.0 |
371 | 2024-02-16T19:56:27.677Z | Downloaded futures-core v0.3.30 |
372 | 2024-02-16T19:56:27.677Z | Downloaded hyper-rustls v0.24.1 |
373 | 2024-02-16T19:56:27.677Z | Downloaded socket2 v0.4.9 |
374 | 2024-02-16T19:56:27.677Z | Downloaded slog-json v2.6.1 |
375 | 2024-02-16T19:56:27.677Z | Downloaded unicode-bidi v0.3.13 |
376 | 2024-02-16T19:56:27.677Z | Downloaded rand v0.8.5 |
377 | 2024-02-16T19:56:27.677Z | Downloaded indexmap v2.1.0 |
378 | 2024-02-16T19:56:27.677Z | Downloaded pest v2.7.6 |
379 | 2024-02-16T19:56:27.677Z | Downloaded miniz_oxide v0.7.1 |
380 | 2024-02-16T19:56:27.677Z | Downloaded native-tls v0.2.11 |
381 | 2024-02-16T19:56:27.677Z | Downloaded steno v0.4.0 |
382 | 2024-02-16T19:56:27.677Z | Downloaded url v2.4.0 |
383 | 2024-02-16T19:56:27.677Z | Downloaded portable-atomic v1.4.3 |
384 | 2024-02-16T19:56:27.677Z | Downloaded slog-dtrace v0.3.0 |
385 | 2024-02-16T19:56:27.677Z | Downloaded clap_builder v4.4.0 |
386 | 2024-02-16T19:56:27.681Z | Downloaded indexmap v1.9.3 |
387 | 2024-02-16T19:56:27.681Z | Downloaded spin v0.9.8 |
388 | 2024-02-16T19:56:27.681Z | Downloaded siphasher v0.3.11 |
389 | 2024-02-16T19:56:27.681Z | Downloaded stringprep v0.1.3 |
390 | 2024-02-16T19:56:27.681Z | Downloaded tokio-tungstenite v0.20.1 |
391 | 2024-02-16T19:56:27.681Z | Downloaded socket2 v0.5.5 |
392 | 2024-02-16T19:56:27.681Z | Downloaded num-bigint v0.4.4 |
393 | 2024-02-16T19:56:27.681Z | Downloaded octocrab v0.25.1 |
394 | 2024-02-16T19:56:27.681Z | Downloaded slog v2.7.0 |
395 | 2024-02-16T19:56:27.681Z | Downloaded hashbrown v0.13.2 |
396 | 2024-02-16T19:56:27.681Z | Downloaded uuid v1.7.0 |
397 | 2024-02-16T19:56:27.681Z | Downloaded toml v0.7.8 |
398 | 2024-02-16T19:56:27.681Z | Downloaded tokio-postgres v0.7.10 |
399 | 2024-02-16T19:56:27.681Z | Downloaded aes v0.8.3 |
400 | 2024-02-16T19:56:27.681Z | Downloaded toml_edit v0.21.0 |
401 | 2024-02-16T19:56:27.691Z | Downloaded toml v0.8.8 |
402 | 2024-02-16T19:56:27.694Z | Downloaded tokio-native-tls v0.3.1 |
403 | 2024-02-16T19:56:27.695Z | Downloaded tungstenite v0.20.1 |
404 | 2024-02-16T19:56:27.697Z | Downloaded rayon v1.8.1 |
405 | 2024-02-16T19:56:27.705Z | Downloaded tracing-core v0.1.31 |
406 | 2024-02-16T19:56:27.708Z | Downloaded mio v0.8.9 |
407 | 2024-02-16T19:56:27.713Z | Downloaded toml_edit v0.19.15 |
408 | 2024-02-16T19:56:27.729Z | Downloaded serde_yaml v0.9.25 |
409 | 2024-02-16T19:56:27.732Z | Downloaded http v0.2.11 |
410 | 2024-02-16T19:56:27.736Z | Downloaded memchr v2.6.4 |
411 | 2024-02-16T19:56:27.741Z | Downloaded http v1.0.0 |
412 | 2024-02-16T19:56:27.744Z | Downloaded tower-http v0.4.4 |
413 | 2024-02-16T19:56:27.751Z | Downloaded serde_with v3.5.1 |
414 | 2024-02-16T19:56:28.762Z | Downloaded tower v0.4.13 |
415 | 2024-02-16T19:56:28.767Z | Downloaded time v0.3.27 |
416 | 2024-02-16T19:56:28.767Z | Downloaded aho-corasick v1.0.4 |
417 | 2024-02-16T19:56:28.767Z | Downloaded rustls v0.22.2 |
418 | 2024-02-16T19:56:28.767Z | Downloaded clap v3.2.25 |
419 | 2024-02-16T19:56:28.767Z | Downloaded winnow v0.5.15 |
420 | 2024-02-16T19:56:28.767Z | Downloaded itertools v0.12.1 |
421 | 2024-02-16T19:56:28.767Z | Downloaded openssl v0.10.60 |
422 | 2024-02-16T19:56:28.767Z | Downloaded object v0.32.0 |
423 | 2024-02-16T19:56:28.767Z | Downloaded hyper v0.14.27 |
424 | 2024-02-16T19:56:28.767Z | Downloaded goblin v0.8.0 |
425 | 2024-02-16T19:56:28.767Z | Downloaded zerocopy v0.7.32 |
426 | 2024-02-16T19:56:28.767Z | Downloaded nix v0.27.1 |
427 | 2024-02-16T19:56:28.767Z | Downloaded syn v1.0.109 |
428 | 2024-02-16T19:56:28.767Z | Downloaded idna v0.4.0 |
429 | 2024-02-16T19:56:28.767Z | Downloaded regex v1.10.3 |
430 | 2024-02-16T19:56:28.767Z | Downloaded openapiv3 v2.0.0 |
431 | 2024-02-16T19:56:28.767Z | Downloaded webpki-roots v0.25.2 |
432 | 2024-02-16T19:56:28.767Z | Downloaded bstr v1.6.0 |
433 | 2024-02-16T19:56:28.767Z | Downloaded git2 v0.17.2 |
434 | 2024-02-16T19:56:28.768Z | Downloaded idna v0.2.3 |
435 | 2024-02-16T19:56:28.768Z | Downloaded nix v0.26.2 |
436 | 2024-02-16T19:56:28.768Z | Downloaded regex-syntax v0.8.2 |
437 | 2024-02-16T19:56:28.768Z | Downloaded zerocopy-derive v0.2.0 |
438 | 2024-02-16T19:56:28.768Z | Downloaded trust-dns-proto v0.22.0 |
439 | 2024-02-16T19:56:28.768Z | Downloaded regex-syntax v0.7.4 |
440 | 2024-02-16T19:56:28.768Z | Downloaded gimli v0.28.0 |
441 | 2024-02-16T19:56:28.768Z | Downloaded rustls v0.21.7 |
442 | 2024-02-16T19:56:28.768Z | Downloaded rustls-webpki v0.102.1 |
443 | 2024-02-16T19:56:28.768Z | Downloaded syn v2.0.48 |
444 | 2024-02-16T19:56:28.768Z | Downloaded regress v0.7.1 |
445 | 2024-02-16T19:56:28.768Z | Downloaded vcpkg v0.2.15 |
446 | 2024-02-16T19:56:28.768Z | Downloaded zerocopy-derive v0.6.6 |
447 | 2024-02-16T19:56:28.768Z | Downloaded regex-automata v0.4.4 |
448 | 2024-02-16T19:56:28.768Z | Downloaded h2 v0.3.24 |
449 | 2024-02-16T19:56:28.768Z | Downloaded futures-util v0.3.30 |
450 | 2024-02-16T19:56:28.768Z | Downloaded libc v0.2.150 |
451 | 2024-02-16T19:56:28.768Z | Downloaded tokio v1.36.0 |
452 | 2024-02-16T19:56:28.768Z | Downloaded bitvec v1.0.1 |
453 | 2024-02-16T19:56:28.768Z | Downloaded rustls-webpki v0.101.4 |
454 | 2024-02-16T19:56:28.768Z | Downloaded rusqlite v0.30.0 |
455 | 2024-02-16T19:56:28.768Z | Downloaded petgraph v0.6.4 |
456 | 2024-02-16T19:56:28.768Z | Downloaded hashbrown v0.14.2 |
457 | 2024-02-16T19:56:28.768Z | Downloaded serde_json v1.0.111 |
458 | 2024-02-16T19:56:28.768Z | Downloaded typenum v1.16.0 |
459 | 2024-02-16T19:56:28.768Z | Downloaded snafu v0.7.5 |
460 | 2024-02-16T19:56:28.769Z | Downloaded tokio-util v0.7.8 |
461 | 2024-02-16T19:56:28.769Z | Downloaded libm v0.2.7 |
462 | 2024-02-16T19:56:28.769Z | Downloaded itertools v0.10.5 |
463 | 2024-02-16T19:56:28.769Z | Downloaded unicode-normalization v0.1.22 |
464 | 2024-02-16T19:56:28.769Z | Downloaded encoding_rs v0.8.33 |
465 | 2024-02-16T19:56:28.769Z | Downloaded hashbrown v0.12.3 |
466 | 2024-02-16T19:56:28.769Z | Downloaded unsafe-libyaml v0.2.9 |
467 | 2024-02-16T19:56:28.769Z | Downloaded term v0.7.0 |
468 | 2024-02-16T19:56:28.769Z | Downloaded num-traits v0.2.16 |
469 | 2024-02-16T19:56:28.769Z | Downloaded indicatif v0.17.6 |
470 | 2024-02-16T19:56:28.769Z | Downloaded serde v1.0.195 |
471 | 2024-02-16T19:56:28.769Z | Downloaded memmap v0.7.0 |
472 | 2024-02-16T19:56:28.769Z | Downloaded num_enum v0.5.11 |
473 | 2024-02-16T19:56:28.769Z | Downloaded usdt-impl v0.5.0 |
474 | 2024-02-16T19:56:28.769Z | Downloaded lock_api v0.4.10 |
475 | 2024-02-16T19:56:28.769Z | Downloaded libloading v0.7.4 |
476 | 2024-02-16T19:56:28.769Z | Downloaded twox-hash v1.6.3 |
477 | 2024-02-16T19:56:28.769Z | Downloaded clap v4.4.0 |
478 | 2024-02-16T19:56:28.769Z | Downloaded schemars v0.8.16 |
479 | 2024-02-16T19:56:28.769Z | Downloaded wyz v0.5.1 |
480 | 2024-02-16T19:56:28.769Z | Downloaded thiserror v1.0.56 |
481 | 2024-02-16T19:56:28.769Z | Downloaded sha1 v0.10.6 |
482 | 2024-02-16T19:56:28.769Z | Downloaded hmac v0.12.1 |
483 | 2024-02-16T19:56:28.769Z | Downloaded getrandom v0.2.10 |
484 | 2024-02-16T19:56:28.769Z | Downloaded darling_core v0.20.3 |
485 | 2024-02-16T19:56:28.769Z | Downloaded ipnetwork v0.20.0 |
486 | 2024-02-16T19:56:28.770Z | Downloaded ctrlc v3.4.0 |
487 | 2024-02-16T19:56:28.770Z | Downloaded semver v1.0.21 |
488 | 2024-02-16T19:56:28.770Z | Downloaded termcolor v1.2.0 |
489 | 2024-02-16T19:56:28.770Z | Downloaded tower-layer v0.3.2 |
490 | 2024-02-16T19:56:28.770Z | Downloaded ascii v1.1.0 |
491 | 2024-02-16T19:56:28.770Z | Downloaded futures-macro v0.3.30 |
492 | 2024-02-16T19:56:28.770Z | Downloaded iana-time-zone v0.1.57 |
493 | 2024-02-16T19:56:28.770Z | Downloaded bitflags v2.4.0 |
494 | 2024-02-16T19:56:28.770Z | Downloaded anyhow v1.0.75 |
495 | 2024-02-16T19:56:28.770Z | Downloaded anstream v0.5.0 |
496 | 2024-02-16T19:56:28.770Z | Downloaded is-terminal v0.4.9 |
497 | 2024-02-16T19:56:28.770Z | Downloaded debug-ignore v1.0.5 |
498 | 2024-02-16T19:56:28.770Z | Downloaded parking_lot v0.12.1 |
499 | 2024-02-16T19:56:28.770Z | Downloaded console v0.15.7 |
500 | 2024-02-16T19:56:28.770Z | Downloaded serde_tokenstream v0.1.7 |
501 | 2024-02-16T19:56:28.770Z | Downloaded rustc_version v0.1.7 |
502 | 2024-02-16T19:56:28.770Z | Downloaded backoff v0.4.0 |
503 | 2024-02-16T19:56:28.770Z | Downloaded serde_repr v0.1.16 |
504 | 2024-02-16T19:56:28.770Z | Downloaded semver v0.1.20 |
505 | 2024-02-16T19:56:28.770Z | Downloaded rustls-pemfile v2.0.0 |
506 | 2024-02-16T19:56:28.770Z | Downloaded parking_lot_core v0.9.8 |
507 | 2024-02-16T19:56:28.770Z | Downloaded dyn-clone v1.0.13 |
508 | 2024-02-16T19:56:28.770Z | Downloaded darling v0.20.3 |
509 | 2024-02-16T19:56:28.770Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
510 | 2024-02-16T19:56:28.771Z | Downloaded schemars_derive v0.8.16 |
511 | 2024-02-16T19:56:28.771Z | Downloaded rustversion v1.0.14 |
512 | 2024-02-16T19:56:28.771Z | Downloaded crypto-common v0.1.6 |
513 | 2024-02-16T19:56:28.771Z | Downloaded clap_derive v4.4.0 |
514 | 2024-02-16T19:56:28.771Z | Downloaded fixedbitset v0.4.2 |
515 | 2024-02-16T19:56:28.774Z | Downloaded proc-macro-crate v1.3.1 |
516 | 2024-02-16T19:56:28.774Z | Downloaded is_ci v1.1.1 |
517 | 2024-02-16T19:56:28.775Z | Downloaded data-encoding v2.4.0 |
518 | 2024-02-16T19:56:28.775Z | Downloaded async-stream v0.3.5 |
519 | 2024-02-16T19:56:28.775Z | Downloaded const_format_proc_macros v0.2.31 |
520 | 2024-02-16T19:56:28.775Z | Downloaded clap_lex v0.2.4 |
521 | 2024-02-16T19:56:28.775Z | Downloaded digest v0.10.7 |
522 | 2024-02-16T19:56:28.775Z | Downloaded fastrand v2.0.0 |
523 | 2024-02-16T19:56:28.775Z | Downloaded fallible-iterator v0.3.0 |
524 | 2024-02-16T19:56:28.775Z | Downloaded escargot v0.5.8 |
525 | 2024-02-16T19:56:28.775Z | Downloaded polyval v0.6.1 |
526 | 2024-02-16T19:56:28.775Z | Downloaded ppv-lite86 v0.2.17 |
527 | 2024-02-16T19:56:28.775Z | Downloaded crossbeam-deque v0.8.3 |
528 | 2024-02-16T19:56:28.775Z | Downloaded cfg-if v1.0.0 |
529 | 2024-02-16T19:56:28.775Z | Downloaded pem v1.1.1 |
530 | 2024-02-16T19:56:28.775Z | Downloaded anstyle v1.0.2 |
531 | 2024-02-16T19:56:28.775Z | Downloaded clap_lex v0.5.1 |
532 | 2024-02-16T19:56:28.775Z | Downloaded num_enum_derive v0.7.0 |
533 | 2024-02-16T19:56:28.775Z | Downloaded zone_cfg_derive v0.2.0 |
534 | 2024-02-16T19:56:28.775Z | Downloaded secrecy v0.8.0 |
535 | 2024-02-16T19:56:28.775Z | Downloaded ryu v1.0.15 |
536 | 2024-02-16T19:56:28.775Z | Downloaded bit_field v0.10.2 |
537 | 2024-02-16T19:56:28.775Z | Downloaded filetime v0.2.22 |
538 | 2024-02-16T19:56:28.775Z | Downloaded rustc-demangle v0.1.23 |
539 | 2024-02-16T19:56:28.775Z | Downloaded atomic-waker v1.1.1 |
540 | 2024-02-16T19:56:28.775Z | Downloaded ring v0.17.7 |
541 | 2024-02-16T19:56:28.785Z | Downloaded libz-sys v1.1.12 |
542 | 2024-02-16T19:56:28.847Z | Downloaded ring v0.16.20 |
543 | 2024-02-16T19:56:28.924Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
544 | 2024-02-16T19:56:29.231Z | Downloaded libsqlite3-sys v0.27.0 |
545 | 2024-02-16T19:56:29.645Z | Compiling proc-macro2 v1.0.78 |
546 | 2024-02-16T19:56:29.648Z | Compiling unicode-ident v1.0.12 |
547 | 2024-02-16T19:56:29.648Z | Compiling libc v0.2.150 |
548 | 2024-02-16T19:56:29.648Z | Checking cfg-if v1.0.0 |
549 | 2024-02-16T19:56:29.648Z | Compiling version_check v0.9.4 |
550 | 2024-02-16T19:56:29.685Z | Compiling serde v1.0.195 |
551 | 2024-02-16T19:56:29.688Z | Compiling autocfg v1.1.0 |
552 | 2024-02-16T19:56:29.688Z | Compiling syn v1.0.109 |
553 | 2024-02-16T19:56:29.962Z | Compiling thiserror v1.0.56 |
554 | 2024-02-16T19:56:30.297Z | Checking once_cell v1.19.0 |
555 | 2024-02-16T19:56:30.342Z | Checking memchr v2.6.4 |
556 | 2024-02-16T19:56:30.487Z | Checking itoa v1.0.9 |
557 | 2024-02-16T19:56:30.882Z | Checking log v0.4.20 |
558 | 2024-02-16T19:56:31.079Z | Compiling ahash v0.8.3 |
559 | 2024-02-16T19:56:31.348Z | Checking pin-project-lite v0.2.13 |
560 | 2024-02-16T19:56:31.403Z | Checking scopeguard v1.2.0 |
561 | 2024-02-16T19:56:31.440Z | Compiling lock_api v0.4.10 |
562 | 2024-02-16T19:56:31.443Z | Checking smallvec v1.11.0 |
563 | 2024-02-16T19:56:31.528Z | Checking ryu v1.0.15 |
564 | 2024-02-16T19:56:31.550Z | Compiling parking_lot_core v0.9.8 |
565 | 2024-02-16T19:56:31.733Z | Compiling heck v0.4.1 |
566 | 2024-02-16T19:56:31.816Z | Compiling pkg-config v0.3.27 |
567 | 2024-02-16T19:56:31.960Z | Compiling serde_json v1.0.111 |
568 | 2024-02-16T19:56:32.019Z | Compiling jobserver v0.1.26 |
569 | 2024-02-16T19:56:32.307Z | Compiling quote v1.0.35 |
570 | 2024-02-16T19:56:32.336Z | Compiling cc v1.0.83 |
571 | 2024-02-16T19:56:32.486Z | Compiling vcpkg v0.2.15 |
572 | 2024-02-16T19:56:32.603Z | Checking getrandom v0.2.10 |
573 | 2024-02-16T19:56:32.834Z | Compiling syn v2.0.48 |
574 | 2024-02-16T19:56:32.876Z | Checking socket2 v0.5.5 |
575 | 2024-02-16T19:56:32.918Z | Checking signal-hook-registry v1.4.1 |
576 | 2024-02-16T19:56:32.921Z | Checking mio v0.8.9 |
577 | 2024-02-16T19:56:32.980Z | Checking parking_lot v0.12.1 |
578 | 2024-02-16T19:56:33.137Z | Checking num_cpus v1.16.0 |
579 | 2024-02-16T19:56:33.246Z | Compiling libm v0.2.7 |
580 | 2024-02-16T19:56:33.430Z | Compiling num-traits v0.2.16 |
581 | 2024-02-16T19:56:33.616Z | Checking rand_core v0.6.4 |
582 | 2024-02-16T19:56:33.893Z | Checking futures-core v0.3.30 |
583 | 2024-02-16T19:56:34.157Z | Checking allocator-api2 v0.2.16 |
584 | 2024-02-16T19:56:34.228Z | Compiling slab v0.4.9 |
585 | 2024-02-16T19:56:34.375Z | Compiling typenum v1.16.0 |
586 | 2024-02-16T19:56:34.566Z | Checking futures-sink v0.3.30 |
587 | 2024-02-16T19:56:34.698Z | Compiling generic-array v0.14.7 |
588 | 2024-02-16T19:56:34.780Z | Checking hashbrown v0.14.2 |
589 | 2024-02-16T19:56:34.989Z | Checking futures-channel v0.3.30 |
590 | 2024-02-16T19:56:35.118Z | Checking futures-task v0.3.30 |
591 | 2024-02-16T19:56:35.139Z | Checking pin-utils v0.1.0 |
592 | 2024-02-16T19:56:35.220Z | Checking futures-io v0.3.30 |
593 | 2024-02-16T19:56:35.301Z | Checking equivalent v1.0.1 |
594 | 2024-02-16T19:56:35.409Z | Checking fnv v1.0.7 |
595 | 2024-02-16T19:56:35.450Z | Checking bitflags v2.4.0 |
596 | 2024-02-16T19:56:35.516Z | Checking tracing-core v0.1.31 |
597 | 2024-02-16T19:56:35.698Z | Checking iana-time-zone v0.1.57 |
598 | 2024-02-16T19:56:35.845Z | Checking subtle v2.5.0 |
599 | 2024-02-16T19:56:35.917Z | Checking byteorder v1.4.3 |
600 | 2024-02-16T19:56:36.048Z | Checking base64 v0.21.7 |
601 | 2024-02-16T19:56:36.195Z | Checking tinyvec_macros v0.1.1 |
602 | 2024-02-16T19:56:36.282Z | Compiling ucd-trie v0.1.6 |
603 | 2024-02-16T19:56:36.387Z | Checking tinyvec v1.6.0 |
604 | 2024-02-16T19:56:36.516Z | Compiling httparse v1.8.0 |
605 | 2024-02-16T19:56:36.692Z | Compiling ring v0.16.20 |
606 | 2024-02-16T19:56:36.792Z | Compiling openssl-sys v0.9.96 |
607 | 2024-02-16T19:56:36.995Z | Checking unicode-bidi v0.3.13 |
608 | 2024-02-16T19:56:37.450Z | Checking percent-encoding v2.3.1 |
609 | 2024-02-16T19:56:37.631Z | Compiling slog v2.7.0 |
610 | 2024-02-16T19:56:37.654Z | Checking unicode-normalization v0.1.22 |
611 | 2024-02-16T19:56:38.083Z | Checking crypto-common v0.1.6 |
612 | 2024-02-16T19:56:38.110Z | Checking socket2 v0.4.9 |
613 | 2024-02-16T19:56:38.143Z | Compiling schemars v0.8.16 |
614 | 2024-02-16T19:56:38.221Z | Compiling time-core v0.1.1 |
615 | 2024-02-16T19:56:38.431Z | Checking block-buffer v0.10.4 |
616 | 2024-02-16T19:56:38.450Z | Checking form_urlencoded v1.2.1 |
617 | 2024-02-16T19:56:38.497Z | Checking aho-corasick v1.0.4 |
618 | 2024-02-16T19:56:38.619Z | Checking dyn-clone v1.0.13 |
619 | 2024-02-16T19:56:38.733Z | Checking untrusted v0.7.1 |
620 | 2024-02-16T19:56:38.754Z | Checking tower-service v0.3.2 |
621 | 2024-02-16T19:56:38.850Z | Checking regex-syntax v0.8.2 |
622 | 2024-02-16T19:56:38.868Z | Checking spin v0.5.2 |
623 | 2024-02-16T19:56:39.016Z | Checking digest v0.10.7 |
624 | 2024-02-16T19:56:39.318Z | Compiling serde_derive_internals v0.26.0 |
625 | 2024-02-16T19:56:39.571Z | Checking try-lock v0.2.4 |
626 | 2024-02-16T19:56:39.672Z | Checking cpufeatures v0.2.12 |
627 | 2024-02-16T19:56:39.759Z | Checking want v0.3.1 |
628 | 2024-02-16T19:56:40.175Z | Checking httpdate v1.0.3 |
629 | 2024-02-16T19:56:41.168Z | Compiling hashbrown v0.13.2 |
630 | 2024-02-16T19:56:41.267Z | Checking ppv-lite86 v0.2.17 |
631 | 2024-02-16T19:56:41.525Z | Compiling uuid v1.7.0 |
632 | 2024-02-16T19:56:41.546Z | Checking regex-automata v0.4.4 |
633 | 2024-02-16T19:56:41.798Z | Compiling chrono v0.4.31 |
634 | 2024-02-16T19:56:41.946Z | Compiling crossbeam-utils v0.8.16 |
635 | 2024-02-16T19:56:42.072Z | Checking openssl-probe v0.1.5 |
636 | 2024-02-16T19:56:42.199Z | Compiling rustls v0.21.7 |
637 | 2024-02-16T19:56:42.230Z | Compiling regress v0.7.1 |
638 | 2024-02-16T19:56:42.435Z | Checking rand_chacha v0.3.1 |
639 | 2024-02-16T19:56:42.764Z | Checking idna v0.4.0 |
640 | 2024-02-16T19:56:43.552Z | Compiling time-macros v0.2.13 |
641 | 2024-02-16T19:56:43.875Z | Compiling rustversion v1.0.14 |
642 | 2024-02-16T19:56:44.514Z | Checking deranged v0.3.8 |
643 | 2024-02-16T19:56:44.668Z | Compiling schemars_derive v0.8.16 |
644 | 2024-02-16T19:56:44.756Z | Compiling serde_derive v1.0.195 |
645 | 2024-02-16T19:56:44.824Z | Compiling thiserror-impl v1.0.56 |
646 | 2024-02-16T19:56:45.559Z | Compiling tokio-macros v2.2.0 |
647 | 2024-02-16T19:56:46.180Z | Compiling futures-macro v0.3.30 |
648 | 2024-02-16T19:56:46.601Z | Compiling tracing-attributes v0.1.26 |
649 | 2024-02-16T19:56:47.203Z | Checking regex v1.10.3 |
650 | 2024-02-16T19:56:47.817Z | Compiling async-trait v0.1.77 |
651 | 2024-02-16T19:56:47.861Z | Checking num_threads v0.1.6 |
652 | 2024-02-16T19:56:47.920Z | Compiling pest v2.7.6 |
653 | 2024-02-16T19:56:47.965Z | Checking time v0.3.27 |
654 | 2024-02-16T19:56:48.256Z | Checking futures-util v0.3.30 |
655 | 2024-02-16T19:56:48.408Z | Checking sct v0.7.0 |
656 | 2024-02-16T19:56:48.447Z | Checking rustls-webpki v0.101.4 |
657 | 2024-02-16T19:56:48.584Z | Checking rand v0.8.5 |
658 | 2024-02-16T19:56:49.223Z | Checking rustls-pemfile v1.0.4 |
659 | 2024-02-16T19:56:50.112Z | Checking tracing v0.1.37 |
660 | 2024-02-16T19:56:50.389Z | Compiling pest_meta v2.7.6 |
661 | 2024-02-16T19:56:50.524Z | Compiling thread-id v4.2.0 |
662 | 2024-02-16T19:56:50.798Z | Checking foreign-types-shared v0.1.1 |
663 | 2024-02-16T19:56:50.895Z | Compiling anyhow v1.0.75 |
664 | 2024-02-16T19:56:51.422Z | Compiling openssl v0.10.60 |
665 | 2024-02-16T19:56:51.860Z | Compiling pest_generator v2.7.6 |
666 | 2024-02-16T19:56:52.408Z | Checking foreign-types v0.3.2 |
667 | 2024-02-16T19:56:52.493Z | Compiling zerocopy-derive v0.7.32 |
668 | 2024-02-16T19:56:53.639Z | Compiling openssl-macros v0.1.1 |
669 | 2024-02-16T19:56:53.730Z | Checking atty v0.2.14 |
670 | 2024-02-16T19:56:53.840Z | Checking encoding_rs v0.8.33 |
671 | 2024-02-16T19:56:54.429Z | Compiling pest_derive v2.7.6 |
672 | 2024-02-16T19:56:54.485Z | Compiling native-tls v0.2.11 |
673 | 2024-02-16T19:56:54.681Z | Checking mime v0.3.17 |
674 | 2024-02-16T19:56:55.296Z | Checking rustls-native-certs v0.6.3 |
675 | 2024-02-16T19:56:55.429Z | Checking dirs-sys-next v0.1.2 |
676 | 2024-02-16T19:56:55.605Z | Checking unicode-width v0.1.10 |
677 | 2024-02-16T19:56:55.748Z | Checking dirs-next v2.0.0 |
678 | 2024-02-16T19:56:56.049Z | Checking thread_local v1.1.7 |
679 | 2024-02-16T19:56:56.332Z | Compiling bytes v1.5.0 |
680 | 2024-02-16T19:56:56.453Z | Checking lazy_static v1.4.0 |
681 | 2024-02-16T19:56:56.725Z | Checking ipnet v2.8.0 |
682 | 2024-02-16T19:56:56.851Z | Compiling slog-async v2.8.0 |
683 | 2024-02-16T19:56:57.160Z | Compiling http v0.2.11 |
684 | 2024-02-16T19:56:57.459Z | Checking indexmap v2.1.0 |
685 | 2024-02-16T19:56:57.995Z | Checking tokio v1.36.0 |
686 | 2024-02-16T19:56:59.900Z | Compiling serde_tokenstream v0.2.0 |
687 | 2024-02-16T19:57:00.612Z | Checking url v2.4.0 |
688 | 2024-02-16T19:57:00.679Z | Checking serde_urlencoded v0.7.1 |
689 | 2024-02-16T19:57:00.783Z | Checking http-body v0.4.5 |
690 | 2024-02-16T19:57:01.124Z | Checking openapiv3 v2.0.0 |
691 | 2024-02-16T19:57:01.534Z | Compiling getopts v0.2.21 |
692 | 2024-02-16T19:57:01.709Z | Checking term v0.7.0 |
693 | 2024-02-16T19:57:02.112Z | Checking futures-executor v0.3.30 |
694 | 2024-02-16T19:57:02.238Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
695 | 2024-02-16T19:57:02.311Z | Checking crossbeam-channel v0.5.8 |
696 | 2024-02-16T19:57:02.414Z | Compiling winnow v0.5.15 |
697 | 2024-02-16T19:57:02.450Z | Compiling toml_datetime v0.6.5 |
698 | 2024-02-16T19:57:03.057Z | Checking take_mut v0.2.2 |
699 | 2024-02-16T19:57:03.466Z | Checking futures v0.3.30 |
700 | 2024-02-16T19:57:03.568Z | Checking slog-term v2.9.0 |
701 | 2024-02-16T19:57:03.725Z | Compiling zerocopy v0.7.32 |
702 | 2024-02-16T19:57:04.018Z | Compiling scroll_derive v0.12.0 |
703 | 2024-02-16T19:57:04.739Z | Compiling libz-sys v1.1.12 |
704 | 2024-02-16T19:57:04.913Z | Checking tokio-util v0.7.8 |
705 | 2024-02-16T19:57:05.268Z | Checking tokio-rustls v0.24.1 |
706 | 2024-02-16T19:57:05.279Z | Checking tokio-native-tls v0.3.1 |
707 | 2024-02-16T19:57:05.687Z | Compiling ring v0.17.7 |
708 | 2024-02-16T19:57:05.687Z | Compiling usdt-impl v0.5.0 |
709 | 2024-02-16T19:57:05.687Z | Compiling toml_edit v0.19.15 |
710 | 2024-02-16T19:57:05.687Z | Checking zeroize v1.6.0 |
711 | 2024-02-16T19:57:05.766Z | Checking webpki-roots v0.25.2 |
712 | 2024-02-16T19:57:05.770Z | Checking h2 v0.3.24 |
713 | 2024-02-16T19:57:05.785Z | Compiling unsafe-libyaml v0.2.9 |
714 | 2024-02-16T19:57:05.831Z | Checking scroll v0.12.0 |
715 | 2024-02-16T19:57:05.940Z | Compiling dof v0.3.0 |
716 | 2024-02-16T19:57:06.251Z | Compiling dtrace-parser v0.2.0 |
717 | 2024-02-16T19:57:06.422Z | Checking spin v0.9.8 |
718 | 2024-02-16T19:57:06.613Z | Compiling omicron-workspace-hack v0.1.0 |
719 | 2024-02-16T19:57:06.661Z | Checking plain v0.2.3 |
720 | 2024-02-16T19:57:06.799Z | Checking goblin v0.8.0 |
721 | 2024-02-16T19:57:07.193Z | Compiling serde_yaml v0.9.25 |
722 | 2024-02-16T19:57:07.581Z | Checking serde_spanned v0.6.4 |
723 | 2024-02-16T19:57:07.870Z | Compiling proc-macro-crate v1.3.1 |
724 | 2024-02-16T19:57:08.323Z | Compiling strum_macros v0.25.3 |
725 | 2024-02-16T19:57:08.813Z | Checking sha1 v0.10.6 |
726 | 2024-02-16T19:57:09.269Z | Compiling rustix v0.38.26 |
727 | 2024-02-16T19:57:09.475Z | Compiling unicode-xid v0.2.4 |
728 | 2024-02-16T19:57:09.641Z | Checking pretty-hex v0.4.1 |
729 | 2024-02-16T19:57:09.943Z | Checking match_cfg v0.1.0 |
730 | 2024-02-16T19:57:10.027Z | Checking untrusted v0.9.0 |
731 | 2024-02-16T19:57:10.182Z | Compiling camino v1.1.6 |
732 | 2024-02-16T19:57:10.748Z | Checking rustls-pki-types v1.1.0 |
733 | 2024-02-16T19:57:11.133Z | Checking hostname v0.3.1 |
734 | 2024-02-16T19:57:11.383Z | Checking errno v0.3.8 |
735 | 2024-02-16T19:57:11.538Z | Compiling num-integer v0.1.45 |
736 | 2024-02-16T19:57:11.728Z | Checking bitflags v1.3.2 |
737 | 2024-02-16T19:57:11.789Z | Compiling strsim v0.10.0 |
738 | 2024-02-16T19:57:11.816Z | Compiling ident_case v1.0.1 |
739 | 2024-02-16T19:57:11.869Z | Checking hyper v0.14.27 |
740 | 2024-02-16T19:57:11.890Z | Compiling rustls v0.22.2 |
741 | 2024-02-16T19:57:12.203Z | Compiling darling_core v0.20.3 |
742 | 2024-02-16T19:57:12.424Z | Compiling usdt-macro v0.5.0 |
743 | 2024-02-16T19:57:12.600Z | Compiling usdt-attr-macro v0.5.0 |
744 | 2024-02-16T19:57:12.746Z | Checking serde_path_to_error v0.1.15 |
745 | 2024-02-16T19:57:12.973Z | Checking sha2 v0.10.7 |
746 | 2024-02-16T19:57:13.356Z | Checking memmap v0.7.0 |
747 | 2024-02-16T19:57:13.535Z | Compiling multer v3.0.0 |
748 | 2024-02-16T19:57:13.556Z | Compiling paste v1.0.14 |
749 | 2024-02-16T19:57:13.798Z | Checking toml_edit v0.21.0 |
750 | 2024-02-16T19:57:13.927Z | Compiling synstructure v0.12.6 |
751 | 2024-02-16T19:57:14.120Z | Checking slog-json v2.6.1 |
752 | 2024-02-16T19:57:14.139Z | Checking usdt v0.5.0 |
753 | 2024-02-16T19:57:14.365Z | Checking http v1.0.0 |
754 | 2024-02-16T19:57:14.383Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-02-16T19:57:14.415Z | Compiling num-bigint v0.4.4 |
756 | 2024-02-16T19:57:14.918Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#605a6d14) |
757 | 2024-02-16T19:57:15.263Z | Compiling proc-macro-error-attr v1.0.4 |
758 | 2024-02-16T19:57:15.420Z | Compiling semver v1.0.21 |
759 | 2024-02-16T19:57:15.620Z | Checking atomic-waker v1.1.1 |
760 | 2024-02-16T19:57:15.750Z | Checking waitgroup v0.1.2 |
761 | 2024-02-16T19:57:15.792Z | Checking async-stream v0.3.5 |
762 | 2024-02-16T19:57:15.934Z | Compiling zerocopy-derive v0.2.0 |
763 | 2024-02-16T19:57:16.030Z | Checking slog-bunyan v2.5.0 |
764 | 2024-02-16T19:57:16.036Z | Checking toml v0.8.8 |
765 | 2024-02-16T19:57:16.169Z | Checking strum v0.25.0 |
766 | 2024-02-16T19:57:16.307Z | Compiling num_enum_derive v0.5.11 |
767 | 2024-02-16T19:57:16.340Z | Checking rustls-pemfile v2.0.0 |
768 | 2024-02-16T19:57:16.447Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
769 | 2024-02-16T19:57:16.646Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#605a6d14) |
770 | 2024-02-16T19:57:16.741Z | Checking hex v0.4.3 |
771 | 2024-02-16T19:57:17.228Z | Compiling structmeta-derive v0.2.0 |
772 | 2024-02-16T19:57:17.262Z | Checking hmac v0.12.1 |
773 | 2024-02-16T19:57:17.397Z | Compiling darling_macro v0.20.3 |
774 | 2024-02-16T19:57:17.436Z | Checking md-5 v0.10.5 |
775 | 2024-02-16T19:57:17.634Z | Checking stringprep v0.1.3 |
776 | 2024-02-16T19:57:17.778Z | Checking hyper-rustls v0.24.1 |
777 | 2024-02-16T19:57:17.800Z | Checking hyper-tls v0.5.0 |
778 | 2024-02-16T19:57:17.870Z | Compiling proc-macro-error v1.0.4 |
779 | 2024-02-16T19:57:18.118Z | Checking siphasher v0.3.11 |
780 | 2024-02-16T19:57:18.151Z | Checking reqwest v0.11.22 |
781 | 2024-02-16T19:57:18.250Z | Checking static_assertions v1.1.0 |
782 | 2024-02-16T19:57:18.421Z | Checking fallible-iterator v0.2.0 |
783 | 2024-02-16T19:57:18.444Z | Checking debug-ignore v1.0.5 |
784 | 2024-02-16T19:57:18.486Z | Compiling darling v0.20.3 |
785 | 2024-02-16T19:57:18.564Z | Checking phf_shared v0.11.2 |
786 | 2024-02-16T19:57:18.599Z | Compiling serde_with_macros v3.5.1 |
787 | 2024-02-16T19:57:18.820Z | Checking num_enum v0.5.11 |
788 | 2024-02-16T19:57:19.025Z | Checking postgres-protocol v0.6.6 |
789 | 2024-02-16T19:57:19.719Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
790 | 2024-02-16T19:57:19.747Z | Compiling serde_repr v0.1.16 |
791 | 2024-02-16T19:57:19.978Z | Compiling structmeta v0.2.0 |
792 | 2024-02-16T19:57:20.016Z | Compiling regex-syntax v0.7.4 |
793 | 2024-02-16T19:57:20.341Z | Checking postgres-types v0.2.6 |
794 | 2024-02-16T19:57:20.751Z | Checking phf v0.11.2 |
795 | 2024-02-16T19:57:20.887Z | Compiling libgit2-sys v0.15.2+1.6.4 |
796 | 2024-02-16T19:57:20.974Z | Checking instant v0.1.12 |
797 | 2024-02-16T19:57:20.995Z | Checking either v1.9.0 |
798 | 2024-02-16T19:57:21.017Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
799 | 2024-02-16T19:57:21.136Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
800 | 2024-02-16T19:57:21.220Z | Compiling semver v0.1.20 |
801 | 2024-02-16T19:57:21.453Z | Checking serde_with v3.5.1 |
802 | 2024-02-16T19:57:21.756Z | Checking whoami v1.4.1 |
803 | 2024-02-16T19:57:22.001Z | Checking tokio-postgres v0.7.10 |
804 | 2024-02-16T19:57:22.335Z | Compiling rustc_version v0.1.7 |
805 | 2024-02-16T19:57:22.700Z | Checking backoff v0.4.0 |
806 | 2024-02-16T19:57:22.954Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
807 | 2024-02-16T19:57:22.971Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
808 | 2024-02-16T19:57:23.113Z | Checking is-terminal v0.4.9 |
809 | 2024-02-16T19:57:23.181Z | Checking ipnetwork v0.20.0 |
810 | 2024-02-16T19:57:23.219Z | Checking macaddr v1.0.1 |
811 | 2024-02-16T19:57:23.305Z | Compiling num-iter v0.1.43 |
812 | 2024-02-16T19:57:23.534Z | Compiling num-rational v0.4.1 |
813 | 2024-02-16T19:57:23.554Z | Compiling usdt-impl v0.3.5 |
814 | 2024-02-16T19:57:23.661Z | Checking arc-swap v1.6.0 |
815 | 2024-02-16T19:57:23.952Z | Compiling newtype_derive v0.1.6 |
816 | 2024-02-16T19:57:24.105Z | Compiling zerocopy v0.3.2 |
817 | 2024-02-16T19:57:24.286Z | Compiling vergen v8.2.4 |
818 | 2024-02-16T19:57:24.623Z | Compiling zerocopy-derive v0.6.6 |
819 | 2024-02-16T19:57:24.673Z | Compiling hubpack_derive v0.1.1 |
820 | 2024-02-16T19:57:24.693Z | Compiling memoffset v0.9.0 |
821 | 2024-02-16T19:57:24.781Z | Checking utf8parse v0.2.1 |
822 | 2024-02-16T19:57:25.042Z | Checking base64ct v1.6.0 |
823 | 2024-02-16T19:57:25.143Z | Compiling crucible-workspace-hack v0.1.0 |
824 | 2024-02-16T19:57:25.454Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
825 | 2024-02-16T19:57:25.617Z | Checking hubpack v0.1.2 |
826 | 2024-02-16T19:57:25.657Z | Checking password-hash v0.5.0 |
827 | 2024-02-16T19:57:25.775Z | Compiling parse-display-derive v0.8.2 |
828 | 2024-02-16T19:57:25.868Z | Checking anstyle-parse v0.2.1 |
829 | 2024-02-16T19:57:25.908Z | Compiling dof v0.1.5 |
830 | 2024-02-16T19:57:25.933Z | Compiling rustc_version v0.4.0 |
831 | 2024-02-16T19:57:26.127Z | Checking slog-scope v4.4.0 |
832 | 2024-02-16T19:57:26.506Z | Checking num-complex v0.4.4 |
833 | 2024-02-16T19:57:26.528Z | Compiling dtrace-parser v0.1.14 |
834 | 2024-02-16T19:57:26.608Z | Checking zerocopy v0.6.6 |
835 | 2024-02-16T19:57:26.806Z | Checking blake2 v0.10.6 |
836 | 2024-02-16T19:57:27.213Z | Compiling libsqlite3-sys v0.27.0 |
837 | 2024-02-16T19:57:27.312Z | Compiling crossbeam-epoch v0.9.15 |
838 | 2024-02-16T19:57:27.352Z | Compiling slog-dtrace v0.3.0 |
839 | 2024-02-16T19:57:27.462Z | Checking colorchoice v1.0.0 |
840 | 2024-02-16T19:57:27.594Z | Checking fixedbitset v0.4.2 |
841 | 2024-02-16T19:57:27.686Z | Checking anstyle-query v1.0.0 |
842 | 2024-02-16T19:57:27.725Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
843 | 2024-02-16T19:57:27.769Z | Checking anstyle v1.0.2 |
844 | 2024-02-16T19:57:27.792Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
845 | 2024-02-16T19:57:27.833Z | Checking petgraph v0.6.4 |
846 | 2024-02-16T19:57:28.142Z | Checking anstream v0.5.0 |
847 | 2024-02-16T19:57:28.248Z | Checking num v0.4.1 |
848 | 2024-02-16T19:57:28.268Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
849 | 2024-02-16T19:57:28.358Z | Checking argon2 v0.5.3 |
850 | 2024-02-16T19:57:28.481Z | Checking slog-stdlog v4.1.1 |
851 | 2024-02-16T19:57:28.944Z | Compiling serde_tokenstream v0.1.7 |
852 | 2024-02-16T19:57:29.410Z | Compiling foreign-types-macros v0.2.3 |
853 | 2024-02-16T19:57:29.449Z | Checking inout v0.1.3 |
854 | 2024-02-16T19:57:29.638Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
855 | 2024-02-16T19:57:29.900Z | Compiling backtrace v0.3.69 |
856 | 2024-02-16T19:57:29.917Z | Checking parse-display v0.8.2 |
857 | 2024-02-16T19:57:30.080Z | Compiling indexmap v1.9.3 |
858 | 2024-02-16T19:57:30.366Z | Checking gimli v0.28.0 |
859 | 2024-02-16T19:57:30.387Z | Compiling radium v0.7.0 |
860 | 2024-02-16T19:57:30.408Z | Checking pretty-hex v0.2.1 |
861 | 2024-02-16T19:57:30.556Z | Checking clap_lex v0.5.1 |
862 | 2024-02-16T19:57:30.698Z | Checking base64 v0.13.1 |
863 | 2024-02-16T19:57:30.795Z | Compiling doc-comment v0.3.3 |
864 | 2024-02-16T19:57:30.837Z | Checking adler v1.0.2 |
865 | 2024-02-16T19:57:30.980Z | Checking termcolor v1.2.0 |
866 | 2024-02-16T19:57:31.087Z | Checking foreign-types-shared v0.3.1 |
867 | 2024-02-16T19:57:31.148Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
868 | 2024-02-16T19:57:31.195Z | Checking foreign-types v0.5.0 |
869 | 2024-02-16T19:57:31.294Z | Checking steno v0.4.0 |
870 | 2024-02-16T19:57:31.331Z | Checking miniz_oxide v0.7.1 |
871 | 2024-02-16T19:57:31.386Z | Checking clap_builder v4.4.0 |
872 | 2024-02-16T19:57:31.550Z | Checking cipher v0.4.4 |
873 | 2024-02-16T19:57:31.712Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
874 | 2024-02-16T19:57:31.979Z | Checking slog-envlogger v2.2.0 |
875 | 2024-02-16T19:57:32.723Z | Checking colored v2.0.4 |
876 | 2024-02-16T19:57:32.868Z | Checking itertools v0.10.5 |
877 | 2024-02-16T19:57:32.994Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
878 | 2024-02-16T19:57:33.432Z | Compiling clap_derive v4.4.0 |
879 | 2024-02-16T19:57:33.484Z | Compiling pin-project-internal v1.1.3 |
880 | 2024-02-16T19:57:33.512Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
881 | 2024-02-16T19:57:34.147Z | Checking addr2line v0.21.0 |
882 | 2024-02-16T19:57:34.338Z | Checking hashlink v0.8.3 |
883 | 2024-02-16T19:57:34.412Z | Checking object v0.32.0 |
884 | 2024-02-16T19:57:34.616Z | Checking cstr-argument v0.1.2 |
885 | 2024-02-16T19:57:34.794Z | Checking fastrand v2.0.0 |
886 | 2024-02-16T19:57:34.904Z | Compiling rayon-core v1.12.1 |
887 | 2024-02-16T19:57:35.090Z | Checking os_str_bytes v6.5.1 |
888 | 2024-02-16T19:57:35.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
889 | 2024-02-16T19:57:35.221Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
890 | 2024-02-16T19:57:35.403Z | Checking tower-layer v0.3.2 |
891 | 2024-02-16T19:57:35.443Z | Checking fallible-iterator v0.3.0 |
892 | 2024-02-16T19:57:35.553Z | Checking tap v1.0.1 |
893 | 2024-02-16T19:57:35.658Z | Checking fallible-streaming-iterator v0.1.9 |
894 | 2024-02-16T19:57:35.717Z | Compiling portable-atomic v1.4.3 |
895 | 2024-02-16T19:57:35.879Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
896 | 2024-02-16T19:57:36.008Z | Checking hashbrown v0.12.3 |
897 | 2024-02-16T19:57:36.207Z | Checking rustc-demangle v0.1.23 |
898 | 2024-02-16T19:57:36.381Z | Checking pin-project v1.1.3 |
899 | 2024-02-16T19:57:36.523Z | Checking rusqlite v0.30.0 |
900 | 2024-02-16T19:57:36.631Z | Checking wyz v0.5.1 |
901 | 2024-02-16T19:57:36.710Z | Checking clap_lex v0.2.4 |
902 | 2024-02-16T19:57:37.042Z | Checking tempfile v3.8.0 |
903 | 2024-02-16T19:57:37.046Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
904 | 2024-02-16T19:57:37.330Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
905 | 2024-02-16T19:57:37.450Z | Checking crossbeam-deque v0.8.3 |
906 | 2024-02-16T19:57:37.595Z | Checking pem v1.1.1 |
907 | 2024-02-16T19:57:37.717Z | Compiling usdt-macro v0.3.5 |
908 | 2024-02-16T19:57:37.744Z | Compiling usdt-attr-macro v0.3.5 |
909 | 2024-02-16T19:57:37.796Z | Checking simple_asn1 v0.6.2 |
910 | 2024-02-16T19:57:37.953Z | Compiling clap_derive v3.2.25 |
911 | 2024-02-16T19:57:38.097Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
912 | 2024-02-16T19:57:38.191Z | Checking clap v4.4.0 |
913 | 2024-02-16T19:57:38.214Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
914 | 2024-02-16T19:57:38.297Z | Checking twox-hash v1.6.3 |
915 | 2024-02-16T19:57:38.745Z | Compiling num_enum_derive v0.7.0 |
916 | 2024-02-16T19:57:39.204Z | Checking tokio-io-timeout v1.2.0 |
917 | 2024-02-16T19:57:39.302Z | Compiling snafu-derive v0.7.5 |
918 | 2024-02-16T19:57:39.388Z | Checking universal-hash v0.5.1 |
919 | 2024-02-16T19:57:39.442Z | Checking nix v0.27.1 |
920 | 2024-02-16T19:57:39.549Z | Checking http-range-header v0.3.1 |
921 | 2024-02-16T19:57:39.601Z | Checking funty v2.0.0 |
922 | 2024-02-16T19:57:39.746Z | Checking opaque-debug v0.3.0 |
923 | 2024-02-16T19:57:39.831Z | Checking textwrap v0.16.0 |
924 | 2024-02-16T19:57:39.943Z | Checking data-encoding v2.4.0 |
925 | 2024-02-16T19:57:40.150Z | Compiling curl v0.4.44 |
926 | 2024-02-16T19:57:40.450Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
927 | 2024-02-16T19:57:40.517Z | Checking polyval v0.6.1 |
928 | 2024-02-16T19:57:40.567Z | Checking tower-http v0.4.4 |
929 | 2024-02-16T19:57:40.609Z | Checking bitvec v1.0.1 |
930 | 2024-02-16T19:57:40.755Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
931 | 2024-02-16T19:57:40.801Z | Checking hyper-timeout v0.4.1 |
932 | 2024-02-16T19:57:41.058Z | Checking usdt v0.3.5 |
933 | 2024-02-16T19:57:41.365Z | Checking num_enum v0.7.0 |
934 | 2024-02-16T19:57:41.387Z | Checking jsonwebtoken v8.3.0 |
935 | 2024-02-16T19:57:42.344Z | Checking clap v3.2.25 |
936 | 2024-02-16T19:57:42.407Z | Checking tower v0.4.13 |
937 | 2024-02-16T19:57:42.595Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
938 | 2024-02-16T19:57:42.777Z | Checking ctr v0.9.2 |
939 | 2024-02-16T19:57:43.057Z | Checking aes v0.8.3 |
940 | 2024-02-16T19:57:43.251Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
941 | 2024-02-16T19:57:43.660Z | Compiling zone_cfg_derive v0.2.0 |
942 | 2024-02-16T19:57:43.731Z | Checking secrecy v0.8.0 |
943 | 2024-02-16T19:57:43.896Z | Checking bincode v1.3.3 |
944 | 2024-02-16T19:57:43.914Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
945 | 2024-02-16T19:57:43.917Z | Checking console v0.15.7 |
946 | 2024-02-16T19:57:44.088Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
947 | 2024-02-16T19:57:44.305Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
948 | 2024-02-16T19:57:44.327Z | Checking snafu v0.7.5 |
949 | 2024-02-16T19:57:44.467Z | Compiling async-recursion v0.3.2 |
950 | 2024-02-16T19:57:44.492Z | Checking aead v0.5.2 |
951 | 2024-02-16T19:57:44.611Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
952 | 2024-02-16T19:57:44.628Z | Compiling erased-serde v0.3.30 |
953 | 2024-02-16T19:57:44.683Z | Checking humantime v2.1.0 |
954 | 2024-02-16T19:57:44.834Z | Checking number_prefix v0.4.0 |
955 | 2024-02-16T19:57:44.963Z | Checking env_logger v0.9.3 |
956 | 2024-02-16T19:57:45.003Z | Checking aes-gcm-siv v0.11.1 |
957 | 2024-02-16T19:57:45.026Z | Checking indicatif v0.17.6 |
958 | 2024-02-16T19:57:45.117Z | Checking zone v0.2.0 |
959 | 2024-02-16T19:57:45.162Z | Checking octocrab v0.25.1 |
960 | 2024-02-16T19:57:45.205Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
961 | 2024-02-16T19:57:45.373Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
962 | 2024-02-16T19:57:45.509Z | Checking rayon v1.8.1 |
963 | 2024-02-16T19:57:45.605Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
964 | 2024-02-16T19:57:45.650Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
965 | 2024-02-16T19:57:45.781Z | Checking itertools v0.12.1 |
966 | 2024-02-16T19:57:45.888Z | Checking sha256 v1.4.0 |
967 | 2024-02-16T19:57:45.916Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
968 | 2024-02-16T19:57:45.975Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
969 | 2024-02-16T19:57:46.143Z | Checking toml v0.5.11 |
970 | 2024-02-16T19:57:46.284Z | Compiling async-recursion v1.0.5 |
971 | 2024-02-16T19:57:46.331Z | Compiling bitstruct_derive v0.1.0 |
972 | 2024-02-16T19:57:46.538Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
973 | 2024-02-16T19:57:46.673Z | Checking libloading v0.7.4 |
974 | 2024-02-16T19:57:46.902Z | Checking ringbuffer v0.15.0 |
975 | 2024-02-16T19:57:47.284Z | Checking ascii v1.1.0 |
976 | 2024-02-16T19:57:47.386Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
977 | 2024-02-16T19:57:47.553Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
978 | 2024-02-16T19:57:47.679Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
979 | 2024-02-16T19:57:47.706Z | Checking bitstruct v0.1.1 |
980 | 2024-02-16T19:57:47.804Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
981 | 2024-02-16T19:57:47.837Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
982 | 2024-02-16T19:57:48.304Z | Checking serde_arrays v0.1.0 |
983 | 2024-02-16T19:57:48.439Z | Checking matches v0.1.10 |
984 | 2024-02-16T19:57:48.459Z | Checking utf-8 v0.7.6 |
985 | 2024-02-16T19:57:48.530Z | Checking idna v0.2.3 |
986 | 2024-02-16T19:57:48.586Z | Compiling enum-as-inner v0.5.1 |
987 | 2024-02-16T19:57:48.645Z | Checking tungstenite v0.20.1 |
988 | 2024-02-16T19:57:48.667Z | Checking linked-hash-map v0.5.6 |
989 | 2024-02-16T19:57:48.999Z | Checking quick-error v1.2.3 |
990 | 2024-02-16T19:57:49.130Z | Checking resolv-conf v0.7.0 |
991 | 2024-02-16T19:57:49.304Z | Checking lru-cache v0.1.2 |
992 | 2024-02-16T19:57:49.337Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
993 | 2024-02-16T19:57:49.471Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
994 | 2024-02-16T19:57:49.490Z | Checking tokio-tungstenite v0.20.1 |
995 | 2024-02-16T19:57:49.538Z | Compiling const_format_proc_macros v0.2.31 |
996 | 2024-02-16T19:57:49.654Z | Checking trust-dns-proto v0.22.0 |
997 | 2024-02-16T19:57:49.758Z | Checking is_ci v1.1.1 |
998 | 2024-02-16T19:57:49.880Z | Compiling escargot v0.5.8 |
999 | 2024-02-16T19:57:49.915Z | Checking supports-color v2.1.0 |
1000 | 2024-02-16T19:57:50.106Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1001 | 2024-02-16T19:57:50.320Z | Checking ron v0.7.1 |
1002 | 2024-02-16T19:57:50.536Z | Checking toml v0.7.8 |
1003 | 2024-02-16T19:57:51.258Z | Checking nix v0.26.2 |
1004 | 2024-02-16T19:57:51.297Z | Checking cargo-platform v0.1.6 |
1005 | 2024-02-16T19:57:51.426Z | Checking xattr v1.0.1 |
1006 | 2024-02-16T19:57:51.570Z | Checking filetime v0.2.22 |
1007 | 2024-02-16T19:57:51.600Z | Checking bstr v1.6.0 |
1008 | 2024-02-16T19:57:51.604Z | Checking const_format v0.2.31 |
1009 | 2024-02-16T19:57:52.358Z | Checking bit_field v0.10.2 |
1010 | 2024-02-16T19:57:52.382Z | Checking globset v0.4.13 |
1011 | 2024-02-16T19:57:52.557Z | Checking ctrlc v3.4.0 |
1012 | 2024-02-16T19:57:52.579Z | Checking tar v0.4.40 |
1013 | 2024-02-16T19:57:52.744Z | Checking cargo_metadata v0.18.1 |
1014 | 2024-02-16T19:57:53.306Z | Checking owo-colors v4.0.0 |
1015 | 2024-02-16T19:57:53.476Z | Checking trust-dns-resolver v0.22.0 |
1016 | 2024-02-16T19:57:53.676Z | Checking fatfs v0.3.6 |
1017 | 2024-02-16T19:57:53.964Z | Checking glob v0.3.1 |
1018 | 2024-02-16T19:57:55.106Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1019 | 2024-02-16T19:57:55.284Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1020 | 2024-02-16T19:57:59.245Z | Checking rustls-webpki v0.102.1 |
1021 | 2024-02-16T19:58:00.240Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1022 | 2024-02-16T19:58:02.834Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1023 | 2024-02-16T19:58:02.972Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1024 | 2024-02-16T19:58:03.220Z | Checking tokio-rustls v0.25.0 |
1025 | 2024-02-16T19:58:03.703Z | Compiling git2 v0.17.2 |
1026 | 2024-02-16T19:58:05.698Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1027 | 2024-02-16T19:58:06.177Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1028 | 2024-02-16T19:58:07.545Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1029 | 2024-02-16T19:58:08.701Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1030 | 2024-02-16T19:58:11.157Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1031 | 2024-02-16T19:58:11.157Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1032 | 2024-02-16T19:58:11.160Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1033 | 2024-02-16T19:58:18.015Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1034 | 2024-02-16T19:58:24.399Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1035 | 2024-02-16T19:58:30.905Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1036 | 2024-02-16T19:58:34.980Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1037 | 2024-02-16T19:58:42.424Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1038 | 2024-02-16T19:58:42.621Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1039 | 2024-02-16T19:58:42.621Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1040 | 2024-02-16T19:58:42.960Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1041 | 2024-02-16T19:58:47.022Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
1042 | 2024-02-16T19:58:47.288Z | |
1043 | 2024-02-16T19:58:47.288Z | real 2:43.522197150 |
1044 | 2024-02-16T19:58:47.288Z | user 10:13.945112316 |
1045 | 2024-02-16T19:58:47.289Z | sys 2:32.131000218 |
1046 | 2024-02-16T19:58:47.289Z | trap 0.322763374 |
1047 | 2024-02-16T19:58:47.289Z | tflt 7.328238606 |
1048 | 2024-02-16T19:58:47.289Z | dflt 4.302501869 |
1049 | 2024-02-16T19:58:47.292Z | kflt 0.072475272 |
1050 | 2024-02-16T19:58:47.292Z | lock 13:27.517708942 |
1051 | 2024-02-16T19:58:47.292Z | slp 34:24.998897801 |
1052 | 2024-02-16T19:58:47.292Z | lat 50.673945310 |
1053 | 2024-02-16T19:58:47.292Z | stop 2:57.460365700 |
1054 | 2024-02-16T19:58:47.292Z | + ptime -m cargo clippy --features falcon --all-targets |
1055 | 2024-02-16T19:58:47.959Z | Downloading crates ... |
1056 | 2024-02-16T19:58:48.240Z | Downloaded difflib v0.4.0 |
1057 | 2024-02-16T19:58:48.245Z | Downloaded fragile v2.0.0 |
1058 | 2024-02-16T19:58:48.251Z | Downloaded predicates v2.1.5 |
1059 | 2024-02-16T19:58:48.254Z | Downloaded float-cmp v0.9.0 |
1060 | 2024-02-16T19:58:48.256Z | Downloaded termtree v0.4.1 |
1061 | 2024-02-16T19:58:48.257Z | Downloaded normalize-line-endings v0.3.0 |
1062 | 2024-02-16T19:58:48.260Z | Downloaded downcast v0.11.0 |
1063 | 2024-02-16T19:58:48.260Z | Downloaded newline-converter v0.3.0 |
1064 | 2024-02-16T19:58:48.260Z | Downloaded predicates-tree v1.0.9 |
1065 | 2024-02-16T19:58:48.263Z | Downloaded serde_test v1.0.176 |
1066 | 2024-02-16T19:58:48.267Z | Downloaded mockall v0.11.4 |
1067 | 2024-02-16T19:58:48.267Z | Downloaded predicates-core v1.0.6 |
1068 | 2024-02-16T19:58:48.271Z | Downloaded mockall_derive v0.11.4 |
1069 | 2024-02-16T19:58:48.274Z | Downloaded unicode-segmentation v1.10.1 |
1070 | 2024-02-16T19:58:48.277Z | Downloaded expectorate v1.0.7 |
1071 | 2024-02-16T19:58:48.280Z | Downloaded similar v2.2.1 |
1072 | 2024-02-16T19:58:48.453Z | Checking tokio v1.36.0 |
1073 | 2024-02-16T19:58:48.481Z | Checking console v0.15.7 |
1074 | 2024-02-16T19:58:48.484Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1075 | 2024-02-16T19:58:48.484Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1076 | 2024-02-16T19:58:48.484Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1077 | 2024-02-16T19:58:48.507Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1078 | 2024-02-16T19:58:48.515Z | Checking predicates-core v1.0.6 |
1079 | 2024-02-16T19:58:48.520Z | Checking float-cmp v0.9.0 |
1080 | 2024-02-16T19:58:48.608Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1081 | 2024-02-16T19:58:48.663Z | Checking unicode-segmentation v1.10.1 |
1082 | 2024-02-16T19:58:48.675Z | Checking normalize-line-endings v0.3.0 |
1083 | 2024-02-16T19:58:48.771Z | Checking difflib v0.4.0 |
1084 | 2024-02-16T19:58:48.796Z | Checking termtree v0.4.1 |
1085 | 2024-02-16T19:58:48.850Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1086 | 2024-02-16T19:58:49.266Z | Compiling mockall_derive v0.11.4 |
1087 | 2024-02-16T19:58:49.266Z | Checking predicates-tree v1.0.9 |
1088 | 2024-02-16T19:58:49.266Z | Checking indicatif v0.17.6 |
1089 | 2024-02-16T19:58:49.266Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1090 | 2024-02-16T19:58:49.267Z | Checking predicates v2.1.5 |
1091 | 2024-02-16T19:58:49.267Z | Checking downcast v0.11.0 |
1092 | 2024-02-16T19:58:49.267Z | Checking similar v2.2.1 |
1093 | 2024-02-16T19:58:49.276Z | Checking newline-converter v0.3.0 |
1094 | 2024-02-16T19:58:49.344Z | Checking fragile v2.0.0 |
1095 | 2024-02-16T19:58:49.404Z | Checking serde_test v1.0.176 |
1096 | 2024-02-16T19:58:49.564Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1097 | 2024-02-16T19:58:49.901Z | Checking expectorate v1.0.7 |
1098 | 2024-02-16T19:58:53.338Z | Checking mockall v0.11.4 |
1099 | 2024-02-16T19:58:54.233Z | Checking tokio-util v0.7.8 |
1100 | 2024-02-16T19:58:54.236Z | Checking tokio-rustls v0.24.1 |
1101 | 2024-02-16T19:58:54.236Z | Checking tokio-native-tls v0.3.1 |
1102 | 2024-02-16T19:58:54.236Z | Checking tokio-rustls v0.25.0 |
1103 | 2024-02-16T19:58:54.236Z | Checking backoff v0.4.0 |
1104 | 2024-02-16T19:58:54.236Z | Checking steno v0.4.0 |
1105 | 2024-02-16T19:58:54.236Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1106 | 2024-02-16T19:58:54.236Z | Checking tokio-io-timeout v1.2.0 |
1107 | 2024-02-16T19:58:54.450Z | Checking sha256 v1.4.0 |
1108 | 2024-02-16T19:58:54.472Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1109 | 2024-02-16T19:58:54.486Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1110 | 2024-02-16T19:58:54.494Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1111 | 2024-02-16T19:58:54.549Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1112 | 2024-02-16T19:58:54.577Z | Checking tokio-tungstenite v0.20.1 |
1113 | 2024-02-16T19:58:54.991Z | Checking trust-dns-proto v0.22.0 |
1114 | 2024-02-16T19:58:55.115Z | Checking h2 v0.3.24 |
1115 | 2024-02-16T19:58:55.115Z | Checking tokio-postgres v0.7.10 |
1116 | 2024-02-16T19:58:55.119Z | Checking tower v0.4.13 |
1117 | 2024-02-16T19:58:55.966Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1118 | 2024-02-16T19:58:57.497Z | Checking trust-dns-resolver v0.22.0 |
1119 | 2024-02-16T19:58:59.257Z | Checking hyper v0.14.27 |
1120 | 2024-02-16T19:59:02.737Z | Checking hyper-rustls v0.24.1 |
1121 | 2024-02-16T19:59:02.737Z | Checking hyper-tls v0.5.0 |
1122 | 2024-02-16T19:59:02.740Z | Checking dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#605a6d14) |
1123 | 2024-02-16T19:59:02.740Z | Checking hyper-timeout v0.4.1 |
1124 | 2024-02-16T19:59:02.953Z | Checking reqwest v0.11.22 |
1125 | 2024-02-16T19:59:02.953Z | Checking octocrab v0.25.1 |
1126 | 2024-02-16T19:59:03.959Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1127 | 2024-02-16T19:59:03.960Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1128 | 2024-02-16T19:59:04.153Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1129 | 2024-02-16T19:59:04.164Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1130 | 2024-02-16T19:59:04.285Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1131 | 2024-02-16T19:59:04.288Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1132 | 2024-02-16T19:59:04.288Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1133 | 2024-02-16T19:59:05.107Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1134 | 2024-02-16T19:59:05.108Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1135 | 2024-02-16T19:59:06.012Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1136 | 2024-02-16T19:59:10.033Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1137 | 2024-02-16T19:59:11.331Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1138 | 2024-02-16T19:59:11.333Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1139 | 2024-02-16T19:59:11.334Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1140 | 2024-02-16T19:59:13.264Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1141 | 2024-02-16T19:59:18.264Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1142 | 2024-02-16T19:59:24.602Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1143 | 2024-02-16T19:59:31.095Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1144 | 2024-02-16T19:59:31.518Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1145 | 2024-02-16T19:59:35.082Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1146 | 2024-02-16T19:59:46.945Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1147 | 2024-02-16T19:59:47.205Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1148 | 2024-02-16T19:59:47.209Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1149 | 2024-02-16T19:59:47.695Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1150 | 2024-02-16T19:59:54.006Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 06s |
1151 | 2024-02-16T19:59:54.078Z | |
1152 | 2024-02-16T19:59:54.078Z | real 1:06.773125948 |
1153 | 2024-02-16T19:59:54.078Z | user 2:20.886450772 |
1154 | 2024-02-16T19:59:54.078Z | sys 22.315536802 |
1155 | 2024-02-16T19:59:54.078Z | trap 0.033998371 |
1156 | 2024-02-16T19:59:54.078Z | tflt 0.205663548 |
1157 | 2024-02-16T19:59:54.078Z | dflt 0.155953679 |
1158 | 2024-02-16T19:59:54.078Z | kflt 0.000033702 |
1159 | 2024-02-16T19:59:54.084Z | lock 4:48.229484784 |
1160 | 2024-02-16T19:59:54.084Z | slp 6:29.341548585 |
1161 | 2024-02-16T19:59:54.084Z | lat 1.619700815 |
1162 | 2024-02-16T19:59:54.084Z | stop 3.923579241 |
1163 | 2024-02-16T19:59:54.084Z | + banner build |
1164 | 2024-02-16T19:59:54.084Z | |
1165 | 2024-02-16T19:59:54.084Z | ##### # # # # ##### |
1166 | 2024-02-16T19:59:54.084Z | # # # # # # # # |
1167 | 2024-02-16T19:59:54.084Z | ##### # # # # # # |
1168 | 2024-02-16T19:59:54.085Z | # # # # # # # # |
1169 | 2024-02-16T19:59:54.085Z | # # # # # # # # |
1170 | 2024-02-16T19:59:54.085Z | ##### #### # ###### ##### |
1171 | 2024-02-16T19:59:54.085Z | |
1172 | 2024-02-16T19:59:54.085Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1173 | 2024-02-16T19:59:54.901Z | Compiling proc-macro2 v1.0.78 |
1174 | 2024-02-16T19:59:54.901Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-02-16T19:59:54.904Z | Compiling libc v0.2.150 |
1176 | 2024-02-16T19:59:54.904Z | Compiling cfg-if v1.0.0 |
1177 | 2024-02-16T19:59:54.904Z | Compiling version_check v0.9.4 |
1178 | 2024-02-16T19:59:54.904Z | Compiling autocfg v1.1.0 |
1179 | 2024-02-16T19:59:54.904Z | Compiling serde v1.0.195 |
1180 | 2024-02-16T19:59:54.922Z | Compiling syn v1.0.109 |
1181 | 2024-02-16T19:59:55.084Z | Compiling thiserror v1.0.56 |
1182 | 2024-02-16T19:59:55.477Z | Compiling once_cell v1.19.0 |
1183 | 2024-02-16T19:59:55.515Z | Compiling memchr v2.6.4 |
1184 | 2024-02-16T19:59:55.545Z | Compiling itoa v1.0.9 |
1185 | 2024-02-16T19:59:55.553Z | Compiling serde_json v1.0.111 |
1186 | 2024-02-16T19:59:55.882Z | Compiling log v0.4.20 |
1187 | 2024-02-16T19:59:55.892Z | Compiling ahash v0.8.3 |
1188 | 2024-02-16T19:59:55.901Z | Compiling pin-project-lite v0.2.13 |
1189 | 2024-02-16T19:59:56.246Z | Compiling quote v1.0.35 |
1190 | 2024-02-16T19:59:56.260Z | Compiling scopeguard v1.2.0 |
1191 | 2024-02-16T19:59:56.355Z | Compiling jobserver v0.1.26 |
1192 | 2024-02-16T19:59:56.426Z | Compiling lock_api v0.4.10 |
1193 | 2024-02-16T19:59:56.477Z | Compiling smallvec v1.11.0 |
1194 | 2024-02-16T19:59:56.763Z | Compiling syn v2.0.48 |
1195 | 2024-02-16T19:59:56.918Z | Compiling cc v1.0.83 |
1196 | 2024-02-16T19:59:56.934Z | Compiling getrandom v0.2.10 |
1197 | 2024-02-16T19:59:56.989Z | Compiling parking_lot_core v0.9.8 |
1198 | 2024-02-16T19:59:57.322Z | Compiling pkg-config v0.3.27 |
1199 | 2024-02-16T19:59:57.631Z | Compiling heck v0.4.1 |
1200 | 2024-02-16T19:59:58.023Z | Compiling vcpkg v0.2.15 |
1201 | 2024-02-16T19:59:58.361Z | Compiling parking_lot v0.12.1 |
1202 | 2024-02-16T19:59:58.368Z | Compiling num_cpus v1.16.0 |
1203 | 2024-02-16T19:59:58.387Z | Compiling signal-hook-registry v1.4.1 |
1204 | 2024-02-16T19:59:58.476Z | Compiling mio v0.8.9 |
1205 | 2024-02-16T19:59:58.703Z | Compiling socket2 v0.5.5 |
1206 | 2024-02-16T19:59:59.693Z | Compiling libm v0.2.7 |
1207 | 2024-02-16T19:59:59.768Z | Compiling ryu v1.0.15 |
1208 | 2024-02-16T20:00:00.075Z | Compiling num-traits v0.2.16 |
1209 | 2024-02-16T20:00:00.480Z | Compiling rand_core v0.6.4 |
1210 | 2024-02-16T20:00:00.766Z | Compiling futures-core v0.3.30 |
1211 | 2024-02-16T20:00:00.794Z | Compiling slab v0.4.9 |
1212 | 2024-02-16T20:00:00.815Z | Compiling typenum v1.16.0 |
1213 | 2024-02-16T20:00:00.918Z | Compiling futures-sink v0.3.30 |
1214 | 2024-02-16T20:00:00.984Z | Compiling generic-array v0.14.7 |
1215 | 2024-02-16T20:00:01.050Z | Compiling allocator-api2 v0.2.16 |
1216 | 2024-02-16T20:00:01.353Z | Compiling futures-channel v0.3.30 |
1217 | 2024-02-16T20:00:01.534Z | Compiling pin-utils v0.1.0 |
1218 | 2024-02-16T20:00:01.619Z | Compiling futures-io v0.3.30 |
1219 | 2024-02-16T20:00:01.812Z | Compiling hashbrown v0.14.2 |
1220 | 2024-02-16T20:00:01.857Z | Compiling futures-task v0.3.30 |
1221 | 2024-02-16T20:00:01.940Z | Compiling equivalent v1.0.1 |
1222 | 2024-02-16T20:00:02.218Z | Compiling tracing-core v0.1.31 |
1223 | 2024-02-16T20:00:02.867Z | Compiling fnv v1.0.7 |
1224 | 2024-02-16T20:00:02.981Z | Compiling bitflags v2.4.0 |
1225 | 2024-02-16T20:00:03.286Z | Compiling subtle v2.5.0 |
1226 | 2024-02-16T20:00:03.355Z | Compiling iana-time-zone v0.1.57 |
1227 | 2024-02-16T20:00:03.514Z | Compiling serde_derive_internals v0.26.0 |
1228 | 2024-02-16T20:00:03.677Z | Compiling base64 v0.21.7 |
1229 | 2024-02-16T20:00:03.685Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2024-02-16T20:00:03.761Z | Compiling byteorder v1.4.3 |
1231 | 2024-02-16T20:00:04.268Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-02-16T20:00:04.736Z | Compiling crypto-common v0.1.6 |
1233 | 2024-02-16T20:00:04.753Z | Compiling tinyvec v1.6.0 |
1234 | 2024-02-16T20:00:04.771Z | Compiling httparse v1.8.0 |
1235 | 2024-02-16T20:00:04.799Z | Compiling openssl-sys v0.9.96 |
1236 | 2024-02-16T20:00:04.926Z | Compiling ring v0.16.20 |
1237 | 2024-02-16T20:00:05.728Z | Compiling slog v2.7.0 |
1238 | 2024-02-16T20:00:05.846Z | Compiling unicode-bidi v0.3.13 |
1239 | 2024-02-16T20:00:06.008Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-02-16T20:00:06.341Z | Compiling unicode-normalization v0.1.22 |
1241 | 2024-02-16T20:00:07.457Z | Compiling socket2 v0.4.9 |
1242 | 2024-02-16T20:00:07.618Z | Compiling time-core v0.1.1 |
1243 | 2024-02-16T20:00:07.626Z | Compiling schemars v0.8.16 |
1244 | 2024-02-16T20:00:08.045Z | Compiling form_urlencoded v1.2.1 |
1245 | 2024-02-16T20:00:08.609Z | Compiling block-buffer v0.10.4 |
1246 | 2024-02-16T20:00:08.893Z | Compiling tower-service v0.3.2 |
1247 | 2024-02-16T20:00:09.005Z | Compiling untrusted v0.7.1 |
1248 | 2024-02-16T20:00:09.128Z | Compiling spin v0.5.2 |
1249 | 2024-02-16T20:00:09.163Z | Compiling dyn-clone v1.0.13 |
1250 | 2024-02-16T20:00:09.590Z | Compiling digest v0.10.7 |
1251 | 2024-02-16T20:00:09.596Z | Compiling try-lock v0.2.4 |
1252 | 2024-02-16T20:00:09.596Z | Compiling cpufeatures v0.2.12 |
1253 | 2024-02-16T20:00:09.596Z | Compiling want v0.3.1 |
1254 | 2024-02-16T20:00:09.596Z | Compiling aho-corasick v1.0.4 |
1255 | 2024-02-16T20:00:09.596Z | Compiling serde_derive v1.0.195 |
1256 | 2024-02-16T20:00:09.596Z | Compiling thiserror-impl v1.0.56 |
1257 | 2024-02-16T20:00:09.606Z | Compiling tokio-macros v2.2.0 |
1258 | 2024-02-16T20:00:09.687Z | Compiling futures-macro v0.3.30 |
1259 | 2024-02-16T20:00:09.795Z | Compiling schemars_derive v0.8.16 |
1260 | 2024-02-16T20:00:09.803Z | Compiling tracing-attributes v0.1.26 |
1261 | 2024-02-16T20:00:11.682Z | Compiling futures-util v0.3.30 |
1262 | 2024-02-16T20:00:12.751Z | Compiling pest v2.7.6 |
1263 | 2024-02-16T20:00:12.955Z | Compiling httpdate v1.0.3 |
1264 | 2024-02-16T20:00:13.194Z | Compiling tracing v0.1.37 |
1265 | 2024-02-16T20:00:13.531Z | Compiling regex-syntax v0.8.2 |
1266 | 2024-02-16T20:00:14.002Z | Compiling chrono v0.4.31 |
1267 | 2024-02-16T20:00:14.099Z | Compiling hashbrown v0.13.2 |
1268 | 2024-02-16T20:00:15.217Z | Compiling pest_meta v2.7.6 |
1269 | 2024-02-16T20:00:15.436Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-02-16T20:00:16.114Z | Compiling uuid v1.7.0 |
1271 | 2024-02-16T20:00:16.209Z | Compiling rustls v0.21.7 |
1272 | 2024-02-16T20:00:16.530Z | Compiling pest_generator v2.7.6 |
1273 | 2024-02-16T20:00:16.621Z | Compiling crossbeam-utils v0.8.16 |
1274 | 2024-02-16T20:00:17.107Z | Compiling ppv-lite86 v0.2.17 |
1275 | 2024-02-16T20:00:18.321Z | Compiling regex-automata v0.4.4 |
1276 | 2024-02-16T20:00:19.061Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-02-16T20:00:19.334Z | Compiling pest_derive v2.7.6 |
1278 | 2024-02-16T20:00:19.861Z | Compiling regress v0.7.1 |
1279 | 2024-02-16T20:00:20.271Z | Compiling sct v0.7.0 |
1280 | 2024-02-16T20:00:20.705Z | Compiling rustls-webpki v0.101.4 |
1281 | 2024-02-16T20:00:20.764Z | Compiling time-macros v0.2.13 |
1282 | 2024-02-16T20:00:21.851Z | Compiling idna v0.4.0 |
1283 | 2024-02-16T20:00:23.848Z | Compiling bytes v1.5.0 |
1284 | 2024-02-16T20:00:24.317Z | Compiling indexmap v2.1.0 |
1285 | 2024-02-16T20:00:25.236Z | Compiling tokio v1.36.0 |
1286 | 2024-02-16T20:00:25.616Z | Compiling http v0.2.11 |
1287 | 2024-02-16T20:00:26.454Z | Compiling serde_tokenstream v0.2.0 |
1288 | 2024-02-16T20:00:30.127Z | Compiling http-body v0.4.5 |
1289 | 2024-02-16T20:00:30.486Z | Compiling regex v1.10.3 |
1290 | 2024-02-16T20:00:30.625Z | Compiling deranged v0.3.8 |
1291 | 2024-02-16T20:00:31.898Z | Compiling rustversion v1.0.14 |
1292 | 2024-02-16T20:00:32.521Z | Compiling async-trait v0.1.77 |
1293 | 2024-02-16T20:00:32.847Z | Compiling num_threads v0.1.6 |
1294 | 2024-02-16T20:00:32.960Z | Compiling time v0.3.27 |
1295 | 2024-02-16T20:00:33.115Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1296 | 2024-02-16T20:00:33.364Z | Compiling url v2.4.0 |
1297 | 2024-02-16T20:00:34.352Z | Compiling tokio-util v0.7.8 |
1298 | 2024-02-16T20:00:36.522Z | Compiling h2 v0.3.24 |
1299 | 2024-02-16T20:00:41.172Z | Compiling rand v0.8.5 |
1300 | 2024-02-16T20:00:42.913Z | Compiling rustls-pemfile v1.0.4 |
1301 | 2024-02-16T20:00:43.660Z | Compiling tokio-rustls v0.24.1 |
1302 | 2024-02-16T20:00:44.106Z | Compiling hyper v0.14.27 |
1303 | 2024-02-16T20:00:44.792Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1304 | 2024-02-16T20:00:49.470Z | Compiling serde_urlencoded v0.7.1 |
1305 | 2024-02-16T20:00:50.406Z | Compiling thread-id v4.2.0 |
1306 | 2024-02-16T20:00:50.508Z | Compiling openssl v0.10.60 |
1307 | 2024-02-16T20:00:52.730Z | Compiling foreign-types-shared v0.1.1 |
1308 | 2024-02-16T20:00:52.832Z | Compiling anyhow v1.0.75 |
1309 | 2024-02-16T20:00:53.391Z | Compiling foreign-types v0.3.2 |
1310 | 2024-02-16T20:00:53.490Z | Compiling zerocopy-derive v0.7.32 |
1311 | 2024-02-16T20:00:53.900Z | Compiling openssl-macros v0.1.1 |
1312 | 2024-02-16T20:00:55.735Z | Compiling atty v0.2.14 |
1313 | 2024-02-16T20:00:55.877Z | Compiling encoding_rs v0.8.33 |
1314 | 2024-02-16T20:00:57.089Z | Compiling mime v0.3.17 |
1315 | 2024-02-16T20:00:58.230Z | Compiling native-tls v0.2.11 |
1316 | 2024-02-16T20:01:01.868Z | Compiling rustls-native-certs v0.6.3 |
1317 | 2024-02-16T20:01:02.093Z | Compiling dirs-sys-next v0.1.2 |
1318 | 2024-02-16T20:01:02.728Z | Compiling unicode-width v0.1.10 |
1319 | 2024-02-16T20:01:02.893Z | Compiling dirs-next v2.0.0 |
1320 | 2024-02-16T20:01:02.998Z | Compiling hyper-rustls v0.24.1 |
1321 | 2024-02-16T20:01:03.148Z | Compiling openapiv3 v2.0.0 |
1322 | 2024-02-16T20:01:03.935Z | Compiling thread_local v1.1.7 |
1323 | 2024-02-16T20:01:04.763Z | Compiling slog-async v2.8.0 |
1324 | 2024-02-16T20:01:04.786Z | Compiling lazy_static v1.4.0 |
1325 | 2024-02-16T20:01:04.910Z | Compiling ipnet v2.8.0 |
1326 | 2024-02-16T20:01:06.800Z | Compiling getopts v0.2.21 |
1327 | 2024-02-16T20:01:07.633Z | Compiling term v0.7.0 |
1328 | 2024-02-16T20:01:08.268Z | Compiling tokio-native-tls v0.3.1 |
1329 | 2024-02-16T20:01:08.557Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1330 | 2024-02-16T20:01:08.677Z | Compiling crossbeam-channel v0.5.8 |
1331 | 2024-02-16T20:01:08.724Z | Compiling futures-executor v0.3.30 |
1332 | 2024-02-16T20:01:09.715Z | Compiling libz-sys v1.1.12 |
1333 | 2024-02-16T20:01:10.300Z | Compiling winnow v0.5.15 |
1334 | 2024-02-16T20:01:10.457Z | Compiling toml_datetime v0.6.5 |
1335 | 2024-02-16T20:01:10.833Z | Compiling take_mut v0.2.2 |
1336 | 2024-02-16T20:01:12.544Z | Compiling futures v0.3.30 |
1337 | 2024-02-16T20:01:12.650Z | Compiling hyper-tls v0.5.0 |
1338 | 2024-02-16T20:01:13.082Z | Compiling slog-term v2.9.0 |
1339 | 2024-02-16T20:01:13.303Z | Compiling zerocopy v0.7.32 |
1340 | 2024-02-16T20:01:13.900Z | Compiling toml_edit v0.19.15 |
1341 | 2024-02-16T20:01:14.244Z | Compiling scroll_derive v0.12.0 |
1342 | 2024-02-16T20:01:14.967Z | Compiling ring v0.17.7 |
1343 | 2024-02-16T20:01:15.795Z | Compiling usdt-impl v0.5.0 |
1344 | 2024-02-16T20:01:16.086Z | Compiling zeroize v1.6.0 |
1345 | 2024-02-16T20:01:16.096Z | Compiling unsafe-libyaml v0.2.9 |
1346 | 2024-02-16T20:01:16.181Z | Compiling webpki-roots v0.25.2 |
1347 | 2024-02-16T20:01:16.328Z | Compiling omicron-workspace-hack v0.1.0 |
1348 | 2024-02-16T20:01:16.400Z | Compiling reqwest v0.11.22 |
1349 | 2024-02-16T20:01:16.637Z | Compiling proc-macro-crate v1.3.1 |
1350 | 2024-02-16T20:01:17.504Z | Compiling serde_yaml v0.9.25 |
1351 | 2024-02-16T20:01:17.832Z | Compiling scroll v0.12.0 |
1352 | 2024-02-16T20:01:17.842Z | Compiling dof v0.3.0 |
1353 | 2024-02-16T20:01:18.984Z | Compiling dtrace-parser v0.2.0 |
1354 | 2024-02-16T20:01:20.171Z | Compiling spin v0.9.8 |
1355 | 2024-02-16T20:01:20.429Z | Compiling plain v0.2.3 |
1356 | 2024-02-16T20:01:20.577Z | Compiling goblin v0.8.0 |
1357 | 2024-02-16T20:01:21.622Z | Compiling strum_macros v0.25.3 |
1358 | 2024-02-16T20:01:22.818Z | Compiling serde_spanned v0.6.4 |
1359 | 2024-02-16T20:01:23.085Z | Compiling sha1 v0.10.6 |
1360 | 2024-02-16T20:01:23.982Z | Compiling pretty-hex v0.4.1 |
1361 | 2024-02-16T20:01:24.193Z | Compiling unicode-xid v0.2.4 |
1362 | 2024-02-16T20:01:24.342Z | Compiling match_cfg v0.1.0 |
1363 | 2024-02-16T20:01:24.428Z | Compiling untrusted v0.9.0 |
1364 | 2024-02-16T20:01:24.611Z | Compiling rustls-pki-types v1.1.0 |
1365 | 2024-02-16T20:01:25.685Z | Compiling hostname v0.3.1 |
1366 | 2024-02-16T20:01:25.993Z | Compiling num-integer v0.1.45 |
1367 | 2024-02-16T20:01:26.326Z | Compiling strsim v0.10.0 |
1368 | 2024-02-16T20:01:27.647Z | Compiling ident_case v1.0.1 |
1369 | 2024-02-16T20:01:27.828Z | Compiling rustls v0.22.2 |
1370 | 2024-02-16T20:01:28.184Z | Compiling darling_core v0.20.3 |
1371 | 2024-02-16T20:01:30.881Z | Compiling usdt-macro v0.5.0 |
1372 | 2024-02-16T20:01:32.255Z | Compiling usdt-attr-macro v0.5.0 |
1373 | 2024-02-16T20:01:32.899Z | Compiling serde_path_to_error v0.1.15 |
1374 | 2024-02-16T20:01:33.580Z | Compiling sha2 v0.10.7 |
1375 | 2024-02-16T20:01:33.669Z | Compiling memmap v0.7.0 |
1376 | 2024-02-16T20:01:33.853Z | Compiling multer v3.0.0 |
1377 | 2024-02-16T20:01:34.072Z | Compiling paste v1.0.14 |
1378 | 2024-02-16T20:01:34.179Z | Compiling camino v1.1.6 |
1379 | 2024-02-16T20:01:34.654Z | Compiling usdt v0.5.0 |
1380 | 2024-02-16T20:01:34.849Z | Compiling darling_macro v0.20.3 |
1381 | 2024-02-16T20:01:36.134Z | Compiling toml_edit v0.21.0 |
1382 | 2024-02-16T20:01:37.053Z | Compiling synstructure v0.12.6 |
1383 | 2024-02-16T20:01:37.137Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1384 | 2024-02-16T20:01:38.612Z | Compiling slog-json v2.6.1 |
1385 | 2024-02-16T20:01:39.111Z | Compiling http v1.0.0 |
1386 | 2024-02-16T20:01:39.629Z | Compiling async-stream-impl v0.3.5 |
1387 | 2024-02-16T20:01:41.043Z | Compiling num-bigint v0.4.4 |
1388 | 2024-02-16T20:01:41.537Z | Compiling proc-macro-error-attr v1.0.4 |
1389 | 2024-02-16T20:01:41.873Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#605a6d14) |
1390 | 2024-02-16T20:01:42.214Z | Compiling rustix v0.38.26 |
1391 | 2024-02-16T20:01:42.894Z | Compiling atomic-waker v1.1.1 |
1392 | 2024-02-16T20:01:43.085Z | Compiling waitgroup v0.1.2 |
1393 | 2024-02-16T20:01:43.899Z | Compiling async-stream v0.3.5 |
1394 | 2024-02-16T20:01:43.989Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1395 | 2024-02-16T20:01:44.197Z | Compiling toml v0.8.8 |
1396 | 2024-02-16T20:01:44.877Z | Compiling slog-bunyan v2.5.0 |
1397 | 2024-02-16T20:01:45.008Z | Compiling zerocopy-derive v0.2.0 |
1398 | 2024-02-16T20:01:46.950Z | Compiling darling v0.20.3 |
1399 | 2024-02-16T20:01:48.163Z | Compiling strum v0.25.0 |
1400 | 2024-02-16T20:01:48.337Z | Compiling rustls-pemfile v2.0.0 |
1401 | 2024-02-16T20:01:48.736Z | Compiling num_enum_derive v0.5.11 |
1402 | 2024-02-16T20:01:49.679Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1403 | 2024-02-16T20:01:50.013Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#605a6d14) |
1404 | 2024-02-16T20:01:51.185Z | Compiling hex v0.4.3 |
1405 | 2024-02-16T20:01:51.262Z | Compiling md-5 v0.10.5 |
1406 | 2024-02-16T20:01:51.507Z | Compiling hmac v0.12.1 |
1407 | 2024-02-16T20:01:51.612Z | Compiling structmeta-derive v0.2.0 |
1408 | 2024-02-16T20:01:51.714Z | Compiling stringprep v0.1.3 |
1409 | 2024-02-16T20:01:51.814Z | Compiling errno v0.3.8 |
1410 | 2024-02-16T20:01:52.064Z | Compiling proc-macro-error v1.0.4 |
1411 | 2024-02-16T20:01:52.111Z | Compiling bitflags v1.3.2 |
1412 | 2024-02-16T20:01:52.201Z | Compiling fallible-iterator v0.2.0 |
1413 | 2024-02-16T20:01:52.486Z | Compiling siphasher v0.3.11 |
1414 | 2024-02-16T20:01:52.869Z | Compiling debug-ignore v1.0.5 |
1415 | 2024-02-16T20:01:52.981Z | Compiling postgres-protocol v0.6.6 |
1416 | 2024-02-16T20:01:53.013Z | Compiling phf_shared v0.11.2 |
1417 | 2024-02-16T20:01:54.456Z | Compiling structmeta v0.2.0 |
1418 | 2024-02-16T20:01:54.976Z | Compiling num_enum v0.5.11 |
1419 | 2024-02-16T20:01:55.223Z | Compiling serde_with_macros v3.5.1 |
1420 | 2024-02-16T20:01:56.886Z | Compiling serde_repr v0.1.16 |
1421 | 2024-02-16T20:01:58.112Z | Compiling semver v1.0.21 |
1422 | 2024-02-16T20:01:58.267Z | Compiling regex-syntax v0.7.4 |
1423 | 2024-02-16T20:01:58.653Z | Compiling serde_with v3.5.1 |
1424 | 2024-02-16T20:01:59.384Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1425 | 2024-02-16T20:01:59.944Z | Compiling postgres-types v0.2.6 |
1426 | 2024-02-16T20:02:00.089Z | Compiling phf v0.11.2 |
1427 | 2024-02-16T20:02:00.403Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1428 | 2024-02-16T20:02:00.618Z | Compiling usdt-impl v0.3.5 |
1429 | 2024-02-16T20:02:00.988Z | Compiling instant v0.1.12 |
1430 | 2024-02-16T20:02:01.144Z | Compiling either v1.9.0 |
1431 | 2024-02-16T20:02:01.802Z | Compiling whoami v1.4.1 |
1432 | 2024-02-16T20:02:02.466Z | Compiling semver v0.1.20 |
1433 | 2024-02-16T20:02:02.732Z | Compiling static_assertions v1.1.0 |
1434 | 2024-02-16T20:02:02.822Z | Compiling rustc_version v0.1.7 |
1435 | 2024-02-16T20:02:02.960Z | Compiling tokio-postgres v0.7.10 |
1436 | 2024-02-16T20:02:03.346Z | Compiling backoff v0.4.0 |
1437 | 2024-02-16T20:02:03.834Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1438 | 2024-02-16T20:02:04.133Z | Compiling parse-display-derive v0.8.2 |
1439 | 2024-02-16T20:02:04.237Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1440 | 2024-02-16T20:02:04.384Z | Compiling ipnetwork v0.20.0 |
1441 | 2024-02-16T20:02:04.536Z | Compiling macaddr v1.0.1 |
1442 | 2024-02-16T20:02:04.638Z | Compiling num-iter v0.1.43 |
1443 | 2024-02-16T20:02:04.978Z | Compiling num-rational v0.4.1 |
1444 | 2024-02-16T20:02:05.131Z | Compiling arc-swap v1.6.0 |
1445 | 2024-02-16T20:02:05.716Z | Compiling newtype_derive v0.1.6 |
1446 | 2024-02-16T20:02:05.817Z | Compiling zerocopy v0.3.2 |
1447 | 2024-02-16T20:02:06.163Z | Compiling vergen v8.2.4 |
1448 | 2024-02-16T20:02:06.197Z | Compiling hubpack_derive v0.1.1 |
1449 | 2024-02-16T20:02:06.391Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-02-16T20:02:06.495Z | Compiling memoffset v0.9.0 |
1451 | 2024-02-16T20:02:06.985Z | Compiling base64ct v1.6.0 |
1452 | 2024-02-16T20:02:07.153Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1453 | 2024-02-16T20:02:07.656Z | Compiling crucible-workspace-hack v0.1.0 |
1454 | 2024-02-16T20:02:07.751Z | Compiling password-hash v0.5.0 |
1455 | 2024-02-16T20:02:08.000Z | Compiling hubpack v0.1.2 |
1456 | 2024-02-16T20:02:08.198Z | Compiling parse-display v0.8.2 |
1457 | 2024-02-16T20:02:08.431Z | Compiling zerocopy v0.6.6 |
1458 | 2024-02-16T20:02:08.484Z | Compiling dof v0.1.5 |
1459 | 2024-02-16T20:02:08.626Z | Compiling rustc_version v0.4.0 |
1460 | 2024-02-16T20:02:09.112Z | Compiling slog-scope v4.4.0 |
1461 | 2024-02-16T20:02:09.435Z | Compiling num-complex v0.4.4 |
1462 | 2024-02-16T20:02:09.469Z | Compiling dtrace-parser v0.1.14 |
1463 | 2024-02-16T20:02:10.081Z | Compiling blake2 v0.10.6 |
1464 | 2024-02-16T20:02:10.164Z | Compiling libsqlite3-sys v0.27.0 |
1465 | 2024-02-16T20:02:10.676Z | Compiling crossbeam-epoch v0.9.15 |
1466 | 2024-02-16T20:02:10.838Z | Compiling slog-dtrace v0.3.0 |
1467 | 2024-02-16T20:02:11.062Z | Compiling fixedbitset v0.4.2 |
1468 | 2024-02-16T20:02:11.374Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1469 | 2024-02-16T20:02:11.700Z | Compiling utf8parse v0.2.1 |
1470 | 2024-02-16T20:02:11.772Z | Compiling petgraph v0.6.4 |
1471 | 2024-02-16T20:02:11.832Z | Compiling anstyle-parse v0.2.1 |
1472 | 2024-02-16T20:02:11.995Z | Compiling num v0.4.1 |
1473 | 2024-02-16T20:02:12.102Z | Compiling argon2 v0.5.3 |
1474 | 2024-02-16T20:02:12.305Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1475 | 2024-02-16T20:02:13.308Z | Compiling slog-stdlog v4.1.1 |
1476 | 2024-02-16T20:02:13.651Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1477 | 2024-02-16T20:02:13.681Z | Compiling is-terminal v0.4.9 |
1478 | 2024-02-16T20:02:14.263Z | Compiling serde_tokenstream v0.1.7 |
1479 | 2024-02-16T20:02:14.390Z | Compiling foreign-types-macros v0.2.3 |
1480 | 2024-02-16T20:02:14.764Z | Compiling inout v0.1.3 |
1481 | 2024-02-16T20:02:14.825Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1482 | 2024-02-16T20:02:14.982Z | Compiling backtrace v0.3.69 |
1483 | 2024-02-16T20:02:15.457Z | Compiling indexmap v1.9.3 |
1484 | 2024-02-16T20:02:15.577Z | Compiling pretty-hex v0.2.1 |
1485 | 2024-02-16T20:02:15.725Z | Compiling doc-comment v0.3.3 |
1486 | 2024-02-16T20:02:15.775Z | Compiling radium v0.7.0 |
1487 | 2024-02-16T20:02:15.805Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1488 | 2024-02-16T20:02:16.047Z | Compiling foreign-types-shared v0.3.1 |
1489 | 2024-02-16T20:02:16.122Z | Compiling base64 v0.13.1 |
1490 | 2024-02-16T20:02:16.154Z | Compiling anstyle-query v1.0.0 |
1491 | 2024-02-16T20:02:16.233Z | Compiling colorchoice v1.0.0 |
1492 | 2024-02-16T20:02:16.245Z | Compiling termcolor v1.2.0 |
1493 | 2024-02-16T20:02:16.284Z | Compiling anstyle v1.0.2 |
1494 | 2024-02-16T20:02:16.384Z | Compiling adler v1.0.2 |
1495 | 2024-02-16T20:02:16.396Z | Compiling gimli v0.28.0 |
1496 | 2024-02-16T20:02:16.659Z | Compiling anstream v0.5.0 |
1497 | 2024-02-16T20:02:16.775Z | Compiling miniz_oxide v0.7.1 |
1498 | 2024-02-16T20:02:17.025Z | Compiling foreign-types v0.5.0 |
1499 | 2024-02-16T20:02:17.146Z | Compiling steno v0.4.0 |
1500 | 2024-02-16T20:02:17.334Z | Compiling cipher v0.4.4 |
1501 | 2024-02-16T20:02:17.780Z | Compiling colored v2.0.4 |
1502 | 2024-02-16T20:02:18.303Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1503 | 2024-02-16T20:02:18.908Z | Compiling slog-envlogger v2.2.0 |
1504 | 2024-02-16T20:02:19.080Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1505 | 2024-02-16T20:02:20.483Z | Compiling itertools v0.10.5 |
1506 | 2024-02-16T20:02:21.161Z | Compiling addr2line v0.21.0 |
1507 | 2024-02-16T20:02:21.942Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1508 | 2024-02-16T20:02:22.422Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1509 | 2024-02-16T20:02:22.976Z | Compiling pin-project-internal v1.1.3 |
1510 | 2024-02-16T20:02:23.347Z | Compiling hashlink v0.8.3 |
1511 | 2024-02-16T20:02:23.566Z | Compiling cstr-argument v0.1.2 |
1512 | 2024-02-16T20:02:23.801Z | Compiling object v0.32.0 |
1513 | 2024-02-16T20:02:24.104Z | Compiling fallible-iterator v0.3.0 |
1514 | 2024-02-16T20:02:24.854Z | Compiling tower-layer v0.3.2 |
1515 | 2024-02-16T20:02:25.178Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1516 | 2024-02-16T20:02:25.505Z | Compiling rayon-core v1.12.1 |
1517 | 2024-02-16T20:02:25.833Z | Compiling fastrand v2.0.0 |
1518 | 2024-02-16T20:02:25.899Z | Compiling clap_lex v0.5.1 |
1519 | 2024-02-16T20:02:26.551Z | Compiling hashbrown v0.12.3 |
1520 | 2024-02-16T20:02:26.603Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1521 | 2024-02-16T20:02:26.937Z | Compiling fallible-streaming-iterator v0.1.9 |
1522 | 2024-02-16T20:02:26.945Z | Compiling tap v1.0.1 |
1523 | 2024-02-16T20:02:27.122Z | Compiling os_str_bytes v6.5.1 |
1524 | 2024-02-16T20:02:27.195Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1525 | 2024-02-16T20:02:27.527Z | Compiling rustc-demangle v0.1.23 |
1526 | 2024-02-16T20:02:27.680Z | Compiling portable-atomic v1.4.3 |
1527 | 2024-02-16T20:02:27.839Z | Compiling data-encoding v2.4.0 |
1528 | 2024-02-16T20:02:28.679Z | Compiling clap_lex v0.2.4 |
1529 | 2024-02-16T20:02:29.520Z | Compiling rusqlite v0.30.0 |
1530 | 2024-02-16T20:02:29.610Z | Compiling wyz v0.5.1 |
1531 | 2024-02-16T20:02:30.212Z | Compiling tempfile v3.8.0 |
1532 | 2024-02-16T20:02:32.081Z | Compiling clap_builder v4.4.0 |
1533 | 2024-02-16T20:02:34.050Z | Compiling pin-project v1.1.3 |
1534 | 2024-02-16T20:02:34.201Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1535 | 2024-02-16T20:02:35.033Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1536 | 2024-02-16T20:02:35.107Z | Compiling crossbeam-deque v0.8.3 |
1537 | 2024-02-16T20:02:35.567Z | Compiling pem v1.1.1 |
1538 | 2024-02-16T20:02:35.837Z | Compiling usdt-attr-macro v0.3.5 |
1539 | 2024-02-16T20:02:35.960Z | Compiling usdt-macro v0.3.5 |
1540 | 2024-02-16T20:02:37.165Z | Compiling twox-hash v1.6.3 |
1541 | 2024-02-16T20:02:37.322Z | Compiling clap_derive v3.2.25 |
1542 | 2024-02-16T20:02:37.331Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1543 | 2024-02-16T20:02:38.131Z | Compiling simple_asn1 v0.6.2 |
1544 | 2024-02-16T20:02:38.845Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1545 | 2024-02-16T20:02:39.847Z | Compiling num_enum_derive v0.7.0 |
1546 | 2024-02-16T20:02:40.016Z | Compiling tokio-io-timeout v1.2.0 |
1547 | 2024-02-16T20:02:40.299Z | Compiling snafu-derive v0.7.5 |
1548 | 2024-02-16T20:02:40.977Z | Compiling clap_derive v4.4.0 |
1549 | 2024-02-16T20:02:41.566Z | Compiling universal-hash v0.5.1 |
1550 | 2024-02-16T20:02:42.176Z | Compiling nix v0.27.1 |
1551 | 2024-02-16T20:02:42.179Z | Compiling http-range-header v0.3.1 |
1552 | 2024-02-16T20:02:42.540Z | Compiling funty v2.0.0 |
1553 | 2024-02-16T20:02:42.559Z | Compiling textwrap v0.16.0 |
1554 | 2024-02-16T20:02:42.660Z | Compiling curl v0.4.44 |
1555 | 2024-02-16T20:02:42.973Z | Compiling opaque-debug v0.3.0 |
1556 | 2024-02-16T20:02:43.447Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1557 | 2024-02-16T20:02:43.456Z | Compiling polyval v0.6.1 |
1558 | 2024-02-16T20:02:43.456Z | Compiling clap v3.2.25 |
1559 | 2024-02-16T20:02:43.612Z | Compiling num_enum v0.7.0 |
1560 | 2024-02-16T20:02:43.765Z | Compiling bitvec v1.0.1 |
1561 | 2024-02-16T20:02:45.164Z | Compiling tower-http v0.4.4 |
1562 | 2024-02-16T20:02:45.174Z | Compiling hyper-timeout v0.4.1 |
1563 | 2024-02-16T20:02:45.427Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1564 | 2024-02-16T20:02:45.472Z | Compiling snafu v0.7.5 |
1565 | 2024-02-16T20:02:45.750Z | Compiling clap v4.4.0 |
1566 | 2024-02-16T20:02:45.857Z | Compiling jsonwebtoken v8.3.0 |
1567 | 2024-02-16T20:02:47.207Z | Compiling usdt v0.3.5 |
1568 | 2024-02-16T20:02:49.138Z | Compiling tower v0.4.13 |
1569 | 2024-02-16T20:02:51.210Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1570 | 2024-02-16T20:02:51.354Z | Compiling ctr v0.9.2 |
1571 | 2024-02-16T20:02:51.677Z | Compiling aes v0.8.3 |
1572 | 2024-02-16T20:02:52.851Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1573 | 2024-02-16T20:02:53.519Z | Compiling zone_cfg_derive v0.2.0 |
1574 | 2024-02-16T20:02:54.789Z | Compiling secrecy v0.8.0 |
1575 | 2024-02-16T20:02:54.792Z | Compiling console v0.15.7 |
1576 | 2024-02-16T20:02:54.793Z | Compiling bincode v1.3.3 |
1577 | 2024-02-16T20:02:55.037Z | Compiling async-recursion v0.3.2 |
1578 | 2024-02-16T20:02:55.823Z | Compiling aead v0.5.2 |
1579 | 2024-02-16T20:02:56.113Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1580 | 2024-02-16T20:02:56.131Z | Compiling humantime v2.1.0 |
1581 | 2024-02-16T20:02:56.448Z | Compiling erased-serde v0.3.30 |
1582 | 2024-02-16T20:02:56.837Z | Compiling number_prefix v0.4.0 |
1583 | 2024-02-16T20:02:57.005Z | Compiling indicatif v0.17.6 |
1584 | 2024-02-16T20:02:57.011Z | Compiling env_logger v0.9.3 |
1585 | 2024-02-16T20:02:57.025Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1586 | 2024-02-16T20:02:57.064Z | Compiling aes-gcm-siv v0.11.1 |
1587 | 2024-02-16T20:02:57.324Z | Compiling zone v0.2.0 |
1588 | 2024-02-16T20:02:57.415Z | Compiling octocrab v0.25.1 |
1589 | 2024-02-16T20:02:58.279Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1590 | 2024-02-16T20:02:58.294Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1591 | 2024-02-16T20:02:58.687Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1592 | 2024-02-16T20:03:00.911Z | Compiling rayon v1.8.1 |
1593 | 2024-02-16T20:03:01.781Z | Compiling itertools v0.12.1 |
1594 | 2024-02-16T20:03:03.253Z | Compiling sha256 v1.4.0 |
1595 | 2024-02-16T20:03:03.598Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1596 | 2024-02-16T20:03:03.917Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1597 | 2024-02-16T20:03:04.051Z | Compiling toml v0.5.11 |
1598 | 2024-02-16T20:03:05.420Z | Compiling bitstruct_derive v0.1.0 |
1599 | 2024-02-16T20:03:05.798Z | Compiling async-recursion v1.0.5 |
1600 | 2024-02-16T20:03:06.294Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1601 | 2024-02-16T20:03:06.424Z | Compiling libloading v0.7.4 |
1602 | 2024-02-16T20:03:06.625Z | Compiling matches v0.1.10 |
1603 | 2024-02-16T20:03:06.712Z | Compiling utf-8 v0.7.6 |
1604 | 2024-02-16T20:03:06.874Z | Compiling ascii v1.1.0 |
1605 | 2024-02-16T20:03:06.878Z | Compiling ringbuffer v0.15.0 |
1606 | 2024-02-16T20:03:07.295Z | Compiling tungstenite v0.20.1 |
1607 | 2024-02-16T20:03:07.298Z | Compiling bitstruct v0.1.1 |
1608 | 2024-02-16T20:03:07.299Z | Compiling idna v0.2.3 |
1609 | 2024-02-16T20:03:07.468Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1610 | 2024-02-16T20:03:07.956Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1611 | 2024-02-16T20:03:07.956Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1612 | 2024-02-16T20:03:10.028Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1613 | 2024-02-16T20:03:10.064Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1614 | 2024-02-16T20:03:11.206Z | Compiling serde_arrays v0.1.0 |
1615 | 2024-02-16T20:03:11.371Z | Compiling enum-as-inner v0.5.1 |
1616 | 2024-02-16T20:03:12.267Z | Compiling quick-error v1.2.3 |
1617 | 2024-02-16T20:03:12.369Z | Compiling linked-hash-map v0.5.6 |
1618 | 2024-02-16T20:03:12.455Z | Compiling trust-dns-proto v0.22.0 |
1619 | 2024-02-16T20:03:12.459Z | Compiling resolv-conf v0.7.0 |
1620 | 2024-02-16T20:03:12.746Z | Compiling lru-cache v0.1.2 |
1621 | 2024-02-16T20:03:12.943Z | Compiling tokio-tungstenite v0.20.1 |
1622 | 2024-02-16T20:03:13.324Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1623 | 2024-02-16T20:03:13.482Z | Compiling const_format_proc_macros v0.2.31 |
1624 | 2024-02-16T20:03:13.961Z | Compiling toml v0.7.8 |
1625 | 2024-02-16T20:03:15.591Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1626 | 2024-02-16T20:03:17.092Z | Compiling const_format v0.2.31 |
1627 | 2024-02-16T20:03:18.121Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1628 | 2024-02-16T20:03:19.664Z | Compiling trust-dns-resolver v0.22.0 |
1629 | 2024-02-16T20:03:20.177Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1630 | 2024-02-16T20:03:20.399Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1631 | 2024-02-16T20:03:25.055Z | Compiling ron v0.7.1 |
1632 | 2024-02-16T20:03:30.610Z | Compiling bit_field v0.10.2 |
1633 | 2024-02-16T20:03:36.542Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1634 | 2024-02-16T20:03:36.740Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1635 | 2024-02-16T20:03:48.222Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1636 | 2024-02-16T20:03:51.243Z | Compiling rustls-webpki v0.102.1 |
1637 | 2024-02-16T20:03:55.612Z | Compiling tokio-rustls v0.25.0 |
1638 | 2024-02-16T20:04:00.516Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1639 | 2024-02-16T20:04:16.969Z | Compiling git2 v0.17.2 |
1640 | 2024-02-16T20:04:16.969Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1641 | 2024-02-16T20:04:16.969Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1642 | 2024-02-16T20:04:16.969Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1643 | 2024-02-16T20:04:17.011Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1644 | 2024-02-16T20:04:19.352Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1645 | 2024-02-16T20:04:24.083Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1646 | 2024-02-16T20:04:33.519Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1647 | 2024-02-16T20:04:43.087Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#80cc0010) |
1648 | 2024-02-16T20:04:49.985Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1649 | 2024-02-16T20:05:02.223Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1650 | 2024-02-16T20:05:02.831Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1651 | 2024-02-16T20:05:03.544Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1652 | 2024-02-16T20:06:00.212Z | Finished release [optimized] target(s) in 6m 06s |
1653 | 2024-02-16T20:06:00.269Z | |
1654 | 2024-02-16T20:06:00.278Z | real 6:06.112704199 |
1655 | 2024-02-16T20:06:00.278Z | user 42:15.386367592 |
1656 | 2024-02-16T20:06:00.278Z | sys 3:24.703322371 |
1657 | 2024-02-16T20:06:00.278Z | trap 1.180942042 |
1658 | 2024-02-16T20:06:00.278Z | tflt 2.082399047 |
1659 | 2024-02-16T20:06:00.278Z | dflt 1.758216781 |
1660 | 2024-02-16T20:06:00.279Z | kflt 0.010311612 |
1661 | 2024-02-16T20:06:00.279Z | lock 1:27:04.827113599 |
1662 | 2024-02-16T20:06:00.279Z | slp 1:55:51.839983128 |
1663 | 2024-02-16T20:06:00.279Z | lat 1:31.578508114 |
1664 | 2024-02-16T20:06:00.279Z | stop 1:03.628815037 |
1665 | 2024-02-16T20:06:00.279Z | + OUTDIR=/work/release |
1666 | 2024-02-16T20:06:00.279Z | + mkdir -p /work/release |
1667 | 2024-02-16T20:06:00.279Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1668 | 2024-02-16T20:06:00.292Z | + cp target/release/propolis-server /work/release/propolis-server |
1669 | 2024-02-16T20:06:00.356Z | process exited: duration 596750 ms, exit code 0 |
|
1670 | 2024-02-16T20:06:00.389Z | found 2 output files |
1671 | 2024-02-16T20:06:00.389Z | uploading: /work/release/propolis-cli (18072264 bytes) |
1672 | 2024-02-16T20:06:06.256Z | uploaded: /work/release/propolis-cli |
1673 | 2024-02-16T20:06:06.267Z | uploading: /work/release/propolis-server (58204912 bytes) |
1674 | 2024-02-16T20:06:19.885Z | uploaded: /work/release/propolis-server |