|
|
|
1 | 2023-11-01T19:39:18.240Z | job assigned to worker 01HE669DNVV8R15BY0W0HXC63G (queued for 0 s) |
|
2 | 2023-11-01T19:39:19.105Z | starting task 0: "setup" |
3 | 2023-11-01T19:39:19.171Z | ++ uname -s |
4 | 2023-11-01T19:39:19.174Z | + kern=SunOS |
5 | 2023-11-01T19:39:19.177Z | + case "$kern" in |
6 | 2023-11-01T19:39:19.180Z | + groupadd -g 12345 build |
7 | 2023-11-01T19:39:19.183Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-01T19:39:21.188Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-01T19:39:21.305Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-01T19:39:21.332Z | + home_fs=zfs |
11 | 2023-11-01T19:39:21.343Z | + [[ zfs == autofs ]] |
12 | 2023-11-01T19:39:21.353Z | + mkdir -p /home/build |
13 | 2023-11-01T19:39:21.784Z | + chown build:build /home/build /work |
14 | 2023-11-01T19:39:23.314Z | + chmod 0700 /home/build /work |
15 | 2023-11-01T19:39:23.317Z | process exited: duration 4207 ms, exit code 0 |
|
16 | 2023-11-01T19:39:23.323Z | starting task 1: "rust-toolchain" |
17 | 2023-11-01T19:39:23.335Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-01T19:39:23.339Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-11-01T19:39:23.507Z | info: downloading installer |
20 | 2023-11-01T19:39:24.758Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-01T19:39:24.771Z | warning: /opt/ooce/bin |
22 | 2023-11-01T19:39:24.778Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-01T19:39:24.787Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-01T19:39:24.793Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-01T19:39:24.799Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-01T19:39:24.809Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-01T19:39:24.818Z | error: cannot install while Rust is installed |
28 | 2023-11-01T19:39:24.824Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-01T19:39:24.897Z | info: profile set to 'default' |
30 | 2023-11-01T19:39:24.905Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-01T19:39:24.925Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-11-01T19:39:25.049Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-11-01T19:39:25.056Z | info: downloading component 'cargo' |
34 | 2023-11-01T19:39:25.647Z | info: downloading component 'clippy' |
35 | 2023-11-01T19:39:25.863Z | info: downloading component 'rust-docs' |
36 | 2023-11-01T19:39:26.637Z | info: downloading component 'rust-std' |
37 | 2023-11-01T19:39:27.873Z | info: downloading component 'rustc' |
38 | 2023-11-01T19:39:31.261Z | info: downloading component 'rustfmt' |
39 | 2023-11-01T19:39:31.448Z | info: installing component 'cargo' |
40 | 2023-11-01T19:39:32.819Z | info: installing component 'clippy' |
41 | 2023-11-01T19:39:33.424Z | info: installing component 'rust-docs' |
42 | 2023-11-01T19:39:36.231Z | info: installing component 'rust-std' |
43 | 2023-11-01T19:39:39.119Z | info: installing component 'rustc' |
44 | 2023-11-01T19:39:50.818Z | info: installing component 'rustfmt' |
45 | 2023-11-01T19:39:51.265Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-11-01T19:39:51.276Z | |
47 | 2023-11-01T19:39:51.399Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-11-01T19:39:51.404Z | |
49 | 2023-11-01T19:39:51.408Z | |
50 | 2023-11-01T19:39:51.413Z | Rust is installed now. Great! |
51 | 2023-11-01T19:39:51.417Z | |
52 | 2023-11-01T19:39:51.420Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-01T19:39:51.426Z | environment variable. This has not been done automatically. |
54 | 2023-11-01T19:39:51.433Z | |
55 | 2023-11-01T19:39:51.440Z | To configure your current shell, run: |
56 | 2023-11-01T19:39:51.445Z | source "$HOME/.cargo/env" |
57 | 2023-11-01T19:39:51.489Z | + rustc --version |
58 | 2023-11-01T19:39:51.601Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-11-01T19:39:51.606Z | process exited: duration 28282 ms, exit code 0 |
|
60 | 2023-11-01T19:39:51.612Z | starting task 2: "authentication" |
61 | 2023-11-01T19:39:52.062Z | process exited: duration 446 ms, exit code 0 |
|
62 | 2023-11-01T19:39:52.083Z | starting task 3: "clone repository" |
63 | 2023-11-01T19:39:52.513Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-11-01T19:39:52.522Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-11-01T19:39:52.667Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-11-01T19:39:54.934Z | + cd /work/oxidecomputer/propolis |
67 | 2023-11-01T19:39:54.941Z | + [[ -n '' ]] |
68 | 2023-11-01T19:39:54.945Z | + git fetch origin 5a8b782688d91d0b4ca859a2b550c24d53c18903 |
69 | 2023-11-01T19:39:55.446Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-11-01T19:39:55.449Z | * branch 5a8b782688d91d0b4ca859a2b550c24d53c18903 -> FETCH_HEAD |
71 | 2023-11-01T19:39:55.452Z | + git reset --hard 5a8b782688d91d0b4ca859a2b550c24d53c18903 |
72 | 2023-11-01T19:39:55.485Z | HEAD is now at 5a8b782 Split out mock propolis-server from real thing |
73 | 2023-11-01T19:39:55.488Z | process exited: duration 2989 ms, exit code 0 |
|
74 | 2023-11-01T19:39:55.493Z | starting task 4: "build" |
75 | 2023-11-01T19:39:55.503Z | + cargo --version |
76 | 2023-11-01T19:39:55.595Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
77 | 2023-11-01T19:39:55.598Z | + rustc --version |
78 | 2023-11-01T19:39:55.700Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
79 | 2023-11-01T19:39:55.703Z | + banner check |
80 | 2023-11-01T19:39:55.858Z | |
81 | 2023-11-01T19:39:55.867Z | #### # # ###### #### # # |
82 | 2023-11-01T19:39:55.873Z | # # # # # # # # # |
83 | 2023-11-01T19:39:55.879Z | # ###### ##### # #### |
84 | 2023-11-01T19:39:55.885Z | # # # # # # # |
85 | 2023-11-01T19:39:55.892Z | # # # # # # # # # |
86 | 2023-11-01T19:39:55.898Z | #### # # ###### #### # # |
87 | 2023-11-01T19:39:55.905Z | |
88 | 2023-11-01T19:39:55.921Z | + ptime -m cargo check --features falcon |
89 | 2023-11-01T19:39:56.101Z | Updating crates.io index |
90 | 2023-11-01T19:39:56.110Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-11-01T19:39:58.026Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-11-01T19:39:58.473Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-11-01T19:39:58.841Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-11-01T19:40:08.559Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-11-01T19:40:08.946Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-11-01T19:40:09.296Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-11-01T19:40:09.791Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
98 | 2023-11-01T19:40:10.680Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2023-11-01T19:40:12.588Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-11-01T19:40:13.041Z | Updating git repository `https://github.com/oxidecomputer/p4` |
101 | 2023-11-01T19:40:13.865Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2023-11-01T19:40:14.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-11-01T19:40:16.497Z | Downloading crates ... |
104 | 2023-11-01T19:40:16.735Z | Downloaded funty v2.0.0 |
105 | 2023-11-01T19:40:16.739Z | Downloaded ahash v0.8.3 |
106 | 2023-11-01T19:40:16.745Z | Downloaded serde_urlencoded v0.7.1 |
107 | 2023-11-01T19:40:16.749Z | Downloaded futures-task v0.3.28 |
108 | 2023-11-01T19:40:16.753Z | Downloaded rustc_version v0.4.0 |
109 | 2023-11-01T19:40:16.757Z | Downloaded spin v0.9.8 |
110 | 2023-11-01T19:40:16.763Z | Downloaded colored v2.0.4 |
111 | 2023-11-01T19:40:16.769Z | Downloaded slog-envlogger v2.2.0 |
112 | 2023-11-01T19:40:16.774Z | Downloaded foreign-types-shared v0.1.1 |
113 | 2023-11-01T19:40:16.777Z | Downloaded time-core v0.1.1 |
114 | 2023-11-01T19:40:16.780Z | Downloaded static_assertions v1.1.0 |
115 | 2023-11-01T19:40:16.784Z | Downloaded fallible-streaming-iterator v0.1.9 |
116 | 2023-11-01T19:40:16.786Z | Downloaded slog-stdlog v4.1.1 |
117 | 2023-11-01T19:40:16.790Z | Downloaded synstructure v0.12.6 |
118 | 2023-11-01T19:40:16.794Z | Downloaded debug-ignore v1.0.5 |
119 | 2023-11-01T19:40:16.799Z | Downloaded thiserror v1.0.47 |
120 | 2023-11-01T19:40:16.809Z | Downloaded tokio-rustls v0.24.1 |
121 | 2023-11-01T19:40:16.816Z | Downloaded block-buffer v0.10.4 |
122 | 2023-11-01T19:40:16.819Z | Downloaded atomic-waker v1.1.1 |
123 | 2023-11-01T19:40:16.822Z | Downloaded backoff v0.4.0 |
124 | 2023-11-01T19:40:16.827Z | Downloaded aead v0.5.2 |
125 | 2023-11-01T19:40:16.829Z | Downloaded anstyle v1.0.2 |
126 | 2023-11-01T19:40:16.832Z | Downloaded tokio-native-tls v0.3.1 |
127 | 2023-11-01T19:40:16.837Z | Downloaded thread-id v4.2.0 |
128 | 2023-11-01T19:40:16.840Z | Downloaded crossbeam-utils v0.8.16 |
129 | 2023-11-01T19:40:16.845Z | Downloaded crypto-common v0.1.6 |
130 | 2023-11-01T19:40:16.848Z | Downloaded openssl-macros v0.1.1 |
131 | 2023-11-01T19:40:16.851Z | Downloaded take_mut v0.2.2 |
132 | 2023-11-01T19:40:16.854Z | Downloaded strum v0.25.0 |
133 | 2023-11-01T19:40:16.857Z | Downloaded async-recursion v0.3.2 |
134 | 2023-11-01T19:40:16.860Z | Downloaded ident_case v1.0.1 |
135 | 2023-11-01T19:40:16.864Z | Downloaded usdt-macro v0.3.5 |
136 | 2023-11-01T19:40:16.867Z | Downloaded allocator-api2 v0.2.16 |
137 | 2023-11-01T19:40:16.870Z | Downloaded structmeta-derive v0.1.6 |
138 | 2023-11-01T19:40:16.873Z | Downloaded async-stream v0.3.5 |
139 | 2023-11-01T19:40:16.875Z | Downloaded anstyle-query v1.0.0 |
140 | 2023-11-01T19:40:16.878Z | Downloaded dirs-next v2.0.0 |
141 | 2023-11-01T19:40:16.881Z | Downloaded parse-display v0.7.0 |
142 | 2023-11-01T19:40:16.907Z | Downloaded slog-term v2.9.0 |
143 | 2023-11-01T19:40:16.912Z | Downloaded erased-serde v0.3.30 |
144 | 2023-11-01T19:40:16.916Z | Downloaded pin-utils v0.1.0 |
145 | 2023-11-01T19:40:16.919Z | Downloaded quick-error v1.2.3 |
146 | 2023-11-01T19:40:16.922Z | Downloaded fastrand v2.0.0 |
147 | 2023-11-01T19:40:16.924Z | Downloaded ppv-lite86 v0.2.17 |
148 | 2023-11-01T19:40:16.927Z | Downloaded serde_tokenstream v0.1.7 |
149 | 2023-11-01T19:40:16.931Z | Downloaded want v0.3.1 |
150 | 2023-11-01T19:40:16.933Z | Downloaded unicode-xid v0.2.4 |
151 | 2023-11-01T19:40:16.936Z | Downloaded opaque-debug v0.3.0 |
152 | 2023-11-01T19:40:16.940Z | Downloaded unicode-width v0.1.10 |
153 | 2023-11-01T19:40:16.943Z | Downloaded anstyle-parse v0.2.1 |
154 | 2023-11-01T19:40:16.946Z | Downloaded try-lock v0.2.4 |
155 | 2023-11-01T19:40:16.948Z | Downloaded argon2 v0.5.2 |
156 | 2023-11-01T19:40:16.951Z | Downloaded tokio-tungstenite v0.20.1 |
157 | 2023-11-01T19:40:16.954Z | Downloaded quote v1.0.33 |
158 | 2023-11-01T19:40:16.957Z | Downloaded waitgroup v0.1.2 |
159 | 2023-11-01T19:40:16.959Z | Downloaded untrusted v0.7.1 |
160 | 2023-11-01T19:40:16.962Z | Downloaded camino v1.1.6 |
161 | 2023-11-01T19:40:16.966Z | Downloaded rand v0.8.5 |
162 | 2023-11-01T19:40:16.969Z | Downloaded glob v0.3.1 |
163 | 2023-11-01T19:40:16.971Z | Downloaded mime v0.3.17 |
164 | 2023-11-01T19:40:16.974Z | Downloaded twox-hash v1.6.3 |
165 | 2023-11-01T19:40:16.978Z | Downloaded parking_lot_core v0.9.8 |
166 | 2023-11-01T19:40:16.981Z | Downloaded pest_generator v2.7.2 |
167 | 2023-11-01T19:40:16.985Z | Downloaded tracing-attributes v0.1.26 |
168 | 2023-11-01T19:40:16.989Z | Downloaded pest_derive v2.7.2 |
169 | 2023-11-01T19:40:16.992Z | Downloaded num_threads v0.1.6 |
170 | 2023-11-01T19:40:17.000Z | Downloaded num-integer v0.1.45 |
171 | 2023-11-01T19:40:17.007Z | Downloaded bitflags v2.4.0 |
172 | 2023-11-01T19:40:17.010Z | Downloaded serde_path_to_error v0.1.14 |
173 | 2023-11-01T19:40:17.015Z | Downloaded password-hash v0.5.0 |
174 | 2023-11-01T19:40:17.025Z | Downloaded match_cfg v0.1.0 |
175 | 2023-11-01T19:40:17.038Z | Downloaded crossbeam-channel v0.5.8 |
176 | 2023-11-01T19:40:17.050Z | Downloaded hex v0.4.3 |
177 | 2023-11-01T19:40:17.054Z | Downloaded memoffset v0.7.1 |
178 | 2023-11-01T19:40:17.059Z | Downloaded humantime v2.1.0 |
179 | 2023-11-01T19:40:17.068Z | Downloaded heck v0.4.1 |
180 | 2023-11-01T19:40:17.488Z | Downloaded toml v0.5.11 |
181 | 2023-11-01T19:40:17.505Z | Downloaded bytes v1.5.0 |
182 | 2023-11-01T19:40:17.519Z | Downloaded phf_shared v0.11.2 |
183 | 2023-11-01T19:40:17.535Z | Downloaded vergen v8.2.4 |
184 | 2023-11-01T19:40:17.555Z | Downloaded num_enum v0.5.11 |
185 | 2023-11-01T19:40:17.573Z | Downloaded num_enum v0.7.0 |
186 | 2023-11-01T19:40:17.581Z | Downloaded num_enum_derive v0.7.0 |
187 | 2023-11-01T19:40:17.586Z | Downloaded tracing-core v0.1.31 |
188 | 2023-11-01T19:40:17.594Z | Downloaded linked-hash-map v0.5.6 |
189 | 2023-11-01T19:40:17.604Z | Downloaded polyval v0.6.1 |
190 | 2023-11-01T19:40:17.610Z | Downloaded hyper-rustls v0.24.1 |
191 | 2023-11-01T19:40:17.616Z | Downloaded unicode-ident v1.0.12 |
192 | 2023-11-01T19:40:17.625Z | Downloaded postgres-types v0.2.6 |
193 | 2023-11-01T19:40:17.637Z | Downloaded num-traits v0.2.16 |
194 | 2023-11-01T19:40:17.645Z | Downloaded version_check v0.9.4 |
195 | 2023-11-01T19:40:17.650Z | Downloaded is-terminal v0.4.9 |
196 | 2023-11-01T19:40:17.657Z | Downloaded tokio-postgres v0.7.10 |
197 | 2023-11-01T19:40:17.664Z | Downloaded percent-encoding v2.3.0 |
198 | 2023-11-01T19:40:17.668Z | Downloaded once_cell v1.18.0 |
199 | 2023-11-01T19:40:17.675Z | Downloaded tokio-util v0.7.8 |
200 | 2023-11-01T19:40:17.685Z | Downloaded inout v0.1.3 |
201 | 2023-11-01T19:40:17.692Z | Downloaded indicatif v0.17.6 |
202 | 2023-11-01T19:40:17.700Z | Downloaded indexmap v1.9.3 |
203 | 2023-11-01T19:40:17.706Z | Downloaded matches v0.1.10 |
204 | 2023-11-01T19:40:17.712Z | Downloaded ryu v1.0.15 |
205 | 2023-11-01T19:40:17.718Z | Downloaded lock_api v0.4.10 |
206 | 2023-11-01T19:40:17.722Z | Downloaded base64 v0.21.4 |
207 | 2023-11-01T19:40:17.727Z | Downloaded trust-dns-resolver v0.22.0 |
208 | 2023-11-01T19:40:17.732Z | Downloaded log v0.4.20 |
209 | 2023-11-01T19:40:17.737Z | Downloaded toml_edit v0.20.1 |
210 | 2023-11-01T19:40:17.742Z | Downloaded jobserver v0.1.26 |
211 | 2023-11-01T19:40:17.747Z | Downloaded httparse v1.8.0 |
212 | 2023-11-01T19:40:17.754Z | Downloaded itertools v0.11.0 |
213 | 2023-11-01T19:40:17.759Z | Downloaded native-tls v0.2.11 |
214 | 2023-11-01T19:40:17.766Z | Downloaded serde v1.0.188 |
215 | 2023-11-01T19:40:17.770Z | Downloaded syn v2.0.29 |
216 | 2023-11-01T19:40:17.776Z | Downloaded toml v0.8.1 |
217 | 2023-11-01T19:40:17.781Z | Downloaded indexmap v2.0.0 |
218 | 2023-11-01T19:40:17.786Z | Downloaded tungstenite v0.20.1 |
219 | 2023-11-01T19:40:17.793Z | Downloaded hyper v0.14.27 |
220 | 2023-11-01T19:40:17.799Z | Downloaded unicode-bidi v0.3.13 |
221 | 2023-11-01T19:40:17.807Z | Downloaded memchr v2.5.0 |
222 | 2023-11-01T19:40:17.816Z | Downloaded syn v1.0.109 |
223 | 2023-11-01T19:40:17.825Z | Downloaded idna v0.2.3 |
224 | 2023-11-01T19:40:17.831Z | Downloaded nix v0.26.2 |
225 | 2023-11-01T19:40:17.848Z | Downloaded aes v0.8.3 |
226 | 2023-11-01T19:40:17.858Z | Downloaded serde_with v2.3.3 |
227 | 2023-11-01T19:40:17.867Z | Downloaded toml_edit v0.19.15 |
228 | 2023-11-01T19:40:17.878Z | Downloaded http v0.2.9 |
229 | 2023-11-01T19:40:17.889Z | Downloaded url v2.4.0 |
230 | 2023-11-01T19:40:17.897Z | Downloaded hashbrown v0.13.2 |
231 | 2023-11-01T19:40:17.911Z | Downloaded tokio v1.33.0 |
232 | 2023-11-01T19:40:17.929Z | Downloaded unicode-normalization v0.1.22 |
233 | 2023-11-01T19:40:17.940Z | Downloaded rustls-webpki v0.101.4 |
234 | 2023-11-01T19:40:17.956Z | Downloaded serde_json v1.0.107 |
235 | 2023-11-01T19:40:17.969Z | Downloaded clap_builder v4.4.0 |
236 | 2023-11-01T19:40:17.984Z | Downloaded tracing v0.1.37 |
237 | 2023-11-01T19:40:17.994Z | Downloaded aho-corasick v1.0.4 |
238 | 2023-11-01T19:40:18.010Z | Downloaded winnow v0.5.15 |
239 | 2023-11-01T19:40:18.024Z | Downloaded portable-atomic v1.4.3 |
240 | 2023-11-01T19:40:18.040Z | Downloaded reqwest v0.11.20 |
241 | 2023-11-01T19:40:18.048Z | Downloaded chrono v0.4.31 |
242 | 2023-11-01T19:40:18.058Z | Downloaded trust-dns-proto v0.22.0 |
243 | 2023-11-01T19:40:18.066Z | Downloaded regex-syntax v0.6.29 |
244 | 2023-11-01T19:40:18.073Z | Downloaded clap v4.4.0 |
245 | 2023-11-01T19:40:18.086Z | Downloaded h2 v0.3.21 |
246 | 2023-11-01T19:40:18.103Z | Downloaded bitvec v1.0.1 |
247 | 2023-11-01T19:40:18.116Z | Downloaded vcpkg v0.2.15 |
248 | 2023-11-01T19:40:18.226Z | Downloaded git2 v0.17.2 |
249 | 2023-11-01T19:40:18.236Z | Downloaded regex v1.9.3 |
250 | 2023-11-01T19:40:18.252Z | Downloaded idna v0.4.0 |
251 | 2023-11-01T19:40:18.263Z | Downloaded webpki-roots v0.25.2 |
252 | 2023-11-01T19:40:18.276Z | Downloaded openssl v0.10.56 |
253 | 2023-11-01T19:40:18.290Z | Downloaded rustix v0.38.9 |
254 | 2023-11-01T19:40:18.303Z | Downloaded rustls v0.21.7 |
255 | 2023-11-01T19:40:18.314Z | Downloaded openapiv3 v1.0.3 |
256 | 2023-11-01T19:40:18.333Z | Downloaded bstr v1.6.0 |
257 | 2023-11-01T19:40:18.350Z | Downloaded libz-sys v1.1.12 |
258 | 2023-11-01T19:40:18.364Z | Downloaded regress v0.7.1 |
259 | 2023-11-01T19:40:18.377Z | Downloaded clap v3.2.25 |
260 | 2023-11-01T19:40:18.383Z | Downloaded regex-syntax v0.7.4 |
261 | 2023-11-01T19:40:18.404Z | Downloaded zerocopy-derive v0.2.0 |
262 | 2023-11-01T19:40:18.426Z | Downloaded openssl-sys v0.9.91 |
263 | 2023-11-01T19:40:18.447Z | Downloaded regex-automata v0.3.6 |
264 | 2023-11-01T19:40:18.458Z | Downloaded const_format v0.2.31 |
265 | 2023-11-01T19:40:18.466Z | Downloaded ucd-trie v0.1.6 |
266 | 2023-11-01T19:40:18.474Z | Downloaded pest v2.7.2 |
267 | 2023-11-01T19:40:18.488Z | Downloaded ring v0.16.20 |
268 | 2023-11-01T19:40:18.502Z | Downloaded libc v0.2.149 |
269 | 2023-11-01T19:40:18.515Z | Downloaded hashbrown v0.14.0 |
270 | 2023-11-01T19:40:18.525Z | Downloaded mio v0.8.8 |
271 | 2023-11-01T19:40:18.533Z | Downloaded typenum v1.16.0 |
272 | 2023-11-01T19:40:18.538Z | Downloaded libm v0.2.7 |
273 | 2023-11-01T19:40:18.543Z | Downloaded num-bigint v0.4.4 |
274 | 2023-11-01T19:40:18.552Z | Downloaded rusqlite v0.29.0 |
275 | 2023-11-01T19:40:18.558Z | Downloaded pin-project-lite v0.2.13 |
276 | 2023-11-01T19:40:18.566Z | Downloaded hashbrown v0.12.3 |
277 | 2023-11-01T19:40:18.979Z | Downloaded slog v2.7.0 |
278 | 2023-11-01T19:40:18.982Z | Downloaded futures-util v0.3.28 |
279 | 2023-11-01T19:40:18.985Z | Downloaded lru-cache v0.1.2 |
280 | 2023-11-01T19:40:18.988Z | Downloaded time v0.3.27 |
281 | 2023-11-01T19:40:18.994Z | Downloaded arc-swap v1.6.0 |
282 | 2023-11-01T19:40:18.997Z | Downloaded serde_derive v1.0.188 |
283 | 2023-11-01T19:40:19.000Z | Downloaded tinyvec v1.6.0 |
284 | 2023-11-01T19:40:19.003Z | Downloaded console v0.15.7 |
285 | 2023-11-01T19:40:19.005Z | Downloaded wyz v0.5.1 |
286 | 2023-11-01T19:40:19.008Z | Downloaded usdt v0.3.5 |
287 | 2023-11-01T19:40:19.011Z | Downloaded toml v0.7.8 |
288 | 2023-11-01T19:40:19.020Z | Downloaded serde_yaml v0.9.25 |
289 | 2023-11-01T19:40:19.023Z | Downloaded encoding_rs v0.8.33 |
290 | 2023-11-01T19:40:19.027Z | Downloaded postgres-protocol v0.6.6 |
291 | 2023-11-01T19:40:19.029Z | Downloaded libloading v0.7.4 |
292 | 2023-11-01T19:40:19.032Z | Downloaded httpdate v1.0.3 |
293 | 2023-11-01T19:40:19.035Z | Downloaded hmac v0.12.1 |
294 | 2023-11-01T19:40:19.038Z | Downloaded unsafe-libyaml v0.2.9 |
295 | 2023-11-01T19:40:19.041Z | Downloaded ipnet v2.8.0 |
296 | 2023-11-01T19:40:19.044Z | Downloaded socket2 v0.4.9 |
297 | 2023-11-01T19:40:19.047Z | Downloaded hashlink v0.8.3 |
298 | 2023-11-01T19:40:19.050Z | Downloaded globset v0.4.13 |
299 | 2023-11-01T19:40:19.052Z | Downloaded macaddr v1.0.1 |
300 | 2023-11-01T19:40:19.055Z | Downloaded schemars v0.8.15 |
301 | 2023-11-01T19:40:19.058Z | Downloaded fatfs v0.3.6 |
302 | 2023-11-01T19:40:19.061Z | Downloaded itoa v1.0.9 |
303 | 2023-11-01T19:40:19.064Z | Downloaded hostname v0.3.1 |
304 | 2023-11-01T19:40:19.067Z | Downloaded toml_datetime v0.6.3 |
305 | 2023-11-01T19:40:19.070Z | Downloaded utf8parse v0.2.1 |
306 | 2023-11-01T19:40:19.072Z | Downloaded getrandom v0.2.10 |
307 | 2023-11-01T19:40:19.075Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
308 | 2023-11-01T19:40:19.078Z | Downloaded num-rational v0.4.1 |
309 | 2023-11-01T19:40:19.081Z | Downloaded multer v2.1.0 |
310 | 2023-11-01T19:40:19.084Z | Downloaded uuid v1.4.1 |
311 | 2023-11-01T19:40:19.088Z | Downloaded socket2 v0.5.3 |
312 | 2023-11-01T19:40:19.091Z | Downloaded cc v1.0.83 |
313 | 2023-11-01T19:40:19.094Z | Downloaded blake2 v0.10.6 |
314 | 2023-11-01T19:40:19.096Z | Downloaded ron v0.7.1 |
315 | 2023-11-01T19:40:19.099Z | Downloaded whoami v1.4.1 |
316 | 2023-11-01T19:40:19.102Z | Downloaded darling_core v0.20.3 |
317 | 2023-11-01T19:40:19.105Z | Downloaded proc-macro2 v1.0.67 |
318 | 2023-11-01T19:40:19.111Z | Downloaded futures-channel v0.3.28 |
319 | 2023-11-01T19:40:19.114Z | Downloaded utf-8 v0.7.6 |
320 | 2023-11-01T19:40:19.117Z | Downloaded pkg-config v0.3.27 |
321 | 2023-11-01T19:40:19.120Z | Downloaded paste v1.0.14 |
322 | 2023-11-01T19:40:19.123Z | Downloaded parse-display-derive v0.7.0 |
323 | 2023-11-01T19:40:19.126Z | Downloaded num-complex v0.4.4 |
324 | 2023-11-01T19:40:19.131Z | Downloaded lazy_static v1.4.0 |
325 | 2023-11-01T19:40:19.134Z | Downloaded zeroize v1.6.0 |
326 | 2023-11-01T19:40:19.136Z | Downloaded md-5 v0.10.5 |
327 | 2023-11-01T19:40:19.139Z | Downloaded http-body v0.4.5 |
328 | 2023-11-01T19:40:19.142Z | Downloaded zerocopy v0.3.0 |
329 | 2023-11-01T19:40:19.145Z | Downloaded pest_meta v2.7.2 |
330 | 2023-11-01T19:40:19.148Z | Downloaded parking_lot v0.12.1 |
331 | 2023-11-01T19:40:19.153Z | Downloaded async-trait v0.1.73 |
332 | 2023-11-01T19:40:19.156Z | Downloaded radium v0.7.0 |
333 | 2023-11-01T19:40:19.164Z | Downloaded resolv-conf v0.7.0 |
334 | 2023-11-01T19:40:19.168Z | Downloaded usdt-attr-macro v0.3.5 |
335 | 2023-11-01T19:40:19.171Z | Downloaded tower-service v0.3.2 |
336 | 2023-11-01T19:40:19.175Z | Downloaded ipnetwork v0.20.0 |
337 | 2023-11-01T19:40:19.178Z | Downloaded iana-time-zone v0.1.57 |
338 | 2023-11-01T19:40:19.181Z | Downloaded hyper-tls v0.5.0 |
339 | 2023-11-01T19:40:19.184Z | Downloaded const_format_proc_macros v0.2.31 |
340 | 2023-11-01T19:40:19.187Z | Downloaded futures v0.3.28 |
341 | 2023-11-01T19:40:19.190Z | Downloaded instant v0.1.12 |
342 | 2023-11-01T19:40:19.193Z | Downloaded anyhow v1.0.75 |
343 | 2023-11-01T19:40:19.196Z | Downloaded thiserror-impl v1.0.47 |
344 | 2023-11-01T19:40:19.199Z | Downloaded textwrap v0.16.0 |
345 | 2023-11-01T19:40:19.202Z | Downloaded darling v0.20.3 |
346 | 2023-11-01T19:40:19.205Z | Downloaded rustls-pemfile v1.0.3 |
347 | 2023-11-01T19:40:19.208Z | Downloaded bincode v1.3.3 |
348 | 2023-11-01T19:40:19.211Z | Downloaded form_urlencoded v1.2.0 |
349 | 2023-11-01T19:40:19.215Z | Downloaded pretty-hex v0.2.1 |
350 | 2023-11-01T19:40:19.255Z | Downloaded usdt-impl v0.3.5 |
351 | 2023-11-01T19:40:19.272Z | Downloaded data-encoding v2.4.0 |
352 | 2023-11-01T19:40:19.296Z | Downloaded time-macros v0.2.13 |
353 | 2023-11-01T19:40:19.308Z | Downloaded stringprep v0.1.3 |
354 | 2023-11-01T19:40:19.312Z | Downloaded openssl-probe v0.1.5 |
355 | 2023-11-01T19:40:19.316Z | Downloaded os_str_bytes v6.5.1 |
356 | 2023-11-01T19:40:19.319Z | Downloaded subtle v2.5.0 |
357 | 2023-11-01T19:40:19.322Z | Downloaded cipher v0.4.4 |
358 | 2023-11-01T19:40:19.325Z | Downloaded serde_derive_internals v0.26.0 |
359 | 2023-11-01T19:40:19.330Z | Downloaded phf v0.11.2 |
360 | 2023-11-01T19:40:19.334Z | Downloaded bitflags v1.3.2 |
361 | 2023-11-01T19:40:19.337Z | Downloaded universal-hash v0.5.1 |
362 | 2023-11-01T19:40:19.341Z | Downloaded num_enum_derive v0.5.11 |
363 | 2023-11-01T19:40:19.345Z | Downloaded serde_tokenstream v0.2.0 |
364 | 2023-11-01T19:40:19.348Z | Downloaded tempfile v3.8.0 |
365 | 2023-11-01T19:40:19.351Z | Downloaded byteorder v1.4.3 |
366 | 2023-11-01T19:40:19.356Z | Downloaded rand_core v0.6.4 |
367 | 2023-11-01T19:40:19.358Z | Downloaded termcolor v1.2.0 |
368 | 2023-11-01T19:40:19.361Z | Downloaded futures-core v0.3.28 |
369 | 2023-11-01T19:40:19.364Z | Downloaded schemars_derive v0.8.15 |
370 | 2023-11-01T19:40:19.367Z | Downloaded bitstruct_derive v0.1.0 |
371 | 2023-11-01T19:40:19.370Z | Downloaded num_cpus v1.16.0 |
372 | 2023-11-01T19:40:19.373Z | Downloaded ringbuffer v0.15.0 |
373 | 2023-11-01T19:40:19.376Z | Downloaded tap v1.0.1 |
374 | 2023-11-01T19:40:19.379Z | Downloaded term v0.7.0 |
375 | 2023-11-01T19:40:19.382Z | Downloaded siphasher v0.3.11 |
376 | 2023-11-01T19:40:19.386Z | Downloaded serde_arrays v0.1.0 |
377 | 2023-11-01T19:40:19.390Z | Downloaded errno v0.3.2 |
378 | 2023-11-01T19:40:19.393Z | Downloaded number_prefix v0.4.0 |
379 | 2023-11-01T19:40:19.398Z | Downloaded num-iter v0.1.43 |
380 | 2023-11-01T19:40:19.405Z | Downloaded futures-macro v0.3.28 |
381 | 2023-11-01T19:40:19.408Z | Downloaded clap_lex v0.5.1 |
382 | 2023-11-01T19:40:19.412Z | Downloaded ctrlc v3.4.0 |
383 | 2023-11-01T19:40:19.416Z | Downloaded rand_chacha v0.3.1 |
384 | 2023-11-01T19:40:19.422Z | Downloaded proc-macro-error-attr v1.0.4 |
385 | 2023-11-01T19:40:19.430Z | Downloaded proc-macro-crate v1.3.1 |
386 | 2023-11-01T19:40:19.444Z | Downloaded semver v1.0.18 |
387 | 2023-11-01T19:40:19.455Z | Downloaded sct v0.7.0 |
388 | 2023-11-01T19:40:19.463Z | Downloaded libsqlite3-sys v0.26.0 |
389 | 2023-11-01T19:40:19.475Z | Downloaded clap_derive v4.4.0 |
390 | 2023-11-01T19:40:19.481Z | Downloaded clap_derive v3.2.25 |
391 | 2023-11-01T19:40:19.491Z | Downloaded omicron-workspace-hack v0.1.0 |
392 | 2023-11-01T19:40:19.502Z | Downloaded env_logger v0.9.3 |
393 | 2023-11-01T19:40:19.544Z | Downloaded bitstruct v0.1.1 |
394 | 2023-11-01T19:40:19.560Z | Downloaded slog-dtrace v0.2.3 |
395 | 2023-11-01T19:40:19.571Z | Downloaded slog-async v2.8.0 |
396 | 2023-11-01T19:40:19.584Z | Downloaded serde_repr v0.1.16 |
397 | 2023-11-01T19:40:19.593Z | Downloaded either v1.9.0 |
398 | 2023-11-01T19:40:19.600Z | Downloaded dof v0.1.5 |
399 | 2023-11-01T19:40:19.612Z | Downloaded ctr v0.9.2 |
400 | 2023-11-01T19:40:19.627Z | Downloaded tokio-macros v2.1.0 |
401 | 2023-11-01T19:40:19.640Z | Downloaded spin v0.5.2 |
402 | 2023-11-01T19:40:19.655Z | Downloaded serde_spanned v0.6.3 |
403 | 2023-11-01T19:40:19.664Z | Downloaded proc-macro-error v1.0.4 |
404 | 2023-11-01T19:40:19.678Z | Downloaded futures-executor v0.3.28 |
405 | 2023-11-01T19:40:19.688Z | Downloaded fnv v1.0.7 |
406 | 2023-11-01T19:40:19.721Z | Downloaded aes-gcm-siv v0.11.1 |
407 | 2023-11-01T19:40:19.747Z | Downloaded scopeguard v1.2.0 |
408 | 2023-11-01T19:40:19.761Z | Downloaded thread_local v1.1.7 |
409 | 2023-11-01T19:40:19.781Z | Downloaded cfg-if v1.0.0 |
410 | 2023-11-01T19:40:19.802Z | Downloaded atty v0.2.14 |
411 | 2023-11-01T19:40:20.223Z | Downloaded getopts v0.2.21 |
412 | 2023-11-01T19:40:20.231Z | Downloaded foreign-types v0.3.2 |
413 | 2023-11-01T19:40:20.238Z | Downloaded tinyvec_macros v0.1.1 |
414 | 2023-11-01T19:40:20.246Z | Downloaded smallvec v1.11.0 |
415 | 2023-11-01T19:40:20.251Z | Downloaded slog-scope v4.4.0 |
416 | 2023-11-01T19:40:20.304Z | Downloaded dirs-sys-next v0.1.2 |
417 | 2023-11-01T19:40:20.316Z | Downloaded serde_with_macros v2.3.3 |
418 | 2023-11-01T19:40:20.322Z | Downloaded enum-as-inner v0.5.1 |
419 | 2023-11-01T19:40:20.331Z | Downloaded anstream v0.5.0 |
420 | 2023-11-01T19:40:20.340Z | Downloaded num v0.4.1 |
421 | 2023-11-01T19:40:20.346Z | Downloaded structmeta v0.1.6 |
422 | 2023-11-01T19:40:20.352Z | Downloaded autocfg v1.1.0 |
423 | 2023-11-01T19:40:20.367Z | Downloaded strsim v0.10.0 |
424 | 2023-11-01T19:40:20.375Z | Downloaded slog-bunyan v2.4.0 |
425 | 2023-11-01T19:40:20.382Z | Downloaded slab v0.4.9 |
426 | 2023-11-01T19:40:20.389Z | Downloaded cpufeatures v0.2.9 |
427 | 2023-11-01T19:40:20.400Z | Downloaded base64ct v1.6.0 |
428 | 2023-11-01T19:40:20.419Z | Downloaded strum_macros v0.25.2 |
429 | 2023-11-01T19:40:20.839Z | Downloaded slog-json v2.6.1 |
430 | 2023-11-01T19:40:20.845Z | Downloaded generic-array v0.14.7 |
431 | 2023-11-01T19:40:20.850Z | Downloaded digest v0.10.7 |
432 | 2023-11-01T19:40:20.855Z | Downloaded sha1 v0.10.5 |
433 | 2023-11-01T19:40:20.862Z | Downloaded bit_field v0.10.2 |
434 | 2023-11-01T19:40:20.866Z | Downloaded darling_macro v0.20.3 |
435 | 2023-11-01T19:40:20.872Z | Downloaded sha2 v0.10.7 |
436 | 2023-11-01T19:40:20.879Z | Downloaded futures-sink v0.3.28 |
437 | 2023-11-01T19:40:20.883Z | Downloaded clap_lex v0.2.4 |
438 | 2023-11-01T19:40:20.887Z | Downloaded rustversion v1.0.14 |
439 | 2023-11-01T19:40:20.891Z | Downloaded ascii v1.1.0 |
440 | 2023-11-01T19:40:20.894Z | Downloaded colorchoice v1.0.0 |
441 | 2023-11-01T19:40:20.898Z | Downloaded async-recursion v1.0.5 |
442 | 2023-11-01T19:40:20.903Z | Downloaded base64 v0.13.1 |
443 | 2023-11-01T19:40:20.907Z | Downloaded equivalent v1.0.1 |
444 | 2023-11-01T19:40:20.912Z | Downloaded dyn-clone v1.0.13 |
445 | 2023-11-01T19:40:20.918Z | Downloaded dtrace-parser v0.1.14 |
446 | 2023-11-01T19:40:20.926Z | Downloaded crucible-workspace-hack v0.1.0 |
447 | 2023-11-01T19:40:20.929Z | Downloaded async-stream-impl v0.3.5 |
448 | 2023-11-01T19:40:20.935Z | Downloaded signal-hook-registry v1.4.1 |
449 | 2023-11-01T19:40:20.939Z | Downloaded futures-io v0.3.28 |
450 | 2023-11-01T19:40:20.943Z | Downloaded fallible-iterator v0.2.0 |
451 | 2023-11-01T19:40:20.950Z | Downloaded deranged v0.3.8 |
452 | 2023-11-01T19:40:20.955Z | Compiling proc-macro2 v1.0.67 |
453 | 2023-11-01T19:40:20.963Z | Compiling unicode-ident v1.0.12 |
454 | 2023-11-01T19:40:20.968Z | Compiling libc v0.2.149 |
455 | 2023-11-01T19:40:20.973Z | Checking cfg-if v1.0.0 |
456 | 2023-11-01T19:40:20.979Z | Compiling version_check v0.9.4 |
457 | 2023-11-01T19:40:20.984Z | Compiling autocfg v1.1.0 |
458 | 2023-11-01T19:40:21.008Z | Compiling serde v1.0.188 |
459 | 2023-11-01T19:40:21.022Z | Compiling syn v1.0.109 |
460 | 2023-11-01T19:40:21.037Z | Checking once_cell v1.18.0 |
461 | 2023-11-01T19:40:21.049Z | Compiling memchr v2.5.0 |
462 | 2023-11-01T19:40:21.057Z | Compiling thiserror v1.0.47 |
463 | 2023-11-01T19:40:23.792Z | Checking itoa v1.0.9 |
464 | 2023-11-01T19:40:23.926Z | Compiling serde_json v1.0.107 |
465 | 2023-11-01T19:40:24.061Z | Compiling ahash v0.8.3 |
466 | 2023-11-01T19:40:24.079Z | Checking pin-project-lite v0.2.13 |
467 | 2023-11-01T19:40:24.225Z | Checking log v0.4.20 |
468 | 2023-11-01T19:40:24.442Z | Compiling pkg-config v0.3.27 |
469 | 2023-11-01T19:40:24.585Z | Compiling libm v0.2.7 |
470 | 2023-11-01T19:40:24.639Z | Compiling num-traits v0.2.16 |
471 | 2023-11-01T19:40:24.855Z | Compiling vcpkg v0.2.15 |
472 | 2023-11-01T19:40:25.182Z | Compiling jobserver v0.1.26 |
473 | 2023-11-01T19:40:25.247Z | Compiling quote v1.0.33 |
474 | 2023-11-01T19:40:25.834Z | Compiling syn v2.0.29 |
475 | 2023-11-01T19:40:26.223Z | Checking getrandom v0.2.10 |
476 | 2023-11-01T19:40:26.249Z | Compiling cc v1.0.83 |
477 | 2023-11-01T19:40:26.332Z | Compiling lock_api v0.4.10 |
478 | 2023-11-01T19:40:26.434Z | Compiling parking_lot_core v0.9.8 |
479 | 2023-11-01T19:40:26.591Z | Checking rand_core v0.6.4 |
480 | 2023-11-01T19:40:26.895Z | Checking ryu v1.0.15 |
481 | 2023-11-01T19:40:26.984Z | Checking smallvec v1.11.0 |
482 | 2023-11-01T19:40:27.479Z | Compiling typenum v1.16.0 |
483 | 2023-11-01T19:40:27.493Z | Compiling generic-array v0.14.7 |
484 | 2023-11-01T19:40:27.550Z | Checking scopeguard v1.2.0 |
485 | 2023-11-01T19:40:28.047Z | Compiling futures-core v0.3.28 |
486 | 2023-11-01T19:40:28.200Z | Checking socket2 v0.5.3 |
487 | 2023-11-01T19:40:28.335Z | Checking parking_lot v0.12.1 |
488 | 2023-11-01T19:40:28.694Z | Checking signal-hook-registry v1.4.1 |
489 | 2023-11-01T19:40:28.893Z | Checking mio v0.8.8 |
490 | 2023-11-01T19:40:28.941Z | Checking num_cpus v1.16.0 |
491 | 2023-11-01T19:40:29.047Z | Compiling heck v0.4.1 |
492 | 2023-11-01T19:40:29.723Z | Checking pin-utils v0.1.0 |
493 | 2023-11-01T19:40:29.877Z | Compiling equivalent v1.0.1 |
494 | 2023-11-01T19:40:29.898Z | Compiling hashbrown v0.14.0 |
495 | 2023-11-01T19:40:29.901Z | Checking futures-sink v0.3.28 |
496 | 2023-11-01T19:40:30.023Z | Compiling slab v0.4.9 |
497 | 2023-11-01T19:40:30.114Z | Compiling futures-task v0.3.28 |
498 | 2023-11-01T19:40:30.381Z | Compiling futures-channel v0.3.28 |
499 | 2023-11-01T19:40:30.742Z | Compiling futures-util v0.3.28 |
500 | 2023-11-01T19:40:31.138Z | Checking subtle v2.5.0 |
501 | 2023-11-01T19:40:31.194Z | Checking futures-io v0.3.28 |
502 | 2023-11-01T19:40:31.375Z | Checking bitflags v1.3.2 |
503 | 2023-11-01T19:40:31.451Z | Checking iana-time-zone v0.1.57 |
504 | 2023-11-01T19:40:31.471Z | Compiling unicode-xid v0.2.4 |
505 | 2023-11-01T19:40:31.511Z | Checking allocator-api2 v0.2.16 |
506 | 2023-11-01T19:40:31.651Z | Checking fnv v1.0.7 |
507 | 2023-11-01T19:40:31.702Z | Compiling slog v2.7.0 |
508 | 2023-11-01T19:40:31.752Z | Checking tinyvec_macros v0.1.1 |
509 | 2023-11-01T19:40:31.811Z | Checking byteorder v1.4.3 |
510 | 2023-11-01T19:40:31.849Z | Checking tinyvec v1.6.0 |
511 | 2023-11-01T19:40:32.428Z | Compiling ring v0.16.20 |
512 | 2023-11-01T19:40:33.152Z | Checking crypto-common v0.1.6 |
513 | 2023-11-01T19:40:33.297Z | Checking tracing-core v0.1.31 |
514 | 2023-11-01T19:40:33.378Z | Compiling time-core v0.1.1 |
515 | 2023-11-01T19:40:33.614Z | Checking unicode-bidi v0.3.13 |
516 | 2023-11-01T19:40:34.140Z | Checking unicode-normalization v0.1.22 |
517 | 2023-11-01T19:40:34.144Z | Compiling ucd-trie v0.1.6 |
518 | 2023-11-01T19:40:34.376Z | Checking block-buffer v0.10.4 |
519 | 2023-11-01T19:40:34.676Z | Checking aho-corasick v1.0.4 |
520 | 2023-11-01T19:40:34.822Z | Compiling indexmap v1.9.3 |
521 | 2023-11-01T19:40:35.095Z | Checking ppv-lite86 v0.2.17 |
522 | 2023-11-01T19:40:35.245Z | Compiling schemars v0.8.15 |
523 | 2023-11-01T19:40:35.343Z | Checking regex-syntax v0.7.4 |
524 | 2023-11-01T19:40:35.663Z | Checking digest v0.10.7 |
525 | 2023-11-01T19:40:36.100Z | Checking untrusted v0.7.1 |
526 | 2023-11-01T19:40:36.232Z | Checking rand_chacha v0.3.1 |
527 | 2023-11-01T19:40:36.318Z | Checking dyn-clone v1.0.13 |
528 | 2023-11-01T19:40:36.382Z | Checking hashbrown v0.12.3 |
529 | 2023-11-01T19:40:36.485Z | Checking spin v0.5.2 |
530 | 2023-11-01T19:40:36.739Z | Compiling serde_derive_internals v0.26.0 |
531 | 2023-11-01T19:40:36.759Z | Compiling synstructure v0.12.6 |
532 | 2023-11-01T19:40:37.015Z | Compiling httparse v1.8.0 |
533 | 2023-11-01T19:40:37.684Z | Checking percent-encoding v2.3.0 |
534 | 2023-11-01T19:40:37.906Z | Checking cpufeatures v0.2.9 |
535 | 2023-11-01T19:40:38.047Z | Checking rand v0.8.5 |
536 | 2023-11-01T19:40:39.112Z | Compiling openssl-sys v0.9.91 |
537 | 2023-11-01T19:40:39.603Z | Checking base64 v0.21.4 |
538 | 2023-11-01T19:40:39.968Z | Compiling rustversion v1.0.14 |
539 | 2023-11-01T19:40:40.364Z | Checking regex-automata v0.3.6 |
540 | 2023-11-01T19:40:41.026Z | Checking form_urlencoded v1.2.0 |
541 | 2023-11-01T19:40:41.460Z | Compiling rustls v0.21.7 |
542 | 2023-11-01T19:40:41.855Z | Compiling hashbrown v0.13.2 |
543 | 2023-11-01T19:40:42.129Z | Compiling time-macros v0.2.13 |
544 | 2023-11-01T19:40:43.309Z | Compiling chrono v0.4.31 |
545 | 2023-11-01T19:40:43.576Z | Checking atty v0.2.14 |
546 | 2023-11-01T19:40:43.741Z | Compiling usdt-impl v0.3.5 |
547 | 2023-11-01T19:40:44.244Z | Compiling uuid v1.4.1 |
548 | 2023-11-01T19:40:44.339Z | Checking deranged v0.3.8 |
549 | 2023-11-01T19:40:45.055Z | Compiling serde_derive v1.0.188 |
550 | 2023-11-01T19:40:45.190Z | Compiling thiserror-impl v1.0.47 |
551 | 2023-11-01T19:40:45.671Z | Compiling tokio-macros v2.1.0 |
552 | 2023-11-01T19:40:45.930Z | Compiling futures-macro v0.3.28 |
553 | 2023-11-01T19:40:46.249Z | Compiling schemars_derive v0.8.15 |
554 | 2023-11-01T19:40:46.955Z | Compiling tracing-attributes v0.1.26 |
555 | 2023-11-01T19:40:47.174Z | Compiling zerocopy-derive v0.2.0 |
556 | 2023-11-01T19:40:48.385Z | Checking regex v1.9.3 |
557 | 2023-11-01T19:40:50.283Z | Compiling pest v2.7.2 |
558 | 2023-11-01T19:40:50.304Z | Checking num_threads v0.1.6 |
559 | 2023-11-01T19:40:50.409Z | Checking rustls-webpki v0.101.4 |
560 | 2023-11-01T19:40:50.433Z | Checking sct v0.7.0 |
561 | 2023-11-01T19:40:50.436Z | Compiling crossbeam-utils v0.8.16 |
562 | 2023-11-01T19:40:50.727Z | Checking time v0.3.27 |
563 | 2023-11-01T19:40:51.223Z | Compiling zerocopy v0.3.0 |
564 | 2023-11-01T19:40:51.742Z | Compiling regress v0.7.1 |
565 | 2023-11-01T19:40:52.385Z | Checking idna v0.4.0 |
566 | 2023-11-01T19:40:52.625Z | Checking tracing v0.1.37 |
567 | 2023-11-01T19:40:53.064Z | Checking dirs-sys-next v0.1.2 |
568 | 2023-11-01T19:40:53.308Z | Checking foreign-types-shared v0.1.1 |
569 | 2023-11-01T19:40:53.442Z | Compiling anyhow v1.0.75 |
570 | 2023-11-01T19:40:53.688Z | Compiling async-trait v0.1.73 |
571 | 2023-11-01T19:40:53.804Z | Checking try-lock v0.2.4 |
572 | 2023-11-01T19:40:53.969Z | Checking lazy_static v1.4.0 |
573 | 2023-11-01T19:40:54.136Z | Compiling openssl v0.10.56 |
574 | 2023-11-01T19:40:54.489Z | Compiling pest_meta v2.7.2 |
575 | 2023-11-01T19:40:54.657Z | Checking want v0.3.1 |
576 | 2023-11-01T19:40:54.899Z | Checking url v2.4.0 |
577 | 2023-11-01T19:40:55.427Z | Checking foreign-types v0.3.2 |
578 | 2023-11-01T19:40:55.432Z | Checking dirs-next v2.0.0 |
579 | 2023-11-01T19:40:55.436Z | Compiling dof v0.1.5 |
580 | 2023-11-01T19:40:56.094Z | Compiling openssl-macros v0.1.1 |
581 | 2023-11-01T19:40:56.795Z | Compiling pest_generator v2.7.2 |
582 | 2023-11-01T19:40:57.363Z | Checking socket2 v0.4.9 |
583 | 2023-11-01T19:40:57.803Z | Compiling thread-id v4.2.0 |
584 | 2023-11-01T19:40:57.947Z | Checking thread_local v1.1.7 |
585 | 2023-11-01T19:40:58.726Z | Checking tower-service v0.3.2 |
586 | 2023-11-01T19:40:59.143Z | Checking httpdate v1.0.3 |
587 | 2023-11-01T19:40:59.181Z | Compiling slog-async v2.8.0 |
588 | 2023-11-01T19:41:00.011Z | Compiling native-tls v0.2.11 |
589 | 2023-11-01T19:41:00.737Z | Checking crossbeam-channel v0.5.8 |
590 | 2023-11-01T19:41:01.867Z | Compiling pest_derive v2.7.2 |
591 | 2023-11-01T19:41:01.883Z | Checking term v0.7.0 |
592 | 2023-11-01T19:41:03.266Z | Compiling dtrace-parser v0.1.14 |
593 | 2023-11-01T19:41:04.277Z | Checking rustls-pemfile v1.0.3 |
594 | 2023-11-01T19:41:04.597Z | Checking unicode-width v0.1.10 |
595 | 2023-11-01T19:41:04.830Z | Checking openssl-probe v0.1.5 |
596 | 2023-11-01T19:41:05.003Z | Checking take_mut v0.2.2 |
597 | 2023-11-01T19:41:05.185Z | Compiling winnow v0.5.15 |
598 | 2023-11-01T19:41:06.201Z | Compiling toml_datetime v0.6.3 |
599 | 2023-11-01T19:41:06.873Z | Checking bytes v1.5.0 |
600 | 2023-11-01T19:41:08.118Z | Checking tokio v1.33.0 |
601 | 2023-11-01T19:41:08.810Z | Compiling indexmap v2.0.0 |
602 | 2023-11-01T19:41:09.626Z | Checking http v0.2.9 |
603 | 2023-11-01T19:41:10.843Z | Compiling serde_tokenstream v0.2.0 |
604 | 2023-11-01T19:41:11.277Z | Compiling serde_tokenstream v0.1.7 |
605 | 2023-11-01T19:41:11.742Z | Checking http-body v0.4.5 |
606 | 2023-11-01T19:41:12.035Z | Compiling toml_edit v0.19.15 |
607 | 2023-11-01T19:41:13.783Z | Checking slog-term v2.9.0 |
608 | 2023-11-01T19:41:14.120Z | Checking encoding_rs v0.8.33 |
609 | 2023-11-01T19:41:14.559Z | Checking mime v0.3.17 |
610 | 2023-11-01T19:41:15.067Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
611 | 2023-11-01T19:41:15.579Z | Checking ipnet v2.8.0 |
612 | 2023-11-01T19:41:16.354Z | Compiling proc-macro-crate v1.3.1 |
613 | 2023-11-01T19:41:17.754Z | Compiling usdt-attr-macro v0.3.5 |
614 | 2023-11-01T19:41:18.053Z | Compiling usdt-macro v0.3.5 |
615 | 2023-11-01T19:41:18.148Z | Checking serde_spanned v0.6.3 |
616 | 2023-11-01T19:41:18.450Z | Checking serde_urlencoded v0.7.1 |
617 | 2023-11-01T19:41:19.424Z | Checking tokio-util v0.7.8 |
618 | 2023-11-01T19:41:19.496Z | Checking tokio-rustls v0.24.1 |
619 | 2023-11-01T19:41:20.024Z | Checking tokio-native-tls v0.3.1 |
620 | 2023-11-01T19:41:20.240Z | Checking match_cfg v0.1.0 |
621 | 2023-11-01T19:41:20.351Z | Compiling omicron-workspace-hack v0.1.0 |
622 | 2023-11-01T19:41:20.804Z | Checking h2 v0.3.21 |
623 | 2023-11-01T19:41:22.690Z | Compiling getopts v0.2.21 |
624 | 2023-11-01T19:41:22.968Z | Checking usdt v0.3.5 |
625 | 2023-11-01T19:41:23.039Z | Checking hostname v0.3.1 |
626 | 2023-11-01T19:41:23.210Z | Checking openapiv3 v1.0.3 |
627 | 2023-11-01T19:41:24.088Z | Checking webpki-roots v0.25.2 |
628 | 2023-11-01T19:41:24.311Z | Compiling unsafe-libyaml v0.2.9 |
629 | 2023-11-01T19:41:25.263Z | Compiling strsim v0.10.0 |
630 | 2023-11-01T19:41:26.283Z | Checking fallible-iterator v0.2.0 |
631 | 2023-11-01T19:41:26.299Z | Compiling ident_case v1.0.1 |
632 | 2023-11-01T19:41:26.550Z | Compiling serde_yaml v0.9.25 |
633 | 2023-11-01T19:41:27.237Z | Compiling darling_core v0.20.3 |
634 | 2023-11-01T19:41:27.959Z | Checking futures-executor v0.3.28 |
635 | 2023-11-01T19:41:28.001Z | Checking hyper v0.14.27 |
636 | 2023-11-01T19:41:28.838Z | Checking sha1 v0.10.5 |
637 | 2023-11-01T19:41:28.891Z | Compiling libz-sys v1.1.12 |
638 | 2023-11-01T19:41:29.227Z | Compiling num-integer v0.1.45 |
639 | 2023-11-01T19:41:29.983Z | Checking futures v0.3.28 |
640 | 2023-11-01T19:41:30.003Z | Checking toml_edit v0.20.1 |
641 | 2023-11-01T19:41:30.129Z | Checking slog-json v2.6.1 |
642 | 2023-11-01T19:41:30.493Z | Compiling strum_macros v0.25.2 |
643 | 2023-11-01T19:41:31.051Z | Compiling rustix v0.38.9 |
644 | 2023-11-01T19:41:32.150Z | Checking bitflags v2.4.0 |
645 | 2023-11-01T19:41:32.711Z | Checking slog-bunyan v2.4.0 |
646 | 2023-11-01T19:41:32.923Z | Compiling structmeta-derive v0.1.6 |
647 | 2023-11-01T19:41:33.654Z | Checking sha2 v0.10.7 |
648 | 2023-11-01T19:41:33.964Z | Checking toml v0.8.1 |
649 | 2023-11-01T19:41:34.358Z | Checking hmac v0.12.1 |
650 | 2023-11-01T19:41:34.505Z | Checking md-5 v0.10.5 |
651 | 2023-11-01T19:41:34.658Z | Checking stringprep v0.1.3 |
652 | 2023-11-01T19:41:34.831Z | Compiling libgit2-sys v0.15.2+1.6.4 |
653 | 2023-11-01T19:41:35.057Z | Checking errno v0.3.2 |
654 | 2023-11-01T19:41:35.187Z | Compiling num-bigint v0.4.4 |
655 | 2023-11-01T19:41:35.257Z | Compiling multer v2.1.0 |
656 | 2023-11-01T19:41:35.450Z | Checking hyper-tls v0.5.0 |
657 | 2023-11-01T19:41:35.808Z | Checking hyper-rustls v0.24.1 |
658 | 2023-11-01T19:41:35.858Z | Compiling semver v1.0.18 |
659 | 2023-11-01T19:41:35.967Z | Compiling paste v1.0.14 |
660 | 2023-11-01T19:41:36.020Z | Checking siphasher v0.3.11 |
661 | 2023-11-01T19:41:36.195Z | Compiling darling_macro v0.20.3 |
662 | 2023-11-01T19:41:36.215Z | Checking reqwest v0.11.20 |
663 | 2023-11-01T19:41:36.636Z | Compiling camino v1.1.6 |
664 | 2023-11-01T19:41:36.846Z | Checking strum v0.25.0 |
665 | 2023-11-01T19:41:37.153Z | Checking phf_shared v0.11.2 |
666 | 2023-11-01T19:41:37.455Z | Compiling structmeta v0.1.6 |
667 | 2023-11-01T19:41:37.909Z | Compiling darling v0.20.3 |
668 | 2023-11-01T19:41:38.037Z | Checking postgres-protocol v0.6.6 |
669 | 2023-11-01T19:41:38.053Z | Compiling serde_with_macros v2.3.3 |
670 | 2023-11-01T19:41:38.523Z | Compiling num_enum_derive v0.5.11 |
671 | 2023-11-01T19:41:38.625Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
672 | 2023-11-01T19:41:38.868Z | Compiling async-stream-impl v0.3.5 |
673 | 2023-11-01T19:41:39.063Z | Compiling num-iter v0.1.43 |
674 | 2023-11-01T19:41:39.116Z | Compiling num-rational v0.4.1 |
675 | 2023-11-01T19:41:39.432Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
676 | 2023-11-01T19:41:39.677Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
677 | 2023-11-01T19:41:39.692Z | Compiling regex-syntax v0.6.29 |
678 | 2023-11-01T19:41:40.121Z | Checking atomic-waker v1.1.1 |
679 | 2023-11-01T19:41:40.286Z | Compiling crucible-workspace-hack v0.1.0 |
680 | 2023-11-01T19:41:40.289Z | Checking spin v0.9.8 |
681 | 2023-11-01T19:41:40.940Z | Checking waitgroup v0.1.2 |
682 | 2023-11-01T19:41:41.222Z | Checking async-stream v0.3.5 |
683 | 2023-11-01T19:41:41.461Z | Checking postgres-types v0.2.6 |
684 | 2023-11-01T19:41:42.273Z | Checking serde_with v2.3.3 |
685 | 2023-11-01T19:41:42.496Z | Checking phf v0.11.2 |
686 | 2023-11-01T19:41:42.709Z | Checking num_enum v0.5.11 |
687 | 2023-11-01T19:41:43.592Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
688 | 2023-11-01T19:41:44.310Z | Checking serde_path_to_error v0.1.14 |
689 | 2023-11-01T19:41:44.774Z | Checking hex v0.4.3 |
690 | 2023-11-01T19:41:45.166Z | Compiling vergen v8.2.4 |
691 | 2023-11-01T19:41:45.377Z | Compiling memoffset v0.7.1 |
692 | 2023-11-01T19:41:45.630Z | Compiling proc-macro-error-attr v1.0.4 |
693 | 2023-11-01T19:41:45.710Z | Checking instant v0.1.12 |
694 | 2023-11-01T19:41:45.870Z | Checking utf8parse v0.2.1 |
695 | 2023-11-01T19:41:46.099Z | Checking whoami v1.4.1 |
696 | 2023-11-01T19:41:46.329Z | Checking debug-ignore v1.0.5 |
697 | 2023-11-01T19:41:46.479Z | Checking tokio-postgres v0.7.10 |
698 | 2023-11-01T19:41:46.584Z | Checking anstyle-parse v0.2.1 |
699 | 2023-11-01T19:41:46.869Z | Checking toml v0.7.8 |
700 | 2023-11-01T19:41:47.152Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
701 | 2023-11-01T19:41:47.316Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
702 | 2023-11-01T19:41:48.016Z | Checking backoff v0.4.0 |
703 | 2023-11-01T19:41:48.260Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
704 | 2023-11-01T19:41:48.468Z | Compiling rustc_version v0.4.0 |
705 | 2023-11-01T19:41:49.145Z | Compiling parse-display-derive v0.7.0 |
706 | 2023-11-01T19:41:49.848Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
707 | 2023-11-01T19:41:50.189Z | Checking ipnetwork v0.20.0 |
708 | 2023-11-01T19:41:50.328Z | Checking num-complex v0.4.4 |
709 | 2023-11-01T19:41:50.705Z | Checking macaddr v1.0.1 |
710 | 2023-11-01T19:41:51.193Z | Compiling libsqlite3-sys v0.26.0 |
711 | 2023-11-01T19:41:51.268Z | Compiling slog-dtrace v0.2.3 |
712 | 2023-11-01T19:41:51.826Z | Compiling proc-macro-error v1.0.4 |
713 | 2023-11-01T19:41:51.949Z | Checking colorchoice v1.0.0 |
714 | 2023-11-01T19:41:52.008Z | Checking anstyle-query v1.0.0 |
715 | 2023-11-01T19:41:52.131Z | Checking anstyle v1.0.2 |
716 | 2023-11-01T19:41:52.175Z | Checking base64ct v1.6.0 |
717 | 2023-11-01T19:41:52.182Z | Checking arc-swap v1.6.0 |
718 | 2023-11-01T19:41:52.382Z | Checking static_assertions v1.1.0 |
719 | 2023-11-01T19:41:53.033Z | Checking anstream v0.5.0 |
720 | 2023-11-01T19:41:53.045Z | Checking num v0.4.1 |
721 | 2023-11-01T19:41:53.052Z | Checking slog-scope v4.4.0 |
722 | 2023-11-01T19:41:53.057Z | Checking password-hash v0.5.0 |
723 | 2023-11-01T19:41:53.132Z | Checking blake2 v0.10.6 |
724 | 2023-11-01T19:41:53.177Z | Checking inout v0.1.3 |
725 | 2023-11-01T19:41:53.430Z | Compiling radium v0.7.0 |
726 | 2023-11-01T19:41:53.462Z | Checking clap_lex v0.5.1 |
727 | 2023-11-01T19:41:53.582Z | Checking termcolor v1.2.0 |
728 | 2023-11-01T19:41:53.811Z | Checking argon2 v0.5.2 |
729 | 2023-11-01T19:41:53.827Z | Checking clap_builder v4.4.0 |
730 | 2023-11-01T19:41:54.214Z | Checking cipher v0.4.4 |
731 | 2023-11-01T19:41:54.237Z | Checking slog-stdlog v4.1.1 |
732 | 2023-11-01T19:41:54.452Z | Checking nix v0.26.2 |
733 | 2023-11-01T19:41:55.413Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
734 | 2023-11-01T19:41:55.489Z | Compiling serde_repr v0.1.16 |
735 | 2023-11-01T19:41:55.510Z | Compiling clap_derive v4.4.0 |
736 | 2023-11-01T19:41:55.726Z | Checking parse-display v0.7.0 |
737 | 2023-11-01T19:41:55.946Z | Checking hashlink v0.8.3 |
738 | 2023-11-01T19:41:55.996Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
739 | 2023-11-01T19:41:56.523Z | Checking fallible-streaming-iterator v0.1.9 |
740 | 2023-11-01T19:41:56.845Z | Checking tap v1.0.1 |
741 | 2023-11-01T19:41:56.890Z | Checking fastrand v2.0.0 |
742 | 2023-11-01T19:41:57.074Z | Checking os_str_bytes v6.5.1 |
743 | 2023-11-01T19:41:57.344Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
744 | 2023-11-01T19:41:57.363Z | Compiling portable-atomic v1.4.3 |
745 | 2023-11-01T19:41:57.595Z | Checking clap_lex v0.2.4 |
746 | 2023-11-01T19:41:57.712Z | Checking tempfile v3.8.0 |
747 | 2023-11-01T19:41:57.901Z | Checking wyz v0.5.1 |
748 | 2023-11-01T19:41:57.930Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
749 | 2023-11-01T19:41:57.933Z | Checking rusqlite v0.29.0 |
750 | 2023-11-01T19:41:58.271Z | Compiling clap_derive v3.2.25 |
751 | 2023-11-01T19:41:58.485Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
752 | 2023-11-01T19:41:58.826Z | Checking slog-envlogger v2.2.0 |
753 | 2023-11-01T19:41:58.883Z | Checking twox-hash v1.6.3 |
754 | 2023-11-01T19:41:59.115Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
755 | 2023-11-01T19:41:59.474Z | Checking is-terminal v0.4.9 |
756 | 2023-11-01T19:41:59.588Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
757 | 2023-11-01T19:41:59.668Z | Compiling num_enum_derive v0.7.0 |
758 | 2023-11-01T19:42:00.002Z | Checking universal-hash v0.5.1 |
759 | 2023-11-01T19:42:00.244Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
760 | 2023-11-01T19:42:00.383Z | Checking opaque-debug v0.3.0 |
761 | 2023-11-01T19:42:00.497Z | Checking funty v2.0.0 |
762 | 2023-11-01T19:42:00.538Z | Checking textwrap v0.16.0 |
763 | 2023-11-01T19:42:00.811Z | Checking polyval v0.6.1 |
764 | 2023-11-01T19:42:01.047Z | Checking colored v2.0.4 |
765 | 2023-11-01T19:42:01.599Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
766 | 2023-11-01T19:42:01.814Z | Checking aes v0.8.3 |
767 | 2023-11-01T19:42:02.314Z | Checking bitvec v1.0.1 |
768 | 2023-11-01T19:42:02.883Z | Checking ctr v0.9.2 |
769 | 2023-11-01T19:42:03.193Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
770 | 2023-11-01T19:42:03.308Z | Checking bincode v1.3.3 |
771 | 2023-11-01T19:42:03.605Z | Checking clap v4.4.0 |
772 | 2023-11-01T19:42:03.647Z | Checking console v0.15.7 |
773 | 2023-11-01T19:42:03.743Z | Compiling async-recursion v0.3.2 |
774 | 2023-11-01T19:42:03.991Z | Checking num_enum v0.7.0 |
775 | 2023-11-01T19:42:04.212Z | Checking aead v0.5.2 |
776 | 2023-11-01T19:42:04.499Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
777 | 2023-11-01T19:42:04.521Z | Checking pretty-hex v0.2.1 |
778 | 2023-11-01T19:42:04.554Z | Compiling erased-serde v0.3.30 |
779 | 2023-11-01T19:42:04.640Z | Checking humantime v2.1.0 |
780 | 2023-11-01T19:42:04.798Z | Checking either v1.9.0 |
781 | 2023-11-01T19:42:05.090Z | Checking zeroize v1.6.0 |
782 | 2023-11-01T19:42:05.110Z | Checking data-encoding v2.4.0 |
783 | 2023-11-01T19:42:05.234Z | Checking number_prefix v0.4.0 |
784 | 2023-11-01T19:42:05.398Z | Checking aes-gcm-siv v0.11.1 |
785 | 2023-11-01T19:42:05.432Z | Checking itertools v0.11.0 |
786 | 2023-11-01T19:42:05.494Z | Checking env_logger v0.9.3 |
787 | 2023-11-01T19:42:05.512Z | Checking indicatif v0.17.6 |
788 | 2023-11-01T19:42:05.859Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-11-01T19:42:05.944Z | Checking clap v3.2.25 |
790 | 2023-11-01T19:42:06.169Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-11-01T19:42:06.244Z | Checking toml v0.5.11 |
792 | 2023-11-01T19:42:06.298Z | Compiling bitstruct_derive v0.1.0 |
793 | 2023-11-01T19:42:06.617Z | Compiling async-recursion v1.0.5 |
794 | 2023-11-01T19:42:06.826Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
795 | 2023-11-01T19:42:07.003Z | Checking libloading v0.7.4 |
796 | 2023-11-01T19:42:07.362Z | Checking ringbuffer v0.15.0 |
797 | 2023-11-01T19:42:07.976Z | Checking ascii v1.1.0 |
798 | 2023-11-01T19:42:08.407Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
799 | 2023-11-01T19:42:08.537Z | Checking bitstruct v0.1.1 |
800 | 2023-11-01T19:42:08.587Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
801 | 2023-11-01T19:42:08.616Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
802 | 2023-11-01T19:42:08.695Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
803 | 2023-11-01T19:42:09.013Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
804 | 2023-11-01T19:42:09.179Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
805 | 2023-11-01T19:42:09.442Z | Checking serde_arrays v0.1.0 |
806 | 2023-11-01T19:42:09.529Z | Checking matches v0.1.10 |
807 | 2023-11-01T19:42:09.679Z | Checking utf-8 v0.7.6 |
808 | 2023-11-01T19:42:09.728Z | Checking idna v0.2.3 |
809 | 2023-11-01T19:42:09.973Z | Checking tungstenite v0.20.1 |
810 | 2023-11-01T19:42:10.052Z | Compiling enum-as-inner v0.5.1 |
811 | 2023-11-01T19:42:10.209Z | Checking linked-hash-map v0.5.6 |
812 | 2023-11-01T19:42:10.525Z | Checking quick-error v1.2.3 |
813 | 2023-11-01T19:42:10.702Z | Checking resolv-conf v0.7.0 |
814 | 2023-11-01T19:42:10.708Z | Checking lru-cache v0.1.2 |
815 | 2023-11-01T19:42:10.988Z | Compiling const_format_proc_macros v0.2.31 |
816 | 2023-11-01T19:42:11.203Z | Checking base64 v0.13.1 |
817 | 2023-11-01T19:42:11.236Z | Checking bstr v1.6.0 |
818 | 2023-11-01T19:42:11.366Z | Checking tokio-tungstenite v0.20.1 |
819 | 2023-11-01T19:42:11.408Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
820 | 2023-11-01T19:42:11.536Z | Checking bit_field v0.10.2 |
821 | 2023-11-01T19:42:11.756Z | Checking trust-dns-proto v0.22.0 |
822 | 2023-11-01T19:42:11.814Z | Checking ron v0.7.1 |
823 | 2023-11-01T19:42:11.955Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
824 | 2023-11-01T19:42:12.031Z | Checking ctrlc v3.4.0 |
825 | 2023-11-01T19:42:12.291Z | Checking fatfs v0.3.6 |
826 | 2023-11-01T19:42:12.498Z | Checking globset v0.4.13 |
827 | 2023-11-01T19:42:12.744Z | Checking glob v0.3.1 |
828 | 2023-11-01T19:42:14.146Z | Checking const_format v0.2.31 |
829 | 2023-11-01T19:42:16.845Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
830 | 2023-11-01T19:42:17.195Z | Checking trust-dns-resolver v0.22.0 |
831 | 2023-11-01T19:42:21.479Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
832 | 2023-11-01T19:42:21.729Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
833 | 2023-11-01T19:42:21.799Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
834 | 2023-11-01T19:42:21.805Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
835 | 2023-11-01T19:42:24.162Z | Compiling git2 v0.17.2 |
836 | 2023-11-01T19:42:30.379Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
837 | 2023-11-01T19:42:30.382Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
838 | 2023-11-01T19:42:30.385Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
839 | 2023-11-01T19:42:30.522Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
840 | 2023-11-01T19:42:31.062Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
841 | 2023-11-01T19:42:32.451Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
842 | 2023-11-01T19:42:38.928Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
843 | 2023-11-01T19:42:46.636Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
844 | 2023-11-01T19:42:57.774Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
845 | 2023-11-01T19:42:58.087Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
846 | 2023-11-01T19:42:58.091Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
847 | 2023-11-01T19:42:58.635Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
848 | 2023-11-01T19:42:58.668Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
849 | 2023-11-01T19:43:05.074Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 09s |
850 | 2023-11-01T19:43:05.337Z | |
851 | 2023-11-01T19:43:05.341Z | real 3:09.442435000 |
852 | 2023-11-01T19:43:05.343Z | user 14:09.580813974 |
853 | 2023-11-01T19:43:05.346Z | sys 2:32.322122682 |
854 | 2023-11-01T19:43:05.349Z | trap 0.553705407 |
855 | 2023-11-01T19:43:05.352Z | tflt 6.780447530 |
856 | 2023-11-01T19:43:05.357Z | dflt 10.498121032 |
857 | 2023-11-01T19:43:05.360Z | kflt 0.055670706 |
858 | 2023-11-01T19:43:05.363Z | lock 19:31.441586319 |
859 | 2023-11-01T19:43:05.366Z | slp 43:36.585105805 |
860 | 2023-11-01T19:43:05.369Z | lat 48.711547715 |
861 | 2023-11-01T19:43:05.372Z | stop 2:08.136698095 |
862 | 2023-11-01T19:43:05.375Z | + banner build |
863 | 2023-11-01T19:43:05.378Z | |
864 | 2023-11-01T19:43:05.381Z | ##### # # # # ##### |
865 | 2023-11-01T19:43:05.384Z | # # # # # # # # |
866 | 2023-11-01T19:43:05.386Z | ##### # # # # # # |
867 | 2023-11-01T19:43:05.390Z | # # # # # # # # |
868 | 2023-11-01T19:43:05.393Z | # # # # # # # # |
869 | 2023-11-01T19:43:05.396Z | ##### #### # ###### ##### |
870 | 2023-11-01T19:43:05.399Z | |
871 | 2023-11-01T19:43:05.402Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
872 | 2023-11-01T19:43:06.019Z | Compiling proc-macro2 v1.0.67 |
873 | 2023-11-01T19:43:06.022Z | Compiling unicode-ident v1.0.12 |
874 | 2023-11-01T19:43:06.025Z | Compiling libc v0.2.149 |
875 | 2023-11-01T19:43:06.028Z | Compiling cfg-if v1.0.0 |
876 | 2023-11-01T19:43:06.031Z | Compiling version_check v0.9.4 |
877 | 2023-11-01T19:43:06.034Z | Compiling autocfg v1.1.0 |
878 | 2023-11-01T19:43:06.037Z | Compiling serde v1.0.188 |
879 | 2023-11-01T19:43:06.040Z | Compiling syn v1.0.109 |
880 | 2023-11-01T19:43:06.161Z | Compiling once_cell v1.18.0 |
881 | 2023-11-01T19:43:06.856Z | Compiling memchr v2.5.0 |
882 | 2023-11-01T19:43:06.874Z | Compiling thiserror v1.0.47 |
883 | 2023-11-01T19:43:07.140Z | Compiling itoa v1.0.9 |
884 | 2023-11-01T19:43:07.459Z | Compiling serde_json v1.0.107 |
885 | 2023-11-01T19:43:07.568Z | Compiling pin-project-lite v0.2.13 |
886 | 2023-11-01T19:43:07.659Z | Compiling ahash v0.8.3 |
887 | 2023-11-01T19:43:07.720Z | Compiling pkg-config v0.3.27 |
888 | 2023-11-01T19:43:08.037Z | Compiling libm v0.2.7 |
889 | 2023-11-01T19:43:08.060Z | Compiling vcpkg v0.2.15 |
890 | 2023-11-01T19:43:08.251Z | Compiling quote v1.0.33 |
891 | 2023-11-01T19:43:08.561Z | Compiling jobserver v0.1.26 |
892 | 2023-11-01T19:43:08.915Z | Compiling syn v2.0.29 |
893 | 2023-11-01T19:43:09.317Z | Compiling getrandom v0.2.10 |
894 | 2023-11-01T19:43:09.404Z | Compiling cc v1.0.83 |
895 | 2023-11-01T19:43:09.806Z | Compiling rand_core v0.6.4 |
896 | 2023-11-01T19:43:10.010Z | Compiling num-traits v0.2.16 |
897 | 2023-11-01T19:43:10.552Z | Compiling lock_api v0.4.10 |
898 | 2023-11-01T19:43:10.555Z | Compiling log v0.4.20 |
899 | 2023-11-01T19:43:10.913Z | Compiling parking_lot_core v0.9.8 |
900 | 2023-11-01T19:43:11.096Z | Compiling smallvec v1.11.0 |
901 | 2023-11-01T19:43:11.164Z | Compiling typenum v1.16.0 |
902 | 2023-11-01T19:43:11.828Z | Compiling generic-array v0.14.7 |
903 | 2023-11-01T19:43:12.333Z | Compiling scopeguard v1.2.0 |
904 | 2023-11-01T19:43:12.694Z | Compiling ryu v1.0.15 |
905 | 2023-11-01T19:43:13.680Z | Compiling futures-core v0.3.28 |
906 | 2023-11-01T19:43:13.896Z | Compiling parking_lot v0.12.1 |
907 | 2023-11-01T19:43:14.140Z | Compiling num_cpus v1.16.0 |
908 | 2023-11-01T19:43:14.304Z | Compiling socket2 v0.5.3 |
909 | 2023-11-01T19:43:14.312Z | Compiling mio v0.8.8 |
910 | 2023-11-01T19:43:16.383Z | Compiling signal-hook-registry v1.4.1 |
911 | 2023-11-01T19:43:17.594Z | Compiling heck v0.4.1 |
912 | 2023-11-01T19:43:17.758Z | Compiling hashbrown v0.14.0 |
913 | 2023-11-01T19:43:17.979Z | Compiling crypto-common v0.1.6 |
914 | 2023-11-01T19:43:18.033Z | Compiling futures-sink v0.3.28 |
915 | 2023-11-01T19:43:18.041Z | Compiling equivalent v1.0.1 |
916 | 2023-11-01T19:43:18.170Z | Compiling pin-utils v0.1.0 |
917 | 2023-11-01T19:43:18.238Z | Compiling slab v0.4.9 |
918 | 2023-11-01T19:43:18.245Z | Compiling futures-task v0.3.28 |
919 | 2023-11-01T19:43:18.281Z | Compiling futures-channel v0.3.28 |
920 | 2023-11-01T19:43:18.840Z | Compiling futures-util v0.3.28 |
921 | 2023-11-01T19:43:19.033Z | Compiling futures-io v0.3.28 |
922 | 2023-11-01T19:43:19.364Z | Compiling subtle v2.5.0 |
923 | 2023-11-01T19:43:19.450Z | Compiling iana-time-zone v0.1.57 |
924 | 2023-11-01T19:43:19.516Z | Compiling slog v2.7.0 |
925 | 2023-11-01T19:43:19.589Z | Compiling unicode-xid v0.2.4 |
926 | 2023-11-01T19:43:19.654Z | Compiling tinyvec_macros v0.1.1 |
927 | 2023-11-01T19:43:19.763Z | Compiling tinyvec v1.6.0 |
928 | 2023-11-01T19:43:19.811Z | Compiling bitflags v1.3.2 |
929 | 2023-11-01T19:43:19.943Z | Compiling ring v0.16.20 |
930 | 2023-11-01T19:43:20.293Z | Compiling serde_derive_internals v0.26.0 |
931 | 2023-11-01T19:43:21.807Z | Compiling tracing-core v0.1.31 |
932 | 2023-11-01T19:43:22.523Z | Compiling unicode-normalization v0.1.22 |
933 | 2023-11-01T19:43:22.581Z | Compiling fnv v1.0.7 |
934 | 2023-11-01T19:43:22.755Z | Compiling time-core v0.1.1 |
935 | 2023-11-01T19:43:23.566Z | Compiling allocator-api2 v0.2.16 |
936 | 2023-11-01T19:43:24.162Z | Compiling ucd-trie v0.1.6 |
937 | 2023-11-01T19:43:24.830Z | Compiling unicode-bidi v0.3.13 |
938 | 2023-11-01T19:43:24.972Z | Compiling byteorder v1.4.3 |
939 | 2023-11-01T19:43:25.804Z | Compiling synstructure v0.12.6 |
940 | 2023-11-01T19:43:26.275Z | Compiling block-buffer v0.10.4 |
941 | 2023-11-01T19:43:26.698Z | Compiling indexmap v1.9.3 |
942 | 2023-11-01T19:43:27.159Z | Compiling schemars v0.8.15 |
943 | 2023-11-01T19:43:27.279Z | Compiling ppv-lite86 v0.2.17 |
944 | 2023-11-01T19:43:27.793Z | Compiling digest v0.10.7 |
945 | 2023-11-01T19:43:28.369Z | Compiling hashbrown v0.12.3 |
946 | 2023-11-01T19:43:28.530Z | Compiling dyn-clone v1.0.13 |
947 | 2023-11-01T19:43:28.642Z | Compiling rand_chacha v0.3.1 |
948 | 2023-11-01T19:43:28.802Z | Compiling httparse v1.8.0 |
949 | 2023-11-01T19:43:28.810Z | Compiling spin v0.5.2 |
950 | 2023-11-01T19:43:29.141Z | Compiling percent-encoding v2.3.0 |
951 | 2023-11-01T19:43:29.235Z | Compiling serde_derive v1.0.188 |
952 | 2023-11-01T19:43:29.503Z | Compiling thiserror-impl v1.0.47 |
953 | 2023-11-01T19:43:30.018Z | Compiling tokio-macros v2.1.0 |
954 | 2023-11-01T19:43:30.436Z | Compiling futures-macro v0.3.28 |
955 | 2023-11-01T19:43:30.643Z | Compiling schemars_derive v0.8.15 |
956 | 2023-11-01T19:43:30.722Z | Compiling tracing-attributes v0.1.26 |
957 | 2023-11-01T19:43:31.390Z | Compiling zerocopy-derive v0.2.0 |
958 | 2023-11-01T19:43:32.697Z | Compiling cpufeatures v0.2.9 |
959 | 2023-11-01T19:43:32.817Z | Compiling untrusted v0.7.1 |
960 | 2023-11-01T19:43:34.427Z | Compiling pest v2.7.2 |
961 | 2023-11-01T19:43:34.681Z | Compiling rand v0.8.5 |
962 | 2023-11-01T19:43:35.856Z | Compiling openssl-sys v0.9.91 |
963 | 2023-11-01T19:43:35.935Z | Compiling aho-corasick v1.0.4 |
964 | 2023-11-01T19:43:36.397Z | Compiling tracing v0.1.37 |
965 | 2023-11-01T19:43:37.483Z | Compiling base64 v0.21.4 |
966 | 2023-11-01T19:43:37.681Z | Compiling regex-syntax v0.7.4 |
967 | 2023-11-01T19:43:37.801Z | Compiling rustversion v1.0.14 |
968 | 2023-11-01T19:43:38.801Z | Compiling pest_meta v2.7.2 |
969 | 2023-11-01T19:43:41.936Z | Compiling pest_generator v2.7.2 |
970 | 2023-11-01T19:43:44.995Z | Compiling regex-automata v0.3.6 |
971 | 2023-11-01T19:43:45.366Z | Compiling form_urlencoded v1.2.0 |
972 | 2023-11-01T19:43:45.686Z | Compiling pest_derive v2.7.2 |
973 | 2023-11-01T19:43:46.272Z | Compiling usdt-impl v0.3.5 |
974 | 2023-11-01T19:43:47.269Z | Compiling rustls v0.21.7 |
975 | 2023-11-01T19:43:47.546Z | Compiling chrono v0.4.31 |
976 | 2023-11-01T19:43:47.812Z | Compiling hashbrown v0.13.2 |
977 | 2023-11-01T19:43:49.803Z | Compiling rustls-webpki v0.101.4 |
978 | 2023-11-01T19:43:50.402Z | Compiling sct v0.7.0 |
979 | 2023-11-01T19:43:51.177Z | Compiling time-macros v0.2.13 |
980 | 2023-11-01T19:43:51.195Z | Compiling atty v0.2.14 |
981 | 2023-11-01T19:43:51.653Z | Compiling uuid v1.4.1 |
982 | 2023-11-01T19:43:52.476Z | Compiling regex v1.9.3 |
983 | 2023-11-01T19:43:53.442Z | Compiling bytes v1.5.0 |
984 | 2023-11-01T19:43:56.402Z | Compiling tokio v1.33.0 |
985 | 2023-11-01T19:43:57.455Z | Compiling indexmap v2.0.0 |
986 | 2023-11-01T19:43:59.496Z | Compiling http v0.2.9 |
987 | 2023-11-01T19:44:01.026Z | Compiling serde_tokenstream v0.2.0 |
988 | 2023-11-01T19:44:02.241Z | Compiling num_threads v0.1.6 |
989 | 2023-11-01T19:44:03.420Z | Compiling crossbeam-utils v0.8.16 |
990 | 2023-11-01T19:44:04.217Z | Compiling deranged v0.3.8 |
991 | 2023-11-01T19:44:07.782Z | Compiling time v0.3.27 |
992 | 2023-11-01T19:44:08.007Z | Compiling zerocopy v0.3.0 |
993 | 2023-11-01T19:44:09.253Z | Compiling regress v0.7.1 |
994 | 2023-11-01T19:44:10.650Z | Compiling tokio-util v0.7.8 |
995 | 2023-11-01T19:44:12.896Z | Compiling idna v0.4.0 |
996 | 2023-11-01T19:44:14.373Z | Compiling dirs-sys-next v0.1.2 |
997 | 2023-11-01T19:44:16.237Z | Compiling foreign-types-shared v0.1.1 |
998 | 2023-11-01T19:44:16.375Z | Compiling lazy_static v1.4.0 |
999 | 2023-11-01T19:44:16.545Z | Compiling anyhow v1.0.75 |
1000 | 2023-11-01T19:44:17.384Z | Compiling openssl v0.10.56 |
1001 | 2023-11-01T19:44:17.450Z | Compiling async-trait v0.1.73 |
1002 | 2023-11-01T19:44:18.079Z | Compiling try-lock v0.2.4 |
1003 | 2023-11-01T19:44:18.289Z | Compiling want v0.3.1 |
1004 | 2023-11-01T19:44:18.314Z | Compiling foreign-types v0.3.2 |
1005 | 2023-11-01T19:44:18.431Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1006 | 2023-11-01T19:44:18.721Z | Compiling dirs-next v2.0.0 |
1007 | 2023-11-01T19:44:18.877Z | Compiling tokio-rustls v0.24.1 |
1008 | 2023-11-01T19:44:19.074Z | Compiling url v2.4.0 |
1009 | 2023-11-01T19:44:19.584Z | Compiling h2 v0.3.21 |
1010 | 2023-11-01T19:44:22.191Z | Compiling dof v0.1.5 |
1011 | 2023-11-01T19:44:25.010Z | Compiling http-body v0.4.5 |
1012 | 2023-11-01T19:44:25.781Z | Compiling dtrace-parser v0.1.14 |
1013 | 2023-11-01T19:44:28.494Z | Compiling openssl-macros v0.1.1 |
1014 | 2023-11-01T19:44:29.202Z | Compiling socket2 v0.4.9 |
1015 | 2023-11-01T19:44:29.892Z | Compiling thread-id v4.2.0 |
1016 | 2023-11-01T19:44:30.028Z | Compiling thread_local v1.1.7 |
1017 | 2023-11-01T19:44:31.326Z | Compiling httpdate v1.0.3 |
1018 | 2023-11-01T19:44:31.957Z | Compiling slog-async v2.8.0 |
1019 | 2023-11-01T19:44:35.065Z | Compiling native-tls v0.2.11 |
1020 | 2023-11-01T19:44:35.220Z | Compiling tower-service v0.3.2 |
1021 | 2023-11-01T19:44:35.381Z | Compiling hyper v0.14.27 |
1022 | 2023-11-01T19:44:37.872Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1023 | 2023-11-01T19:44:46.669Z | Compiling crossbeam-channel v0.5.8 |
1024 | 2023-11-01T19:44:47.129Z | Compiling term v0.7.0 |
1025 | 2023-11-01T19:44:49.537Z | Compiling serde_tokenstream v0.1.7 |
1026 | 2023-11-01T19:44:49.864Z | Compiling rustls-pemfile v1.0.3 |
1027 | 2023-11-01T19:44:50.975Z | Compiling openssl-probe v0.1.5 |
1028 | 2023-11-01T19:44:51.701Z | Compiling unicode-width v0.1.10 |
1029 | 2023-11-01T19:44:51.787Z | Compiling toml_datetime v0.6.3 |
1030 | 2023-11-01T19:44:51.934Z | Compiling winnow v0.5.15 |
1031 | 2023-11-01T19:44:52.349Z | Compiling take_mut v0.2.2 |
1032 | 2023-11-01T19:44:55.607Z | Compiling slog-term v2.9.0 |
1033 | 2023-11-01T19:44:57.936Z | Compiling toml_edit v0.19.15 |
1034 | 2023-11-01T19:44:58.280Z | Compiling encoding_rs v0.8.33 |
1035 | 2023-11-01T19:44:59.566Z | Compiling mime v0.3.17 |
1036 | 2023-11-01T19:45:00.673Z | Compiling ipnet v2.8.0 |
1037 | 2023-11-01T19:45:01.422Z | Compiling omicron-workspace-hack v0.1.0 |
1038 | 2023-11-01T19:45:04.068Z | Compiling proc-macro-crate v1.3.1 |
1039 | 2023-11-01T19:45:04.743Z | Compiling tokio-native-tls v0.3.1 |
1040 | 2023-11-01T19:45:05.168Z | Compiling usdt-macro v0.3.5 |
1041 | 2023-11-01T19:45:05.307Z | Compiling usdt-attr-macro v0.3.5 |
1042 | 2023-11-01T19:45:05.549Z | Compiling serde_urlencoded v0.7.1 |
1043 | 2023-11-01T19:45:06.514Z | Compiling serde_spanned v0.6.3 |
1044 | 2023-11-01T19:45:10.648Z | Compiling match_cfg v0.1.0 |
1045 | 2023-11-01T19:45:10.765Z | Compiling hostname v0.3.1 |
1046 | 2023-11-01T19:45:11.124Z | Compiling getopts v0.2.21 |
1047 | 2023-11-01T19:45:12.609Z | Compiling usdt v0.3.5 |
1048 | 2023-11-01T19:45:13.361Z | Compiling hyper-tls v0.5.0 |
1049 | 2023-11-01T19:45:14.014Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1050 | 2023-11-01T19:45:14.176Z | Compiling hyper-rustls v0.24.1 |
1051 | 2023-11-01T19:45:14.702Z | Compiling openapiv3 v1.0.3 |
1052 | 2023-11-01T19:45:20.088Z | Compiling strsim v0.10.0 |
1053 | 2023-11-01T19:45:20.784Z | Compiling unsafe-libyaml v0.2.9 |
1054 | 2023-11-01T19:45:21.094Z | Compiling webpki-roots v0.25.2 |
1055 | 2023-11-01T19:45:21.310Z | Compiling ident_case v1.0.1 |
1056 | 2023-11-01T19:45:21.543Z | Compiling fallible-iterator v0.2.0 |
1057 | 2023-11-01T19:45:22.837Z | Compiling darling_core v0.20.3 |
1058 | 2023-11-01T19:45:23.745Z | Compiling serde_yaml v0.9.25 |
1059 | 2023-11-01T19:45:23.891Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1060 | 2023-11-01T19:45:24.243Z | Compiling reqwest v0.11.20 |
1061 | 2023-11-01T19:45:30.386Z | Compiling futures-executor v0.3.28 |
1062 | 2023-11-01T19:45:32.125Z | Compiling sha1 v0.10.5 |
1063 | 2023-11-01T19:45:32.407Z | Compiling libz-sys v1.1.12 |
1064 | 2023-11-01T19:45:33.370Z | Compiling num-integer v0.1.45 |
1065 | 2023-11-01T19:45:33.774Z | Compiling darling_macro v0.20.3 |
1066 | 2023-11-01T19:45:33.939Z | Compiling futures v0.3.28 |
1067 | 2023-11-01T19:45:34.536Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1068 | 2023-11-01T19:45:36.441Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1069 | 2023-11-01T19:45:37.115Z | Compiling toml_edit v0.20.1 |
1070 | 2023-11-01T19:45:38.858Z | Compiling slog-json v2.6.1 |
1071 | 2023-11-01T19:45:39.671Z | Compiling strum_macros v0.25.2 |
1072 | 2023-11-01T19:45:46.102Z | Compiling bitflags v2.4.0 |
1073 | 2023-11-01T19:45:46.979Z | Compiling rustix v0.38.9 |
1074 | 2023-11-01T19:45:48.246Z | Compiling strum v0.25.0 |
1075 | 2023-11-01T19:45:48.495Z | Compiling toml v0.8.1 |
1076 | 2023-11-01T19:45:57.756Z | Compiling slog-bunyan v2.4.0 |
1077 | 2023-11-01T19:46:00.010Z | Compiling darling v0.20.3 |
1078 | 2023-11-01T19:46:02.124Z | Compiling sha2 v0.10.7 |
1079 | 2023-11-01T19:46:04.051Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1080 | 2023-11-01T19:46:04.315Z | Compiling structmeta-derive v0.1.6 |
1081 | 2023-11-01T19:46:08.401Z | Compiling md-5 v0.10.5 |
1082 | 2023-11-01T19:46:08.768Z | Compiling hmac v0.12.1 |
1083 | 2023-11-01T19:46:09.050Z | Compiling stringprep v0.1.3 |
1084 | 2023-11-01T19:46:09.101Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1085 | 2023-11-01T19:46:10.306Z | Compiling errno v0.3.2 |
1086 | 2023-11-01T19:46:10.629Z | Compiling num-bigint v0.4.4 |
1087 | 2023-11-01T19:46:11.463Z | Compiling multer v2.1.0 |
1088 | 2023-11-01T19:46:11.986Z | Compiling siphasher v0.3.11 |
1089 | 2023-11-01T19:46:14.859Z | Compiling camino v1.1.6 |
1090 | 2023-11-01T19:46:15.416Z | Compiling paste v1.0.14 |
1091 | 2023-11-01T19:46:15.770Z | Compiling semver v1.0.18 |
1092 | 2023-11-01T19:46:17.063Z | Compiling phf_shared v0.11.2 |
1093 | 2023-11-01T19:46:18.436Z | Compiling postgres-protocol v0.6.6 |
1094 | 2023-11-01T19:46:18.710Z | Compiling structmeta v0.1.6 |
1095 | 2023-11-01T19:46:19.551Z | Compiling serde_with_macros v2.3.3 |
1096 | 2023-11-01T19:46:23.683Z | Compiling num_enum_derive v0.5.11 |
1097 | 2023-11-01T19:46:23.781Z | Compiling async-stream-impl v0.3.5 |
1098 | 2023-11-01T19:46:24.910Z | Compiling num-rational v0.4.1 |
1099 | 2023-11-01T19:46:25.474Z | Compiling num-iter v0.1.43 |
1100 | 2023-11-01T19:46:26.039Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1101 | 2023-11-01T19:46:26.048Z | Compiling atomic-waker v1.1.1 |
1102 | 2023-11-01T19:46:26.391Z | Compiling regex-syntax v0.6.29 |
1103 | 2023-11-01T19:46:26.601Z | Compiling spin v0.9.8 |
1104 | 2023-11-01T19:46:26.842Z | Compiling crucible-workspace-hack v0.1.0 |
1105 | 2023-11-01T19:46:27.471Z | Compiling waitgroup v0.1.2 |
1106 | 2023-11-01T19:46:27.805Z | Compiling async-stream v0.3.5 |
1107 | 2023-11-01T19:46:27.825Z | Compiling num_enum v0.5.11 |
1108 | 2023-11-01T19:46:28.264Z | Compiling serde_with v2.3.3 |
1109 | 2023-11-01T19:46:28.547Z | Compiling postgres-types v0.2.6 |
1110 | 2023-11-01T19:46:32.839Z | Compiling phf v0.11.2 |
1111 | 2023-11-01T19:46:36.035Z | Compiling parse-display-derive v0.7.0 |
1112 | 2023-11-01T19:46:36.218Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1113 | 2023-11-01T19:46:36.365Z | Compiling serde_path_to_error v0.1.14 |
1114 | 2023-11-01T19:46:36.717Z | Compiling hex v0.4.3 |
1115 | 2023-11-01T19:46:37.841Z | Compiling vergen v8.2.4 |
1116 | 2023-11-01T19:46:37.999Z | Compiling proc-macro-error-attr v1.0.4 |
1117 | 2023-11-01T19:46:38.388Z | Compiling instant v0.1.12 |
1118 | 2023-11-01T19:46:38.697Z | Compiling whoami v1.4.1 |
1119 | 2023-11-01T19:46:39.919Z | Compiling debug-ignore v1.0.5 |
1120 | 2023-11-01T19:46:40.265Z | Compiling tokio-postgres v0.7.10 |
1121 | 2023-11-01T19:46:42.456Z | Compiling toml v0.7.8 |
1122 | 2023-11-01T19:46:42.635Z | Compiling parse-display v0.7.0 |
1123 | 2023-11-01T19:46:43.003Z | Compiling backoff v0.4.0 |
1124 | 2023-11-01T19:46:43.563Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1125 | 2023-11-01T19:46:47.121Z | Compiling rustc_version v0.4.0 |
1126 | 2023-11-01T19:46:50.008Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1127 | 2023-11-01T19:46:50.031Z | Compiling ipnetwork v0.20.0 |
1128 | 2023-11-01T19:46:51.191Z | Compiling macaddr v1.0.1 |
1129 | 2023-11-01T19:46:51.327Z | Compiling num-complex v0.4.4 |
1130 | 2023-11-01T19:46:51.622Z | Compiling libsqlite3-sys v0.26.0 |
1131 | 2023-11-01T19:46:52.368Z | Compiling memoffset v0.7.1 |
1132 | 2023-11-01T19:46:52.444Z | Compiling slog-dtrace v0.2.3 |
1133 | 2023-11-01T19:46:52.654Z | Compiling proc-macro-error v1.0.4 |
1134 | 2023-11-01T19:46:52.942Z | Compiling utf8parse v0.2.1 |
1135 | 2023-11-01T19:46:53.017Z | Compiling arc-swap v1.6.0 |
1136 | 2023-11-01T19:46:53.210Z | Compiling base64ct v1.6.0 |
1137 | 2023-11-01T19:46:53.852Z | Compiling slog-scope v4.4.0 |
1138 | 2023-11-01T19:46:54.256Z | Compiling password-hash v0.5.0 |
1139 | 2023-11-01T19:46:54.572Z | Compiling num v0.4.1 |
1140 | 2023-11-01T19:46:54.714Z | Compiling anstyle-parse v0.2.1 |
1141 | 2023-11-01T19:46:55.478Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1142 | 2023-11-01T19:46:56.666Z | Compiling blake2 v0.10.6 |
1143 | 2023-11-01T19:46:56.896Z | Compiling inout v0.1.3 |
1144 | 2023-11-01T19:46:56.939Z | Compiling anstyle v1.0.2 |
1145 | 2023-11-01T19:46:57.226Z | Compiling anstyle-query v1.0.0 |
1146 | 2023-11-01T19:46:57.413Z | Compiling termcolor v1.2.0 |
1147 | 2023-11-01T19:46:57.882Z | Compiling radium v0.7.0 |
1148 | 2023-11-01T19:46:58.478Z | Compiling static_assertions v1.1.0 |
1149 | 2023-11-01T19:46:58.604Z | Compiling colorchoice v1.0.0 |
1150 | 2023-11-01T19:46:58.635Z | Compiling argon2 v0.5.2 |
1151 | 2023-11-01T19:46:58.838Z | Compiling anstream v0.5.0 |
1152 | 2023-11-01T19:46:58.916Z | Compiling cipher v0.4.4 |
1153 | 2023-11-01T19:47:00.561Z | Compiling slog-stdlog v4.1.1 |
1154 | 2023-11-01T19:47:01.800Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1155 | 2023-11-01T19:47:02.057Z | Compiling serde_repr v0.1.16 |
1156 | 2023-11-01T19:47:02.595Z | Compiling hashlink v0.8.3 |
1157 | 2023-11-01T19:47:03.057Z | Compiling fallible-streaming-iterator v0.1.9 |
1158 | 2023-11-01T19:47:03.300Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1159 | 2023-11-01T19:47:03.443Z | Compiling fastrand v2.0.0 |
1160 | 2023-11-01T19:47:03.611Z | Compiling data-encoding v2.4.0 |
1161 | 2023-11-01T19:47:03.769Z | Compiling os_str_bytes v6.5.1 |
1162 | 2023-11-01T19:47:03.856Z | Compiling clap_lex v0.5.1 |
1163 | 2023-11-01T19:47:04.010Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1164 | 2023-11-01T19:47:04.587Z | Compiling portable-atomic v1.4.3 |
1165 | 2023-11-01T19:47:04.591Z | Compiling tap v1.0.1 |
1166 | 2023-11-01T19:47:04.695Z | Compiling clap_lex v0.2.4 |
1167 | 2023-11-01T19:47:04.841Z | Compiling wyz v0.5.1 |
1168 | 2023-11-01T19:47:04.986Z | Compiling clap_builder v4.4.0 |
1169 | 2023-11-01T19:47:05.603Z | Compiling tempfile v3.8.0 |
1170 | 2023-11-01T19:47:06.075Z | Compiling rusqlite v0.29.0 |
1171 | 2023-11-01T19:47:06.334Z | Compiling slog-envlogger v2.2.0 |
1172 | 2023-11-01T19:47:08.893Z | Compiling clap_derive v3.2.25 |
1173 | 2023-11-01T19:47:10.475Z | Compiling nix v0.26.2 |
1174 | 2023-11-01T19:47:14.418Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1175 | 2023-11-01T19:47:15.617Z | Compiling twox-hash v1.6.3 |
1176 | 2023-11-01T19:47:16.281Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1177 | 2023-11-01T19:47:16.867Z | Compiling is-terminal v0.4.9 |
1178 | 2023-11-01T19:47:17.027Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1179 | 2023-11-01T19:47:17.123Z | Compiling num_enum_derive v0.7.0 |
1180 | 2023-11-01T19:47:17.350Z | Compiling clap_derive v4.4.0 |
1181 | 2023-11-01T19:47:18.936Z | Compiling universal-hash v0.5.1 |
1182 | 2023-11-01T19:47:19.233Z | Compiling funty v2.0.0 |
1183 | 2023-11-01T19:47:21.611Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1184 | 2023-11-01T19:47:22.139Z | Compiling opaque-debug v0.3.0 |
1185 | 2023-11-01T19:47:22.259Z | Compiling textwrap v0.16.0 |
1186 | 2023-11-01T19:47:23.708Z | Compiling clap v3.2.25 |
1187 | 2023-11-01T19:47:24.203Z | Compiling polyval v0.6.1 |
1188 | 2023-11-01T19:47:24.891Z | Compiling num_enum v0.7.0 |
1189 | 2023-11-01T19:47:25.035Z | Compiling bitvec v1.0.1 |
1190 | 2023-11-01T19:47:25.110Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1191 | 2023-11-01T19:47:25.525Z | Compiling clap v4.4.0 |
1192 | 2023-11-01T19:47:25.670Z | Compiling colored v2.0.4 |
1193 | 2023-11-01T19:47:26.716Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1194 | 2023-11-01T19:47:31.906Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1195 | 2023-11-01T19:47:32.251Z | Compiling aes v0.8.3 |
1196 | 2023-11-01T19:47:34.098Z | Compiling ctr v0.9.2 |
1197 | 2023-11-01T19:47:34.620Z | Compiling console v0.15.7 |
1198 | 2023-11-01T19:47:36.058Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1199 | 2023-11-01T19:47:36.639Z | Compiling bincode v1.3.3 |
1200 | 2023-11-01T19:47:38.567Z | Compiling async-recursion v0.3.2 |
1201 | 2023-11-01T19:47:40.157Z | Compiling aead v0.5.2 |
1202 | 2023-11-01T19:47:40.297Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1203 | 2023-11-01T19:47:40.620Z | Compiling pretty-hex v0.2.1 |
1204 | 2023-11-01T19:47:40.846Z | Compiling humantime v2.1.0 |
1205 | 2023-11-01T19:47:40.859Z | Compiling either v1.9.0 |
1206 | 2023-11-01T19:47:40.939Z | Compiling erased-serde v0.3.30 |
1207 | 2023-11-01T19:47:41.413Z | Compiling number_prefix v0.4.0 |
1208 | 2023-11-01T19:47:41.727Z | Compiling zeroize v1.6.0 |
1209 | 2023-11-01T19:47:41.853Z | Compiling indicatif v0.17.6 |
1210 | 2023-11-01T19:47:42.176Z | Compiling aes-gcm-siv v0.11.1 |
1211 | 2023-11-01T19:47:42.229Z | Compiling itertools v0.11.0 |
1212 | 2023-11-01T19:47:42.619Z | Compiling env_logger v0.9.3 |
1213 | 2023-11-01T19:47:47.891Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1214 | 2023-11-01T19:47:50.147Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1215 | 2023-11-01T19:47:50.639Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1216 | 2023-11-01T19:47:50.832Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1217 | 2023-11-01T19:47:52.647Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1218 | 2023-11-01T19:47:53.116Z | Compiling toml v0.5.11 |
1219 | 2023-11-01T19:47:53.408Z | Compiling bitstruct_derive v0.1.0 |
1220 | 2023-11-01T19:47:54.715Z | Compiling async-recursion v1.0.5 |
1221 | 2023-11-01T19:47:55.010Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1222 | 2023-11-01T19:47:55.184Z | Compiling libloading v0.7.4 |
1223 | 2023-11-01T19:47:55.710Z | Compiling ascii v1.1.0 |
1224 | 2023-11-01T19:47:55.882Z | Compiling ringbuffer v0.15.0 |
1225 | 2023-11-01T19:47:56.493Z | Compiling utf-8 v0.7.6 |
1226 | 2023-11-01T19:47:56.936Z | Compiling matches v0.1.10 |
1227 | 2023-11-01T19:47:56.944Z | Compiling tungstenite v0.20.1 |
1228 | 2023-11-01T19:47:57.056Z | Compiling idna v0.2.3 |
1229 | 2023-11-01T19:47:57.086Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1230 | 2023-11-01T19:48:01.595Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1231 | 2023-11-01T19:48:03.014Z | Compiling bitstruct v0.1.1 |
1232 | 2023-11-01T19:48:03.170Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1233 | 2023-11-01T19:48:03.524Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1234 | 2023-11-01T19:48:06.265Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1235 | 2023-11-01T19:48:06.502Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1236 | 2023-11-01T19:48:07.358Z | Compiling serde_arrays v0.1.0 |
1237 | 2023-11-01T19:48:07.579Z | Compiling enum-as-inner v0.5.1 |
1238 | 2023-11-01T19:48:08.342Z | Compiling quick-error v1.2.3 |
1239 | 2023-11-01T19:48:08.540Z | Compiling linked-hash-map v0.5.6 |
1240 | 2023-11-01T19:48:09.136Z | Compiling lru-cache v0.1.2 |
1241 | 2023-11-01T19:48:09.389Z | Compiling trust-dns-proto v0.22.0 |
1242 | 2023-11-01T19:48:09.435Z | Compiling resolv-conf v0.7.0 |
1243 | 2023-11-01T19:48:10.276Z | Compiling tokio-tungstenite v0.20.1 |
1244 | 2023-11-01T19:48:10.497Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1245 | 2023-11-01T19:48:11.210Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1246 | 2023-11-01T19:48:12.637Z | Compiling const_format_proc_macros v0.2.31 |
1247 | 2023-11-01T19:48:13.063Z | Compiling base64 v0.13.1 |
1248 | 2023-11-01T19:48:14.493Z | Compiling ron v0.7.1 |
1249 | 2023-11-01T19:48:15.074Z | Compiling bit_field v0.10.2 |
1250 | 2023-11-01T19:48:16.123Z | Compiling trust-dns-resolver v0.22.0 |
1251 | 2023-11-01T19:48:20.021Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1252 | 2023-11-01T19:48:23.275Z | Compiling const_format v0.2.31 |
1253 | 2023-11-01T19:48:50.026Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1254 | 2023-11-01T19:49:00.934Z | Compiling git2 v0.17.2 |
1255 | 2023-11-01T19:49:08.387Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1256 | 2023-11-01T19:49:10.164Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1257 | 2023-11-01T19:49:21.413Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1258 | 2023-11-01T19:49:36.556Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1259 | 2023-11-01T19:49:36.899Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1260 | 2023-11-01T19:49:37.752Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1261 | 2023-11-01T19:51:11.967Z | Finished release [optimized] target(s) in 8m 06s |
1262 | 2023-11-01T19:51:12.026Z | |
1263 | 2023-11-01T19:51:12.030Z | real 8:06.703389735 |
1264 | 2023-11-01T19:51:12.032Z | user 56:11.788341866 |
1265 | 2023-11-01T19:51:12.037Z | sys 3:42.214902638 |
1266 | 2023-11-01T19:51:12.040Z | trap 2.159556385 |
1267 | 2023-11-01T19:51:12.043Z | tflt 1.497750649 |
1268 | 2023-11-01T19:51:12.046Z | dflt 2.346096215 |
1269 | 2023-11-01T19:51:12.049Z | kflt 0.001098011 |
1270 | 2023-11-01T19:51:12.052Z | lock 2:04:09.355921665 |
1271 | 2023-11-01T19:51:12.054Z | slp 2:27:53.379454762 |
1272 | 2023-11-01T19:51:12.058Z | lat 1:39.694220370 |
1273 | 2023-11-01T19:51:12.061Z | stop 41.758974107 |
1274 | 2023-11-01T19:51:12.066Z | + OUTDIR=/work/release |
1275 | 2023-11-01T19:51:12.069Z | + mkdir -p /work/release |
1276 | 2023-11-01T19:51:12.071Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1277 | 2023-11-01T19:51:12.074Z | + cp target/release/propolis-server /work/release/propolis-server |
1278 | 2023-11-01T19:51:12.136Z | process exited: duration 676696 ms, exit code 0 |
|
1279 | 2023-11-01T19:51:12.142Z | found 2 output files |
1280 | 2023-11-01T19:51:12.155Z | uploading: /work/release/propolis-cli (21704344 bytes) |
1281 | 2023-11-01T19:51:27.309Z | uploaded: /work/release/propolis-cli |
1282 | 2023-11-01T19:51:27.315Z | uploading: /work/release/propolis-server (55010400 bytes) |
1283 | 2023-11-01T19:51:47.885Z | uploaded: /work/release/propolis-server |