|
|
|
1 | 2024-01-17T01:51:24.485Z | job assigned to worker 01HMAHS2S8RTQJEQ18JCC18GKJ (queued for 1 h 0 m 12 s) |
|
2 | 2024-01-17T01:51:25.407Z | starting task 0: "setup" |
3 | 2024-01-17T01:51:25.458Z | ++ uname -s |
4 | 2024-01-17T01:51:25.466Z | + kern=SunOS |
5 | 2024-01-17T01:51:25.466Z | + case "$kern" in |
6 | 2024-01-17T01:51:25.466Z | + groupadd -g 12345 build |
7 | 2024-01-17T01:51:25.469Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-17T01:51:27.519Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-17T01:51:27.657Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-17T01:51:27.670Z | + home_fs=zfs |
11 | 2024-01-17T01:51:27.670Z | + [[ zfs == autofs ]] |
12 | 2024-01-17T01:51:27.671Z | + mkdir -p /home/build |
13 | 2024-01-17T01:51:27.671Z | + chown build:build /home/build /work |
14 | 2024-01-17T01:51:29.662Z | + chmod 0700 /home/build /work |
15 | 2024-01-17T01:51:29.674Z | process exited: duration 4260 ms, exit code 0 |
|
16 | 2024-01-17T01:51:29.703Z | starting task 1: "rust-toolchain" |
17 | 2024-01-17T01:51:29.721Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-17T01:51:29.721Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-01-17T01:51:29.948Z | info: downloading installer |
20 | 2024-01-17T01:51:31.118Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-17T01:51:31.118Z | warning: /opt/ooce/bin |
22 | 2024-01-17T01:51:31.118Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-17T01:51:31.118Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-17T01:51:31.118Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-17T01:51:31.118Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-17T01:51:31.118Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-17T01:51:31.118Z | error: cannot install while Rust is installed |
28 | 2024-01-17T01:51:31.118Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-17T01:51:31.290Z | info: profile set to 'default' |
30 | 2024-01-17T01:51:31.290Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-17T01:51:31.295Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-01-17T01:51:31.461Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
33 | 2024-01-17T01:51:31.461Z | info: downloading component 'cargo' |
34 | 2024-01-17T01:51:32.062Z | info: downloading component 'clippy' |
35 | 2024-01-17T01:51:32.255Z | info: downloading component 'rust-docs' |
36 | 2024-01-17T01:51:33.063Z | info: downloading component 'rust-std' |
37 | 2024-01-17T01:51:34.207Z | info: downloading component 'rustc' |
38 | 2024-01-17T01:51:37.354Z | info: downloading component 'rustfmt' |
39 | 2024-01-17T01:51:37.535Z | info: installing component 'cargo' |
40 | 2024-01-17T01:51:38.968Z | info: installing component 'clippy' |
41 | 2024-01-17T01:51:39.948Z | info: installing component 'rust-docs' |
42 | 2024-01-17T01:51:42.382Z | info: installing component 'rust-std' |
43 | 2024-01-17T01:51:46.018Z | info: installing component 'rustc' |
44 | 2024-01-17T01:51:56.748Z | info: installing component 'rustfmt' |
45 | 2024-01-17T01:51:57.209Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-01-17T01:51:57.209Z | |
47 | 2024-01-17T01:51:57.389Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
48 | 2024-01-17T01:51:57.392Z | |
49 | 2024-01-17T01:51:57.403Z | |
50 | 2024-01-17T01:51:57.403Z | Rust is installed now. Great! |
51 | 2024-01-17T01:51:57.403Z | |
52 | 2024-01-17T01:51:57.403Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-17T01:51:57.403Z | environment variable. This has not been done automatically. |
54 | 2024-01-17T01:51:57.404Z | |
55 | 2024-01-17T01:51:57.404Z | To configure your current shell, run: |
56 | 2024-01-17T01:51:57.404Z | source "$HOME/.cargo/env" |
57 | 2024-01-17T01:51:57.485Z | + rustc --version |
58 | 2024-01-17T01:51:57.588Z | rustc 1.75.0 (82e1608df 2023-12-21) |
59 | 2024-01-17T01:51:57.593Z | process exited: duration 27899 ms, exit code 0 |
|
60 | 2024-01-17T01:51:57.601Z | starting task 2: "authentication" |
61 | 2024-01-17T01:51:57.632Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-17T01:51:57.640Z | starting task 3: "clone repository" |
63 | 2024-01-17T01:51:57.647Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2024-01-17T01:51:57.651Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2024-01-17T01:51:58.082Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2024-01-17T01:51:59.693Z | + cd /work/oxidecomputer/propolis |
67 | 2024-01-17T01:51:59.693Z | + [[ -n '' ]] |
68 | 2024-01-17T01:51:59.699Z | + git fetch origin 1d6752a788d10a8bc0b2a28a7e037e48b6317b56 |
69 | 2024-01-17T01:52:00.222Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-01-17T01:52:00.223Z | * branch 1d6752a788d10a8bc0b2a28a7e037e48b6317b56 -> FETCH_HEAD |
71 | 2024-01-17T01:52:00.228Z | + git reset --hard 1d6752a788d10a8bc0b2a28a7e037e48b6317b56 |
72 | 2024-01-17T01:52:00.260Z | HEAD is now at 1d6752a Mitigate behavior from illumos#16183 |
73 | 2024-01-17T01:52:00.263Z | process exited: duration 2623 ms, exit code 0 |
|
74 | 2024-01-17T01:52:00.270Z | starting task 4: "build" |
75 | 2024-01-17T01:52:00.277Z | + cargo --version |
76 | 2024-01-17T01:52:00.371Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
77 | 2024-01-17T01:52:00.374Z | + rustc --version |
78 | 2024-01-17T01:52:00.473Z | rustc 1.75.0 (82e1608df 2023-12-21) |
79 | 2024-01-17T01:52:00.476Z | + banner check |
80 | 2024-01-17T01:52:00.999Z | |
81 | 2024-01-17T01:52:00.999Z | #### # # ###### #### # # |
82 | 2024-01-17T01:52:00.999Z | # # # # # # # # # |
83 | 2024-01-17T01:52:00.999Z | # ###### ##### # #### |
84 | 2024-01-17T01:52:00.999Z | # # # # # # # |
85 | 2024-01-17T01:52:00.999Z | # # # # # # # # # |
86 | 2024-01-17T01:52:00.999Z | #### # # ###### #### # # |
87 | 2024-01-17T01:52:00.999Z | |
88 | 2024-01-17T01:52:01.005Z | + ptime -m cargo check --features falcon |
89 | 2024-01-17T01:52:01.005Z | Updating crates.io index |
90 | 2024-01-17T01:52:01.037Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2024-01-17T01:52:03.520Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2024-01-17T01:52:03.934Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2024-01-17T01:52:04.272Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2024-01-17T01:52:13.212Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2024-01-17T01:52:13.531Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2024-01-17T01:52:14.314Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2024-01-17T01:52:15.414Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
98 | 2024-01-17T01:52:16.257Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2024-01-17T01:52:18.986Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2024-01-17T01:52:19.265Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
101 | 2024-01-17T01:52:19.869Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2024-01-17T01:52:20.687Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
103 | 2024-01-17T01:52:21.521Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-01-17T01:52:22.131Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
105 | 2024-01-17T01:52:22.440Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
106 | 2024-01-17T01:52:22.823Z | Updating git repository `https://github.com/oxidecomputer/zone` |
107 | 2024-01-17T01:52:23.344Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-01-17T01:52:27.098Z | Downloading crates ... |
109 | 2024-01-17T01:52:27.336Z | Downloaded aead v0.5.2 |
110 | 2024-01-17T01:52:27.345Z | Downloaded quote v1.0.35 |
111 | 2024-01-17T01:52:27.351Z | Downloaded equivalent v1.0.1 |
112 | 2024-01-17T01:52:27.355Z | Downloaded dirs-next v2.0.0 |
113 | 2024-01-17T01:52:27.357Z | Downloaded fallible-iterator v0.3.0 |
114 | 2024-01-17T01:52:27.360Z | Downloaded proc-macro-crate v1.3.1 |
115 | 2024-01-17T01:52:27.379Z | Downloaded atty v0.2.14 |
116 | 2024-01-17T01:52:27.386Z | Downloaded resolv-conf v0.7.0 |
117 | 2024-01-17T01:52:27.386Z | Downloaded dtrace-parser v0.1.14 |
118 | 2024-01-17T01:52:27.393Z | Downloaded atomic-waker v1.1.1 |
119 | 2024-01-17T01:52:27.396Z | Downloaded httpdate v1.0.3 |
120 | 2024-01-17T01:52:27.400Z | Downloaded bitflags v1.3.2 |
121 | 2024-01-17T01:52:27.406Z | Downloaded foreign-types v0.3.2 |
122 | 2024-01-17T01:52:27.415Z | Downloaded argon2 v0.5.2 |
123 | 2024-01-17T01:52:27.419Z | Downloaded proc-macro-error-attr v1.0.4 |
124 | 2024-01-17T01:52:27.419Z | Downloaded autocfg v1.1.0 |
125 | 2024-01-17T01:52:27.422Z | Downloaded foreign-types-shared v0.3.1 |
126 | 2024-01-17T01:52:27.426Z | Downloaded strum v0.25.0 |
127 | 2024-01-17T01:52:27.435Z | Downloaded native-tls v0.2.11 |
128 | 2024-01-17T01:52:27.439Z | Downloaded jobserver v0.1.26 |
129 | 2024-01-17T01:52:27.439Z | Downloaded parse-display-derive v0.8.2 |
130 | 2024-01-17T01:52:27.442Z | Downloaded memoffset v0.7.1 |
131 | 2024-01-17T01:52:27.445Z | Downloaded indexmap v1.9.3 |
132 | 2024-01-17T01:52:27.451Z | Downloaded termcolor v1.2.0 |
133 | 2024-01-17T01:52:27.454Z | Downloaded bitflags v2.4.0 |
134 | 2024-01-17T01:52:27.461Z | Downloaded async-recursion v1.0.5 |
135 | 2024-01-17T01:52:27.465Z | Downloaded adler v1.0.2 |
136 | 2024-01-17T01:52:27.473Z | Downloaded openssl-macros v0.1.1 |
137 | 2024-01-17T01:52:27.477Z | Downloaded clap_lex v0.5.1 |
138 | 2024-01-17T01:52:27.477Z | Downloaded slog-async v2.8.0 |
139 | 2024-01-17T01:52:27.477Z | Downloaded wyz v0.5.1 |
140 | 2024-01-17T01:52:27.481Z | Downloaded toml v0.8.8 |
141 | 2024-01-17T01:52:27.485Z | Downloaded matches v0.1.10 |
142 | 2024-01-17T01:52:27.488Z | Downloaded rustls-pemfile v1.0.4 |
143 | 2024-01-17T01:52:27.492Z | Downloaded match_cfg v0.1.0 |
144 | 2024-01-17T01:52:27.495Z | Downloaded pkg-config v0.3.27 |
145 | 2024-01-17T01:52:27.498Z | Downloaded async-recursion v0.3.2 |
146 | 2024-01-17T01:52:27.501Z | Downloaded zone v0.2.0 |
147 | 2024-01-17T01:52:27.504Z | Downloaded aes-gcm-siv v0.11.1 |
148 | 2024-01-17T01:52:27.512Z | Downloaded num-iter v0.1.43 |
149 | 2024-01-17T01:52:27.517Z | Downloaded itoa v1.0.9 |
150 | 2024-01-17T01:52:27.517Z | Downloaded pretty-hex v0.2.1 |
151 | 2024-01-17T01:52:27.520Z | Downloaded serde_spanned v0.6.4 |
152 | 2024-01-17T01:52:27.520Z | Downloaded openssl-probe v0.1.5 |
153 | 2024-01-17T01:52:27.520Z | Downloaded usdt v0.3.5 |
154 | 2024-01-17T01:52:27.523Z | Downloaded cfg-if v1.0.0 |
155 | 2024-01-17T01:52:27.528Z | Downloaded http-range-header v0.3.1 |
156 | 2024-01-17T01:52:27.528Z | Downloaded itertools v0.10.5 |
157 | 2024-01-17T01:52:27.539Z | Downloaded darling v0.20.3 |
158 | 2024-01-17T01:52:27.544Z | Downloaded phf_shared v0.11.2 |
159 | 2024-01-17T01:52:27.548Z | Downloaded crucible-workspace-hack v0.1.0 |
160 | 2024-01-17T01:52:27.548Z | Downloaded cpufeatures v0.2.9 |
161 | 2024-01-17T01:52:27.550Z | Downloaded tempfile v3.8.0 |
162 | 2024-01-17T01:52:27.556Z | Downloaded slog-dtrace v0.2.3 |
163 | 2024-01-17T01:52:27.567Z | Downloaded percent-encoding v2.3.0 |
164 | 2024-01-17T01:52:27.567Z | Downloaded tower-service v0.3.2 |
165 | 2024-01-17T01:52:27.586Z | Downloaded pem v1.1.1 |
166 | 2024-01-17T01:52:27.586Z | Downloaded arc-swap v1.6.0 |
167 | 2024-01-17T01:52:27.586Z | Downloaded log v0.4.20 |
168 | 2024-01-17T01:52:27.607Z | Downloaded sha256 v1.4.0 |
169 | 2024-01-17T01:52:27.607Z | Downloaded ctr v0.9.2 |
170 | 2024-01-17T01:52:27.607Z | Downloaded toml v0.7.8 |
171 | 2024-01-17T01:52:27.607Z | Downloaded hyper-tls v0.5.0 |
172 | 2024-01-17T01:52:27.607Z | Downloaded num_threads v0.1.6 |
173 | 2024-01-17T01:52:27.608Z | Downloaded console v0.15.7 |
174 | 2024-01-17T01:52:27.608Z | Downloaded waitgroup v0.1.2 |
175 | 2024-01-17T01:52:27.608Z | Downloaded rand_chacha v0.3.1 |
176 | 2024-01-17T01:52:27.614Z | Downloaded polyval v0.6.1 |
177 | 2024-01-17T01:52:27.614Z | Downloaded clap v4.4.0 |
178 | 2024-01-17T01:52:27.622Z | Downloaded take_mut v0.2.2 |
179 | 2024-01-17T01:52:27.653Z | Downloaded slog-scope v4.4.0 |
180 | 2024-01-17T01:52:27.658Z | Downloaded serde_derive_internals v0.26.0 |
181 | 2024-01-17T01:52:27.668Z | Downloaded httparse v1.8.0 |
182 | 2024-01-17T01:52:27.674Z | Downloaded instant v0.1.12 |
183 | 2024-01-17T01:52:27.674Z | Downloaded futures-core v0.3.29 |
184 | 2024-01-17T01:52:27.674Z | Downloaded lock_api v0.4.10 |
185 | 2024-01-17T01:52:27.674Z | Downloaded ctrlc v3.4.0 |
186 | 2024-01-17T01:52:27.674Z | Downloaded unicode-width v0.1.10 |
187 | 2024-01-17T01:52:27.674Z | Downloaded tokio-rustls v0.24.1 |
188 | 2024-01-17T01:52:27.674Z | Downloaded futures-io v0.3.29 |
189 | 2024-01-17T01:52:27.675Z | Downloaded phf v0.11.2 |
190 | 2024-01-17T01:52:27.675Z | Downloaded rand_core v0.6.4 |
191 | 2024-01-17T01:52:27.675Z | Downloaded erased-serde v0.3.30 |
192 | 2024-01-17T01:52:27.675Z | Downloaded tokio-tungstenite v0.20.1 |
193 | 2024-01-17T01:52:27.675Z | Downloaded tap v1.0.1 |
194 | 2024-01-17T01:52:27.675Z | Downloaded indexmap v2.1.0 |
195 | 2024-01-17T01:52:27.678Z | Downloaded try-lock v0.2.4 |
196 | 2024-01-17T01:52:27.678Z | Downloaded usdt-macro v0.3.5 |
197 | 2024-01-17T01:52:27.678Z | Downloaded spin v0.9.8 |
198 | 2024-01-17T01:52:27.684Z | Downloaded fallible-iterator v0.2.0 |
199 | 2024-01-17T01:52:27.684Z | Downloaded version_check v0.9.4 |
200 | 2024-01-17T01:52:27.688Z | Downloaded glob v0.3.1 |
201 | 2024-01-17T01:52:27.691Z | Downloaded generic-array v0.14.7 |
202 | 2024-01-17T01:52:27.691Z | Downloaded is-terminal v0.4.9 |
203 | 2024-01-17T01:52:27.694Z | Downloaded twox-hash v1.6.3 |
204 | 2024-01-17T01:52:27.697Z | Downloaded tower-layer v0.3.2 |
205 | 2024-01-17T01:52:27.700Z | Downloaded crossbeam-utils v0.8.16 |
206 | 2024-01-17T01:52:27.703Z | Downloaded socket2 v0.5.5 |
207 | 2024-01-17T01:52:27.707Z | Downloaded strsim v0.10.0 |
208 | 2024-01-17T01:52:27.710Z | Downloaded bytes v1.5.0 |
209 | 2024-01-17T01:52:27.714Z | Downloaded ident_case v1.0.1 |
210 | 2024-01-17T01:52:27.717Z | Downloaded futures-executor v0.3.29 |
211 | 2024-01-17T01:52:27.722Z | Downloaded tokio-io-timeout v1.2.0 |
212 | 2024-01-17T01:52:27.722Z | Downloaded rustc-demangle v0.1.23 |
213 | 2024-01-17T01:52:27.726Z | Downloaded thread-id v4.2.0 |
214 | 2024-01-17T01:52:27.726Z | Downloaded siphasher v0.3.11 |
215 | 2024-01-17T01:52:27.729Z | Downloaded tinyvec_macros v0.1.1 |
216 | 2024-01-17T01:52:27.729Z | Downloaded schemars_derive v0.8.15 |
217 | 2024-01-17T01:52:27.732Z | Downloaded zeroize v1.6.0 |
218 | 2024-01-17T01:52:27.735Z | Downloaded synstructure v0.12.6 |
219 | 2024-01-17T01:52:27.738Z | Downloaded omicron-workspace-hack v0.1.0 |
220 | 2024-01-17T01:52:27.738Z | Downloaded http-body v0.4.5 |
221 | 2024-01-17T01:52:27.741Z | Downloaded futures-sink v0.3.29 |
222 | 2024-01-17T01:52:27.741Z | Downloaded mime v0.3.17 |
223 | 2024-01-17T01:52:27.744Z | Downloaded tinyvec v1.6.0 |
224 | 2024-01-17T01:52:27.748Z | Downloaded universal-hash v0.5.1 |
225 | 2024-01-17T01:52:27.751Z | Downloaded rustc_version v0.4.0 |
226 | 2024-01-17T01:52:27.754Z | Downloaded once_cell v1.18.0 |
227 | 2024-01-17T01:52:27.758Z | Downloaded slab v0.4.9 |
228 | 2024-01-17T01:52:27.758Z | Downloaded ipnetwork v0.20.0 |
229 | 2024-01-17T01:52:27.761Z | Downloaded unicode-bidi v0.3.13 |
230 | 2024-01-17T01:52:27.765Z | Downloaded usdt-impl v0.3.5 |
231 | 2024-01-17T01:52:27.768Z | Downloaded thiserror-impl v1.0.47 |
232 | 2024-01-17T01:52:27.771Z | Downloaded ahash v0.8.3 |
233 | 2024-01-17T01:52:27.777Z | Downloaded ron v0.7.1 |
234 | 2024-01-17T01:52:27.782Z | Downloaded signal-hook-registry v1.4.1 |
235 | 2024-01-17T01:52:27.787Z | Downloaded typenum v1.16.0 |
236 | 2024-01-17T01:52:28.202Z | Downloaded opaque-debug v0.3.0 |
237 | 2024-01-17T01:52:28.202Z | Downloaded aes v0.8.3 |
238 | 2024-01-17T01:52:28.203Z | Downloaded slog-term v2.9.0 |
239 | 2024-01-17T01:52:28.215Z | Downloaded rand v0.8.5 |
240 | 2024-01-17T01:52:28.215Z | Downloaded serde_arrays v0.1.0 |
241 | 2024-01-17T01:52:28.215Z | Downloaded num-rational v0.4.1 |
242 | 2024-01-17T01:52:28.215Z | Downloaded num_enum_derive v0.7.0 |
243 | 2024-01-17T01:52:28.215Z | Downloaded form_urlencoded v1.2.0 |
244 | 2024-01-17T01:52:28.215Z | Downloaded utf8parse v0.2.1 |
245 | 2024-01-17T01:52:28.215Z | Downloaded snafu-derive v0.7.5 |
246 | 2024-01-17T01:52:28.215Z | Downloaded allocator-api2 v0.2.16 |
247 | 2024-01-17T01:52:28.216Z | Downloaded http v0.2.11 |
248 | 2024-01-17T01:52:28.216Z | Downloaded vergen v8.2.4 |
249 | 2024-01-17T01:52:28.216Z | Downloaded textwrap v0.16.0 |
250 | 2024-01-17T01:52:28.216Z | Downloaded lazy_static v1.4.0 |
251 | 2024-01-17T01:52:28.216Z | Downloaded tower-http v0.4.4 |
252 | 2024-01-17T01:52:28.216Z | Downloaded serde_tokenstream v0.1.7 |
253 | 2024-01-17T01:52:28.216Z | Downloaded socket2 v0.4.9 |
254 | 2024-01-17T01:52:28.216Z | Downloaded stringprep v0.1.3 |
255 | 2024-01-17T01:52:28.216Z | Downloaded snafu v0.7.5 |
256 | 2024-01-17T01:52:28.216Z | Downloaded globset v0.4.13 |
257 | 2024-01-17T01:52:28.216Z | Downloaded toml_edit v0.19.15 |
258 | 2024-01-17T01:52:28.216Z | Downloaded futures-channel v0.3.29 |
259 | 2024-01-17T01:52:28.216Z | Downloaded indicatif v0.17.6 |
260 | 2024-01-17T01:52:28.216Z | Downloaded miniz_oxide v0.7.1 |
261 | 2024-01-17T01:52:28.216Z | Downloaded num-bigint v0.4.4 |
262 | 2024-01-17T01:52:28.216Z | Downloaded memchr v2.6.4 |
263 | 2024-01-17T01:52:28.216Z | Downloaded jsonwebtoken v8.3.0 |
264 | 2024-01-17T01:52:28.216Z | Downloaded openssl-sys v0.9.96 |
265 | 2024-01-17T01:52:28.216Z | Downloaded url v2.4.0 |
266 | 2024-01-17T01:52:28.216Z | Downloaded mio v0.8.9 |
267 | 2024-01-17T01:52:28.216Z | Downloaded serde_yaml v0.9.25 |
268 | 2024-01-17T01:52:28.217Z | Downloaded libm v0.2.7 |
269 | 2024-01-17T01:52:28.217Z | Downloaded tungstenite v0.20.1 |
270 | 2024-01-17T01:52:28.217Z | Downloaded clap_builder v4.4.0 |
271 | 2024-01-17T01:52:28.217Z | Downloaded hashbrown v0.14.2 |
272 | 2024-01-17T01:52:28.217Z | Downloaded reqwest v0.11.22 |
273 | 2024-01-17T01:52:28.217Z | Downloaded rustls-webpki v0.101.4 |
274 | 2024-01-17T01:52:28.217Z | Downloaded rayon v1.8.0 |
275 | 2024-01-17T01:52:28.217Z | Downloaded h2 v0.3.21 |
276 | 2024-01-17T01:52:28.217Z | Downloaded chrono v0.4.31 |
277 | 2024-01-17T01:52:28.217Z | Downloaded serde_json v1.0.108 |
278 | 2024-01-17T01:52:28.217Z | Downloaded git2 v0.17.2 |
279 | 2024-01-17T01:52:28.217Z | Downloaded syn v1.0.109 |
280 | 2024-01-17T01:52:28.217Z | Downloaded idna v0.2.3 |
281 | 2024-01-17T01:52:28.217Z | Downloaded openssl v0.10.60 |
282 | 2024-01-17T01:52:28.217Z | Downloaded object v0.32.0 |
283 | 2024-01-17T01:52:28.217Z | Downloaded vcpkg v0.2.15 |
284 | 2024-01-17T01:52:28.260Z | Downloaded regex v1.10.2 |
285 | 2024-01-17T01:52:28.283Z | Downloaded nix v0.26.2 |
286 | 2024-01-17T01:52:28.299Z | Downloaded rustix v0.38.26 |
287 | 2024-01-17T01:52:28.339Z | Downloaded openapiv3 v2.0.0-rc.1 |
288 | 2024-01-17T01:52:28.359Z | Downloaded libc v0.2.150 |
289 | 2024-01-17T01:52:28.406Z | Downloaded regex-automata v0.4.3 |
290 | 2024-01-17T01:52:28.434Z | Downloaded tokio v1.35.1 |
291 | 2024-01-17T01:52:28.498Z | Downloaded zerocopy-derive v0.2.0 |
292 | 2024-01-17T01:52:28.514Z | Downloaded syn v2.0.48 |
293 | 2024-01-17T01:52:28.534Z | Downloaded regex-syntax v0.7.4 |
294 | 2024-01-17T01:52:28.549Z | Downloaded bstr v1.6.0 |
295 | 2024-01-17T01:52:28.568Z | Downloaded webpki-roots v0.25.2 |
296 | 2024-01-17T01:52:28.575Z | Downloaded rustls v0.21.7 |
297 | 2024-01-17T01:52:28.596Z | Downloaded regex-syntax v0.8.2 |
298 | 2024-01-17T01:52:28.610Z | Downloaded gimli v0.28.0 |
299 | 2024-01-17T01:52:28.623Z | Downloaded trust-dns-proto v0.22.0 |
300 | 2024-01-17T01:52:28.644Z | Downloaded regress v0.7.1 |
301 | 2024-01-17T01:52:28.659Z | Downloaded bitvec v1.0.1 |
302 | 2024-01-17T01:52:28.681Z | Downloaded itertools v0.12.0 |
303 | 2024-01-17T01:52:28.693Z | Downloaded clap v3.2.25 |
304 | 2024-01-17T01:52:28.714Z | Downloaded encoding_rs v0.8.33 |
305 | 2024-01-17T01:52:28.761Z | Downloaded rusqlite v0.30.0 |
306 | 2024-01-17T01:52:28.770Z | Downloaded futures-util v0.3.29 |
307 | 2024-01-17T01:52:28.788Z | Downloaded aho-corasick v1.0.4 |
308 | 2024-01-17T01:52:28.797Z | Downloaded pest v2.7.2 |
309 | 2024-01-17T01:52:28.805Z | Downloaded octocrab v0.25.1 |
310 | 2024-01-17T01:52:28.824Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
311 | 2024-01-17T01:52:28.933Z | Downloaded hyper v0.14.27 |
312 | 2024-01-17T01:52:28.950Z | Downloaded serde_with v2.3.3 |
313 | 2024-01-17T01:52:28.963Z | Downloaded portable-atomic v1.4.3 |
314 | 2024-01-17T01:52:28.963Z | Downloaded toml_edit v0.21.0 |
315 | 2024-01-17T01:52:28.996Z | Downloaded tracing-core v0.1.31 |
316 | 2024-01-17T01:52:29.013Z | Downloaded unicode-ident v1.0.12 |
317 | 2024-01-17T01:52:29.013Z | Downloaded ucd-trie v0.1.6 |
318 | 2024-01-17T01:52:29.013Z | Downloaded num-traits v0.2.16 |
319 | 2024-01-17T01:52:29.031Z | Downloaded tokio-util v0.7.8 |
320 | 2024-01-17T01:52:29.031Z | Downloaded hashbrown v0.13.2 |
321 | 2024-01-17T01:52:29.049Z | Downloaded hashbrown v0.12.3 |
322 | 2024-01-17T01:52:29.050Z | Downloaded winnow v0.5.15 |
323 | 2024-01-17T01:52:29.050Z | Downloaded time v0.3.27 |
324 | 2024-01-17T01:52:29.466Z | Downloaded crossbeam-channel v0.5.8 |
325 | 2024-01-17T01:52:29.467Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
326 | 2024-01-17T01:52:29.467Z | Downloaded uuid v1.6.1 |
327 | 2024-01-17T01:52:29.467Z | Downloaded tower v0.4.13 |
328 | 2024-01-17T01:52:29.478Z | Downloaded libz-sys v1.1.12 |
329 | 2024-01-17T01:52:29.637Z | Downloaded hmac v0.12.1 |
330 | 2024-01-17T01:52:29.653Z | Downloaded darling_core v0.20.3 |
331 | 2024-01-17T01:52:29.721Z | Downloaded serde v1.0.192 |
332 | 2024-01-17T01:52:29.721Z | Downloaded cc v1.0.83 |
333 | 2024-01-17T01:52:29.721Z | Downloaded backtrace v0.3.69 |
334 | 2024-01-17T01:52:29.721Z | Downloaded tracing v0.1.37 |
335 | 2024-01-17T01:52:29.722Z | Downloaded smallvec v1.11.0 |
336 | 2024-01-17T01:52:29.722Z | Downloaded serde_with_macros v2.3.3 |
337 | 2024-01-17T01:52:29.722Z | Downloaded ipnet v2.8.0 |
338 | 2024-01-17T01:52:29.722Z | Downloaded unicode-normalization v0.1.22 |
339 | 2024-01-17T01:52:29.722Z | Downloaded toml v0.5.11 |
340 | 2024-01-17T01:52:29.730Z | Downloaded serde_derive v1.0.192 |
341 | 2024-01-17T01:52:29.730Z | Downloaded futures-task v0.3.29 |
342 | 2024-01-17T01:52:29.730Z | Downloaded rayon-core v1.12.0 |
343 | 2024-01-17T01:52:29.730Z | Downloaded curl v0.4.44 |
344 | 2024-01-17T01:52:29.730Z | Downloaded structmeta-derive v0.2.0 |
345 | 2024-01-17T01:52:29.730Z | Downloaded unicode-xid v0.2.4 |
346 | 2024-01-17T01:52:29.731Z | Downloaded thread_local v1.1.7 |
347 | 2024-01-17T01:52:29.743Z | Downloaded slog-stdlog v4.1.1 |
348 | 2024-01-17T01:52:29.744Z | Downloaded os_str_bytes v6.5.1 |
349 | 2024-01-17T01:52:29.744Z | Downloaded num_enum v0.7.0 |
350 | 2024-01-17T01:52:29.751Z | Downloaded libsqlite3-sys v0.27.0 |
351 | 2024-01-17T01:52:29.883Z | Downloaded ring v0.16.20 |
352 | 2024-01-17T01:52:30.043Z | Downloaded semver v1.0.20 |
353 | 2024-01-17T01:52:30.057Z | Downloaded num_cpus v1.16.0 |
354 | 2024-01-17T01:52:30.058Z | Downloaded ringbuffer v0.15.0 |
355 | 2024-01-17T01:52:30.059Z | Downloaded simple_asn1 v0.6.2 |
356 | 2024-01-17T01:52:30.059Z | Downloaded num_enum_derive v0.5.11 |
357 | 2024-01-17T01:52:30.060Z | Downloaded utf-8 v0.7.6 |
358 | 2024-01-17T01:52:30.060Z | Downloaded libloading v0.7.4 |
359 | 2024-01-17T01:52:30.076Z | Downloaded inout v0.1.3 |
360 | 2024-01-17T01:52:30.076Z | Downloaded toml_datetime v0.6.5 |
361 | 2024-01-17T01:52:30.076Z | Downloaded futures v0.3.29 |
362 | 2024-01-17T01:52:30.076Z | Downloaded tracing-attributes v0.1.26 |
363 | 2024-01-17T01:52:30.087Z | Downloaded hex v0.4.3 |
364 | 2024-01-17T01:52:30.087Z | Downloaded zone_cfg_derive v0.2.0 |
365 | 2024-01-17T01:52:30.087Z | Downloaded unsafe-libyaml v0.2.9 |
366 | 2024-01-17T01:52:30.087Z | Downloaded untrusted v0.7.1 |
367 | 2024-01-17T01:52:30.088Z | Downloaded slog v2.7.0 |
368 | 2024-01-17T01:52:30.102Z | Downloaded pin-project v1.1.3 |
369 | 2024-01-17T01:52:30.139Z | Downloaded fatfs v0.3.6 |
370 | 2024-01-17T01:52:30.140Z | Downloaded ryu v1.0.15 |
371 | 2024-01-17T01:52:30.153Z | Downloaded proc-macro2 v1.0.76 |
372 | 2024-01-17T01:52:30.153Z | Downloaded slog-json v2.6.1 |
373 | 2024-01-17T01:52:30.153Z | Downloaded slog-bunyan v2.4.0 |
374 | 2024-01-17T01:52:30.154Z | Downloaded term v0.7.0 |
375 | 2024-01-17T01:52:30.154Z | Downloaded postgres-protocol v0.6.6 |
376 | 2024-01-17T01:52:30.156Z | Downloaded static_assertions v1.1.0 |
377 | 2024-01-17T01:52:30.156Z | Downloaded time-core v0.1.1 |
378 | 2024-01-17T01:52:30.156Z | Downloaded funty v2.0.0 |
379 | 2024-01-17T01:52:30.156Z | Downloaded slog-envlogger v2.2.0 |
380 | 2024-01-17T01:52:30.156Z | Downloaded ppv-lite86 v0.2.17 |
381 | 2024-01-17T01:52:30.157Z | Downloaded num_enum v0.5.11 |
382 | 2024-01-17T01:52:30.165Z | Downloaded md-5 v0.10.5 |
383 | 2024-01-17T01:52:30.165Z | Downloaded futures-macro v0.3.29 |
384 | 2024-01-17T01:52:30.167Z | Downloaded base64 v0.21.5 |
385 | 2024-01-17T01:52:30.167Z | Downloaded const_format v0.2.31 |
386 | 2024-01-17T01:52:30.180Z | Downloaded strum_macros v0.25.2 |
387 | 2024-01-17T01:52:30.180Z | Downloaded hyper-rustls v0.24.1 |
388 | 2024-01-17T01:52:30.191Z | Downloaded rustls-native-certs v0.6.3 |
389 | 2024-01-17T01:52:30.191Z | Downloaded base64 v0.13.1 |
390 | 2024-01-17T01:52:30.191Z | Downloaded hashlink v0.8.3 |
391 | 2024-01-17T01:52:30.616Z | Downloaded sct v0.7.0 |
392 | 2024-01-17T01:52:30.617Z | Downloaded postgres-types v0.2.6 |
393 | 2024-01-17T01:52:30.617Z | Downloaded deranged v0.3.8 |
394 | 2024-01-17T01:52:30.617Z | Downloaded scopeguard v1.2.0 |
395 | 2024-01-17T01:52:30.617Z | Downloaded pin-project-lite v0.2.13 |
396 | 2024-01-17T01:52:30.617Z | Downloaded parking_lot_core v0.9.8 |
397 | 2024-01-17T01:52:30.617Z | Downloaded time-macros v0.2.13 |
398 | 2024-01-17T01:52:30.617Z | Downloaded thiserror v1.0.47 |
399 | 2024-01-17T01:52:30.617Z | Downloaded pest_meta v2.7.2 |
400 | 2024-01-17T01:52:30.617Z | Downloaded password-hash v0.5.0 |
401 | 2024-01-17T01:52:30.617Z | Downloaded parking_lot v0.12.1 |
402 | 2024-01-17T01:52:30.618Z | Downloaded fallible-streaming-iterator v0.1.9 |
403 | 2024-01-17T01:52:30.618Z | Downloaded camino v1.1.6 |
404 | 2024-01-17T01:52:30.618Z | Downloaded zerocopy v0.3.2 |
405 | 2024-01-17T01:52:30.618Z | Downloaded structmeta v0.2.0 |
406 | 2024-01-17T01:52:30.618Z | Downloaded foreign-types-macros v0.2.3 |
407 | 2024-01-17T01:52:30.618Z | Downloaded fnv v1.0.7 |
408 | 2024-01-17T01:52:30.618Z | Downloaded tokio-macros v2.2.0 |
409 | 2024-01-17T01:52:30.618Z | Downloaded colored v2.0.4 |
410 | 2024-01-17T01:52:30.618Z | Downloaded iana-time-zone v0.1.57 |
411 | 2024-01-17T01:52:30.618Z | Downloaded crypto-common v0.1.6 |
412 | 2024-01-17T01:52:30.618Z | Downloaded pin-project-internal v1.1.3 |
413 | 2024-01-17T01:52:30.618Z | Downloaded hyper-timeout v0.4.1 |
414 | 2024-01-17T01:52:30.618Z | Downloaded humantime v2.1.0 |
415 | 2024-01-17T01:52:30.618Z | Downloaded pest_generator v2.7.2 |
416 | 2024-01-17T01:52:30.618Z | Downloaded foreign-types v0.5.0 |
417 | 2024-01-17T01:52:30.618Z | Downloaded dyn-clone v1.0.13 |
418 | 2024-01-17T01:52:30.618Z | Downloaded doc-comment v0.3.3 |
419 | 2024-01-17T01:52:30.618Z | Downloaded debug-ignore v1.0.5 |
420 | 2024-01-17T01:52:30.618Z | Downloaded number_prefix v0.4.0 |
421 | 2024-01-17T01:52:30.618Z | Downloaded subtle v2.5.0 |
422 | 2024-01-17T01:52:30.619Z | Downloaded addr2line v0.21.0 |
423 | 2024-01-17T01:52:30.619Z | Downloaded anyhow v1.0.75 |
424 | 2024-01-17T01:52:30.619Z | Downloaded enum-as-inner v0.5.1 |
425 | 2024-01-17T01:52:30.619Z | Downloaded digest v0.10.7 |
426 | 2024-01-17T01:52:30.619Z | Downloaded env_logger v0.9.3 |
427 | 2024-01-17T01:52:30.619Z | Downloaded proc-macro-error v1.0.4 |
428 | 2024-01-17T01:52:30.619Z | Downloaded base64ct v1.6.0 |
429 | 2024-01-17T01:52:30.619Z | Downloaded backoff v0.4.0 |
430 | 2024-01-17T01:52:30.619Z | Downloaded crossbeam-deque v0.8.3 |
431 | 2024-01-17T01:52:30.619Z | Downloaded linked-hash-map v0.5.6 |
432 | 2024-01-17T01:52:30.619Z | Downloaded hostname v0.3.1 |
433 | 2024-01-17T01:52:30.619Z | Downloaded quick-error v1.2.3 |
434 | 2024-01-17T01:52:30.619Z | Downloaded pin-utils v0.1.0 |
435 | 2024-01-17T01:52:30.619Z | Downloaded pest_derive v2.7.2 |
436 | 2024-01-17T01:52:30.619Z | Downloaded dirs-sys-next v0.1.2 |
437 | 2024-01-17T01:52:30.619Z | Downloaded sha2 v0.10.7 |
438 | 2024-01-17T01:52:30.619Z | Downloaded serde_urlencoded v0.7.1 |
439 | 2024-01-17T01:52:30.619Z | Downloaded serde_repr v0.1.16 |
440 | 2024-01-17T01:52:30.619Z | Downloaded spin v0.5.2 |
441 | 2024-01-17T01:52:30.619Z | Downloaded radium v0.7.0 |
442 | 2024-01-17T01:52:30.619Z | Downloaded darling_macro v0.20.3 |
443 | 2024-01-17T01:52:30.619Z | Downloaded clap_derive v4.4.0 |
444 | 2024-01-17T01:52:30.619Z | Downloaded ascii v1.1.0 |
445 | 2024-01-17T01:52:30.619Z | Downloaded trust-dns-resolver v0.22.0 |
446 | 2024-01-17T01:52:30.620Z | Downloaded tokio-postgres v0.7.10 |
447 | 2024-01-17T01:52:30.620Z | Downloaded sha1 v0.10.6 |
448 | 2024-01-17T01:52:30.620Z | Downloaded serde_tokenstream v0.2.0 |
449 | 2024-01-17T01:52:30.620Z | Downloaded serde_path_to_error v0.1.14 |
450 | 2024-01-17T01:52:30.620Z | Downloaded paste v1.0.14 |
451 | 2024-01-17T01:52:30.620Z | Downloaded clap_derive v3.2.25 |
452 | 2024-01-17T01:52:30.620Z | Downloaded async-trait v0.1.77 |
453 | 2024-01-17T01:52:30.620Z | Downloaded want v0.3.1 |
454 | 2024-01-17T01:52:30.620Z | Downloaded rustversion v1.0.14 |
455 | 2024-01-17T01:52:30.620Z | Downloaded data-encoding v2.4.0 |
456 | 2024-01-17T01:52:30.620Z | Downloaded heck v0.4.1 |
457 | 2024-01-17T01:52:30.620Z | Downloaded bitstruct_derive v0.1.0 |
458 | 2024-01-17T01:52:30.620Z | Downloaded async-stream-impl v0.3.5 |
459 | 2024-01-17T01:52:30.620Z | Downloaded crossbeam-epoch v0.9.15 |
460 | 2024-01-17T01:52:30.620Z | Downloaded schemars v0.8.15 |
461 | 2024-01-17T01:52:30.620Z | Downloaded cipher v0.4.4 |
462 | 2024-01-17T01:52:30.620Z | Downloaded anstyle-query v1.0.0 |
463 | 2024-01-17T01:52:30.620Z | Downloaded anstream v0.5.0 |
464 | 2024-01-17T01:52:30.620Z | Downloaded whoami v1.4.1 |
465 | 2024-01-17T01:52:30.620Z | Downloaded getrandom v0.2.10 |
466 | 2024-01-17T01:52:30.620Z | Downloaded parse-display v0.8.2 |
467 | 2024-01-17T01:52:30.621Z | Downloaded dof v0.1.5 |
468 | 2024-01-17T01:52:30.621Z | Downloaded usdt-attr-macro v0.3.5 |
469 | 2024-01-17T01:52:30.621Z | Downloaded clap_lex v0.2.4 |
470 | 2024-01-17T01:52:30.621Z | Downloaded idna v0.4.0 |
471 | 2024-01-17T01:52:30.621Z | Downloaded blake2 v0.10.6 |
472 | 2024-01-17T01:52:30.621Z | Downloaded fastrand v2.0.0 |
473 | 2024-01-17T01:52:30.621Z | Downloaded bitstruct v0.1.1 |
474 | 2024-01-17T01:52:30.621Z | Downloaded bincode v1.3.3 |
475 | 2024-01-17T01:52:30.621Z | Downloaded getopts v0.2.21 |
476 | 2024-01-17T01:52:30.621Z | Downloaded tokio-native-tls v0.3.1 |
477 | 2024-01-17T01:52:30.623Z | Downloaded foreign-types-shared v0.1.1 |
478 | 2024-01-17T01:52:30.623Z | Downloaded colorchoice v1.0.0 |
479 | 2024-01-17T01:52:30.623Z | Downloaded num v0.4.1 |
480 | 2024-01-17T01:52:30.623Z | Downloaded multer v2.1.0 |
481 | 2024-01-17T01:52:30.623Z | Downloaded num-complex v0.4.4 |
482 | 2024-01-17T01:52:30.623Z | Downloaded memoffset v0.9.0 |
483 | 2024-01-17T01:52:30.623Z | Downloaded cstr-argument v0.1.2 |
484 | 2024-01-17T01:52:30.623Z | Downloaded bit_field v0.10.2 |
485 | 2024-01-17T01:52:30.623Z | Downloaded either v1.9.0 |
486 | 2024-01-17T01:52:30.624Z | Downloaded async-stream v0.3.5 |
487 | 2024-01-17T01:52:30.624Z | Downloaded anstyle v1.0.2 |
488 | 2024-01-17T01:52:30.624Z | Downloaded num-integer v0.1.45 |
489 | 2024-01-17T01:52:30.624Z | Downloaded macaddr v1.0.1 |
490 | 2024-01-17T01:52:30.624Z | Downloaded byteorder v1.4.3 |
491 | 2024-01-17T01:52:30.628Z | Downloaded block-buffer v0.10.4 |
492 | 2024-01-17T01:52:30.628Z | Downloaded lru-cache v0.1.2 |
493 | 2024-01-17T01:52:30.628Z | Downloaded errno v0.3.8 |
494 | 2024-01-17T01:52:30.628Z | Downloaded anstyle-parse v0.2.1 |
495 | 2024-01-17T01:52:30.628Z | Downloaded const_format_proc_macros v0.2.31 |
496 | 2024-01-17T01:52:30.628Z | Downloaded secrecy v0.8.0 |
497 | 2024-01-17T01:52:30.760Z | Compiling proc-macro2 v1.0.76 |
498 | 2024-01-17T01:52:30.763Z | Compiling unicode-ident v1.0.12 |
499 | 2024-01-17T01:52:30.763Z | Compiling libc v0.2.150 |
500 | 2024-01-17T01:52:30.763Z | Checking cfg-if v1.0.0 |
501 | 2024-01-17T01:52:30.778Z | Compiling autocfg v1.1.0 |
502 | 2024-01-17T01:52:30.781Z | Compiling serde v1.0.192 |
503 | 2024-01-17T01:52:30.781Z | Compiling version_check v0.9.4 |
504 | 2024-01-17T01:52:30.781Z | Compiling syn v1.0.109 |
505 | 2024-01-17T01:52:31.102Z | Checking once_cell v1.18.0 |
506 | 2024-01-17T01:52:31.515Z | Compiling thiserror v1.0.47 |
507 | 2024-01-17T01:52:31.724Z | Checking memchr v2.6.4 |
508 | 2024-01-17T01:52:31.845Z | Checking itoa v1.0.9 |
509 | 2024-01-17T01:52:32.722Z | Checking log v0.4.20 |
510 | 2024-01-17T01:52:32.772Z | Compiling serde_json v1.0.108 |
511 | 2024-01-17T01:52:32.791Z | Checking pin-project-lite v0.2.13 |
512 | 2024-01-17T01:52:32.906Z | Checking scopeguard v1.2.0 |
513 | 2024-01-17T01:52:32.939Z | Compiling pkg-config v0.3.27 |
514 | 2024-01-17T01:52:33.062Z | Compiling lock_api v0.4.10 |
515 | 2024-01-17T01:52:33.124Z | Compiling parking_lot_core v0.9.8 |
516 | 2024-01-17T01:52:33.311Z | Checking smallvec v1.11.0 |
517 | 2024-01-17T01:52:33.344Z | Compiling vcpkg v0.2.15 |
518 | 2024-01-17T01:52:33.728Z | Compiling jobserver v0.1.26 |
519 | 2024-01-17T01:52:33.859Z | Compiling libm v0.2.7 |
520 | 2024-01-17T01:52:33.889Z | Compiling num-traits v0.2.16 |
521 | 2024-01-17T01:52:34.303Z | Compiling quote v1.0.35 |
522 | 2024-01-17T01:52:34.373Z | Compiling cc v1.0.83 |
523 | 2024-01-17T01:52:34.420Z | Compiling heck v0.4.1 |
524 | 2024-01-17T01:52:34.617Z | Checking getrandom v0.2.10 |
525 | 2024-01-17T01:52:34.988Z | Compiling syn v2.0.48 |
526 | 2024-01-17T01:52:35.182Z | Checking rand_core v0.6.4 |
527 | 2024-01-17T01:52:35.330Z | Checking parking_lot v0.12.1 |
528 | 2024-01-17T01:52:35.395Z | Checking num_cpus v1.16.0 |
529 | 2024-01-17T01:52:35.552Z | Checking socket2 v0.5.5 |
530 | 2024-01-17T01:52:35.622Z | Checking mio v0.8.9 |
531 | 2024-01-17T01:52:35.854Z | Checking signal-hook-registry v1.4.1 |
532 | 2024-01-17T01:52:36.221Z | Compiling ahash v0.8.3 |
533 | 2024-01-17T01:52:36.240Z | Compiling typenum v1.16.0 |
534 | 2024-01-17T01:52:36.689Z | Compiling futures-core v0.3.29 |
535 | 2024-01-17T01:52:36.689Z | Compiling generic-array v0.14.7 |
536 | 2024-01-17T01:52:36.839Z | Checking ryu v1.0.15 |
537 | 2024-01-17T01:52:37.120Z | Compiling slab v0.4.9 |
538 | 2024-01-17T01:52:37.178Z | Checking pin-utils v0.1.0 |
539 | 2024-01-17T01:52:37.289Z | Compiling futures-channel v0.3.29 |
540 | 2024-01-17T01:52:37.425Z | Compiling futures-task v0.3.29 |
541 | 2024-01-17T01:52:37.622Z | Checking futures-sink v0.3.29 |
542 | 2024-01-17T01:52:38.254Z | Compiling futures-util v0.3.29 |
543 | 2024-01-17T01:52:38.342Z | Checking futures-io v0.3.29 |
544 | 2024-01-17T01:52:38.407Z | Compiling equivalent v1.0.1 |
545 | 2024-01-17T01:52:38.541Z | Compiling hashbrown v0.14.2 |
546 | 2024-01-17T01:52:39.033Z | Checking tracing-core v0.1.31 |
547 | 2024-01-17T01:52:39.034Z | Checking fnv v1.0.7 |
548 | 2024-01-17T01:52:39.045Z | Checking subtle v2.5.0 |
549 | 2024-01-17T01:52:39.356Z | Checking iana-time-zone v0.1.57 |
550 | 2024-01-17T01:52:39.571Z | Checking bitflags v2.4.0 |
551 | 2024-01-17T01:52:39.639Z | Checking tinyvec_macros v0.1.1 |
552 | 2024-01-17T01:52:39.717Z | Compiling time-core v0.1.1 |
553 | 2024-01-17T01:52:39.849Z | Checking tinyvec v1.6.0 |
554 | 2024-01-17T01:52:39.868Z | Compiling ring v0.16.20 |
555 | 2024-01-17T01:52:39.938Z | Compiling indexmap v1.9.3 |
556 | 2024-01-17T01:52:39.957Z | Compiling slog v2.7.0 |
557 | 2024-01-17T01:52:40.416Z | Checking base64 v0.21.5 |
558 | 2024-01-17T01:52:40.495Z | Compiling httparse v1.8.0 |
559 | 2024-01-17T01:52:40.764Z | Compiling openssl-sys v0.9.96 |
560 | 2024-01-17T01:52:41.104Z | Checking cpufeatures v0.2.9 |
561 | 2024-01-17T01:52:41.235Z | Checking hashbrown v0.12.3 |
562 | 2024-01-17T01:52:41.361Z | Checking percent-encoding v2.3.0 |
563 | 2024-01-17T01:52:41.626Z | Compiling unicode-xid v0.2.4 |
564 | 2024-01-17T01:52:41.825Z | Checking crypto-common v0.1.6 |
565 | 2024-01-17T01:52:41.855Z | Checking block-buffer v0.10.4 |
566 | 2024-01-17T01:52:41.925Z | Checking unicode-normalization v0.1.22 |
567 | 2024-01-17T01:52:42.064Z | Checking allocator-api2 v0.2.16 |
568 | 2024-01-17T01:52:42.092Z | Checking digest v0.10.7 |
569 | 2024-01-17T01:52:42.128Z | Checking unicode-bidi v0.3.13 |
570 | 2024-01-17T01:52:43.565Z | Checking socket2 v0.4.9 |
571 | 2024-01-17T01:52:43.692Z | Checking spin v0.5.2 |
572 | 2024-01-17T01:52:43.820Z | Checking byteorder v1.4.3 |
573 | 2024-01-17T01:52:43.974Z | Checking untrusted v0.7.1 |
574 | 2024-01-17T01:52:44.197Z | Checking form_urlencoded v1.2.0 |
575 | 2024-01-17T01:52:44.223Z | Checking aho-corasick v1.0.4 |
576 | 2024-01-17T01:52:44.474Z | Compiling schemars v0.8.15 |
577 | 2024-01-17T01:52:44.641Z | Compiling ucd-trie v0.1.6 |
578 | 2024-01-17T01:52:44.665Z | Checking regex-syntax v0.8.2 |
579 | 2024-01-17T01:52:44.987Z | Compiling serde_derive_internals v0.26.0 |
580 | 2024-01-17T01:52:45.025Z | Checking tower-service v0.3.2 |
581 | 2024-01-17T01:52:45.174Z | Compiling crossbeam-utils v0.8.16 |
582 | 2024-01-17T01:52:45.957Z | Compiling synstructure v0.12.6 |
583 | 2024-01-17T01:52:46.695Z | Compiling time-macros v0.2.13 |
584 | 2024-01-17T01:52:47.940Z | Checking try-lock v0.2.4 |
585 | 2024-01-17T01:52:48.069Z | Checking deranged v0.3.8 |
586 | 2024-01-17T01:52:48.284Z | Checking num_threads v0.1.6 |
587 | 2024-01-17T01:52:48.428Z | Checking ppv-lite86 v0.2.17 |
588 | 2024-01-17T01:52:48.912Z | Checking dyn-clone v1.0.13 |
589 | 2024-01-17T01:52:49.233Z | Checking want v0.3.1 |
590 | 2024-01-17T01:52:49.523Z | Checking rand_chacha v0.3.1 |
591 | 2024-01-17T01:52:49.695Z | Checking regex-automata v0.4.3 |
592 | 2024-01-17T01:52:50.392Z | Compiling rustls v0.21.7 |
593 | 2024-01-17T01:52:50.552Z | Checking httpdate v1.0.3 |
594 | 2024-01-17T01:52:50.583Z | Compiling async-trait v0.1.77 |
595 | 2024-01-17T01:52:50.782Z | Checking rustls-webpki v0.101.4 |
596 | 2024-01-17T01:52:50.854Z | Checking sct v0.7.0 |
597 | 2024-01-17T01:52:51.133Z | Checking rand v0.8.5 |
598 | 2024-01-17T01:52:51.335Z | Compiling rustversion v1.0.14 |
599 | 2024-01-17T01:52:51.695Z | Checking time v0.3.27 |
600 | 2024-01-17T01:52:51.843Z | Checking openssl-probe v0.1.5 |
601 | 2024-01-17T01:52:52.649Z | Checking idna v0.4.0 |
602 | 2024-01-17T01:52:54.050Z | Checking rustls-pemfile v1.0.4 |
603 | 2024-01-17T01:52:54.359Z | Checking atty v0.2.14 |
604 | 2024-01-17T01:52:54.641Z | Compiling anyhow v1.0.75 |
605 | 2024-01-17T01:52:54.708Z | Checking lazy_static v1.4.0 |
606 | 2024-01-17T01:52:54.825Z | Compiling serde_derive v1.0.192 |
607 | 2024-01-17T01:52:54.882Z | Compiling thiserror-impl v1.0.47 |
608 | 2024-01-17T01:52:54.904Z | Compiling tokio-macros v2.2.0 |
609 | 2024-01-17T01:52:54.952Z | Compiling futures-macro v0.3.29 |
610 | 2024-01-17T01:52:55.151Z | Compiling tracing-attributes v0.1.26 |
611 | 2024-01-17T01:52:55.394Z | Compiling schemars_derive v0.8.15 |
612 | 2024-01-17T01:52:55.729Z | Checking regex v1.10.2 |
613 | 2024-01-17T01:52:56.718Z | Compiling zerocopy-derive v0.2.0 |
614 | 2024-01-17T01:52:58.243Z | Compiling chrono v0.4.31 |
615 | 2024-01-17T01:52:59.702Z | Compiling hashbrown v0.13.2 |
616 | 2024-01-17T01:52:59.871Z | Compiling pest v2.7.2 |
617 | 2024-01-17T01:53:00.726Z | Checking tracing v0.1.37 |
618 | 2024-01-17T01:53:01.196Z | Checking dirs-sys-next v0.1.2 |
619 | 2024-01-17T01:53:01.363Z | Compiling usdt-impl v0.3.5 |
620 | 2024-01-17T01:53:01.436Z | Compiling toml_datetime v0.6.5 |
621 | 2024-01-17T01:53:01.509Z | Compiling winnow v0.5.15 |
622 | 2024-01-17T01:53:01.916Z | Compiling uuid v1.6.1 |
623 | 2024-01-17T01:53:02.217Z | Checking dirs-next v2.0.0 |
624 | 2024-01-17T01:53:02.385Z | Compiling regress v0.7.1 |
625 | 2024-01-17T01:53:02.630Z | Compiling libz-sys v1.1.12 |
626 | 2024-01-17T01:53:02.718Z | Compiling zerocopy v0.3.2 |
627 | 2024-01-17T01:53:02.760Z | Checking thread_local v1.1.7 |
628 | 2024-01-17T01:53:03.181Z | Compiling slog-async v2.8.0 |
629 | 2024-01-17T01:53:03.492Z | Checking foreign-types-shared v0.1.1 |
630 | 2024-01-17T01:53:03.630Z | Compiling pest_meta v2.7.2 |
631 | 2024-01-17T01:53:03.652Z | Compiling openssl v0.10.60 |
632 | 2024-01-17T01:53:03.966Z | Checking foreign-types v0.3.2 |
633 | 2024-01-17T01:53:04.080Z | Compiling dof v0.1.5 |
634 | 2024-01-17T01:53:04.306Z | Checking term v0.7.0 |
635 | 2024-01-17T01:53:04.349Z | Compiling openssl-macros v0.1.1 |
636 | 2024-01-17T01:53:04.978Z | Checking crossbeam-channel v0.5.8 |
637 | 2024-01-17T01:53:05.663Z | Compiling thread-id v4.2.0 |
638 | 2024-01-17T01:53:05.794Z | Compiling pest_generator v2.7.2 |
639 | 2024-01-17T01:53:06.143Z | Checking encoding_rs v0.8.33 |
640 | 2024-01-17T01:53:08.629Z | Checking mime v0.3.17 |
641 | 2024-01-17T01:53:09.094Z | Compiling native-tls v0.2.11 |
642 | 2024-01-17T01:53:09.645Z | Checking take_mut v0.2.2 |
643 | 2024-01-17T01:53:10.121Z | Checking futures-executor v0.3.29 |
644 | 2024-01-17T01:53:10.432Z | Checking slog-term v2.9.0 |
645 | 2024-01-17T01:53:10.453Z | Compiling pest_derive v2.7.2 |
646 | 2024-01-17T01:53:11.509Z | Checking rustls-native-certs v0.6.3 |
647 | 2024-01-17T01:53:11.689Z | Checking unicode-width v0.1.10 |
648 | 2024-01-17T01:53:11.722Z | Compiling dtrace-parser v0.1.14 |
649 | 2024-01-17T01:53:11.898Z | Checking futures v0.3.29 |
650 | 2024-01-17T01:53:14.416Z | Compiling num-integer v0.1.45 |
651 | 2024-01-17T01:53:14.863Z | Checking ipnet v2.8.0 |
652 | 2024-01-17T01:53:15.908Z | Checking bytes v1.5.0 |
653 | 2024-01-17T01:53:17.132Z | Checking tokio v1.35.1 |
654 | 2024-01-17T01:53:17.243Z | Compiling indexmap v2.1.0 |
655 | 2024-01-17T01:53:18.542Z | Checking http v0.2.11 |
656 | 2024-01-17T01:53:19.855Z | Compiling serde_tokenstream v0.2.0 |
657 | 2024-01-17T01:53:19.988Z | Checking url v2.4.0 |
658 | 2024-01-17T01:53:20.614Z | Checking http-body v0.4.5 |
659 | 2024-01-17T01:53:21.125Z | Compiling toml_edit v0.19.15 |
660 | 2024-01-17T01:53:21.368Z | Checking serde_urlencoded v0.7.1 |
661 | 2024-01-17T01:53:21.612Z | Compiling serde_tokenstream v0.1.7 |
662 | 2024-01-17T01:53:22.031Z | Checking openapiv3 v2.0.0-rc.1 |
663 | 2024-01-17T01:53:23.811Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
664 | 2024-01-17T01:53:24.513Z | Compiling usdt-macro v0.3.5 |
665 | 2024-01-17T01:53:24.921Z | Compiling proc-macro-crate v1.3.1 |
666 | 2024-01-17T01:53:26.204Z | Compiling usdt-attr-macro v0.3.5 |
667 | 2024-01-17T01:53:26.548Z | Checking serde_spanned v0.6.4 |
668 | 2024-01-17T01:53:27.044Z | Checking sha1 v0.10.6 |
669 | 2024-01-17T01:53:27.601Z | Checking match_cfg v0.1.0 |
670 | 2024-01-17T01:53:27.732Z | Compiling omicron-workspace-hack v0.1.0 |
671 | 2024-01-17T01:53:27.761Z | Checking tokio-util v0.7.8 |
672 | 2024-01-17T01:53:28.194Z | Checking tokio-rustls v0.24.1 |
673 | 2024-01-17T01:53:28.427Z | Checking tokio-native-tls v0.3.1 |
674 | 2024-01-17T01:53:28.772Z | Checking usdt v0.3.5 |
675 | 2024-01-17T01:53:28.910Z | Compiling getopts v0.2.21 |
676 | 2024-01-17T01:53:29.253Z | Checking h2 v0.3.21 |
677 | 2024-01-17T01:53:29.560Z | Checking hostname v0.3.1 |
678 | 2024-01-17T01:53:31.013Z | Compiling num-bigint v0.4.4 |
679 | 2024-01-17T01:53:31.337Z | Compiling proc-macro-error-attr v1.0.4 |
680 | 2024-01-17T01:53:31.734Z | Compiling unsafe-libyaml v0.2.9 |
681 | 2024-01-17T01:53:31.754Z | Checking webpki-roots v0.25.2 |
682 | 2024-01-17T01:53:31.797Z | Compiling rustix v0.38.26 |
683 | 2024-01-17T01:53:31.966Z | Compiling ident_case v1.0.1 |
684 | 2024-01-17T01:53:32.195Z | Compiling strsim v0.10.0 |
685 | 2024-01-17T01:53:32.725Z | Compiling darling_core v0.20.3 |
686 | 2024-01-17T01:53:33.195Z | Compiling num_enum_derive v0.5.11 |
687 | 2024-01-17T01:53:33.932Z | Checking serde_path_to_error v0.1.14 |
688 | 2024-01-17T01:53:34.474Z | Compiling serde_yaml v0.9.25 |
689 | 2024-01-17T01:53:35.044Z | Checking sha2 v0.10.7 |
690 | 2024-01-17T01:53:35.889Z | Checking errno v0.3.8 |
691 | 2024-01-17T01:53:36.087Z | Compiling multer v2.1.0 |
692 | 2024-01-17T01:53:36.120Z | Compiling proc-macro-error v1.0.4 |
693 | 2024-01-17T01:53:36.568Z | Compiling paste v1.0.14 |
694 | 2024-01-17T01:53:36.723Z | Checking bitflags v1.3.2 |
695 | 2024-01-17T01:53:36.855Z | Compiling camino v1.1.6 |
696 | 2024-01-17T01:53:37.138Z | Checking num_enum v0.5.11 |
697 | 2024-01-17T01:53:38.947Z | Checking toml_edit v0.21.0 |
698 | 2024-01-17T01:53:39.048Z | Checking hyper v0.14.27 |
699 | 2024-01-17T01:53:39.363Z | Checking slog-json v2.6.1 |
700 | 2024-01-17T01:53:39.738Z | Compiling strum_macros v0.25.2 |
701 | 2024-01-17T01:53:40.538Z | Compiling async-stream-impl v0.3.5 |
702 | 2024-01-17T01:53:40.559Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
703 | 2024-01-17T01:53:41.043Z | Checking atomic-waker v1.1.1 |
704 | 2024-01-17T01:53:41.070Z | Checking spin v0.9.8 |
705 | 2024-01-17T01:53:41.212Z | Checking waitgroup v0.1.2 |
706 | 2024-01-17T01:53:41.344Z | Compiling darling_macro v0.20.3 |
707 | 2024-01-17T01:53:41.471Z | Checking slog-bunyan v2.4.0 |
708 | 2024-01-17T01:53:42.610Z | Checking async-stream v0.3.5 |
709 | 2024-01-17T01:53:42.803Z | Checking toml v0.8.8 |
710 | 2024-01-17T01:53:42.991Z | Compiling darling v0.20.3 |
711 | 2024-01-17T01:53:43.146Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
712 | 2024-01-17T01:53:43.414Z | Checking hex v0.4.3 |
713 | 2024-01-17T01:53:43.727Z | Compiling structmeta-derive v0.2.0 |
714 | 2024-01-17T01:53:44.038Z | Checking stringprep v0.1.3 |
715 | 2024-01-17T01:53:44.196Z | Checking hmac v0.12.1 |
716 | 2024-01-17T01:53:44.379Z | Checking md-5 v0.10.5 |
717 | 2024-01-17T01:53:44.479Z | Compiling libgit2-sys v0.15.2+1.6.4 |
718 | 2024-01-17T01:53:44.715Z | Checking fallible-iterator v0.2.0 |
719 | 2024-01-17T01:53:45.583Z | Compiling semver v1.0.20 |
720 | 2024-01-17T01:53:45.690Z | Checking debug-ignore v1.0.5 |
721 | 2024-01-17T01:53:45.769Z | Checking strum v0.25.0 |
722 | 2024-01-17T01:53:45.861Z | Checking siphasher v0.3.11 |
723 | 2024-01-17T01:53:46.268Z | Checking either v1.9.0 |
724 | 2024-01-17T01:53:46.290Z | Checking phf_shared v0.11.2 |
725 | 2024-01-17T01:53:46.519Z | Checking postgres-protocol v0.6.6 |
726 | 2024-01-17T01:53:46.712Z | Compiling serde_with_macros v2.3.3 |
727 | 2024-01-17T01:53:46.826Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
728 | 2024-01-17T01:53:47.050Z | Compiling num-rational v0.4.1 |
729 | 2024-01-17T01:53:47.204Z | Compiling num-iter v0.1.43 |
730 | 2024-01-17T01:53:47.545Z | Checking arc-swap v1.6.0 |
731 | 2024-01-17T01:53:47.683Z | Compiling regex-syntax v0.7.4 |
732 | 2024-01-17T01:53:47.904Z | Compiling structmeta v0.2.0 |
733 | 2024-01-17T01:53:48.470Z | Checking postgres-types v0.2.6 |
734 | 2024-01-17T01:53:48.780Z | Checking phf v0.11.2 |
735 | 2024-01-17T01:53:48.854Z | Checking hyper-rustls v0.24.1 |
736 | 2024-01-17T01:53:48.993Z | Checking hyper-tls v0.5.0 |
737 | 2024-01-17T01:53:49.373Z | Checking reqwest v0.11.22 |
738 | 2024-01-17T01:53:49.518Z | Compiling vergen v8.2.4 |
739 | 2024-01-17T01:53:50.032Z | Compiling memoffset v0.9.0 |
740 | 2024-01-17T01:53:50.404Z | Compiling memoffset v0.7.1 |
741 | 2024-01-17T01:53:50.517Z | Checking instant v0.1.12 |
742 | 2024-01-17T01:53:50.722Z | Checking serde_with v2.3.3 |
743 | 2024-01-17T01:53:50.841Z | Checking utf8parse v0.2.1 |
744 | 2024-01-17T01:53:50.864Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
745 | 2024-01-17T01:53:50.899Z | Checking whoami v1.4.1 |
746 | 2024-01-17T01:53:51.379Z | Compiling crucible-workspace-hack v0.1.0 |
747 | 2024-01-17T01:53:51.520Z | Checking tokio-postgres v0.7.10 |
748 | 2024-01-17T01:53:51.848Z | Checking anstyle-parse v0.2.1 |
749 | 2024-01-17T01:53:51.899Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
750 | 2024-01-17T01:53:52.318Z | Checking backoff v0.4.0 |
751 | 2024-01-17T01:53:52.613Z | Compiling rustc_version v0.4.0 |
752 | 2024-01-17T01:53:53.760Z | Checking slog-scope v4.4.0 |
753 | 2024-01-17T01:53:54.044Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
754 | 2024-01-17T01:53:54.093Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
755 | 2024-01-17T01:53:54.262Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
756 | 2024-01-17T01:53:55.030Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
757 | 2024-01-17T01:53:55.217Z | Checking ipnetwork v0.20.0 |
758 | 2024-01-17T01:53:55.319Z | Checking num-complex v0.4.4 |
759 | 2024-01-17T01:53:55.731Z | Checking macaddr v1.0.1 |
760 | 2024-01-17T01:53:56.114Z | Compiling libsqlite3-sys v0.27.0 |
761 | 2024-01-17T01:53:56.218Z | Compiling crossbeam-epoch v0.9.15 |
762 | 2024-01-17T01:53:56.776Z | Compiling slog-dtrace v0.2.3 |
763 | 2024-01-17T01:53:56.817Z | Checking base64ct v1.6.0 |
764 | 2024-01-17T01:53:56.842Z | Checking static_assertions v1.1.0 |
765 | 2024-01-17T01:53:56.862Z | Checking anstyle-query v1.0.0 |
766 | 2024-01-17T01:53:56.958Z | Checking colorchoice v1.0.0 |
767 | 2024-01-17T01:53:57.017Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
768 | 2024-01-17T01:53:57.130Z | Checking anstyle v1.0.2 |
769 | 2024-01-17T01:53:57.298Z | Compiling parse-display-derive v0.8.2 |
770 | 2024-01-17T01:53:57.386Z | Checking num v0.4.1 |
771 | 2024-01-17T01:53:57.498Z | Checking slog-stdlog v4.1.1 |
772 | 2024-01-17T01:53:57.521Z | Checking password-hash v0.5.0 |
773 | 2024-01-17T01:53:57.616Z | Checking anstream v0.5.0 |
774 | 2024-01-17T01:53:58.103Z | Checking is-terminal v0.4.9 |
775 | 2024-01-17T01:53:58.103Z | Compiling foreign-types-macros v0.2.3 |
776 | 2024-01-17T01:53:58.114Z | Checking blake2 v0.10.6 |
777 | 2024-01-17T01:53:58.114Z | Checking inout v0.1.3 |
778 | 2024-01-17T01:53:58.114Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
779 | 2024-01-17T01:53:58.114Z | Compiling backtrace v0.3.69 |
780 | 2024-01-17T01:53:58.188Z | Checking pretty-hex v0.2.1 |
781 | 2024-01-17T01:53:58.399Z | Compiling radium v0.7.0 |
782 | 2024-01-17T01:53:58.419Z | Checking clap_lex v0.5.1 |
783 | 2024-01-17T01:53:58.763Z | Checking termcolor v1.2.0 |
784 | 2024-01-17T01:53:58.766Z | Checking gimli v0.28.0 |
785 | 2024-01-17T01:53:59.049Z | Checking base64 v0.13.1 |
786 | 2024-01-17T01:53:59.198Z | Checking foreign-types-shared v0.3.1 |
787 | 2024-01-17T01:53:59.335Z | Compiling doc-comment v0.3.3 |
788 | 2024-01-17T01:53:59.338Z | Checking adler v1.0.2 |
789 | 2024-01-17T01:53:59.643Z | Checking zeroize v1.6.0 |
790 | 2024-01-17T01:53:59.668Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
791 | 2024-01-17T01:53:59.686Z | Checking foreign-types v0.5.0 |
792 | 2024-01-17T01:53:59.811Z | Checking miniz_oxide v0.7.1 |
793 | 2024-01-17T01:54:00.093Z | Checking clap_builder v4.4.0 |
794 | 2024-01-17T01:54:00.163Z | Checking argon2 v0.5.2 |
795 | 2024-01-17T01:54:00.355Z | Checking cipher v0.4.4 |
796 | 2024-01-17T01:54:00.431Z | Checking colored v2.0.4 |
797 | 2024-01-17T01:54:00.832Z | Checking slog-envlogger v2.2.0 |
798 | 2024-01-17T01:54:00.898Z | Checking nix v0.26.2 |
799 | 2024-01-17T01:54:02.133Z | Checking itertools v0.10.5 |
800 | 2024-01-17T01:54:02.190Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
801 | 2024-01-17T01:54:02.328Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
802 | 2024-01-17T01:54:02.758Z | Compiling serde_repr v0.1.16 |
803 | 2024-01-17T01:54:04.154Z | Compiling pin-project-internal v1.1.3 |
804 | 2024-01-17T01:54:04.157Z | Checking parse-display v0.8.2 |
805 | 2024-01-17T01:54:04.157Z | Compiling clap_derive v4.4.0 |
806 | 2024-01-17T01:54:04.639Z | Checking hashlink v0.8.3 |
807 | 2024-01-17T01:54:04.748Z | Checking object v0.32.0 |
808 | 2024-01-17T01:54:04.963Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
809 | 2024-01-17T01:54:05.104Z | Checking addr2line v0.21.0 |
810 | 2024-01-17T01:54:05.575Z | Checking cstr-argument v0.1.2 |
811 | 2024-01-17T01:54:05.816Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
812 | 2024-01-17T01:54:05.878Z | Compiling rayon-core v1.12.0 |
813 | 2024-01-17T01:54:05.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
814 | 2024-01-17T01:54:06.267Z | Checking fallible-streaming-iterator v0.1.9 |
815 | 2024-01-17T01:54:06.293Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
816 | 2024-01-17T01:54:06.350Z | Checking os_str_bytes v6.5.1 |
817 | 2024-01-17T01:54:06.583Z | Checking fastrand v2.0.0 |
818 | 2024-01-17T01:54:06.722Z | Checking fallible-iterator v0.3.0 |
819 | 2024-01-17T01:54:06.743Z | Checking tap v1.0.1 |
820 | 2024-01-17T01:54:06.824Z | Checking rustc-demangle v0.1.23 |
821 | 2024-01-17T01:54:06.956Z | Compiling portable-atomic v1.4.3 |
822 | 2024-01-17T01:54:07.049Z | Checking tower-layer v0.3.2 |
823 | 2024-01-17T01:54:07.434Z | Checking tempfile v3.8.0 |
824 | 2024-01-17T01:54:07.469Z | Checking wyz v0.5.1 |
825 | 2024-01-17T01:54:07.732Z | Checking rusqlite v0.30.0 |
826 | 2024-01-17T01:54:07.951Z | Checking clap_lex v0.2.4 |
827 | 2024-01-17T01:54:08.173Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
828 | 2024-01-17T01:54:08.317Z | Checking pin-project v1.1.3 |
829 | 2024-01-17T01:54:08.358Z | Checking crossbeam-deque v0.8.3 |
830 | 2024-01-17T01:54:08.464Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
831 | 2024-01-17T01:54:08.487Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
832 | 2024-01-17T01:54:08.788Z | Checking pem v1.1.1 |
833 | 2024-01-17T01:54:08.853Z | Checking twox-hash v1.6.3 |
834 | 2024-01-17T01:54:08.869Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
835 | 2024-01-17T01:54:09.091Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
836 | 2024-01-17T01:54:09.300Z | Compiling clap_derive v3.2.25 |
837 | 2024-01-17T01:54:09.564Z | Checking simple_asn1 v0.6.2 |
838 | 2024-01-17T01:54:10.109Z | Compiling num_enum_derive v0.7.0 |
839 | 2024-01-17T01:54:10.216Z | Checking tokio-io-timeout v1.2.0 |
840 | 2024-01-17T01:54:10.676Z | Compiling snafu-derive v0.7.5 |
841 | 2024-01-17T01:54:10.791Z | Checking universal-hash v0.5.1 |
842 | 2024-01-17T01:54:11.061Z | Checking http-range-header v0.3.1 |
843 | 2024-01-17T01:54:11.321Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
844 | 2024-01-17T01:54:11.406Z | Checking funty v2.0.0 |
845 | 2024-01-17T01:54:11.564Z | Checking clap v4.4.0 |
846 | 2024-01-17T01:54:11.697Z | Compiling curl v0.4.44 |
847 | 2024-01-17T01:54:11.787Z | Checking opaque-debug v0.3.0 |
848 | 2024-01-17T01:54:11.900Z | Checking textwrap v0.16.0 |
849 | 2024-01-17T01:54:12.250Z | Checking polyval v0.6.1 |
850 | 2024-01-17T01:54:12.410Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
851 | 2024-01-17T01:54:12.618Z | Checking tower-http v0.4.4 |
852 | 2024-01-17T01:54:13.039Z | Checking bitvec v1.0.1 |
853 | 2024-01-17T01:54:13.880Z | Checking hyper-timeout v0.4.1 |
854 | 2024-01-17T01:54:14.183Z | Checking num_enum v0.7.0 |
855 | 2024-01-17T01:54:14.247Z | Checking jsonwebtoken v8.3.0 |
856 | 2024-01-17T01:54:14.662Z | Checking tower v0.4.13 |
857 | 2024-01-17T01:54:16.588Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
858 | 2024-01-17T01:54:16.698Z | Checking clap v3.2.25 |
859 | 2024-01-17T01:54:16.734Z | Checking aes v0.8.3 |
860 | 2024-01-17T01:54:17.117Z | Checking ctr v0.9.2 |
861 | 2024-01-17T01:54:17.140Z | Checking secrecy v0.8.0 |
862 | 2024-01-17T01:54:17.406Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
863 | 2024-01-17T01:54:17.513Z | Compiling zone_cfg_derive v0.2.0 |
864 | 2024-01-17T01:54:18.023Z | Checking bincode v1.3.3 |
865 | 2024-01-17T01:54:18.158Z | Checking console v0.15.7 |
866 | 2024-01-17T01:54:18.747Z | Checking snafu v0.7.5 |
867 | 2024-01-17T01:54:19.028Z | Compiling async-recursion v0.3.2 |
868 | 2024-01-17T01:54:19.170Z | Checking aead v0.5.2 |
869 | 2024-01-17T01:54:19.216Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
870 | 2024-01-17T01:54:19.261Z | Checking data-encoding v2.4.0 |
871 | 2024-01-17T01:54:19.450Z | Checking humantime v2.1.0 |
872 | 2024-01-17T01:54:19.478Z | Compiling erased-serde v0.3.30 |
873 | 2024-01-17T01:54:19.741Z | Checking number_prefix v0.4.0 |
874 | 2024-01-17T01:54:19.882Z | Checking zone v0.2.0 |
875 | 2024-01-17T01:54:19.904Z | Checking env_logger v0.9.3 |
876 | 2024-01-17T01:54:19.996Z | Checking indicatif v0.17.6 |
877 | 2024-01-17T01:54:20.180Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
878 | 2024-01-17T01:54:20.282Z | Checking aes-gcm-siv v0.11.1 |
879 | 2024-01-17T01:54:20.548Z | Checking octocrab v0.25.1 |
880 | 2024-01-17T01:54:20.618Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
881 | 2024-01-17T01:54:20.665Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
882 | 2024-01-17T01:54:20.929Z | Checking rayon v1.8.0 |
883 | 2024-01-17T01:54:21.048Z | Checking itertools v0.12.0 |
884 | 2024-01-17T01:54:21.144Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
885 | 2024-01-17T01:54:21.388Z | Checking sha256 v1.4.0 |
886 | 2024-01-17T01:54:21.772Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
887 | 2024-01-17T01:54:21.793Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
888 | 2024-01-17T01:54:21.816Z | Checking toml v0.5.11 |
889 | 2024-01-17T01:54:22.238Z | Compiling bitstruct_derive v0.1.0 |
890 | 2024-01-17T01:54:22.306Z | Compiling async-recursion v1.0.5 |
891 | 2024-01-17T01:54:22.400Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
892 | 2024-01-17T01:54:22.570Z | Checking libloading v0.7.4 |
893 | 2024-01-17T01:54:22.939Z | Checking ascii v1.1.0 |
894 | 2024-01-17T01:54:23.544Z | Checking ringbuffer v0.15.0 |
895 | 2024-01-17T01:54:23.942Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
896 | 2024-01-17T01:54:24.083Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
897 | 2024-01-17T01:54:24.116Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
898 | 2024-01-17T01:54:24.380Z | Checking bitstruct v0.1.1 |
899 | 2024-01-17T01:54:24.509Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
900 | 2024-01-17T01:54:24.582Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
901 | 2024-01-17T01:54:25.140Z | Checking serde_arrays v0.1.0 |
902 | 2024-01-17T01:54:25.329Z | Checking matches v0.1.10 |
903 | 2024-01-17T01:54:25.332Z | Checking utf-8 v0.7.6 |
904 | 2024-01-17T01:54:25.869Z | Checking idna v0.2.3 |
905 | 2024-01-17T01:54:25.879Z | Checking tungstenite v0.20.1 |
906 | 2024-01-17T01:54:26.205Z | Compiling enum-as-inner v0.5.1 |
907 | 2024-01-17T01:54:26.854Z | Checking quick-error v1.2.3 |
908 | 2024-01-17T01:54:26.875Z | Checking linked-hash-map v0.5.6 |
909 | 2024-01-17T01:54:26.948Z | Checking tokio-tungstenite v0.20.1 |
910 | 2024-01-17T01:54:27.039Z | Checking resolv-conf v0.7.0 |
911 | 2024-01-17T01:54:27.230Z | Compiling const_format_proc_macros v0.2.31 |
912 | 2024-01-17T01:54:27.364Z | Checking lru-cache v0.1.2 |
913 | 2024-01-17T01:54:27.557Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
914 | 2024-01-17T01:54:27.598Z | Checking ron v0.7.1 |
915 | 2024-01-17T01:54:27.602Z | Checking bstr v1.6.0 |
916 | 2024-01-17T01:54:27.773Z | Checking trust-dns-proto v0.22.0 |
917 | 2024-01-17T01:54:28.803Z | Checking toml v0.7.8 |
918 | 2024-01-17T01:54:29.400Z | Checking bit_field v0.10.2 |
919 | 2024-01-17T01:54:29.783Z | Checking globset v0.4.13 |
920 | 2024-01-17T01:54:29.899Z | Checking ctrlc v3.4.0 |
921 | 2024-01-17T01:54:30.176Z | Checking fatfs v0.3.6 |
922 | 2024-01-17T01:54:30.508Z | Checking glob v0.3.1 |
923 | 2024-01-17T01:54:30.556Z | Checking const_format v0.2.31 |
924 | 2024-01-17T01:54:31.231Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
925 | 2024-01-17T01:54:31.491Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
926 | 2024-01-17T01:54:32.542Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
927 | 2024-01-17T01:54:32.542Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
928 | 2024-01-17T01:54:34.405Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
929 | 2024-01-17T01:54:36.055Z | Checking trust-dns-resolver v0.22.0 |
930 | 2024-01-17T01:54:58.428Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
931 | 2024-01-17T01:54:59.367Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
932 | 2024-01-17T01:54:59.744Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
933 | 2024-01-17T01:54:59.744Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
934 | 2024-01-17T01:54:59.744Z | Compiling git2 v0.17.2 |
935 | 2024-01-17T01:54:59.745Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
936 | 2024-01-17T01:54:59.745Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
937 | 2024-01-17T01:54:59.745Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
938 | 2024-01-17T01:54:59.745Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
939 | 2024-01-17T01:54:59.747Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
940 | 2024-01-17T01:55:10.979Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
941 | 2024-01-17T01:55:11.276Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
942 | 2024-01-17T01:55:11.279Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
943 | 2024-01-17T01:55:11.795Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
944 | 2024-01-17T01:55:11.838Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
945 | 2024-01-17T01:55:18.149Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 17s |
946 | 2024-01-17T01:55:18.423Z | |
947 | 2024-01-17T01:55:18.423Z | real 3:17.692878113 |
948 | 2024-01-17T01:55:18.423Z | user 15:04.484411898 |
949 | 2024-01-17T01:55:18.423Z | sys 2:51.099890765 |
950 | 2024-01-17T01:55:18.423Z | trap 0.590477026 |
951 | 2024-01-17T01:55:18.423Z | tflt 3.607286884 |
952 | 2024-01-17T01:55:18.423Z | dflt 3.065075622 |
953 | 2024-01-17T01:55:18.423Z | kflt 0.020010197 |
954 | 2024-01-17T01:55:18.423Z | lock 20:31.002663435 |
955 | 2024-01-17T01:55:18.423Z | slp 44:51.936110275 |
956 | 2024-01-17T01:55:18.428Z | lat 57.268849965 |
957 | 2024-01-17T01:55:18.428Z | stop 2:35.364684163 |
958 | 2024-01-17T01:55:18.428Z | + ptime -m cargo clippy --features falcon --all-targets |
959 | 2024-01-17T01:55:19.169Z | Downloading crates ... |
960 | 2024-01-17T01:55:19.557Z | Downloaded downcast v0.11.0 |
961 | 2024-01-17T01:55:19.567Z | Downloaded difflib v0.4.0 |
962 | 2024-01-17T01:55:19.567Z | Downloaded predicates-tree v1.0.9 |
963 | 2024-01-17T01:55:19.567Z | Downloaded normalize-line-endings v0.3.0 |
964 | 2024-01-17T01:55:19.567Z | Downloaded float-cmp v0.9.0 |
965 | 2024-01-17T01:55:19.568Z | Downloaded fragile v2.0.0 |
966 | 2024-01-17T01:55:19.568Z | Downloaded termtree v0.4.1 |
967 | 2024-01-17T01:55:19.568Z | Downloaded similar v2.2.1 |
968 | 2024-01-17T01:55:19.585Z | Downloaded mockall_derive v0.11.4 |
969 | 2024-01-17T01:55:19.585Z | Downloaded mockall v0.11.4 |
970 | 2024-01-17T01:55:19.585Z | Downloaded serde_test v1.0.176 |
971 | 2024-01-17T01:55:19.585Z | Downloaded predicates v2.1.5 |
972 | 2024-01-17T01:55:19.585Z | Downloaded newline-converter v0.3.0 |
973 | 2024-01-17T01:55:19.607Z | Downloaded unicode-segmentation v1.10.1 |
974 | 2024-01-17T01:55:19.608Z | Downloaded expectorate v1.0.7 |
975 | 2024-01-17T01:55:19.608Z | Downloaded predicates-core v1.0.6 |
976 | 2024-01-17T01:55:19.778Z | Checking tokio v1.35.1 |
977 | 2024-01-17T01:55:19.797Z | Checking console v0.15.7 |
978 | 2024-01-17T01:55:19.803Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
979 | 2024-01-17T01:55:19.806Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
980 | 2024-01-17T01:55:19.806Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
981 | 2024-01-17T01:55:19.825Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
982 | 2024-01-17T01:55:19.833Z | Checking predicates-core v1.0.6 |
983 | 2024-01-17T01:55:19.836Z | Checking float-cmp v0.9.0 |
984 | 2024-01-17T01:55:19.986Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
985 | 2024-01-17T01:55:20.053Z | Checking normalize-line-endings v0.3.0 |
986 | 2024-01-17T01:55:20.063Z | Checking unicode-segmentation v1.10.1 |
987 | 2024-01-17T01:55:20.181Z | Checking difflib v0.4.0 |
988 | 2024-01-17T01:55:20.265Z | Checking termtree v0.4.1 |
989 | 2024-01-17T01:55:20.326Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
990 | 2024-01-17T01:55:20.425Z | Compiling mockall_derive v0.11.4 |
991 | 2024-01-17T01:55:20.519Z | Checking predicates-tree v1.0.9 |
992 | 2024-01-17T01:55:20.603Z | Checking indicatif v0.17.6 |
993 | 2024-01-17T01:55:20.614Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-01-17T01:55:20.618Z | Checking predicates v2.1.5 |
995 | 2024-01-17T01:55:20.689Z | Checking similar v2.2.1 |
996 | 2024-01-17T01:55:21.045Z | Checking newline-converter v0.3.0 |
997 | 2024-01-17T01:55:21.124Z | Checking downcast v0.11.0 |
998 | 2024-01-17T01:55:21.215Z | Checking fragile v2.0.0 |
999 | 2024-01-17T01:55:21.383Z | Checking serde_test v1.0.176 |
1000 | 2024-01-17T01:55:21.569Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1001 | 2024-01-17T01:55:21.731Z | Checking expectorate v1.0.7 |
1002 | 2024-01-17T01:55:27.195Z | Checking mockall v0.11.4 |
1003 | 2024-01-17T01:55:28.377Z | Checking tokio-util v0.7.8 |
1004 | 2024-01-17T01:55:28.393Z | Checking tokio-rustls v0.24.1 |
1005 | 2024-01-17T01:55:28.394Z | Checking tokio-native-tls v0.3.1 |
1006 | 2024-01-17T01:55:28.394Z | Checking backoff v0.4.0 |
1007 | 2024-01-17T01:55:28.394Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1008 | 2024-01-17T01:55:28.394Z | Checking tokio-io-timeout v1.2.0 |
1009 | 2024-01-17T01:55:28.394Z | Checking sha256 v1.4.0 |
1010 | 2024-01-17T01:55:28.395Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1011 | 2024-01-17T01:55:28.711Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1012 | 2024-01-17T01:55:28.714Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1013 | 2024-01-17T01:55:28.714Z | Checking tokio-tungstenite v0.20.1 |
1014 | 2024-01-17T01:55:28.733Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1015 | 2024-01-17T01:55:28.742Z | Checking trust-dns-proto v0.22.0 |
1016 | 2024-01-17T01:55:29.542Z | Checking h2 v0.3.21 |
1017 | 2024-01-17T01:55:29.553Z | Checking tokio-postgres v0.7.10 |
1018 | 2024-01-17T01:55:29.556Z | Checking tower v0.4.13 |
1019 | 2024-01-17T01:55:31.039Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1020 | 2024-01-17T01:55:32.738Z | Checking trust-dns-resolver v0.22.0 |
1021 | 2024-01-17T01:55:35.898Z | Checking hyper v0.14.27 |
1022 | 2024-01-17T01:55:41.577Z | Checking hyper-rustls v0.24.1 |
1023 | 2024-01-17T01:55:41.577Z | Checking hyper-tls v0.5.0 |
1024 | 2024-01-17T01:55:41.580Z | Checking dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1025 | 2024-01-17T01:55:41.580Z | Checking hyper-timeout v0.4.1 |
1026 | 2024-01-17T01:55:41.910Z | Checking reqwest v0.11.22 |
1027 | 2024-01-17T01:55:41.917Z | Checking octocrab v0.25.1 |
1028 | 2024-01-17T01:55:43.354Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1029 | 2024-01-17T01:55:43.629Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1030 | 2024-01-17T01:55:43.792Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1031 | 2024-01-17T01:55:43.796Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1032 | 2024-01-17T01:55:45.458Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1033 | 2024-01-17T01:55:45.461Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1034 | 2024-01-17T01:55:46.331Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1035 | 2024-01-17T01:55:51.027Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1036 | 2024-01-17T01:55:53.795Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1037 | 2024-01-17T01:55:53.799Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1038 | 2024-01-17T01:55:53.799Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1039 | 2024-01-17T01:55:59.160Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1040 | 2024-01-17T01:56:02.091Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1041 | 2024-01-17T01:56:02.681Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1042 | 2024-01-17T01:56:08.239Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1043 | 2024-01-17T01:56:26.861Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1044 | 2024-01-17T01:56:27.253Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1045 | 2024-01-17T01:56:27.257Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
1046 | 2024-01-17T01:56:27.982Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1047 | 2024-01-17T01:56:28.036Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1048 | 2024-01-17T01:56:37.299Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 18s |
1049 | 2024-01-17T01:56:37.449Z | |
1050 | 2024-01-17T01:56:37.454Z | real 1:18.957632643 |
1051 | 2024-01-17T01:56:37.454Z | user 3:08.834307942 |
1052 | 2024-01-17T01:56:37.454Z | sys 25.056155922 |
1053 | 2024-01-17T01:56:37.455Z | trap 0.066813636 |
1054 | 2024-01-17T01:56:37.455Z | tflt 0.128671832 |
1055 | 2024-01-17T01:56:37.455Z | dflt 0.246504299 |
1056 | 2024-01-17T01:56:37.455Z | kflt 0.000048789 |
1057 | 2024-01-17T01:56:37.455Z | lock 6:04.166635328 |
1058 | 2024-01-17T01:56:37.455Z | slp 8:15.176970146 |
1059 | 2024-01-17T01:56:37.458Z | lat 1.889246611 |
1060 | 2024-01-17T01:56:37.458Z | stop 3.994223170 |
1061 | 2024-01-17T01:56:37.458Z | + banner build |
1062 | 2024-01-17T01:56:37.458Z | |
1063 | 2024-01-17T01:56:37.458Z | ##### # # # # ##### |
1064 | 2024-01-17T01:56:37.458Z | # # # # # # # # |
1065 | 2024-01-17T01:56:37.458Z | ##### # # # # # # |
1066 | 2024-01-17T01:56:37.458Z | # # # # # # # # |
1067 | 2024-01-17T01:56:37.458Z | # # # # # # # # |
1068 | 2024-01-17T01:56:37.458Z | ##### #### # ###### ##### |
1069 | 2024-01-17T01:56:37.458Z | |
1070 | 2024-01-17T01:56:37.458Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1071 | 2024-01-17T01:56:38.230Z | Compiling proc-macro2 v1.0.76 |
1072 | 2024-01-17T01:56:38.231Z | Compiling unicode-ident v1.0.12 |
1073 | 2024-01-17T01:56:38.269Z | Compiling libc v0.2.150 |
1074 | 2024-01-17T01:56:38.269Z | Compiling cfg-if v1.0.0 |
1075 | 2024-01-17T01:56:38.269Z | Compiling autocfg v1.1.0 |
1076 | 2024-01-17T01:56:38.270Z | Compiling version_check v0.9.4 |
1077 | 2024-01-17T01:56:38.270Z | Compiling serde v1.0.192 |
1078 | 2024-01-17T01:56:38.270Z | Compiling syn v1.0.109 |
1079 | 2024-01-17T01:56:38.471Z | Compiling once_cell v1.18.0 |
1080 | 2024-01-17T01:56:47.811Z | Compiling thiserror v1.0.47 |
1081 | 2024-01-17T01:56:47.813Z | Compiling memchr v2.6.4 |
1082 | 2024-01-17T01:56:47.813Z | Compiling itoa v1.0.9 |
1083 | 2024-01-17T01:56:47.813Z | Compiling pin-project-lite v0.2.13 |
1084 | 2024-01-17T01:56:47.813Z | Compiling serde_json v1.0.108 |
1085 | 2024-01-17T01:56:47.814Z | Compiling log v0.4.20 |
1086 | 2024-01-17T01:56:47.814Z | Compiling scopeguard v1.2.0 |
1087 | 2024-01-17T01:56:47.814Z | Compiling pkg-config v0.3.27 |
1088 | 2024-01-17T01:56:47.814Z | Compiling lock_api v0.4.10 |
1089 | 2024-01-17T01:56:47.814Z | Compiling smallvec v1.11.0 |
1090 | 2024-01-17T01:56:48.241Z | Compiling quote v1.0.35 |
1091 | 2024-01-17T01:56:48.241Z | Compiling jobserver v0.1.26 |
1092 | 2024-01-17T01:56:48.241Z | Compiling parking_lot_core v0.9.8 |
1093 | 2024-01-17T01:56:48.241Z | Compiling cc v1.0.83 |
1094 | 2024-01-17T01:56:48.241Z | Compiling syn v2.0.48 |
1095 | 2024-01-17T01:56:48.366Z | Compiling getrandom v0.2.10 |
1096 | 2024-01-17T01:56:48.366Z | Compiling vcpkg v0.2.15 |
1097 | 2024-01-17T01:56:48.366Z | Compiling rand_core v0.6.4 |
1098 | 2024-01-17T01:56:48.366Z | Compiling mio v0.8.9 |
1099 | 2024-01-17T01:56:48.366Z | Compiling parking_lot v0.12.1 |
1100 | 2024-01-17T01:56:48.366Z | Compiling signal-hook-registry v1.4.1 |
1101 | 2024-01-17T01:56:48.366Z | Compiling num_cpus v1.16.0 |
1102 | 2024-01-17T01:56:48.366Z | Compiling socket2 v0.5.5 |
1103 | 2024-01-17T01:56:48.367Z | Compiling libm v0.2.7 |
1104 | 2024-01-17T01:56:48.367Z | Compiling num-traits v0.2.16 |
1105 | 2024-01-17T01:56:48.367Z | Compiling typenum v1.16.0 |
1106 | 2024-01-17T01:56:48.367Z | Compiling futures-core v0.3.29 |
1107 | 2024-01-17T01:56:48.369Z | Compiling heck v0.4.1 |
1108 | 2024-01-17T01:56:48.370Z | Compiling generic-array v0.14.7 |
1109 | 2024-01-17T01:56:48.370Z | Compiling ahash v0.8.3 |
1110 | 2024-01-17T01:56:48.370Z | Compiling ryu v1.0.15 |
1111 | 2024-01-17T01:56:48.370Z | Compiling slab v0.4.9 |
1112 | 2024-01-17T01:56:48.370Z | Compiling futures-sink v0.3.29 |
1113 | 2024-01-17T01:56:48.370Z | Compiling futures-channel v0.3.29 |
1114 | 2024-01-17T01:56:48.370Z | Compiling futures-task v0.3.29 |
1115 | 2024-01-17T01:56:48.370Z | Compiling pin-utils v0.1.0 |
1116 | 2024-01-17T01:56:48.370Z | Compiling futures-util v0.3.29 |
1117 | 2024-01-17T01:56:48.547Z | Compiling futures-io v0.3.29 |
1118 | 2024-01-17T01:56:48.580Z | Compiling equivalent v1.0.1 |
1119 | 2024-01-17T01:56:48.702Z | Compiling hashbrown v0.14.2 |
1120 | 2024-01-17T01:56:49.141Z | Compiling tracing-core v0.1.31 |
1121 | 2024-01-17T01:56:49.732Z | Compiling subtle v2.5.0 |
1122 | 2024-01-17T01:56:50.093Z | Compiling bitflags v2.4.0 |
1123 | 2024-01-17T01:56:50.479Z | Compiling fnv v1.0.7 |
1124 | 2024-01-17T01:56:50.666Z | Compiling iana-time-zone v0.1.57 |
1125 | 2024-01-17T01:56:50.897Z | Compiling time-core v0.1.1 |
1126 | 2024-01-17T01:56:51.130Z | Compiling tinyvec_macros v0.1.1 |
1127 | 2024-01-17T01:56:51.225Z | Compiling tinyvec v1.6.0 |
1128 | 2024-01-17T01:56:51.410Z | Compiling ring v0.16.20 |
1129 | 2024-01-17T01:56:51.691Z | Compiling crypto-common v0.1.6 |
1130 | 2024-01-17T01:56:51.743Z | Compiling serde_derive_internals v0.26.0 |
1131 | 2024-01-17T01:56:51.763Z | Compiling block-buffer v0.10.4 |
1132 | 2024-01-17T01:56:51.966Z | Compiling indexmap v1.9.3 |
1133 | 2024-01-17T01:56:52.079Z | Compiling base64 v0.21.5 |
1134 | 2024-01-17T01:56:52.416Z | Compiling slog v2.7.0 |
1135 | 2024-01-17T01:56:53.018Z | Compiling httparse v1.8.0 |
1136 | 2024-01-17T01:56:53.216Z | Compiling digest v0.10.7 |
1137 | 2024-01-17T01:56:53.617Z | Compiling openssl-sys v0.9.96 |
1138 | 2024-01-17T01:56:53.819Z | Compiling unicode-normalization v0.1.22 |
1139 | 2024-01-17T01:56:53.887Z | Compiling percent-encoding v2.3.0 |
1140 | 2024-01-17T01:56:54.010Z | Compiling cpufeatures v0.2.9 |
1141 | 2024-01-17T01:56:54.396Z | Compiling hashbrown v0.12.3 |
1142 | 2024-01-17T01:56:54.662Z | Compiling unicode-bidi v0.3.13 |
1143 | 2024-01-17T01:56:55.041Z | Compiling unicode-xid v0.2.4 |
1144 | 2024-01-17T01:56:57.224Z | Compiling socket2 v0.4.9 |
1145 | 2024-01-17T01:56:57.666Z | Compiling untrusted v0.7.1 |
1146 | 2024-01-17T01:56:57.912Z | Compiling spin v0.5.2 |
1147 | 2024-01-17T01:56:58.264Z | Compiling form_urlencoded v1.2.0 |
1148 | 2024-01-17T01:56:59.127Z | Compiling ucd-trie v0.1.6 |
1149 | 2024-01-17T01:56:59.919Z | Compiling tower-service v0.3.2 |
1150 | 2024-01-17T01:56:59.927Z | Compiling crossbeam-utils v0.8.16 |
1151 | 2024-01-17T01:57:00.071Z | Compiling byteorder v1.4.3 |
1152 | 2024-01-17T01:57:00.611Z | Compiling schemars v0.8.15 |
1153 | 2024-01-17T01:57:00.851Z | Compiling allocator-api2 v0.2.16 |
1154 | 2024-01-17T01:57:01.164Z | Compiling synstructure v0.12.6 |
1155 | 2024-01-17T01:57:01.613Z | Compiling serde_derive v1.0.192 |
1156 | 2024-01-17T01:57:01.642Z | Compiling thiserror-impl v1.0.47 |
1157 | 2024-01-17T01:57:01.883Z | Compiling tokio-macros v2.2.0 |
1158 | 2024-01-17T01:57:02.059Z | Compiling futures-macro v0.3.29 |
1159 | 2024-01-17T01:57:02.178Z | Compiling tracing-attributes v0.1.26 |
1160 | 2024-01-17T01:57:03.190Z | Compiling schemars_derive v0.8.15 |
1161 | 2024-01-17T01:57:04.398Z | Compiling time-macros v0.2.13 |
1162 | 2024-01-17T01:57:05.931Z | Compiling deranged v0.3.8 |
1163 | 2024-01-17T01:57:06.557Z | Compiling pest v2.7.2 |
1164 | 2024-01-17T01:57:07.673Z | Compiling tracing v0.1.37 |
1165 | 2024-01-17T01:57:08.232Z | Compiling try-lock v0.2.4 |
1166 | 2024-01-17T01:57:08.672Z | Compiling num_threads v0.1.6 |
1167 | 2024-01-17T01:57:08.816Z | Compiling dyn-clone v1.0.13 |
1168 | 2024-01-17T01:57:08.910Z | Compiling ppv-lite86 v0.2.17 |
1169 | 2024-01-17T01:57:09.086Z | Compiling want v0.3.1 |
1170 | 2024-01-17T01:57:09.289Z | Compiling zerocopy-derive v0.2.0 |
1171 | 2024-01-17T01:57:09.332Z | Compiling time v0.3.27 |
1172 | 2024-01-17T01:57:10.239Z | Compiling rand_chacha v0.3.1 |
1173 | 2024-01-17T01:57:11.063Z | Compiling pest_meta v2.7.2 |
1174 | 2024-01-17T01:57:12.255Z | Compiling aho-corasick v1.0.4 |
1175 | 2024-01-17T01:57:12.723Z | Compiling httpdate v1.0.3 |
1176 | 2024-01-17T01:57:13.012Z | Compiling async-trait v0.1.77 |
1177 | 2024-01-17T01:57:13.686Z | Compiling rustls v0.21.7 |
1178 | 2024-01-17T01:57:13.949Z | Compiling regex-syntax v0.8.2 |
1179 | 2024-01-17T01:57:16.509Z | Compiling pest_generator v2.7.2 |
1180 | 2024-01-17T01:57:17.462Z | Compiling rand v0.8.5 |
1181 | 2024-01-17T01:57:17.499Z | Compiling rustls-webpki v0.101.4 |
1182 | 2024-01-17T01:57:19.272Z | Compiling sct v0.7.0 |
1183 | 2024-01-17T01:57:20.031Z | Compiling regex-automata v0.4.3 |
1184 | 2024-01-17T01:57:20.391Z | Compiling openssl-probe v0.1.5 |
1185 | 2024-01-17T01:57:21.170Z | Compiling rustversion v1.0.14 |
1186 | 2024-01-17T01:57:24.276Z | Compiling indexmap v2.1.0 |
1187 | 2024-01-17T01:57:24.860Z | Compiling bytes v1.5.0 |
1188 | 2024-01-17T01:57:27.811Z | Compiling tokio v1.35.1 |
1189 | 2024-01-17T01:57:30.419Z | Compiling http v0.2.11 |
1190 | 2024-01-17T01:57:31.649Z | Compiling chrono v0.4.31 |
1191 | 2024-01-17T01:57:32.604Z | Compiling uuid v1.6.1 |
1192 | 2024-01-17T01:57:34.512Z | Compiling http-body v0.4.5 |
1193 | 2024-01-17T01:57:35.167Z | Compiling serde_tokenstream v0.2.0 |
1194 | 2024-01-17T01:57:35.331Z | Compiling regex v1.10.2 |
1195 | 2024-01-17T01:57:40.089Z | Compiling pest_derive v2.7.2 |
1196 | 2024-01-17T01:57:41.383Z | Compiling tokio-util v0.7.8 |
1197 | 2024-01-17T01:57:43.805Z | Compiling h2 v0.3.21 |
1198 | 2024-01-17T01:57:44.962Z | Compiling idna v0.4.0 |
1199 | 2024-01-17T01:57:45.676Z | Compiling rustls-pemfile v1.0.4 |
1200 | 2024-01-17T01:57:46.874Z | Compiling atty v0.2.14 |
1201 | 2024-01-17T01:57:47.054Z | Compiling usdt-impl v0.3.5 |
1202 | 2024-01-17T01:57:47.825Z | Compiling lazy_static v1.4.0 |
1203 | 2024-01-17T01:57:47.992Z | Compiling anyhow v1.0.75 |
1204 | 2024-01-17T01:57:48.265Z | Compiling url v2.4.0 |
1205 | 2024-01-17T01:57:50.802Z | Compiling tokio-rustls v0.24.1 |
1206 | 2024-01-17T01:57:51.405Z | Compiling hashbrown v0.13.2 |
1207 | 2024-01-17T01:57:53.254Z | Compiling libz-sys v1.1.12 |
1208 | 2024-01-17T01:57:53.515Z | Compiling dirs-sys-next v0.1.2 |
1209 | 2024-01-17T01:57:54.123Z | Compiling winnow v0.5.15 |
1210 | 2024-01-17T01:57:54.398Z | Compiling toml_datetime v0.6.5 |
1211 | 2024-01-17T01:57:55.659Z | Compiling zerocopy v0.3.2 |
1212 | 2024-01-17T01:57:56.443Z | Compiling hyper v0.14.27 |
1213 | 2024-01-17T01:57:58.100Z | Compiling dirs-next v2.0.0 |
1214 | 2024-01-17T01:57:58.450Z | Compiling regress v0.7.1 |
1215 | 2024-01-17T01:58:00.121Z | Compiling toml_edit v0.19.15 |
1216 | 2024-01-17T01:58:02.088Z | Compiling serde_urlencoded v0.7.1 |
1217 | 2024-01-17T01:58:02.983Z | Compiling thread_local v1.1.7 |
1218 | 2024-01-17T01:58:04.226Z | Compiling slog-async v2.8.0 |
1219 | 2024-01-17T01:58:04.934Z | Compiling openssl v0.10.60 |
1220 | 2024-01-17T01:58:05.539Z | Compiling foreign-types-shared v0.1.1 |
1221 | 2024-01-17T01:58:05.689Z | Compiling foreign-types v0.3.2 |
1222 | 2024-01-17T01:58:05.912Z | Compiling proc-macro-crate v1.3.1 |
1223 | 2024-01-17T01:58:06.135Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1224 | 2024-01-17T01:58:07.248Z | Compiling term v0.7.0 |
1225 | 2024-01-17T01:58:08.286Z | Compiling dof v0.1.5 |
1226 | 2024-01-17T01:58:09.666Z | Compiling dtrace-parser v0.1.14 |
1227 | 2024-01-17T01:58:10.346Z | Compiling crossbeam-channel v0.5.8 |
1228 | 2024-01-17T01:58:12.316Z | Compiling openssl-macros v0.1.1 |
1229 | 2024-01-17T01:58:13.104Z | Compiling thread-id v4.2.0 |
1230 | 2024-01-17T01:58:13.237Z | Compiling encoding_rs v0.8.33 |
1231 | 2024-01-17T01:58:13.565Z | Compiling native-tls v0.2.11 |
1232 | 2024-01-17T01:58:14.074Z | Compiling take_mut v0.2.2 |
1233 | 2024-01-17T01:58:15.317Z | Compiling mime v0.3.17 |
1234 | 2024-01-17T01:58:24.631Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1235 | 2024-01-17T01:58:25.867Z | Compiling slog-term v2.9.0 |
1236 | 2024-01-17T01:58:26.421Z | Compiling rustls-native-certs v0.6.3 |
1237 | 2024-01-17T01:58:27.641Z | Compiling serde_tokenstream v0.1.7 |
1238 | 2024-01-17T01:58:28.397Z | Compiling futures-executor v0.3.29 |
1239 | 2024-01-17T01:58:29.832Z | Compiling unicode-width v0.1.10 |
1240 | 2024-01-17T01:58:30.758Z | Compiling futures v0.3.29 |
1241 | 2024-01-17T01:58:30.895Z | Compiling hyper-rustls v0.24.1 |
1242 | 2024-01-17T01:58:32.367Z | Compiling openapiv3 v2.0.0-rc.1 |
1243 | 2024-01-17T01:58:34.137Z | Compiling num-integer v0.1.45 |
1244 | 2024-01-17T01:58:34.478Z | Compiling ipnet v2.8.0 |
1245 | 2024-01-17T01:58:34.655Z | Compiling omicron-workspace-hack v0.1.0 |
1246 | 2024-01-17T01:58:36.347Z | Compiling tokio-native-tls v0.3.1 |
1247 | 2024-01-17T01:58:36.750Z | Compiling usdt-macro v0.3.5 |
1248 | 2024-01-17T01:58:36.965Z | Compiling usdt-attr-macro v0.3.5 |
1249 | 2024-01-17T01:58:38.973Z | Compiling serde_spanned v0.6.4 |
1250 | 2024-01-17T01:58:39.343Z | Compiling sha1 v0.10.6 |
1251 | 2024-01-17T01:58:40.854Z | Compiling match_cfg v0.1.0 |
1252 | 2024-01-17T01:58:42.942Z | Compiling getopts v0.2.21 |
1253 | 2024-01-17T01:58:44.231Z | Compiling usdt v0.3.5 |
1254 | 2024-01-17T01:58:44.940Z | Compiling hostname v0.3.1 |
1255 | 2024-01-17T01:58:46.131Z | Compiling hyper-tls v0.5.0 |
1256 | 2024-01-17T01:58:46.754Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#93c0d71e) |
1257 | 2024-01-17T01:58:46.913Z | Compiling num-bigint v0.4.4 |
1258 | 2024-01-17T01:58:47.587Z | Compiling proc-macro-error-attr v1.0.4 |
1259 | 2024-01-17T01:58:48.082Z | Compiling unsafe-libyaml v0.2.9 |
1260 | 2024-01-17T01:58:48.160Z | Compiling strsim v0.10.0 |
1261 | 2024-01-17T01:58:49.141Z | Compiling rustix v0.38.26 |
1262 | 2024-01-17T01:58:50.159Z | Compiling webpki-roots v0.25.2 |
1263 | 2024-01-17T01:58:50.367Z | Compiling ident_case v1.0.1 |
1264 | 2024-01-17T01:58:50.591Z | Compiling darling_core v0.20.3 |
1265 | 2024-01-17T01:58:50.761Z | Compiling reqwest v0.11.22 |
1266 | 2024-01-17T01:58:52.441Z | Compiling serde_yaml v0.9.25 |
1267 | 2024-01-17T01:58:54.066Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1268 | 2024-01-17T01:58:59.145Z | Compiling num_enum_derive v0.5.11 |
1269 | 2024-01-17T01:58:59.200Z | Compiling serde_path_to_error v0.1.14 |
1270 | 2024-01-17T01:59:00.785Z | Compiling sha2 v0.10.7 |
1271 | 2024-01-17T01:59:02.315Z | Compiling errno v0.3.8 |
1272 | 2024-01-17T01:59:02.678Z | Compiling proc-macro-error v1.0.4 |
1273 | 2024-01-17T01:59:03.081Z | Compiling multer v2.1.0 |
1274 | 2024-01-17T01:59:03.236Z | Compiling paste v1.0.14 |
1275 | 2024-01-17T01:59:03.532Z | Compiling camino v1.1.6 |
1276 | 2024-01-17T01:59:04.650Z | Compiling num_enum v0.5.11 |
1277 | 2024-01-17T01:59:04.880Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1278 | 2024-01-17T01:59:06.834Z | Compiling darling_macro v0.20.3 |
1279 | 2024-01-17T01:59:13.475Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1280 | 2024-01-17T01:59:15.892Z | Compiling toml_edit v0.21.0 |
1281 | 2024-01-17T01:59:24.206Z | Compiling strum_macros v0.25.2 |
1282 | 2024-01-17T01:59:30.400Z | Compiling slog-json v2.6.1 |
1283 | 2024-01-17T01:59:31.116Z | Compiling async-stream-impl v0.3.5 |
1284 | 2024-01-17T01:59:31.119Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1285 | 2024-01-17T01:59:31.594Z | Compiling spin v0.9.8 |
1286 | 2024-01-17T01:59:31.853Z | Compiling atomic-waker v1.1.1 |
1287 | 2024-01-17T01:59:32.085Z | Compiling waitgroup v0.1.2 |
1288 | 2024-01-17T01:59:33.209Z | Compiling async-stream v0.3.5 |
1289 | 2024-01-17T01:59:33.727Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#8d1b8f0f) |
1290 | 2024-01-17T01:59:33.983Z | Compiling slog-bunyan v2.4.0 |
1291 | 2024-01-17T01:59:34.356Z | Compiling strum v0.25.0 |
1292 | 2024-01-17T01:59:34.650Z | Compiling toml v0.8.8 |
1293 | 2024-01-17T01:59:37.789Z | Compiling darling v0.20.3 |
1294 | 2024-01-17T01:59:43.701Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#164f2edc) |
1295 | 2024-01-17T01:59:44.228Z | Compiling hex v0.4.3 |
1296 | 2024-01-17T01:59:45.347Z | Compiling structmeta-derive v0.2.0 |
1297 | 2024-01-17T01:59:47.016Z | Compiling stringprep v0.1.3 |
1298 | 2024-01-17T01:59:49.669Z | Compiling md-5 v0.10.5 |
1299 | 2024-01-17T01:59:50.013Z | Compiling hmac v0.12.1 |
1300 | 2024-01-17T01:59:50.314Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1301 | 2024-01-17T01:59:51.446Z | Compiling either v1.9.0 |
1302 | 2024-01-17T01:59:51.898Z | Compiling fallible-iterator v0.2.0 |
1303 | 2024-01-17T01:59:52.673Z | Compiling siphasher v0.3.11 |
1304 | 2024-01-17T01:59:53.126Z | Compiling bitflags v1.3.2 |
1305 | 2024-01-17T01:59:53.246Z | Compiling semver v1.0.20 |
1306 | 2024-01-17T01:59:53.713Z | Compiling debug-ignore v1.0.5 |
1307 | 2024-01-17T01:59:55.888Z | Compiling phf_shared v0.11.2 |
1308 | 2024-01-17T01:59:56.530Z | Compiling postgres-protocol v0.6.6 |
1309 | 2024-01-17T01:59:57.260Z | Compiling structmeta v0.2.0 |
1310 | 2024-01-17T01:59:58.070Z | Compiling serde_with_macros v2.3.3 |
1311 | 2024-01-17T02:00:01.704Z | Compiling num-iter v0.1.43 |
1312 | 2024-01-17T02:00:02.134Z | Compiling num-rational v0.4.1 |
1313 | 2024-01-17T02:00:02.201Z | Compiling regex-syntax v0.7.4 |
1314 | 2024-01-17T02:00:03.316Z | Compiling arc-swap v1.6.0 |
1315 | 2024-01-17T02:00:04.982Z | Compiling serde_with v2.3.3 |
1316 | 2024-01-17T02:00:05.892Z | Compiling postgres-types v0.2.6 |
1317 | 2024-01-17T02:00:09.224Z | Compiling phf v0.11.2 |
1318 | 2024-01-17T02:00:09.727Z | Compiling vergen v8.2.4 |
1319 | 2024-01-17T02:00:10.179Z | Compiling memoffset v0.9.0 |
1320 | 2024-01-17T02:00:10.190Z | Compiling instant v0.1.12 |
1321 | 2024-01-17T02:00:10.384Z | Compiling whoami v1.4.1 |
1322 | 2024-01-17T02:00:10.802Z | Compiling crucible-workspace-hack v0.1.0 |
1323 | 2024-01-17T02:00:11.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1324 | 2024-01-17T02:00:11.786Z | Compiling tokio-postgres v0.7.10 |
1325 | 2024-01-17T02:00:11.804Z | Compiling parse-display-derive v0.8.2 |
1326 | 2024-01-17T02:00:11.969Z | Compiling backoff v0.4.0 |
1327 | 2024-01-17T02:00:12.185Z | Compiling rustc_version v0.4.0 |
1328 | 2024-01-17T02:00:13.133Z | Compiling slog-scope v4.4.0 |
1329 | 2024-01-17T02:00:14.672Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1330 | 2024-01-17T02:00:15.622Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1331 | 2024-01-17T02:00:15.865Z | Compiling ipnetwork v0.20.0 |
1332 | 2024-01-17T02:00:15.875Z | Compiling num-complex v0.4.4 |
1333 | 2024-01-17T02:00:16.702Z | Compiling macaddr v1.0.1 |
1334 | 2024-01-17T02:00:17.481Z | Compiling libsqlite3-sys v0.27.0 |
1335 | 2024-01-17T02:00:17.653Z | Compiling memoffset v0.7.1 |
1336 | 2024-01-17T02:00:18.035Z | Compiling crossbeam-epoch v0.9.15 |
1337 | 2024-01-17T02:00:18.116Z | Compiling slog-dtrace v0.2.3 |
1338 | 2024-01-17T02:00:18.227Z | Compiling parse-display v0.8.2 |
1339 | 2024-01-17T02:00:18.463Z | Compiling utf8parse v0.2.1 |
1340 | 2024-01-17T02:00:18.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1341 | 2024-01-17T02:00:18.672Z | Compiling base64ct v1.6.0 |
1342 | 2024-01-17T02:00:18.852Z | Compiling anstyle-parse v0.2.1 |
1343 | 2024-01-17T02:00:19.102Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1344 | 2024-01-17T02:00:19.465Z | Compiling password-hash v0.5.0 |
1345 | 2024-01-17T02:00:19.923Z | Compiling num v0.4.1 |
1346 | 2024-01-17T02:00:20.065Z | Compiling slog-stdlog v4.1.1 |
1347 | 2024-01-17T02:00:21.507Z | Compiling is-terminal v0.4.9 |
1348 | 2024-01-17T02:00:21.605Z | Compiling foreign-types-macros v0.2.3 |
1349 | 2024-01-17T02:00:21.609Z | Compiling blake2 v0.10.6 |
1350 | 2024-01-17T02:00:21.650Z | Compiling inout v0.1.3 |
1351 | 2024-01-17T02:00:21.956Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1352 | 2024-01-17T02:00:22.438Z | Compiling backtrace v0.3.69 |
1353 | 2024-01-17T02:00:23.067Z | Compiling anstyle v1.0.2 |
1354 | 2024-01-17T02:00:23.094Z | Compiling static_assertions v1.1.0 |
1355 | 2024-01-17T02:00:23.219Z | Compiling gimli v0.28.0 |
1356 | 2024-01-17T02:00:23.283Z | Compiling foreign-types-shared v0.3.1 |
1357 | 2024-01-17T02:00:23.429Z | Compiling zeroize v1.6.0 |
1358 | 2024-01-17T02:00:23.582Z | Compiling radium v0.7.0 |
1359 | 2024-01-17T02:00:23.790Z | Compiling termcolor v1.2.0 |
1360 | 2024-01-17T02:00:23.827Z | Compiling doc-comment v0.3.3 |
1361 | 2024-01-17T02:00:23.904Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1362 | 2024-01-17T02:00:24.217Z | Compiling colorchoice v1.0.0 |
1363 | 2024-01-17T02:00:24.367Z | Compiling adler v1.0.2 |
1364 | 2024-01-17T02:00:24.431Z | Compiling base64 v0.13.1 |
1365 | 2024-01-17T02:00:24.625Z | Compiling pretty-hex v0.2.1 |
1366 | 2024-01-17T02:00:24.808Z | Compiling anstyle-query v1.0.0 |
1367 | 2024-01-17T02:00:24.989Z | Compiling anstream v0.5.0 |
1368 | 2024-01-17T02:00:25.094Z | Compiling miniz_oxide v0.7.1 |
1369 | 2024-01-17T02:00:25.463Z | Compiling foreign-types v0.5.0 |
1370 | 2024-01-17T02:00:25.658Z | Compiling argon2 v0.5.2 |
1371 | 2024-01-17T02:00:25.721Z | Compiling cipher v0.4.4 |
1372 | 2024-01-17T02:00:26.345Z | Compiling colored v2.0.4 |
1373 | 2024-01-17T02:00:27.941Z | Compiling slog-envlogger v2.2.0 |
1374 | 2024-01-17T02:00:29.654Z | Compiling itertools v0.10.5 |
1375 | 2024-01-17T02:00:29.890Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1376 | 2024-01-17T02:00:30.654Z | Compiling addr2line v0.21.0 |
1377 | 2024-01-17T02:00:30.823Z | Compiling hashlink v0.8.3 |
1378 | 2024-01-17T02:00:31.878Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1379 | 2024-01-17T02:00:31.956Z | Compiling serde_repr v0.1.16 |
1380 | 2024-01-17T02:00:32.013Z | Compiling pin-project-internal v1.1.3 |
1381 | 2024-01-17T02:00:33.210Z | Compiling object v0.32.0 |
1382 | 2024-01-17T02:00:33.464Z | Compiling cstr-argument v0.1.2 |
1383 | 2024-01-17T02:00:33.741Z | Compiling tower-layer v0.3.2 |
1384 | 2024-01-17T02:00:33.756Z | Compiling rayon-core v1.12.0 |
1385 | 2024-01-17T02:00:33.791Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1386 | 2024-01-17T02:00:34.201Z | Compiling portable-atomic v1.4.3 |
1387 | 2024-01-17T02:00:34.250Z | Compiling fastrand v2.0.0 |
1388 | 2024-01-17T02:00:34.269Z | Compiling fallible-streaming-iterator v0.1.9 |
1389 | 2024-01-17T02:00:35.411Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1390 | 2024-01-17T02:00:36.276Z | Compiling fallible-iterator v0.3.0 |
1391 | 2024-01-17T02:00:36.276Z | Compiling clap_lex v0.5.1 |
1392 | 2024-01-17T02:00:36.348Z | Compiling data-encoding v2.4.0 |
1393 | 2024-01-17T02:00:36.348Z | Compiling os_str_bytes v6.5.1 |
1394 | 2024-01-17T02:00:36.349Z | Compiling rustc-demangle v0.1.23 |
1395 | 2024-01-17T02:00:36.452Z | Compiling tap v1.0.1 |
1396 | 2024-01-17T02:00:37.745Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1397 | 2024-01-17T02:00:37.745Z | Compiling wyz v0.5.1 |
1398 | 2024-01-17T02:00:37.971Z | Compiling pin-project v1.1.3 |
1399 | 2024-01-17T02:00:37.971Z | Compiling clap_lex v0.2.4 |
1400 | 2024-01-17T02:00:37.971Z | Compiling rusqlite v0.30.0 |
1401 | 2024-01-17T02:00:37.971Z | Compiling clap_builder v4.4.0 |
1402 | 2024-01-17T02:00:39.238Z | Compiling tempfile v3.8.0 |
1403 | 2024-01-17T02:00:39.238Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1404 | 2024-01-17T02:00:39.922Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1405 | 2024-01-17T02:00:40.272Z | Compiling nix v0.26.2 |
1406 | 2024-01-17T02:00:40.552Z | Compiling crossbeam-deque v0.8.3 |
1407 | 2024-01-17T02:00:41.004Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1408 | 2024-01-17T02:00:41.737Z | Compiling pem v1.1.1 |
1409 | 2024-01-17T02:00:42.252Z | Compiling twox-hash v1.6.3 |
1410 | 2024-01-17T02:00:43.710Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1411 | 2024-01-17T02:00:45.492Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1412 | 2024-01-17T02:00:45.586Z | Compiling clap_derive v3.2.25 |
1413 | 2024-01-17T02:01:07.084Z | Compiling simple_asn1 v0.6.2 |
1414 | 2024-01-17T02:01:08.241Z | Compiling num_enum_derive v0.7.0 |
1415 | 2024-01-17T02:01:08.241Z | Compiling tokio-io-timeout v1.2.0 |
1416 | 2024-01-17T02:01:08.241Z | Compiling snafu-derive v0.7.5 |
1417 | 2024-01-17T02:01:08.392Z | Compiling clap_derive v4.4.0 |
1418 | 2024-01-17T02:01:08.456Z | Compiling universal-hash v0.5.1 |
1419 | 2024-01-17T02:01:08.456Z | Compiling opaque-debug v0.3.0 |
1420 | 2024-01-17T02:01:08.456Z | Compiling funty v2.0.0 |
1421 | 2024-01-17T02:01:08.456Z | Compiling http-range-header v0.3.1 |
1422 | 2024-01-17T02:01:08.456Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1423 | 2024-01-17T02:01:08.474Z | Compiling textwrap v0.16.0 |
1424 | 2024-01-17T02:01:08.474Z | Compiling curl v0.4.44 |
1425 | 2024-01-17T02:01:08.474Z | Compiling clap v3.2.25 |
1426 | 2024-01-17T02:01:08.474Z | Compiling bitvec v1.0.1 |
1427 | 2024-01-17T02:01:08.474Z | Compiling snafu v0.7.5 |
1428 | 2024-01-17T02:01:08.474Z | Compiling tower-http v0.4.4 |
1429 | 2024-01-17T02:01:08.474Z | Compiling clap v4.4.0 |
1430 | 2024-01-17T02:01:08.474Z | Compiling polyval v0.6.1 |
1431 | 2024-01-17T02:01:08.474Z | Compiling num_enum v0.7.0 |
1432 | 2024-01-17T02:01:08.474Z | Compiling hyper-timeout v0.4.1 |
1433 | 2024-01-17T02:01:08.474Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1434 | 2024-01-17T02:01:08.474Z | Compiling jsonwebtoken v8.3.0 |
1435 | 2024-01-17T02:01:08.474Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1436 | 2024-01-17T02:01:08.475Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1437 | 2024-01-17T02:01:14.471Z | Compiling tower v0.4.13 |
1438 | 2024-01-17T02:01:14.519Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1439 | 2024-01-17T02:01:16.246Z | Compiling ctr v0.9.2 |
1440 | 2024-01-17T02:01:16.725Z | Compiling aes v0.8.3 |
1441 | 2024-01-17T02:01:17.329Z | Compiling secrecy v0.8.0 |
1442 | 2024-01-17T02:01:17.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1443 | 2024-01-17T02:01:17.982Z | Compiling zone_cfg_derive v0.2.0 |
1444 | 2024-01-17T02:01:19.563Z | Compiling console v0.15.7 |
1445 | 2024-01-17T02:01:20.373Z | Compiling bincode v1.3.3 |
1446 | 2024-01-17T02:01:21.047Z | Compiling async-recursion v0.3.2 |
1447 | 2024-01-17T02:01:21.187Z | Compiling aead v0.5.2 |
1448 | 2024-01-17T02:01:21.618Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1449 | 2024-01-17T02:01:22.071Z | Compiling number_prefix v0.4.0 |
1450 | 2024-01-17T02:01:22.083Z | Compiling erased-serde v0.3.30 |
1451 | 2024-01-17T02:01:22.414Z | Compiling humantime v2.1.0 |
1452 | 2024-01-17T02:01:22.662Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1453 | 2024-01-17T02:01:22.846Z | Compiling env_logger v0.9.3 |
1454 | 2024-01-17T02:01:23.710Z | Compiling indicatif v0.17.6 |
1455 | 2024-01-17T02:01:24.158Z | Compiling aes-gcm-siv v0.11.1 |
1456 | 2024-01-17T02:01:24.618Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1457 | 2024-01-17T02:01:24.628Z | Compiling zone v0.2.0 |
1458 | 2024-01-17T02:01:24.679Z | Compiling octocrab v0.25.1 |
1459 | 2024-01-17T02:01:30.412Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1460 | 2024-01-17T02:01:30.555Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1461 | 2024-01-17T02:01:30.970Z | Compiling rayon v1.8.0 |
1462 | 2024-01-17T02:01:34.461Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1463 | 2024-01-17T02:01:38.475Z | Compiling itertools v0.12.0 |
1464 | 2024-01-17T02:01:40.063Z | Compiling sha256 v1.4.0 |
1465 | 2024-01-17T02:01:43.139Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1466 | 2024-01-17T02:01:43.140Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1467 | 2024-01-17T02:01:43.140Z | Compiling toml v0.5.11 |
1468 | 2024-01-17T02:01:43.140Z | Compiling bitstruct_derive v0.1.0 |
1469 | 2024-01-17T02:01:43.140Z | Compiling async-recursion v1.0.5 |
1470 | 2024-01-17T02:01:44.173Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1471 | 2024-01-17T02:01:44.310Z | Compiling libloading v0.7.4 |
1472 | 2024-01-17T02:01:44.504Z | Compiling ascii v1.1.0 |
1473 | 2024-01-17T02:01:44.622Z | Compiling utf-8 v0.7.6 |
1474 | 2024-01-17T02:01:44.788Z | Compiling matches v0.1.10 |
1475 | 2024-01-17T02:01:44.910Z | Compiling ringbuffer v0.15.0 |
1476 | 2024-01-17T02:01:45.010Z | Compiling tungstenite v0.20.1 |
1477 | 2024-01-17T02:01:45.108Z | Compiling idna v0.2.3 |
1478 | 2024-01-17T02:01:45.657Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1479 | 2024-01-17T02:01:45.906Z | Compiling bitstruct v0.1.1 |
1480 | 2024-01-17T02:01:46.055Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1481 | 2024-01-17T02:01:46.420Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1482 | 2024-01-17T02:01:49.761Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1483 | 2024-01-17T02:01:50.075Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1484 | 2024-01-17T02:01:51.957Z | Compiling serde_arrays v0.1.0 |
1485 | 2024-01-17T02:01:52.168Z | Compiling enum-as-inner v0.5.1 |
1486 | 2024-01-17T02:01:53.282Z | Compiling quick-error v1.2.3 |
1487 | 2024-01-17T02:01:53.471Z | Compiling linked-hash-map v0.5.6 |
1488 | 2024-01-17T02:01:53.765Z | Compiling resolv-conf v0.7.0 |
1489 | 2024-01-17T02:01:53.818Z | Compiling trust-dns-proto v0.22.0 |
1490 | 2024-01-17T02:01:54.173Z | Compiling lru-cache v0.1.2 |
1491 | 2024-01-17T02:01:54.481Z | Compiling tokio-tungstenite v0.20.1 |
1492 | 2024-01-17T02:01:55.363Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1493 | 2024-01-17T02:01:56.417Z | Compiling toml v0.7.8 |
1494 | 2024-01-17T02:01:57.524Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1495 | 2024-01-17T02:02:02.972Z | Compiling trust-dns-resolver v0.22.0 |
1496 | 2024-01-17T02:02:05.410Z | Compiling const_format_proc_macros v0.2.31 |
1497 | 2024-01-17T02:02:08.722Z | Compiling const_format v0.2.31 |
1498 | 2024-01-17T02:02:08.732Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7ef3631e) |
1499 | 2024-01-17T02:02:10.324Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1500 | 2024-01-17T02:02:28.487Z | Compiling ron v0.7.1 |
1501 | 2024-01-17T02:02:30.003Z | Compiling bit_field v0.10.2 |
1502 | 2024-01-17T02:02:30.389Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1503 | 2024-01-17T02:02:47.376Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1504 | 2024-01-17T02:03:08.802Z | Compiling git2 v0.17.2 |
1505 | 2024-01-17T02:03:14.913Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1506 | 2024-01-17T02:03:16.589Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1507 | 2024-01-17T02:03:26.689Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1508 | 2024-01-17T02:03:49.631Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1509 | 2024-01-17T02:03:50.018Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1510 | 2024-01-17T02:03:50.787Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1511 | 2024-01-17T02:05:13.147Z | Finished release [optimized] target(s) in 8m 35s |
1512 | 2024-01-17T02:05:13.215Z | |
1513 | 2024-01-17T02:05:13.219Z | real 8:35.841231546 |
1514 | 2024-01-17T02:05:13.219Z | user 59:34.486851848 |
1515 | 2024-01-17T02:05:13.219Z | sys 4:02.331689668 |
1516 | 2024-01-17T02:05:13.219Z | trap 2.198253855 |
1517 | 2024-01-17T02:05:13.219Z | tflt 1.360359690 |
1518 | 2024-01-17T02:05:13.219Z | dflt 3.145929137 |
1519 | 2024-01-17T02:05:13.219Z | kflt 0.005320647 |
1520 | 2024-01-17T02:05:13.219Z | lock 2:13:39.784862185 |
1521 | 2024-01-17T02:05:13.219Z | slp 2:39:17.347475265 |
1522 | 2024-01-17T02:05:13.219Z | lat 1:55.577749729 |
1523 | 2024-01-17T02:05:13.221Z | stop 53.020722814 |
1524 | 2024-01-17T02:05:13.222Z | + OUTDIR=/work/release |
1525 | 2024-01-17T02:05:13.222Z | + mkdir -p /work/release |
1526 | 2024-01-17T02:05:13.222Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1527 | 2024-01-17T02:05:13.245Z | + cp target/release/propolis-server /work/release/propolis-server |
1528 | 2024-01-17T02:05:13.315Z | process exited: duration 793096 ms, exit code 0 |
|
1529 | 2024-01-17T02:05:13.330Z | found 2 output files |
1530 | 2024-01-17T02:05:13.331Z | uploading: /work/release/propolis-cli (18676976 bytes) |
1531 | 2024-01-17T02:05:19.206Z | uploaded: /work/release/propolis-cli |
1532 | 2024-01-17T02:05:19.206Z | uploading: /work/release/propolis-server (50504912 bytes) |
1533 | 2024-01-17T02:05:29.615Z | uploaded: /work/release/propolis-server |