|
|
|
1 | 2024-01-05T02:04:15.377Z | job assigned to worker 01HKBNRQYW8B5Y5QV0S0W4Q6B0 (queued for 54 s) |
|
2 | 2024-01-05T02:04:15.990Z | starting task 0: "setup" |
3 | 2024-01-05T02:04:16.045Z | ++ uname -s |
4 | 2024-01-05T02:04:16.049Z | + kern=SunOS |
5 | 2024-01-05T02:04:16.050Z | + case "$kern" in |
6 | 2024-01-05T02:04:16.050Z | + groupadd -g 12345 build |
7 | 2024-01-05T02:04:16.053Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-05T02:04:18.063Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-05T02:04:18.186Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-05T02:04:18.189Z | + home_fs=zfs |
11 | 2024-01-05T02:04:18.189Z | + [[ zfs == autofs ]] |
12 | 2024-01-05T02:04:18.189Z | + mkdir -p /home/build |
13 | 2024-01-05T02:04:18.192Z | + chown build:build /home/build /work |
14 | 2024-01-05T02:04:19.194Z | + chmod 0700 /home/build /work |
15 | 2024-01-05T02:04:19.197Z | process exited: duration 3207 ms, exit code 0 |
|
16 | 2024-01-05T02:04:19.204Z | starting task 1: "rust-toolchain" |
17 | 2024-01-05T02:04:19.213Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-05T02:04:19.216Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-01-05T02:04:19.405Z | info: downloading installer |
20 | 2024-01-05T02:04:21.690Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-05T02:04:21.692Z | warning: /opt/ooce/bin |
22 | 2024-01-05T02:04:21.692Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-05T02:04:21.692Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-05T02:04:21.692Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-05T02:04:21.692Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-05T02:04:21.692Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-05T02:04:21.696Z | error: cannot install while Rust is installed |
28 | 2024-01-05T02:04:21.696Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-05T02:04:21.786Z | info: profile set to 'default' |
30 | 2024-01-05T02:04:21.786Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-05T02:04:21.789Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-01-05T02:04:21.984Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
33 | 2024-01-05T02:04:21.984Z | info: downloading component 'cargo' |
34 | 2024-01-05T02:04:22.702Z | info: downloading component 'clippy' |
35 | 2024-01-05T02:04:22.940Z | info: downloading component 'rust-docs' |
36 | 2024-01-05T02:04:23.900Z | info: downloading component 'rust-std' |
37 | 2024-01-05T02:04:25.361Z | info: downloading component 'rustc' |
38 | 2024-01-05T02:04:29.383Z | info: downloading component 'rustfmt' |
39 | 2024-01-05T02:04:29.605Z | info: installing component 'cargo' |
40 | 2024-01-05T02:04:30.987Z | info: installing component 'clippy' |
41 | 2024-01-05T02:04:31.533Z | info: installing component 'rust-docs' |
42 | 2024-01-05T02:04:34.392Z | info: installing component 'rust-std' |
43 | 2024-01-05T02:04:37.203Z | info: installing component 'rustc' |
44 | 2024-01-05T02:04:44.160Z | info: installing component 'rustfmt' |
45 | 2024-01-05T02:04:44.651Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-01-05T02:04:44.651Z | |
47 | 2024-01-05T02:04:44.786Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
48 | 2024-01-05T02:04:44.786Z | |
49 | 2024-01-05T02:04:44.790Z | |
50 | 2024-01-05T02:04:44.790Z | Rust is installed now. Great! |
51 | 2024-01-05T02:04:44.790Z | |
52 | 2024-01-05T02:04:44.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-05T02:04:44.791Z | environment variable. This has not been done automatically. |
54 | 2024-01-05T02:04:44.791Z | |
55 | 2024-01-05T02:04:44.791Z | To configure your current shell, run: |
56 | 2024-01-05T02:04:44.791Z | source "$HOME/.cargo/env" |
57 | 2024-01-05T02:04:44.883Z | + rustc --version |
58 | 2024-01-05T02:04:44.993Z | rustc 1.75.0 (82e1608df 2023-12-21) |
59 | 2024-01-05T02:04:44.997Z | process exited: duration 25794 ms, exit code 0 |
|
60 | 2024-01-05T02:04:45.004Z | starting task 2: "authentication" |
61 | 2024-01-05T02:04:45.037Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2024-01-05T02:04:45.047Z | starting task 3: "clone repository" |
63 | 2024-01-05T02:04:45.050Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2024-01-05T02:04:45.053Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2024-01-05T02:04:45.111Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2024-01-05T02:04:46.358Z | + cd /work/oxidecomputer/propolis |
67 | 2024-01-05T02:04:46.361Z | + [[ -n '' ]] |
68 | 2024-01-05T02:04:46.361Z | + git fetch origin eb43ab34d9aa33d98981a24f33ccb6e9b32daaa3 |
69 | 2024-01-05T02:04:46.914Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-01-05T02:04:46.914Z | * branch eb43ab34d9aa33d98981a24f33ccb6e9b32daaa3 -> FETCH_HEAD |
71 | 2024-01-05T02:04:46.917Z | + git reset --hard eb43ab34d9aa33d98981a24f33ccb6e9b32daaa3 |
72 | 2024-01-05T02:04:46.950Z | HEAD is now at eb43ab3 Gripe when using non-raw block device |
73 | 2024-01-05T02:04:46.953Z | process exited: duration 1908 ms, exit code 0 |
|
74 | 2024-01-05T02:04:46.959Z | starting task 4: "build" |
75 | 2024-01-05T02:04:46.966Z | + cargo --version |
76 | 2024-01-05T02:04:47.060Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
77 | 2024-01-05T02:04:47.064Z | + rustc --version |
78 | 2024-01-05T02:04:47.162Z | rustc 1.75.0 (82e1608df 2023-12-21) |
79 | 2024-01-05T02:04:47.166Z | + banner check |
80 | 2024-01-05T02:04:47.189Z | |
81 | 2024-01-05T02:04:47.189Z | #### # # ###### #### # # |
82 | 2024-01-05T02:04:47.189Z | # # # # # # # # # |
83 | 2024-01-05T02:04:47.189Z | # ###### ##### # #### |
84 | 2024-01-05T02:04:47.189Z | # # # # # # # |
85 | 2024-01-05T02:04:47.189Z | # # # # # # # # # |
86 | 2024-01-05T02:04:47.189Z | #### # # ###### #### # # |
87 | 2024-01-05T02:04:47.189Z | |
88 | 2024-01-05T02:04:47.195Z | + ptime -m cargo check --features falcon |
89 | 2024-01-05T02:04:47.441Z | Updating crates.io index |
90 | 2024-01-05T02:04:47.444Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2024-01-05T02:04:49.452Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2024-01-05T02:04:49.864Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2024-01-05T02:04:50.278Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2024-01-05T02:04:56.760Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2024-01-05T02:04:57.211Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2024-01-05T02:04:57.711Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2024-01-05T02:04:58.166Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
98 | 2024-01-05T02:04:59.014Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2024-01-05T02:05:01.182Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2024-01-05T02:05:01.621Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
101 | 2024-01-05T02:05:02.229Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2024-01-05T02:05:02.928Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
103 | 2024-01-05T02:05:03.930Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-01-05T02:05:04.397Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
105 | 2024-01-05T02:05:04.807Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
106 | 2024-01-05T02:05:05.243Z | Updating git repository `https://github.com/oxidecomputer/zone` |
107 | 2024-01-05T02:05:05.712Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-01-05T02:05:07.849Z | Downloading crates ... |
109 | 2024-01-05T02:05:08.075Z | Downloaded aes-gcm-siv v0.11.1 |
110 | 2024-01-05T02:05:08.081Z | Downloaded fastrand v2.0.0 |
111 | 2024-01-05T02:05:08.098Z | Downloaded bitstruct_derive v0.1.0 |
112 | 2024-01-05T02:05:08.102Z | Downloaded adler v1.0.2 |
113 | 2024-01-05T02:05:08.109Z | Downloaded async-recursion v1.0.5 |
114 | 2024-01-05T02:05:08.118Z | Downloaded dirs-next v2.0.0 |
115 | 2024-01-05T02:05:08.121Z | Downloaded colorchoice v1.0.0 |
116 | 2024-01-05T02:05:08.121Z | Downloaded anstyle-parse v0.2.1 |
117 | 2024-01-05T02:05:08.126Z | Downloaded bit_field v0.10.2 |
118 | 2024-01-05T02:05:08.129Z | Downloaded anstyle-query v1.0.0 |
119 | 2024-01-05T02:05:08.132Z | Downloaded bitstruct v0.1.1 |
120 | 2024-01-05T02:05:08.136Z | Downloaded foreign-types v0.3.2 |
121 | 2024-01-05T02:05:08.140Z | Downloaded bincode v1.3.3 |
122 | 2024-01-05T02:05:08.147Z | Downloaded iana-time-zone v0.1.57 |
123 | 2024-01-05T02:05:08.154Z | Downloaded scopeguard v1.2.0 |
124 | 2024-01-05T02:05:08.160Z | Downloaded sha1 v0.10.6 |
125 | 2024-01-05T02:05:08.164Z | Downloaded doc-comment v0.3.3 |
126 | 2024-01-05T02:05:08.168Z | Downloaded pretty-hex v0.2.1 |
127 | 2024-01-05T02:05:08.176Z | Downloaded ryu v1.0.15 |
128 | 2024-01-05T02:05:08.190Z | Downloaded foreign-types-macros v0.2.3 |
129 | 2024-01-05T02:05:08.193Z | Downloaded cstr-argument v0.1.2 |
130 | 2024-01-05T02:05:08.197Z | Downloaded httpdate v1.0.3 |
131 | 2024-01-05T02:05:08.200Z | Downloaded slog-envlogger v2.2.0 |
132 | 2024-01-05T02:05:08.203Z | Downloaded socket2 v0.4.9 |
133 | 2024-01-05T02:05:08.209Z | Downloaded static_assertions v1.1.0 |
134 | 2024-01-05T02:05:08.213Z | Downloaded stringprep v0.1.3 |
135 | 2024-01-05T02:05:08.217Z | Downloaded serde_arrays v0.1.0 |
136 | 2024-01-05T02:05:08.221Z | Downloaded pin-utils v0.1.0 |
137 | 2024-01-05T02:05:08.226Z | Downloaded serde_derive v1.0.192 |
138 | 2024-01-05T02:05:08.235Z | Downloaded proc-macro2 v1.0.69 |
139 | 2024-01-05T02:05:08.244Z | Downloaded crossbeam-utils v0.8.16 |
140 | 2024-01-05T02:05:08.247Z | Downloaded wyz v0.5.1 |
141 | 2024-01-05T02:05:08.250Z | Downloaded snafu-derive v0.7.5 |
142 | 2024-01-05T02:05:08.254Z | Downloaded serde_derive_internals v0.26.0 |
143 | 2024-01-05T02:05:08.258Z | Downloaded rustc-demangle v0.1.23 |
144 | 2024-01-05T02:05:08.262Z | Downloaded usdt-macro v0.3.5 |
145 | 2024-01-05T02:05:08.266Z | Downloaded const_format_proc_macros v0.2.31 |
146 | 2024-01-05T02:05:08.270Z | Downloaded slog-bunyan v2.4.0 |
147 | 2024-01-05T02:05:08.277Z | Downloaded slog v2.7.0 |
148 | 2024-01-05T02:05:08.285Z | Downloaded hyper-timeout v0.4.1 |
149 | 2024-01-05T02:05:08.285Z | Downloaded quote v1.0.33 |
150 | 2024-01-05T02:05:08.293Z | Downloaded parse-display v0.8.2 |
151 | 2024-01-05T02:05:08.296Z | Downloaded openssl-probe v0.1.5 |
152 | 2024-01-05T02:05:08.296Z | Downloaded num_threads v0.1.6 |
153 | 2024-01-05T02:05:08.299Z | Downloaded fatfs v0.3.6 |
154 | 2024-01-05T02:05:08.305Z | Downloaded clap_derive v4.4.0 |
155 | 2024-01-05T02:05:08.309Z | Downloaded blake2 v0.10.6 |
156 | 2024-01-05T02:05:08.316Z | Downloaded http-range-header v0.3.1 |
157 | 2024-01-05T02:05:08.318Z | Downloaded hyper-tls v0.5.0 |
158 | 2024-01-05T02:05:08.325Z | Downloaded slog-dtrace v0.2.3 |
159 | 2024-01-05T02:05:08.328Z | Downloaded serde_with_macros v2.3.3 |
160 | 2024-01-05T02:05:08.332Z | Downloaded waitgroup v0.1.2 |
161 | 2024-01-05T02:05:08.336Z | Downloaded equivalent v1.0.1 |
162 | 2024-01-05T02:05:08.336Z | Downloaded zone_cfg_derive v0.2.0 |
163 | 2024-01-05T02:05:08.339Z | Downloaded match_cfg v0.1.0 |
164 | 2024-01-05T02:05:08.339Z | Downloaded base64 v0.13.1 |
165 | 2024-01-05T02:05:08.345Z | Downloaded serde_repr v0.1.16 |
166 | 2024-01-05T02:05:08.349Z | Downloaded tokio-native-tls v0.3.1 |
167 | 2024-01-05T02:05:08.353Z | Downloaded num_cpus v1.16.0 |
168 | 2024-01-05T02:05:08.359Z | Downloaded whoami v1.4.1 |
169 | 2024-01-05T02:05:08.362Z | Downloaded number_prefix v0.4.0 |
170 | 2024-01-05T02:05:08.365Z | Downloaded semver v1.0.20 |
171 | 2024-01-05T02:05:08.372Z | Downloaded snafu v0.7.5 |
172 | 2024-01-05T02:05:08.383Z | Downloaded try-lock v0.2.4 |
173 | 2024-01-05T02:05:08.386Z | Downloaded openssl-macros v0.1.1 |
174 | 2024-01-05T02:05:08.390Z | Downloaded utf-8 v0.7.6 |
175 | 2024-01-05T02:05:08.390Z | Downloaded form_urlencoded v1.2.0 |
176 | 2024-01-05T02:05:08.394Z | Downloaded glob v0.3.1 |
177 | 2024-01-05T02:05:08.397Z | Downloaded time-core v0.1.1 |
178 | 2024-01-05T02:05:08.397Z | Downloaded num v0.4.1 |
179 | 2024-01-05T02:05:08.400Z | Downloaded version_check v0.9.4 |
180 | 2024-01-05T02:05:08.403Z | Downloaded macaddr v1.0.1 |
181 | 2024-01-05T02:05:08.408Z | Downloaded thread-id v4.2.0 |
182 | 2024-01-05T02:05:08.408Z | Downloaded futures-executor v0.3.29 |
183 | 2024-01-05T02:05:08.416Z | Downloaded utf8parse v0.2.1 |
184 | 2024-01-05T02:05:08.420Z | Downloaded zone v0.2.0 |
185 | 2024-01-05T02:05:08.420Z | Downloaded heck v0.4.1 |
186 | 2024-01-05T02:05:08.420Z | Downloaded synstructure v0.12.6 |
187 | 2024-01-05T02:05:08.420Z | Downloaded jobserver v0.1.26 |
188 | 2024-01-05T02:05:08.424Z | Downloaded thiserror-impl v1.0.47 |
189 | 2024-01-05T02:05:08.424Z | Downloaded time-macros v0.2.13 |
190 | 2024-01-05T02:05:08.428Z | Downloaded num-traits v0.2.16 |
191 | 2024-01-05T02:05:08.435Z | Downloaded take_mut v0.2.2 |
192 | 2024-01-05T02:05:08.438Z | Downloaded getopts v0.2.21 |
193 | 2024-01-05T02:05:08.441Z | Downloaded num_enum_derive v0.7.0 |
194 | 2024-01-05T02:05:08.441Z | Downloaded socket2 v0.5.5 |
195 | 2024-01-05T02:05:08.445Z | Downloaded unicode-width v0.1.10 |
196 | 2024-01-05T02:05:08.449Z | Downloaded libloading v0.7.4 |
197 | 2024-01-05T02:05:08.455Z | Downloaded hostname v0.3.1 |
198 | 2024-01-05T02:05:08.458Z | Downloaded num-integer v0.1.45 |
199 | 2024-01-05T02:05:08.461Z | Downloaded termcolor v1.2.0 |
200 | 2024-01-05T02:05:08.461Z | Downloaded vergen v8.2.4 |
201 | 2024-01-05T02:05:08.467Z | Downloaded mime v0.3.17 |
202 | 2024-01-05T02:05:08.470Z | Downloaded usdt-impl v0.3.5 |
203 | 2024-01-05T02:05:08.473Z | Downloaded is-terminal v0.4.9 |
204 | 2024-01-05T02:05:08.476Z | Downloaded thiserror v1.0.47 |
205 | 2024-01-05T02:05:08.481Z | Downloaded multer v2.1.0 |
206 | 2024-01-05T02:05:08.487Z | Downloaded itoa v1.0.9 |
207 | 2024-01-05T02:05:08.490Z | Downloaded strum_macros v0.25.2 |
208 | 2024-01-05T02:05:08.496Z | Downloaded tokio-rustls v0.24.1 |
209 | 2024-01-05T02:05:08.499Z | Downloaded twox-hash v1.6.3 |
210 | 2024-01-05T02:05:08.503Z | Downloaded zeroize v1.6.0 |
211 | 2024-01-05T02:05:08.506Z | Downloaded usdt v0.3.5 |
212 | 2024-01-05T02:05:08.506Z | Downloaded ipnet v2.8.0 |
213 | 2024-01-05T02:05:08.509Z | Downloaded hashlink v0.8.3 |
214 | 2024-01-05T02:05:08.513Z | Downloaded futures-io v0.3.29 |
215 | 2024-01-05T02:05:08.516Z | Downloaded ipnetwork v0.20.0 |
216 | 2024-01-05T02:05:08.519Z | Downloaded parking_lot_core v0.9.8 |
217 | 2024-01-05T02:05:08.522Z | Downloaded unicode-bidi v0.3.13 |
218 | 2024-01-05T02:05:08.526Z | Downloaded num-complex v0.4.4 |
219 | 2024-01-05T02:05:08.529Z | Downloaded indicatif v0.17.6 |
220 | 2024-01-05T02:05:08.540Z | Downloaded uuid v1.6.1 |
221 | 2024-01-05T02:05:08.548Z | Downloaded memoffset v0.7.1 |
222 | 2024-01-05T02:05:08.551Z | Downloaded parking_lot v0.12.1 |
223 | 2024-01-05T02:05:08.554Z | Downloaded miniz_oxide v0.7.1 |
224 | 2024-01-05T02:05:08.558Z | Downloaded httparse v1.8.0 |
225 | 2024-01-05T02:05:08.562Z | Downloaded aes v0.8.3 |
226 | 2024-01-05T02:05:08.568Z | Downloaded indexmap v1.9.3 |
227 | 2024-01-05T02:05:08.578Z | Downloaded tracing-core v0.1.31 |
228 | 2024-01-05T02:05:08.581Z | Downloaded http v0.2.11 |
229 | 2024-01-05T02:05:08.588Z | Downloaded openssl-sys v0.9.96 |
230 | 2024-01-05T02:05:08.598Z | Downloaded jsonwebtoken v8.3.0 |
231 | 2024-01-05T02:05:08.605Z | Downloaded unsafe-libyaml v0.2.9 |
232 | 2024-01-05T02:05:08.612Z | Downloaded tracing v0.1.37 |
233 | 2024-01-05T02:05:08.621Z | Downloaded toml_edit v0.21.0 |
234 | 2024-01-05T02:05:08.661Z | Downloaded url v2.4.0 |
235 | 2024-01-05T02:05:08.666Z | Downloaded reqwest v0.11.22 |
236 | 2024-01-05T02:05:08.681Z | Downloaded mio v0.8.9 |
237 | 2024-01-05T02:05:08.691Z | Downloaded serde_json v1.0.108 |
238 | 2024-01-05T02:05:08.705Z | Downloaded hashbrown v0.13.2 |
239 | 2024-01-05T02:05:08.713Z | Downloaded portable-atomic v1.4.3 |
240 | 2024-01-05T02:05:08.724Z | Downloaded libm v0.2.7 |
241 | 2024-01-05T02:05:08.742Z | Downloaded h2 v0.3.21 |
242 | 2024-01-05T02:05:08.754Z | Downloaded octocrab v0.25.1 |
243 | 2024-01-05T02:05:08.777Z | Downloaded hyper v0.14.27 |
244 | 2024-01-05T02:05:08.791Z | Downloaded hashbrown v0.14.2 |
245 | 2024-01-05T02:05:08.804Z | Downloaded git2 v0.17.2 |
246 | 2024-01-05T02:05:08.819Z | Downloaded regex v1.10.2 |
247 | 2024-01-05T02:05:08.843Z | Downloaded rustls v0.21.7 |
248 | 2024-01-05T02:05:08.872Z | Downloaded webpki-roots v0.25.2 |
249 | 2024-01-05T02:05:08.880Z | Downloaded idna v0.2.3 |
250 | 2024-01-05T02:05:08.896Z | Downloaded gimli v0.28.0 |
251 | 2024-01-05T02:05:08.908Z | Downloaded object v0.32.0 |
252 | 2024-01-05T02:05:08.928Z | Downloaded trust-dns-proto v0.22.0 |
253 | 2024-01-05T02:05:08.951Z | Downloaded openapiv3 v2.0.0-rc.1 |
254 | 2024-01-05T02:05:08.973Z | Downloaded rustix v0.38.26 |
255 | 2024-01-05T02:05:09.013Z | Downloaded regex-automata v0.4.3 |
256 | 2024-01-05T02:05:09.073Z | Downloaded bstr v1.6.0 |
257 | 2024-01-05T02:05:09.076Z | Downloaded openssl v0.10.60 |
258 | 2024-01-05T02:05:09.085Z | Downloaded syn v1.0.109 |
259 | 2024-01-05T02:05:09.104Z | Downloaded zerocopy-derive v0.2.0 |
260 | 2024-01-05T02:05:09.121Z | Downloaded regex-syntax v0.7.4 |
261 | 2024-01-05T02:05:09.137Z | Downloaded idna v0.4.0 |
262 | 2024-01-05T02:05:09.151Z | Downloaded libc v0.2.150 |
263 | 2024-01-05T02:05:09.200Z | Downloaded tokio v1.34.0 |
264 | 2024-01-05T02:05:09.265Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
265 | 2024-01-05T02:05:09.364Z | Downloaded encoding_rs v0.8.33 |
266 | 2024-01-05T02:05:09.405Z | Downloaded regex-syntax v0.8.2 |
267 | 2024-01-05T02:05:09.420Z | Downloaded nix v0.26.2 |
268 | 2024-01-05T02:05:09.439Z | Downloaded vcpkg v0.2.15 |
269 | 2024-01-05T02:05:09.572Z | Downloaded syn v2.0.29 |
270 | 2024-01-05T02:05:09.575Z | Downloaded regress v0.7.1 |
271 | 2024-01-05T02:05:09.575Z | Downloaded chrono v0.4.31 |
272 | 2024-01-05T02:05:09.575Z | Downloaded futures-util v0.3.29 |
273 | 2024-01-05T02:05:09.575Z | Downloaded bitvec v1.0.1 |
274 | 2024-01-05T02:05:09.595Z | Downloaded winnow v0.5.15 |
275 | 2024-01-05T02:05:09.608Z | Downloaded time v0.3.27 |
276 | 2024-01-05T02:05:09.618Z | Downloaded clap v3.2.25 |
277 | 2024-01-05T02:05:09.638Z | Downloaded unicode-normalization v0.1.22 |
278 | 2024-01-05T02:05:09.644Z | Downloaded clap_builder v4.4.0 |
279 | 2024-01-05T02:05:09.655Z | Downloaded rustls-webpki v0.101.4 |
280 | 2024-01-05T02:05:09.682Z | Downloaded num-bigint v0.4.4 |
281 | 2024-01-05T02:05:09.686Z | Downloaded trust-dns-resolver v0.22.0 |
282 | 2024-01-05T02:05:09.693Z | Downloaded tokio-util v0.7.8 |
283 | 2024-01-05T02:05:09.702Z | Downloaded itertools v0.10.5 |
284 | 2024-01-05T02:05:09.714Z | Downloaded rusqlite v0.29.0 |
285 | 2024-01-05T02:05:09.724Z | Downloaded tower-http v0.4.4 |
286 | 2024-01-05T02:05:09.736Z | Downloaded tower v0.4.13 |
287 | 2024-01-05T02:05:09.751Z | Downloaded tungstenite v0.20.1 |
288 | 2024-01-05T02:05:09.755Z | Downloaded curl v0.4.44 |
289 | 2024-01-05T02:05:09.762Z | Downloaded memchr v2.6.4 |
290 | 2024-01-05T02:05:09.771Z | Downloaded hashbrown v0.12.3 |
291 | 2024-01-05T02:05:09.777Z | Downloaded aho-corasick v1.0.4 |
292 | 2024-01-05T02:05:09.790Z | Downloaded serde_with v2.3.3 |
293 | 2024-01-05T02:05:09.796Z | Downloaded pest v2.7.2 |
294 | 2024-01-05T02:05:09.806Z | Downloaded hmac v0.12.1 |
295 | 2024-01-05T02:05:09.810Z | Downloaded typenum v1.16.0 |
296 | 2024-01-05T02:05:09.813Z | Downloaded toml v0.8.8 |
297 | 2024-01-05T02:05:09.816Z | Downloaded globset v0.4.13 |
298 | 2024-01-05T02:05:09.821Z | Downloaded itertools v0.12.0 |
299 | 2024-01-05T02:05:09.830Z | Downloaded backtrace v0.3.69 |
300 | 2024-01-05T02:05:09.837Z | Downloaded toml_edit v0.19.15 |
301 | 2024-01-05T02:05:09.865Z | Downloaded tracing-attributes v0.1.26 |
302 | 2024-01-05T02:05:09.867Z | Downloaded serde v1.0.192 |
303 | 2024-01-05T02:05:09.873Z | Downloaded futures-channel v0.3.29 |
304 | 2024-01-05T02:05:09.879Z | Downloaded getrandom v0.2.10 |
305 | 2024-01-05T02:05:09.882Z | Downloaded unicode-ident v1.0.12 |
306 | 2024-01-05T02:05:09.885Z | Downloaded indexmap v2.1.0 |
307 | 2024-01-05T02:05:09.890Z | Downloaded hex v0.4.3 |
308 | 2024-01-05T02:05:09.893Z | Downloaded tokio-postgres v0.7.10 |
309 | 2024-01-05T02:05:09.902Z | Downloaded thread_local v1.1.7 |
310 | 2024-01-05T02:05:09.908Z | Downloaded futures-macro v0.3.29 |
311 | 2024-01-05T02:05:09.908Z | Downloaded textwrap v0.16.0 |
312 | 2024-01-05T02:05:09.908Z | Downloaded toml v0.7.8 |
313 | 2024-01-05T02:05:09.912Z | Downloaded toml v0.5.11 |
314 | 2024-01-05T02:05:09.915Z | Downloaded ucd-trie v0.1.6 |
315 | 2024-01-05T02:05:09.918Z | Downloaded once_cell v1.18.0 |
316 | 2024-01-05T02:05:09.922Z | Downloaded crossbeam-channel v0.5.8 |
317 | 2024-01-05T02:05:09.932Z | Downloaded ron v0.7.1 |
318 | 2024-01-05T02:05:09.936Z | Downloaded darling_core v0.20.3 |
319 | 2024-01-05T02:05:09.944Z | Downloaded tap v1.0.1 |
320 | 2024-01-05T02:05:09.947Z | Downloaded num_enum v0.5.11 |
321 | 2024-01-05T02:05:09.953Z | Downloaded native-tls v0.2.11 |
322 | 2024-01-05T02:05:09.956Z | Downloaded rand v0.8.5 |
323 | 2024-01-05T02:05:09.962Z | Downloaded pin-project v1.1.3 |
324 | 2024-01-05T02:05:09.981Z | Downloaded lock_api v0.4.10 |
325 | 2024-01-05T02:05:09.984Z | Downloaded subtle v2.5.0 |
326 | 2024-01-05T02:05:09.984Z | Downloaded zerocopy v0.3.2 |
327 | 2024-01-05T02:05:09.988Z | Downloaded omicron-workspace-hack v0.1.0 |
328 | 2024-01-05T02:05:09.988Z | Downloaded tokio-io-timeout v1.2.0 |
329 | 2024-01-05T02:05:09.990Z | Downloaded serde_yaml v0.9.25 |
330 | 2024-01-05T02:05:09.993Z | Downloaded tempfile v3.8.0 |
331 | 2024-01-05T02:05:09.996Z | Downloaded hyper-rustls v0.24.1 |
332 | 2024-01-05T02:05:10.003Z | Downloaded tinyvec v1.6.0 |
333 | 2024-01-05T02:05:10.005Z | Downloaded num_enum v0.7.0 |
334 | 2024-01-05T02:05:10.012Z | Downloaded universal-hash v0.5.1 |
335 | 2024-01-05T02:05:10.015Z | Downloaded unicode-xid v0.2.4 |
336 | 2024-01-05T02:05:10.019Z | Downloaded want v0.3.1 |
337 | 2024-01-05T02:05:10.019Z | Downloaded lazy_static v1.4.0 |
338 | 2024-01-05T02:05:10.023Z | Downloaded cc v1.0.83 |
339 | 2024-01-05T02:05:10.026Z | Downloaded tower-service v0.3.2 |
340 | 2024-01-05T02:05:10.026Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-01-05T02:05:10.030Z | Downloaded pin-project-lite v0.2.13 |
342 | 2024-01-05T02:05:10.037Z | Downloaded tower-layer v0.3.2 |
343 | 2024-01-05T02:05:10.040Z | Downloaded serde_tokenstream v0.1.7 |
344 | 2024-01-05T02:05:10.044Z | Downloaded term v0.7.0 |
345 | 2024-01-05T02:05:10.049Z | Downloaded const_format v0.2.31 |
346 | 2024-01-05T02:05:10.056Z | Downloaded schemars v0.8.15 |
347 | 2024-01-05T02:05:10.106Z | Downloaded futures v0.3.29 |
348 | 2024-01-05T02:05:10.110Z | Downloaded parse-display-derive v0.8.2 |
349 | 2024-01-05T02:05:10.110Z | Downloaded base64 v0.21.5 |
350 | 2024-01-05T02:05:10.110Z | Downloaded clap v4.4.0 |
351 | 2024-01-05T02:05:10.110Z | Downloaded toml_datetime v0.6.5 |
352 | 2024-01-05T02:05:10.110Z | Downloaded tokio-tungstenite v0.20.1 |
353 | 2024-01-05T02:05:10.110Z | Downloaded num-rational v0.4.1 |
354 | 2024-01-05T02:05:10.113Z | Downloaded pest_meta v2.7.2 |
355 | 2024-01-05T02:05:10.113Z | Downloaded tokio-macros v2.2.0 |
356 | 2024-01-05T02:05:10.116Z | Downloaded os_str_bytes v6.5.1 |
357 | 2024-01-05T02:05:10.119Z | Downloaded futures-task v0.3.29 |
358 | 2024-01-05T02:05:10.122Z | Downloaded futures-sink v0.3.29 |
359 | 2024-01-05T02:05:10.122Z | Downloaded signal-hook-registry v1.4.1 |
360 | 2024-01-05T02:05:10.125Z | Downloaded num_enum_derive v0.5.11 |
361 | 2024-01-05T02:05:10.125Z | Downloaded futures-core v0.3.29 |
362 | 2024-01-05T02:05:10.128Z | Downloaded rustls-native-certs v0.6.3 |
363 | 2024-01-05T02:05:10.131Z | Downloaded env_logger v0.9.3 |
364 | 2024-01-05T02:05:10.134Z | Downloaded matches v0.1.10 |
365 | 2024-01-05T02:05:10.134Z | Downloaded linked-hash-map v0.5.6 |
366 | 2024-01-05T02:05:10.138Z | Downloaded strsim v0.10.0 |
367 | 2024-01-05T02:05:10.140Z | Downloaded siphasher v0.3.11 |
368 | 2024-01-05T02:05:10.140Z | Downloaded sha256 v1.4.0 |
369 | 2024-01-05T02:05:10.143Z | Downloaded slog-term v2.9.0 |
370 | 2024-01-05T02:05:10.146Z | Downloaded slab v0.4.9 |
371 | 2024-01-05T02:05:10.149Z | Downloaded password-hash v0.5.0 |
372 | 2024-01-05T02:05:10.153Z | Downloaded ctrlc v3.4.0 |
373 | 2024-01-05T02:05:10.153Z | Downloaded argon2 v0.5.2 |
374 | 2024-01-05T02:05:10.156Z | Downloaded untrusted v0.7.1 |
375 | 2024-01-05T02:05:10.161Z | Downloaded md-5 v0.10.5 |
376 | 2024-01-05T02:05:10.161Z | Downloaded arc-swap v1.6.0 |
377 | 2024-01-05T02:05:10.164Z | Downloaded simple_asn1 v0.6.2 |
378 | 2024-01-05T02:05:10.167Z | Downloaded fallible-streaming-iterator v0.1.9 |
379 | 2024-01-05T02:05:10.170Z | Downloaded pkg-config v0.3.27 |
380 | 2024-01-05T02:05:10.170Z | Downloaded num-iter v0.1.43 |
381 | 2024-01-05T02:05:10.176Z | Downloaded http-body v0.4.5 |
382 | 2024-01-05T02:05:10.178Z | Downloaded serde_path_to_error v0.1.14 |
383 | 2024-01-05T02:05:10.179Z | Downloaded libz-sys v1.1.12 |
384 | 2024-01-05T02:05:10.295Z | Downloaded sct v0.7.0 |
385 | 2024-01-05T02:05:10.299Z | Downloaded schemars_derive v0.8.15 |
386 | 2024-01-05T02:05:10.302Z | Downloaded generic-array v0.14.7 |
387 | 2024-01-05T02:05:10.308Z | Downloaded phf_shared v0.11.2 |
388 | 2024-01-05T02:05:10.308Z | Downloaded camino v1.1.6 |
389 | 2024-01-05T02:05:10.317Z | Downloaded secrecy v0.8.0 |
390 | 2024-01-05T02:05:10.320Z | Downloaded resolv-conf v0.7.0 |
391 | 2024-01-05T02:05:10.320Z | Downloaded dyn-clone v1.0.13 |
392 | 2024-01-05T02:05:10.320Z | Downloaded bytes v1.5.0 |
393 | 2024-01-05T02:05:10.324Z | Downloaded slog-stdlog v4.1.1 |
394 | 2024-01-05T02:05:10.328Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
395 | 2024-01-05T02:05:10.712Z | Downloaded inout v0.1.3 |
396 | 2024-01-05T02:05:10.715Z | Downloaded slog-scope v4.4.0 |
397 | 2024-01-05T02:05:10.715Z | Downloaded polyval v0.6.1 |
398 | 2024-01-05T02:05:10.718Z | Downloaded postgres-protocol v0.6.6 |
399 | 2024-01-05T02:05:10.725Z | Downloaded dof v0.1.5 |
400 | 2024-01-05T02:05:10.725Z | Downloaded digest v0.10.7 |
401 | 2024-01-05T02:05:10.728Z | Downloaded clap_derive v3.2.25 |
402 | 2024-01-05T02:05:10.728Z | Downloaded strum v0.25.0 |
403 | 2024-01-05T02:05:10.733Z | Downloaded serde_spanned v0.6.4 |
404 | 2024-01-05T02:05:10.733Z | Downloaded postgres-types v0.2.6 |
405 | 2024-01-05T02:05:10.735Z | Downloaded instant v0.1.12 |
406 | 2024-01-05T02:05:10.738Z | Downloaded pest_derive v2.7.2 |
407 | 2024-01-05T02:05:10.741Z | Downloaded tinyvec_macros v0.1.1 |
408 | 2024-01-05T02:05:10.741Z | Downloaded fallible-iterator v0.2.0 |
409 | 2024-01-05T02:05:10.744Z | Downloaded errno v0.3.8 |
410 | 2024-01-05T02:05:10.747Z | Downloaded either v1.9.0 |
411 | 2024-01-05T02:05:10.747Z | Downloaded slog-async v2.8.0 |
412 | 2024-01-05T02:05:10.750Z | Downloaded usdt-attr-macro v0.3.5 |
413 | 2024-01-05T02:05:10.753Z | Downloaded cpufeatures v0.2.9 |
414 | 2024-01-05T02:05:10.753Z | Downloaded ident_case v1.0.1 |
415 | 2024-01-05T02:05:10.756Z | Downloaded rand_chacha v0.3.1 |
416 | 2024-01-05T02:05:10.756Z | Downloaded bitflags v2.4.0 |
417 | 2024-01-05T02:05:10.759Z | Downloaded spin v0.9.8 |
418 | 2024-01-05T02:05:10.763Z | Downloaded log v0.4.20 |
419 | 2024-01-05T02:05:10.767Z | Downloaded sha2 v0.10.7 |
420 | 2024-01-05T02:05:10.770Z | Downloaded rustc_version v0.4.0 |
421 | 2024-01-05T02:05:10.776Z | Downloaded structmeta-derive v0.2.0 |
422 | 2024-01-05T02:05:10.780Z | Downloaded serde_urlencoded v0.7.1 |
423 | 2024-01-05T02:05:10.780Z | Downloaded rustls-pemfile v1.0.4 |
424 | 2024-01-05T02:05:10.784Z | Downloaded colored v2.0.4 |
425 | 2024-01-05T02:05:10.784Z | Downloaded anyhow v1.0.75 |
426 | 2024-01-05T02:05:10.789Z | Downloaded rand_core v0.6.4 |
427 | 2024-01-05T02:05:10.792Z | Downloaded ascii v1.1.0 |
428 | 2024-01-05T02:05:10.796Z | Downloaded smallvec v1.11.0 |
429 | 2024-01-05T02:05:10.799Z | Downloaded opaque-debug v0.3.0 |
430 | 2024-01-05T02:05:10.805Z | Downloaded percent-encoding v2.3.0 |
431 | 2024-01-05T02:05:10.805Z | Downloaded foreign-types v0.5.0 |
432 | 2024-01-05T02:05:10.805Z | Downloaded darling_macro v0.20.3 |
433 | 2024-01-05T02:05:10.809Z | Downloaded async-recursion v0.3.2 |
434 | 2024-01-05T02:05:10.809Z | Downloaded data-encoding v2.4.0 |
435 | 2024-01-05T02:05:10.809Z | Downloaded dirs-sys-next v0.1.2 |
436 | 2024-01-05T02:05:10.809Z | Downloaded cipher v0.4.4 |
437 | 2024-01-05T02:05:10.813Z | Downloaded quick-error v1.2.3 |
438 | 2024-01-05T02:05:10.813Z | Downloaded proc-macro-error-attr v1.0.4 |
439 | 2024-01-05T02:05:10.816Z | Downloaded fnv v1.0.7 |
440 | 2024-01-05T02:05:10.816Z | Downloaded enum-as-inner v0.5.1 |
441 | 2024-01-05T02:05:10.819Z | Downloaded console v0.15.7 |
442 | 2024-01-05T02:05:10.822Z | Downloaded backoff v0.4.0 |
443 | 2024-01-05T02:05:10.828Z | Downloaded base64ct v1.6.0 |
444 | 2024-01-05T02:05:10.831Z | Downloaded lru-cache v0.1.2 |
445 | 2024-01-05T02:05:10.831Z | Downloaded clap_lex v0.5.1 |
446 | 2024-01-05T02:05:10.834Z | Downloaded byteorder v1.4.3 |
447 | 2024-01-05T02:05:10.837Z | Downloaded allocator-api2 v0.2.16 |
448 | 2024-01-05T02:05:10.840Z | Downloaded rustversion v1.0.14 |
449 | 2024-01-05T02:05:10.844Z | Downloaded crypto-common v0.1.6 |
450 | 2024-01-05T02:05:10.848Z | Downloaded ahash v0.8.3 |
451 | 2024-01-05T02:05:10.851Z | Downloaded radium v0.7.0 |
452 | 2024-01-05T02:05:10.854Z | Downloaded pest_generator v2.7.2 |
453 | 2024-01-05T02:05:10.854Z | Downloaded pem v1.1.1 |
454 | 2024-01-05T02:05:10.857Z | Downloaded darling v0.20.3 |
455 | 2024-01-05T02:05:10.861Z | Downloaded spin v0.5.2 |
456 | 2024-01-05T02:05:10.864Z | Downloaded slog-json v2.6.1 |
457 | 2024-01-05T02:05:10.867Z | Downloaded ringbuffer v0.15.0 |
458 | 2024-01-05T02:05:10.876Z | Downloaded erased-serde v0.3.30 |
459 | 2024-01-05T02:05:10.876Z | Downloaded crucible-workspace-hack v0.1.0 |
460 | 2024-01-05T02:05:10.877Z | Downloaded structmeta v0.2.0 |
461 | 2024-01-05T02:05:10.877Z | Downloaded paste v1.0.14 |
462 | 2024-01-05T02:05:10.881Z | Downloaded block-buffer v0.10.4 |
463 | 2024-01-05T02:05:10.881Z | Downloaded ppv-lite86 v0.2.17 |
464 | 2024-01-05T02:05:10.898Z | Downloaded async-trait v0.1.74 |
465 | 2024-01-05T02:05:10.902Z | Downloaded dtrace-parser v0.1.14 |
466 | 2024-01-05T02:05:10.902Z | Downloaded humantime v2.1.0 |
467 | 2024-01-05T02:05:10.902Z | Downloaded foreign-types-shared v0.3.1 |
468 | 2024-01-05T02:05:10.902Z | Downloaded foreign-types-shared v0.1.1 |
469 | 2024-01-05T02:05:10.902Z | Downloaded ctr v0.9.2 |
470 | 2024-01-05T02:05:10.902Z | Downloaded clap_lex v0.2.4 |
471 | 2024-01-05T02:05:10.903Z | Downloaded atomic-waker v1.1.1 |
472 | 2024-01-05T02:05:10.903Z | Downloaded cfg-if v1.0.0 |
473 | 2024-01-05T02:05:10.903Z | Downloaded proc-macro-crate v1.3.1 |
474 | 2024-01-05T02:05:10.906Z | Downloaded serde_tokenstream v0.2.0 |
475 | 2024-01-05T02:05:10.909Z | Downloaded async-stream v0.3.5 |
476 | 2024-01-05T02:05:10.913Z | Downloaded bitflags v1.3.2 |
477 | 2024-01-05T02:05:10.916Z | Downloaded addr2line v0.21.0 |
478 | 2024-01-05T02:05:10.919Z | Downloaded autocfg v1.1.0 |
479 | 2024-01-05T02:05:10.922Z | Downloaded aead v0.5.2 |
480 | 2024-01-05T02:05:10.926Z | Downloaded anstyle v1.0.2 |
481 | 2024-01-05T02:05:10.926Z | Downloaded phf v0.11.2 |
482 | 2024-01-05T02:05:10.929Z | Downloaded funty v2.0.0 |
483 | 2024-01-05T02:05:10.929Z | Downloaded pin-project-internal v1.1.3 |
484 | 2024-01-05T02:05:10.932Z | Downloaded atty v0.2.14 |
485 | 2024-01-05T02:05:10.936Z | Downloaded async-stream-impl v0.3.5 |
486 | 2024-01-05T02:05:10.936Z | Downloaded anstream v0.5.0 |
487 | 2024-01-05T02:05:10.939Z | Downloaded deranged v0.3.8 |
488 | 2024-01-05T02:05:10.940Z | Downloaded debug-ignore v1.0.5 |
489 | 2024-01-05T02:05:10.964Z | Downloaded libsqlite3-sys v0.26.0 |
490 | 2024-01-05T02:05:11.141Z | Downloaded ring v0.16.20 |
491 | 2024-01-05T02:05:11.562Z | Compiling proc-macro2 v1.0.69 |
492 | 2024-01-05T02:05:11.562Z | Compiling unicode-ident v1.0.12 |
493 | 2024-01-05T02:05:11.565Z | Compiling libc v0.2.150 |
494 | 2024-01-05T02:05:11.566Z | Checking cfg-if v1.0.0 |
495 | 2024-01-05T02:05:11.578Z | Compiling autocfg v1.1.0 |
496 | 2024-01-05T02:05:11.582Z | Compiling serde v1.0.192 |
497 | 2024-01-05T02:05:11.582Z | Compiling version_check v0.9.4 |
498 | 2024-01-05T02:05:11.582Z | Compiling syn v1.0.109 |
499 | 2024-01-05T02:05:11.898Z | Checking once_cell v1.18.0 |
500 | 2024-01-05T02:05:12.285Z | Compiling thiserror v1.0.47 |
501 | 2024-01-05T02:05:12.541Z | Checking memchr v2.6.4 |
502 | 2024-01-05T02:05:12.589Z | Checking itoa v1.0.9 |
503 | 2024-01-05T02:05:13.468Z | Checking log v0.4.20 |
504 | 2024-01-05T02:05:13.799Z | Compiling serde_json v1.0.108 |
505 | 2024-01-05T02:05:13.978Z | Checking pin-project-lite v0.2.13 |
506 | 2024-01-05T02:05:13.981Z | Compiling pkg-config v0.3.27 |
507 | 2024-01-05T02:05:14.020Z | Compiling lock_api v0.4.10 |
508 | 2024-01-05T02:05:14.107Z | Checking smallvec v1.11.0 |
509 | 2024-01-05T02:05:14.126Z | Compiling parking_lot_core v0.9.8 |
510 | 2024-01-05T02:05:14.328Z | Checking scopeguard v1.2.0 |
511 | 2024-01-05T02:05:14.498Z | Compiling vcpkg v0.2.15 |
512 | 2024-01-05T02:05:14.664Z | Compiling libm v0.2.7 |
513 | 2024-01-05T02:05:14.778Z | Compiling num-traits v0.2.16 |
514 | 2024-01-05T02:05:15.211Z | Compiling quote v1.0.33 |
515 | 2024-01-05T02:05:15.266Z | Compiling jobserver v0.1.26 |
516 | 2024-01-05T02:05:15.310Z | Compiling heck v0.4.1 |
517 | 2024-01-05T02:05:15.762Z | Compiling cc v1.0.83 |
518 | 2024-01-05T02:05:15.887Z | Compiling syn v2.0.29 |
519 | 2024-01-05T02:05:16.307Z | Checking getrandom v0.2.10 |
520 | 2024-01-05T02:05:16.490Z | Checking mio v0.8.9 |
521 | 2024-01-05T02:05:16.646Z | Checking rand_core v0.6.4 |
522 | 2024-01-05T02:05:16.855Z | Checking num_cpus v1.16.0 |
523 | 2024-01-05T02:05:16.895Z | Checking parking_lot v0.12.1 |
524 | 2024-01-05T02:05:16.991Z | Checking signal-hook-registry v1.4.1 |
525 | 2024-01-05T02:05:17.057Z | Checking socket2 v0.5.5 |
526 | 2024-01-05T02:05:17.340Z | Compiling ahash v0.8.3 |
527 | 2024-01-05T02:05:17.404Z | Compiling futures-core v0.3.29 |
528 | 2024-01-05T02:05:17.421Z | Compiling typenum v1.16.0 |
529 | 2024-01-05T02:05:17.763Z | Compiling generic-array v0.14.7 |
530 | 2024-01-05T02:05:17.935Z | Checking ryu v1.0.15 |
531 | 2024-01-05T02:05:18.271Z | Compiling slab v0.4.9 |
532 | 2024-01-05T02:05:18.309Z | Compiling futures-channel v0.3.29 |
533 | 2024-01-05T02:05:18.606Z | Checking futures-sink v0.3.29 |
534 | 2024-01-05T02:05:18.774Z | Checking pin-utils v0.1.0 |
535 | 2024-01-05T02:05:18.796Z | Compiling futures-task v0.3.29 |
536 | 2024-01-05T02:05:18.892Z | Compiling futures-util v0.3.29 |
537 | 2024-01-05T02:05:19.429Z | Checking futures-io v0.3.29 |
538 | 2024-01-05T02:05:19.653Z | Compiling hashbrown v0.14.2 |
539 | 2024-01-05T02:05:19.670Z | Compiling equivalent v1.0.1 |
540 | 2024-01-05T02:05:19.809Z | Checking tracing-core v0.1.31 |
541 | 2024-01-05T02:05:20.195Z | Checking fnv v1.0.7 |
542 | 2024-01-05T02:05:20.347Z | Checking subtle v2.5.0 |
543 | 2024-01-05T02:05:20.669Z | Checking iana-time-zone v0.1.57 |
544 | 2024-01-05T02:05:20.775Z | Checking bitflags v2.4.0 |
545 | 2024-01-05T02:05:20.845Z | Checking tinyvec_macros v0.1.1 |
546 | 2024-01-05T02:05:20.864Z | Compiling time-core v0.1.1 |
547 | 2024-01-05T02:05:20.947Z | Checking tinyvec v1.6.0 |
548 | 2024-01-05T02:05:21.042Z | Compiling ring v0.16.20 |
549 | 2024-01-05T02:05:21.087Z | Compiling indexmap v1.9.3 |
550 | 2024-01-05T02:05:21.145Z | Checking base64 v0.21.5 |
551 | 2024-01-05T02:05:21.609Z | Compiling httparse v1.8.0 |
552 | 2024-01-05T02:05:21.638Z | Compiling slog v2.7.0 |
553 | 2024-01-05T02:05:21.878Z | Compiling openssl-sys v0.9.96 |
554 | 2024-01-05T02:05:22.231Z | Checking cpufeatures v0.2.9 |
555 | 2024-01-05T02:05:22.344Z | Compiling unicode-xid v0.2.4 |
556 | 2024-01-05T02:05:22.393Z | Checking unicode-bidi v0.3.13 |
557 | 2024-01-05T02:05:22.569Z | Checking allocator-api2 v0.2.16 |
558 | 2024-01-05T02:05:22.999Z | Checking percent-encoding v2.3.0 |
559 | 2024-01-05T02:05:23.088Z | Checking unicode-normalization v0.1.22 |
560 | 2024-01-05T02:05:23.229Z | Checking crypto-common v0.1.6 |
561 | 2024-01-05T02:05:23.250Z | Checking block-buffer v0.10.4 |
562 | 2024-01-05T02:05:23.454Z | Checking hashbrown v0.12.3 |
563 | 2024-01-05T02:05:23.523Z | Checking digest v0.10.7 |
564 | 2024-01-05T02:05:24.967Z | Checking socket2 v0.4.9 |
565 | 2024-01-05T02:05:25.014Z | Checking untrusted v0.7.1 |
566 | 2024-01-05T02:05:25.043Z | Checking byteorder v1.4.3 |
567 | 2024-01-05T02:05:25.220Z | Checking spin v0.5.2 |
568 | 2024-01-05T02:05:25.483Z | Compiling serde_derive_internals v0.26.0 |
569 | 2024-01-05T02:05:25.588Z | Checking form_urlencoded v1.2.0 |
570 | 2024-01-05T02:05:25.614Z | Checking aho-corasick v1.0.4 |
571 | 2024-01-05T02:05:25.811Z | Compiling schemars v0.8.15 |
572 | 2024-01-05T02:05:26.357Z | Checking tower-service v0.3.2 |
573 | 2024-01-05T02:05:26.373Z | Checking regex-syntax v0.8.2 |
574 | 2024-01-05T02:05:26.502Z | Compiling ucd-trie v0.1.6 |
575 | 2024-01-05T02:05:27.299Z | Compiling synstructure v0.12.6 |
576 | 2024-01-05T02:05:27.929Z | Compiling time-macros v0.2.13 |
577 | 2024-01-05T02:05:28.580Z | Checking ppv-lite86 v0.2.17 |
578 | 2024-01-05T02:05:29.179Z | Checking try-lock v0.2.4 |
579 | 2024-01-05T02:05:29.343Z | Checking deranged v0.3.8 |
580 | 2024-01-05T02:05:29.615Z | Checking dyn-clone v1.0.13 |
581 | 2024-01-05T02:05:29.675Z | Checking num_threads v0.1.6 |
582 | 2024-01-05T02:05:29.815Z | Checking rand_chacha v0.3.1 |
583 | 2024-01-05T02:05:29.971Z | Checking want v0.3.1 |
584 | 2024-01-05T02:05:30.332Z | Checking httpdate v1.0.3 |
585 | 2024-01-05T02:05:30.657Z | Compiling rustls v0.21.7 |
586 | 2024-01-05T02:05:30.677Z | Compiling async-trait v0.1.74 |
587 | 2024-01-05T02:05:31.364Z | Checking regex-automata v0.4.3 |
588 | 2024-01-05T02:05:31.429Z | Checking rand v0.8.5 |
589 | 2024-01-05T02:05:32.030Z | Compiling rustversion v1.0.14 |
590 | 2024-01-05T02:05:32.103Z | Checking openssl-probe v0.1.5 |
591 | 2024-01-05T02:05:32.986Z | Checking time v0.3.27 |
592 | 2024-01-05T02:05:33.512Z | Checking idna v0.4.0 |
593 | 2024-01-05T02:05:33.591Z | Checking sct v0.7.0 |
594 | 2024-01-05T02:05:33.843Z | Checking rustls-webpki v0.101.4 |
595 | 2024-01-05T02:05:34.941Z | Checking rustls-pemfile v1.0.4 |
596 | 2024-01-05T02:05:35.091Z | Checking atty v0.2.14 |
597 | 2024-01-05T02:05:35.133Z | Checking lazy_static v1.4.0 |
598 | 2024-01-05T02:05:35.196Z | Compiling serde_derive v1.0.192 |
599 | 2024-01-05T02:05:35.238Z | Compiling thiserror-impl v1.0.47 |
600 | 2024-01-05T02:05:35.287Z | Compiling tokio-macros v2.2.0 |
601 | 2024-01-05T02:05:35.397Z | Compiling futures-macro v0.3.29 |
602 | 2024-01-05T02:05:35.692Z | Compiling tracing-attributes v0.1.26 |
603 | 2024-01-05T02:05:36.932Z | Compiling schemars_derive v0.8.15 |
604 | 2024-01-05T02:05:37.006Z | Checking regex v1.10.2 |
605 | 2024-01-05T02:05:37.820Z | Compiling zerocopy-derive v0.2.0 |
606 | 2024-01-05T02:05:40.086Z | Compiling crossbeam-utils v0.8.16 |
607 | 2024-01-05T02:05:40.187Z | Compiling pest v2.7.2 |
608 | 2024-01-05T02:05:40.768Z | Compiling anyhow v1.0.75 |
609 | 2024-01-05T02:05:40.956Z | Compiling chrono v0.4.31 |
610 | 2024-01-05T02:05:41.200Z | Checking tracing v0.1.37 |
611 | 2024-01-05T02:05:41.719Z | Compiling hashbrown v0.13.2 |
612 | 2024-01-05T02:05:41.870Z | Checking dirs-sys-next v0.1.2 |
613 | 2024-01-05T02:05:42.015Z | Compiling usdt-impl v0.3.5 |
614 | 2024-01-05T02:05:42.100Z | Compiling winnow v0.5.15 |
615 | 2024-01-05T02:05:42.785Z | Compiling toml_datetime v0.6.5 |
616 | 2024-01-05T02:05:43.537Z | Compiling uuid v1.6.1 |
617 | 2024-01-05T02:05:43.947Z | Compiling pest_meta v2.7.2 |
618 | 2024-01-05T02:05:44.069Z | Compiling zerocopy v0.3.2 |
619 | 2024-01-05T02:05:44.346Z | Compiling regress v0.7.1 |
620 | 2024-01-05T02:05:44.559Z | Checking dirs-next v2.0.0 |
621 | 2024-01-05T02:05:44.714Z | Compiling libz-sys v1.1.12 |
622 | 2024-01-05T02:05:44.964Z | Checking thread_local v1.1.7 |
623 | 2024-01-05T02:05:45.337Z | Compiling slog-async v2.8.0 |
624 | 2024-01-05T02:05:45.469Z | Compiling openssl v0.10.60 |
625 | 2024-01-05T02:05:45.564Z | Checking foreign-types-shared v0.1.1 |
626 | 2024-01-05T02:05:45.692Z | Checking foreign-types v0.3.2 |
627 | 2024-01-05T02:05:45.847Z | Compiling pest_generator v2.7.2 |
628 | 2024-01-05T02:05:46.089Z | Checking crossbeam-channel v0.5.8 |
629 | 2024-01-05T02:05:46.122Z | Compiling dof v0.1.5 |
630 | 2024-01-05T02:05:47.117Z | Checking term v0.7.0 |
631 | 2024-01-05T02:05:47.287Z | Compiling openssl-macros v0.1.1 |
632 | 2024-01-05T02:05:47.914Z | Compiling thread-id v4.2.0 |
633 | 2024-01-05T02:05:48.058Z | Checking encoding_rs v0.8.33 |
634 | 2024-01-05T02:05:49.480Z | Compiling native-tls v0.2.11 |
635 | 2024-01-05T02:05:49.992Z | Checking take_mut v0.2.2 |
636 | 2024-01-05T02:05:50.455Z | Checking mime v0.3.17 |
637 | 2024-01-05T02:05:50.668Z | Compiling pest_derive v2.7.2 |
638 | 2024-01-05T02:05:52.056Z | Compiling dtrace-parser v0.1.14 |
639 | 2024-01-05T02:05:52.298Z | Checking slog-term v2.9.0 |
640 | 2024-01-05T02:05:53.065Z | Checking futures-executor v0.3.29 |
641 | 2024-01-05T02:05:53.688Z | Checking rustls-native-certs v0.6.3 |
642 | 2024-01-05T02:05:53.868Z | Checking unicode-width v0.1.10 |
643 | 2024-01-05T02:05:54.693Z | Checking futures v0.3.29 |
644 | 2024-01-05T02:05:55.637Z | Compiling num-integer v0.1.45 |
645 | 2024-01-05T02:05:56.009Z | Checking bytes v1.5.0 |
646 | 2024-01-05T02:05:57.294Z | Checking tokio v1.34.0 |
647 | 2024-01-05T02:05:57.611Z | Compiling indexmap v2.1.0 |
648 | 2024-01-05T02:05:58.421Z | Checking http v0.2.11 |
649 | 2024-01-05T02:06:00.540Z | Checking http-body v0.4.5 |
650 | 2024-01-05T02:06:00.804Z | Compiling serde_tokenstream v0.2.0 |
651 | 2024-01-05T02:06:01.033Z | Checking url v2.4.0 |
652 | 2024-01-05T02:06:01.601Z | Compiling toml_edit v0.19.15 |
653 | 2024-01-05T02:06:02.237Z | Checking serde_urlencoded v0.7.1 |
654 | 2024-01-05T02:06:02.552Z | Compiling serde_tokenstream v0.1.7 |
655 | 2024-01-05T02:06:02.889Z | Checking openapiv3 v2.0.0-rc.1 |
656 | 2024-01-05T02:06:03.351Z | Checking ipnet v2.8.0 |
657 | 2024-01-05T02:06:04.732Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
658 | 2024-01-05T02:06:04.862Z | Compiling usdt-macro v0.3.5 |
659 | 2024-01-05T02:06:04.916Z | Compiling usdt-attr-macro v0.3.5 |
660 | 2024-01-05T02:06:06.867Z | Compiling proc-macro-crate v1.3.1 |
661 | 2024-01-05T02:06:07.177Z | Checking serde_spanned v0.6.4 |
662 | 2024-01-05T02:06:07.820Z | Checking tokio-util v0.7.8 |
663 | 2024-01-05T02:06:07.945Z | Checking tokio-rustls v0.24.1 |
664 | 2024-01-05T02:06:08.177Z | Checking tokio-native-tls v0.3.1 |
665 | 2024-01-05T02:06:08.439Z | Checking sha1 v0.10.6 |
666 | 2024-01-05T02:06:08.511Z | Checking match_cfg v0.1.0 |
667 | 2024-01-05T02:06:09.253Z | Checking h2 v0.3.21 |
668 | 2024-01-05T02:06:09.320Z | Compiling omicron-workspace-hack v0.1.0 |
669 | 2024-01-05T02:06:09.862Z | Compiling getopts v0.2.21 |
670 | 2024-01-05T02:06:11.115Z | Checking hostname v0.3.1 |
671 | 2024-01-05T02:06:11.742Z | Checking usdt v0.3.5 |
672 | 2024-01-05T02:06:12.034Z | Compiling num-bigint v0.4.4 |
673 | 2024-01-05T02:06:12.060Z | Compiling proc-macro-error-attr v1.0.4 |
674 | 2024-01-05T02:06:12.526Z | Compiling rustix v0.38.26 |
675 | 2024-01-05T02:06:12.689Z | Checking webpki-roots v0.25.2 |
676 | 2024-01-05T02:06:12.896Z | Compiling unsafe-libyaml v0.2.9 |
677 | 2024-01-05T02:06:13.281Z | Checking fallible-iterator v0.2.0 |
678 | 2024-01-05T02:06:13.478Z | Compiling strsim v0.10.0 |
679 | 2024-01-05T02:06:14.123Z | Compiling ident_case v1.0.1 |
680 | 2024-01-05T02:06:14.360Z | Compiling darling_core v0.20.3 |
681 | 2024-01-05T02:06:14.533Z | Compiling num_enum_derive v0.5.11 |
682 | 2024-01-05T02:06:14.878Z | Compiling serde_yaml v0.9.25 |
683 | 2024-01-05T02:06:15.636Z | Checking serde_path_to_error v0.1.14 |
684 | 2024-01-05T02:06:16.657Z | Checking sha2 v0.10.7 |
685 | 2024-01-05T02:06:17.008Z | Checking errno v0.3.8 |
686 | 2024-01-05T02:06:17.232Z | Compiling multer v2.1.0 |
687 | 2024-01-05T02:06:17.446Z | Compiling proc-macro-error v1.0.4 |
688 | 2024-01-05T02:06:17.699Z | Compiling camino v1.1.6 |
689 | 2024-01-05T02:06:18.029Z | Checking bitflags v1.3.2 |
690 | 2024-01-05T02:06:18.151Z | Compiling paste v1.0.14 |
691 | 2024-01-05T02:06:18.454Z | Checking num_enum v0.5.11 |
692 | 2024-01-05T02:06:18.948Z | Checking hyper v0.14.27 |
693 | 2024-01-05T02:06:20.133Z | Checking toml_edit v0.21.0 |
694 | 2024-01-05T02:06:20.859Z | Checking slog-json v2.6.1 |
695 | 2024-01-05T02:06:21.125Z | Compiling strum_macros v0.25.2 |
696 | 2024-01-05T02:06:21.215Z | Compiling async-stream-impl v0.3.5 |
697 | 2024-01-05T02:06:22.032Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
698 | 2024-01-05T02:06:22.504Z | Checking atomic-waker v1.1.1 |
699 | 2024-01-05T02:06:22.525Z | Checking spin v0.9.8 |
700 | 2024-01-05T02:06:22.666Z | Checking waitgroup v0.1.2 |
701 | 2024-01-05T02:06:22.924Z | Checking slog-bunyan v2.4.0 |
702 | 2024-01-05T02:06:22.949Z | Compiling darling_macro v0.20.3 |
703 | 2024-01-05T02:06:23.334Z | Checking async-stream v0.3.5 |
704 | 2024-01-05T02:06:23.899Z | Checking toml v0.8.8 |
705 | 2024-01-05T02:06:24.616Z | Compiling darling v0.20.3 |
706 | 2024-01-05T02:06:24.768Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
707 | 2024-01-05T02:06:24.833Z | Checking hex v0.4.3 |
708 | 2024-01-05T02:06:25.052Z | Compiling structmeta-derive v0.2.0 |
709 | 2024-01-05T02:06:25.071Z | Checking stringprep v0.1.3 |
710 | 2024-01-05T02:06:25.292Z | Checking hmac v0.12.1 |
711 | 2024-01-05T02:06:25.447Z | Checking md-5 v0.10.5 |
712 | 2024-01-05T02:06:25.558Z | Compiling libgit2-sys v0.15.2+1.6.4 |
713 | 2024-01-05T02:06:25.616Z | Checking debug-ignore v1.0.5 |
714 | 2024-01-05T02:06:25.733Z | Compiling semver v1.0.20 |
715 | 2024-01-05T02:06:25.790Z | Checking siphasher v0.3.11 |
716 | 2024-01-05T02:06:27.036Z | Checking phf_shared v0.11.2 |
717 | 2024-01-05T02:06:27.235Z | Checking strum v0.25.0 |
718 | 2024-01-05T02:06:27.434Z | Checking postgres-protocol v0.6.6 |
719 | 2024-01-05T02:06:27.455Z | Compiling serde_with_macros v2.3.3 |
720 | 2024-01-05T02:06:27.886Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
721 | 2024-01-05T02:06:28.293Z | Compiling num-rational v0.4.1 |
722 | 2024-01-05T02:06:28.401Z | Compiling num-iter v0.1.43 |
723 | 2024-01-05T02:06:28.419Z | Checking either v1.9.0 |
724 | 2024-01-05T02:06:28.765Z | Checking hyper-rustls v0.24.1 |
725 | 2024-01-05T02:06:28.785Z | Checking hyper-tls v0.5.0 |
726 | 2024-01-05T02:06:28.883Z | Compiling regex-syntax v0.7.4 |
727 | 2024-01-05T02:06:29.161Z | Checking arc-swap v1.6.0 |
728 | 2024-01-05T02:06:29.272Z | Checking reqwest v0.11.22 |
729 | 2024-01-05T02:06:29.421Z | Compiling structmeta v0.2.0 |
730 | 2024-01-05T02:06:30.258Z | Checking postgres-types v0.2.6 |
731 | 2024-01-05T02:06:30.328Z | Checking phf v0.11.2 |
732 | 2024-01-05T02:06:31.341Z | Compiling vergen v8.2.4 |
733 | 2024-01-05T02:06:31.369Z | Checking serde_with v2.3.3 |
734 | 2024-01-05T02:06:31.803Z | Compiling memoffset v0.7.1 |
735 | 2024-01-05T02:06:31.830Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
736 | 2024-01-05T02:06:31.833Z | Checking instant v0.1.12 |
737 | 2024-01-05T02:06:31.971Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
738 | 2024-01-05T02:06:32.249Z | Checking utf8parse v0.2.1 |
739 | 2024-01-05T02:06:32.444Z | Checking whoami v1.4.1 |
740 | 2024-01-05T02:06:32.726Z | Compiling crucible-workspace-hack v0.1.0 |
741 | 2024-01-05T02:06:32.933Z | Checking tokio-postgres v0.7.10 |
742 | 2024-01-05T02:06:32.988Z | Checking anstyle-parse v0.2.1 |
743 | 2024-01-05T02:06:33.506Z | Checking backoff v0.4.0 |
744 | 2024-01-05T02:06:33.512Z | Compiling rustc_version v0.4.0 |
745 | 2024-01-05T02:06:34.809Z | Checking slog-scope v4.4.0 |
746 | 2024-01-05T02:06:34.877Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
747 | 2024-01-05T02:06:34.922Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
748 | 2024-01-05T02:06:35.102Z | Checking ipnetwork v0.20.0 |
749 | 2024-01-05T02:06:35.125Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
750 | 2024-01-05T02:06:35.293Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
751 | 2024-01-05T02:06:35.598Z | Checking num-complex v0.4.4 |
752 | 2024-01-05T02:06:36.045Z | Checking macaddr v1.0.1 |
753 | 2024-01-05T02:06:36.836Z | Compiling libsqlite3-sys v0.26.0 |
754 | 2024-01-05T02:06:37.136Z | Compiling slog-dtrace v0.2.3 |
755 | 2024-01-05T02:06:37.253Z | Checking base64ct v1.6.0 |
756 | 2024-01-05T02:06:37.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
757 | 2024-01-05T02:06:37.556Z | Checking static_assertions v1.1.0 |
758 | 2024-01-05T02:06:37.610Z | Checking anstyle v1.0.2 |
759 | 2024-01-05T02:06:37.676Z | Checking colorchoice v1.0.0 |
760 | 2024-01-05T02:06:37.839Z | Checking anstyle-query v1.0.0 |
761 | 2024-01-05T02:06:37.943Z | Checking password-hash v0.5.0 |
762 | 2024-01-05T02:06:38.060Z | Checking num v0.4.1 |
763 | 2024-01-05T02:06:38.083Z | Checking slog-stdlog v4.1.1 |
764 | 2024-01-05T02:06:38.086Z | Checking anstream v0.5.0 |
765 | 2024-01-05T02:06:38.293Z | Checking is-terminal v0.4.9 |
766 | 2024-01-05T02:06:38.311Z | Compiling foreign-types-macros v0.2.3 |
767 | 2024-01-05T02:06:38.332Z | Checking blake2 v0.10.6 |
768 | 2024-01-05T02:06:38.430Z | Checking inout v0.1.3 |
769 | 2024-01-05T02:06:38.514Z | Compiling parse-display-derive v0.8.2 |
770 | 2024-01-05T02:06:38.551Z | Compiling backtrace v0.3.69 |
771 | 2024-01-05T02:06:38.606Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
772 | 2024-01-05T02:06:38.702Z | Compiling doc-comment v0.3.3 |
773 | 2024-01-05T02:06:38.953Z | Checking clap_lex v0.5.1 |
774 | 2024-01-05T02:06:39.186Z | Checking pretty-hex v0.2.1 |
775 | 2024-01-05T02:06:39.302Z | Checking gimli v0.28.0 |
776 | 2024-01-05T02:06:39.385Z | Checking adler v1.0.2 |
777 | 2024-01-05T02:06:39.439Z | Checking termcolor v1.2.0 |
778 | 2024-01-05T02:06:39.589Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
779 | 2024-01-05T02:06:39.654Z | Checking zeroize v1.6.0 |
780 | 2024-01-05T02:06:40.007Z | Checking base64 v0.13.1 |
781 | 2024-01-05T02:06:40.033Z | Checking foreign-types-shared v0.3.1 |
782 | 2024-01-05T02:06:40.037Z | Compiling radium v0.7.0 |
783 | 2024-01-05T02:06:40.311Z | Checking foreign-types v0.5.0 |
784 | 2024-01-05T02:06:40.384Z | Checking miniz_oxide v0.7.1 |
785 | 2024-01-05T02:06:40.573Z | Checking clap_builder v4.4.0 |
786 | 2024-01-05T02:06:40.688Z | Checking argon2 v0.5.2 |
787 | 2024-01-05T02:06:40.706Z | Checking cipher v0.4.4 |
788 | 2024-01-05T02:06:40.999Z | Checking colored v2.0.4 |
789 | 2024-01-05T02:06:41.307Z | Checking nix v0.26.2 |
790 | 2024-01-05T02:06:41.472Z | Checking slog-envlogger v2.2.0 |
791 | 2024-01-05T02:06:42.383Z | Checking itertools v0.10.5 |
792 | 2024-01-05T02:06:42.575Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
793 | 2024-01-05T02:06:42.860Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
794 | 2024-01-05T02:06:43.115Z | Compiling serde_repr v0.1.16 |
795 | 2024-01-05T02:06:44.211Z | Compiling clap_derive v4.4.0 |
796 | 2024-01-05T02:06:44.898Z | Compiling pin-project-internal v1.1.3 |
797 | 2024-01-05T02:06:45.020Z | Checking parse-display v0.8.2 |
798 | 2024-01-05T02:06:45.225Z | Checking hashlink v0.8.3 |
799 | 2024-01-05T02:06:45.244Z | Checking object v0.32.0 |
800 | 2024-01-05T02:06:45.485Z | Checking addr2line v0.21.0 |
801 | 2024-01-05T02:06:46.024Z | Checking cstr-argument v0.1.2 |
802 | 2024-01-05T02:06:46.091Z | Checking fastrand v2.0.0 |
803 | 2024-01-05T02:06:46.094Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
804 | 2024-01-05T02:06:46.208Z | Checking os_str_bytes v6.5.1 |
805 | 2024-01-05T02:06:46.293Z | Checking rustc-demangle v0.1.23 |
806 | 2024-01-05T02:06:46.573Z | Checking fallible-streaming-iterator v0.1.9 |
807 | 2024-01-05T02:06:46.752Z | Checking tap v1.0.1 |
808 | 2024-01-05T02:06:46.882Z | Checking tower-layer v0.3.2 |
809 | 2024-01-05T02:06:46.958Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
810 | 2024-01-05T02:06:46.972Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
811 | 2024-01-05T02:06:47.206Z | Compiling portable-atomic v1.4.3 |
812 | 2024-01-05T02:06:47.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
813 | 2024-01-05T02:06:47.404Z | Checking wyz v0.5.1 |
814 | 2024-01-05T02:06:47.459Z | Checking rusqlite v0.29.0 |
815 | 2024-01-05T02:06:47.735Z | Checking clap_lex v0.2.4 |
816 | 2024-01-05T02:06:47.990Z | Checking tempfile v3.8.0 |
817 | 2024-01-05T02:06:48.074Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
818 | 2024-01-05T02:06:48.514Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
819 | 2024-01-05T02:06:48.599Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
820 | 2024-01-05T02:06:48.972Z | Checking pem v1.1.1 |
821 | 2024-01-05T02:06:49.023Z | Checking twox-hash v1.6.3 |
822 | 2024-01-05T02:06:49.256Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
823 | 2024-01-05T02:06:49.288Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
824 | 2024-01-05T02:06:49.432Z | Checking pin-project v1.1.3 |
825 | 2024-01-05T02:06:49.583Z | Compiling clap_derive v3.2.25 |
826 | 2024-01-05T02:06:49.685Z | Checking simple_asn1 v0.6.2 |
827 | 2024-01-05T02:06:49.749Z | Compiling num_enum_derive v0.7.0 |
828 | 2024-01-05T02:06:50.229Z | Checking tokio-io-timeout v1.2.0 |
829 | 2024-01-05T02:06:50.801Z | Compiling snafu-derive v0.7.5 |
830 | 2024-01-05T02:06:50.991Z | Checking universal-hash v0.5.1 |
831 | 2024-01-05T02:06:51.229Z | Compiling curl v0.4.44 |
832 | 2024-01-05T02:06:51.597Z | Checking http-range-header v0.3.1 |
833 | 2024-01-05T02:06:51.762Z | Checking opaque-debug v0.3.0 |
834 | 2024-01-05T02:06:51.873Z | Checking funty v2.0.0 |
835 | 2024-01-05T02:06:51.876Z | Checking clap v4.4.0 |
836 | 2024-01-05T02:06:51.906Z | Checking textwrap v0.16.0 |
837 | 2024-01-05T02:06:52.021Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
838 | 2024-01-05T02:06:52.385Z | Checking tower-http v0.4.4 |
839 | 2024-01-05T02:06:52.507Z | Checking polyval v0.6.1 |
840 | 2024-01-05T02:06:52.891Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
841 | 2024-01-05T02:06:53.450Z | Checking bitvec v1.0.1 |
842 | 2024-01-05T02:06:53.964Z | Checking num_enum v0.7.0 |
843 | 2024-01-05T02:06:54.054Z | Checking hyper-timeout v0.4.1 |
844 | 2024-01-05T02:06:54.181Z | Checking jsonwebtoken v8.3.0 |
845 | 2024-01-05T02:06:54.359Z | Checking tower v0.4.13 |
846 | 2024-01-05T02:06:56.448Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
847 | 2024-01-05T02:06:56.467Z | Checking ctr v0.9.2 |
848 | 2024-01-05T02:06:56.639Z | Checking aes v0.8.3 |
849 | 2024-01-05T02:06:56.865Z | Checking secrecy v0.8.0 |
850 | 2024-01-05T02:06:56.903Z | Checking clap v3.2.25 |
851 | 2024-01-05T02:06:57.131Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
852 | 2024-01-05T02:06:57.134Z | Compiling zone_cfg_derive v0.2.0 |
853 | 2024-01-05T02:06:57.921Z | Checking bincode v1.3.3 |
854 | 2024-01-05T02:06:57.940Z | Checking console v0.15.7 |
855 | 2024-01-05T02:06:58.814Z | Compiling async-recursion v0.3.2 |
856 | 2024-01-05T02:06:58.996Z | Checking snafu v0.7.5 |
857 | 2024-01-05T02:06:59.044Z | Checking aead v0.5.2 |
858 | 2024-01-05T02:06:59.087Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
859 | 2024-01-05T02:06:59.349Z | Compiling erased-serde v0.3.30 |
860 | 2024-01-05T02:06:59.455Z | Checking number_prefix v0.4.0 |
861 | 2024-01-05T02:06:59.475Z | Checking data-encoding v2.4.0 |
862 | 2024-01-05T02:06:59.551Z | Checking humantime v2.1.0 |
863 | 2024-01-05T02:06:59.714Z | Checking indicatif v0.17.6 |
864 | 2024-01-05T02:06:59.961Z | Checking env_logger v0.9.3 |
865 | 2024-01-05T02:06:59.964Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
866 | 2024-01-05T02:07:00.169Z | Checking octocrab v0.25.1 |
867 | 2024-01-05T02:07:00.237Z | Checking zone v0.2.0 |
868 | 2024-01-05T02:07:00.413Z | Checking aes-gcm-siv v0.11.1 |
869 | 2024-01-05T02:07:00.611Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
870 | 2024-01-05T02:07:00.745Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
871 | 2024-01-05T02:07:01.026Z | Checking itertools v0.12.0 |
872 | 2024-01-05T02:07:01.119Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
873 | 2024-01-05T02:07:01.271Z | Checking sha256 v1.4.0 |
874 | 2024-01-05T02:07:01.290Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
875 | 2024-01-05T02:07:01.690Z | Checking toml v0.5.11 |
876 | 2024-01-05T02:07:01.768Z | Compiling bitstruct_derive v0.1.0 |
877 | 2024-01-05T02:07:01.810Z | Compiling async-recursion v1.0.5 |
878 | 2024-01-05T02:07:02.211Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
879 | 2024-01-05T02:07:02.231Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
880 | 2024-01-05T02:07:02.405Z | Checking libloading v0.7.4 |
881 | 2024-01-05T02:07:02.725Z | Checking ascii v1.1.0 |
882 | 2024-01-05T02:07:02.747Z | Checking ringbuffer v0.15.0 |
883 | 2024-01-05T02:07:03.311Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
884 | 2024-01-05T02:07:03.316Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
885 | 2024-01-05T02:07:03.433Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
886 | 2024-01-05T02:07:03.828Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
887 | 2024-01-05T02:07:03.871Z | Checking bitstruct v0.1.1 |
888 | 2024-01-05T02:07:03.984Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
889 | 2024-01-05T02:07:04.508Z | Checking serde_arrays v0.1.0 |
890 | 2024-01-05T02:07:04.653Z | Checking utf-8 v0.7.6 |
891 | 2024-01-05T02:07:04.673Z | Checking matches v0.1.10 |
892 | 2024-01-05T02:07:04.784Z | Checking idna v0.2.3 |
893 | 2024-01-05T02:07:04.928Z | Checking tungstenite v0.20.1 |
894 | 2024-01-05T02:07:05.014Z | Compiling enum-as-inner v0.5.1 |
895 | 2024-01-05T02:07:05.295Z | Checking quick-error v1.2.3 |
896 | 2024-01-05T02:07:05.470Z | Checking linked-hash-map v0.5.6 |
897 | 2024-01-05T02:07:05.952Z | Checking lru-cache v0.1.2 |
898 | 2024-01-05T02:07:06.157Z | Checking resolv-conf v0.7.0 |
899 | 2024-01-05T02:07:06.225Z | Checking tokio-tungstenite v0.20.1 |
900 | 2024-01-05T02:07:06.249Z | Compiling const_format_proc_macros v0.2.31 |
901 | 2024-01-05T02:07:06.536Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
902 | 2024-01-05T02:07:06.680Z | Checking trust-dns-proto v0.22.0 |
903 | 2024-01-05T02:07:06.716Z | Checking ron v0.7.1 |
904 | 2024-01-05T02:07:06.902Z | Checking bstr v1.6.0 |
905 | 2024-01-05T02:07:07.732Z | Checking toml v0.7.8 |
906 | 2024-01-05T02:07:08.163Z | Checking bit_field v0.10.2 |
907 | 2024-01-05T02:07:08.564Z | Checking globset v0.4.13 |
908 | 2024-01-05T02:07:08.825Z | Checking ctrlc v3.4.0 |
909 | 2024-01-05T02:07:09.081Z | Checking fatfs v0.3.6 |
910 | 2024-01-05T02:07:09.239Z | Checking glob v0.3.1 |
911 | 2024-01-05T02:07:09.477Z | Checking const_format v0.2.31 |
912 | 2024-01-05T02:07:12.566Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
913 | 2024-01-05T02:07:12.710Z | Checking trust-dns-resolver v0.22.0 |
914 | 2024-01-05T02:07:12.816Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
915 | 2024-01-05T02:07:12.902Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
916 | 2024-01-05T02:07:13.041Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
917 | 2024-01-05T02:07:13.106Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
918 | 2024-01-05T02:07:20.298Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
919 | 2024-01-05T02:07:22.548Z | Compiling git2 v0.17.2 |
920 | 2024-01-05T02:07:23.655Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
921 | 2024-01-05T02:07:23.735Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
922 | 2024-01-05T02:07:23.739Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
923 | 2024-01-05T02:07:23.739Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
924 | 2024-01-05T02:07:28.870Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
925 | 2024-01-05T02:07:30.510Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
926 | 2024-01-05T02:07:32.436Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
927 | 2024-01-05T02:07:39.823Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
928 | 2024-01-05T02:07:52.026Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
929 | 2024-01-05T02:07:52.289Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
930 | 2024-01-05T02:07:52.289Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
931 | 2024-01-05T02:07:52.820Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
932 | 2024-01-05T02:07:52.848Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
933 | 2024-01-05T02:07:58.968Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 11s |
934 | 2024-01-05T02:07:59.253Z | |
935 | 2024-01-05T02:07:59.253Z | real 3:11.977941911 |
936 | 2024-01-05T02:07:59.253Z | user 14:49.251612567 |
937 | 2024-01-05T02:07:59.253Z | sys 2:45.363285799 |
938 | 2024-01-05T02:07:59.253Z | trap 0.584387633 |
939 | 2024-01-05T02:07:59.253Z | tflt 4.889955702 |
940 | 2024-01-05T02:07:59.257Z | dflt 4.101052393 |
941 | 2024-01-05T02:07:59.257Z | kflt 0.019105173 |
942 | 2024-01-05T02:07:59.257Z | lock 20:27.214958985 |
943 | 2024-01-05T02:07:59.257Z | slp 44:43.821353003 |
944 | 2024-01-05T02:07:59.257Z | lat 54.180314995 |
945 | 2024-01-05T02:07:59.257Z | stop 2:25.980957412 |
946 | 2024-01-05T02:07:59.257Z | + ptime -m cargo clippy --features falcon --all-targets |
947 | 2024-01-05T02:07:59.976Z | Downloading crates ... |
948 | 2024-01-05T02:08:00.436Z | Downloaded unicode-segmentation v1.10.1 |
949 | 2024-01-05T02:08:00.443Z | Downloaded termtree v0.4.1 |
950 | 2024-01-05T02:08:00.447Z | Downloaded mockall v0.11.4 |
951 | 2024-01-05T02:08:00.447Z | Downloaded serde_test v1.0.176 |
952 | 2024-01-05T02:08:00.450Z | Downloaded float-cmp v0.9.0 |
953 | 2024-01-05T02:08:00.456Z | Downloaded predicates-tree v1.0.9 |
954 | 2024-01-05T02:08:00.456Z | Downloaded similar v2.2.1 |
955 | 2024-01-05T02:08:00.462Z | Downloaded mockall_derive v0.11.4 |
956 | 2024-01-05T02:08:00.465Z | Downloaded predicates v2.1.5 |
957 | 2024-01-05T02:08:00.468Z | Downloaded fragile v2.0.0 |
958 | 2024-01-05T02:08:00.471Z | Downloaded predicates-core v1.0.6 |
959 | 2024-01-05T02:08:00.474Z | Downloaded difflib v0.4.0 |
960 | 2024-01-05T02:08:00.474Z | Downloaded normalize-line-endings v0.3.0 |
961 | 2024-01-05T02:08:00.477Z | Downloaded downcast v0.11.0 |
962 | 2024-01-05T02:08:00.477Z | Downloaded newline-converter v0.3.0 |
963 | 2024-01-05T02:08:00.525Z | Downloaded expectorate v1.0.7 |
964 | 2024-01-05T02:08:00.714Z | Checking tokio v1.34.0 |
965 | 2024-01-05T02:08:00.733Z | Checking console v0.15.7 |
966 | 2024-01-05T02:08:00.739Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
967 | 2024-01-05T02:08:00.745Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
968 | 2024-01-05T02:08:00.745Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
969 | 2024-01-05T02:08:00.757Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
970 | 2024-01-05T02:08:00.762Z | Checking predicates-core v1.0.6 |
971 | 2024-01-05T02:08:00.766Z | Checking float-cmp v0.9.0 |
972 | 2024-01-05T02:08:00.913Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
973 | 2024-01-05T02:08:00.983Z | Checking termtree v0.4.1 |
974 | 2024-01-05T02:08:00.996Z | Checking unicode-segmentation v1.10.1 |
975 | 2024-01-05T02:08:01.184Z | Checking difflib v0.4.0 |
976 | 2024-01-05T02:08:01.265Z | Checking normalize-line-endings v0.3.0 |
977 | 2024-01-05T02:08:01.337Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
978 | 2024-01-05T02:08:01.385Z | Checking predicates-tree v1.0.9 |
979 | 2024-01-05T02:08:01.398Z | Compiling mockall_derive v0.11.4 |
980 | 2024-01-05T02:08:01.559Z | Checking fragile v2.0.0 |
981 | 2024-01-05T02:08:01.581Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
982 | 2024-01-05T02:08:01.590Z | Checking indicatif v0.17.6 |
983 | 2024-01-05T02:08:01.636Z | Checking predicates v2.1.5 |
984 | 2024-01-05T02:08:01.917Z | Checking similar v2.2.1 |
985 | 2024-01-05T02:08:02.013Z | Checking newline-converter v0.3.0 |
986 | 2024-01-05T02:08:02.125Z | Checking downcast v0.11.0 |
987 | 2024-01-05T02:08:02.188Z | Checking serde_test v1.0.176 |
988 | 2024-01-05T02:08:02.369Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
989 | 2024-01-05T02:08:02.981Z | Checking expectorate v1.0.7 |
990 | 2024-01-05T02:08:08.179Z | Checking mockall v0.11.4 |
991 | 2024-01-05T02:08:09.373Z | Checking tokio-util v0.7.8 |
992 | 2024-01-05T02:08:09.379Z | Checking tokio-rustls v0.24.1 |
993 | 2024-01-05T02:08:09.380Z | Checking tokio-native-tls v0.3.1 |
994 | 2024-01-05T02:08:09.380Z | Checking backoff v0.4.0 |
995 | 2024-01-05T02:08:09.380Z | Checking tokio-io-timeout v1.2.0 |
996 | 2024-01-05T02:08:09.380Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
997 | 2024-01-05T02:08:09.380Z | Checking sha256 v1.4.0 |
998 | 2024-01-05T02:08:09.380Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
999 | 2024-01-05T02:08:09.694Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1000 | 2024-01-05T02:08:09.708Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1001 | 2024-01-05T02:08:09.743Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1002 | 2024-01-05T02:08:09.760Z | Checking tokio-tungstenite v0.20.1 |
1003 | 2024-01-05T02:08:09.785Z | Checking trust-dns-proto v0.22.0 |
1004 | 2024-01-05T02:08:10.463Z | Checking h2 v0.3.21 |
1005 | 2024-01-05T02:08:10.463Z | Checking tokio-postgres v0.7.10 |
1006 | 2024-01-05T02:08:10.467Z | Checking tower v0.4.13 |
1007 | 2024-01-05T02:08:11.855Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1008 | 2024-01-05T02:08:13.957Z | Checking trust-dns-resolver v0.22.0 |
1009 | 2024-01-05T02:08:16.492Z | Checking hyper v0.14.27 |
1010 | 2024-01-05T02:08:22.282Z | Checking hyper-rustls v0.24.1 |
1011 | 2024-01-05T02:08:22.288Z | Checking hyper-tls v0.5.0 |
1012 | 2024-01-05T02:08:22.288Z | Checking dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1013 | 2024-01-05T02:08:22.288Z | Checking hyper-timeout v0.4.1 |
1014 | 2024-01-05T02:08:22.614Z | Checking reqwest v0.11.22 |
1015 | 2024-01-05T02:08:22.617Z | Checking octocrab v0.25.1 |
1016 | 2024-01-05T02:08:24.131Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1017 | 2024-01-05T02:08:24.402Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1018 | 2024-01-05T02:08:24.564Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1019 | 2024-01-05T02:08:24.568Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1020 | 2024-01-05T02:08:26.244Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1021 | 2024-01-05T02:08:26.248Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1022 | 2024-01-05T02:08:27.131Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1023 | 2024-01-05T02:08:31.836Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1024 | 2024-01-05T02:08:34.362Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1025 | 2024-01-05T02:08:34.362Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1026 | 2024-01-05T02:08:34.367Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1027 | 2024-01-05T02:08:39.372Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1028 | 2024-01-05T02:08:42.641Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1029 | 2024-01-05T02:08:43.241Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1030 | 2024-01-05T02:08:50.148Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1031 | 2024-01-05T02:09:08.530Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1032 | 2024-01-05T02:09:08.922Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1033 | 2024-01-05T02:09:08.926Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
1034 | 2024-01-05T02:09:09.633Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1035 | 2024-01-05T02:09:09.718Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1036 | 2024-01-05T02:09:19.081Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 19s |
1037 | 2024-01-05T02:09:19.161Z | |
1038 | 2024-01-05T02:09:19.167Z | real 1:19.918613367 |
1039 | 2024-01-05T02:09:19.167Z | user 3:09.699878966 |
1040 | 2024-01-05T02:09:19.167Z | sys 25.010130478 |
1041 | 2024-01-05T02:09:19.167Z | trap 0.066864214 |
1042 | 2024-01-05T02:09:19.167Z | tflt 0.123892925 |
1043 | 2024-01-05T02:09:19.167Z | dflt 0.254043908 |
1044 | 2024-01-05T02:09:19.167Z | kflt 0.000034544 |
1045 | 2024-01-05T02:09:19.167Z | lock 5:44.216388012 |
1046 | 2024-01-05T02:09:19.167Z | slp 8:18.434778030 |
1047 | 2024-01-05T02:09:19.168Z | lat 2.535585126 |
1048 | 2024-01-05T02:09:19.168Z | stop 3.773176705 |
1049 | 2024-01-05T02:09:19.168Z | + banner build |
1050 | 2024-01-05T02:09:19.168Z | |
1051 | 2024-01-05T02:09:19.168Z | ##### # # # # ##### |
1052 | 2024-01-05T02:09:19.168Z | # # # # # # # # |
1053 | 2024-01-05T02:09:19.168Z | ##### # # # # # # |
1054 | 2024-01-05T02:09:19.168Z | # # # # # # # # |
1055 | 2024-01-05T02:09:19.168Z | # # # # # # # # |
1056 | 2024-01-05T02:09:19.168Z | ##### #### # ###### ##### |
1057 | 2024-01-05T02:09:19.168Z | |
1058 | 2024-01-05T02:09:19.168Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1059 | 2024-01-05T02:09:20.004Z | Compiling proc-macro2 v1.0.69 |
1060 | 2024-01-05T02:09:20.004Z | Compiling unicode-ident v1.0.12 |
1061 | 2024-01-05T02:09:20.007Z | Compiling libc v0.2.150 |
1062 | 2024-01-05T02:09:20.007Z | Compiling cfg-if v1.0.0 |
1063 | 2024-01-05T02:09:20.007Z | Compiling autocfg v1.1.0 |
1064 | 2024-01-05T02:09:20.014Z | Compiling version_check v0.9.4 |
1065 | 2024-01-05T02:09:20.017Z | Compiling serde v1.0.192 |
1066 | 2024-01-05T02:09:20.017Z | Compiling syn v1.0.109 |
1067 | 2024-01-05T02:09:20.253Z | Compiling once_cell v1.18.0 |
1068 | 2024-01-05T02:09:20.794Z | Compiling thiserror v1.0.47 |
1069 | 2024-01-05T02:09:20.879Z | Compiling itoa v1.0.9 |
1070 | 2024-01-05T02:09:20.940Z | Compiling memchr v2.6.4 |
1071 | 2024-01-05T02:09:21.186Z | Compiling pin-project-lite v0.2.13 |
1072 | 2024-01-05T02:09:21.402Z | Compiling serde_json v1.0.108 |
1073 | 2024-01-05T02:09:21.552Z | Compiling log v0.4.20 |
1074 | 2024-01-05T02:09:21.694Z | Compiling pkg-config v0.3.27 |
1075 | 2024-01-05T02:09:21.903Z | Compiling lock_api v0.4.10 |
1076 | 2024-01-05T02:09:21.917Z | Compiling vcpkg v0.2.15 |
1077 | 2024-01-05T02:09:22.298Z | Compiling quote v1.0.33 |
1078 | 2024-01-05T02:09:22.351Z | Compiling jobserver v0.1.26 |
1079 | 2024-01-05T02:09:22.390Z | Compiling smallvec v1.11.0 |
1080 | 2024-01-05T02:09:23.113Z | Compiling syn v2.0.29 |
1081 | 2024-01-05T02:09:23.235Z | Compiling cc v1.0.83 |
1082 | 2024-01-05T02:09:23.322Z | Compiling getrandom v0.2.10 |
1083 | 2024-01-05T02:09:23.351Z | Compiling parking_lot_core v0.9.8 |
1084 | 2024-01-05T02:09:23.977Z | Compiling scopeguard v1.2.0 |
1085 | 2024-01-05T02:09:24.144Z | Compiling rand_core v0.6.4 |
1086 | 2024-01-05T02:09:24.599Z | Compiling mio v0.8.9 |
1087 | 2024-01-05T02:09:24.807Z | Compiling parking_lot v0.12.1 |
1088 | 2024-01-05T02:09:24.866Z | Compiling socket2 v0.5.5 |
1089 | 2024-01-05T02:09:25.412Z | Compiling signal-hook-registry v1.4.1 |
1090 | 2024-01-05T02:09:26.011Z | Compiling num_cpus v1.16.0 |
1091 | 2024-01-05T02:09:26.145Z | Compiling libm v0.2.7 |
1092 | 2024-01-05T02:09:26.706Z | Compiling num-traits v0.2.16 |
1093 | 2024-01-05T02:09:27.169Z | Compiling futures-core v0.3.29 |
1094 | 2024-01-05T02:09:27.650Z | Compiling typenum v1.16.0 |
1095 | 2024-01-05T02:09:27.667Z | Compiling heck v0.4.1 |
1096 | 2024-01-05T02:09:27.950Z | Compiling generic-array v0.14.7 |
1097 | 2024-01-05T02:09:28.240Z | Compiling ahash v0.8.3 |
1098 | 2024-01-05T02:09:28.826Z | Compiling ryu v1.0.15 |
1099 | 2024-01-05T02:09:28.876Z | Compiling slab v0.4.9 |
1100 | 2024-01-05T02:09:28.886Z | Compiling futures-channel v0.3.29 |
1101 | 2024-01-05T02:09:29.105Z | Compiling futures-sink v0.3.29 |
1102 | 2024-01-05T02:09:29.354Z | Compiling futures-task v0.3.29 |
1103 | 2024-01-05T02:09:29.573Z | Compiling pin-utils v0.1.0 |
1104 | 2024-01-05T02:09:29.685Z | Compiling futures-util v0.3.29 |
1105 | 2024-01-05T02:09:30.215Z | Compiling futures-io v0.3.29 |
1106 | 2024-01-05T02:09:30.278Z | Compiling equivalent v1.0.1 |
1107 | 2024-01-05T02:09:30.405Z | Compiling hashbrown v0.14.2 |
1108 | 2024-01-05T02:09:30.701Z | Compiling tracing-core v0.1.31 |
1109 | 2024-01-05T02:09:31.231Z | Compiling subtle v2.5.0 |
1110 | 2024-01-05T02:09:31.605Z | Compiling bitflags v2.4.0 |
1111 | 2024-01-05T02:09:32.203Z | Compiling fnv v1.0.7 |
1112 | 2024-01-05T02:09:32.351Z | Compiling iana-time-zone v0.1.57 |
1113 | 2024-01-05T02:09:32.416Z | Compiling tinyvec_macros v0.1.1 |
1114 | 2024-01-05T02:09:32.521Z | Compiling time-core v0.1.1 |
1115 | 2024-01-05T02:09:32.732Z | Compiling tinyvec v1.6.0 |
1116 | 2024-01-05T02:09:33.125Z | Compiling ring v0.16.20 |
1117 | 2024-01-05T02:09:33.279Z | Compiling indexmap v1.9.3 |
1118 | 2024-01-05T02:09:33.418Z | Compiling slog v2.7.0 |
1119 | 2024-01-05T02:09:33.750Z | Compiling serde_derive_internals v0.26.0 |
1120 | 2024-01-05T02:09:34.014Z | Compiling crypto-common v0.1.6 |
1121 | 2024-01-05T02:09:34.121Z | Compiling block-buffer v0.10.4 |
1122 | 2024-01-05T02:09:34.293Z | Compiling httparse v1.8.0 |
1123 | 2024-01-05T02:09:34.445Z | Compiling base64 v0.21.5 |
1124 | 2024-01-05T02:09:34.759Z | Compiling digest v0.10.7 |
1125 | 2024-01-05T02:09:35.002Z | Compiling openssl-sys v0.9.96 |
1126 | 2024-01-05T02:09:35.408Z | Compiling unicode-normalization v0.1.22 |
1127 | 2024-01-05T02:09:35.492Z | Compiling hashbrown v0.12.3 |
1128 | 2024-01-05T02:09:36.333Z | Compiling unicode-xid v0.2.4 |
1129 | 2024-01-05T02:09:36.516Z | Compiling unicode-bidi v0.3.13 |
1130 | 2024-01-05T02:09:36.708Z | Compiling cpufeatures v0.2.9 |
1131 | 2024-01-05T02:09:37.233Z | Compiling percent-encoding v2.3.0 |
1132 | 2024-01-05T02:09:39.095Z | Compiling socket2 v0.4.9 |
1133 | 2024-01-05T02:09:39.306Z | Compiling untrusted v0.7.1 |
1134 | 2024-01-05T02:09:39.352Z | Compiling spin v0.5.2 |
1135 | 2024-01-05T02:09:39.691Z | Compiling form_urlencoded v1.2.0 |
1136 | 2024-01-05T02:09:40.561Z | Compiling byteorder v1.4.3 |
1137 | 2024-01-05T02:09:41.422Z | Compiling ucd-trie v0.1.6 |
1138 | 2024-01-05T02:09:41.791Z | Compiling schemars v0.8.15 |
1139 | 2024-01-05T02:09:41.954Z | Compiling tower-service v0.3.2 |
1140 | 2024-01-05T02:09:42.171Z | Compiling allocator-api2 v0.2.16 |
1141 | 2024-01-05T02:09:42.851Z | Compiling synstructure v0.12.6 |
1142 | 2024-01-05T02:09:43.497Z | Compiling serde_derive v1.0.192 |
1143 | 2024-01-05T02:09:43.556Z | Compiling thiserror-impl v1.0.47 |
1144 | 2024-01-05T02:09:43.695Z | Compiling tokio-macros v2.2.0 |
1145 | 2024-01-05T02:09:44.515Z | Compiling futures-macro v0.3.29 |
1146 | 2024-01-05T02:09:45.181Z | Compiling tracing-attributes v0.1.26 |
1147 | 2024-01-05T02:09:45.699Z | Compiling schemars_derive v0.8.15 |
1148 | 2024-01-05T02:09:45.768Z | Compiling time-macros v0.2.13 |
1149 | 2024-01-05T02:09:46.210Z | Compiling deranged v0.3.8 |
1150 | 2024-01-05T02:09:48.492Z | Compiling pest v2.7.2 |
1151 | 2024-01-05T02:09:49.591Z | Compiling num_threads v0.1.6 |
1152 | 2024-01-05T02:09:49.763Z | Compiling ppv-lite86 v0.2.17 |
1153 | 2024-01-05T02:09:50.799Z | Compiling tracing v0.1.37 |
1154 | 2024-01-05T02:09:50.852Z | Compiling dyn-clone v1.0.13 |
1155 | 2024-01-05T02:09:50.970Z | Compiling try-lock v0.2.4 |
1156 | 2024-01-05T02:09:50.997Z | Compiling rand_chacha v0.3.1 |
1157 | 2024-01-05T02:09:51.122Z | Compiling want v0.3.1 |
1158 | 2024-01-05T02:09:51.168Z | Compiling time v0.3.27 |
1159 | 2024-01-05T02:09:51.566Z | Compiling zerocopy-derive v0.2.0 |
1160 | 2024-01-05T02:09:52.132Z | Compiling aho-corasick v1.0.4 |
1161 | 2024-01-05T02:09:52.974Z | Compiling pest_meta v2.7.2 |
1162 | 2024-01-05T02:09:54.234Z | Compiling async-trait v0.1.74 |
1163 | 2024-01-05T02:09:54.509Z | Compiling regex-syntax v0.8.2 |
1164 | 2024-01-05T02:09:54.901Z | Compiling rustls v0.21.7 |
1165 | 2024-01-05T02:09:55.339Z | Compiling httpdate v1.0.3 |
1166 | 2024-01-05T02:09:56.609Z | Compiling pest_generator v2.7.2 |
1167 | 2024-01-05T02:09:59.464Z | Compiling rand v0.8.5 |
1168 | 2024-01-05T02:09:59.601Z | Compiling rustls-webpki v0.101.4 |
1169 | 2024-01-05T02:10:00.060Z | Compiling sct v0.7.0 |
1170 | 2024-01-05T02:10:00.746Z | Compiling regex-automata v0.4.3 |
1171 | 2024-01-05T02:10:02.477Z | Compiling openssl-probe v0.1.5 |
1172 | 2024-01-05T02:10:03.221Z | Compiling rustversion v1.0.14 |
1173 | 2024-01-05T02:10:06.512Z | Compiling bytes v1.5.0 |
1174 | 2024-01-05T02:10:06.937Z | Compiling indexmap v2.1.0 |
1175 | 2024-01-05T02:10:08.903Z | Compiling tokio v1.34.0 |
1176 | 2024-01-05T02:10:12.429Z | Compiling http v0.2.11 |
1177 | 2024-01-05T02:10:13.308Z | Compiling chrono v0.4.31 |
1178 | 2024-01-05T02:10:13.673Z | Compiling uuid v1.6.1 |
1179 | 2024-01-05T02:10:15.610Z | Compiling http-body v0.4.5 |
1180 | 2024-01-05T02:10:16.262Z | Compiling serde_tokenstream v0.2.0 |
1181 | 2024-01-05T02:10:17.049Z | Compiling regex v1.10.2 |
1182 | 2024-01-05T02:10:21.861Z | Compiling tokio-util v0.7.8 |
1183 | 2024-01-05T02:10:22.404Z | Compiling pest_derive v2.7.2 |
1184 | 2024-01-05T02:10:23.707Z | Compiling h2 v0.3.21 |
1185 | 2024-01-05T02:10:27.461Z | Compiling idna v0.4.0 |
1186 | 2024-01-05T02:10:27.465Z | Compiling rustls-pemfile v1.0.4 |
1187 | 2024-01-05T02:10:27.724Z | Compiling atty v0.2.14 |
1188 | 2024-01-05T02:10:27.906Z | Compiling usdt-impl v0.3.5 |
1189 | 2024-01-05T02:10:28.425Z | Compiling lazy_static v1.4.0 |
1190 | 2024-01-05T02:10:28.593Z | Compiling crossbeam-utils v0.8.16 |
1191 | 2024-01-05T02:10:28.861Z | Compiling anyhow v1.0.75 |
1192 | 2024-01-05T02:10:29.638Z | Compiling url v2.4.0 |
1193 | 2024-01-05T02:10:33.236Z | Compiling tokio-rustls v0.24.1 |
1194 | 2024-01-05T02:10:33.877Z | Compiling hashbrown v0.13.2 |
1195 | 2024-01-05T02:10:35.460Z | Compiling hyper v0.14.27 |
1196 | 2024-01-05T02:10:35.693Z | Compiling libz-sys v1.1.12 |
1197 | 2024-01-05T02:10:36.571Z | Compiling dirs-sys-next v0.1.2 |
1198 | 2024-01-05T02:10:37.593Z | Compiling winnow v0.5.15 |
1199 | 2024-01-05T02:10:39.331Z | Compiling toml_datetime v0.6.5 |
1200 | 2024-01-05T02:10:39.837Z | Compiling zerocopy v0.3.2 |
1201 | 2024-01-05T02:10:40.759Z | Compiling dirs-next v2.0.0 |
1202 | 2024-01-05T02:10:41.114Z | Compiling regress v0.7.1 |
1203 | 2024-01-05T02:10:43.510Z | Compiling toml_edit v0.19.15 |
1204 | 2024-01-05T02:10:48.477Z | Compiling serde_urlencoded v0.7.1 |
1205 | 2024-01-05T02:10:48.673Z | Compiling thread_local v1.1.7 |
1206 | 2024-01-05T02:10:49.380Z | Compiling foreign-types-shared v0.1.1 |
1207 | 2024-01-05T02:10:49.518Z | Compiling slog-async v2.8.0 |
1208 | 2024-01-05T02:10:49.948Z | Compiling openssl v0.10.60 |
1209 | 2024-01-05T02:10:50.160Z | Compiling foreign-types v0.3.2 |
1210 | 2024-01-05T02:10:50.275Z | Compiling proc-macro-crate v1.3.1 |
1211 | 2024-01-05T02:10:50.317Z | Compiling crossbeam-channel v0.5.8 |
1212 | 2024-01-05T02:10:50.561Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1213 | 2024-01-05T02:10:51.681Z | Compiling term v0.7.0 |
1214 | 2024-01-05T02:10:52.448Z | Compiling dof v0.1.5 |
1215 | 2024-01-05T02:10:53.239Z | Compiling dtrace-parser v0.1.14 |
1216 | 2024-01-05T02:10:53.612Z | Compiling openssl-macros v0.1.1 |
1217 | 2024-01-05T02:10:54.811Z | Compiling thread-id v4.2.0 |
1218 | 2024-01-05T02:10:54.949Z | Compiling encoding_rs v0.8.33 |
1219 | 2024-01-05T02:10:56.739Z | Compiling take_mut v0.2.2 |
1220 | 2024-01-05T02:10:58.386Z | Compiling native-tls v0.2.11 |
1221 | 2024-01-05T02:10:58.893Z | Compiling mime v0.3.17 |
1222 | 2024-01-05T02:11:04.817Z | Compiling slog-term v2.9.0 |
1223 | 2024-01-05T02:11:08.016Z | Compiling rustls-native-certs v0.6.3 |
1224 | 2024-01-05T02:11:09.209Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1225 | 2024-01-05T02:11:09.221Z | Compiling serde_tokenstream v0.1.7 |
1226 | 2024-01-05T02:11:09.224Z | Compiling futures-executor v0.3.29 |
1227 | 2024-01-05T02:11:09.963Z | Compiling unicode-width v0.1.10 |
1228 | 2024-01-05T02:11:10.183Z | Compiling futures v0.3.29 |
1229 | 2024-01-05T02:11:10.327Z | Compiling hyper-rustls v0.24.1 |
1230 | 2024-01-05T02:11:15.850Z | Compiling openapiv3 v2.0.0-rc.1 |
1231 | 2024-01-05T02:11:16.464Z | Compiling num-integer v0.1.45 |
1232 | 2024-01-05T02:11:16.510Z | Compiling ipnet v2.8.0 |
1233 | 2024-01-05T02:11:16.937Z | Compiling omicron-workspace-hack v0.1.0 |
1234 | 2024-01-05T02:11:17.389Z | Compiling tokio-native-tls v0.3.1 |
1235 | 2024-01-05T02:11:17.809Z | Compiling usdt-attr-macro v0.3.5 |
1236 | 2024-01-05T02:11:18.359Z | Compiling usdt-macro v0.3.5 |
1237 | 2024-01-05T02:11:20.100Z | Compiling serde_spanned v0.6.4 |
1238 | 2024-01-05T02:11:20.473Z | Compiling sha1 v0.10.6 |
1239 | 2024-01-05T02:11:24.950Z | Compiling match_cfg v0.1.0 |
1240 | 2024-01-05T02:11:25.090Z | Compiling hostname v0.3.1 |
1241 | 2024-01-05T02:11:25.910Z | Compiling usdt v0.3.5 |
1242 | 2024-01-05T02:11:26.622Z | Compiling getopts v0.2.21 |
1243 | 2024-01-05T02:11:27.926Z | Compiling hyper-tls v0.5.0 |
1244 | 2024-01-05T02:11:29.322Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1245 | 2024-01-05T02:11:30.552Z | Compiling num-bigint v0.4.4 |
1246 | 2024-01-05T02:11:30.971Z | Compiling proc-macro-error-attr v1.0.4 |
1247 | 2024-01-05T02:11:31.284Z | Compiling rustix v0.38.26 |
1248 | 2024-01-05T02:11:31.459Z | Compiling ident_case v1.0.1 |
1249 | 2024-01-05T02:11:31.687Z | Compiling fallible-iterator v0.2.0 |
1250 | 2024-01-05T02:11:32.247Z | Compiling webpki-roots v0.25.2 |
1251 | 2024-01-05T02:11:32.462Z | Compiling strsim v0.10.0 |
1252 | 2024-01-05T02:11:32.840Z | Compiling unsafe-libyaml v0.2.9 |
1253 | 2024-01-05T02:11:33.586Z | Compiling darling_core v0.20.3 |
1254 | 2024-01-05T02:11:35.320Z | Compiling serde_yaml v0.9.25 |
1255 | 2024-01-05T02:11:35.608Z | Compiling reqwest v0.11.22 |
1256 | 2024-01-05T02:11:36.498Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1257 | 2024-01-05T02:11:41.424Z | Compiling num_enum_derive v0.5.11 |
1258 | 2024-01-05T02:11:41.854Z | Compiling serde_path_to_error v0.1.14 |
1259 | 2024-01-05T02:11:42.308Z | Compiling sha2 v0.10.7 |
1260 | 2024-01-05T02:11:43.392Z | Compiling errno v0.3.8 |
1261 | 2024-01-05T02:11:43.750Z | Compiling proc-macro-error v1.0.4 |
1262 | 2024-01-05T02:11:44.225Z | Compiling multer v2.1.0 |
1263 | 2024-01-05T02:11:44.699Z | Compiling camino v1.1.6 |
1264 | 2024-01-05T02:11:45.476Z | Compiling paste v1.0.14 |
1265 | 2024-01-05T02:11:46.233Z | Compiling num_enum v0.5.11 |
1266 | 2024-01-05T02:11:47.346Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1267 | 2024-01-05T02:11:48.194Z | Compiling darling_macro v0.20.3 |
1268 | 2024-01-05T02:11:49.870Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1269 | 2024-01-05T02:11:55.358Z | Compiling toml_edit v0.21.0 |
1270 | 2024-01-05T02:12:07.848Z | Compiling strum_macros v0.25.2 |
1271 | 2024-01-05T02:12:13.642Z | Compiling slog-json v2.6.1 |
1272 | 2024-01-05T02:12:14.061Z | Compiling async-stream-impl v0.3.5 |
1273 | 2024-01-05T02:12:14.396Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1274 | 2024-01-05T02:12:14.875Z | Compiling atomic-waker v1.1.1 |
1275 | 2024-01-05T02:12:15.121Z | Compiling spin v0.9.8 |
1276 | 2024-01-05T02:12:16.143Z | Compiling async-stream v0.3.5 |
1277 | 2024-01-05T02:12:16.631Z | Compiling waitgroup v0.1.2 |
1278 | 2024-01-05T02:12:17.030Z | Compiling strum v0.25.0 |
1279 | 2024-01-05T02:12:17.262Z | Compiling slog-bunyan v2.4.0 |
1280 | 2024-01-05T02:12:17.632Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1281 | 2024-01-05T02:12:17.882Z | Compiling toml v0.8.8 |
1282 | 2024-01-05T02:12:20.789Z | Compiling darling v0.20.3 |
1283 | 2024-01-05T02:12:26.755Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1284 | 2024-01-05T02:12:27.283Z | Compiling hex v0.4.3 |
1285 | 2024-01-05T02:12:28.364Z | Compiling structmeta-derive v0.2.0 |
1286 | 2024-01-05T02:12:30.056Z | Compiling stringprep v0.1.3 |
1287 | 2024-01-05T02:12:32.759Z | Compiling md-5 v0.10.5 |
1288 | 2024-01-05T02:12:33.101Z | Compiling hmac v0.12.1 |
1289 | 2024-01-05T02:12:33.407Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1290 | 2024-01-05T02:12:33.936Z | Compiling debug-ignore v1.0.5 |
1291 | 2024-01-05T02:12:34.131Z | Compiling semver v1.0.20 |
1292 | 2024-01-05T02:12:34.830Z | Compiling siphasher v0.3.11 |
1293 | 2024-01-05T02:12:35.667Z | Compiling bitflags v1.3.2 |
1294 | 2024-01-05T02:12:36.220Z | Compiling phf_shared v0.11.2 |
1295 | 2024-01-05T02:12:36.909Z | Compiling postgres-protocol v0.6.6 |
1296 | 2024-01-05T02:12:38.234Z | Compiling structmeta v0.2.0 |
1297 | 2024-01-05T02:12:39.038Z | Compiling serde_with_macros v2.3.3 |
1298 | 2024-01-05T02:12:42.114Z | Compiling num-rational v0.4.1 |
1299 | 2024-01-05T02:12:42.583Z | Compiling num-iter v0.1.43 |
1300 | 2024-01-05T02:12:42.984Z | Compiling regex-syntax v0.7.4 |
1301 | 2024-01-05T02:12:43.750Z | Compiling either v1.9.0 |
1302 | 2024-01-05T02:12:44.244Z | Compiling arc-swap v1.6.0 |
1303 | 2024-01-05T02:12:45.418Z | Compiling serde_with v2.3.3 |
1304 | 2024-01-05T02:12:45.799Z | Compiling postgres-types v0.2.6 |
1305 | 2024-01-05T02:12:48.713Z | Compiling phf v0.11.2 |
1306 | 2024-01-05T02:12:49.859Z | Compiling vergen v8.2.4 |
1307 | 2024-01-05T02:12:50.161Z | Compiling instant v0.1.12 |
1308 | 2024-01-05T02:12:50.254Z | Compiling whoami v1.4.1 |
1309 | 2024-01-05T02:12:50.315Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1310 | 2024-01-05T02:12:50.827Z | Compiling crucible-workspace-hack v0.1.0 |
1311 | 2024-01-05T02:12:51.019Z | Compiling tokio-postgres v0.7.10 |
1312 | 2024-01-05T02:12:51.330Z | Compiling backoff v0.4.0 |
1313 | 2024-01-05T02:12:51.839Z | Compiling rustc_version v0.4.0 |
1314 | 2024-01-05T02:12:52.655Z | Compiling parse-display-derive v0.8.2 |
1315 | 2024-01-05T02:12:52.966Z | Compiling slog-scope v4.4.0 |
1316 | 2024-01-05T02:12:54.492Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1317 | 2024-01-05T02:12:55.248Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1318 | 2024-01-05T02:12:55.495Z | Compiling ipnetwork v0.20.0 |
1319 | 2024-01-05T02:12:55.720Z | Compiling macaddr v1.0.1 |
1320 | 2024-01-05T02:12:56.732Z | Compiling num-complex v0.4.4 |
1321 | 2024-01-05T02:12:57.544Z | Compiling libsqlite3-sys v0.26.0 |
1322 | 2024-01-05T02:12:58.261Z | Compiling memoffset v0.7.1 |
1323 | 2024-01-05T02:12:58.741Z | Compiling slog-dtrace v0.2.3 |
1324 | 2024-01-05T02:12:58.952Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1325 | 2024-01-05T02:12:59.093Z | Compiling parse-display v0.8.2 |
1326 | 2024-01-05T02:12:59.352Z | Compiling utf8parse v0.2.1 |
1327 | 2024-01-05T02:12:59.403Z | Compiling base64ct v1.6.0 |
1328 | 2024-01-05T02:12:59.550Z | Compiling anstyle-parse v0.2.1 |
1329 | 2024-01-05T02:12:59.695Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1330 | 2024-01-05T02:13:00.219Z | Compiling password-hash v0.5.0 |
1331 | 2024-01-05T02:13:00.641Z | Compiling num v0.4.1 |
1332 | 2024-01-05T02:13:00.817Z | Compiling slog-stdlog v4.1.1 |
1333 | 2024-01-05T02:13:01.306Z | Compiling is-terminal v0.4.9 |
1334 | 2024-01-05T02:13:01.465Z | Compiling foreign-types-macros v0.2.3 |
1335 | 2024-01-05T02:13:02.071Z | Compiling blake2 v0.10.6 |
1336 | 2024-01-05T02:13:02.282Z | Compiling inout v0.1.3 |
1337 | 2024-01-05T02:13:02.522Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1338 | 2024-01-05T02:13:02.597Z | Compiling backtrace v0.3.69 |
1339 | 2024-01-05T02:13:03.257Z | Compiling anstyle-query v1.0.0 |
1340 | 2024-01-05T02:13:03.445Z | Compiling pretty-hex v0.2.1 |
1341 | 2024-01-05T02:13:03.492Z | Compiling foreign-types-shared v0.3.1 |
1342 | 2024-01-05T02:13:03.598Z | Compiling base64 v0.13.1 |
1343 | 2024-01-05T02:13:03.638Z | Compiling adler v1.0.2 |
1344 | 2024-01-05T02:13:03.716Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1345 | 2024-01-05T02:13:04.026Z | Compiling colorchoice v1.0.0 |
1346 | 2024-01-05T02:13:04.058Z | Compiling doc-comment v0.3.3 |
1347 | 2024-01-05T02:13:04.204Z | Compiling anstyle v1.0.2 |
1348 | 2024-01-05T02:13:04.271Z | Compiling gimli v0.28.0 |
1349 | 2024-01-05T02:13:04.330Z | Compiling termcolor v1.2.0 |
1350 | 2024-01-05T02:13:04.795Z | Compiling static_assertions v1.1.0 |
1351 | 2024-01-05T02:13:04.805Z | Compiling zeroize v1.6.0 |
1352 | 2024-01-05T02:13:04.923Z | Compiling radium v0.7.0 |
1353 | 2024-01-05T02:13:05.168Z | Compiling anstream v0.5.0 |
1354 | 2024-01-05T02:13:05.296Z | Compiling miniz_oxide v0.7.1 |
1355 | 2024-01-05T02:13:05.646Z | Compiling foreign-types v0.5.0 |
1356 | 2024-01-05T02:13:05.804Z | Compiling argon2 v0.5.2 |
1357 | 2024-01-05T02:13:05.954Z | Compiling cipher v0.4.4 |
1358 | 2024-01-05T02:13:06.513Z | Compiling colored v2.0.4 |
1359 | 2024-01-05T02:13:06.663Z | Compiling slog-envlogger v2.2.0 |
1360 | 2024-01-05T02:13:09.102Z | Compiling itertools v0.10.5 |
1361 | 2024-01-05T02:13:10.156Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1362 | 2024-01-05T02:13:10.905Z | Compiling hashlink v0.8.3 |
1363 | 2024-01-05T02:13:10.908Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1364 | 2024-01-05T02:13:11.092Z | Compiling pin-project-internal v1.1.3 |
1365 | 2024-01-05T02:13:12.075Z | Compiling addr2line v0.21.0 |
1366 | 2024-01-05T02:13:12.214Z | Compiling serde_repr v0.1.16 |
1367 | 2024-01-05T02:13:12.547Z | Compiling cstr-argument v0.1.2 |
1368 | 2024-01-05T02:13:12.888Z | Compiling object v0.32.0 |
1369 | 2024-01-05T02:13:13.344Z | Compiling os_str_bytes v6.5.1 |
1370 | 2024-01-05T02:13:14.006Z | Compiling tap v1.0.1 |
1371 | 2024-01-05T02:13:14.133Z | Compiling data-encoding v2.4.0 |
1372 | 2024-01-05T02:13:14.189Z | Compiling tower-layer v0.3.2 |
1373 | 2024-01-05T02:13:14.246Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1374 | 2024-01-05T02:13:14.704Z | Compiling portable-atomic v1.4.3 |
1375 | 2024-01-05T02:13:14.738Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1376 | 2024-01-05T02:13:14.756Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1377 | 2024-01-05T02:13:15.189Z | Compiling clap_lex v0.5.1 |
1378 | 2024-01-05T02:13:15.209Z | Compiling fallible-streaming-iterator v0.1.9 |
1379 | 2024-01-05T02:13:15.580Z | Compiling fastrand v2.0.0 |
1380 | 2024-01-05T02:13:15.660Z | Compiling rustc-demangle v0.1.23 |
1381 | 2024-01-05T02:13:16.103Z | Compiling tempfile v3.8.0 |
1382 | 2024-01-05T02:13:16.332Z | Compiling pin-project v1.1.3 |
1383 | 2024-01-05T02:13:16.514Z | Compiling clap_builder v4.4.0 |
1384 | 2024-01-05T02:13:16.701Z | Compiling rusqlite v0.29.0 |
1385 | 2024-01-05T02:13:19.132Z | Compiling wyz v0.5.1 |
1386 | 2024-01-05T02:13:19.848Z | Compiling clap_lex v0.2.4 |
1387 | 2024-01-05T02:13:19.972Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-01-05T02:13:21.449Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-01-05T02:13:21.568Z | Compiling nix v0.26.2 |
1390 | 2024-01-05T02:13:22.067Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1391 | 2024-01-05T02:13:24.748Z | Compiling twox-hash v1.6.3 |
1392 | 2024-01-05T02:13:24.763Z | Compiling pem v1.1.1 |
1393 | 2024-01-05T02:13:25.400Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1394 | 2024-01-05T02:13:26.327Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1395 | 2024-01-05T02:13:27.010Z | Compiling clap_derive v3.2.25 |
1396 | 2024-01-05T02:13:27.125Z | Compiling simple_asn1 v0.6.2 |
1397 | 2024-01-05T02:13:27.189Z | Compiling num_enum_derive v0.7.0 |
1398 | 2024-01-05T02:13:28.664Z | Compiling tokio-io-timeout v1.2.0 |
1399 | 2024-01-05T02:13:29.094Z | Compiling snafu-derive v0.7.5 |
1400 | 2024-01-05T02:13:31.425Z | Compiling clap_derive v4.4.0 |
1401 | 2024-01-05T02:13:32.593Z | Compiling universal-hash v0.5.1 |
1402 | 2024-01-05T02:13:32.870Z | Compiling funty v2.0.0 |
1403 | 2024-01-05T02:13:33.132Z | Compiling http-range-header v0.3.1 |
1404 | 2024-01-05T02:13:34.531Z | Compiling textwrap v0.16.0 |
1405 | 2024-01-05T02:13:34.566Z | Compiling opaque-debug v0.3.0 |
1406 | 2024-01-05T02:13:34.676Z | Compiling curl v0.4.44 |
1407 | 2024-01-05T02:13:35.198Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1408 | 2024-01-05T02:13:35.681Z | Compiling clap v3.2.25 |
1409 | 2024-01-05T02:13:36.987Z | Compiling polyval v0.6.1 |
1410 | 2024-01-05T02:13:37.440Z | Compiling snafu v0.7.5 |
1411 | 2024-01-05T02:13:37.760Z | Compiling bitvec v1.0.1 |
1412 | 2024-01-05T02:13:38.789Z | Compiling tower-http v0.4.4 |
1413 | 2024-01-05T02:13:39.137Z | Compiling clap v4.4.0 |
1414 | 2024-01-05T02:13:39.279Z | Compiling num_enum v0.7.0 |
1415 | 2024-01-05T02:13:39.504Z | Compiling hyper-timeout v0.4.1 |
1416 | 2024-01-05T02:13:39.507Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1417 | 2024-01-05T02:13:39.909Z | Compiling jsonwebtoken v8.3.0 |
1418 | 2024-01-05T02:13:42.266Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1419 | 2024-01-05T02:13:42.886Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1420 | 2024-01-05T02:13:49.566Z | Compiling tower v0.4.13 |
1421 | 2024-01-05T02:13:54.433Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1422 | 2024-01-05T02:13:54.886Z | Compiling ctr v0.9.2 |
1423 | 2024-01-05T02:13:55.389Z | Compiling aes v0.8.3 |
1424 | 2024-01-05T02:13:55.517Z | Compiling secrecy v0.8.0 |
1425 | 2024-01-05T02:13:55.869Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1426 | 2024-01-05T02:13:57.979Z | Compiling zone_cfg_derive v0.2.0 |
1427 | 2024-01-05T02:13:58.887Z | Compiling console v0.15.7 |
1428 | 2024-01-05T02:13:59.691Z | Compiling bincode v1.3.3 |
1429 | 2024-01-05T02:14:00.312Z | Compiling async-recursion v0.3.2 |
1430 | 2024-01-05T02:14:00.867Z | Compiling aead v0.5.2 |
1431 | 2024-01-05T02:14:01.333Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1432 | 2024-01-05T02:14:01.417Z | Compiling number_prefix v0.4.0 |
1433 | 2024-01-05T02:14:01.742Z | Compiling humantime v2.1.0 |
1434 | 2024-01-05T02:14:01.809Z | Compiling erased-serde v0.3.30 |
1435 | 2024-01-05T02:14:02.020Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1436 | 2024-01-05T02:14:02.589Z | Compiling env_logger v0.9.3 |
1437 | 2024-01-05T02:14:03.085Z | Compiling indicatif v0.17.6 |
1438 | 2024-01-05T02:14:03.122Z | Compiling aes-gcm-siv v0.11.1 |
1439 | 2024-01-05T02:14:03.479Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1440 | 2024-01-05T02:14:03.557Z | Compiling zone v0.2.0 |
1441 | 2024-01-05T02:14:04.056Z | Compiling octocrab v0.25.1 |
1442 | 2024-01-05T02:14:09.382Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1443 | 2024-01-05T02:14:10.255Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1444 | 2024-01-05T02:14:10.825Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1445 | 2024-01-05T02:14:14.783Z | Compiling itertools v0.12.0 |
1446 | 2024-01-05T02:14:17.018Z | Compiling sha256 v1.4.0 |
1447 | 2024-01-05T02:14:18.058Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1448 | 2024-01-05T02:14:18.534Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1449 | 2024-01-05T02:14:18.783Z | Compiling toml v0.5.11 |
1450 | 2024-01-05T02:14:20.457Z | Compiling bitstruct_derive v0.1.0 |
1451 | 2024-01-05T02:14:21.227Z | Compiling async-recursion v1.0.5 |
1452 | 2024-01-05T02:14:22.322Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1453 | 2024-01-05T02:14:22.500Z | Compiling libloading v0.7.4 |
1454 | 2024-01-05T02:14:22.610Z | Compiling matches v0.1.10 |
1455 | 2024-01-05T02:14:22.771Z | Compiling ascii v1.1.0 |
1456 | 2024-01-05T02:14:22.864Z | Compiling utf-8 v0.7.6 |
1457 | 2024-01-05T02:14:23.154Z | Compiling ringbuffer v0.15.0 |
1458 | 2024-01-05T02:14:23.355Z | Compiling tungstenite v0.20.1 |
1459 | 2024-01-05T02:14:23.911Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1460 | 2024-01-05T02:14:24.191Z | Compiling idna v0.2.3 |
1461 | 2024-01-05T02:14:24.670Z | Compiling bitstruct v0.1.1 |
1462 | 2024-01-05T02:14:24.820Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1463 | 2024-01-05T02:14:25.256Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1464 | 2024-01-05T02:14:28.001Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1465 | 2024-01-05T02:14:28.873Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1466 | 2024-01-05T02:14:30.742Z | Compiling serde_arrays v0.1.0 |
1467 | 2024-01-05T02:14:30.956Z | Compiling enum-as-inner v0.5.1 |
1468 | 2024-01-05T02:14:31.552Z | Compiling quick-error v1.2.3 |
1469 | 2024-01-05T02:14:31.751Z | Compiling linked-hash-map v0.5.6 |
1470 | 2024-01-05T02:14:32.251Z | Compiling resolv-conf v0.7.0 |
1471 | 2024-01-05T02:14:32.392Z | Compiling lru-cache v0.1.2 |
1472 | 2024-01-05T02:14:32.604Z | Compiling trust-dns-proto v0.22.0 |
1473 | 2024-01-05T02:14:32.707Z | Compiling tokio-tungstenite v0.20.1 |
1474 | 2024-01-05T02:14:33.515Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1475 | 2024-01-05T02:14:34.863Z | Compiling const_format_proc_macros v0.2.31 |
1476 | 2024-01-05T02:14:34.998Z | Compiling toml v0.7.8 |
1477 | 2024-01-05T02:14:38.204Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1478 | 2024-01-05T02:14:41.086Z | Compiling trust-dns-resolver v0.22.0 |
1479 | 2024-01-05T02:14:43.856Z | Compiling const_format v0.2.31 |
1480 | 2024-01-05T02:14:45.485Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1481 | 2024-01-05T02:14:49.274Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1482 | 2024-01-05T02:15:07.067Z | Compiling ron v0.7.1 |
1483 | 2024-01-05T02:15:08.861Z | Compiling bit_field v0.10.2 |
1484 | 2024-01-05T02:15:09.266Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1485 | 2024-01-05T02:15:25.083Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1486 | 2024-01-05T02:15:47.634Z | Compiling git2 v0.17.2 |
1487 | 2024-01-05T02:15:53.723Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1488 | 2024-01-05T02:15:55.404Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1489 | 2024-01-05T02:16:06.443Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1490 | 2024-01-05T02:16:30.856Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1491 | 2024-01-05T02:16:31.479Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1492 | 2024-01-05T02:16:32.326Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1493 | 2024-01-05T02:17:54.325Z | Finished release [optimized] target(s) in 8m 35s |
1494 | 2024-01-05T02:17:54.390Z | |
1495 | 2024-01-05T02:17:54.393Z | real 8:35.223304246 |
1496 | 2024-01-05T02:17:54.394Z | user 59:36.234193087 |
1497 | 2024-01-05T02:17:54.394Z | sys 3:58.945588189 |
1498 | 2024-01-05T02:17:54.394Z | trap 2.261205523 |
1499 | 2024-01-05T02:17:54.394Z | tflt 1.422382047 |
1500 | 2024-01-05T02:17:54.394Z | dflt 2.233666870 |
1501 | 2024-01-05T02:17:54.394Z | kflt 0.000970816 |
1502 | 2024-01-05T02:17:54.394Z | lock 2:13:31.943231157 |
1503 | 2024-01-05T02:17:54.394Z | slp 2:39:03.227125443 |
1504 | 2024-01-05T02:17:54.394Z | lat 1:56.373990819 |
1505 | 2024-01-05T02:17:54.394Z | stop 51.745768036 |
1506 | 2024-01-05T02:17:54.394Z | + OUTDIR=/work/release |
1507 | 2024-01-05T02:17:54.395Z | + mkdir -p /work/release |
1508 | 2024-01-05T02:17:54.400Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1509 | 2024-01-05T02:17:54.421Z | + cp target/release/propolis-server /work/release/propolis-server |
1510 | 2024-01-05T02:17:54.490Z | process exited: duration 787558 ms, exit code 0 |
|
1511 | 2024-01-05T02:17:54.511Z | found 2 output files |
1512 | 2024-01-05T02:17:54.511Z | uploading: /work/release/propolis-cli (18678208 bytes) |
1513 | 2024-01-05T02:18:01.564Z | uploaded: /work/release/propolis-cli |
1514 | 2024-01-05T02:18:01.569Z | uploading: /work/release/propolis-server (50624976 bytes) |
1515 | 2024-01-05T02:18:14.896Z | uploaded: /work/release/propolis-server |