|
|
|
1 | 2023-10-11T21:31:12.170Z | job assigned to worker 01HCGA9TH74S0K7267J2SVP8MH (queued for 1 h 28 m 38 s) |
|
2 | 2023-10-11T21:31:13.406Z | starting task 0: "setup" |
3 | 2023-10-11T21:31:13.581Z | ++ uname -s |
4 | 2023-10-11T21:31:13.594Z | + kern=SunOS |
5 | 2023-10-11T21:31:13.607Z | + case "$kern" in |
6 | 2023-10-11T21:31:13.618Z | + groupadd -g 12345 build |
7 | 2023-10-11T21:31:13.636Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-11T21:31:15.597Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-11T21:31:15.691Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-11T21:31:16.142Z | + home_fs=zfs |
11 | 2023-10-11T21:31:16.157Z | + [[ zfs == autofs ]] |
12 | 2023-10-11T21:31:16.167Z | + mkdir -p /home/build |
13 | 2023-10-11T21:31:16.180Z | + chown build:build /home/build /work |
14 | 2023-10-11T21:31:17.699Z | + chmod 0700 /home/build /work |
15 | 2023-10-11T21:31:18.216Z | process exited: duration 4270 ms, exit code 0 |
|
16 | 2023-10-11T21:31:23.797Z | starting task 1: "rust-toolchain" |
17 | 2023-10-11T21:31:24.084Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-11T21:31:24.153Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-11T21:31:24.163Z | info: downloading installer |
20 | 2023-10-11T21:31:26.866Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-11T21:31:26.869Z | warning: /opt/ooce/bin |
22 | 2023-10-11T21:31:26.873Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-11T21:31:26.877Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-11T21:31:26.883Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-11T21:31:26.887Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-11T21:31:26.890Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-11T21:31:26.893Z | error: cannot install while Rust is installed |
28 | 2023-10-11T21:31:26.904Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-11T21:31:27.219Z | info: profile set to 'default' |
30 | 2023-10-11T21:31:27.234Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-11T21:31:27.252Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-11T21:31:27.393Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-11T21:31:27.402Z | info: downloading component 'cargo' |
34 | 2023-10-11T21:31:28.143Z | info: downloading component 'clippy' |
35 | 2023-10-11T21:31:28.860Z | info: downloading component 'rust-docs' |
36 | 2023-10-11T21:31:29.332Z | info: downloading component 'rust-std' |
37 | 2023-10-11T21:31:30.864Z | info: downloading component 'rustc' |
38 | 2023-10-11T21:31:40.586Z | info: downloading component 'rustfmt' |
39 | 2023-10-11T21:31:40.878Z | info: installing component 'cargo' |
40 | 2023-10-11T21:31:41.179Z | info: installing component 'clippy' |
41 | 2023-10-11T21:31:41.404Z | info: installing component 'rust-docs' |
42 | 2023-10-11T21:31:41.432Z | info: installing component 'rust-std' |
43 | 2023-10-11T21:31:44.144Z | info: installing component 'rustc' |
44 | 2023-10-11T21:31:57.617Z | info: installing component 'rustfmt' |
45 | 2023-10-11T21:32:20.053Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-11T21:32:21.121Z | |
47 | 2023-10-11T21:32:21.233Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-11T21:32:21.859Z | |
49 | 2023-10-11T21:32:22.170Z | |
50 | 2023-10-11T21:32:22.632Z | Rust is installed now. Great! |
51 | 2023-10-11T21:32:22.665Z | |
52 | 2023-10-11T21:32:22.700Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-11T21:32:22.735Z | environment variable. This has not been done automatically. |
54 | 2023-10-11T21:32:22.769Z | |
55 | 2023-10-11T21:32:22.805Z | To configure your current shell, run: |
56 | 2023-10-11T21:32:22.895Z | source "$HOME/.cargo/env" |
57 | 2023-10-11T21:32:22.940Z | + rustc --version |
58 | 2023-10-11T21:32:22.991Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-11T21:32:23.069Z | process exited: duration 30187 ms, exit code 0 |
|
60 | 2023-10-11T21:32:23.179Z | starting task 2: "authentication" |
61 | 2023-10-11T21:32:23.263Z | process exited: duration 57 ms, exit code 0 |
|
62 | 2023-10-11T21:32:23.321Z | starting task 3: "clone repository" |
63 | 2023-10-11T21:32:23.381Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-11T21:32:23.408Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-11T21:32:23.454Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-11T21:32:25.117Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-11T21:32:25.145Z | + [[ -n '' ]] |
68 | 2023-10-11T21:32:25.177Z | + git fetch origin 64f5a0e03853b056904bd65f483313006c515fb5 |
69 | 2023-10-11T21:32:26.176Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-11T21:32:26.217Z | * branch 64f5a0e03853b056904bd65f483313006c515fb5 -> FETCH_HEAD |
71 | 2023-10-11T21:32:26.264Z | + git reset --hard 64f5a0e03853b056904bd65f483313006c515fb5 |
72 | 2023-10-11T21:32:26.319Z | HEAD is now at 64f5a0e Additional feedback |
73 | 2023-10-11T21:32:26.342Z | process exited: duration 2385 ms, exit code 0 |
|
74 | 2023-10-11T21:32:26.414Z | starting task 4: "build" |
75 | 2023-10-11T21:32:26.464Z | + cargo --version |
76 | 2023-10-11T21:32:26.541Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
77 | 2023-10-11T21:32:26.558Z | + rustc --version |
78 | 2023-10-11T21:32:26.653Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
79 | 2023-10-11T21:32:26.694Z | + banner check |
80 | 2023-10-11T21:32:26.711Z | |
81 | 2023-10-11T21:32:26.730Z | #### # # ###### #### # # |
82 | 2023-10-11T21:32:26.810Z | # # # # # # # # # |
83 | 2023-10-11T21:32:26.850Z | # ###### ##### # #### |
84 | 2023-10-11T21:32:26.880Z | # # # # # # # |
85 | 2023-10-11T21:32:27.753Z | # # # # # # # # # |
86 | 2023-10-11T21:32:27.785Z | #### # # ###### #### # # |
87 | 2023-10-11T21:32:27.827Z | |
88 | 2023-10-11T21:32:27.912Z | + ptime -m cargo check --features falcon |
89 | 2023-10-11T21:32:27.946Z | Updating crates.io index |
90 | 2023-10-11T21:32:27.979Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-10-11T21:32:28.795Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-10-11T21:32:29.312Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-10-11T21:32:29.692Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-10-11T21:32:39.312Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-10-11T21:32:40.063Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-10-11T21:32:40.501Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-10-11T21:32:40.938Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
98 | 2023-10-11T21:32:42.304Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2023-10-11T21:32:43.150Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-10-11T21:32:44.054Z | Updating git repository `https://github.com/oxidecomputer/p4` |
101 | 2023-10-11T21:32:45.419Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2023-10-11T21:32:45.425Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-10-11T21:32:46.760Z | Downloading crates ... |
104 | 2023-10-11T21:32:46.967Z | Downloaded bytes v1.5.0 |
105 | 2023-10-11T21:32:47.007Z | Downloaded bitflags v1.3.2 |
106 | 2023-10-11T21:32:47.491Z | Downloaded bitstruct v0.1.1 |
107 | 2023-10-11T21:32:47.507Z | Downloaded async-stream-impl v0.3.5 |
108 | 2023-10-11T21:32:47.526Z | Downloaded async-stream v0.3.5 |
109 | 2023-10-11T21:32:47.990Z | Downloaded atty v0.2.14 |
110 | 2023-10-11T21:32:47.996Z | Downloaded bitstruct_derive v0.1.0 |
111 | 2023-10-11T21:32:48.027Z | Downloaded atomic-waker v1.1.1 |
112 | 2023-10-11T21:32:48.515Z | Downloaded byteorder v1.4.3 |
113 | 2023-10-11T21:32:48.584Z | Downloaded async-recursion v0.3.2 |
114 | 2023-10-11T21:32:48.595Z | Downloaded aead v0.5.2 |
115 | 2023-10-11T21:32:48.614Z | Downloaded bit_field v0.10.2 |
116 | 2023-10-11T21:32:48.637Z | Downloaded equivalent v1.0.1 |
117 | 2023-10-11T21:32:48.661Z | Downloaded tokio-macros v2.1.0 |
118 | 2023-10-11T21:32:48.682Z | Downloaded clap_lex v0.5.1 |
119 | 2023-10-11T21:32:48.698Z | Downloaded spin v0.9.8 |
120 | 2023-10-11T21:32:48.712Z | Downloaded num v0.4.1 |
121 | 2023-10-11T21:32:48.722Z | Downloaded async-trait v0.1.73 |
122 | 2023-10-11T21:32:48.747Z | Downloaded block-buffer v0.10.4 |
123 | 2023-10-11T21:32:48.755Z | Downloaded tap v1.0.1 |
124 | 2023-10-11T21:32:48.772Z | Downloaded serde_repr v0.1.16 |
125 | 2023-10-11T21:32:48.788Z | Downloaded dirs-sys-next v0.1.2 |
126 | 2023-10-11T21:32:49.221Z | Downloaded futures-io v0.3.28 |
127 | 2023-10-11T21:32:49.243Z | Downloaded subtle v2.5.0 |
128 | 2023-10-11T21:32:49.260Z | Downloaded futures-executor v0.3.28 |
129 | 2023-10-11T21:32:50.104Z | Downloaded structmeta v0.1.6 |
130 | 2023-10-11T21:32:50.121Z | Downloaded serde_derive_internals v0.26.0 |
131 | 2023-10-11T21:32:50.147Z | Downloaded quick-error v1.2.3 |
132 | 2023-10-11T21:32:50.167Z | Downloaded slog-bunyan v2.4.0 |
133 | 2023-10-11T21:32:50.183Z | Downloaded dyn-clone v1.0.13 |
134 | 2023-10-11T21:32:51.023Z | Downloaded strsim v0.10.0 |
135 | 2023-10-11T21:32:51.855Z | Downloaded sha1 v0.10.5 |
136 | 2023-10-11T21:32:51.867Z | Downloaded term v0.7.0 |
137 | 2023-10-11T21:32:51.878Z | Downloaded rustversion v1.0.14 |
138 | 2023-10-11T21:32:51.888Z | Downloaded anstyle-query v1.0.0 |
139 | 2023-10-11T21:32:51.896Z | Downloaded quote v1.0.33 |
140 | 2023-10-11T21:32:51.906Z | Downloaded number_prefix v0.4.0 |
141 | 2023-10-11T21:32:51.911Z | Downloaded autocfg v1.1.0 |
142 | 2023-10-11T21:32:51.919Z | Downloaded anyhow v1.0.75 |
143 | 2023-10-11T21:32:51.938Z | Downloaded thiserror-impl v1.0.47 |
144 | 2023-10-11T21:32:51.951Z | Downloaded num-iter v0.1.43 |
145 | 2023-10-11T21:32:51.956Z | Downloaded serde_spanned v0.6.3 |
146 | 2023-10-11T21:32:51.962Z | Downloaded tinyvec v1.6.0 |
147 | 2023-10-11T21:32:51.967Z | Downloaded num_cpus v1.16.0 |
148 | 2023-10-11T21:32:51.972Z | Downloaded futures v0.3.28 |
149 | 2023-10-11T21:32:51.978Z | Downloaded openssl-macros v0.1.1 |
150 | 2023-10-11T21:32:51.984Z | Downloaded spin v0.5.2 |
151 | 2023-10-11T21:32:51.989Z | Downloaded schemars_derive v0.8.15 |
152 | 2023-10-11T21:32:51.994Z | Downloaded hyper-tls v0.5.0 |
153 | 2023-10-11T21:32:52.001Z | Downloaded num_enum_derive v0.5.11 |
154 | 2023-10-11T21:32:52.008Z | Downloaded futures-macro v0.3.28 |
155 | 2023-10-11T21:32:52.014Z | Downloaded parse-display v0.7.0 |
156 | 2023-10-11T21:32:52.022Z | Downloaded take_mut v0.2.2 |
157 | 2023-10-11T21:32:52.030Z | Downloaded try-lock v0.2.4 |
158 | 2023-10-11T21:32:52.037Z | Downloaded funty v2.0.0 |
159 | 2023-10-11T21:32:52.044Z | Downloaded waitgroup v0.1.2 |
160 | 2023-10-11T21:32:52.053Z | Downloaded unicode-xid v0.2.4 |
161 | 2023-10-11T21:32:52.075Z | Downloaded ahash v0.8.3 |
162 | 2023-10-11T21:32:52.509Z | Downloaded socket2 v0.4.9 |
163 | 2023-10-11T21:32:52.525Z | Downloaded clap v4.4.0 |
164 | 2023-10-11T21:32:52.550Z | Downloaded ident_case v1.0.1 |
165 | 2023-10-11T21:32:52.573Z | Downloaded pest_generator v2.7.2 |
166 | 2023-10-11T21:32:52.591Z | Downloaded futures-sink v0.3.28 |
167 | 2023-10-11T21:32:52.604Z | Downloaded parse-display-derive v0.7.0 |
168 | 2023-10-11T21:32:52.616Z | Downloaded password-hash v0.5.0 |
169 | 2023-10-11T21:32:52.628Z | Downloaded memoffset v0.7.1 |
170 | 2023-10-11T21:32:52.639Z | Downloaded os_str_bytes v6.5.1 |
171 | 2023-10-11T21:32:52.643Z | Downloaded futures-channel v0.3.28 |
172 | 2023-10-11T21:32:52.647Z | Downloaded humantime v2.1.0 |
173 | 2023-10-11T21:32:52.651Z | Downloaded toml v0.7.8 |
174 | 2023-10-11T21:32:52.655Z | Downloaded httparse v1.8.0 |
175 | 2023-10-11T21:32:52.659Z | Downloaded usdt v0.3.5 |
176 | 2023-10-11T21:32:52.663Z | Downloaded serde v1.0.188 |
177 | 2023-10-11T21:32:52.668Z | Downloaded http-body v0.4.5 |
178 | 2023-10-11T21:32:52.703Z | Downloaded heck v0.4.1 |
179 | 2023-10-11T21:32:52.720Z | Downloaded polyval v0.6.1 |
180 | 2023-10-11T21:32:52.725Z | Downloaded postgres-protocol v0.6.6 |
181 | 2023-10-11T21:32:52.731Z | Downloaded utf-8 v0.7.6 |
182 | 2023-10-11T21:32:52.741Z | Downloaded num-traits v0.2.16 |
183 | 2023-10-11T21:32:52.754Z | Downloaded indexmap v1.9.3 |
184 | 2023-10-11T21:32:52.767Z | Downloaded slog-json v2.6.1 |
185 | 2023-10-11T21:32:52.779Z | Downloaded tungstenite v0.20.1 |
186 | 2023-10-11T21:32:52.794Z | Downloaded indicatif v0.17.6 |
187 | 2023-10-11T21:32:52.821Z | Downloaded time v0.3.27 |
188 | 2023-10-11T21:32:52.842Z | Downloaded vergen v8.2.4 |
189 | 2023-10-11T21:32:52.868Z | Downloaded openssl-sys v0.9.91 |
190 | 2023-10-11T21:32:52.903Z | Downloaded serde_yaml v0.9.25 |
191 | 2023-10-11T21:32:52.925Z | Downloaded utf8parse v0.2.1 |
192 | 2023-10-11T21:32:52.985Z | Downloaded pest_derive v2.7.2 |
193 | 2023-10-11T21:32:53.013Z | Downloaded usdt-macro v0.3.5 |
194 | 2023-10-11T21:32:53.037Z | Downloaded tokio-util v0.7.8 |
195 | 2023-10-11T21:32:53.052Z | Downloaded pin-project-lite v0.2.13 |
196 | 2023-10-11T21:32:53.483Z | Downloaded socket2 v0.5.3 |
197 | 2023-10-11T21:32:53.502Z | Downloaded hashbrown v0.13.2 |
198 | 2023-10-11T21:32:53.515Z | Downloaded hashbrown v0.12.3 |
199 | 2023-10-11T21:32:53.532Z | Downloaded whoami v1.4.1 |
200 | 2023-10-11T21:32:53.561Z | Downloaded multer v2.1.0 |
201 | 2023-10-11T21:32:53.582Z | Downloaded usdt-attr-macro v0.3.5 |
202 | 2023-10-11T21:32:53.601Z | Downloaded unicode-normalization v0.1.22 |
203 | 2023-10-11T21:32:53.617Z | Downloaded jobserver v0.1.26 |
204 | 2023-10-11T21:32:53.631Z | Downloaded libm v0.2.7 |
205 | 2023-10-11T21:32:53.643Z | Downloaded h2 v0.3.21 |
206 | 2023-10-11T21:32:54.248Z | Downloaded aes v0.8.3 |
207 | 2023-10-11T21:32:54.273Z | Downloaded phf v0.11.2 |
208 | 2023-10-11T21:32:54.428Z | Downloaded rustls v0.21.7 |
209 | 2023-10-11T21:32:54.514Z | Downloaded zeroize v1.6.0 |
210 | 2023-10-11T21:32:54.678Z | Downloaded hyper v0.14.27 |
211 | 2023-10-11T21:32:54.693Z | Downloaded idna v0.4.0 |
212 | 2023-10-11T21:32:55.241Z | Downloaded rustix v0.38.9 |
213 | 2023-10-11T21:32:55.256Z | Downloaded hostname v0.3.1 |
214 | 2023-10-11T21:32:55.294Z | Downloaded libloading v0.7.4 |
215 | 2023-10-11T21:32:55.327Z | Downloaded omicron-workspace-hack v0.1.0 |
216 | 2023-10-11T21:32:55.358Z | Downloaded num_enum v0.7.0 |
217 | 2023-10-11T21:32:55.407Z | Downloaded inout v0.1.3 |
218 | 2023-10-11T21:32:55.835Z | Downloaded unicode-ident v1.0.12 |
219 | 2023-10-11T21:32:55.894Z | Downloaded url v2.4.0 |
220 | 2023-10-11T21:32:55.998Z | Downloaded glob v0.3.1 |
221 | 2023-10-11T21:32:56.104Z | Downloaded regex-automata v0.3.6 |
222 | 2023-10-11T21:32:56.173Z | Downloaded tokio v1.32.0 |
223 | 2023-10-11T21:32:56.251Z | Downloaded memchr v2.5.0 |
224 | 2023-10-11T21:32:56.287Z | Downloaded uuid v1.4.1 |
225 | 2023-10-11T21:32:56.782Z | Downloaded unicode-bidi v0.3.13 |
226 | 2023-10-11T21:32:56.889Z | Downloaded aho-corasick v1.0.4 |
227 | 2023-10-11T21:32:56.910Z | Downloaded hashlink v0.8.3 |
228 | 2023-10-11T21:32:56.989Z | Downloaded num-complex v0.4.4 |
229 | 2023-10-11T21:32:57.027Z | Downloaded toml v0.5.11 |
230 | 2023-10-11T21:32:57.118Z | Downloaded mio v0.8.8 |
231 | 2023-10-11T21:32:57.213Z | Downloaded ucd-trie v0.1.6 |
232 | 2023-10-11T21:32:57.664Z | Downloaded tracing-core v0.1.31 |
233 | 2023-10-11T21:32:57.715Z | Downloaded toml v0.8.1 |
234 | 2023-10-11T21:32:57.746Z | Downloaded reqwest v0.11.20 |
235 | 2023-10-11T21:32:57.778Z | Downloaded clap_builder v4.4.0 |
236 | 2023-10-11T21:32:57.833Z | Downloaded rusqlite v0.29.0 |
237 | 2023-10-11T21:32:57.881Z | Downloaded parking_lot v0.12.1 |
238 | 2023-10-11T21:32:57.998Z | Downloaded futures-util v0.3.28 |
239 | 2023-10-11T21:32:58.037Z | Downloaded winnow v0.5.15 |
240 | 2023-10-11T21:32:58.057Z | Downloaded trust-dns-resolver v0.22.0 |
241 | 2023-10-11T21:32:58.069Z | Downloaded rustls-webpki v0.101.4 |
242 | 2023-10-11T21:32:58.082Z | Downloaded itertools v0.11.0 |
243 | 2023-10-11T21:32:58.094Z | Downloaded hashbrown v0.14.0 |
244 | 2023-10-11T21:32:58.109Z | Downloaded http v0.2.9 |
245 | 2023-10-11T21:32:58.131Z | Downloaded chrono v0.4.31 |
246 | 2023-10-11T21:32:58.150Z | Downloaded clap v3.2.25 |
247 | 2023-10-11T21:32:58.162Z | Downloaded macaddr v1.0.1 |
248 | 2023-10-11T21:32:58.598Z | Downloaded paste v1.0.14 |
249 | 2023-10-11T21:32:58.650Z | Downloaded bitvec v1.0.1 |
250 | 2023-10-11T21:32:59.078Z | Downloaded portable-atomic v1.4.3 |
251 | 2023-10-11T21:32:59.101Z | Downloaded syn v2.0.29 |
252 | 2023-10-11T21:32:59.110Z | Downloaded libsqlite3-sys v0.26.0 |
253 | 2023-10-11T21:32:59.121Z | Downloaded git2 v0.17.2 |
254 | 2023-10-11T21:32:59.131Z | Downloaded vcpkg v0.2.15 |
255 | 2023-10-11T21:32:59.137Z | Downloaded webpki-roots v0.25.2 |
256 | 2023-10-11T21:32:59.147Z | Downloaded nix v0.26.2 |
257 | 2023-10-11T21:32:59.161Z | Downloaded bstr v1.6.0 |
258 | 2023-10-11T21:32:59.172Z | Downloaded trust-dns-proto v0.22.0 |
259 | 2023-10-11T21:32:59.190Z | Downloaded openssl v0.10.56 |
260 | 2023-10-11T21:32:59.213Z | Downloaded regex-syntax v0.6.29 |
261 | 2023-10-11T21:32:59.228Z | Downloaded regex v1.9.3 |
262 | 2023-10-11T21:32:59.247Z | Downloaded openapiv3 v1.0.3 |
263 | 2023-10-11T21:32:59.272Z | Downloaded crypto-common v0.1.6 |
264 | 2023-10-11T21:32:59.695Z | Downloaded log v0.4.20 |
265 | 2023-10-11T21:32:59.709Z | Downloaded getrandom v0.2.10 |
266 | 2023-10-11T21:32:59.729Z | Downloaded tracing-attributes v0.1.26 |
267 | 2023-10-11T21:32:59.747Z | Downloaded tracing v0.1.37 |
268 | 2023-10-11T21:32:59.766Z | Downloaded idna v0.2.3 |
269 | 2023-10-11T21:32:59.796Z | Downloaded lock_api v0.4.10 |
270 | 2023-10-11T21:32:59.808Z | Downloaded slog v2.7.0 |
271 | 2023-10-11T21:32:59.820Z | Downloaded lru-cache v0.1.2 |
272 | 2023-10-11T21:32:59.829Z | Downloaded linked-hash-map v0.5.6 |
273 | 2023-10-11T21:32:59.839Z | Downloaded hex v0.4.3 |
274 | 2023-10-11T21:32:59.846Z | Downloaded untrusted v0.7.1 |
275 | 2023-10-11T21:32:59.855Z | Downloaded num-rational v0.4.1 |
276 | 2023-10-11T21:32:59.865Z | Downloaded native-tls v0.2.11 |
277 | 2023-10-11T21:32:59.881Z | Downloaded typenum v1.16.0 |
278 | 2023-10-11T21:32:59.900Z | Downloaded zerocopy-derive v0.2.0 |
279 | 2023-10-11T21:32:59.923Z | Downloaded serde_derive v1.0.188 |
280 | 2023-10-11T21:32:59.943Z | Downloaded regress v0.7.1 |
281 | 2023-10-11T21:32:59.959Z | Downloaded syn v1.0.109 |
282 | 2023-10-11T21:32:59.970Z | Downloaded regex-syntax v0.7.4 |
283 | 2023-10-11T21:32:59.979Z | Downloaded libc v0.2.148 |
284 | 2023-10-11T21:32:59.990Z | Downloaded zerocopy v0.3.0 |
285 | 2023-10-11T21:33:00.012Z | Downloaded match_cfg v0.1.0 |
286 | 2023-10-11T21:33:00.032Z | Downloaded unsafe-libyaml v0.2.9 |
287 | 2023-10-11T21:33:00.045Z | Downloaded rand v0.8.5 |
288 | 2023-10-11T21:33:00.052Z | Downloaded is-terminal v0.4.9 |
289 | 2023-10-11T21:33:00.570Z | Downloaded wyz v0.5.1 |
290 | 2023-10-11T21:33:00.606Z | Downloaded version_check v0.9.4 |
291 | 2023-10-11T21:33:00.673Z | Downloaded ppv-lite86 v0.2.17 |
292 | 2023-10-11T21:33:00.696Z | Downloaded serde_json v1.0.107 |
293 | 2023-10-11T21:33:00.713Z | Downloaded want v0.3.1 |
294 | 2023-10-11T21:33:00.731Z | Downloaded pest v2.7.2 |
295 | 2023-10-11T21:33:00.748Z | Downloaded hmac v0.12.1 |
296 | 2023-10-11T21:33:00.769Z | Downloaded num-bigint v0.4.4 |
297 | 2023-10-11T21:33:00.806Z | Downloaded toml_edit v0.20.1 |
298 | 2023-10-11T21:33:00.840Z | Downloaded toml_edit v0.19.15 |
299 | 2023-10-11T21:33:01.265Z | Downloaded num-integer v0.1.45 |
300 | 2023-10-11T21:33:01.300Z | Downloaded indexmap v2.0.0 |
301 | 2023-10-11T21:33:01.327Z | Downloaded tokio-postgres v0.7.10 |
302 | 2023-10-11T21:33:01.383Z | Downloaded serde_with v2.3.3 |
303 | 2023-10-11T21:33:01.823Z | Downloaded cc v1.0.83 |
304 | 2023-10-11T21:33:01.838Z | Downloaded crossbeam-utils v0.8.16 |
305 | 2023-10-11T21:33:01.855Z | Downloaded fatfs v0.3.6 |
306 | 2023-10-11T21:33:01.877Z | Downloaded schemars v0.8.15 |
307 | 2023-10-11T21:33:01.906Z | Downloaded crossbeam-channel v0.5.8 |
308 | 2023-10-11T21:33:01.923Z | Downloaded pest_meta v2.7.2 |
309 | 2023-10-11T21:33:01.942Z | Downloaded proc-macro2 v1.0.67 |
310 | 2023-10-11T21:33:01.964Z | Downloaded env_logger v0.9.3 |
311 | 2023-10-11T21:33:01.983Z | Downloaded lazy_static v1.4.0 |
312 | 2023-10-11T21:33:02.013Z | Downloaded hyper-rustls v0.24.1 |
313 | 2023-10-11T21:33:02.465Z | Downloaded semver v1.0.18 |
314 | 2023-10-11T21:33:02.502Z | Downloaded pkg-config v0.3.27 |
315 | 2023-10-11T21:33:02.532Z | Downloaded usdt-impl v0.3.5 |
316 | 2023-10-11T21:33:02.975Z | Downloaded allocator-api2 v0.2.16 |
317 | 2023-10-11T21:33:03.002Z | Downloaded ron v0.7.1 |
318 | 2023-10-11T21:33:03.431Z | Downloaded encoding_rs v0.8.33 |
319 | 2023-10-11T21:33:03.457Z | Downloaded darling_core v0.20.3 |
320 | 2023-10-11T21:33:03.522Z | Downloaded itoa v1.0.9 |
321 | 2023-10-11T21:33:03.542Z | Downloaded iana-time-zone v0.1.57 |
322 | 2023-10-11T21:33:03.558Z | Downloaded httpdate v1.0.3 |
323 | 2023-10-11T21:33:03.575Z | Downloaded base64 v0.21.4 |
324 | 2023-10-11T21:33:03.586Z | Downloaded unicode-width v0.1.10 |
325 | 2023-10-11T21:33:03.598Z | Downloaded ipnet v2.8.0 |
326 | 2023-10-11T21:33:03.609Z | Downloaded smallvec v1.11.0 |
327 | 2023-10-11T21:33:03.616Z | Downloaded slog-term v2.9.0 |
328 | 2023-10-11T21:33:03.628Z | Downloaded globset v0.4.13 |
329 | 2023-10-11T21:33:03.636Z | Downloaded serde_path_to_error v0.1.14 |
330 | 2023-10-11T21:33:03.650Z | Downloaded parking_lot_core v0.9.8 |
331 | 2023-10-11T21:33:03.659Z | Downloaded tinyvec_macros v0.1.1 |
332 | 2023-10-11T21:33:03.668Z | Downloaded sct v0.7.0 |
333 | 2023-10-11T21:33:03.676Z | Downloaded num_enum v0.5.11 |
334 | 2023-10-11T21:33:03.770Z | Downloaded num_enum_derive v0.7.0 |
335 | 2023-10-11T21:33:03.824Z | Downloaded mime v0.3.17 |
336 | 2023-10-11T21:33:03.851Z | Downloaded universal-hash v0.5.1 |
337 | 2023-10-11T21:33:03.873Z | Downloaded md-5 v0.10.5 |
338 | 2023-10-11T21:33:03.896Z | Downloaded ipnetwork v0.20.0 |
339 | 2023-10-11T21:33:03.921Z | Downloaded toml_datetime v0.6.3 |
340 | 2023-10-11T21:33:04.348Z | Downloaded tempfile v3.8.0 |
341 | 2023-10-11T21:33:05.598Z | Downloaded stringprep v0.1.3 |
342 | 2023-10-11T21:33:05.610Z | Downloaded slog-dtrace v0.2.3 |
343 | 2023-10-11T21:33:05.623Z | Downloaded rand_chacha v0.3.1 |
344 | 2023-10-11T21:33:05.637Z | Downloaded futures-core v0.3.28 |
345 | 2023-10-11T21:33:05.653Z | Downloaded erased-serde v0.3.30 |
346 | 2023-10-11T21:33:05.670Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
347 | 2023-10-11T21:33:05.690Z | Downloaded colored v2.0.4 |
348 | 2023-10-11T21:33:05.712Z | Downloaded postgres-types v0.2.6 |
349 | 2023-10-11T21:33:05.735Z | Downloaded synstructure v0.12.6 |
350 | 2023-10-11T21:33:05.748Z | Downloaded console v0.15.7 |
351 | 2023-10-11T21:33:05.771Z | Downloaded pin-utils v0.1.0 |
352 | 2023-10-11T21:33:05.795Z | Downloaded openssl-probe v0.1.5 |
353 | 2023-10-11T21:33:05.856Z | Downloaded tokio-tungstenite v0.20.1 |
354 | 2023-10-11T21:33:05.917Z | Downloaded thread_local v1.1.7 |
355 | 2023-10-11T21:33:06.353Z | Downloaded slog-envlogger v2.2.0 |
356 | 2023-10-11T21:33:06.786Z | Downloaded ctrlc v3.4.0 |
357 | 2023-10-11T21:33:08.170Z | Downloaded fallible-streaming-iterator v0.1.9 |
358 | 2023-10-11T21:33:08.291Z | Downloaded debug-ignore v1.0.5 |
359 | 2023-10-11T21:33:08.312Z | Downloaded tower-service v0.3.2 |
360 | 2023-10-11T21:33:08.342Z | Downloaded resolv-conf v0.7.0 |
361 | 2023-10-11T21:33:08.348Z | Downloaded getopts v0.2.21 |
362 | 2023-10-11T21:33:08.355Z | Downloaded fastrand v2.0.0 |
363 | 2023-10-11T21:33:08.361Z | Downloaded enum-as-inner v0.5.1 |
364 | 2023-10-11T21:33:08.365Z | Downloaded dof v0.1.5 |
365 | 2023-10-11T21:33:08.373Z | Downloaded const_format v0.2.31 |
366 | 2023-10-11T21:33:08.382Z | Downloaded cfg-if v1.0.0 |
367 | 2023-10-11T21:33:08.395Z | Downloaded rustc_version v0.4.0 |
368 | 2023-10-11T21:33:08.403Z | Downloaded generic-array v0.14.7 |
369 | 2023-10-11T21:33:08.414Z | Downloaded either v1.9.0 |
370 | 2023-10-11T21:33:08.425Z | Downloaded dirs-next v2.0.0 |
371 | 2023-10-11T21:33:08.438Z | Downloaded data-encoding v2.4.0 |
372 | 2023-10-11T21:33:08.451Z | Downloaded darling v0.20.3 |
373 | 2023-10-11T21:33:08.468Z | Downloaded ctr v0.9.2 |
374 | 2023-10-11T21:33:08.905Z | Downloaded strum_macros v0.25.2 |
375 | 2023-10-11T21:33:08.923Z | Downloaded slog-scope v4.4.0 |
376 | 2023-10-11T21:33:08.936Z | Downloaded arc-swap v1.6.0 |
377 | 2023-10-11T21:33:08.943Z | Downloaded time-macros v0.2.13 |
378 | 2023-10-11T21:33:09.044Z | Downloaded textwrap v0.16.0 |
379 | 2023-10-11T21:33:09.471Z | Downloaded structmeta-derive v0.1.6 |
380 | 2023-10-11T21:33:09.496Z | Downloaded signal-hook-registry v1.4.1 |
381 | 2023-10-11T21:33:09.509Z | Downloaded radium v0.7.0 |
382 | 2023-10-11T21:33:09.937Z | Downloaded proc-macro-error v1.0.4 |
383 | 2023-10-11T21:33:09.970Z | Downloaded digest v0.10.7 |
384 | 2023-10-11T21:33:10.409Z | Downloaded clap_lex v0.2.4 |
385 | 2023-10-11T21:33:10.850Z | Downloaded bincode v1.3.3 |
386 | 2023-10-11T21:33:10.864Z | Downloaded base64 v0.13.1 |
387 | 2023-10-11T21:33:10.878Z | Downloaded twox-hash v1.6.3 |
388 | 2023-10-11T21:33:10.897Z | Downloaded phf_shared v0.11.2 |
389 | 2023-10-11T21:33:10.911Z | Downloaded tokio-native-tls v0.3.1 |
390 | 2023-10-11T21:33:10.950Z | Downloaded strum v0.25.0 |
391 | 2023-10-11T21:33:10.969Z | Downloaded slab v0.4.9 |
392 | 2023-10-11T21:33:10.999Z | Downloaded sha2 v0.10.7 |
393 | 2023-10-11T21:33:11.440Z | Downloaded serde_with_macros v2.3.3 |
394 | 2023-10-11T21:33:11.878Z | Downloaded ringbuffer v0.15.0 |
395 | 2023-10-11T21:33:12.307Z | Downloaded proc-macro-error-attr v1.0.4 |
396 | 2023-10-11T21:33:12.730Z | Downloaded proc-macro-crate v1.3.1 |
397 | 2023-10-11T21:33:13.167Z | Downloaded fnv v1.0.7 |
398 | 2023-10-11T21:33:13.659Z | Downloaded fallible-iterator v0.2.0 |
399 | 2023-10-11T21:33:13.676Z | Downloaded rand_core v0.6.4 |
400 | 2023-10-11T21:33:13.694Z | Downloaded errno v0.3.2 |
401 | 2023-10-11T21:33:13.803Z | Downloaded time-core v0.1.1 |
402 | 2023-10-11T21:33:14.277Z | Downloaded percent-encoding v2.3.0 |
403 | 2023-10-11T21:33:14.302Z | Downloaded matches v0.1.10 |
404 | 2023-10-11T21:33:14.733Z | Downloaded opaque-debug v0.3.0 |
405 | 2023-10-11T21:33:14.746Z | Downloaded serde_arrays v0.1.0 |
406 | 2023-10-11T21:33:14.760Z | Downloaded clap_derive v4.4.0 |
407 | 2023-10-11T21:33:14.773Z | Downloaded aes-gcm-siv v0.11.1 |
408 | 2023-10-11T21:33:14.792Z | Downloaded once_cell v1.18.0 |
409 | 2023-10-11T21:33:14.805Z | Downloaded tokio-rustls v0.24.1 |
410 | 2023-10-11T21:33:14.818Z | Downloaded thread-id v4.2.0 |
411 | 2023-10-11T21:33:14.833Z | Downloaded instant v0.1.12 |
412 | 2023-10-11T21:33:15.255Z | Downloaded pretty-hex v0.2.1 |
413 | 2023-10-11T21:33:15.681Z | Downloaded static_assertions v1.1.0 |
414 | 2023-10-11T21:33:16.127Z | Downloaded serde_tokenstream v0.2.0 |
415 | 2023-10-11T21:33:16.571Z | Downloaded rustls-pemfile v1.0.3 |
416 | 2023-10-11T21:33:16.999Z | Downloaded crucible-workspace-hack v0.1.0 |
417 | 2023-10-11T21:33:17.011Z | Downloaded ryu v1.0.15 |
418 | 2023-10-11T21:33:17.030Z | Downloaded cipher v0.4.4 |
419 | 2023-10-11T21:33:17.048Z | Downloaded scopeguard v1.2.0 |
420 | 2023-10-11T21:33:17.474Z | Downloaded anstyle v1.0.2 |
421 | 2023-10-11T21:33:17.904Z | Downloaded anstream v0.5.0 |
422 | 2023-10-11T21:33:18.338Z | Downloaded ascii v1.1.0 |
423 | 2023-10-11T21:33:18.512Z | Downloaded async-recursion v1.0.5 |
424 | 2023-10-11T21:33:18.535Z | Downloaded slog-stdlog v4.1.1 |
425 | 2023-10-11T21:33:18.553Z | Downloaded libz-sys v1.1.12 |
426 | 2023-10-11T21:33:18.982Z | Downloaded futures-task v0.3.28 |
427 | 2023-10-11T21:33:18.986Z | Downloaded foreign-types-shared v0.1.1 |
428 | 2023-10-11T21:33:18.995Z | Downloaded colorchoice v1.0.0 |
429 | 2023-10-11T21:33:19.006Z | Downloaded thiserror v1.0.47 |
430 | 2023-10-11T21:33:19.021Z | Downloaded darling_macro v0.20.3 |
431 | 2023-10-11T21:33:19.042Z | Downloaded siphasher v0.3.11 |
432 | 2023-10-11T21:33:19.058Z | Downloaded deranged v0.3.8 |
433 | 2023-10-11T21:33:19.075Z | Downloaded form_urlencoded v1.2.0 |
434 | 2023-10-11T21:33:19.089Z | Downloaded serde_urlencoded v0.7.1 |
435 | 2023-10-11T21:33:19.096Z | Downloaded serde_tokenstream v0.1.7 |
436 | 2023-10-11T21:33:19.101Z | Downloaded termcolor v1.2.0 |
437 | 2023-10-11T21:33:19.107Z | Downloaded slog-async v2.8.0 |
438 | 2023-10-11T21:33:19.113Z | Downloaded foreign-types v0.3.2 |
439 | 2023-10-11T21:33:19.121Z | Downloaded blake2 v0.10.6 |
440 | 2023-10-11T21:33:19.559Z | Downloaded num_threads v0.1.6 |
441 | 2023-10-11T21:33:19.575Z | Downloaded cpufeatures v0.2.9 |
442 | 2023-10-11T21:33:20.007Z | Downloaded const_format_proc_macros v0.2.31 |
443 | 2023-10-11T21:33:20.026Z | Downloaded base64ct v1.6.0 |
444 | 2023-10-11T21:33:20.029Z | Downloaded dtrace-parser v0.1.14 |
445 | 2023-10-11T21:33:20.032Z | Downloaded clap_derive v3.2.25 |
446 | 2023-10-11T21:33:20.037Z | Downloaded backoff v0.4.0 |
447 | 2023-10-11T21:33:20.046Z | Downloaded bitflags v2.4.0 |
448 | 2023-10-11T21:33:20.060Z | Downloaded camino v1.1.6 |
449 | 2023-10-11T21:33:20.071Z | Downloaded argon2 v0.5.2 |
450 | 2023-10-11T21:33:20.079Z | Downloaded anstyle-parse v0.2.1 |
451 | 2023-10-11T21:33:20.090Z | Downloaded ring v0.16.20 |
452 | 2023-10-11T21:33:20.105Z | Compiling proc-macro2 v1.0.67 |
453 | 2023-10-11T21:33:20.668Z | Compiling unicode-ident v1.0.12 |
454 | 2023-10-11T21:33:20.750Z | Compiling libc v0.2.148 |
455 | 2023-10-11T21:33:20.774Z | Checking cfg-if v1.0.0 |
456 | 2023-10-11T21:33:20.797Z | Compiling version_check v0.9.4 |
457 | 2023-10-11T21:33:20.808Z | Compiling autocfg v1.1.0 |
458 | 2023-10-11T21:33:20.834Z | Compiling serde v1.0.188 |
459 | 2023-10-11T21:33:21.272Z | Compiling syn v1.0.109 |
460 | 2023-10-11T21:33:21.293Z | Checking once_cell v1.18.0 |
461 | 2023-10-11T21:33:21.304Z | Compiling memchr v2.5.0 |
462 | 2023-10-11T21:33:21.745Z | Compiling thiserror v1.0.47 |
463 | 2023-10-11T21:33:21.763Z | Checking itoa v1.0.9 |
464 | 2023-10-11T21:33:21.773Z | Compiling serde_json v1.0.107 |
465 | 2023-10-11T21:33:21.781Z | Compiling ahash v0.8.3 |
466 | 2023-10-11T21:33:21.789Z | Checking pin-project-lite v0.2.13 |
467 | 2023-10-11T21:33:22.216Z | Checking log v0.4.20 |
468 | 2023-10-11T21:33:22.231Z | Compiling pkg-config v0.3.27 |
469 | 2023-10-11T21:33:22.241Z | Compiling libm v0.2.7 |
470 | 2023-10-11T21:33:22.253Z | Compiling num-traits v0.2.16 |
471 | 2023-10-11T21:33:22.265Z | Compiling jobserver v0.1.26 |
472 | 2023-10-11T21:33:22.278Z | Compiling vcpkg v0.2.15 |
473 | 2023-10-11T21:33:22.306Z | Compiling quote v1.0.33 |
474 | 2023-10-11T21:33:22.318Z | Compiling syn v2.0.29 |
475 | 2023-10-11T21:33:22.326Z | Checking getrandom v0.2.10 |
476 | 2023-10-11T21:33:22.335Z | Compiling cc v1.0.83 |
477 | 2023-10-11T21:33:22.352Z | Compiling lock_api v0.4.10 |
478 | 2023-10-11T21:33:22.785Z | Checking smallvec v1.11.0 |
479 | 2023-10-11T21:33:23.208Z | Checking rand_core v0.6.4 |
480 | 2023-10-11T21:33:23.218Z | Compiling typenum v1.16.0 |
481 | 2023-10-11T21:33:23.229Z | Compiling parking_lot_core v0.9.8 |
482 | 2023-10-11T21:33:23.239Z | Checking ryu v1.0.15 |
483 | 2023-10-11T21:33:23.246Z | Compiling generic-array v0.14.7 |
484 | 2023-10-11T21:33:23.252Z | Checking scopeguard v1.2.0 |
485 | 2023-10-11T21:33:23.258Z | Compiling futures-core v0.3.28 |
486 | 2023-10-11T21:33:23.274Z | Checking signal-hook-registry v1.4.1 |
487 | 2023-10-11T21:33:23.288Z | Checking parking_lot v0.12.1 |
488 | 2023-10-11T21:33:23.296Z | Checking mio v0.8.8 |
489 | 2023-10-11T21:33:23.302Z | Checking num_cpus v1.16.0 |
490 | 2023-10-11T21:33:23.308Z | Checking socket2 v0.5.3 |
491 | 2023-10-11T21:33:23.314Z | Compiling heck v0.4.1 |
492 | 2023-10-11T21:33:23.319Z | Checking pin-utils v0.1.0 |
493 | 2023-10-11T21:33:23.331Z | Compiling hashbrown v0.14.0 |
494 | 2023-10-11T21:33:23.336Z | Checking futures-sink v0.3.28 |
495 | 2023-10-11T21:33:23.341Z | Compiling equivalent v1.0.1 |
496 | 2023-10-11T21:33:23.347Z | Compiling slab v0.4.9 |
497 | 2023-10-11T21:33:23.358Z | Compiling futures-task v0.3.28 |
498 | 2023-10-11T21:33:23.374Z | Compiling futures-channel v0.3.28 |
499 | 2023-10-11T21:33:23.391Z | Compiling futures-util v0.3.28 |
500 | 2023-10-11T21:33:23.418Z | Checking futures-io v0.3.28 |
501 | 2023-10-11T21:33:23.424Z | Checking subtle v2.5.0 |
502 | 2023-10-11T21:33:23.431Z | Checking bitflags v1.3.2 |
503 | 2023-10-11T21:33:23.436Z | Checking iana-time-zone v0.1.57 |
504 | 2023-10-11T21:33:23.439Z | Checking fnv v1.0.7 |
505 | 2023-10-11T21:33:23.446Z | Compiling slog v2.7.0 |
506 | 2023-10-11T21:33:23.452Z | Checking allocator-api2 v0.2.16 |
507 | 2023-10-11T21:33:23.456Z | Compiling unicode-xid v0.2.4 |
508 | 2023-10-11T21:33:23.461Z | Checking tinyvec_macros v0.1.1 |
509 | 2023-10-11T21:33:23.466Z | Checking tinyvec v1.6.0 |
510 | 2023-10-11T21:33:23.471Z | Checking byteorder v1.4.3 |
511 | 2023-10-11T21:33:23.478Z | Compiling ring v0.16.20 |
512 | 2023-10-11T21:33:23.489Z | Checking crypto-common v0.1.6 |
513 | 2023-10-11T21:33:23.500Z | Checking tracing-core v0.1.31 |
514 | 2023-10-11T21:33:23.511Z | Compiling time-core v0.1.1 |
515 | 2023-10-11T21:33:23.527Z | Checking unicode-normalization v0.1.22 |
516 | 2023-10-11T21:33:23.541Z | Compiling ucd-trie v0.1.6 |
517 | 2023-10-11T21:33:23.547Z | Checking unicode-bidi v0.3.13 |
518 | 2023-10-11T21:33:23.553Z | Checking block-buffer v0.10.4 |
519 | 2023-10-11T21:33:23.560Z | Checking aho-corasick v1.0.4 |
520 | 2023-10-11T21:33:23.568Z | Compiling indexmap v1.9.3 |
521 | 2023-10-11T21:33:23.574Z | Checking ppv-lite86 v0.2.17 |
522 | 2023-10-11T21:33:23.579Z | Checking regex-syntax v0.7.4 |
523 | 2023-10-11T21:33:23.584Z | Compiling schemars v0.8.15 |
524 | 2023-10-11T21:33:23.590Z | Checking digest v0.10.7 |
525 | 2023-10-11T21:33:23.596Z | Checking rand_chacha v0.3.1 |
526 | 2023-10-11T21:33:23.603Z | Checking cpufeatures v0.2.9 |
527 | 2023-10-11T21:33:23.611Z | Checking spin v0.5.2 |
528 | 2023-10-11T21:33:23.618Z | Checking dyn-clone v1.0.13 |
529 | 2023-10-11T21:33:23.627Z | Checking percent-encoding v2.3.0 |
530 | 2023-10-11T21:33:23.633Z | Compiling serde_derive_internals v0.26.0 |
531 | 2023-10-11T21:33:23.649Z | Compiling synstructure v0.12.6 |
532 | 2023-10-11T21:33:23.668Z | Checking hashbrown v0.12.3 |
533 | 2023-10-11T21:33:23.678Z | Compiling httparse v1.8.0 |
534 | 2023-10-11T21:33:23.686Z | Checking untrusted v0.7.1 |
535 | 2023-10-11T21:33:23.699Z | Checking rand v0.8.5 |
536 | 2023-10-11T21:33:23.722Z | Compiling openssl-sys v0.9.91 |
537 | 2023-10-11T21:33:23.738Z | Compiling rustversion v1.0.14 |
538 | 2023-10-11T21:33:23.760Z | Checking base64 v0.21.4 |
539 | 2023-10-11T21:33:23.795Z | Checking regex-automata v0.3.6 |
540 | 2023-10-11T21:33:23.807Z | Checking form_urlencoded v1.2.0 |
541 | 2023-10-11T21:33:23.824Z | Compiling rustls v0.21.7 |
542 | 2023-10-11T21:33:23.840Z | Compiling hashbrown v0.13.2 |
543 | 2023-10-11T21:33:23.850Z | Compiling time-macros v0.2.13 |
544 | 2023-10-11T21:33:23.861Z | Compiling chrono v0.4.31 |
545 | 2023-10-11T21:33:23.886Z | Checking atty v0.2.14 |
546 | 2023-10-11T21:33:24.311Z | Compiling usdt-impl v0.3.5 |
547 | 2023-10-11T21:33:24.330Z | Compiling crossbeam-utils v0.8.16 |
548 | 2023-10-11T21:33:24.342Z | Checking deranged v0.3.8 |
549 | 2023-10-11T21:33:24.356Z | Compiling uuid v1.4.1 |
550 | 2023-10-11T21:33:24.382Z | Checking rustls-webpki v0.101.4 |
551 | 2023-10-11T21:33:24.394Z | Compiling serde_derive v1.0.188 |
552 | 2023-10-11T21:33:24.419Z | Compiling thiserror-impl v1.0.47 |
553 | 2023-10-11T21:33:24.836Z | Compiling tokio-macros v2.1.0 |
554 | 2023-10-11T21:33:24.849Z | Compiling futures-macro v0.3.28 |
555 | 2023-10-11T21:33:24.874Z | Compiling schemars_derive v0.8.15 |
556 | 2023-10-11T21:33:24.880Z | Compiling tracing-attributes v0.1.26 |
557 | 2023-10-11T21:33:24.886Z | Compiling zerocopy-derive v0.2.0 |
558 | 2023-10-11T21:33:24.890Z | Checking regex v1.9.3 |
559 | 2023-10-11T21:33:24.895Z | Checking sct v0.7.0 |
560 | 2023-10-11T21:33:24.902Z | Checking num_threads v0.1.6 |
561 | 2023-10-11T21:33:24.927Z | Checking time v0.3.27 |
562 | 2023-10-11T21:33:24.938Z | Compiling zerocopy v0.3.0 |
563 | 2023-10-11T21:33:24.943Z | Compiling pest v2.7.2 |
564 | 2023-10-11T21:33:24.950Z | Compiling regress v0.7.1 |
565 | 2023-10-11T21:33:24.968Z | Checking idna v0.4.0 |
566 | 2023-10-11T21:33:25.385Z | Checking dirs-sys-next v0.1.2 |
567 | 2023-10-11T21:33:25.399Z | Checking lazy_static v1.4.0 |
568 | 2023-10-11T21:33:25.423Z | Compiling async-trait v0.1.73 |
569 | 2023-10-11T21:33:25.441Z | Checking tracing v0.1.37 |
570 | 2023-10-11T21:33:25.449Z | Checking foreign-types-shared v0.1.1 |
571 | 2023-10-11T21:33:25.543Z | Checking try-lock v0.2.4 |
572 | 2023-10-11T21:33:25.657Z | Compiling openssl v0.10.56 |
573 | 2023-10-11T21:33:25.677Z | Compiling anyhow v1.0.75 |
574 | 2023-10-11T21:33:25.681Z | Checking url v2.4.0 |
575 | 2023-10-11T21:33:25.698Z | Checking want v0.3.1 |
576 | 2023-10-11T21:33:25.713Z | Checking foreign-types v0.3.2 |
577 | 2023-10-11T21:33:25.721Z | Checking dirs-next v2.0.0 |
578 | 2023-10-11T21:33:25.738Z | Compiling dof v0.1.5 |
579 | 2023-10-11T21:33:25.751Z | Compiling openssl-macros v0.1.1 |
580 | 2023-10-11T21:33:25.770Z | Compiling pest_meta v2.7.2 |
581 | 2023-10-11T21:33:25.793Z | Checking socket2 v0.4.9 |
582 | 2023-10-11T21:33:25.835Z | Compiling thread-id v4.2.0 |
583 | 2023-10-11T21:33:25.906Z | Checking thread_local v1.1.7 |
584 | 2023-10-11T21:33:25.938Z | Checking tower-service v0.3.2 |
585 | 2023-10-11T21:33:25.970Z | Checking httpdate v1.0.3 |
586 | 2023-10-11T21:33:26.031Z | Compiling slog-async v2.8.0 |
587 | 2023-10-11T21:33:26.055Z | Compiling native-tls v0.2.11 |
588 | 2023-10-11T21:33:26.080Z | Compiling pest_generator v2.7.2 |
589 | 2023-10-11T21:33:28.282Z | Checking crossbeam-channel v0.5.8 |
590 | 2023-10-11T21:33:29.246Z | Checking term v0.7.0 |
591 | 2023-10-11T21:33:30.177Z | Checking rustls-pemfile v1.0.3 |
592 | 2023-10-11T21:33:30.483Z | Checking take_mut v0.2.2 |
593 | 2023-10-11T21:33:30.551Z | Compiling pest_derive v2.7.2 |
594 | 2023-10-11T21:33:30.997Z | Checking openssl-probe v0.1.5 |
595 | 2023-10-11T21:33:31.211Z | Checking unicode-width v0.1.10 |
596 | 2023-10-11T21:33:31.405Z | Compiling toml_datetime v0.6.3 |
597 | 2023-10-11T21:33:31.872Z | Compiling dtrace-parser v0.1.14 |
598 | 2023-10-11T21:33:32.004Z | Compiling winnow v0.5.15 |
599 | 2023-10-11T21:33:35.042Z | Checking slog-term v2.9.0 |
600 | 2023-10-11T21:33:35.145Z | Checking bytes v1.5.0 |
601 | 2023-10-11T21:33:35.733Z | Checking indexmap v2.0.0 |
602 | 2023-10-11T21:33:36.280Z | Checking tokio v1.32.0 |
603 | 2023-10-11T21:33:39.543Z | Checking http v0.2.9 |
604 | 2023-10-11T21:33:39.879Z | Compiling serde_tokenstream v0.2.0 |
605 | 2023-10-11T21:33:40.112Z | Checking http-body v0.4.5 |
606 | 2023-10-11T21:33:40.228Z | Compiling serde_tokenstream v0.1.7 |
607 | 2023-10-11T21:33:40.432Z | Compiling toml_edit v0.19.15 |
608 | 2023-10-11T21:33:40.626Z | Checking encoding_rs v0.8.33 |
609 | 2023-10-11T21:33:42.551Z | Checking ipnet v2.8.0 |
610 | 2023-10-11T21:33:42.846Z | Checking mime v0.3.17 |
611 | 2023-10-11T21:33:43.889Z | Compiling usdt-macro v0.3.5 |
612 | 2023-10-11T21:33:44.647Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
613 | 2023-10-11T21:33:44.659Z | Compiling proc-macro-crate v1.3.1 |
614 | 2023-10-11T21:33:44.665Z | Compiling usdt-attr-macro v0.3.5 |
615 | 2023-10-11T21:33:47.268Z | Checking serde_spanned v0.6.3 |
616 | 2023-10-11T21:33:47.412Z | Checking serde_urlencoded v0.7.1 |
617 | 2023-10-11T21:33:47.488Z | Checking tokio-util v0.7.8 |
618 | 2023-10-11T21:33:47.522Z | Checking tokio-rustls v0.24.1 |
619 | 2023-10-11T21:33:47.533Z | Checking tokio-native-tls v0.3.1 |
620 | 2023-10-11T21:33:47.804Z | Compiling omicron-workspace-hack v0.1.0 |
621 | 2023-10-11T21:33:48.607Z | Checking h2 v0.3.21 |
622 | 2023-10-11T21:33:48.628Z | Checking match_cfg v0.1.0 |
623 | 2023-10-11T21:33:48.647Z | Checking hostname v0.3.1 |
624 | 2023-10-11T21:33:49.075Z | Checking usdt v0.3.5 |
625 | 2023-10-11T21:33:49.097Z | Compiling getopts v0.2.21 |
626 | 2023-10-11T21:33:49.114Z | Compiling openapiv3 v1.0.3 |
627 | 2023-10-11T21:33:50.361Z | Compiling unsafe-libyaml v0.2.9 |
628 | 2023-10-11T21:33:51.962Z | Compiling strsim v0.10.0 |
629 | 2023-10-11T21:33:52.227Z | Compiling ident_case v1.0.1 |
630 | 2023-10-11T21:33:52.865Z | Checking fallible-iterator v0.2.0 |
631 | 2023-10-11T21:33:53.291Z | Checking webpki-roots v0.25.2 |
632 | 2023-10-11T21:33:53.307Z | Compiling serde_yaml v0.9.25 |
633 | 2023-10-11T21:33:53.373Z | Compiling darling_core v0.20.3 |
634 | 2023-10-11T21:33:53.854Z | Checking futures-executor v0.3.28 |
635 | 2023-10-11T21:33:54.694Z | Checking sha1 v0.10.5 |
636 | 2023-10-11T21:33:55.091Z | Checking hyper v0.14.27 |
637 | 2023-10-11T21:33:55.097Z | Compiling libz-sys v1.1.12 |
638 | 2023-10-11T21:33:55.783Z | Compiling num-integer v0.1.45 |
639 | 2023-10-11T21:33:55.957Z | Checking futures v0.3.28 |
640 | 2023-10-11T21:33:56.050Z | Checking toml_edit v0.20.1 |
641 | 2023-10-11T21:33:56.077Z | Checking slog-json v2.6.1 |
642 | 2023-10-11T21:33:56.442Z | Compiling strum_macros v0.25.2 |
643 | 2023-10-11T21:33:56.458Z | Checking bitflags v2.4.0 |
644 | 2023-10-11T21:33:56.846Z | Compiling rustix v0.38.9 |
645 | 2023-10-11T21:33:58.038Z | Checking slog-bunyan v2.4.0 |
646 | 2023-10-11T21:33:58.881Z | Compiling structmeta-derive v0.1.6 |
647 | 2023-10-11T21:33:59.007Z | Checking sha2 v0.10.7 |
648 | 2023-10-11T21:33:59.906Z | Checking hmac v0.12.1 |
649 | 2023-10-11T21:34:00.426Z | Checking toml v0.8.1 |
650 | 2023-10-11T21:34:00.852Z | Checking md-5 v0.10.5 |
651 | 2023-10-11T21:34:00.911Z | Checking stringprep v0.1.3 |
652 | 2023-10-11T21:34:01.048Z | Compiling libgit2-sys v0.15.2+1.6.4 |
653 | 2023-10-11T21:34:01.081Z | Checking errno v0.3.2 |
654 | 2023-10-11T21:34:01.203Z | Compiling num-bigint v0.4.4 |
655 | 2023-10-11T21:34:01.277Z | Compiling multer v2.1.0 |
656 | 2023-10-11T21:34:01.918Z | Compiling camino v1.1.6 |
657 | 2023-10-11T21:34:01.948Z | Checking siphasher v0.3.11 |
658 | 2023-10-11T21:34:02.103Z | Compiling paste v1.0.14 |
659 | 2023-10-11T21:34:02.172Z | Checking hyper-tls v0.5.0 |
660 | 2023-10-11T21:34:02.220Z | Checking hyper-rustls v0.24.1 |
661 | 2023-10-11T21:34:02.447Z | Compiling darling_macro v0.20.3 |
662 | 2023-10-11T21:34:02.558Z | Compiling semver v1.0.18 |
663 | 2023-10-11T21:34:02.669Z | Checking reqwest v0.11.20 |
664 | 2023-10-11T21:34:02.708Z | Checking strum v0.25.0 |
665 | 2023-10-11T21:34:03.432Z | Checking phf_shared v0.11.2 |
666 | 2023-10-11T21:34:03.476Z | Compiling structmeta v0.1.6 |
667 | 2023-10-11T21:34:03.947Z | Checking postgres-protocol v0.6.6 |
668 | 2023-10-11T21:34:04.070Z | Compiling num_enum_derive v0.5.11 |
669 | 2023-10-11T21:34:04.148Z | Compiling darling v0.20.3 |
670 | 2023-10-11T21:34:04.247Z | Compiling serde_with_macros v2.3.3 |
671 | 2023-10-11T21:34:04.463Z | Compiling async-stream-impl v0.3.5 |
672 | 2023-10-11T21:34:04.918Z | Compiling num-iter v0.1.43 |
673 | 2023-10-11T21:34:05.105Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
674 | 2023-10-11T21:34:05.370Z | Compiling num-rational v0.4.1 |
675 | 2023-10-11T21:34:05.464Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
676 | 2023-10-11T21:34:05.911Z | Checking spin v0.9.8 |
677 | 2023-10-11T21:34:06.014Z | Compiling regex-syntax v0.6.29 |
678 | 2023-10-11T21:34:06.125Z | Compiling crucible-workspace-hack v0.1.0 |
679 | 2023-10-11T21:34:06.243Z | Checking atomic-waker v1.1.1 |
680 | 2023-10-11T21:34:06.409Z | Checking waitgroup v0.1.2 |
681 | 2023-10-11T21:34:06.720Z | Checking async-stream v0.3.5 |
682 | 2023-10-11T21:34:07.063Z | Checking postgres-types v0.2.6 |
683 | 2023-10-11T21:34:08.469Z | Checking phf v0.11.2 |
684 | 2023-10-11T21:34:08.486Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
685 | 2023-10-11T21:34:08.503Z | Checking num_enum v0.5.11 |
686 | 2023-10-11T21:34:08.514Z | Checking serde_with v2.3.3 |
687 | 2023-10-11T21:34:09.047Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
688 | 2023-10-11T21:34:09.945Z | Checking hex v0.4.3 |
689 | 2023-10-11T21:34:10.228Z | Checking serde_path_to_error v0.1.14 |
690 | 2023-10-11T21:34:10.723Z | Compiling vergen v8.2.4 |
691 | 2023-10-11T21:34:10.854Z | Compiling memoffset v0.7.1 |
692 | 2023-10-11T21:34:11.634Z | Compiling proc-macro-error-attr v1.0.4 |
693 | 2023-10-11T21:34:11.653Z | Checking instant v0.1.12 |
694 | 2023-10-11T21:34:11.674Z | Checking whoami v1.4.1 |
695 | 2023-10-11T21:34:11.707Z | Checking debug-ignore v1.0.5 |
696 | 2023-10-11T21:34:11.889Z | Checking utf8parse v0.2.1 |
697 | 2023-10-11T21:34:11.952Z | Checking tokio-postgres v0.7.10 |
698 | 2023-10-11T21:34:12.428Z | Checking anstyle-parse v0.2.1 |
699 | 2023-10-11T21:34:12.516Z | Checking toml v0.7.8 |
700 | 2023-10-11T21:34:12.547Z | Checking backoff v0.4.0 |
701 | 2023-10-11T21:34:13.660Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
702 | 2023-10-11T21:34:13.856Z | Compiling rustc_version v0.4.0 |
703 | 2023-10-11T21:34:14.359Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
704 | 2023-10-11T21:34:14.826Z | Checking ipnetwork v0.20.0 |
705 | 2023-10-11T21:34:15.372Z | Checking num-complex v0.4.4 |
706 | 2023-10-11T21:34:15.406Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
707 | 2023-10-11T21:34:15.444Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
708 | 2023-10-11T21:34:16.725Z | Compiling parse-display-derive v0.7.0 |
709 | 2023-10-11T21:34:16.752Z | Checking macaddr v1.0.1 |
710 | 2023-10-11T21:34:16.768Z | Compiling libsqlite3-sys v0.26.0 |
711 | 2023-10-11T21:34:16.789Z | Compiling slog-dtrace v0.2.3 |
712 | 2023-10-11T21:34:17.111Z | Compiling proc-macro-error v1.0.4 |
713 | 2023-10-11T21:34:17.227Z | Checking anstyle v1.0.2 |
714 | 2023-10-11T21:34:17.790Z | Checking anstyle-query v1.0.0 |
715 | 2023-10-11T21:34:17.806Z | Checking colorchoice v1.0.0 |
716 | 2023-10-11T21:34:17.812Z | Checking arc-swap v1.6.0 |
717 | 2023-10-11T21:34:17.816Z | Checking static_assertions v1.1.0 |
718 | 2023-10-11T21:34:17.820Z | Checking base64ct v1.6.0 |
719 | 2023-10-11T21:34:17.824Z | Checking anstream v0.5.0 |
720 | 2023-10-11T21:34:18.269Z | Checking slog-scope v4.4.0 |
721 | 2023-10-11T21:34:18.362Z | Checking num v0.4.1 |
722 | 2023-10-11T21:34:18.381Z | Checking password-hash v0.5.0 |
723 | 2023-10-11T21:34:18.746Z | Checking blake2 v0.10.6 |
724 | 2023-10-11T21:34:18.787Z | Checking inout v0.1.3 |
725 | 2023-10-11T21:34:18.873Z | Checking termcolor v1.2.0 |
726 | 2023-10-11T21:34:18.892Z | Compiling radium v0.7.0 |
727 | 2023-10-11T21:34:19.456Z | Checking clap_lex v0.5.1 |
728 | 2023-10-11T21:34:19.948Z | Checking cipher v0.4.4 |
729 | 2023-10-11T21:34:20.040Z | Checking argon2 v0.5.2 |
730 | 2023-10-11T21:34:20.086Z | Checking clap_builder v4.4.0 |
731 | 2023-10-11T21:34:20.260Z | Checking slog-stdlog v4.1.1 |
732 | 2023-10-11T21:34:20.289Z | Checking nix v0.26.2 |
733 | 2023-10-11T21:34:20.480Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
734 | 2023-10-11T21:34:20.704Z | Compiling clap_derive v4.4.0 |
735 | 2023-10-11T21:34:20.737Z | Compiling serde_repr v0.1.16 |
736 | 2023-10-11T21:34:21.057Z | Checking hashlink v0.8.3 |
737 | 2023-10-11T21:34:22.217Z | Checking parse-display v0.7.0 |
738 | 2023-10-11T21:34:22.239Z | Checking fallible-streaming-iterator v0.1.9 |
739 | 2023-10-11T21:34:22.256Z | Checking os_str_bytes v6.5.1 |
740 | 2023-10-11T21:34:22.269Z | Compiling portable-atomic v1.4.3 |
741 | 2023-10-11T21:34:22.541Z | Checking fastrand v2.0.0 |
742 | 2023-10-11T21:34:22.982Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
743 | 2023-10-11T21:34:23.000Z | Checking tap v1.0.1 |
744 | 2023-10-11T21:34:23.010Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
745 | 2023-10-11T21:34:23.496Z | Checking wyz v0.5.1 |
746 | 2023-10-11T21:34:23.506Z | Checking tempfile v3.8.0 |
747 | 2023-10-11T21:34:23.557Z | Checking clap_lex v0.2.4 |
748 | 2023-10-11T21:34:23.603Z | Checking rusqlite v0.29.0 |
749 | 2023-10-11T21:34:23.667Z | Compiling clap_derive v3.2.25 |
750 | 2023-10-11T21:34:23.728Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
751 | 2023-10-11T21:34:23.894Z | Checking slog-envlogger v2.2.0 |
752 | 2023-10-11T21:34:24.220Z | Checking twox-hash v1.6.3 |
753 | 2023-10-11T21:34:24.336Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
754 | 2023-10-11T21:34:25.157Z | Checking is-terminal v0.4.9 |
755 | 2023-10-11T21:34:25.196Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
756 | 2023-10-11T21:34:25.249Z | Compiling num_enum_derive v0.7.0 |
757 | 2023-10-11T21:34:25.321Z | Checking universal-hash v0.5.1 |
758 | 2023-10-11T21:34:25.504Z | Checking opaque-debug v0.3.0 |
759 | 2023-10-11T21:34:25.624Z | Checking funty v2.0.0 |
760 | 2023-10-11T21:34:25.660Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
761 | 2023-10-11T21:34:25.711Z | Checking textwrap v0.16.0 |
762 | 2023-10-11T21:34:25.992Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
763 | 2023-10-11T21:34:26.101Z | Checking polyval v0.6.1 |
764 | 2023-10-11T21:34:26.446Z | Checking colored v2.0.4 |
765 | 2023-10-11T21:34:26.873Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
766 | 2023-10-11T21:34:27.221Z | Checking ctr v0.9.2 |
767 | 2023-10-11T21:34:27.266Z | Checking bitvec v1.0.1 |
768 | 2023-10-11T21:34:27.647Z | Checking aes v0.8.3 |
769 | 2023-10-11T21:34:28.205Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
770 | 2023-10-11T21:34:28.553Z | Checking clap v4.4.0 |
771 | 2023-10-11T21:34:29.061Z | Checking bincode v1.3.3 |
772 | 2023-10-11T21:34:29.073Z | Checking console v0.15.7 |
773 | 2023-10-11T21:34:29.092Z | Compiling async-recursion v0.3.2 |
774 | 2023-10-11T21:34:29.259Z | Checking num_enum v0.7.0 |
775 | 2023-10-11T21:34:29.473Z | Checking aead v0.5.2 |
776 | 2023-10-11T21:34:29.576Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
777 | 2023-10-11T21:34:29.655Z | Checking zeroize v1.6.0 |
778 | 2023-10-11T21:34:29.741Z | Checking pretty-hex v0.2.1 |
779 | 2023-10-11T21:34:29.983Z | Checking data-encoding v2.4.0 |
780 | 2023-10-11T21:34:30.013Z | Compiling erased-serde v0.3.30 |
781 | 2023-10-11T21:34:30.050Z | Checking humantime v2.1.0 |
782 | 2023-10-11T21:34:30.603Z | Checking either v1.9.0 |
783 | 2023-10-11T21:34:30.613Z | Checking number_prefix v0.4.0 |
784 | 2023-10-11T21:34:30.625Z | Checking itertools v0.11.0 |
785 | 2023-10-11T21:34:30.742Z | Checking env_logger v0.9.3 |
786 | 2023-10-11T21:34:31.185Z | Checking indicatif v0.17.6 |
787 | 2023-10-11T21:34:31.202Z | Checking aes-gcm-siv v0.11.1 |
788 | 2023-10-11T21:34:31.211Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-10-11T21:34:31.690Z | Checking clap v3.2.25 |
790 | 2023-10-11T21:34:31.712Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-10-11T21:34:32.157Z | Checking toml v0.5.11 |
792 | 2023-10-11T21:34:32.162Z | Compiling bitstruct_derive v0.1.0 |
793 | 2023-10-11T21:34:32.166Z | Compiling async-recursion v1.0.5 |
794 | 2023-10-11T21:34:32.170Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
795 | 2023-10-11T21:34:32.173Z | Checking libloading v0.7.4 |
796 | 2023-10-11T21:34:32.833Z | Checking ringbuffer v0.15.0 |
797 | 2023-10-11T21:34:33.040Z | Checking ascii v1.1.0 |
798 | 2023-10-11T21:34:33.562Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
799 | 2023-10-11T21:34:34.064Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
800 | 2023-10-11T21:34:34.535Z | Checking bitstruct v0.1.1 |
801 | 2023-10-11T21:34:34.555Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
802 | 2023-10-11T21:34:34.567Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
803 | 2023-10-11T21:34:34.578Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
804 | 2023-10-11T21:34:34.583Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
805 | 2023-10-11T21:34:34.596Z | Checking serde_arrays v0.1.0 |
806 | 2023-10-11T21:34:34.657Z | Checking matches v0.1.10 |
807 | 2023-10-11T21:34:34.768Z | Checking utf-8 v0.7.6 |
808 | 2023-10-11T21:34:35.323Z | Checking idna v0.2.3 |
809 | 2023-10-11T21:34:35.381Z | Checking tungstenite v0.20.1 |
810 | 2023-10-11T21:34:35.839Z | Compiling enum-as-inner v0.5.1 |
811 | 2023-10-11T21:34:35.878Z | Checking quick-error v1.2.3 |
812 | 2023-10-11T21:34:35.893Z | Checking linked-hash-map v0.5.6 |
813 | 2023-10-11T21:34:35.906Z | Checking resolv-conf v0.7.0 |
814 | 2023-10-11T21:34:35.916Z | Checking lru-cache v0.1.2 |
815 | 2023-10-11T21:34:36.035Z | Compiling const_format_proc_macros v0.2.31 |
816 | 2023-10-11T21:34:36.143Z | Checking base64 v0.13.1 |
817 | 2023-10-11T21:34:36.318Z | Checking bstr v1.6.0 |
818 | 2023-10-11T21:34:36.514Z | Checking tokio-tungstenite v0.20.1 |
819 | 2023-10-11T21:34:36.609Z | Checking bit_field v0.10.2 |
820 | 2023-10-11T21:34:36.723Z | Checking ron v0.7.1 |
821 | 2023-10-11T21:34:36.745Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
822 | 2023-10-11T21:34:36.868Z | Checking trust-dns-proto v0.22.0 |
823 | 2023-10-11T21:34:37.108Z | Checking ctrlc v3.4.0 |
824 | 2023-10-11T21:34:37.277Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
825 | 2023-10-11T21:34:37.356Z | Checking fatfs v0.3.6 |
826 | 2023-10-11T21:34:37.507Z | Checking globset v0.4.13 |
827 | 2023-10-11T21:34:38.067Z | Checking glob v0.3.1 |
828 | 2023-10-11T21:34:39.794Z | Checking const_format v0.2.31 |
829 | 2023-10-11T21:34:52.451Z | Checking trust-dns-resolver v0.22.0 |
830 | 2023-10-11T21:34:53.148Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
831 | 2023-10-11T21:34:53.841Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
832 | 2023-10-11T21:34:55.054Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
833 | 2023-10-11T21:34:55.322Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
834 | 2023-10-11T21:34:55.504Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
835 | 2023-10-11T21:34:55.666Z | Compiling git2 v0.17.2 |
836 | 2023-10-11T21:34:55.809Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
837 | 2023-10-11T21:34:55.875Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
838 | 2023-10-11T21:34:55.912Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
839 | 2023-10-11T21:34:56.319Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
840 | 2023-10-11T21:34:56.619Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
841 | 2023-10-11T21:34:58.013Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
842 | 2023-10-11T21:35:03.997Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
843 | 2023-10-11T21:35:11.491Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
844 | 2023-10-11T21:35:22.271Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
845 | 2023-10-11T21:35:22.603Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
846 | 2023-10-11T21:35:22.617Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
847 | 2023-10-11T21:35:23.107Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
848 | 2023-10-11T21:35:23.560Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
849 | 2023-10-11T21:35:29.363Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 02s |
850 | 2023-10-11T21:35:29.781Z | |
851 | 2023-10-11T21:35:30.091Z | real 3:02.844881690 |
852 | 2023-10-11T21:35:30.165Z | user 13:49.241002443 |
853 | 2023-10-11T21:35:30.719Z | sys 2:30.028184878 |
854 | 2023-10-11T21:35:30.860Z | trap 0.593443571 |
855 | 2023-10-11T21:35:31.292Z | tflt 3.790179649 |
856 | 2023-10-11T21:35:31.307Z | dflt 5.419439278 |
857 | 2023-10-11T21:35:31.325Z | kflt 0.147684702 |
858 | 2023-10-11T21:35:31.341Z | lock 19:00.985050621 |
859 | 2023-10-11T21:35:32.443Z | slp 41:20.545351171 |
860 | 2023-10-11T21:35:33.367Z | lat 50.736766480 |
861 | 2023-10-11T21:35:33.594Z | stop 1:59.271310576 |
862 | 2023-10-11T21:35:34.186Z | + banner build |
863 | 2023-10-11T21:35:34.198Z | |
864 | 2023-10-11T21:35:34.210Z | ##### # # # # ##### |
865 | 2023-10-11T21:35:34.226Z | # # # # # # # # |
866 | 2023-10-11T21:35:34.243Z | ##### # # # # # # |
867 | 2023-10-11T21:35:34.253Z | # # # # # # # # |
868 | 2023-10-11T21:35:34.265Z | # # # # # # # # |
869 | 2023-10-11T21:35:34.278Z | ##### #### # ###### ##### |
870 | 2023-10-11T21:35:35.266Z | |
871 | 2023-10-11T21:35:35.503Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
872 | 2023-10-11T21:35:35.588Z | Compiling proc-macro2 v1.0.67 |
873 | 2023-10-11T21:35:35.612Z | Compiling unicode-ident v1.0.12 |
874 | 2023-10-11T21:35:35.619Z | Compiling libc v0.2.148 |
875 | 2023-10-11T21:35:35.637Z | Compiling cfg-if v1.0.0 |
876 | 2023-10-11T21:35:35.710Z | Compiling version_check v0.9.4 |
877 | 2023-10-11T21:35:36.502Z | Compiling autocfg v1.1.0 |
878 | 2023-10-11T21:35:36.592Z | Compiling serde v1.0.188 |
879 | 2023-10-11T21:35:37.131Z | Compiling syn v1.0.109 |
880 | 2023-10-11T21:35:37.182Z | Compiling once_cell v1.18.0 |
881 | 2023-10-11T21:35:44.417Z | Compiling memchr v2.5.0 |
882 | 2023-10-11T21:35:45.641Z | Compiling thiserror v1.0.47 |
883 | 2023-10-11T21:35:45.964Z | Compiling itoa v1.0.9 |
884 | 2023-10-11T21:35:46.146Z | Compiling serde_json v1.0.107 |
885 | 2023-10-11T21:35:46.174Z | Compiling pin-project-lite v0.2.13 |
886 | 2023-10-11T21:35:46.271Z | Compiling ahash v0.8.3 |
887 | 2023-10-11T21:35:46.714Z | Compiling pkg-config v0.3.27 |
888 | 2023-10-11T21:35:46.743Z | Compiling libm v0.2.7 |
889 | 2023-10-11T21:35:46.800Z | Compiling quote v1.0.33 |
890 | 2023-10-11T21:35:46.826Z | Compiling vcpkg v0.2.15 |
891 | 2023-10-11T21:35:46.856Z | Compiling jobserver v0.1.26 |
892 | 2023-10-11T21:35:47.457Z | Compiling lock_api v0.4.10 |
893 | 2023-10-11T21:35:47.840Z | Compiling syn v2.0.29 |
894 | 2023-10-11T21:35:48.289Z | Compiling getrandom v0.2.10 |
895 | 2023-10-11T21:35:48.817Z | Compiling cc v1.0.83 |
896 | 2023-10-11T21:35:48.852Z | Compiling num-traits v0.2.16 |
897 | 2023-10-11T21:35:48.878Z | Compiling rand_core v0.6.4 |
898 | 2023-10-11T21:35:48.897Z | Compiling parking_lot_core v0.9.8 |
899 | 2023-10-11T21:35:48.947Z | Compiling log v0.4.20 |
900 | 2023-10-11T21:35:48.960Z | Compiling smallvec v1.11.0 |
901 | 2023-10-11T21:35:48.967Z | Compiling typenum v1.16.0 |
902 | 2023-10-11T21:35:48.981Z | Compiling generic-array v0.14.7 |
903 | 2023-10-11T21:35:49.597Z | Compiling scopeguard v1.2.0 |
904 | 2023-10-11T21:35:50.195Z | Compiling ryu v1.0.15 |
905 | 2023-10-11T21:35:50.271Z | Compiling futures-core v0.3.28 |
906 | 2023-10-11T21:35:50.702Z | Compiling parking_lot v0.12.1 |
907 | 2023-10-11T21:35:50.726Z | Compiling socket2 v0.5.3 |
908 | 2023-10-11T21:35:50.743Z | Compiling mio v0.8.8 |
909 | 2023-10-11T21:35:51.327Z | Compiling num_cpus v1.16.0 |
910 | 2023-10-11T21:35:51.366Z | Compiling signal-hook-registry v1.4.1 |
911 | 2023-10-11T21:35:51.389Z | Compiling heck v0.4.1 |
912 | 2023-10-11T21:35:51.429Z | Compiling pin-utils v0.1.0 |
913 | 2023-10-11T21:35:51.496Z | Compiling hashbrown v0.14.0 |
914 | 2023-10-11T21:35:51.550Z | Compiling equivalent v1.0.1 |
915 | 2023-10-11T21:35:51.739Z | Compiling crypto-common v0.1.6 |
916 | 2023-10-11T21:35:51.795Z | Compiling futures-sink v0.3.28 |
917 | 2023-10-11T21:35:52.231Z | Compiling slab v0.4.9 |
918 | 2023-10-11T21:35:52.237Z | Compiling futures-task v0.3.28 |
919 | 2023-10-11T21:35:52.250Z | Compiling futures-channel v0.3.28 |
920 | 2023-10-11T21:35:52.262Z | Compiling futures-util v0.3.28 |
921 | 2023-10-11T21:35:52.277Z | Compiling futures-io v0.3.28 |
922 | 2023-10-11T21:35:52.297Z | Compiling subtle v2.5.0 |
923 | 2023-10-11T21:35:52.315Z | Compiling slog v2.7.0 |
924 | 2023-10-11T21:35:52.332Z | Compiling tinyvec_macros v0.1.1 |
925 | 2023-10-11T21:35:52.350Z | Compiling unicode-xid v0.2.4 |
926 | 2023-10-11T21:35:52.360Z | Compiling iana-time-zone v0.1.57 |
927 | 2023-10-11T21:35:52.369Z | Compiling tinyvec v1.6.0 |
928 | 2023-10-11T21:35:52.383Z | Compiling bitflags v1.3.2 |
929 | 2023-10-11T21:35:52.417Z | Compiling ring v0.16.20 |
930 | 2023-10-11T21:35:52.459Z | Compiling serde_derive_internals v0.26.0 |
931 | 2023-10-11T21:35:52.477Z | Compiling tracing-core v0.1.31 |
932 | 2023-10-11T21:35:52.496Z | Compiling unicode-normalization v0.1.22 |
933 | 2023-10-11T21:35:52.512Z | Compiling ucd-trie v0.1.6 |
934 | 2023-10-11T21:35:52.527Z | Compiling byteorder v1.4.3 |
935 | 2023-10-11T21:35:52.543Z | Compiling unicode-bidi v0.3.13 |
936 | 2023-10-11T21:35:52.563Z | Compiling fnv v1.0.7 |
937 | 2023-10-11T21:35:52.586Z | Compiling allocator-api2 v0.2.16 |
938 | 2023-10-11T21:35:52.619Z | Compiling time-core v0.1.1 |
939 | 2023-10-11T21:35:52.649Z | Compiling synstructure v0.12.6 |
940 | 2023-10-11T21:35:52.691Z | Compiling block-buffer v0.10.4 |
941 | 2023-10-11T21:35:52.702Z | Compiling indexmap v1.9.3 |
942 | 2023-10-11T21:35:52.710Z | Compiling schemars v0.8.15 |
943 | 2023-10-11T21:35:52.724Z | Compiling ppv-lite86 v0.2.17 |
944 | 2023-10-11T21:35:52.756Z | Compiling digest v0.10.7 |
945 | 2023-10-11T21:35:52.765Z | Compiling untrusted v0.7.1 |
946 | 2023-10-11T21:35:52.790Z | Compiling dyn-clone v1.0.13 |
947 | 2023-10-11T21:35:52.797Z | Compiling spin v0.5.2 |
948 | 2023-10-11T21:35:52.820Z | Compiling cpufeatures v0.2.9 |
949 | 2023-10-11T21:35:52.828Z | Compiling rand_chacha v0.3.1 |
950 | 2023-10-11T21:35:52.837Z | Compiling percent-encoding v2.3.0 |
951 | 2023-10-11T21:35:52.863Z | Compiling hashbrown v0.12.3 |
952 | 2023-10-11T21:35:53.459Z | Compiling httparse v1.8.0 |
953 | 2023-10-11T21:35:53.557Z | Compiling serde_derive v1.0.188 |
954 | 2023-10-11T21:35:53.644Z | Compiling thiserror-impl v1.0.47 |
955 | 2023-10-11T21:35:53.664Z | Compiling tokio-macros v2.1.0 |
956 | 2023-10-11T21:35:53.744Z | Compiling futures-macro v0.3.28 |
957 | 2023-10-11T21:35:54.181Z | Compiling schemars_derive v0.8.15 |
958 | 2023-10-11T21:35:55.280Z | Compiling tracing-attributes v0.1.26 |
959 | 2023-10-11T21:35:55.475Z | Compiling zerocopy-derive v0.2.0 |
960 | 2023-10-11T21:35:57.914Z | Compiling rand v0.8.5 |
961 | 2023-10-11T21:35:59.290Z | Compiling pest v2.7.2 |
962 | 2023-10-11T21:35:59.472Z | Compiling openssl-sys v0.9.91 |
963 | 2023-10-11T21:35:59.530Z | Compiling aho-corasick v1.0.4 |
964 | 2023-10-11T21:36:00.455Z | Compiling tracing v0.1.37 |
965 | 2023-10-11T21:36:01.152Z | Compiling regex-syntax v0.7.4 |
966 | 2023-10-11T21:36:02.065Z | Compiling rustversion v1.0.14 |
967 | 2023-10-11T21:36:02.086Z | Compiling base64 v0.21.4 |
968 | 2023-10-11T21:36:02.812Z | Compiling pest_meta v2.7.2 |
969 | 2023-10-11T21:36:05.741Z | Compiling pest_generator v2.7.2 |
970 | 2023-10-11T21:36:08.196Z | Compiling regex-automata v0.3.6 |
971 | 2023-10-11T21:36:08.344Z | Compiling form_urlencoded v1.2.0 |
972 | 2023-10-11T21:36:09.213Z | Compiling usdt-impl v0.3.5 |
973 | 2023-10-11T21:36:09.703Z | Compiling pest_derive v2.7.2 |
974 | 2023-10-11T21:36:10.209Z | Compiling rustls v0.21.7 |
975 | 2023-10-11T21:36:11.002Z | Compiling chrono v0.4.31 |
976 | 2023-10-11T21:36:11.109Z | Compiling hashbrown v0.13.2 |
977 | 2023-10-11T21:36:12.874Z | Compiling sct v0.7.0 |
978 | 2023-10-11T21:36:13.553Z | Compiling rustls-webpki v0.101.4 |
979 | 2023-10-11T21:36:13.659Z | Compiling time-macros v0.2.13 |
980 | 2023-10-11T21:36:15.467Z | Compiling atty v0.2.14 |
981 | 2023-10-11T21:36:15.739Z | Compiling regex v1.9.3 |
982 | 2023-10-11T21:36:16.672Z | Compiling bytes v1.5.0 |
983 | 2023-10-11T21:36:18.740Z | Compiling tokio v1.32.0 |
984 | 2023-10-11T21:36:19.929Z | Compiling indexmap v2.0.0 |
985 | 2023-10-11T21:36:21.364Z | Compiling uuid v1.4.1 |
986 | 2023-10-11T21:36:22.349Z | Compiling http v0.2.9 |
987 | 2023-10-11T21:36:24.390Z | Compiling serde_tokenstream v0.2.0 |
988 | 2023-10-11T21:36:26.567Z | Compiling deranged v0.3.8 |
989 | 2023-10-11T21:36:27.907Z | Compiling crossbeam-utils v0.8.16 |
990 | 2023-10-11T21:36:29.680Z | Compiling num_threads v0.1.6 |
991 | 2023-10-11T21:36:35.273Z | Compiling time v0.3.27 |
992 | 2023-10-11T21:36:35.346Z | Compiling zerocopy v0.3.0 |
993 | 2023-10-11T21:36:36.627Z | Compiling regress v0.7.1 |
994 | 2023-10-11T21:36:36.740Z | Compiling tokio-util v0.7.8 |
995 | 2023-10-11T21:36:37.285Z | Compiling idna v0.4.0 |
996 | 2023-10-11T21:36:38.931Z | Compiling dirs-sys-next v0.1.2 |
997 | 2023-10-11T21:36:39.303Z | Compiling async-trait v0.1.73 |
998 | 2023-10-11T21:36:40.095Z | Compiling lazy_static v1.4.0 |
999 | 2023-10-11T21:36:40.261Z | Compiling openssl v0.10.56 |
1000 | 2023-10-11T21:36:40.822Z | Compiling foreign-types-shared v0.1.1 |
1001 | 2023-10-11T21:36:44.310Z | Compiling try-lock v0.2.4 |
1002 | 2023-10-11T21:36:44.527Z | Compiling anyhow v1.0.75 |
1003 | 2023-10-11T21:36:44.869Z | Compiling want v0.3.1 |
1004 | 2023-10-11T21:36:45.021Z | Compiling foreign-types v0.3.2 |
1005 | 2023-10-11T21:36:45.241Z | Compiling dirs-next v2.0.0 |
1006 | 2023-10-11T21:36:45.399Z | Compiling url v2.4.0 |
1007 | 2023-10-11T21:36:45.953Z | Compiling tokio-rustls v0.24.1 |
1008 | 2023-10-11T21:36:46.075Z | Compiling h2 v0.3.21 |
1009 | 2023-10-11T21:36:46.241Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1010 | 2023-10-11T21:36:46.743Z | Compiling dof v0.1.5 |
1011 | 2023-10-11T21:36:46.851Z | Compiling http-body v0.4.5 |
1012 | 2023-10-11T21:36:47.493Z | Compiling dtrace-parser v0.1.14 |
1013 | 2023-10-11T21:36:50.157Z | Compiling openssl-macros v0.1.1 |
1014 | 2023-10-11T21:36:51.883Z | Compiling socket2 v0.4.9 |
1015 | 2023-10-11T21:36:51.892Z | Compiling thread-id v4.2.0 |
1016 | 2023-10-11T21:36:51.907Z | Compiling thread_local v1.1.7 |
1017 | 2023-10-11T21:36:53.192Z | Compiling httpdate v1.0.3 |
1018 | 2023-10-11T21:36:54.200Z | Compiling slog-async v2.8.0 |
1019 | 2023-10-11T21:36:54.996Z | Compiling native-tls v0.2.11 |
1020 | 2023-10-11T21:36:57.425Z | Compiling tower-service v0.3.2 |
1021 | 2023-10-11T21:36:57.587Z | Compiling hyper v0.14.27 |
1022 | 2023-10-11T21:37:01.938Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1023 | 2023-10-11T21:37:08.232Z | Compiling crossbeam-channel v0.5.8 |
1024 | 2023-10-11T21:37:08.994Z | Compiling term v0.7.0 |
1025 | 2023-10-11T21:37:11.097Z | Compiling serde_tokenstream v0.1.7 |
1026 | 2023-10-11T21:37:11.831Z | Compiling rustls-pemfile v1.0.3 |
1027 | 2023-10-11T21:37:12.962Z | Compiling toml_datetime v0.6.3 |
1028 | 2023-10-11T21:37:13.471Z | Compiling unicode-width v0.1.10 |
1029 | 2023-10-11T21:37:13.592Z | Compiling winnow v0.5.15 |
1030 | 2023-10-11T21:37:14.107Z | Compiling take_mut v0.2.2 |
1031 | 2023-10-11T21:37:14.126Z | Compiling openssl-probe v0.1.5 |
1032 | 2023-10-11T21:37:17.228Z | Compiling slog-term v2.9.0 |
1033 | 2023-10-11T21:37:19.418Z | Compiling toml_edit v0.19.15 |
1034 | 2023-10-11T21:37:19.844Z | Compiling encoding_rs v0.8.33 |
1035 | 2023-10-11T21:37:21.061Z | Compiling ipnet v2.8.0 |
1036 | 2023-10-11T21:37:22.091Z | Compiling omicron-workspace-hack v0.1.0 |
1037 | 2023-10-11T21:37:22.584Z | Compiling mime v0.3.17 |
1038 | 2023-10-11T21:37:24.407Z | Compiling proc-macro-crate v1.3.1 |
1039 | 2023-10-11T21:37:25.632Z | Compiling tokio-native-tls v0.3.1 |
1040 | 2023-10-11T21:37:26.607Z | Compiling usdt-attr-macro v0.3.5 |
1041 | 2023-10-11T21:37:26.703Z | Compiling usdt-macro v0.3.5 |
1042 | 2023-10-11T21:37:26.737Z | Compiling serde_urlencoded v0.7.1 |
1043 | 2023-10-11T21:37:30.101Z | Compiling serde_spanned v0.6.3 |
1044 | 2023-10-11T21:37:31.774Z | Compiling match_cfg v0.1.0 |
1045 | 2023-10-11T21:37:31.884Z | Compiling hostname v0.3.1 |
1046 | 2023-10-11T21:37:32.002Z | Compiling getopts v0.2.21 |
1047 | 2023-10-11T21:37:34.040Z | Compiling usdt v0.3.5 |
1048 | 2023-10-11T21:37:34.078Z | Compiling hyper-tls v0.5.0 |
1049 | 2023-10-11T21:37:35.101Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1050 | 2023-10-11T21:37:35.142Z | Compiling hyper-rustls v0.24.1 |
1051 | 2023-10-11T21:37:35.924Z | Compiling openapiv3 v1.0.3 |
1052 | 2023-10-11T21:37:40.650Z | Compiling ident_case v1.0.1 |
1053 | 2023-10-11T21:37:40.835Z | Compiling webpki-roots v0.25.2 |
1054 | 2023-10-11T21:37:41.046Z | Compiling fallible-iterator v0.2.0 |
1055 | 2023-10-11T21:37:42.270Z | Compiling strsim v0.10.0 |
1056 | 2023-10-11T21:37:43.644Z | Compiling unsafe-libyaml v0.2.9 |
1057 | 2023-10-11T21:37:43.648Z | Compiling darling_core v0.20.3 |
1058 | 2023-10-11T21:37:43.675Z | Compiling reqwest v0.11.20 |
1059 | 2023-10-11T21:37:45.436Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1060 | 2023-10-11T21:37:46.212Z | Compiling serde_yaml v0.9.25 |
1061 | 2023-10-11T21:37:52.534Z | Compiling futures-executor v0.3.28 |
1062 | 2023-10-11T21:37:52.742Z | Compiling sha1 v0.10.5 |
1063 | 2023-10-11T21:37:54.154Z | Compiling libz-sys v1.1.12 |
1064 | 2023-10-11T21:37:54.368Z | Compiling num-integer v0.1.45 |
1065 | 2023-10-11T21:37:54.937Z | Compiling futures v0.3.28 |
1066 | 2023-10-11T21:37:55.152Z | Compiling darling_macro v0.20.3 |
1067 | 2023-10-11T21:37:55.480Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1068 | 2023-10-11T21:37:56.886Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1069 | 2023-10-11T21:37:57.218Z | Compiling toml_edit v0.20.1 |
1070 | 2023-10-11T21:37:59.217Z | Compiling slog-json v2.6.1 |
1071 | 2023-10-11T21:38:00.048Z | Compiling strum_macros v0.25.2 |
1072 | 2023-10-11T21:38:06.328Z | Compiling bitflags v2.4.0 |
1073 | 2023-10-11T21:38:07.817Z | Compiling rustix v0.38.9 |
1074 | 2023-10-11T21:38:08.449Z | Compiling strum v0.25.0 |
1075 | 2023-10-11T21:38:08.558Z | Compiling toml v0.8.1 |
1076 | 2023-10-11T21:38:18.091Z | Compiling slog-bunyan v2.4.0 |
1077 | 2023-10-11T21:38:19.783Z | Compiling darling v0.20.3 |
1078 | 2023-10-11T21:38:21.786Z | Compiling structmeta-derive v0.1.6 |
1079 | 2023-10-11T21:38:24.048Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1080 | 2023-10-11T21:38:24.353Z | Compiling sha2 v0.10.7 |
1081 | 2023-10-11T21:38:26.379Z | Compiling hmac v0.12.1 |
1082 | 2023-10-11T21:38:26.694Z | Compiling md-5 v0.10.5 |
1083 | 2023-10-11T21:38:27.053Z | Compiling stringprep v0.1.3 |
1084 | 2023-10-11T21:38:30.424Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1085 | 2023-10-11T21:38:31.578Z | Compiling errno v0.3.2 |
1086 | 2023-10-11T21:38:31.942Z | Compiling num-bigint v0.4.4 |
1087 | 2023-10-11T21:38:32.661Z | Compiling multer v2.1.0 |
1088 | 2023-10-11T21:38:32.667Z | Compiling camino v1.1.6 |
1089 | 2023-10-11T21:38:33.632Z | Compiling siphasher v0.3.11 |
1090 | 2023-10-11T21:38:33.988Z | Compiling semver v1.0.18 |
1091 | 2023-10-11T21:38:34.717Z | Compiling paste v1.0.14 |
1092 | 2023-10-11T21:38:36.638Z | Compiling phf_shared v0.11.2 |
1093 | 2023-10-11T21:38:37.970Z | Compiling postgres-protocol v0.6.6 |
1094 | 2023-10-11T21:38:40.863Z | Compiling structmeta v0.1.6 |
1095 | 2023-10-11T21:38:41.681Z | Compiling serde_with_macros v2.3.3 |
1096 | 2023-10-11T21:38:44.885Z | Compiling num_enum_derive v0.5.11 |
1097 | 2023-10-11T21:38:45.594Z | Compiling async-stream-impl v0.3.5 |
1098 | 2023-10-11T21:38:45.742Z | Compiling num-rational v0.4.1 |
1099 | 2023-10-11T21:38:46.273Z | Compiling num-iter v0.1.43 |
1100 | 2023-10-11T21:38:46.842Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1101 | 2023-10-11T21:38:47.220Z | Compiling spin v0.9.8 |
1102 | 2023-10-11T21:38:47.369Z | Compiling regex-syntax v0.6.29 |
1103 | 2023-10-11T21:38:47.528Z | Compiling atomic-waker v1.1.1 |
1104 | 2023-10-11T21:38:47.769Z | Compiling crucible-workspace-hack v0.1.0 |
1105 | 2023-10-11T21:38:48.181Z | Compiling waitgroup v0.1.2 |
1106 | 2023-10-11T21:38:48.707Z | Compiling async-stream v0.3.5 |
1107 | 2023-10-11T21:38:48.727Z | Compiling num_enum v0.5.11 |
1108 | 2023-10-11T21:38:49.769Z | Compiling serde_with v2.3.3 |
1109 | 2023-10-11T21:38:49.783Z | Compiling postgres-types v0.2.6 |
1110 | 2023-10-11T21:38:53.751Z | Compiling phf v0.11.2 |
1111 | 2023-10-11T21:38:56.688Z | Compiling parse-display-derive v0.7.0 |
1112 | 2023-10-11T21:38:57.106Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1113 | 2023-10-11T21:38:58.483Z | Compiling serde_path_to_error v0.1.14 |
1114 | 2023-10-11T21:38:59.279Z | Compiling hex v0.4.3 |
1115 | 2023-10-11T21:39:00.108Z | Compiling vergen v8.2.4 |
1116 | 2023-10-11T21:39:00.154Z | Compiling proc-macro-error-attr v1.0.4 |
1117 | 2023-10-11T21:39:00.431Z | Compiling instant v0.1.12 |
1118 | 2023-10-11T21:39:00.647Z | Compiling debug-ignore v1.0.5 |
1119 | 2023-10-11T21:39:00.686Z | Compiling whoami v1.4.1 |
1120 | 2023-10-11T21:39:00.995Z | Compiling backoff v0.4.0 |
1121 | 2023-10-11T21:39:01.924Z | Compiling toml v0.7.8 |
1122 | 2023-10-11T21:39:02.468Z | Compiling tokio-postgres v0.7.10 |
1123 | 2023-10-11T21:39:02.485Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1124 | 2023-10-11T21:39:02.513Z | Compiling rustc_version v0.4.0 |
1125 | 2023-10-11T21:39:03.161Z | Compiling parse-display v0.7.0 |
1126 | 2023-10-11T21:39:03.709Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1127 | 2023-10-11T21:39:05.013Z | Compiling ipnetwork v0.20.0 |
1128 | 2023-10-11T21:39:06.083Z | Compiling num-complex v0.4.4 |
1129 | 2023-10-11T21:39:08.089Z | Compiling macaddr v1.0.1 |
1130 | 2023-10-11T21:39:08.393Z | Compiling libsqlite3-sys v0.26.0 |
1131 | 2023-10-11T21:39:09.177Z | Compiling memoffset v0.7.1 |
1132 | 2023-10-11T21:39:09.217Z | Compiling proc-macro-error v1.0.4 |
1133 | 2023-10-11T21:39:09.729Z | Compiling slog-dtrace v0.2.3 |
1134 | 2023-10-11T21:39:10.290Z | Compiling arc-swap v1.6.0 |
1135 | 2023-10-11T21:39:11.221Z | Compiling base64ct v1.6.0 |
1136 | 2023-10-11T21:39:11.920Z | Compiling utf8parse v0.2.1 |
1137 | 2023-10-11T21:39:11.940Z | Compiling password-hash v0.5.0 |
1138 | 2023-10-11T21:39:11.974Z | Compiling anstyle-parse v0.2.1 |
1139 | 2023-10-11T21:39:11.998Z | Compiling slog-scope v4.4.0 |
1140 | 2023-10-11T21:39:12.371Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1141 | 2023-10-11T21:39:12.414Z | Compiling num v0.4.1 |
1142 | 2023-10-11T21:39:13.034Z | Compiling blake2 v0.10.6 |
1143 | 2023-10-11T21:39:13.818Z | Compiling inout v0.1.3 |
1144 | 2023-10-11T21:39:13.832Z | Compiling radium v0.7.0 |
1145 | 2023-10-11T21:39:13.840Z | Compiling static_assertions v1.1.0 |
1146 | 2023-10-11T21:39:14.385Z | Compiling termcolor v1.2.0 |
1147 | 2023-10-11T21:39:14.857Z | Compiling anstyle v1.0.2 |
1148 | 2023-10-11T21:39:15.380Z | Compiling colorchoice v1.0.0 |
1149 | 2023-10-11T21:39:15.394Z | Compiling anstyle-query v1.0.0 |
1150 | 2023-10-11T21:39:15.576Z | Compiling anstream v0.5.0 |
1151 | 2023-10-11T21:39:15.617Z | Compiling argon2 v0.5.2 |
1152 | 2023-10-11T21:39:16.088Z | Compiling cipher v0.4.4 |
1153 | 2023-10-11T21:39:16.786Z | Compiling slog-stdlog v4.1.1 |
1154 | 2023-10-11T21:39:22.423Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1155 | 2023-10-11T21:39:23.036Z | Compiling serde_repr v0.1.16 |
1156 | 2023-10-11T21:39:23.200Z | Compiling hashlink v0.8.3 |
1157 | 2023-10-11T21:39:23.444Z | Compiling fallible-streaming-iterator v0.1.9 |
1158 | 2023-10-11T21:39:23.735Z | Compiling data-encoding v2.4.0 |
1159 | 2023-10-11T21:39:23.928Z | Compiling fastrand v2.0.0 |
1160 | 2023-10-11T21:39:24.523Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1161 | 2023-10-11T21:39:24.997Z | Compiling clap_lex v0.5.1 |
1162 | 2023-10-11T21:39:25.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1163 | 2023-10-11T21:39:25.065Z | Compiling portable-atomic v1.4.3 |
1164 | 2023-10-11T21:39:25.078Z | Compiling os_str_bytes v6.5.1 |
1165 | 2023-10-11T21:39:25.092Z | Compiling tap v1.0.1 |
1166 | 2023-10-11T21:39:25.118Z | Compiling wyz v0.5.1 |
1167 | 2023-10-11T21:39:25.127Z | Compiling clap_lex v0.2.4 |
1168 | 2023-10-11T21:39:25.139Z | Compiling clap_builder v4.4.0 |
1169 | 2023-10-11T21:39:25.147Z | Compiling tempfile v3.8.0 |
1170 | 2023-10-11T21:39:25.154Z | Compiling rusqlite v0.29.0 |
1171 | 2023-10-11T21:39:25.161Z | Compiling slog-envlogger v2.2.0 |
1172 | 2023-10-11T21:39:26.002Z | Compiling nix v0.26.2 |
1173 | 2023-10-11T21:39:28.926Z | Compiling clap_derive v3.2.25 |
1174 | 2023-10-11T21:39:31.808Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1175 | 2023-10-11T21:39:32.983Z | Compiling twox-hash v1.6.3 |
1176 | 2023-10-11T21:39:33.607Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
1177 | 2023-10-11T21:39:34.667Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1178 | 2023-10-11T21:39:36.545Z | Compiling is-terminal v0.4.9 |
1179 | 2023-10-11T21:39:36.594Z | Compiling num_enum_derive v0.7.0 |
1180 | 2023-10-11T21:39:37.107Z | Compiling clap_derive v4.4.0 |
1181 | 2023-10-11T21:39:37.304Z | Compiling universal-hash v0.5.1 |
1182 | 2023-10-11T21:39:37.801Z | Compiling opaque-debug v0.3.0 |
1183 | 2023-10-11T21:39:37.844Z | Compiling funty v2.0.0 |
1184 | 2023-10-11T21:39:38.949Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1185 | 2023-10-11T21:39:39.450Z | Compiling textwrap v0.16.0 |
1186 | 2023-10-11T21:39:40.925Z | Compiling num_enum v0.7.0 |
1187 | 2023-10-11T21:39:41.112Z | Compiling clap v3.2.25 |
1188 | 2023-10-11T21:39:42.288Z | Compiling bitvec v1.0.1 |
1189 | 2023-10-11T21:39:42.640Z | Compiling polyval v0.6.1 |
1190 | 2023-10-11T21:39:43.185Z | Compiling colored v2.0.4 |
1191 | 2023-10-11T21:39:43.773Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1192 | 2023-10-11T21:39:44.830Z | Compiling clap v4.4.0 |
1193 | 2023-10-11T21:39:45.106Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1194 | 2023-10-11T21:40:14.147Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1195 | 2023-10-11T21:40:14.406Z | Compiling aes v0.8.3 |
1196 | 2023-10-11T21:40:14.603Z | Compiling ctr v0.9.2 |
1197 | 2023-10-11T21:40:14.896Z | Compiling console v0.15.7 |
1198 | 2023-10-11T21:40:15.290Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1199 | 2023-10-11T21:40:16.425Z | Compiling bincode v1.3.3 |
1200 | 2023-10-11T21:40:16.671Z | Compiling async-recursion v0.3.2 |
1201 | 2023-10-11T21:40:16.852Z | Compiling aead v0.5.2 |
1202 | 2023-10-11T21:40:17.133Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
1203 | 2023-10-11T21:40:17.195Z | Compiling pretty-hex v0.2.1 |
1204 | 2023-10-11T21:40:17.326Z | Compiling erased-serde v0.3.30 |
1205 | 2023-10-11T21:40:17.537Z | Compiling humantime v2.1.0 |
1206 | 2023-10-11T21:40:17.729Z | Compiling zeroize v1.6.0 |
1207 | 2023-10-11T21:40:17.894Z | Compiling either v1.9.0 |
1208 | 2023-10-11T21:40:18.149Z | Compiling number_prefix v0.4.0 |
1209 | 2023-10-11T21:40:18.434Z | Compiling itertools v0.11.0 |
1210 | 2023-10-11T21:40:18.558Z | Compiling indicatif v0.17.6 |
1211 | 2023-10-11T21:40:18.594Z | Compiling env_logger v0.9.3 |
1212 | 2023-10-11T21:40:18.656Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1213 | 2023-10-11T21:40:18.689Z | Compiling aes-gcm-siv v0.11.1 |
1214 | 2023-10-11T21:40:18.727Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1215 | 2023-10-11T21:40:18.745Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1216 | 2023-10-11T21:40:18.759Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1217 | 2023-10-11T21:40:18.796Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1218 | 2023-10-11T21:40:18.811Z | Compiling toml v0.5.11 |
1219 | 2023-10-11T21:40:18.826Z | Compiling bitstruct_derive v0.1.0 |
1220 | 2023-10-11T21:40:18.838Z | Compiling async-recursion v1.0.5 |
1221 | 2023-10-11T21:40:18.851Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1222 | 2023-10-11T21:40:18.863Z | Compiling libloading v0.7.4 |
1223 | 2023-10-11T21:40:18.871Z | Compiling ringbuffer v0.15.0 |
1224 | 2023-10-11T21:40:18.878Z | Compiling matches v0.1.10 |
1225 | 2023-10-11T21:40:18.887Z | Compiling utf-8 v0.7.6 |
1226 | 2023-10-11T21:40:18.895Z | Compiling ascii v1.1.0 |
1227 | 2023-10-11T21:40:18.903Z | Compiling tungstenite v0.20.1 |
1228 | 2023-10-11T21:40:18.930Z | Compiling bitstruct v0.1.1 |
1229 | 2023-10-11T21:40:18.942Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1230 | 2023-10-11T21:40:18.951Z | Compiling idna v0.2.3 |
1231 | 2023-10-11T21:40:18.968Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1232 | 2023-10-11T21:40:20.170Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1233 | 2023-10-11T21:40:20.519Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1234 | 2023-10-11T21:40:22.871Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1235 | 2023-10-11T21:40:23.783Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1236 | 2023-10-11T21:40:24.238Z | Compiling serde_arrays v0.1.0 |
1237 | 2023-10-11T21:40:24.448Z | Compiling enum-as-inner v0.5.1 |
1238 | 2023-10-11T21:40:25.568Z | Compiling linked-hash-map v0.5.6 |
1239 | 2023-10-11T21:40:26.160Z | Compiling quick-error v1.2.3 |
1240 | 2023-10-11T21:40:26.183Z | Compiling trust-dns-proto v0.22.0 |
1241 | 2023-10-11T21:40:26.356Z | Compiling resolv-conf v0.7.0 |
1242 | 2023-10-11T21:40:26.810Z | Compiling lru-cache v0.1.2 |
1243 | 2023-10-11T21:40:26.952Z | Compiling tokio-tungstenite v0.20.1 |
1244 | 2023-10-11T21:40:27.094Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1245 | 2023-10-11T21:40:27.807Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1246 | 2023-10-11T21:40:29.235Z | Compiling const_format_proc_macros v0.2.31 |
1247 | 2023-10-11T21:40:29.487Z | Compiling base64 v0.13.1 |
1248 | 2023-10-11T21:40:30.927Z | Compiling ron v0.7.1 |
1249 | 2023-10-11T21:40:31.199Z | Compiling bit_field v0.10.2 |
1250 | 2023-10-11T21:40:32.729Z | Compiling trust-dns-resolver v0.22.0 |
1251 | 2023-10-11T21:40:39.606Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1252 | 2023-10-11T21:40:40.571Z | Compiling const_format v0.2.31 |
1253 | 2023-10-11T21:41:06.473Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1254 | 2023-10-11T21:41:15.401Z | Compiling git2 v0.17.2 |
1255 | 2023-10-11T21:41:33.641Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
1256 | 2023-10-11T21:41:33.923Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=6322a223c0e82a7731ff238416c11142c4c05c80#6322a223) |
1257 | 2023-10-11T21:41:35.827Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1258 | 2023-10-11T21:41:50.618Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1259 | 2023-10-11T21:41:51.063Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1260 | 2023-10-11T21:41:52.240Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1261 | 2023-10-11T21:43:22.550Z | Finished release [optimized] target(s) in 7m 52s |
1262 | 2023-10-11T21:43:22.658Z | |
1263 | 2023-10-11T21:43:22.662Z | real 7:53.010625577 |
1264 | 2023-10-11T21:43:22.666Z | user 54:45.374082311 |
1265 | 2023-10-11T21:43:22.669Z | sys 3:43.202768604 |
1266 | 2023-10-11T21:43:22.673Z | trap 2.162343080 |
1267 | 2023-10-11T21:43:22.677Z | tflt 1.227314317 |
1268 | 2023-10-11T21:43:22.681Z | dflt 2.737841026 |
1269 | 2023-10-11T21:43:22.685Z | kflt 0.128208117 |
1270 | 2023-10-11T21:43:22.688Z | lock 1:59:43.613030653 |
1271 | 2023-10-11T21:43:22.692Z | slp 2:22:59.499900458 |
1272 | 2023-10-11T21:43:22.696Z | lat 1:37.757244232 |
1273 | 2023-10-11T21:43:22.700Z | stop 38.799734007 |
1274 | 2023-10-11T21:43:22.714Z | + OUTDIR=/work/release |
1275 | 2023-10-11T21:43:23.140Z | + mkdir -p /work/release |
1276 | 2023-10-11T21:43:23.145Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1277 | 2023-10-11T21:43:23.150Z | + cp target/release/propolis-server /work/release/propolis-server |
1278 | 2023-10-11T21:43:23.157Z | process exited: duration 656320 ms, exit code 0 |
|
1279 | 2023-10-11T21:43:23.172Z | found 2 output files |
1280 | 2023-10-11T21:43:23.187Z | uploading: /work/release/propolis-cli (21686792 bytes) |
1281 | 2023-10-11T21:43:37.462Z | uploaded: /work/release/propolis-cli |
1282 | 2023-10-11T21:43:37.484Z | uploading: /work/release/propolis-server (55137056 bytes) |
1283 | 2023-10-11T21:45:02.256Z | uploaded: /work/release/propolis-server |