|
|
|
1 | 2023-12-14T20:30:19.782Z | job assigned to worker 01HHN08EXC88RCV45BTC91DGGJ (queued for 1 m 52 s) |
|
2 | 2023-12-14T20:30:20.570Z | starting task 0: "setup" |
3 | 2023-12-14T20:30:20.805Z | ++ uname -s |
4 | 2023-12-14T20:30:20.809Z | + kern=SunOS |
5 | 2023-12-14T20:30:20.809Z | + case "$kern" in |
6 | 2023-12-14T20:30:20.809Z | + groupadd -g 12345 build |
7 | 2023-12-14T20:30:20.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-14T20:30:22.822Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-14T20:30:23.165Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-14T20:30:23.169Z | + home_fs=zfs |
11 | 2023-12-14T20:30:23.169Z | + [[ zfs == autofs ]] |
12 | 2023-12-14T20:30:23.169Z | + mkdir -p /home/build |
13 | 2023-12-14T20:30:23.172Z | + chown build:build /home/build /work |
14 | 2023-12-14T20:30:25.173Z | + chmod 0700 /home/build /work |
15 | 2023-12-14T20:30:25.177Z | process exited: duration 4608 ms, exit code 0 |
|
16 | 2023-12-14T20:30:25.183Z | starting task 1: "rust-toolchain" |
17 | 2023-12-14T20:30:25.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-14T20:30:25.198Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-12-14T20:30:25.378Z | info: downloading installer |
20 | 2023-12-14T20:30:28.566Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-14T20:30:28.566Z | warning: /opt/ooce/bin |
22 | 2023-12-14T20:30:28.566Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-14T20:30:28.566Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-14T20:30:28.567Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-14T20:30:28.567Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-14T20:30:28.567Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-14T20:30:28.768Z | error: cannot install while Rust is installed |
28 | 2023-12-14T20:30:28.768Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-14T20:30:29.393Z | info: profile set to 'default' |
30 | 2023-12-14T20:30:29.393Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-14T20:30:29.638Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-12-14T20:30:29.638Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
33 | 2023-12-14T20:30:29.639Z | info: downloading component 'cargo' |
34 | 2023-12-14T20:30:30.474Z | info: downloading component 'clippy' |
35 | 2023-12-14T20:30:31.287Z | info: downloading component 'rust-docs' |
36 | 2023-12-14T20:30:31.811Z | info: downloading component 'rust-std' |
37 | 2023-12-14T20:30:33.436Z | info: downloading component 'rustc' |
38 | 2023-12-14T20:30:56.143Z | info: downloading component 'rustfmt' |
39 | 2023-12-14T20:30:56.737Z | info: installing component 'cargo' |
40 | 2023-12-14T20:30:56.738Z | info: installing component 'clippy' |
41 | 2023-12-14T20:30:56.738Z | info: installing component 'rust-docs' |
42 | 2023-12-14T20:30:57.280Z | info: installing component 'rust-std' |
43 | 2023-12-14T20:30:57.280Z | info: installing component 'rustc' |
44 | 2023-12-14T20:30:57.859Z | info: installing component 'rustfmt' |
45 | 2023-12-14T20:30:58.353Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-12-14T20:30:58.353Z | |
47 | 2023-12-14T20:30:58.918Z | stable-x86_64-unknown-illumos installed - rustc 1.74.1 (a28077b28 2023-12-04) |
48 | 2023-12-14T20:30:58.918Z | |
49 | 2023-12-14T20:30:58.918Z | |
50 | 2023-12-14T20:30:58.918Z | Rust is installed now. Great! |
51 | 2023-12-14T20:30:58.918Z | |
52 | 2023-12-14T20:30:58.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-14T20:30:58.919Z | environment variable. This has not been done automatically. |
54 | 2023-12-14T20:30:58.919Z | |
55 | 2023-12-14T20:30:58.929Z | To configure your current shell, run: |
56 | 2023-12-14T20:30:58.930Z | source "$HOME/.cargo/env" |
57 | 2023-12-14T20:30:58.930Z | + rustc --version |
58 | 2023-12-14T20:30:58.930Z | rustc 1.74.1 (a28077b28 2023-12-04) |
59 | 2023-12-14T20:30:58.930Z | process exited: duration 33536 ms, exit code 0 |
|
60 | 2023-12-14T20:30:58.955Z | starting task 2: "authentication" |
61 | 2023-12-14T20:30:59.408Z | process exited: duration 44 ms, exit code 0 |
|
62 | 2023-12-14T20:30:59.430Z | starting task 3: "clone repository" |
63 | 2023-12-14T20:30:59.438Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-12-14T20:30:59.446Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-12-14T20:30:59.568Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-12-14T20:31:01.137Z | + cd /work/oxidecomputer/propolis |
67 | 2023-12-14T20:31:01.137Z | + [[ -n '' ]] |
68 | 2023-12-14T20:31:01.148Z | + git fetch origin 4704d60118024fb130b5ccaa6fbb9f5cac763b9b |
69 | 2023-12-14T20:31:01.500Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-12-14T20:31:01.500Z | * branch 4704d60118024fb130b5ccaa6fbb9f5cac763b9b -> FETCH_HEAD |
71 | 2023-12-14T20:31:01.920Z | + git reset --hard 4704d60118024fb130b5ccaa6fbb9f5cac763b9b |
72 | 2023-12-14T20:31:01.921Z | HEAD is now at 4704d60 :facepalm: |
73 | 2023-12-14T20:31:01.921Z | process exited: duration 2105 ms, exit code 0 |
|
74 | 2023-12-14T20:31:01.973Z | starting task 4: "build" |
75 | 2023-12-14T20:31:01.995Z | + cargo --version |
76 | 2023-12-14T20:31:02.077Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
77 | 2023-12-14T20:31:02.093Z | + rustc --version |
78 | 2023-12-14T20:31:02.182Z | rustc 1.74.1 (a28077b28 2023-12-04) |
79 | 2023-12-14T20:31:02.191Z | + banner check |
80 | 2023-12-14T20:31:02.361Z | |
81 | 2023-12-14T20:31:02.362Z | #### # # ###### #### # # |
82 | 2023-12-14T20:31:02.362Z | # # # # # # # # # |
83 | 2023-12-14T20:31:02.362Z | # ###### ##### # #### |
84 | 2023-12-14T20:31:02.362Z | # # # # # # # |
85 | 2023-12-14T20:31:02.362Z | # # # # # # # # # |
86 | 2023-12-14T20:31:02.362Z | #### # # ###### #### # # |
87 | 2023-12-14T20:31:02.362Z | |
88 | 2023-12-14T20:31:02.368Z | + ptime -m cargo check --features falcon |
89 | 2023-12-14T20:31:02.624Z | Updating crates.io index |
90 | 2023-12-14T20:31:02.706Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-12-14T20:31:05.167Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-12-14T20:31:05.633Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-12-14T20:31:05.940Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-12-14T20:31:16.486Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-12-14T20:31:16.825Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-12-14T20:31:17.188Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-12-14T20:31:17.530Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
98 | 2023-12-14T20:31:18.332Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2023-12-14T20:31:20.710Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-12-14T20:31:20.992Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
101 | 2023-12-14T20:31:21.695Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2023-12-14T20:31:22.441Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
103 | 2023-12-14T20:31:23.231Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
104 | 2023-12-14T20:31:23.871Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
105 | 2023-12-14T20:31:24.176Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
106 | 2023-12-14T20:31:24.584Z | Updating git repository `https://github.com/oxidecomputer/zone` |
107 | 2023-12-14T20:31:24.926Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2023-12-14T20:31:26.852Z | Downloading crates ... |
109 | 2023-12-14T20:31:27.110Z | Downloaded clap_derive v3.2.25 |
110 | 2023-12-14T20:31:27.117Z | Downloaded aead v0.5.2 |
111 | 2023-12-14T20:31:27.121Z | Downloaded rustversion v1.0.14 |
112 | 2023-12-14T20:31:27.172Z | Downloaded colorchoice v1.0.0 |
113 | 2023-12-14T20:31:27.176Z | Downloaded doc-comment v0.3.3 |
114 | 2023-12-14T20:31:27.176Z | Downloaded serde_derive_internals v0.26.0 |
115 | 2023-12-14T20:31:27.176Z | Downloaded clap_lex v0.2.4 |
116 | 2023-12-14T20:31:27.176Z | Downloaded crossbeam-utils v0.8.16 |
117 | 2023-12-14T20:31:27.177Z | Downloaded rustc_version v0.4.0 |
118 | 2023-12-14T20:31:27.177Z | Downloaded scopeguard v1.2.0 |
119 | 2023-12-14T20:31:27.177Z | Downloaded pretty-hex v0.2.1 |
120 | 2023-12-14T20:31:27.177Z | Downloaded secrecy v0.8.0 |
121 | 2023-12-14T20:31:27.177Z | Downloaded postgres-types v0.2.6 |
122 | 2023-12-14T20:31:27.178Z | Downloaded serde_json v1.0.108 |
123 | 2023-12-14T20:31:27.183Z | Downloaded slog-json v2.6.1 |
124 | 2023-12-14T20:31:27.189Z | Downloaded darling_macro v0.20.3 |
125 | 2023-12-14T20:31:27.192Z | Downloaded crucible-workspace-hack v0.1.0 |
126 | 2023-12-14T20:31:27.197Z | Downloaded bitstruct_derive v0.1.0 |
127 | 2023-12-14T20:31:27.201Z | Downloaded foreign-types v0.3.2 |
128 | 2023-12-14T20:31:27.204Z | Downloaded foreign-types v0.5.0 |
129 | 2023-12-14T20:31:27.204Z | Downloaded bitstruct v0.1.1 |
130 | 2023-12-14T20:31:27.210Z | Downloaded rustls-pemfile v1.0.4 |
131 | 2023-12-14T20:31:27.213Z | Downloaded slog-stdlog v4.1.1 |
132 | 2023-12-14T20:31:27.216Z | Downloaded equivalent v1.0.1 |
133 | 2023-12-14T20:31:27.216Z | Downloaded bit_field v0.10.2 |
134 | 2023-12-14T20:31:27.221Z | Downloaded async-recursion v1.0.5 |
135 | 2023-12-14T20:31:27.224Z | Downloaded dyn-clone v1.0.13 |
136 | 2023-12-14T20:31:27.229Z | Downloaded resolv-conf v0.7.0 |
137 | 2023-12-14T20:31:27.233Z | Downloaded sha2 v0.10.7 |
138 | 2023-12-14T20:31:27.237Z | Downloaded omicron-workspace-hack v0.1.0 |
139 | 2023-12-14T20:31:27.237Z | Downloaded fnv v1.0.7 |
140 | 2023-12-14T20:31:27.241Z | Downloaded pin-utils v0.1.0 |
141 | 2023-12-14T20:31:27.241Z | Downloaded env_logger v0.9.3 |
142 | 2023-12-14T20:31:27.246Z | Downloaded bitflags v1.3.2 |
143 | 2023-12-14T20:31:27.252Z | Downloaded slog-scope v4.4.0 |
144 | 2023-12-14T20:31:27.255Z | Downloaded sha1 v0.10.6 |
145 | 2023-12-14T20:31:27.259Z | Downloaded lru-cache v0.1.2 |
146 | 2023-12-14T20:31:27.262Z | Downloaded serde_urlencoded v0.7.1 |
147 | 2023-12-14T20:31:27.265Z | Downloaded match_cfg v0.1.0 |
148 | 2023-12-14T20:31:27.269Z | Downloaded zone_cfg_derive v0.2.0 |
149 | 2023-12-14T20:31:27.269Z | Downloaded serde_repr v0.1.16 |
150 | 2023-12-14T20:31:27.275Z | Downloaded hyper-timeout v0.4.1 |
151 | 2023-12-14T20:31:27.279Z | Downloaded form_urlencoded v1.2.0 |
152 | 2023-12-14T20:31:27.279Z | Downloaded serde_with_macros v2.3.3 |
153 | 2023-12-14T20:31:27.295Z | Downloaded ringbuffer v0.15.0 |
154 | 2023-12-14T20:31:27.300Z | Downloaded usdt-macro v0.3.5 |
155 | 2023-12-14T20:31:27.300Z | Downloaded usdt-attr-macro v0.3.5 |
156 | 2023-12-14T20:31:27.300Z | Downloaded macaddr v1.0.1 |
157 | 2023-12-14T20:31:27.300Z | Downloaded num_cpus v1.16.0 |
158 | 2023-12-14T20:31:27.300Z | Downloaded parse-display v0.8.2 |
159 | 2023-12-14T20:31:27.300Z | Downloaded proc-macro-error v1.0.4 |
160 | 2023-12-14T20:31:27.305Z | Downloaded num_threads v0.1.6 |
161 | 2023-12-14T20:31:27.309Z | Downloaded allocator-api2 v0.2.16 |
162 | 2023-12-14T20:31:27.314Z | Downloaded want v0.3.1 |
163 | 2023-12-14T20:31:27.317Z | Downloaded futures-task v0.3.29 |
164 | 2023-12-14T20:31:27.321Z | Downloaded proc-macro2 v1.0.69 |
165 | 2023-12-14T20:31:27.327Z | Downloaded socket2 v0.5.5 |
166 | 2023-12-14T20:31:27.331Z | Downloaded take_mut v0.2.2 |
167 | 2023-12-14T20:31:27.331Z | Downloaded usdt v0.3.5 |
168 | 2023-12-14T20:31:27.335Z | Downloaded num-rational v0.4.1 |
169 | 2023-12-14T20:31:27.335Z | Downloaded futures-io v0.3.29 |
170 | 2023-12-14T20:31:27.338Z | Downloaded os_str_bytes v6.5.1 |
171 | 2023-12-14T20:31:27.342Z | Downloaded opaque-debug v0.3.0 |
172 | 2023-12-14T20:31:27.342Z | Downloaded darling_core v0.20.3 |
173 | 2023-12-14T20:31:27.351Z | Downloaded hex v0.4.3 |
174 | 2023-12-14T20:31:27.355Z | Downloaded time-core v0.1.1 |
175 | 2023-12-14T20:31:27.359Z | Downloaded num_enum_derive v0.7.0 |
176 | 2023-12-14T20:31:27.359Z | Downloaded num_enum v0.7.0 |
177 | 2023-12-14T20:31:27.370Z | Downloaded tinyvec_macros v0.1.1 |
178 | 2023-12-14T20:31:27.375Z | Downloaded time-macros v0.2.13 |
179 | 2023-12-14T20:31:27.375Z | Downloaded untrusted v0.7.1 |
180 | 2023-12-14T20:31:27.375Z | Downloaded md-5 v0.10.5 |
181 | 2023-12-14T20:31:27.380Z | Downloaded hashlink v0.8.3 |
182 | 2023-12-14T20:31:27.384Z | Downloaded num-traits v0.2.16 |
183 | 2023-12-14T20:31:27.393Z | Downloaded strum_macros v0.25.2 |
184 | 2023-12-14T20:31:27.397Z | Downloaded http-body v0.4.5 |
185 | 2023-12-14T20:31:27.397Z | Downloaded humantime v2.1.0 |
186 | 2023-12-14T20:31:27.397Z | Downloaded matches v0.1.10 |
187 | 2023-12-14T20:31:27.397Z | Downloaded openssl-macros v0.1.1 |
188 | 2023-12-14T20:31:27.402Z | Downloaded tower-service v0.3.2 |
189 | 2023-12-14T20:31:27.402Z | Downloaded tokio-tungstenite v0.20.1 |
190 | 2023-12-14T20:31:27.422Z | Downloaded inout v0.1.3 |
191 | 2023-12-14T20:31:27.422Z | Downloaded futures-core v0.3.29 |
192 | 2023-12-14T20:31:27.433Z | Downloaded num v0.4.1 |
193 | 2023-12-14T20:31:27.434Z | Downloaded subtle v2.5.0 |
194 | 2023-12-14T20:31:27.434Z | Downloaded num_enum v0.5.11 |
195 | 2023-12-14T20:31:27.434Z | Downloaded zeroize v1.6.0 |
196 | 2023-12-14T20:31:27.434Z | Downloaded thiserror-impl v1.0.47 |
197 | 2023-12-14T20:31:27.434Z | Downloaded mime v0.3.17 |
198 | 2023-12-14T20:31:27.434Z | Downloaded getopts v0.2.21 |
199 | 2023-12-14T20:31:27.439Z | Downloaded serde v1.0.192 |
200 | 2023-12-14T20:31:27.439Z | Downloaded utf8parse v0.2.1 |
201 | 2023-12-14T20:31:27.439Z | Downloaded itoa v1.0.9 |
202 | 2023-12-14T20:31:27.445Z | Downloaded tower-layer v0.3.2 |
203 | 2023-12-14T20:31:27.445Z | Downloaded toml_datetime v0.6.5 |
204 | 2023-12-14T20:31:27.451Z | Downloaded httparse v1.8.0 |
205 | 2023-12-14T20:31:27.451Z | Downloaded futures-executor v0.3.29 |
206 | 2023-12-14T20:31:27.451Z | Downloaded synstructure v0.12.6 |
207 | 2023-12-14T20:31:27.456Z | Downloaded tinyvec v1.6.0 |
208 | 2023-12-14T20:31:27.460Z | Downloaded ucd-trie v0.1.6 |
209 | 2023-12-14T20:31:27.464Z | Downloaded num-complex v0.4.4 |
210 | 2023-12-14T20:31:27.464Z | Downloaded tokio-rustls v0.24.1 |
211 | 2023-12-14T20:31:27.468Z | Downloaded globset v0.4.13 |
212 | 2023-12-14T20:31:27.474Z | Downloaded getrandom v0.2.10 |
213 | 2023-12-14T20:31:27.480Z | Downloaded once_cell v1.18.0 |
214 | 2023-12-14T20:31:27.496Z | Downloaded toml v0.8.8 |
215 | 2023-12-14T20:31:27.496Z | Downloaded tempfile v3.8.0 |
216 | 2023-12-14T20:31:27.496Z | Downloaded indicatif v0.17.6 |
217 | 2023-12-14T20:31:27.499Z | Downloaded native-tls v0.2.11 |
218 | 2023-12-14T20:31:27.507Z | Downloaded miniz_oxide v0.7.1 |
219 | 2023-12-14T20:31:27.510Z | Downloaded uuid v1.6.1 |
220 | 2023-12-14T20:31:27.516Z | Downloaded rusqlite v0.29.0 |
221 | 2023-12-14T20:31:27.524Z | Downloaded tungstenite v0.20.1 |
222 | 2023-12-14T20:31:27.531Z | Downloaded url v2.4.0 |
223 | 2023-12-14T20:31:27.536Z | Downloaded toml v0.5.11 |
224 | 2023-12-14T20:31:27.540Z | Downloaded hashbrown v0.12.3 |
225 | 2023-12-14T20:31:27.550Z | Downloaded pest v2.7.2 |
226 | 2023-12-14T20:31:27.562Z | Downloaded hashbrown v0.13.2 |
227 | 2023-12-14T20:31:27.570Z | Downloaded mio v0.8.9 |
228 | 2023-12-14T20:31:27.584Z | Downloaded memchr v2.6.4 |
229 | 2023-12-14T20:31:27.594Z | Downloaded octocrab v0.25.1 |
230 | 2023-12-14T20:31:27.619Z | Downloaded num-bigint v0.4.4 |
231 | 2023-12-14T20:31:27.628Z | Downloaded tower-http v0.4.4 |
232 | 2023-12-14T20:31:27.644Z | Downloaded itertools v0.12.0 |
233 | 2023-12-14T20:31:27.659Z | Downloaded hashbrown v0.14.2 |
234 | 2023-12-14T20:31:27.671Z | Downloaded h2 v0.3.21 |
235 | 2023-12-14T20:31:27.689Z | Downloaded git2 v0.17.2 |
236 | 2023-12-14T20:31:27.702Z | Downloaded syn v2.0.29 |
237 | 2023-12-14T20:31:27.724Z | Downloaded hyper v0.14.27 |
238 | 2023-12-14T20:31:27.741Z | Downloaded idna v0.2.3 |
239 | 2023-12-14T20:31:27.756Z | Downloaded trust-dns-proto v0.22.0 |
240 | 2023-12-14T20:31:27.782Z | Downloaded openssl v0.10.60 |
241 | 2023-12-14T20:31:27.802Z | Downloaded bstr v1.6.0 |
242 | 2023-12-14T20:31:27.824Z | Downloaded openapiv3 v2.0.0-rc.1 |
243 | 2023-12-14T20:31:27.866Z | Downloaded zerocopy-derive v0.2.0 |
244 | 2023-12-14T20:31:27.886Z | Downloaded regex-automata v0.4.3 |
245 | 2023-12-14T20:31:27.920Z | Downloaded regex-syntax v0.7.4 |
246 | 2023-12-14T20:31:27.940Z | Downloaded libc v0.2.150 |
247 | 2023-12-14T20:31:27.991Z | Downloaded tokio v1.34.0 |
248 | 2023-12-14T20:31:28.059Z | Downloaded nix v0.26.2 |
249 | 2023-12-14T20:31:28.082Z | Downloaded vcpkg v0.2.15 |
250 | 2023-12-14T20:31:28.158Z | Downloaded gimli v0.28.0 |
251 | 2023-12-14T20:31:28.208Z | Downloaded idna v0.4.0 |
252 | 2023-12-14T20:31:28.212Z | Downloaded syn v1.0.109 |
253 | 2023-12-14T20:31:28.212Z | Downloaded encoding_rs v0.8.33 |
254 | 2023-12-14T20:31:28.249Z | Downloaded regress v0.7.1 |
255 | 2023-12-14T20:31:28.263Z | Downloaded rustls v0.21.7 |
256 | 2023-12-14T20:31:28.287Z | Downloaded object v0.32.0 |
257 | 2023-12-14T20:31:28.303Z | Downloaded webpki-roots v0.25.2 |
258 | 2023-12-14T20:31:28.311Z | Downloaded rustix v0.38.26 |
259 | 2023-12-14T20:31:28.350Z | Downloaded bitvec v1.0.1 |
260 | 2023-12-14T20:31:28.377Z | Downloaded futures-util v0.3.29 |
261 | 2023-12-14T20:31:28.398Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
262 | 2023-12-14T20:31:28.501Z | Downloaded regex-syntax v0.8.2 |
263 | 2023-12-14T20:31:28.516Z | Downloaded winnow v0.5.15 |
264 | 2023-12-14T20:31:28.529Z | Downloaded rustls-webpki v0.101.4 |
265 | 2023-12-14T20:31:28.556Z | Downloaded unicode-normalization v0.1.22 |
266 | 2023-12-14T20:31:28.562Z | Downloaded time v0.3.27 |
267 | 2023-12-14T20:31:28.572Z | Downloaded trust-dns-resolver v0.22.0 |
268 | 2023-12-14T20:31:28.591Z | Downloaded libm v0.2.7 |
269 | 2023-12-14T20:31:28.595Z | Downloaded clap_builder v4.4.0 |
270 | 2023-12-14T20:31:28.611Z | Downloaded regex v1.10.2 |
271 | 2023-12-14T20:31:28.633Z | Downloaded toml_edit v0.19.15 |
272 | 2023-12-14T20:31:28.664Z | Downloaded tokio-util v0.7.8 |
273 | 2023-12-14T20:31:28.674Z | Downloaded libz-sys v1.1.12 |
274 | 2023-12-14T20:31:28.795Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
275 | 2023-12-14T20:31:29.188Z | Downloaded tower v0.4.13 |
276 | 2023-12-14T20:31:29.203Z | Downloaded indexmap v2.1.0 |
277 | 2023-12-14T20:31:29.239Z | Downloaded serde_with v2.3.3 |
278 | 2023-12-14T20:31:29.242Z | Downloaded aho-corasick v1.0.4 |
279 | 2023-12-14T20:31:29.243Z | Downloaded tracing-core v0.1.31 |
280 | 2023-12-14T20:31:29.243Z | Downloaded tracing v0.1.37 |
281 | 2023-12-14T20:31:29.243Z | Downloaded toml_edit v0.21.0 |
282 | 2023-12-14T20:31:29.280Z | Downloaded itertools v0.10.5 |
283 | 2023-12-14T20:31:29.290Z | Downloaded tokio-postgres v0.7.10 |
284 | 2023-12-14T20:31:29.298Z | Downloaded portable-atomic v1.4.3 |
285 | 2023-12-14T20:31:29.308Z | Downloaded ring v0.16.20 |
286 | 2023-12-14T20:31:29.460Z | Downloaded libsqlite3-sys v0.26.0 |
287 | 2023-12-14T20:31:29.593Z | Downloaded unicode-bidi v0.3.13 |
288 | 2023-12-14T20:31:29.596Z | Downloaded http v0.2.11 |
289 | 2023-12-14T20:31:29.601Z | Downloaded unicode-width v0.1.10 |
290 | 2023-12-14T20:31:29.604Z | Downloaded unicode-ident v1.0.12 |
291 | 2023-12-14T20:31:29.608Z | Downloaded jsonwebtoken v8.3.0 |
292 | 2023-12-14T20:31:29.616Z | Downloaded indexmap v1.9.3 |
293 | 2023-12-14T20:31:29.619Z | Downloaded toml v0.7.8 |
294 | 2023-12-14T20:31:29.624Z | Downloaded aes v0.8.3 |
295 | 2023-12-14T20:31:29.630Z | Downloaded unsafe-libyaml v0.2.9 |
296 | 2023-12-14T20:31:29.636Z | Downloaded openssl-sys v0.9.96 |
297 | 2023-12-14T20:31:29.644Z | Downloaded textwrap v0.16.0 |
298 | 2023-12-14T20:31:29.648Z | Downloaded curl v0.4.44 |
299 | 2023-12-14T20:31:29.655Z | Downloaded universal-hash v0.5.1 |
300 | 2023-12-14T20:31:29.659Z | Downloaded num-iter v0.1.43 |
301 | 2023-12-14T20:31:29.659Z | Downloaded generic-array v0.14.7 |
302 | 2023-12-14T20:31:29.662Z | Downloaded lock_api v0.4.10 |
303 | 2023-12-14T20:31:29.666Z | Downloaded hmac v0.12.1 |
304 | 2023-12-14T20:31:29.669Z | Downloaded base64 v0.21.5 |
305 | 2023-12-14T20:31:29.674Z | Downloaded backtrace v0.3.69 |
306 | 2023-12-14T20:31:29.680Z | Downloaded snafu v0.7.5 |
307 | 2023-12-14T20:31:29.688Z | Downloaded wyz v0.5.1 |
308 | 2023-12-14T20:31:29.692Z | Downloaded log v0.4.20 |
309 | 2023-12-14T20:31:29.698Z | Downloaded linked-hash-map v0.5.6 |
310 | 2023-12-14T20:31:29.701Z | Downloaded version_check v0.9.4 |
311 | 2023-12-14T20:31:29.701Z | Downloaded crossbeam-channel v0.5.8 |
312 | 2023-12-14T20:31:29.704Z | Downloaded reqwest v0.11.22 |
313 | 2023-12-14T20:31:29.717Z | Downloaded tracing-attributes v0.1.26 |
314 | 2023-12-14T20:31:29.720Z | Downloaded unicode-xid v0.2.4 |
315 | 2023-12-14T20:31:29.724Z | Downloaded heck v0.4.1 |
316 | 2023-12-14T20:31:29.727Z | Downloaded glob v0.3.1 |
317 | 2023-12-14T20:31:29.727Z | Downloaded http-range-header v0.3.1 |
318 | 2023-12-14T20:31:29.730Z | Downloaded typenum v1.16.0 |
319 | 2023-12-14T20:31:29.733Z | Downloaded openssl-probe v0.1.5 |
320 | 2023-12-14T20:31:29.733Z | Downloaded serde_derive v1.0.192 |
321 | 2023-12-14T20:31:29.737Z | Downloaded schemars v0.8.15 |
322 | 2023-12-14T20:31:29.778Z | Downloaded tokio-native-tls v0.3.1 |
323 | 2023-12-14T20:31:29.782Z | Downloaded thread-id v4.2.0 |
324 | 2023-12-14T20:31:29.782Z | Downloaded parking_lot_core v0.9.8 |
325 | 2023-12-14T20:31:29.783Z | Downloaded parking_lot v0.12.1 |
326 | 2023-12-14T20:31:29.783Z | Downloaded bytes v1.5.0 |
327 | 2023-12-14T20:31:29.783Z | Downloaded pin-project v1.1.3 |
328 | 2023-12-14T20:31:29.797Z | Downloaded num-integer v0.1.45 |
329 | 2023-12-14T20:31:29.800Z | Downloaded tokio-macros v2.2.0 |
330 | 2023-12-14T20:31:29.800Z | Downloaded thread_local v1.1.7 |
331 | 2023-12-14T20:31:29.800Z | Downloaded termcolor v1.2.0 |
332 | 2023-12-14T20:31:29.803Z | Downloaded tap v1.0.1 |
333 | 2023-12-14T20:31:29.803Z | Downloaded base64 v0.13.1 |
334 | 2023-12-14T20:31:29.808Z | Downloaded term v0.7.0 |
335 | 2023-12-14T20:31:29.813Z | Downloaded serde_yaml v0.9.25 |
336 | 2023-12-14T20:31:29.819Z | Downloaded thiserror v1.0.47 |
337 | 2023-12-14T20:31:29.826Z | Downloaded cc v1.0.83 |
338 | 2023-12-14T20:31:29.830Z | Downloaded paste v1.0.14 |
339 | 2023-12-14T20:31:29.835Z | Downloaded arc-swap v1.6.0 |
340 | 2023-12-14T20:31:29.841Z | Downloaded futures-macro v0.3.29 |
341 | 2023-12-14T20:31:29.846Z | Downloaded zone v0.2.0 |
342 | 2023-12-14T20:31:29.846Z | Downloaded twox-hash v1.6.3 |
343 | 2023-12-14T20:31:29.849Z | Downloaded futures-channel v0.3.29 |
344 | 2023-12-14T20:31:29.852Z | Downloaded libloading v0.7.4 |
345 | 2023-12-14T20:31:29.855Z | Downloaded vergen v8.2.4 |
346 | 2023-12-14T20:31:29.858Z | Downloaded socket2 v0.4.9 |
347 | 2023-12-14T20:31:29.861Z | Downloaded instant v0.1.12 |
348 | 2023-12-14T20:31:29.868Z | Downloaded utf-8 v0.7.6 |
349 | 2023-12-14T20:31:29.868Z | Downloaded num_enum_derive v0.5.11 |
350 | 2023-12-14T20:31:29.868Z | Downloaded usdt-impl v0.3.5 |
351 | 2023-12-14T20:31:29.874Z | Downloaded bitflags v2.4.0 |
352 | 2023-12-14T20:31:29.874Z | Downloaded ahash v0.8.3 |
353 | 2023-12-14T20:31:29.879Z | Downloaded addr2line v0.21.0 |
354 | 2023-12-14T20:31:29.882Z | Downloaded pin-project-lite v0.2.13 |
355 | 2023-12-14T20:31:29.887Z | Downloaded number_prefix v0.4.0 |
356 | 2023-12-14T20:31:29.890Z | Downloaded ident_case v1.0.1 |
357 | 2023-12-14T20:31:29.891Z | Downloaded multer v2.1.0 |
358 | 2023-12-14T20:31:29.894Z | Downloaded parse-display-derive v0.8.2 |
359 | 2023-12-14T20:31:29.898Z | Downloaded hyper-rustls v0.24.1 |
360 | 2023-12-14T20:31:29.903Z | Downloaded jobserver v0.1.26 |
361 | 2023-12-14T20:31:29.903Z | Downloaded rand v0.8.5 |
362 | 2023-12-14T20:31:29.908Z | Downloaded slog v2.7.0 |
363 | 2023-12-14T20:31:29.912Z | Downloaded fatfs v0.3.6 |
364 | 2023-12-14T20:31:29.918Z | Downloaded lazy_static v1.4.0 |
365 | 2023-12-14T20:31:29.921Z | Downloaded hostname v0.3.1 |
366 | 2023-12-14T20:31:29.921Z | Downloaded ryu v1.0.15 |
367 | 2023-12-14T20:31:29.926Z | Downloaded zerocopy v0.3.0 |
368 | 2023-12-14T20:31:29.930Z | Downloaded whoami v1.4.1 |
369 | 2023-12-14T20:31:29.930Z | Downloaded blake2 v0.10.6 |
370 | 2023-12-14T20:31:29.933Z | Downloaded anyhow v1.0.75 |
371 | 2023-12-14T20:31:29.942Z | Downloaded futures v0.3.29 |
372 | 2023-12-14T20:31:29.947Z | Downloaded futures-sink v0.3.29 |
373 | 2023-12-14T20:31:29.952Z | Downloaded spin v0.9.8 |
374 | 2023-12-14T20:31:29.957Z | Downloaded try-lock v0.2.4 |
375 | 2023-12-14T20:31:29.957Z | Downloaded strum v0.25.0 |
376 | 2023-12-14T20:31:29.957Z | Downloaded bincode v1.3.3 |
377 | 2023-12-14T20:31:29.961Z | Downloaded aes-gcm-siv v0.11.1 |
378 | 2023-12-14T20:31:29.961Z | Downloaded ipnet v2.8.0 |
379 | 2023-12-14T20:31:29.964Z | Downloaded snafu-derive v0.7.5 |
380 | 2023-12-14T20:31:29.978Z | Downloaded smallvec v1.11.0 |
381 | 2023-12-14T20:31:29.982Z | Downloaded sct v0.7.0 |
382 | 2023-12-14T20:31:29.982Z | Downloaded slog-term v2.9.0 |
383 | 2023-12-14T20:31:29.982Z | Downloaded static_assertions v1.1.0 |
384 | 2023-12-14T20:31:29.982Z | Downloaded erased-serde v0.3.30 |
385 | 2023-12-14T20:31:29.986Z | Downloaded rustc-demangle v0.1.23 |
386 | 2023-12-14T20:31:29.991Z | Downloaded semver v1.0.20 |
387 | 2023-12-14T20:31:29.991Z | Downloaded pin-project-internal v1.1.3 |
388 | 2023-12-14T20:31:29.994Z | Downloaded pest_derive v2.7.2 |
389 | 2023-12-14T20:31:29.998Z | Downloaded httpdate v1.0.3 |
390 | 2023-12-14T20:31:29.998Z | Downloaded ron v0.7.1 |
391 | 2023-12-14T20:31:30.006Z | Downloaded sha256 v1.4.0 |
392 | 2023-12-14T20:31:30.009Z | Downloaded is-terminal v0.4.9 |
393 | 2023-12-14T20:31:30.009Z | Downloaded ipnetwork v0.20.0 |
394 | 2023-12-14T20:31:30.014Z | Downloaded clap v4.4.0 |
395 | 2023-12-14T20:31:30.026Z | Downloaded tokio-io-timeout v1.2.0 |
396 | 2023-12-14T20:31:30.030Z | Downloaded structmeta-derive v0.2.0 |
397 | 2023-12-14T20:31:30.030Z | Downloaded slog-bunyan v2.4.0 |
398 | 2023-12-14T20:31:30.033Z | Downloaded camino v1.1.6 |
399 | 2023-12-14T20:31:30.033Z | Downloaded password-hash v0.5.0 |
400 | 2023-12-14T20:31:30.037Z | Downloaded waitgroup v0.1.2 |
401 | 2023-12-14T20:31:30.041Z | Downloaded base64ct v1.6.0 |
402 | 2023-12-14T20:31:30.041Z | Downloaded structmeta v0.2.0 |
403 | 2023-12-14T20:31:30.045Z | Downloaded strsim v0.10.0 |
404 | 2023-12-14T20:31:30.045Z | Downloaded siphasher v0.3.11 |
405 | 2023-12-14T20:31:30.048Z | Downloaded signal-hook-registry v1.4.1 |
406 | 2023-12-14T20:31:30.049Z | Downloaded schemars_derive v0.8.15 |
407 | 2023-12-14T20:31:30.052Z | Downloaded foreign-types-macros v0.2.3 |
408 | 2023-12-14T20:31:30.052Z | Downloaded const_format_proc_macros v0.2.31 |
409 | 2023-12-14T20:31:30.057Z | Downloaded serde_arrays v0.1.0 |
410 | 2023-12-14T20:31:30.060Z | Downloaded backoff v0.4.0 |
411 | 2023-12-14T20:31:30.064Z | Downloaded data-encoding v2.4.0 |
412 | 2023-12-14T20:31:30.064Z | Downloaded argon2 v0.5.2 |
413 | 2023-12-14T20:31:30.067Z | Downloaded spin v0.5.2 |
414 | 2023-12-14T20:31:30.067Z | Downloaded serde_tokenstream v0.2.0 |
415 | 2023-12-14T20:31:30.072Z | Downloaded iana-time-zone v0.1.57 |
416 | 2023-12-14T20:31:30.076Z | Downloaded hyper-tls v0.5.0 |
417 | 2023-12-14T20:31:30.079Z | Downloaded memoffset v0.7.1 |
418 | 2023-12-14T20:31:30.080Z | Downloaded radium v0.7.0 |
419 | 2023-12-14T20:31:30.083Z | Downloaded serde_spanned v0.6.4 |
420 | 2023-12-14T20:31:30.083Z | Downloaded fallible-iterator v0.2.0 |
421 | 2023-12-14T20:31:30.087Z | Downloaded cfg-if v1.0.0 |
422 | 2023-12-14T20:31:30.087Z | Downloaded colored v2.0.4 |
423 | 2023-12-14T20:31:30.090Z | Downloaded async-recursion v0.3.2 |
424 | 2023-12-14T20:31:30.090Z | Downloaded async-stream v0.3.5 |
425 | 2023-12-14T20:31:30.096Z | Downloaded pkg-config v0.3.27 |
426 | 2023-12-14T20:31:30.099Z | Downloaded phf_shared v0.11.2 |
427 | 2023-12-14T20:31:30.100Z | Downloaded anstyle v1.0.2 |
428 | 2023-12-14T20:31:30.100Z | Downloaded anstyle-parse v0.2.1 |
429 | 2023-12-14T20:31:30.103Z | Downloaded phf v0.11.2 |
430 | 2023-12-14T20:31:30.103Z | Downloaded either v1.9.0 |
431 | 2023-12-14T20:31:30.106Z | Downloaded darling v0.20.3 |
432 | 2023-12-14T20:31:30.110Z | Downloaded postgres-protocol v0.6.6 |
433 | 2023-12-14T20:31:30.113Z | Downloaded quote v1.0.33 |
434 | 2023-12-14T20:31:30.119Z | Downloaded clap v3.2.25 |
435 | 2023-12-14T20:31:30.143Z | Downloaded block-buffer v0.10.4 |
436 | 2023-12-14T20:31:30.150Z | Downloaded fallible-streaming-iterator v0.1.9 |
437 | 2023-12-14T20:31:30.150Z | Downloaded stringprep v0.1.3 |
438 | 2023-12-14T20:31:30.150Z | Downloaded slog-envlogger v2.2.0 |
439 | 2023-12-14T20:31:30.150Z | Downloaded slab v0.4.9 |
440 | 2023-12-14T20:31:30.156Z | Downloaded fastrand v2.0.0 |
441 | 2023-12-14T20:31:30.156Z | Downloaded serde_tokenstream v0.1.7 |
442 | 2023-12-14T20:31:30.163Z | Downloaded rand_core v0.6.4 |
443 | 2023-12-14T20:31:30.163Z | Downloaded cipher v0.4.4 |
444 | 2023-12-14T20:31:30.163Z | Downloaded byteorder v1.4.3 |
445 | 2023-12-14T20:31:30.167Z | Downloaded proc-macro-error-attr v1.0.4 |
446 | 2023-12-14T20:31:30.167Z | Downloaded dof v0.1.5 |
447 | 2023-12-14T20:31:30.167Z | Downloaded quick-error v1.2.3 |
448 | 2023-12-14T20:31:30.170Z | Downloaded polyval v0.6.1 |
449 | 2023-12-14T20:31:30.173Z | Downloaded rand_chacha v0.3.1 |
450 | 2023-12-14T20:31:30.173Z | Downloaded ascii v1.1.0 |
451 | 2023-12-14T20:31:30.176Z | Downloaded atomic-waker v1.1.1 |
452 | 2023-12-14T20:31:30.179Z | Downloaded pest_generator v2.7.2 |
453 | 2023-12-14T20:31:30.179Z | Downloaded pem v1.1.1 |
454 | 2023-12-14T20:31:30.182Z | Downloaded enum-as-inner v0.5.1 |
455 | 2023-12-14T20:31:30.186Z | Downloaded crypto-common v0.1.6 |
456 | 2023-12-14T20:31:30.186Z | Downloaded slog-dtrace v0.2.3 |
457 | 2023-12-14T20:31:30.190Z | Downloaded slog-async v2.8.0 |
458 | 2023-12-14T20:31:30.190Z | Downloaded funty v2.0.0 |
459 | 2023-12-14T20:31:30.193Z | Downloaded simple_asn1 v0.6.2 |
460 | 2023-12-14T20:31:30.193Z | Downloaded percent-encoding v2.3.0 |
461 | 2023-12-14T20:31:30.196Z | Downloaded errno v0.3.8 |
462 | 2023-12-14T20:31:30.196Z | Downloaded dirs-next v2.0.0 |
463 | 2023-12-14T20:31:30.199Z | Downloaded digest v0.10.7 |
464 | 2023-12-14T20:31:30.202Z | Downloaded autocfg v1.1.0 |
465 | 2023-12-14T20:31:30.202Z | Downloaded debug-ignore v1.0.5 |
466 | 2023-12-14T20:31:30.205Z | Downloaded anstream v0.5.0 |
467 | 2023-12-14T20:31:30.209Z | Downloaded async-stream-impl v0.3.5 |
468 | 2023-12-14T20:31:30.209Z | Downloaded atty v0.2.14 |
469 | 2023-12-14T20:31:30.214Z | Downloaded foreign-types-shared v0.1.1 |
470 | 2023-12-14T20:31:30.214Z | Downloaded rustls-native-certs v0.6.3 |
471 | 2023-12-14T20:31:30.217Z | Downloaded chrono v0.4.31 |
472 | 2023-12-14T20:31:30.227Z | Downloaded anstyle-query v1.0.0 |
473 | 2023-12-14T20:31:30.230Z | Downloaded dtrace-parser v0.1.14 |
474 | 2023-12-14T20:31:30.230Z | Downloaded async-trait v0.1.74 |
475 | 2023-12-14T20:31:30.270Z | Downloaded dirs-sys-next v0.1.2 |
476 | 2023-12-14T20:31:30.270Z | Downloaded const_format v0.2.31 |
477 | 2023-12-14T20:31:30.276Z | Downloaded foreign-types-shared v0.3.1 |
478 | 2023-12-14T20:31:30.276Z | Downloaded adler v1.0.2 |
479 | 2023-12-14T20:31:30.276Z | Downloaded ppv-lite86 v0.2.17 |
480 | 2023-12-14T20:31:30.276Z | Downloaded cpufeatures v0.2.9 |
481 | 2023-12-14T20:31:30.276Z | Downloaded deranged v0.3.8 |
482 | 2023-12-14T20:31:30.276Z | Downloaded clap_derive v4.4.0 |
483 | 2023-12-14T20:31:30.276Z | Downloaded cstr-argument v0.1.2 |
484 | 2023-12-14T20:31:30.276Z | Downloaded ctr v0.9.2 |
485 | 2023-12-14T20:31:30.276Z | Downloaded console v0.15.7 |
486 | 2023-12-14T20:31:30.276Z | Downloaded serde_path_to_error v0.1.14 |
487 | 2023-12-14T20:31:30.276Z | Downloaded pest_meta v2.7.2 |
488 | 2023-12-14T20:31:30.276Z | Downloaded proc-macro-crate v1.3.1 |
489 | 2023-12-14T20:31:30.276Z | Downloaded ctrlc v3.4.0 |
490 | 2023-12-14T20:31:30.280Z | Downloaded clap_lex v0.5.1 |
491 | 2023-12-14T20:31:30.539Z | Compiling proc-macro2 v1.0.69 |
492 | 2023-12-14T20:31:30.547Z | Compiling unicode-ident v1.0.12 |
493 | 2023-12-14T20:31:30.547Z | Compiling libc v0.2.150 |
494 | 2023-12-14T20:31:30.547Z | Checking cfg-if v1.0.0 |
495 | 2023-12-14T20:31:30.547Z | Compiling autocfg v1.1.0 |
496 | 2023-12-14T20:31:30.557Z | Compiling serde v1.0.192 |
497 | 2023-12-14T20:31:30.568Z | Compiling version_check v0.9.4 |
498 | 2023-12-14T20:31:30.568Z | Compiling syn v1.0.109 |
499 | 2023-12-14T20:31:31.028Z | Checking once_cell v1.18.0 |
500 | 2023-12-14T20:31:31.498Z | Compiling thiserror v1.0.47 |
501 | 2023-12-14T20:31:31.707Z | Checking memchr v2.6.4 |
502 | 2023-12-14T20:31:31.884Z | Checking itoa v1.0.9 |
503 | 2023-12-14T20:31:32.808Z | Checking log v0.4.20 |
504 | 2023-12-14T20:31:33.196Z | Compiling serde_json v1.0.108 |
505 | 2023-12-14T20:31:33.213Z | Checking pin-project-lite v0.2.13 |
506 | 2023-12-14T20:31:33.219Z | Compiling pkg-config v0.3.27 |
507 | 2023-12-14T20:31:33.219Z | Compiling lock_api v0.4.10 |
508 | 2023-12-14T20:31:33.369Z | Compiling parking_lot_core v0.9.8 |
509 | 2023-12-14T20:31:33.384Z | Checking smallvec v1.11.0 |
510 | 2023-12-14T20:31:33.810Z | Compiling vcpkg v0.2.15 |
511 | 2023-12-14T20:31:33.931Z | Checking scopeguard v1.2.0 |
512 | 2023-12-14T20:31:33.954Z | Compiling libm v0.2.7 |
513 | 2023-12-14T20:31:34.059Z | Compiling num-traits v0.2.16 |
514 | 2023-12-14T20:31:34.358Z | Compiling quote v1.0.33 |
515 | 2023-12-14T20:31:34.524Z | Compiling jobserver v0.1.26 |
516 | 2023-12-14T20:31:34.630Z | Compiling heck v0.4.1 |
517 | 2023-12-14T20:31:34.945Z | Compiling syn v2.0.29 |
518 | 2023-12-14T20:31:35.224Z | Compiling cc v1.0.83 |
519 | 2023-12-14T20:31:35.334Z | Checking getrandom v0.2.10 |
520 | 2023-12-14T20:31:35.575Z | Checking signal-hook-registry v1.4.1 |
521 | 2023-12-14T20:31:35.667Z | Checking rand_core v0.6.4 |
522 | 2023-12-14T20:31:35.944Z | Checking mio v0.8.9 |
523 | 2023-12-14T20:31:35.948Z | Checking parking_lot v0.12.1 |
524 | 2023-12-14T20:31:36.159Z | Checking num_cpus v1.16.0 |
525 | 2023-12-14T20:31:36.296Z | Checking socket2 v0.5.5 |
526 | 2023-12-14T20:31:36.492Z | Compiling ahash v0.8.3 |
527 | 2023-12-14T20:31:36.655Z | Compiling typenum v1.16.0 |
528 | 2023-12-14T20:31:36.916Z | Compiling futures-core v0.3.29 |
529 | 2023-12-14T20:31:36.996Z | Compiling generic-array v0.14.7 |
530 | 2023-12-14T20:31:37.219Z | Checking ryu v1.0.15 |
531 | 2023-12-14T20:31:37.607Z | Compiling slab v0.4.9 |
532 | 2023-12-14T20:31:37.806Z | Checking futures-sink v0.3.29 |
533 | 2023-12-14T20:31:37.899Z | Compiling futures-task v0.3.29 |
534 | 2023-12-14T20:31:37.994Z | Checking pin-utils v0.1.0 |
535 | 2023-12-14T20:31:38.109Z | Compiling futures-channel v0.3.29 |
536 | 2023-12-14T20:31:38.344Z | Compiling futures-util v0.3.29 |
537 | 2023-12-14T20:31:38.948Z | Checking futures-io v0.3.29 |
538 | 2023-12-14T20:31:39.220Z | Compiling hashbrown v0.14.2 |
539 | 2023-12-14T20:31:39.238Z | Compiling equivalent v1.0.1 |
540 | 2023-12-14T20:31:39.257Z | Checking tracing-core v0.1.31 |
541 | 2023-12-14T20:31:39.378Z | Checking fnv v1.0.7 |
542 | 2023-12-14T20:31:39.746Z | Checking subtle v2.5.0 |
543 | 2023-12-14T20:31:40.088Z | Checking iana-time-zone v0.1.57 |
544 | 2023-12-14T20:31:40.189Z | Checking bitflags v2.4.0 |
545 | 2023-12-14T20:31:40.284Z | Compiling time-core v0.1.1 |
546 | 2023-12-14T20:31:40.306Z | Checking tinyvec_macros v0.1.1 |
547 | 2023-12-14T20:31:40.412Z | Checking tinyvec v1.6.0 |
548 | 2023-12-14T20:31:40.530Z | Compiling ring v0.16.20 |
549 | 2023-12-14T20:31:40.533Z | Compiling indexmap v1.9.3 |
550 | 2023-12-14T20:31:40.569Z | Compiling slog v2.7.0 |
551 | 2023-12-14T20:31:41.171Z | Checking base64 v0.21.5 |
552 | 2023-12-14T20:31:41.238Z | Compiling httparse v1.8.0 |
553 | 2023-12-14T20:31:41.505Z | Compiling openssl-sys v0.9.96 |
554 | 2023-12-14T20:31:41.967Z | Checking allocator-api2 v0.2.16 |
555 | 2023-12-14T20:31:41.999Z | Checking hashbrown v0.12.3 |
556 | 2023-12-14T20:31:42.600Z | Checking crypto-common v0.1.6 |
557 | 2023-12-14T20:31:42.707Z | Checking block-buffer v0.10.4 |
558 | 2023-12-14T20:31:42.839Z | Checking unicode-normalization v0.1.22 |
559 | 2023-12-14T20:31:42.935Z | Checking digest v0.10.7 |
560 | 2023-12-14T20:31:42.991Z | Checking percent-encoding v2.3.0 |
561 | 2023-12-14T20:31:43.522Z | Compiling unicode-xid v0.2.4 |
562 | 2023-12-14T20:31:43.529Z | Checking unicode-bidi v0.3.13 |
563 | 2023-12-14T20:31:43.529Z | Checking cpufeatures v0.2.9 |
564 | 2023-12-14T20:31:44.348Z | Checking socket2 v0.4.9 |
565 | 2023-12-14T20:31:44.743Z | Checking untrusted v0.7.1 |
566 | 2023-12-14T20:31:44.931Z | Checking spin v0.5.2 |
567 | 2023-12-14T20:31:44.965Z | Checking byteorder v1.4.3 |
568 | 2023-12-14T20:31:45.126Z | Compiling serde_derive_internals v0.26.0 |
569 | 2023-12-14T20:31:45.157Z | Checking form_urlencoded v1.2.0 |
570 | 2023-12-14T20:31:45.353Z | Checking aho-corasick v1.0.4 |
571 | 2023-12-14T20:31:45.369Z | Compiling ucd-trie v0.1.6 |
572 | 2023-12-14T20:31:45.574Z | Checking regex-syntax v0.8.2 |
573 | 2023-12-14T20:31:46.655Z | Compiling schemars v0.8.15 |
574 | 2023-12-14T20:31:47.238Z | Checking tower-service v0.3.2 |
575 | 2023-12-14T20:31:47.428Z | Compiling synstructure v0.12.6 |
576 | 2023-12-14T20:31:48.057Z | Compiling time-macros v0.2.13 |
577 | 2023-12-14T20:31:48.378Z | Checking dyn-clone v1.0.13 |
578 | 2023-12-14T20:31:48.445Z | Checking deranged v0.3.8 |
579 | 2023-12-14T20:31:51.478Z | Checking ppv-lite86 v0.2.17 |
580 | 2023-12-14T20:31:51.609Z | Checking try-lock v0.2.4 |
581 | 2023-12-14T20:31:51.609Z | Checking num_threads v0.1.6 |
582 | 2023-12-14T20:31:51.609Z | Checking want v0.3.1 |
583 | 2023-12-14T20:31:51.609Z | Checking rand_chacha v0.3.1 |
584 | 2023-12-14T20:31:51.659Z | Checking regex-automata v0.4.3 |
585 | 2023-12-14T20:31:51.659Z | Compiling rustls v0.21.7 |
586 | 2023-12-14T20:31:51.659Z | Checking httpdate v1.0.3 |
587 | 2023-12-14T20:31:51.659Z | Compiling async-trait v0.1.74 |
588 | 2023-12-14T20:31:51.659Z | Checking rand v0.8.5 |
589 | 2023-12-14T20:31:52.014Z | Checking openssl-probe v0.1.5 |
590 | 2023-12-14T20:31:52.303Z | Compiling rustversion v1.0.14 |
591 | 2023-12-14T20:31:53.072Z | Checking time v0.3.27 |
592 | 2023-12-14T20:31:53.393Z | Checking rustls-webpki v0.101.4 |
593 | 2023-12-14T20:31:53.432Z | Checking sct v0.7.0 |
594 | 2023-12-14T20:31:53.800Z | Checking idna v0.4.0 |
595 | 2023-12-14T20:31:54.828Z | Compiling serde_derive v1.0.192 |
596 | 2023-12-14T20:31:55.058Z | Compiling thiserror-impl v1.0.47 |
597 | 2023-12-14T20:31:55.277Z | Compiling tokio-macros v2.2.0 |
598 | 2023-12-14T20:31:55.423Z | Compiling futures-macro v0.3.29 |
599 | 2023-12-14T20:31:55.850Z | Compiling tracing-attributes v0.1.26 |
600 | 2023-12-14T20:31:56.511Z | Compiling schemars_derive v0.8.15 |
601 | 2023-12-14T20:31:57.145Z | Checking regex v1.10.2 |
602 | 2023-12-14T20:31:57.972Z | Compiling zerocopy-derive v0.2.0 |
603 | 2023-12-14T20:31:59.694Z | Checking rustls-pemfile v1.0.4 |
604 | 2023-12-14T20:31:59.976Z | Checking atty v0.2.14 |
605 | 2023-12-14T20:32:00.127Z | Compiling pest v2.7.2 |
606 | 2023-12-14T20:32:00.316Z | Compiling anyhow v1.0.75 |
607 | 2023-12-14T20:32:01.012Z | Checking lazy_static v1.4.0 |
608 | 2023-12-14T20:32:01.168Z | Compiling crossbeam-utils v0.8.16 |
609 | 2023-12-14T20:32:01.563Z | Checking tracing v0.1.37 |
610 | 2023-12-14T20:32:01.821Z | Compiling chrono v0.4.31 |
611 | 2023-12-14T20:32:01.965Z | Compiling hashbrown v0.13.2 |
612 | 2023-12-14T20:32:02.094Z | Checking dirs-sys-next v0.1.2 |
613 | 2023-12-14T20:32:02.110Z | Compiling usdt-impl v0.3.5 |
614 | 2023-12-14T20:32:02.306Z | Compiling toml_datetime v0.6.5 |
615 | 2023-12-14T20:32:02.990Z | Compiling winnow v0.5.15 |
616 | 2023-12-14T20:32:03.633Z | Compiling uuid v1.6.1 |
617 | 2023-12-14T20:32:03.767Z | Compiling regress v0.7.1 |
618 | 2023-12-14T20:32:04.240Z | Compiling pest_meta v2.7.2 |
619 | 2023-12-14T20:32:04.548Z | Compiling zerocopy v0.3.0 |
620 | 2023-12-14T20:32:04.953Z | Checking dirs-next v2.0.0 |
621 | 2023-12-14T20:32:05.370Z | Compiling libz-sys v1.1.12 |
622 | 2023-12-14T20:32:05.904Z | Checking thread_local v1.1.7 |
623 | 2023-12-14T20:32:06.065Z | Compiling slog-async v2.8.0 |
624 | 2023-12-14T20:32:06.353Z | Compiling pest_generator v2.7.2 |
625 | 2023-12-14T20:32:06.428Z | Compiling openssl v0.10.60 |
626 | 2023-12-14T20:32:06.821Z | Checking foreign-types-shared v0.1.1 |
627 | 2023-12-14T20:32:06.963Z | Checking foreign-types v0.3.2 |
628 | 2023-12-14T20:32:07.490Z | Checking crossbeam-channel v0.5.8 |
629 | 2023-12-14T20:32:07.490Z | Compiling dof v0.1.5 |
630 | 2023-12-14T20:32:07.525Z | Checking term v0.7.0 |
631 | 2023-12-14T20:32:08.288Z | Compiling openssl-macros v0.1.1 |
632 | 2023-12-14T20:32:09.099Z | Compiling thread-id v4.2.0 |
633 | 2023-12-14T20:32:09.249Z | Checking encoding_rs v0.8.33 |
634 | 2023-12-14T20:32:09.370Z | Compiling native-tls v0.2.11 |
635 | 2023-12-14T20:32:10.740Z | Checking take_mut v0.2.2 |
636 | 2023-12-14T20:32:11.008Z | Checking mime v0.3.17 |
637 | 2023-12-14T20:32:11.359Z | Compiling pest_derive v2.7.2 |
638 | 2023-12-14T20:32:12.792Z | Compiling dtrace-parser v0.1.14 |
639 | 2023-12-14T20:32:13.130Z | Checking slog-term v2.9.0 |
640 | 2023-12-14T20:32:13.921Z | Checking futures-executor v0.3.29 |
641 | 2023-12-14T20:32:14.870Z | Checking rustls-native-certs v0.6.3 |
642 | 2023-12-14T20:32:15.044Z | Checking unicode-width v0.1.10 |
643 | 2023-12-14T20:32:15.262Z | Checking futures v0.3.29 |
644 | 2023-12-14T20:32:16.480Z | Checking bytes v1.5.0 |
645 | 2023-12-14T20:32:17.708Z | Checking tokio v1.34.0 |
646 | 2023-12-14T20:32:18.549Z | Compiling indexmap v2.1.0 |
647 | 2023-12-14T20:32:20.257Z | Checking http v0.2.11 |
648 | 2023-12-14T20:32:20.901Z | Compiling serde_tokenstream v0.2.0 |
649 | 2023-12-14T20:32:21.618Z | Checking url v2.4.0 |
650 | 2023-12-14T20:32:22.410Z | Checking http-body v0.4.5 |
651 | 2023-12-14T20:32:22.978Z | Compiling toml_edit v0.19.15 |
652 | 2023-12-14T20:32:23.007Z | Checking serde_urlencoded v0.7.1 |
653 | 2023-12-14T20:32:23.479Z | Compiling serde_tokenstream v0.1.7 |
654 | 2023-12-14T20:32:23.655Z | Checking openapiv3 v2.0.0-rc.1 |
655 | 2023-12-14T20:32:24.780Z | Compiling num-integer v0.1.45 |
656 | 2023-12-14T20:32:25.327Z | Checking ipnet v2.8.0 |
657 | 2023-12-14T20:32:25.628Z | Compiling usdt-macro v0.3.5 |
658 | 2023-12-14T20:32:25.797Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
659 | 2023-12-14T20:32:26.081Z | Compiling usdt-attr-macro v0.3.5 |
660 | 2023-12-14T20:32:27.777Z | Compiling proc-macro-crate v1.3.1 |
661 | 2023-12-14T20:32:28.535Z | Checking tokio-util v0.7.8 |
662 | 2023-12-14T20:32:29.092Z | Checking tokio-rustls v0.24.1 |
663 | 2023-12-14T20:32:29.137Z | Checking tokio-native-tls v0.3.1 |
664 | 2023-12-14T20:32:29.580Z | Checking serde_spanned v0.6.4 |
665 | 2023-12-14T20:32:29.829Z | Checking sha1 v0.10.6 |
666 | 2023-12-14T20:32:30.032Z | Checking h2 v0.3.21 |
667 | 2023-12-14T20:32:30.182Z | Compiling omicron-workspace-hack v0.1.0 |
668 | 2023-12-14T20:32:30.974Z | Checking match_cfg v0.1.0 |
669 | 2023-12-14T20:32:31.091Z | Checking hostname v0.3.1 |
670 | 2023-12-14T20:32:31.258Z | Compiling getopts v0.2.21 |
671 | 2023-12-14T20:32:32.664Z | Checking usdt v0.3.5 |
672 | 2023-12-14T20:32:33.580Z | Compiling num-bigint v0.4.4 |
673 | 2023-12-14T20:32:33.773Z | Compiling proc-macro-error-attr v1.0.4 |
674 | 2023-12-14T20:32:34.329Z | Compiling strsim v0.10.0 |
675 | 2023-12-14T20:32:34.376Z | Compiling ident_case v1.0.1 |
676 | 2023-12-14T20:32:34.616Z | Compiling unsafe-libyaml v0.2.9 |
677 | 2023-12-14T20:32:35.050Z | Compiling rustix v0.38.26 |
678 | 2023-12-14T20:32:35.297Z | Checking webpki-roots v0.25.2 |
679 | 2023-12-14T20:32:35.538Z | Checking fallible-iterator v0.2.0 |
680 | 2023-12-14T20:32:35.827Z | Compiling darling_core v0.20.3 |
681 | 2023-12-14T20:32:36.597Z | Compiling num_enum_derive v0.5.11 |
682 | 2023-12-14T20:32:36.817Z | Compiling serde_yaml v0.9.25 |
683 | 2023-12-14T20:32:37.557Z | Checking serde_path_to_error v0.1.14 |
684 | 2023-12-14T20:32:39.136Z | Checking sha2 v0.10.7 |
685 | 2023-12-14T20:32:39.140Z | Checking errno v0.3.8 |
686 | 2023-12-14T20:32:39.302Z | Compiling proc-macro-error v1.0.4 |
687 | 2023-12-14T20:32:39.853Z | Compiling multer v2.1.0 |
688 | 2023-12-14T20:32:39.997Z | Compiling camino v1.1.6 |
689 | 2023-12-14T20:32:40.193Z | Checking hyper v0.14.27 |
690 | 2023-12-14T20:32:40.391Z | Compiling paste v1.0.14 |
691 | 2023-12-14T20:32:40.696Z | Checking bitflags v1.3.2 |
692 | 2023-12-14T20:32:40.791Z | Checking num_enum v0.5.11 |
693 | 2023-12-14T20:32:42.749Z | Checking toml_edit v0.21.0 |
694 | 2023-12-14T20:32:43.056Z | Checking slog-json v2.6.1 |
695 | 2023-12-14T20:32:43.420Z | Compiling strum_macros v0.25.2 |
696 | 2023-12-14T20:32:43.651Z | Compiling async-stream-impl v0.3.5 |
697 | 2023-12-14T20:32:44.416Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
698 | 2023-12-14T20:32:44.664Z | Compiling darling_macro v0.20.3 |
699 | 2023-12-14T20:32:44.922Z | Checking atomic-waker v1.1.1 |
700 | 2023-12-14T20:32:44.961Z | Checking spin v0.9.8 |
701 | 2023-12-14T20:32:45.059Z | Checking waitgroup v0.1.2 |
702 | 2023-12-14T20:32:45.894Z | Checking slog-bunyan v2.4.0 |
703 | 2023-12-14T20:32:45.909Z | Checking async-stream v0.3.5 |
704 | 2023-12-14T20:32:46.448Z | Compiling darling v0.20.3 |
705 | 2023-12-14T20:32:46.655Z | Checking toml v0.8.8 |
706 | 2023-12-14T20:32:47.014Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
707 | 2023-12-14T20:32:47.118Z | Checking hex v0.4.3 |
708 | 2023-12-14T20:32:47.505Z | Compiling structmeta-derive v0.2.0 |
709 | 2023-12-14T20:32:47.842Z | Checking stringprep v0.1.3 |
710 | 2023-12-14T20:32:47.930Z | Checking md-5 v0.10.5 |
711 | 2023-12-14T20:32:48.414Z | Checking hmac v0.12.1 |
712 | 2023-12-14T20:32:48.418Z | Compiling libgit2-sys v0.15.2+1.6.4 |
713 | 2023-12-14T20:32:48.418Z | Checking debug-ignore v1.0.5 |
714 | 2023-12-14T20:32:48.418Z | Checking siphasher v0.3.11 |
715 | 2023-12-14T20:32:48.757Z | Compiling semver v1.0.20 |
716 | 2023-12-14T20:32:49.854Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
717 | 2023-12-14T20:32:49.863Z | Checking strum v0.25.0 |
718 | 2023-12-14T20:32:49.919Z | Checking phf_shared v0.11.2 |
719 | 2023-12-14T20:32:50.239Z | Checking hyper-rustls v0.24.1 |
720 | 2023-12-14T20:32:50.302Z | Checking hyper-tls v0.5.0 |
721 | 2023-12-14T20:32:50.341Z | Checking postgres-protocol v0.6.6 |
722 | 2023-12-14T20:32:50.461Z | Compiling serde_with_macros v2.3.3 |
723 | 2023-12-14T20:32:50.776Z | Checking reqwest v0.11.22 |
724 | 2023-12-14T20:32:51.229Z | Compiling num-iter v0.1.43 |
725 | 2023-12-14T20:32:51.429Z | Compiling num-rational v0.4.1 |
726 | 2023-12-14T20:32:51.812Z | Compiling regex-syntax v0.7.4 |
727 | 2023-12-14T20:32:52.048Z | Compiling structmeta v0.2.0 |
728 | 2023-12-14T20:32:52.164Z | Checking arc-swap v1.6.0 |
729 | 2023-12-14T20:32:52.631Z | Checking either v1.9.0 |
730 | 2023-12-14T20:32:53.058Z | Checking postgres-types v0.2.6 |
731 | 2023-12-14T20:32:53.191Z | Checking phf v0.11.2 |
732 | 2023-12-14T20:32:53.323Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
733 | 2023-12-14T20:32:53.787Z | Compiling vergen v8.2.4 |
734 | 2023-12-14T20:32:54.252Z | Compiling memoffset v0.7.1 |
735 | 2023-12-14T20:32:54.295Z | Checking instant v0.1.12 |
736 | 2023-12-14T20:32:54.457Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
737 | 2023-12-14T20:32:54.577Z | Checking serde_with v2.3.3 |
738 | 2023-12-14T20:32:54.719Z | Checking whoami v1.4.1 |
739 | 2023-12-14T20:32:55.053Z | Checking utf8parse v0.2.1 |
740 | 2023-12-14T20:32:55.199Z | Compiling crucible-workspace-hack v0.1.0 |
741 | 2023-12-14T20:32:55.410Z | Checking anstyle-parse v0.2.1 |
742 | 2023-12-14T20:32:55.754Z | Checking tokio-postgres v0.7.10 |
743 | 2023-12-14T20:32:55.922Z | Checking backoff v0.4.0 |
744 | 2023-12-14T20:32:56.138Z | Compiling rustc_version v0.4.0 |
745 | 2023-12-14T20:32:56.834Z | Checking slog-scope v4.4.0 |
746 | 2023-12-14T20:32:57.035Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
747 | 2023-12-14T20:32:57.213Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
748 | 2023-12-14T20:32:57.466Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
749 | 2023-12-14T20:32:57.749Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
750 | 2023-12-14T20:32:57.948Z | Checking ipnetwork v0.20.0 |
751 | 2023-12-14T20:32:58.515Z | Checking macaddr v1.0.1 |
752 | 2023-12-14T20:32:58.750Z | Checking num-complex v0.4.4 |
753 | 2023-12-14T20:32:59.979Z | Compiling libsqlite3-sys v0.26.0 |
754 | 2023-12-14T20:33:00.288Z | Compiling slog-dtrace v0.2.3 |
755 | 2023-12-14T20:33:00.341Z | Checking anstyle v1.0.2 |
756 | 2023-12-14T20:33:00.356Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
757 | 2023-12-14T20:33:00.377Z | Checking base64ct v1.6.0 |
758 | 2023-12-14T20:33:00.772Z | Checking static_assertions v1.1.0 |
759 | 2023-12-14T20:33:00.889Z | Checking colorchoice v1.0.0 |
760 | 2023-12-14T20:33:00.894Z | Checking anstyle-query v1.0.0 |
761 | 2023-12-14T20:33:01.025Z | Checking num v0.4.1 |
762 | 2023-12-14T20:33:01.042Z | Checking slog-stdlog v4.1.1 |
763 | 2023-12-14T20:33:01.073Z | Checking anstream v0.5.0 |
764 | 2023-12-14T20:33:01.123Z | Checking password-hash v0.5.0 |
765 | 2023-12-14T20:33:01.200Z | Checking is-terminal v0.4.9 |
766 | 2023-12-14T20:33:01.278Z | Compiling foreign-types-macros v0.2.3 |
767 | 2023-12-14T20:33:01.284Z | Checking blake2 v0.10.6 |
768 | 2023-12-14T20:33:01.350Z | Checking inout v0.1.3 |
769 | 2023-12-14T20:33:01.997Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
770 | 2023-12-14T20:33:02.004Z | Compiling backtrace v0.3.69 |
771 | 2023-12-14T20:33:02.004Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
772 | 2023-12-14T20:33:02.004Z | Checking gimli v0.28.0 |
773 | 2023-12-14T20:33:02.035Z | Compiling parse-display-derive v0.8.2 |
774 | 2023-12-14T20:33:02.336Z | Checking foreign-types-shared v0.3.1 |
775 | 2023-12-14T20:33:02.340Z | Checking adler v1.0.2 |
776 | 2023-12-14T20:33:02.497Z | Checking clap_lex v0.5.1 |
777 | 2023-12-14T20:33:02.551Z | Checking zeroize v1.6.0 |
778 | 2023-12-14T20:33:02.740Z | Compiling radium v0.7.0 |
779 | 2023-12-14T20:33:02.861Z | Checking base64 v0.13.1 |
780 | 2023-12-14T20:33:02.885Z | Checking pretty-hex v0.2.1 |
781 | 2023-12-14T20:33:03.106Z | Compiling doc-comment v0.3.3 |
782 | 2023-12-14T20:33:03.358Z | Checking termcolor v1.2.0 |
783 | 2023-12-14T20:33:03.496Z | Checking foreign-types v0.5.0 |
784 | 2023-12-14T20:33:03.538Z | Checking clap_builder v4.4.0 |
785 | 2023-12-14T20:33:03.835Z | Checking miniz_oxide v0.7.1 |
786 | 2023-12-14T20:33:04.057Z | Checking argon2 v0.5.2 |
787 | 2023-12-14T20:33:04.157Z | Checking cipher v0.4.4 |
788 | 2023-12-14T20:33:04.474Z | Checking colored v2.0.4 |
789 | 2023-12-14T20:33:04.739Z | Checking slog-envlogger v2.2.0 |
790 | 2023-12-14T20:33:04.904Z | Checking nix v0.26.2 |
791 | 2023-12-14T20:33:05.936Z | Checking itertools v0.10.5 |
792 | 2023-12-14T20:33:06.005Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
793 | 2023-12-14T20:33:06.171Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
794 | 2023-12-14T20:33:06.599Z | Compiling clap_derive v4.4.0 |
795 | 2023-12-14T20:33:07.573Z | Compiling serde_repr v0.1.16 |
796 | 2023-12-14T20:33:07.789Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
797 | 2023-12-14T20:33:08.409Z | Checking addr2line v0.21.0 |
798 | 2023-12-14T20:33:08.530Z | Compiling pin-project-internal v1.1.3 |
799 | 2023-12-14T20:33:08.703Z | Checking parse-display v0.8.2 |
800 | 2023-12-14T20:33:08.920Z | Checking hashlink v0.8.3 |
801 | 2023-12-14T20:33:09.174Z | Checking object v0.32.0 |
802 | 2023-12-14T20:33:09.408Z | Checking cstr-argument v0.1.2 |
803 | 2023-12-14T20:33:09.651Z | Checking tap v1.0.1 |
804 | 2023-12-14T20:33:09.694Z | Checking fastrand v2.0.0 |
805 | 2023-12-14T20:33:09.831Z | Compiling portable-atomic v1.4.3 |
806 | 2023-12-14T20:33:09.870Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
807 | 2023-12-14T20:33:10.162Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
808 | 2023-12-14T20:33:10.399Z | Checking os_str_bytes v6.5.1 |
809 | 2023-12-14T20:33:10.707Z | Checking tower-layer v0.3.2 |
810 | 2023-12-14T20:33:10.973Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
811 | 2023-12-14T20:33:10.995Z | Checking fallible-streaming-iterator v0.1.9 |
812 | 2023-12-14T20:33:11.119Z | Checking rustc-demangle v0.1.23 |
813 | 2023-12-14T20:33:11.351Z | Checking rusqlite v0.29.0 |
814 | 2023-12-14T20:33:12.166Z | Checking clap_lex v0.2.4 |
815 | 2023-12-14T20:33:12.166Z | Checking tempfile v3.8.0 |
816 | 2023-12-14T20:33:12.166Z | Checking wyz v0.5.1 |
817 | 2023-12-14T20:33:12.166Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
818 | 2023-12-14T20:33:12.234Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
819 | 2023-12-14T20:33:12.311Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
820 | 2023-12-14T20:33:12.630Z | Checking pem v1.1.1 |
821 | 2023-12-14T20:33:12.712Z | Checking twox-hash v1.6.3 |
822 | 2023-12-14T20:33:12.947Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
823 | 2023-12-14T20:33:13.078Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
824 | 2023-12-14T20:33:13.212Z | Checking pin-project v1.1.3 |
825 | 2023-12-14T20:33:13.369Z | Compiling clap_derive v3.2.25 |
826 | 2023-12-14T20:33:13.416Z | Checking simple_asn1 v0.6.2 |
827 | 2023-12-14T20:33:14.164Z | Compiling num_enum_derive v0.7.0 |
828 | 2023-12-14T20:33:14.178Z | Checking tokio-io-timeout v1.2.0 |
829 | 2023-12-14T20:33:14.600Z | Compiling snafu-derive v0.7.5 |
830 | 2023-12-14T20:33:14.632Z | Checking clap v4.4.0 |
831 | 2023-12-14T20:33:14.743Z | Checking universal-hash v0.5.1 |
832 | 2023-12-14T20:33:14.764Z | Checking textwrap v0.16.0 |
833 | 2023-12-14T20:33:14.980Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
834 | 2023-12-14T20:33:15.329Z | Checking funty v2.0.0 |
835 | 2023-12-14T20:33:15.463Z | Compiling curl v0.4.44 |
836 | 2023-12-14T20:33:15.503Z | Checking opaque-debug v0.3.0 |
837 | 2023-12-14T20:33:15.790Z | Checking http-range-header v0.3.1 |
838 | 2023-12-14T20:33:15.917Z | Checking tower-http v0.4.4 |
839 | 2023-12-14T20:33:16.148Z | Checking polyval v0.6.1 |
840 | 2023-12-14T20:33:27.973Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
841 | 2023-12-14T20:33:28.177Z | Checking bitvec v1.0.1 |
842 | 2023-12-14T20:33:28.177Z | Checking hyper-timeout v0.4.1 |
843 | 2023-12-14T20:33:28.177Z | Checking jsonwebtoken v8.3.0 |
844 | 2023-12-14T20:33:28.177Z | Checking num_enum v0.7.0 |
845 | 2023-12-14T20:33:28.177Z | Checking tower v0.4.13 |
846 | 2023-12-14T20:33:28.177Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
847 | 2023-12-14T20:33:28.177Z | Checking ctr v0.9.2 |
848 | 2023-12-14T20:33:28.177Z | Checking aes v0.8.3 |
849 | 2023-12-14T20:33:28.475Z | Checking clap v3.2.25 |
850 | 2023-12-14T20:33:28.475Z | Checking secrecy v0.8.0 |
851 | 2023-12-14T20:33:28.475Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
852 | 2023-12-14T20:33:28.475Z | Compiling zone_cfg_derive v0.2.0 |
853 | 2023-12-14T20:33:28.475Z | Checking bincode v1.3.3 |
854 | 2023-12-14T20:33:28.476Z | Checking console v0.15.7 |
855 | 2023-12-14T20:33:28.476Z | Compiling async-recursion v0.3.2 |
856 | 2023-12-14T20:33:28.476Z | Checking aead v0.5.2 |
857 | 2023-12-14T20:33:28.476Z | Checking snafu v0.7.5 |
858 | 2023-12-14T20:33:28.476Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
859 | 2023-12-14T20:33:28.476Z | Checking number_prefix v0.4.0 |
860 | 2023-12-14T20:33:28.476Z | Checking data-encoding v2.4.0 |
861 | 2023-12-14T20:33:28.476Z | Checking humantime v2.1.0 |
862 | 2023-12-14T20:33:28.476Z | Compiling erased-serde v0.3.30 |
863 | 2023-12-14T20:33:28.476Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
864 | 2023-12-14T20:33:28.476Z | Checking zone v0.2.0 |
865 | 2023-12-14T20:33:28.476Z | Checking env_logger v0.9.3 |
866 | 2023-12-14T20:33:28.477Z | Checking indicatif v0.17.6 |
867 | 2023-12-14T20:33:28.477Z | Checking octocrab v0.25.1 |
868 | 2023-12-14T20:33:28.477Z | Checking aes-gcm-siv v0.11.1 |
869 | 2023-12-14T20:33:28.477Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
870 | 2023-12-14T20:33:28.477Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
871 | 2023-12-14T20:33:28.477Z | Checking itertools v0.12.0 |
872 | 2023-12-14T20:33:28.477Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
873 | 2023-12-14T20:33:28.477Z | Checking sha256 v1.4.0 |
874 | 2023-12-14T20:33:28.477Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
875 | 2023-12-14T20:33:28.477Z | Checking toml v0.5.11 |
876 | 2023-12-14T20:33:28.477Z | Compiling bitstruct_derive v0.1.0 |
877 | 2023-12-14T20:33:28.477Z | Compiling async-recursion v1.0.5 |
878 | 2023-12-14T20:33:28.477Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
879 | 2023-12-14T20:33:28.477Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
880 | 2023-12-14T20:33:28.477Z | Checking libloading v0.7.4 |
881 | 2023-12-14T20:33:28.478Z | Checking ascii v1.1.0 |
882 | 2023-12-14T20:33:28.479Z | Checking ringbuffer v0.15.0 |
883 | 2023-12-14T20:33:28.479Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
884 | 2023-12-14T20:33:28.479Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
885 | 2023-12-14T20:33:28.479Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
886 | 2023-12-14T20:33:28.479Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
887 | 2023-12-14T20:33:28.479Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
888 | 2023-12-14T20:33:28.479Z | Checking bitstruct v0.1.1 |
889 | 2023-12-14T20:33:28.729Z | Checking serde_arrays v0.1.0 |
890 | 2023-12-14T20:33:28.926Z | Checking matches v0.1.10 |
891 | 2023-12-14T20:33:28.977Z | Checking utf-8 v0.7.6 |
892 | 2023-12-14T20:33:29.049Z | Checking idna v0.2.3 |
893 | 2023-12-14T20:33:29.265Z | Compiling enum-as-inner v0.5.1 |
894 | 2023-12-14T20:33:29.277Z | Checking tungstenite v0.20.1 |
895 | 2023-12-14T20:33:29.590Z | Checking quick-error v1.2.3 |
896 | 2023-12-14T20:33:29.784Z | Checking linked-hash-map v0.5.6 |
897 | 2023-12-14T20:33:30.263Z | Checking lru-cache v0.1.2 |
898 | 2023-12-14T20:33:30.514Z | Checking resolv-conf v0.7.0 |
899 | 2023-12-14T20:33:30.594Z | Compiling const_format_proc_macros v0.2.31 |
900 | 2023-12-14T20:33:30.625Z | Checking tokio-tungstenite v0.20.1 |
901 | 2023-12-14T20:33:30.797Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
902 | 2023-12-14T20:33:30.997Z | Checking trust-dns-proto v0.22.0 |
903 | 2023-12-14T20:33:31.073Z | Checking ron v0.7.1 |
904 | 2023-12-14T20:33:31.349Z | Checking bstr v1.6.0 |
905 | 2023-12-14T20:33:32.348Z | Checking toml v0.7.8 |
906 | 2023-12-14T20:33:32.943Z | Checking bit_field v0.10.2 |
907 | 2023-12-14T20:33:33.294Z | Checking globset v0.4.13 |
908 | 2023-12-14T20:33:33.493Z | Checking ctrlc v3.4.0 |
909 | 2023-12-14T20:33:33.766Z | Checking fatfs v0.3.6 |
910 | 2023-12-14T20:33:34.032Z | Checking const_format v0.2.31 |
911 | 2023-12-14T20:33:34.053Z | Checking glob v0.3.1 |
912 | 2023-12-14T20:33:34.339Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
913 | 2023-12-14T20:33:34.615Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
914 | 2023-12-14T20:33:34.635Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
915 | 2023-12-14T20:33:35.400Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
916 | 2023-12-14T20:33:37.480Z | Checking trust-dns-resolver v0.22.0 |
917 | 2023-12-14T20:33:38.433Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
918 | 2023-12-14T20:33:43.226Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
919 | 2023-12-14T20:33:46.639Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
920 | 2023-12-14T20:33:46.644Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
921 | 2023-12-14T20:33:46.644Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
922 | 2023-12-14T20:33:47.633Z | Compiling git2 v0.17.2 |
923 | 2023-12-14T20:33:49.136Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
924 | 2023-12-14T20:33:53.871Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
925 | 2023-12-14T20:33:55.643Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
926 | 2023-12-14T20:33:55.677Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
927 | 2023-12-14T20:34:05.337Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
928 | 2023-12-14T20:34:17.205Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
929 | 2023-12-14T20:34:17.670Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
930 | 2023-12-14T20:34:17.670Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
931 | 2023-12-14T20:34:18.073Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
932 | 2023-12-14T20:34:18.099Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
933 | 2023-12-14T20:34:24.583Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 22s |
934 | 2023-12-14T20:34:24.860Z | |
935 | 2023-12-14T20:34:24.860Z | real 3:22.455718736 |
936 | 2023-12-14T20:34:24.860Z | user 15:38.665085509 |
937 | 2023-12-14T20:34:24.860Z | sys 2:46.067765717 |
938 | 2023-12-14T20:34:24.860Z | trap 0.656221468 |
939 | 2023-12-14T20:34:24.860Z | tflt 4.784160457 |
940 | 2023-12-14T20:34:24.860Z | dflt 4.208140901 |
941 | 2023-12-14T20:34:24.861Z | kflt 0.062992462 |
942 | 2023-12-14T20:34:24.861Z | lock 21:12.438324745 |
943 | 2023-12-14T20:34:24.861Z | slp 47:04.715686323 |
944 | 2023-12-14T20:34:24.861Z | lat 56.140276167 |
945 | 2023-12-14T20:34:24.865Z | stop 2:23.832170212 |
946 | 2023-12-14T20:34:24.865Z | + ptime -m cargo clippy --features falcon --all-targets |
947 | 2023-12-14T20:34:25.620Z | Downloading crates ... |
948 | 2023-12-14T20:34:25.941Z | Downloaded difflib v0.4.0 |
949 | 2023-12-14T20:34:25.945Z | Downloaded newline-converter v0.3.0 |
950 | 2023-12-14T20:34:25.945Z | Downloaded fragile v2.0.0 |
951 | 2023-12-14T20:34:25.948Z | Downloaded predicates v2.1.5 |
952 | 2023-12-14T20:34:25.953Z | Downloaded normalize-line-endings v0.3.0 |
953 | 2023-12-14T20:34:25.956Z | Downloaded float-cmp v0.9.0 |
954 | 2023-12-14T20:34:25.956Z | Downloaded termtree v0.4.1 |
955 | 2023-12-14T20:34:25.959Z | Downloaded downcast v0.11.0 |
956 | 2023-12-14T20:34:25.962Z | Downloaded similar v2.2.1 |
957 | 2023-12-14T20:34:25.969Z | Downloaded predicates-tree v1.0.9 |
958 | 2023-12-14T20:34:26.055Z | Downloaded mockall v0.11.4 |
959 | 2023-12-14T20:34:26.068Z | Downloaded predicates-core v1.0.6 |
960 | 2023-12-14T20:34:26.068Z | Downloaded mockall_derive v0.11.4 |
961 | 2023-12-14T20:34:26.068Z | Downloaded expectorate v1.0.7 |
962 | 2023-12-14T20:34:26.068Z | Downloaded unicode-segmentation v1.10.1 |
963 | 2023-12-14T20:34:26.068Z | Downloaded serde_test v1.0.176 |
964 | 2023-12-14T20:34:26.182Z | Checking tokio v1.34.0 |
965 | 2023-12-14T20:34:26.202Z | Checking console v0.15.7 |
966 | 2023-12-14T20:34:26.205Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
967 | 2023-12-14T20:34:26.214Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
968 | 2023-12-14T20:34:26.217Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
969 | 2023-12-14T20:34:26.231Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
970 | 2023-12-14T20:34:26.240Z | Checking predicates-core v1.0.6 |
971 | 2023-12-14T20:34:26.243Z | Checking float-cmp v0.9.0 |
972 | 2023-12-14T20:34:26.387Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
973 | 2023-12-14T20:34:26.505Z | Checking termtree v0.4.1 |
974 | 2023-12-14T20:34:26.513Z | Checking normalize-line-endings v0.3.0 |
975 | 2023-12-14T20:34:26.605Z | Checking unicode-segmentation v1.10.1 |
976 | 2023-12-14T20:34:26.673Z | Checking difflib v0.4.0 |
977 | 2023-12-14T20:34:26.744Z | Checking predicates-tree v1.0.9 |
978 | 2023-12-14T20:34:26.757Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
979 | 2023-12-14T20:34:26.840Z | Compiling mockall_derive v0.11.4 |
980 | 2023-12-14T20:34:26.905Z | Checking similar v2.2.1 |
981 | 2023-12-14T20:34:27.032Z | Checking indicatif v0.17.6 |
982 | 2023-12-14T20:34:27.049Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
983 | 2023-12-14T20:34:27.129Z | Checking predicates v2.1.5 |
984 | 2023-12-14T20:34:27.676Z | Checking newline-converter v0.3.0 |
985 | 2023-12-14T20:34:27.859Z | Checking fragile v2.0.0 |
986 | 2023-12-14T20:34:27.986Z | Checking downcast v0.11.0 |
987 | 2023-12-14T20:34:28.029Z | Checking expectorate v1.0.7 |
988 | 2023-12-14T20:34:28.059Z | Checking serde_test v1.0.176 |
989 | 2023-12-14T20:34:28.121Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
990 | 2023-12-14T20:34:34.260Z | Checking mockall v0.11.4 |
991 | 2023-12-14T20:34:34.790Z | Checking tokio-util v0.7.8 |
992 | 2023-12-14T20:34:35.203Z | Checking tokio-rustls v0.24.1 |
993 | 2023-12-14T20:34:35.203Z | Checking tokio-native-tls v0.3.1 |
994 | 2023-12-14T20:34:35.203Z | Checking backoff v0.4.0 |
995 | 2023-12-14T20:34:35.203Z | Checking tokio-io-timeout v1.2.0 |
996 | 2023-12-14T20:34:35.204Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
997 | 2023-12-14T20:34:35.204Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
998 | 2023-12-14T20:34:35.205Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
999 | 2023-12-14T20:34:35.212Z | Checking sha256 v1.4.0 |
1000 | 2023-12-14T20:34:35.212Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1001 | 2023-12-14T20:34:35.212Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1002 | 2023-12-14T20:34:35.212Z | Checking tokio-tungstenite v0.20.1 |
1003 | 2023-12-14T20:34:35.213Z | Checking trust-dns-proto v0.22.0 |
1004 | 2023-12-14T20:34:36.189Z | Checking h2 v0.3.21 |
1005 | 2023-12-14T20:34:36.189Z | Checking tokio-postgres v0.7.10 |
1006 | 2023-12-14T20:34:36.199Z | Checking tower v0.4.13 |
1007 | 2023-12-14T20:34:37.017Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1008 | 2023-12-14T20:34:39.455Z | Checking trust-dns-resolver v0.22.0 |
1009 | 2023-12-14T20:34:42.525Z | Checking hyper v0.14.27 |
1010 | 2023-12-14T20:34:48.647Z | Checking hyper-rustls v0.24.1 |
1011 | 2023-12-14T20:34:48.651Z | Checking hyper-tls v0.5.0 |
1012 | 2023-12-14T20:34:48.651Z | Checking dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1013 | 2023-12-14T20:34:48.651Z | Checking hyper-timeout v0.4.1 |
1014 | 2023-12-14T20:34:48.970Z | Checking reqwest v0.11.22 |
1015 | 2023-12-14T20:34:48.985Z | Checking octocrab v0.25.1 |
1016 | 2023-12-14T20:34:50.684Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1017 | 2023-12-14T20:34:50.885Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1018 | 2023-12-14T20:34:51.066Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1019 | 2023-12-14T20:34:51.071Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1020 | 2023-12-14T20:34:52.395Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1021 | 2023-12-14T20:34:52.402Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1022 | 2023-12-14T20:34:53.960Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1023 | 2023-12-14T20:34:59.861Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1024 | 2023-12-14T20:35:01.447Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1025 | 2023-12-14T20:35:01.451Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1026 | 2023-12-14T20:35:01.451Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1027 | 2023-12-14T20:35:05.722Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1028 | 2023-12-14T20:35:10.147Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1029 | 2023-12-14T20:35:10.761Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1030 | 2023-12-14T20:35:18.048Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1031 | 2023-12-14T20:35:36.027Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1032 | 2023-12-14T20:35:36.420Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1033 | 2023-12-14T20:35:36.430Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
1034 | 2023-12-14T20:35:37.191Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1035 | 2023-12-14T20:35:37.227Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1036 | 2023-12-14T20:35:46.945Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 21s |
1037 | 2023-12-14T20:35:47.028Z | |
1038 | 2023-12-14T20:35:47.028Z | real 1:22.164384189 |
1039 | 2023-12-14T20:35:47.028Z | user 3:16.117858639 |
1040 | 2023-12-14T20:35:47.028Z | sys 24.948531004 |
1041 | 2023-12-14T20:35:47.028Z | trap 0.069553108 |
1042 | 2023-12-14T20:35:47.028Z | tflt 0.090891893 |
1043 | 2023-12-14T20:35:47.028Z | dflt 0.272026382 |
1044 | 2023-12-14T20:35:47.028Z | kflt 0.000124552 |
1045 | 2023-12-14T20:35:47.032Z | lock 6:24.658580225 |
1046 | 2023-12-14T20:35:47.032Z | slp 8:34.112040152 |
1047 | 2023-12-14T20:35:47.032Z | lat 1.426213513 |
1048 | 2023-12-14T20:35:47.032Z | stop 3.417936557 |
1049 | 2023-12-14T20:35:47.032Z | + banner build |
1050 | 2023-12-14T20:35:47.032Z | |
1051 | 2023-12-14T20:35:47.032Z | ##### # # # # ##### |
1052 | 2023-12-14T20:35:47.032Z | # # # # # # # # |
1053 | 2023-12-14T20:35:47.032Z | ##### # # # # # # |
1054 | 2023-12-14T20:35:47.032Z | # # # # # # # # |
1055 | 2023-12-14T20:35:47.032Z | # # # # # # # # |
1056 | 2023-12-14T20:35:47.032Z | ##### #### # ###### ##### |
1057 | 2023-12-14T20:35:47.032Z | |
1058 | 2023-12-14T20:35:47.032Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1059 | 2023-12-14T20:35:47.902Z | Compiling proc-macro2 v1.0.69 |
1060 | 2023-12-14T20:35:48.356Z | Compiling unicode-ident v1.0.12 |
1061 | 2023-12-14T20:35:48.356Z | Compiling libc v0.2.150 |
1062 | 2023-12-14T20:35:48.356Z | Compiling cfg-if v1.0.0 |
1063 | 2023-12-14T20:35:48.358Z | Compiling autocfg v1.1.0 |
1064 | 2023-12-14T20:35:48.358Z | Compiling version_check v0.9.4 |
1065 | 2023-12-14T20:35:48.358Z | Compiling serde v1.0.192 |
1066 | 2023-12-14T20:35:48.358Z | Compiling syn v1.0.109 |
1067 | 2023-12-14T20:35:48.358Z | Compiling once_cell v1.18.0 |
1068 | 2023-12-14T20:35:48.754Z | Compiling thiserror v1.0.47 |
1069 | 2023-12-14T20:35:48.863Z | Compiling itoa v1.0.9 |
1070 | 2023-12-14T20:35:48.876Z | Compiling memchr v2.6.4 |
1071 | 2023-12-14T20:35:49.184Z | Compiling serde_json v1.0.108 |
1072 | 2023-12-14T20:35:49.448Z | Compiling pin-project-lite v0.2.13 |
1073 | 2023-12-14T20:35:49.517Z | Compiling log v0.4.20 |
1074 | 2023-12-14T20:35:49.607Z | Compiling pkg-config v0.3.27 |
1075 | 2023-12-14T20:35:49.812Z | Compiling lock_api v0.4.10 |
1076 | 2023-12-14T20:35:49.915Z | Compiling smallvec v1.11.0 |
1077 | 2023-12-14T20:35:50.279Z | Compiling quote v1.0.33 |
1078 | 2023-12-14T20:35:50.341Z | Compiling jobserver v0.1.26 |
1079 | 2023-12-14T20:35:50.484Z | Compiling parking_lot_core v0.9.8 |
1080 | 2023-12-14T20:35:50.638Z | Compiling vcpkg v0.2.15 |
1081 | 2023-12-14T20:35:51.251Z | Compiling syn v2.0.29 |
1082 | 2023-12-14T20:35:51.280Z | Compiling cc v1.0.83 |
1083 | 2023-12-14T20:35:51.328Z | Compiling getrandom v0.2.10 |
1084 | 2023-12-14T20:35:51.629Z | Compiling scopeguard v1.2.0 |
1085 | 2023-12-14T20:35:52.012Z | Compiling rand_core v0.6.4 |
1086 | 2023-12-14T20:35:52.739Z | Compiling socket2 v0.5.5 |
1087 | 2023-12-14T20:35:52.949Z | Compiling num_cpus v1.16.0 |
1088 | 2023-12-14T20:35:53.127Z | Compiling mio v0.8.9 |
1089 | 2023-12-14T20:35:53.549Z | Compiling parking_lot v0.12.1 |
1090 | 2023-12-14T20:35:54.098Z | Compiling signal-hook-registry v1.4.1 |
1091 | 2023-12-14T20:35:54.576Z | Compiling libm v0.2.7 |
1092 | 2023-12-14T20:35:55.168Z | Compiling num-traits v0.2.16 |
1093 | 2023-12-14T20:35:55.704Z | Compiling heck v0.4.1 |
1094 | 2023-12-14T20:35:55.801Z | Compiling typenum v1.16.0 |
1095 | 2023-12-14T20:35:56.024Z | Compiling futures-core v0.3.29 |
1096 | 2023-12-14T20:35:56.623Z | Compiling generic-array v0.14.7 |
1097 | 2023-12-14T20:35:56.745Z | Compiling ahash v0.8.3 |
1098 | 2023-12-14T20:35:57.494Z | Compiling ryu v1.0.15 |
1099 | 2023-12-14T20:35:57.536Z | Compiling slab v0.4.9 |
1100 | 2023-12-14T20:35:57.562Z | Compiling futures-sink v0.3.29 |
1101 | 2023-12-14T20:35:57.760Z | Compiling futures-task v0.3.29 |
1102 | 2023-12-14T20:35:57.770Z | Compiling futures-channel v0.3.29 |
1103 | 2023-12-14T20:35:58.361Z | Compiling pin-utils v0.1.0 |
1104 | 2023-12-14T20:35:58.454Z | Compiling futures-util v0.3.29 |
1105 | 2023-12-14T20:35:59.054Z | Compiling futures-io v0.3.29 |
1106 | 2023-12-14T20:35:59.205Z | Compiling equivalent v1.0.1 |
1107 | 2023-12-14T20:35:59.336Z | Compiling hashbrown v0.14.2 |
1108 | 2023-12-14T20:35:59.443Z | Compiling tracing-core v0.1.31 |
1109 | 2023-12-14T20:36:00.015Z | Compiling subtle v2.5.0 |
1110 | 2023-12-14T20:36:00.446Z | Compiling bitflags v2.4.0 |
1111 | 2023-12-14T20:36:01.193Z | Compiling fnv v1.0.7 |
1112 | 2023-12-14T20:36:01.366Z | Compiling iana-time-zone v0.1.57 |
1113 | 2023-12-14T20:36:01.415Z | Compiling time-core v0.1.1 |
1114 | 2023-12-14T20:36:01.661Z | Compiling tinyvec_macros v0.1.1 |
1115 | 2023-12-14T20:36:01.777Z | Compiling tinyvec v1.6.0 |
1116 | 2023-12-14T20:36:02.180Z | Compiling serde_derive_internals v0.26.0 |
1117 | 2023-12-14T20:36:02.235Z | Compiling ring v0.16.20 |
1118 | 2023-12-14T20:36:02.466Z | Compiling crypto-common v0.1.6 |
1119 | 2023-12-14T20:36:02.477Z | Compiling block-buffer v0.10.4 |
1120 | 2023-12-14T20:36:02.765Z | Compiling indexmap v1.9.3 |
1121 | 2023-12-14T20:36:02.806Z | Compiling httparse v1.8.0 |
1122 | 2023-12-14T20:36:03.296Z | Compiling slog v2.7.0 |
1123 | 2023-12-14T20:36:03.478Z | Compiling base64 v0.21.5 |
1124 | 2023-12-14T20:36:03.927Z | Compiling digest v0.10.7 |
1125 | 2023-12-14T20:36:04.122Z | Compiling openssl-sys v0.9.96 |
1126 | 2023-12-14T20:36:04.541Z | Compiling unicode-normalization v0.1.22 |
1127 | 2023-12-14T20:36:04.703Z | Compiling unicode-xid v0.2.4 |
1128 | 2023-12-14T20:36:05.219Z | Compiling hashbrown v0.12.3 |
1129 | 2023-12-14T20:36:05.430Z | Compiling unicode-bidi v0.3.13 |
1130 | 2023-12-14T20:36:05.676Z | Compiling percent-encoding v2.3.0 |
1131 | 2023-12-14T20:36:06.049Z | Compiling cpufeatures v0.2.9 |
1132 | 2023-12-14T20:36:08.371Z | Compiling socket2 v0.4.9 |
1133 | 2023-12-14T20:36:08.530Z | Compiling untrusted v0.7.1 |
1134 | 2023-12-14T20:36:08.860Z | Compiling spin v0.5.2 |
1135 | 2023-12-14T20:36:09.206Z | Compiling form_urlencoded v1.2.0 |
1136 | 2023-12-14T20:36:10.102Z | Compiling allocator-api2 v0.2.16 |
1137 | 2023-12-14T20:36:11.339Z | Compiling ucd-trie v0.1.6 |
1138 | 2023-12-14T20:36:11.524Z | Compiling byteorder v1.4.3 |
1139 | 2023-12-14T20:36:11.961Z | Compiling serde_derive v1.0.192 |
1140 | 2023-12-14T20:36:12.059Z | Compiling thiserror-impl v1.0.47 |
1141 | 2023-12-14T20:36:12.082Z | Compiling tokio-macros v2.2.0 |
1142 | 2023-12-14T20:36:12.370Z | Compiling futures-macro v0.3.29 |
1143 | 2023-12-14T20:36:12.601Z | Compiling tracing-attributes v0.1.26 |
1144 | 2023-12-14T20:36:13.139Z | Compiling schemars_derive v0.8.15 |
1145 | 2023-12-14T20:36:14.771Z | Compiling schemars v0.8.15 |
1146 | 2023-12-14T20:36:15.290Z | Compiling tower-service v0.3.2 |
1147 | 2023-12-14T20:36:15.484Z | Compiling synstructure v0.12.6 |
1148 | 2023-12-14T20:36:17.206Z | Compiling pest v2.7.2 |
1149 | 2023-12-14T20:36:17.839Z | Compiling time-macros v0.2.13 |
1150 | 2023-12-14T20:36:17.909Z | Compiling dyn-clone v1.0.13 |
1151 | 2023-12-14T20:36:18.203Z | Compiling num_threads v0.1.6 |
1152 | 2023-12-14T20:36:18.702Z | Compiling tracing v0.1.37 |
1153 | 2023-12-14T20:36:18.702Z | Compiling try-lock v0.2.4 |
1154 | 2023-12-14T20:36:18.702Z | Compiling deranged v0.3.8 |
1155 | 2023-12-14T20:36:18.850Z | Compiling ppv-lite86 v0.2.17 |
1156 | 2023-12-14T20:36:19.648Z | Compiling want v0.3.1 |
1157 | 2023-12-14T20:36:20.054Z | Compiling zerocopy-derive v0.2.0 |
1158 | 2023-12-14T20:36:20.171Z | Compiling rand_chacha v0.3.1 |
1159 | 2023-12-14T20:36:21.785Z | Compiling pest_meta v2.7.2 |
1160 | 2023-12-14T20:36:21.869Z | Compiling aho-corasick v1.0.4 |
1161 | 2023-12-14T20:36:22.955Z | Compiling time v0.3.27 |
1162 | 2023-12-14T20:36:23.178Z | Compiling regex-syntax v0.8.2 |
1163 | 2023-12-14T20:36:23.446Z | Compiling async-trait v0.1.74 |
1164 | 2023-12-14T20:36:24.249Z | Compiling rustls v0.21.7 |
1165 | 2023-12-14T20:36:24.777Z | Compiling httpdate v1.0.3 |
1166 | 2023-12-14T20:36:27.274Z | Compiling pest_generator v2.7.2 |
1167 | 2023-12-14T20:36:28.498Z | Compiling rand v0.8.5 |
1168 | 2023-12-14T20:36:28.980Z | Compiling rustls-webpki v0.101.4 |
1169 | 2023-12-14T20:36:30.217Z | Compiling regex-automata v0.4.3 |
1170 | 2023-12-14T20:36:31.607Z | Compiling sct v0.7.0 |
1171 | 2023-12-14T20:36:32.550Z | Compiling rustversion v1.0.14 |
1172 | 2023-12-14T20:36:33.574Z | Compiling openssl-probe v0.1.5 |
1173 | 2023-12-14T20:36:35.324Z | Compiling bytes v1.5.0 |
1174 | 2023-12-14T20:36:36.266Z | Compiling indexmap v2.1.0 |
1175 | 2023-12-14T20:36:38.314Z | Compiling tokio v1.34.0 |
1176 | 2023-12-14T20:36:38.407Z | Compiling http v0.2.11 |
1177 | 2023-12-14T20:36:40.536Z | Compiling chrono v0.4.31 |
1178 | 2023-12-14T20:36:43.489Z | Compiling uuid v1.6.1 |
1179 | 2023-12-14T20:36:45.872Z | Compiling http-body v0.4.5 |
1180 | 2023-12-14T20:36:46.921Z | Compiling serde_tokenstream v0.2.0 |
1181 | 2023-12-14T20:36:46.932Z | Compiling regex v1.10.2 |
1182 | 2023-12-14T20:36:49.456Z | Compiling pest_derive v2.7.2 |
1183 | 2023-12-14T20:36:52.191Z | Compiling tokio-util v0.7.8 |
1184 | 2023-12-14T20:36:53.879Z | Compiling idna v0.4.0 |
1185 | 2023-12-14T20:36:55.734Z | Compiling h2 v0.3.21 |
1186 | 2023-12-14T20:36:57.926Z | Compiling rustls-pemfile v1.0.4 |
1187 | 2023-12-14T20:36:58.632Z | Compiling atty v0.2.14 |
1188 | 2023-12-14T20:36:58.819Z | Compiling usdt-impl v0.3.5 |
1189 | 2023-12-14T20:36:59.290Z | Compiling crossbeam-utils v0.8.16 |
1190 | 2023-12-14T20:36:59.441Z | Compiling lazy_static v1.4.0 |
1191 | 2023-12-14T20:36:59.738Z | Compiling anyhow v1.0.75 |
1192 | 2023-12-14T20:37:00.130Z | Compiling url v2.4.0 |
1193 | 2023-12-14T20:37:00.232Z | Compiling tokio-rustls v0.24.1 |
1194 | 2023-12-14T20:37:03.303Z | Compiling hashbrown v0.13.2 |
1195 | 2023-12-14T20:37:04.217Z | Compiling libz-sys v1.1.12 |
1196 | 2023-12-14T20:37:05.130Z | Compiling dirs-sys-next v0.1.2 |
1197 | 2023-12-14T20:37:06.147Z | Compiling winnow v0.5.15 |
1198 | 2023-12-14T20:37:06.896Z | Compiling toml_datetime v0.6.5 |
1199 | 2023-12-14T20:37:07.691Z | Compiling zerocopy v0.3.0 |
1200 | 2023-12-14T20:37:08.961Z | Compiling hyper v0.14.27 |
1201 | 2023-12-14T20:37:10.366Z | Compiling dirs-next v2.0.0 |
1202 | 2023-12-14T20:37:10.704Z | Compiling regress v0.7.1 |
1203 | 2023-12-14T20:37:12.157Z | Compiling toml_edit v0.19.15 |
1204 | 2023-12-14T20:37:15.516Z | Compiling serde_urlencoded v0.7.1 |
1205 | 2023-12-14T20:37:16.505Z | Compiling thread_local v1.1.7 |
1206 | 2023-12-14T20:37:17.792Z | Compiling openssl v0.10.60 |
1207 | 2023-12-14T20:37:18.464Z | Compiling slog-async v2.8.0 |
1208 | 2023-12-14T20:37:18.607Z | Compiling foreign-types-shared v0.1.1 |
1209 | 2023-12-14T20:37:18.753Z | Compiling foreign-types v0.3.2 |
1210 | 2023-12-14T20:37:18.899Z | Compiling proc-macro-crate v1.3.1 |
1211 | 2023-12-14T20:37:19.338Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1212 | 2023-12-14T20:37:20.288Z | Compiling crossbeam-channel v0.5.8 |
1213 | 2023-12-14T20:37:22.541Z | Compiling term v0.7.0 |
1214 | 2023-12-14T20:37:23.116Z | Compiling dof v0.1.5 |
1215 | 2023-12-14T20:37:24.642Z | Compiling dtrace-parser v0.1.14 |
1216 | 2023-12-14T20:37:27.351Z | Compiling openssl-macros v0.1.1 |
1217 | 2023-12-14T20:37:28.618Z | Compiling thread-id v4.2.0 |
1218 | 2023-12-14T20:37:28.758Z | Compiling encoding_rs v0.8.33 |
1219 | 2023-12-14T20:37:30.585Z | Compiling mime v0.3.17 |
1220 | 2023-12-14T20:37:32.432Z | Compiling take_mut v0.2.2 |
1221 | 2023-12-14T20:37:32.643Z | Compiling native-tls v0.2.11 |
1222 | 2023-12-14T20:37:38.912Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1223 | 2023-12-14T20:37:40.169Z | Compiling slog-term v2.9.0 |
1224 | 2023-12-14T20:37:41.000Z | Compiling rustls-native-certs v0.6.3 |
1225 | 2023-12-14T20:37:42.199Z | Compiling serde_tokenstream v0.1.7 |
1226 | 2023-12-14T20:37:42.647Z | Compiling futures-executor v0.3.29 |
1227 | 2023-12-14T20:37:43.459Z | Compiling unicode-width v0.1.10 |
1228 | 2023-12-14T20:37:43.745Z | Compiling futures v0.3.29 |
1229 | 2023-12-14T20:37:43.846Z | Compiling hyper-rustls v0.24.1 |
1230 | 2023-12-14T20:37:46.177Z | Compiling openapiv3 v2.0.0-rc.1 |
1231 | 2023-12-14T20:37:50.252Z | Compiling num-integer v0.1.45 |
1232 | 2023-12-14T20:37:50.265Z | Compiling ipnet v2.8.0 |
1233 | 2023-12-14T20:37:50.840Z | Compiling omicron-workspace-hack v0.1.0 |
1234 | 2023-12-14T20:37:51.367Z | Compiling tokio-native-tls v0.3.1 |
1235 | 2023-12-14T20:37:51.774Z | Compiling usdt-macro v0.3.5 |
1236 | 2023-12-14T20:37:53.392Z | Compiling usdt-attr-macro v0.3.5 |
1237 | 2023-12-14T20:37:54.097Z | Compiling serde_spanned v0.6.4 |
1238 | 2023-12-14T20:37:55.189Z | Compiling sha1 v0.10.6 |
1239 | 2023-12-14T20:37:55.842Z | Compiling match_cfg v0.1.0 |
1240 | 2023-12-14T20:38:03.916Z | Compiling getopts v0.2.21 |
1241 | 2023-12-14T20:38:04.461Z | Compiling hostname v0.3.1 |
1242 | 2023-12-14T20:38:04.464Z | Compiling usdt v0.3.5 |
1243 | 2023-12-14T20:38:05.292Z | Compiling hyper-tls v0.5.0 |
1244 | 2023-12-14T20:38:06.100Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1245 | 2023-12-14T20:38:06.721Z | Compiling num-bigint v0.4.4 |
1246 | 2023-12-14T20:38:07.507Z | Compiling proc-macro-error-attr v1.0.4 |
1247 | 2023-12-14T20:38:07.822Z | Compiling webpki-roots v0.25.2 |
1248 | 2023-12-14T20:38:08.046Z | Compiling unsafe-libyaml v0.2.9 |
1249 | 2023-12-14T20:38:08.050Z | Compiling strsim v0.10.0 |
1250 | 2023-12-14T20:38:09.041Z | Compiling rustix v0.38.26 |
1251 | 2023-12-14T20:38:09.962Z | Compiling fallible-iterator v0.2.0 |
1252 | 2023-12-14T20:38:10.113Z | Compiling ident_case v1.0.1 |
1253 | 2023-12-14T20:38:10.359Z | Compiling darling_core v0.20.3 |
1254 | 2023-12-14T20:38:10.953Z | Compiling serde_yaml v0.9.25 |
1255 | 2023-12-14T20:38:11.454Z | Compiling reqwest v0.11.22 |
1256 | 2023-12-14T20:38:14.360Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1257 | 2023-12-14T20:38:17.463Z | Compiling num_enum_derive v0.5.11 |
1258 | 2023-12-14T20:38:17.476Z | Compiling serde_path_to_error v0.1.14 |
1259 | 2023-12-14T20:38:18.919Z | Compiling sha2 v0.10.7 |
1260 | 2023-12-14T20:38:19.431Z | Compiling errno v0.3.8 |
1261 | 2023-12-14T20:38:19.811Z | Compiling multer v2.1.0 |
1262 | 2023-12-14T20:38:20.346Z | Compiling proc-macro-error v1.0.4 |
1263 | 2023-12-14T20:38:20.374Z | Compiling paste v1.0.14 |
1264 | 2023-12-14T20:38:21.417Z | Compiling camino v1.1.6 |
1265 | 2023-12-14T20:38:22.167Z | Compiling num_enum v0.5.11 |
1266 | 2023-12-14T20:38:23.889Z | Compiling darling_macro v0.20.3 |
1267 | 2023-12-14T20:38:24.979Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1268 | 2023-12-14T20:38:25.182Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1269 | 2023-12-14T20:38:31.642Z | Compiling toml_edit v0.21.0 |
1270 | 2023-12-14T20:38:43.675Z | Compiling strum_macros v0.25.2 |
1271 | 2023-12-14T20:38:49.626Z | Compiling slog-json v2.6.1 |
1272 | 2023-12-14T20:38:50.394Z | Compiling async-stream-impl v0.3.5 |
1273 | 2023-12-14T20:38:51.510Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1274 | 2023-12-14T20:38:52.050Z | Compiling spin v0.9.8 |
1275 | 2023-12-14T20:38:52.341Z | Compiling atomic-waker v1.1.1 |
1276 | 2023-12-14T20:38:52.573Z | Compiling waitgroup v0.1.2 |
1277 | 2023-12-14T20:38:52.616Z | Compiling async-stream v0.3.5 |
1278 | 2023-12-14T20:38:53.170Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1279 | 2023-12-14T20:38:53.493Z | Compiling slog-bunyan v2.4.0 |
1280 | 2023-12-14T20:38:53.871Z | Compiling strum v0.25.0 |
1281 | 2023-12-14T20:38:54.123Z | Compiling toml v0.8.8 |
1282 | 2023-12-14T20:38:58.884Z | Compiling darling v0.20.3 |
1283 | 2023-12-14T20:39:03.838Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1284 | 2023-12-14T20:39:04.987Z | Compiling hex v0.4.3 |
1285 | 2023-12-14T20:39:06.106Z | Compiling structmeta-derive v0.2.0 |
1286 | 2023-12-14T20:39:07.285Z | Compiling stringprep v0.1.3 |
1287 | 2023-12-14T20:39:10.730Z | Compiling md-5 v0.10.5 |
1288 | 2023-12-14T20:39:11.111Z | Compiling hmac v0.12.1 |
1289 | 2023-12-14T20:39:11.442Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1290 | 2023-12-14T20:39:12.641Z | Compiling debug-ignore v1.0.5 |
1291 | 2023-12-14T20:39:12.835Z | Compiling siphasher v0.3.11 |
1292 | 2023-12-14T20:39:13.029Z | Compiling semver v1.0.20 |
1293 | 2023-12-14T20:39:13.591Z | Compiling bitflags v1.3.2 |
1294 | 2023-12-14T20:39:13.725Z | Compiling phf_shared v0.11.2 |
1295 | 2023-12-14T20:39:15.041Z | Compiling postgres-protocol v0.6.6 |
1296 | 2023-12-14T20:39:16.297Z | Compiling structmeta v0.2.0 |
1297 | 2023-12-14T20:39:17.158Z | Compiling serde_with_macros v2.3.3 |
1298 | 2023-12-14T20:39:20.265Z | Compiling num-iter v0.1.43 |
1299 | 2023-12-14T20:39:20.269Z | Compiling num-rational v0.4.1 |
1300 | 2023-12-14T20:39:20.785Z | Compiling arc-swap v1.6.0 |
1301 | 2023-12-14T20:39:21.328Z | Compiling regex-syntax v0.7.4 |
1302 | 2023-12-14T20:39:21.545Z | Compiling either v1.9.0 |
1303 | 2023-12-14T20:39:22.030Z | Compiling serde_with v2.3.3 |
1304 | 2023-12-14T20:39:22.417Z | Compiling postgres-types v0.2.6 |
1305 | 2023-12-14T20:39:25.267Z | Compiling phf v0.11.2 |
1306 | 2023-12-14T20:39:26.558Z | Compiling vergen v8.2.4 |
1307 | 2023-12-14T20:39:27.013Z | Compiling instant v0.1.12 |
1308 | 2023-12-14T20:39:27.107Z | Compiling whoami v1.4.1 |
1309 | 2023-12-14T20:39:27.211Z | Compiling crucible-workspace-hack v0.1.0 |
1310 | 2023-12-14T20:39:27.656Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1311 | 2023-12-14T20:39:28.413Z | Compiling tokio-postgres v0.7.10 |
1312 | 2023-12-14T20:39:28.636Z | Compiling backoff v0.4.0 |
1313 | 2023-12-14T20:39:29.184Z | Compiling rustc_version v0.4.0 |
1314 | 2023-12-14T20:39:30.177Z | Compiling slog-scope v4.4.0 |
1315 | 2023-12-14T20:39:31.708Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1316 | 2023-12-14T20:39:31.877Z | Compiling parse-display-derive v0.8.2 |
1317 | 2023-12-14T20:39:32.721Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1318 | 2023-12-14T20:39:32.956Z | Compiling ipnetwork v0.20.0 |
1319 | 2023-12-14T20:39:32.999Z | Compiling macaddr v1.0.1 |
1320 | 2023-12-14T20:39:34.134Z | Compiling num-complex v0.4.4 |
1321 | 2023-12-14T20:39:34.994Z | Compiling libsqlite3-sys v0.26.0 |
1322 | 2023-12-14T20:39:35.828Z | Compiling memoffset v0.7.1 |
1323 | 2023-12-14T20:39:36.377Z | Compiling slog-dtrace v0.2.3 |
1324 | 2023-12-14T20:39:36.509Z | Compiling utf8parse v0.2.1 |
1325 | 2023-12-14T20:39:36.916Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1326 | 2023-12-14T20:39:37.448Z | Compiling base64ct v1.6.0 |
1327 | 2023-12-14T20:39:37.732Z | Compiling anstyle-parse v0.2.1 |
1328 | 2023-12-14T20:39:38.360Z | Compiling password-hash v0.5.0 |
1329 | 2023-12-14T20:39:38.525Z | Compiling parse-display v0.8.2 |
1330 | 2023-12-14T20:39:38.653Z | Compiling num v0.4.1 |
1331 | 2023-12-14T20:39:38.792Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1332 | 2023-12-14T20:39:38.816Z | Compiling slog-stdlog v4.1.1 |
1333 | 2023-12-14T20:39:38.953Z | Compiling is-terminal v0.4.9 |
1334 | 2023-12-14T20:39:39.108Z | Compiling foreign-types-macros v0.2.3 |
1335 | 2023-12-14T20:39:40.066Z | Compiling blake2 v0.10.6 |
1336 | 2023-12-14T20:39:40.114Z | Compiling inout v0.1.3 |
1337 | 2023-12-14T20:39:40.262Z | Compiling backtrace v0.3.69 |
1338 | 2023-12-14T20:39:40.433Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1339 | 2023-12-14T20:39:41.026Z | Compiling termcolor v1.2.0 |
1340 | 2023-12-14T20:39:41.278Z | Compiling static_assertions v1.1.0 |
1341 | 2023-12-14T20:39:41.404Z | Compiling foreign-types-shared v0.3.1 |
1342 | 2023-12-14T20:39:41.574Z | Compiling radium v0.7.0 |
1343 | 2023-12-14T20:39:41.629Z | Compiling pretty-hex v0.2.1 |
1344 | 2023-12-14T20:39:41.944Z | Compiling doc-comment v0.3.3 |
1345 | 2023-12-14T20:39:42.285Z | Compiling adler v1.0.2 |
1346 | 2023-12-14T20:39:42.448Z | Compiling anstyle v1.0.2 |
1347 | 2023-12-14T20:39:42.544Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1348 | 2023-12-14T20:39:42.742Z | Compiling gimli v0.28.0 |
1349 | 2023-12-14T20:39:42.770Z | Compiling anstyle-query v1.0.0 |
1350 | 2023-12-14T20:39:42.957Z | Compiling base64 v0.13.1 |
1351 | 2023-12-14T20:39:43.043Z | Compiling zeroize v1.6.0 |
1352 | 2023-12-14T20:39:43.071Z | Compiling colorchoice v1.0.0 |
1353 | 2023-12-14T20:39:43.311Z | Compiling anstream v0.5.0 |
1354 | 2023-12-14T20:39:43.508Z | Compiling miniz_oxide v0.7.1 |
1355 | 2023-12-14T20:39:43.647Z | Compiling foreign-types v0.5.0 |
1356 | 2023-12-14T20:39:43.813Z | Compiling argon2 v0.5.2 |
1357 | 2023-12-14T20:39:44.325Z | Compiling cipher v0.4.4 |
1358 | 2023-12-14T20:39:44.901Z | Compiling colored v2.0.4 |
1359 | 2023-12-14T20:39:45.459Z | Compiling slog-envlogger v2.2.0 |
1360 | 2023-12-14T20:39:48.382Z | Compiling itertools v0.10.5 |
1361 | 2023-12-14T20:39:48.701Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1362 | 2023-12-14T20:39:49.490Z | Compiling hashlink v0.8.3 |
1363 | 2023-12-14T20:39:49.604Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1364 | 2023-12-14T20:39:49.742Z | Compiling serde_repr v0.1.16 |
1365 | 2023-12-14T20:39:50.641Z | Compiling addr2line v0.21.0 |
1366 | 2023-12-14T20:39:51.044Z | Compiling pin-project-internal v1.1.3 |
1367 | 2023-12-14T20:39:51.081Z | Compiling cstr-argument v0.1.2 |
1368 | 2023-12-14T20:39:51.439Z | Compiling object v0.32.0 |
1369 | 2023-12-14T20:39:51.691Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1370 | 2023-12-14T20:39:51.916Z | Compiling rustc-demangle v0.1.23 |
1371 | 2023-12-14T20:39:52.267Z | Compiling fastrand v2.0.0 |
1372 | 2023-12-14T20:39:53.298Z | Compiling tower-layer v0.3.2 |
1373 | 2023-12-14T20:39:53.685Z | Compiling fallible-streaming-iterator v0.1.9 |
1374 | 2023-12-14T20:39:53.872Z | Compiling data-encoding v2.4.0 |
1375 | 2023-12-14T20:39:54.075Z | Compiling clap_lex v0.5.1 |
1376 | 2023-12-14T20:39:54.766Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1377 | 2023-12-14T20:39:55.240Z | Compiling portable-atomic v1.4.3 |
1378 | 2023-12-14T20:39:55.292Z | Compiling os_str_bytes v6.5.1 |
1379 | 2023-12-14T20:39:55.777Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1380 | 2023-12-14T20:39:56.224Z | Compiling tap v1.0.1 |
1381 | 2023-12-14T20:39:56.290Z | Compiling clap_lex v0.2.4 |
1382 | 2023-12-14T20:39:56.340Z | Compiling pin-project v1.1.3 |
1383 | 2023-12-14T20:39:56.479Z | Compiling wyz v0.5.1 |
1384 | 2023-12-14T20:39:56.524Z | Compiling clap_builder v4.4.0 |
1385 | 2023-12-14T20:39:56.900Z | Compiling rusqlite v0.29.0 |
1386 | 2023-12-14T20:39:57.209Z | Compiling tempfile v3.8.0 |
1387 | 2023-12-14T20:39:57.939Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2023-12-14T20:39:59.505Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2023-12-14T20:40:00.165Z | Compiling nix v0.26.2 |
1390 | 2023-12-14T20:40:00.598Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1391 | 2023-12-14T20:40:02.302Z | Compiling pem v1.1.1 |
1392 | 2023-12-14T20:40:05.075Z | Compiling twox-hash v1.6.3 |
1393 | 2023-12-14T20:40:05.636Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1394 | 2023-12-14T20:40:06.704Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1395 | 2023-12-14T20:40:26.303Z | Compiling clap_derive v3.2.25 |
1396 | 2023-12-14T20:40:27.420Z | Compiling simple_asn1 v0.6.2 |
1397 | 2023-12-14T20:40:27.420Z | Compiling num_enum_derive v0.7.0 |
1398 | 2023-12-14T20:40:27.420Z | Compiling tokio-io-timeout v1.2.0 |
1399 | 2023-12-14T20:40:27.835Z | Compiling snafu-derive v0.7.5 |
1400 | 2023-12-14T20:40:27.835Z | Compiling clap_derive v4.4.0 |
1401 | 2023-12-14T20:40:27.835Z | Compiling universal-hash v0.5.1 |
1402 | 2023-12-14T20:40:27.835Z | Compiling curl v0.4.44 |
1403 | 2023-12-14T20:40:27.836Z | Compiling textwrap v0.16.0 |
1404 | 2023-12-14T20:40:27.836Z | Compiling opaque-debug v0.3.0 |
1405 | 2023-12-14T20:40:27.836Z | Compiling funty v2.0.0 |
1406 | 2023-12-14T20:40:27.836Z | Compiling http-range-header v0.3.1 |
1407 | 2023-12-14T20:40:27.836Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1408 | 2023-12-14T20:40:27.836Z | Compiling bitvec v1.0.1 |
1409 | 2023-12-14T20:40:27.836Z | Compiling tower-http v0.4.4 |
1410 | 2023-12-14T20:40:27.836Z | Compiling clap v3.2.25 |
1411 | 2023-12-14T20:40:27.836Z | Compiling snafu v0.7.5 |
1412 | 2023-12-14T20:40:27.836Z | Compiling clap v4.4.0 |
1413 | 2023-12-14T20:40:27.839Z | Compiling polyval v0.6.1 |
1414 | 2023-12-14T20:40:27.839Z | Compiling num_enum v0.7.0 |
1415 | 2023-12-14T20:40:27.839Z | Compiling hyper-timeout v0.4.1 |
1416 | 2023-12-14T20:40:27.839Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1417 | 2023-12-14T20:40:27.839Z | Compiling jsonwebtoken v8.3.0 |
1418 | 2023-12-14T20:40:27.839Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1419 | 2023-12-14T20:40:27.839Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1420 | 2023-12-14T20:40:34.684Z | Compiling tower v0.4.13 |
1421 | 2023-12-14T20:40:37.239Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1422 | 2023-12-14T20:40:37.895Z | Compiling aes v0.8.3 |
1423 | 2023-12-14T20:40:41.106Z | Compiling ctr v0.9.2 |
1424 | 2023-12-14T20:40:41.449Z | Compiling secrecy v0.8.0 |
1425 | 2023-12-14T20:40:41.524Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1426 | 2023-12-14T20:40:41.618Z | Compiling zone_cfg_derive v0.2.0 |
1427 | 2023-12-14T20:40:41.808Z | Compiling console v0.15.7 |
1428 | 2023-12-14T20:40:42.183Z | Compiling bincode v1.3.3 |
1429 | 2023-12-14T20:40:42.335Z | Compiling async-recursion v0.3.2 |
1430 | 2023-12-14T20:40:43.907Z | Compiling aead v0.5.2 |
1431 | 2023-12-14T20:40:44.081Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1432 | 2023-12-14T20:40:44.091Z | Compiling number_prefix v0.4.0 |
1433 | 2023-12-14T20:40:44.367Z | Compiling humantime v2.1.0 |
1434 | 2023-12-14T20:40:44.452Z | Compiling erased-serde v0.3.30 |
1435 | 2023-12-14T20:40:44.679Z | Compiling indicatif v0.17.6 |
1436 | 2023-12-14T20:40:45.301Z | Compiling env_logger v0.9.3 |
1437 | 2023-12-14T20:40:45.764Z | Compiling aes-gcm-siv v0.11.1 |
1438 | 2023-12-14T20:40:46.218Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1439 | 2023-12-14T20:40:47.196Z | Compiling zone v0.2.0 |
1440 | 2023-12-14T20:40:48.263Z | Compiling octocrab v0.25.1 |
1441 | 2023-12-14T20:40:49.767Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1442 | 2023-12-14T20:40:53.005Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1443 | 2023-12-14T20:40:53.268Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1444 | 2023-12-14T20:40:53.614Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1445 | 2023-12-14T20:40:57.872Z | Compiling itertools v0.12.0 |
1446 | 2023-12-14T20:41:01.077Z | Compiling sha256 v1.4.0 |
1447 | 2023-12-14T20:41:02.107Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1448 | 2023-12-14T20:41:02.265Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1449 | 2023-12-14T20:41:02.842Z | Compiling toml v0.5.11 |
1450 | 2023-12-14T20:41:03.770Z | Compiling bitstruct_derive v0.1.0 |
1451 | 2023-12-14T20:41:03.837Z | Compiling async-recursion v1.0.5 |
1452 | 2023-12-14T20:41:05.591Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1453 | 2023-12-14T20:41:05.786Z | Compiling libloading v0.7.4 |
1454 | 2023-12-14T20:41:06.101Z | Compiling utf-8 v0.7.6 |
1455 | 2023-12-14T20:41:06.497Z | Compiling ascii v1.1.0 |
1456 | 2023-12-14T20:41:06.669Z | Compiling matches v0.1.10 |
1457 | 2023-12-14T20:41:06.796Z | Compiling ringbuffer v0.15.0 |
1458 | 2023-12-14T20:41:06.848Z | Compiling idna v0.2.3 |
1459 | 2023-12-14T20:41:07.788Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1460 | 2023-12-14T20:41:07.821Z | Compiling tungstenite v0.20.1 |
1461 | 2023-12-14T20:41:09.278Z | Compiling bitstruct v0.1.1 |
1462 | 2023-12-14T20:41:09.431Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1463 | 2023-12-14T20:41:09.826Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1464 | 2023-12-14T20:41:12.190Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1465 | 2023-12-14T20:41:12.681Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1466 | 2023-12-14T20:41:14.496Z | Compiling serde_arrays v0.1.0 |
1467 | 2023-12-14T20:41:15.138Z | Compiling enum-as-inner v0.5.1 |
1468 | 2023-12-14T20:41:16.408Z | Compiling linked-hash-map v0.5.6 |
1469 | 2023-12-14T20:41:16.456Z | Compiling quick-error v1.2.3 |
1470 | 2023-12-14T20:41:16.649Z | Compiling resolv-conf v0.7.0 |
1471 | 2023-12-14T20:41:17.052Z | Compiling lru-cache v0.1.2 |
1472 | 2023-12-14T20:41:17.350Z | Compiling trust-dns-proto v0.22.0 |
1473 | 2023-12-14T20:41:17.506Z | Compiling tokio-tungstenite v0.20.1 |
1474 | 2023-12-14T20:41:18.407Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1475 | 2023-12-14T20:41:19.898Z | Compiling toml v0.7.8 |
1476 | 2023-12-14T20:41:20.068Z | Compiling const_format_proc_macros v0.2.31 |
1477 | 2023-12-14T20:41:23.539Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1478 | 2023-12-14T20:41:29.071Z | Compiling trust-dns-resolver v0.22.0 |
1479 | 2023-12-14T20:41:31.762Z | Compiling const_format v0.2.31 |
1480 | 2023-12-14T20:41:33.679Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1481 | 2023-12-14T20:41:35.122Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1482 | 2023-12-14T20:41:54.929Z | Compiling ron v0.7.1 |
1483 | 2023-12-14T20:41:55.219Z | Compiling bit_field v0.10.2 |
1484 | 2023-12-14T20:41:55.631Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1485 | 2023-12-14T20:42:15.191Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1486 | 2023-12-14T20:42:36.230Z | Compiling git2 v0.17.2 |
1487 | 2023-12-14T20:42:42.518Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1488 | 2023-12-14T20:42:44.165Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507f) |
1489 | 2023-12-14T20:42:56.013Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1490 | 2023-12-14T20:43:10.744Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1491 | 2023-12-14T20:43:10.745Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1492 | 2023-12-14T20:43:11.175Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1493 | 2023-12-14T20:44:45.675Z | Finished release [optimized] target(s) in 8m 58s |
1494 | 2023-12-14T20:44:45.761Z | |
1495 | 2023-12-14T20:44:45.761Z | real 8:58.735300593 |
1496 | 2023-12-14T20:44:45.761Z | user 1:02:24.093870151 |
1497 | 2023-12-14T20:44:45.763Z | sys 4:04.801315641 |
1498 | 2023-12-14T20:44:45.763Z | trap 2.533874393 |
1499 | 2023-12-14T20:44:45.763Z | tflt 1.450139812 |
1500 | 2023-12-14T20:44:45.763Z | dflt 2.665176491 |
1501 | 2023-12-14T20:44:45.763Z | kflt 0.001102951 |
1502 | 2023-12-14T20:44:45.763Z | lock 2:21:54.443492207 |
1503 | 2023-12-14T20:44:45.763Z | slp 2:48:51.343964777 |
1504 | 2023-12-14T20:44:45.767Z | lat 2:05.496730556 |
1505 | 2023-12-14T20:44:45.767Z | stop 52.908139906 |
1506 | 2023-12-14T20:44:45.767Z | + OUTDIR=/work/release |
1507 | 2023-12-14T20:44:45.767Z | + mkdir -p /work/release |
1508 | 2023-12-14T20:44:45.767Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1509 | 2023-12-14T20:44:45.786Z | + cp target/release/propolis-server /work/release/propolis-server |
1510 | 2023-12-14T20:44:45.860Z | process exited: duration 823959 ms, exit code 0 |
|
1511 | 2023-12-14T20:44:45.878Z | found 2 output files |
1512 | 2023-12-14T20:44:45.878Z | uploading: /work/release/propolis-cli (21410520 bytes) |
1513 | 2023-12-14T20:45:15.151Z | uploaded: /work/release/propolis-cli |
1514 | 2023-12-14T20:45:15.151Z | uploading: /work/release/propolis-server (56937888 bytes) |
1515 | 2023-12-14T20:45:37.580Z | uploaded: /work/release/propolis-server |