|
|
|
1 | 2024-10-14T19:47:40.625Z | job assigned to worker 01JA693FQGPRVV32SHA3XMDPD6 (queued for 49 s) |
|
2 | 2024-10-14T19:47:48.160Z | starting task 0: "setup" |
3 | 2024-10-14T19:47:48.168Z | ++ uname -s |
4 | 2024-10-14T19:47:48.171Z | + kern=SunOS |
5 | 2024-10-14T19:47:48.171Z | + case "$kern" in |
6 | 2024-10-14T19:47:48.171Z | + groupadd -g 12345 build |
7 | 2024-10-14T19:47:48.174Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-14T19:47:50.182Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-14T19:47:50.334Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-14T19:47:50.337Z | + home_fs=zfs |
11 | 2024-10-14T19:47:50.337Z | + [[ zfs == autofs ]] |
12 | 2024-10-14T19:47:50.337Z | + mkdir -p /home/build |
13 | 2024-10-14T19:47:50.340Z | + chown build:build /home/build /work |
14 | 2024-10-14T19:47:52.340Z | + chmod 0700 /home/build /work |
15 | 2024-10-14T19:47:52.343Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-10-14T19:47:52.349Z | starting task 1: "rust-toolchain" |
17 | 2024-10-14T19:47:52.354Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-14T19:47:52.354Z | ' stable |
19 | 2024-10-14T19:47:52.354Z | * toolchain channel = "stable" |
20 | 2024-10-14T19:47:52.354Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-14T19:47:52.354Z | ' default |
22 | 2024-10-14T19:47:52.357Z | * toolchain profile = "default" |
23 | 2024-10-14T19:47:52.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-14T19:47:52.357Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-14T19:47:52.509Z | info: downloading installer |
26 | 2024-10-14T19:47:53.811Z | info: profile set to 'default' |
27 | 2024-10-14T19:47:53.811Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-14T19:47:53.814Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-14T19:47:53.979Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-10-14T19:47:53.980Z | info: downloading component 'cargo' |
31 | 2024-10-14T19:47:54.962Z | info: downloading component 'clippy' |
32 | 2024-10-14T19:47:55.326Z | info: downloading component 'rust-docs' |
33 | 2024-10-14T19:47:56.694Z | info: downloading component 'rust-std' |
34 | 2024-10-14T19:47:58.819Z | info: downloading component 'rustc' |
35 | 2024-10-14T19:48:06.302Z | info: downloading component 'rustfmt' |
36 | 2024-10-14T19:48:06.595Z | info: installing component 'cargo' |
37 | 2024-10-14T19:48:07.425Z | info: installing component 'clippy' |
38 | 2024-10-14T19:48:07.811Z | info: installing component 'rust-docs' |
39 | 2024-10-14T19:48:09.435Z | info: installing component 'rust-std' |
40 | 2024-10-14T19:48:11.263Z | info: installing component 'rustc' |
41 | 2024-10-14T19:48:17.086Z | info: installing component 'rustfmt' |
42 | 2024-10-14T19:48:17.425Z | |
43 | 2024-10-14T19:48:17.425Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-14T19:48:17.787Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-10-14T19:48:17.787Z | |
46 | 2024-10-14T19:48:17.790Z | |
47 | 2024-10-14T19:48:17.790Z | Rust is installed now. Great! |
48 | 2024-10-14T19:48:17.790Z | |
49 | 2024-10-14T19:48:17.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-14T19:48:17.790Z | environment variable. This has not been done automatically. |
51 | 2024-10-14T19:48:17.790Z | |
52 | 2024-10-14T19:48:17.790Z | To configure your current shell, you need to source |
53 | 2024-10-14T19:48:17.790Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-14T19:48:17.790Z | |
55 | 2024-10-14T19:48:17.790Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-14T19:48:17.790Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-14T19:48:17.790Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-14T19:48:17.862Z | + rustc --version |
59 | 2024-10-14T19:48:17.931Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-10-14T19:48:17.934Z | process exited: duration 25579 ms, exit code 0 |
|
61 | 2024-10-14T19:48:17.940Z | starting task 2: "authentication" |
62 | 2024-10-14T19:48:17.960Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-14T19:48:17.967Z | starting task 3: "clone repository" |
64 | 2024-10-14T19:48:17.972Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-10-14T19:48:17.974Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-10-14T19:48:18.240Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-10-14T19:48:19.333Z | + cd /work/oxidecomputer/propolis |
68 | 2024-10-14T19:48:19.333Z | + git fetch origin 7e60b12856c04fff3ddd340a15531afc109958db |
69 | 2024-10-14T19:48:19.575Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-10-14T19:48:19.575Z | * branch 7e60b12856c04fff3ddd340a15531afc109958db -> FETCH_HEAD |
71 | 2024-10-14T19:48:19.582Z | + [[ -n gjcolombo/msr-space ]] |
72 | 2024-10-14T19:48:19.586Z | ++ git branch --show-current |
73 | 2024-10-14T19:48:19.586Z | + current=master |
74 | 2024-10-14T19:48:19.586Z | + [[ master != gjcolombo/msr-space ]] |
75 | 2024-10-14T19:48:19.586Z | + git branch -f gjcolombo/msr-space 7e60b12856c04fff3ddd340a15531afc109958db |
76 | 2024-10-14T19:48:19.589Z | + git checkout -f gjcolombo/msr-space |
77 | 2024-10-14T19:48:19.613Z | Switched to branch 'gjcolombo/msr-space' |
78 | 2024-10-14T19:48:19.616Z | + git reset --hard 7e60b12856c04fff3ddd340a15531afc109958db |
79 | 2024-10-14T19:48:19.636Z | HEAD is now at 7e60b12 make MSRs cpu-affine |
80 | 2024-10-14T19:48:19.639Z | process exited: duration 1670 ms, exit code 0 |
|
81 | 2024-10-14T19:48:19.645Z | starting task 4: "build" |
82 | 2024-10-14T19:48:19.650Z | + cargo --version |
83 | 2024-10-14T19:48:19.706Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
84 | 2024-10-14T19:48:19.708Z | + rustc --version |
85 | 2024-10-14T19:48:19.766Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-14T19:48:19.768Z | + banner check |
87 | 2024-10-14T19:48:19.787Z | |
88 | 2024-10-14T19:48:19.787Z | #### # # ###### #### # # |
89 | 2024-10-14T19:48:19.787Z | # # # # # # # # # |
90 | 2024-10-14T19:48:19.787Z | # ###### ##### # #### |
91 | 2024-10-14T19:48:19.788Z | # # # # # # # |
92 | 2024-10-14T19:48:19.788Z | # # # # # # # # # |
93 | 2024-10-14T19:48:19.788Z | #### # # ###### #### # # |
94 | 2024-10-14T19:48:19.788Z | |
95 | 2024-10-14T19:48:19.790Z | + ptime -m cargo check --features falcon |
96 | 2024-10-14T19:48:19.959Z | Updating crates.io index |
97 | 2024-10-14T19:48:20.029Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-10-14T19:48:22.196Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-10-14T19:48:28.732Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-10-14T19:48:28.945Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-10-14T19:48:29.202Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-10-14T19:48:29.458Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-10-14T19:48:29.830Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-14T19:48:30.084Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-10-14T19:48:30.929Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-10-14T19:48:31.202Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-10-14T19:48:31.504Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-10-14T19:48:31.968Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-10-14T19:48:32.666Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-10-14T19:48:33.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-10-14T19:48:34.257Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-10-14T19:48:34.507Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-14T19:48:34.849Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-10-14T19:48:35.149Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-10-14T19:48:36.133Z | Downloading crates ... |
116 | 2024-10-14T19:48:36.199Z | Downloaded async-stream-impl v0.3.5 |
117 | 2024-10-14T19:48:36.210Z | Downloaded atty v0.2.14 |
118 | 2024-10-14T19:48:36.213Z | Downloaded block-buffer v0.10.4 |
119 | 2024-10-14T19:48:36.216Z | Downloaded aes-gcm-siv v0.11.1 |
120 | 2024-10-14T19:48:36.219Z | Downloaded bitstruct_derive v0.1.0 |
121 | 2024-10-14T19:48:36.221Z | Downloaded crucible-workspace-hack v0.1.0 |
122 | 2024-10-14T19:48:36.226Z | Downloaded cfg_aliases v0.2.1 |
123 | 2024-10-14T19:48:36.229Z | Downloaded colorchoice v1.0.1 |
124 | 2024-10-14T19:48:36.232Z | Downloaded cstr-argument v0.1.2 |
125 | 2024-10-14T19:48:36.234Z | Downloaded equivalent v1.0.1 |
126 | 2024-10-14T19:48:36.237Z | Downloaded plain v0.2.3 |
127 | 2024-10-14T19:48:36.243Z | Downloaded autocfg v1.3.0 |
128 | 2024-10-14T19:48:36.243Z | Downloaded num_enum v0.5.11 |
129 | 2024-10-14T19:48:36.247Z | Downloaded num_threads v0.1.7 |
130 | 2024-10-14T19:48:36.251Z | Downloaded pretty-hex v0.4.1 |
131 | 2024-10-14T19:48:36.251Z | Downloaded byteorder v1.5.0 |
132 | 2024-10-14T19:48:36.253Z | Downloaded anstyle-query v1.0.3 |
133 | 2024-10-14T19:48:36.253Z | Downloaded bit_field v0.10.2 |
134 | 2024-10-14T19:48:36.257Z | Downloaded async-recursion v1.1.1 |
135 | 2024-10-14T19:48:36.263Z | Downloaded dirs-sys-next v0.1.2 |
136 | 2024-10-14T19:48:36.263Z | Downloaded errno v0.3.9 |
137 | 2024-10-14T19:48:36.266Z | Downloaded dof v0.3.0 |
138 | 2024-10-14T19:48:36.266Z | Downloaded data-encoding v2.6.0 |
139 | 2024-10-14T19:48:36.266Z | Downloaded serde-big-array v0.5.1 |
140 | 2024-10-14T19:48:36.266Z | Downloaded embedded-io v0.4.0 |
141 | 2024-10-14T19:48:36.268Z | Downloaded percent-encoding v2.3.1 |
142 | 2024-10-14T19:48:36.271Z | Downloaded parse-display v0.10.0 |
143 | 2024-10-14T19:48:36.271Z | Downloaded enum-as-inner v0.6.0 |
144 | 2024-10-14T19:48:36.274Z | Downloaded num_enum_derive v0.5.11 |
145 | 2024-10-14T19:48:36.274Z | Downloaded clap_lex v0.7.0 |
146 | 2024-10-14T19:48:36.277Z | Downloaded cipher v0.4.4 |
147 | 2024-10-14T19:48:36.281Z | Downloaded quick-error v1.2.3 |
148 | 2024-10-14T19:48:36.281Z | Downloaded bitflags v1.3.2 |
149 | 2024-10-14T19:48:36.284Z | Downloaded cfg_aliases v0.1.1 |
150 | 2024-10-14T19:48:36.284Z | Downloaded atomicwrites v0.4.4 |
151 | 2024-10-14T19:48:36.287Z | Downloaded ringbuffer v0.15.0 |
152 | 2024-10-14T19:48:36.290Z | Downloaded progenitor v0.8.0 |
153 | 2024-10-14T19:48:36.290Z | Downloaded ppv-lite86 v0.2.17 |
154 | 2024-10-14T19:48:36.292Z | Downloaded schemars_derive v0.8.21 |
155 | 2024-10-14T19:48:36.292Z | Downloaded dtrace-parser v0.2.0 |
156 | 2024-10-14T19:48:36.295Z | Downloaded password-hash v0.5.0 |
157 | 2024-10-14T19:48:36.298Z | Downloaded cancel-safe-futures v0.1.5 |
158 | 2024-10-14T19:48:36.302Z | Downloaded rand_core v0.6.4 |
159 | 2024-10-14T19:48:36.302Z | Downloaded camino v1.1.9 |
160 | 2024-10-14T19:48:36.306Z | Downloaded scroll v0.12.0 |
161 | 2024-10-14T19:48:36.309Z | Downloaded dyn-clone v1.0.17 |
162 | 2024-10-14T19:48:36.309Z | Downloaded escargot v0.5.10 |
163 | 2024-10-14T19:48:36.309Z | Downloaded dof v0.1.5 |
164 | 2024-10-14T19:48:36.312Z | Downloaded scroll_derive v0.12.0 |
165 | 2024-10-14T19:48:36.312Z | Downloaded progenitor-client v0.8.0 |
166 | 2024-10-14T19:48:36.314Z | Downloaded float-ord v0.3.2 |
167 | 2024-10-14T19:48:36.314Z | Downloaded foreign-types-macros v0.2.3 |
168 | 2024-10-14T19:48:36.314Z | Downloaded defmt v0.3.8 |
169 | 2024-10-14T19:48:36.319Z | Downloaded pretty-hex v0.2.1 |
170 | 2024-10-14T19:48:36.321Z | Downloaded bincode v1.3.3 |
171 | 2024-10-14T19:48:36.324Z | Downloaded async-trait v0.1.83 |
172 | 2024-10-14T19:48:36.327Z | Downloaded cpufeatures v0.2.12 |
173 | 2024-10-14T19:48:36.329Z | Downloaded openssl-probe v0.1.5 |
174 | 2024-10-14T19:48:36.329Z | Downloaded defmt-macros v0.3.9 |
175 | 2024-10-14T19:48:36.332Z | Downloaded pest_derive v2.7.10 |
176 | 2024-10-14T19:48:36.335Z | Downloaded rustls-pemfile v1.0.4 |
177 | 2024-10-14T19:48:36.338Z | Downloaded rustls-pki-types v1.7.0 |
178 | 2024-10-14T19:48:36.340Z | Downloaded newtype_derive v0.1.6 |
179 | 2024-10-14T19:48:36.343Z | Downloaded quote v1.0.37 |
180 | 2024-10-14T19:48:36.345Z | Downloaded derive-where v1.2.7 |
181 | 2024-10-14T19:48:36.348Z | Downloaded embedded-io v0.6.1 |
182 | 2024-10-14T19:48:36.351Z | Downloaded parse-display-derive v0.10.0 |
183 | 2024-10-14T19:48:36.354Z | Downloaded num_enum v0.7.2 |
184 | 2024-10-14T19:48:36.357Z | Downloaded tinyvec_macros v0.1.1 |
185 | 2024-10-14T19:48:36.361Z | Downloaded fallible-streaming-iterator v0.1.9 |
186 | 2024-10-14T19:48:36.361Z | Downloaded sct v0.7.1 |
187 | 2024-10-14T19:48:36.364Z | Downloaded usdt-attr-macro v0.5.0 |
188 | 2024-10-14T19:48:36.367Z | Downloaded usdt-attr-macro v0.3.5 |
189 | 2024-10-14T19:48:36.367Z | Downloaded futures-sink v0.3.30 |
190 | 2024-10-14T19:48:36.367Z | Downloaded paste v1.0.15 |
191 | 2024-10-14T19:48:36.370Z | Downloaded hostname v0.4.0 |
192 | 2024-10-14T19:48:36.372Z | Downloaded whoami v1.5.1 |
193 | 2024-10-14T19:48:36.375Z | Downloaded scopeguard v1.2.0 |
194 | 2024-10-14T19:48:36.378Z | Downloaded clap_derive v4.5.4 |
195 | 2024-10-14T19:48:36.378Z | Downloaded camino-tempfile v1.1.1 |
196 | 2024-10-14T19:48:36.381Z | Downloaded is_ci v1.2.0 |
197 | 2024-10-14T19:48:36.383Z | Downloaded ident_case v1.0.1 |
198 | 2024-10-14T19:48:36.383Z | Downloaded linked-hash-map v0.5.6 |
199 | 2024-10-14T19:48:36.386Z | Downloaded allocator-api2 v0.2.18 |
200 | 2024-10-14T19:48:36.389Z | Downloaded foreign-types-shared v0.3.1 |
201 | 2024-10-14T19:48:36.389Z | Downloaded rand_chacha v0.3.1 |
202 | 2024-10-14T19:48:36.392Z | Downloaded dropshot_endpoint v0.12.0 |
203 | 2024-10-14T19:48:36.395Z | Downloaded darling_core v0.20.9 |
204 | 2024-10-14T19:48:36.399Z | Downloaded swrite v0.1.0 |
205 | 2024-10-14T19:48:36.402Z | Downloaded zerocopy-derive v0.7.34 |
206 | 2024-10-14T19:48:36.405Z | Downloaded strsim v0.11.1 |
207 | 2024-10-14T19:48:36.409Z | Downloaded aes v0.8.4 |
208 | 2024-10-14T19:48:36.411Z | Downloaded usdt-macro v0.5.0 |
209 | 2024-10-14T19:48:36.414Z | Downloaded hash32 v0.3.1 |
210 | 2024-10-14T19:48:36.414Z | Downloaded version_check v0.9.5 |
211 | 2024-10-14T19:48:36.417Z | Downloaded match_cfg v0.1.0 |
212 | 2024-10-14T19:48:36.417Z | Downloaded getrandom v0.2.14 |
213 | 2024-10-14T19:48:36.420Z | Downloaded foreign-types-shared v0.1.1 |
214 | 2024-10-14T19:48:36.423Z | Downloaded crossbeam-utils v0.8.19 |
215 | 2024-10-14T19:48:36.426Z | Downloaded erased-serde v0.4.5 |
216 | 2024-10-14T19:48:36.429Z | Downloaded want v0.3.1 |
217 | 2024-10-14T19:48:36.429Z | Downloaded semver v1.0.23 |
218 | 2024-10-14T19:48:36.432Z | Downloaded generic-array v0.14.7 |
219 | 2024-10-14T19:48:36.434Z | Downloaded rustversion v1.0.17 |
220 | 2024-10-14T19:48:36.437Z | Downloaded anyhow v1.0.89 |
221 | 2024-10-14T19:48:36.440Z | Downloaded hashlink v0.9.1 |
222 | 2024-10-14T19:48:36.442Z | Downloaded itoa v1.0.11 |
223 | 2024-10-14T19:48:36.446Z | Downloaded rustls-pemfile v2.1.3 |
224 | 2024-10-14T19:48:36.448Z | Downloaded serde_tokenstream v0.2.2 |
225 | 2024-10-14T19:48:36.448Z | Downloaded serde_tokenstream v0.1.7 |
226 | 2024-10-14T19:48:36.452Z | Downloaded foreign-types v0.5.0 |
227 | 2024-10-14T19:48:36.454Z | Downloaded strum_macros v0.25.3 |
228 | 2024-10-14T19:48:36.457Z | Downloaded is-terminal v0.4.12 |
229 | 2024-10-14T19:48:36.457Z | Downloaded strum v0.26.2 |
230 | 2024-10-14T19:48:36.460Z | Downloaded http-body-util v0.1.2 |
231 | 2024-10-14T19:48:36.462Z | Downloaded base64 v0.22.1 |
232 | 2024-10-14T19:48:36.465Z | Downloaded toml_datetime v0.6.8 |
233 | 2024-10-14T19:48:36.468Z | Downloaded tokio-native-tls v0.3.1 |
234 | 2024-10-14T19:48:36.468Z | Downloaded indexmap v1.9.3 |
235 | 2024-10-14T19:48:36.472Z | Downloaded rayon-core v1.12.1 |
236 | 2024-10-14T19:48:36.475Z | Downloaded structmeta v0.3.0 |
237 | 2024-10-14T19:48:36.479Z | Downloaded hyper-rustls v0.27.3 |
238 | 2024-10-14T19:48:36.481Z | Downloaded base64 v0.21.7 |
239 | 2024-10-14T19:48:36.484Z | Downloaded instant v0.1.12 |
240 | 2024-10-14T19:48:36.487Z | Downloaded mime v0.3.17 |
241 | 2024-10-14T19:48:36.490Z | Downloaded spin v0.9.8 |
242 | 2024-10-14T19:48:36.490Z | Downloaded sigpipe v0.1.3 |
243 | 2024-10-14T19:48:36.493Z | Downloaded signal-hook-registry v1.4.2 |
244 | 2024-10-14T19:48:36.493Z | Downloaded sync_wrapper v1.0.1 |
245 | 2024-10-14T19:48:36.499Z | Downloaded sha1 v0.10.6 |
246 | 2024-10-14T19:48:36.499Z | Downloaded hubpack_derive v0.1.1 |
247 | 2024-10-14T19:48:36.503Z | Downloaded tap v1.0.1 |
248 | 2024-10-14T19:48:36.503Z | Downloaded serde_derive v1.0.210 |
249 | 2024-10-14T19:48:36.503Z | Downloaded typeid v1.0.0 |
250 | 2024-10-14T19:48:36.503Z | Downloaded serde_derive_internals v0.29.1 |
251 | 2024-10-14T19:48:36.506Z | Downloaded fnv v1.0.7 |
252 | 2024-10-14T19:48:36.506Z | Downloaded fixedbitset v0.4.2 |
253 | 2024-10-14T19:48:36.509Z | Downloaded tinyvec v1.6.0 |
254 | 2024-10-14T19:48:36.513Z | Downloaded hyper-tls v0.6.0 |
255 | 2024-10-14T19:48:36.513Z | Downloaded num-conv v0.1.0 |
256 | 2024-10-14T19:48:36.517Z | Downloaded thiserror-impl v1.0.64 |
257 | 2024-10-14T19:48:36.517Z | Downloaded typify v0.2.0 |
258 | 2024-10-14T19:48:36.521Z | Downloaded structmeta-derive v0.3.0 |
259 | 2024-10-14T19:48:36.521Z | Downloaded vergen v8.3.2 |
260 | 2024-10-14T19:48:36.524Z | Downloaded thread_local v1.1.8 |
261 | 2024-10-14T19:48:36.524Z | Downloaded const_format v0.2.32 |
262 | 2024-10-14T19:48:36.527Z | Downloaded time-core v0.1.2 |
263 | 2024-10-14T19:48:36.530Z | Downloaded humantime v2.1.0 |
264 | 2024-10-14T19:48:36.530Z | Downloaded lru-cache v0.1.2 |
265 | 2024-10-14T19:48:36.534Z | Downloaded usdt-impl v0.3.5 |
266 | 2024-10-14T19:48:36.534Z | Downloaded slab v0.4.9 |
267 | 2024-10-14T19:48:36.536Z | Downloaded globset v0.4.14 |
268 | 2024-10-14T19:48:36.537Z | Downloaded rand v0.8.5 |
269 | 2024-10-14T19:48:36.540Z | Downloaded waitgroup v0.1.2 |
270 | 2024-10-14T19:48:36.548Z | Downloaded multer v3.1.0 |
271 | 2024-10-14T19:48:36.552Z | Downloaded zone v0.3.0 |
272 | 2024-10-14T19:48:36.552Z | Downloaded httparse v1.8.0 |
273 | 2024-10-14T19:48:36.552Z | Downloaded try-lock v0.2.5 |
274 | 2024-10-14T19:48:36.552Z | Downloaded thread-id v4.2.1 |
275 | 2024-10-14T19:48:36.552Z | Downloaded futures-task v0.3.30 |
276 | 2024-10-14T19:48:36.556Z | Downloaded tabwriter v1.4.0 |
277 | 2024-10-14T19:48:36.556Z | Downloaded universal-hash v0.5.1 |
278 | 2024-10-14T19:48:36.556Z | Downloaded fastrand v2.1.0 |
279 | 2024-10-14T19:48:36.559Z | Downloaded unicode-xid v0.2.4 |
280 | 2024-10-14T19:48:36.559Z | Downloaded tar v0.4.40 |
281 | 2024-10-14T19:48:36.563Z | Downloaded zone_cfg_derive v0.3.0 |
282 | 2024-10-14T19:48:36.563Z | Downloaded slog-term v2.9.1 |
283 | 2024-10-14T19:48:36.566Z | Downloaded serde_urlencoded v0.7.1 |
284 | 2024-10-14T19:48:36.566Z | Downloaded twox-hash v1.6.3 |
285 | 2024-10-14T19:48:36.569Z | Downloaded zeroize v1.7.0 |
286 | 2024-10-14T19:48:36.569Z | Downloaded futures-macro v0.3.30 |
287 | 2024-10-14T19:48:36.571Z | Downloaded futures-io v0.3.30 |
288 | 2024-10-14T19:48:36.572Z | Downloaded subtle v2.5.0 |
289 | 2024-10-14T19:48:36.574Z | Downloaded filetime v0.2.23 |
290 | 2024-10-14T19:48:36.574Z | Downloaded xattr v1.3.1 |
291 | 2024-10-14T19:48:36.577Z | Downloaded http-body v1.0.1 |
292 | 2024-10-14T19:48:36.581Z | Downloaded utf-8 v0.7.6 |
293 | 2024-10-14T19:48:36.581Z | Downloaded ipnetwork v0.20.0 |
294 | 2024-10-14T19:48:36.584Z | Downloaded schemars v0.8.21 |
295 | 2024-10-14T19:48:36.592Z | Downloaded lock_api v0.4.12 |
296 | 2024-10-14T19:48:36.595Z | Downloaded kstat-rs v0.2.4 |
297 | 2024-10-14T19:48:36.595Z | Downloaded utf8parse v0.2.1 |
298 | 2024-10-14T19:48:36.598Z | Downloaded smf v0.2.3 |
299 | 2024-10-14T19:48:36.598Z | Downloaded synstructure v0.12.6 |
300 | 2024-10-14T19:48:36.601Z | Downloaded prettyplease v0.2.22 |
301 | 2024-10-14T19:48:36.606Z | Downloaded hex v0.4.3 |
302 | 2024-10-14T19:48:36.606Z | Downloaded slog-json v2.6.1 |
303 | 2024-10-14T19:48:36.609Z | Downloaded term v0.7.0 |
304 | 2024-10-14T19:48:36.609Z | Downloaded tokio-rustls v0.24.1 |
305 | 2024-10-14T19:48:36.611Z | Downloaded smallvec v1.13.2 |
306 | 2024-10-14T19:48:36.614Z | Downloaded ucd-trie v0.1.6 |
307 | 2024-10-14T19:48:36.618Z | Downloaded untrusted v0.9.0 |
308 | 2024-10-14T19:48:36.618Z | Downloaded hostname v0.3.1 |
309 | 2024-10-14T19:48:36.621Z | Downloaded toml v0.8.19 |
310 | 2024-10-14T19:48:36.624Z | Downloaded libloading v0.7.4 |
311 | 2024-10-14T19:48:36.626Z | Downloaded serde_repr v0.1.19 |
312 | 2024-10-14T19:48:36.626Z | Downloaded num-derive v0.4.2 |
313 | 2024-10-14T19:48:36.629Z | Downloaded supports-color v2.1.0 |
314 | 2024-10-14T19:48:36.635Z | Downloaded log v0.4.22 |
315 | 2024-10-14T19:48:36.635Z | Downloaded hubpack v0.1.2 |
316 | 2024-10-14T19:48:36.636Z | Downloaded num-bigint v0.4.5 |
317 | 2024-10-14T19:48:36.638Z | Downloaded wyz v0.5.1 |
318 | 2024-10-14T19:48:36.641Z | Downloaded heapless v0.8.0 |
319 | 2024-10-14T19:48:36.644Z | Downloaded lazy_static v1.5.0 |
320 | 2024-10-14T19:48:36.646Z | Downloaded zerocopy v0.6.6 |
321 | 2024-10-14T19:48:36.651Z | Downloaded steno v0.4.1 |
322 | 2024-10-14T19:48:36.654Z | Downloaded serde_with_macros v3.9.0 |
323 | 2024-10-14T19:48:36.654Z | Downloaded toml v0.7.8 |
324 | 2024-10-14T19:48:36.657Z | Downloaded num-complex v0.4.6 |
325 | 2024-10-14T19:48:36.660Z | Downloaded terminal_size v0.3.0 |
326 | 2024-10-14T19:48:36.663Z | Downloaded quinn v0.11.5 |
327 | 2024-10-14T19:48:36.666Z | Downloaded heck v0.4.1 |
328 | 2024-10-14T19:48:36.666Z | Downloaded uuid v1.10.0 |
329 | 2024-10-14T19:48:36.669Z | Downloaded similar v2.5.0 |
330 | 2024-10-14T19:48:36.675Z | Downloaded heck v0.5.0 |
331 | 2024-10-14T19:48:36.678Z | Downloaded toml_edit v0.19.15 |
332 | 2024-10-14T19:48:36.692Z | Downloaded slog v2.7.0 |
333 | 2024-10-14T19:48:36.695Z | Downloaded iana-time-zone v0.1.60 |
334 | 2024-10-14T19:48:36.698Z | Downloaded futures v0.3.30 |
335 | 2024-10-14T19:48:36.703Z | Downloaded tungstenite v0.21.0 |
336 | 2024-10-14T19:48:36.707Z | Downloaded clap_builder v4.5.2 |
337 | 2024-10-14T19:48:36.715Z | Downloaded tokio-rustls v0.26.0 |
338 | 2024-10-14T19:48:36.718Z | Downloaded toml_edit v0.22.20 |
339 | 2024-10-14T19:48:36.738Z | Downloaded httpdate v1.0.3 |
340 | 2024-10-14T19:48:36.743Z | Downloaded aho-corasick v1.1.3 |
341 | 2024-10-14T19:48:36.746Z | Downloaded unicode-bidi v0.3.15 |
342 | 2024-10-14T19:48:36.749Z | Downloaded mio v1.0.2 |
343 | 2024-10-14T19:48:36.753Z | Downloaded fatfs v0.3.6 |
344 | 2024-10-14T19:48:36.756Z | Downloaded libm v0.2.8 |
345 | 2024-10-14T19:48:36.765Z | Downloaded unicode-ident v1.0.13 |
346 | 2024-10-14T19:48:36.767Z | Downloaded tokio-tungstenite v0.21.0 |
347 | 2024-10-14T19:48:36.771Z | Downloaded tracing v0.1.40 |
348 | 2024-10-14T19:48:36.775Z | Downloaded http v1.1.0 |
349 | 2024-10-14T19:48:36.778Z | Downloaded itertools v0.13.0 |
350 | 2024-10-14T19:48:36.785Z | Downloaded tracing-core v0.1.32 |
351 | 2024-10-14T19:48:36.788Z | Downloaded socket2 v0.5.7 |
352 | 2024-10-14T19:48:36.790Z | Downloaded hyper-util v0.1.9 |
353 | 2024-10-14T19:48:36.794Z | Downloaded h2 v0.4.6 |
354 | 2024-10-14T19:48:36.802Z | Downloaded fallible-iterator v0.3.0 |
355 | 2024-10-14T19:48:36.806Z | Downloaded highway v1.2.0 |
356 | 2024-10-14T19:48:36.809Z | Downloaded tokio-rustls v0.25.0 |
357 | 2024-10-14T19:48:36.809Z | Downloaded serde_yaml v0.9.34+deprecated |
358 | 2024-10-14T19:48:36.811Z | Downloaded unsafe-libyaml v0.2.11 |
359 | 2024-10-14T19:48:36.814Z | Downloaded tokio-util v0.7.11 |
360 | 2024-10-14T19:48:36.821Z | Downloaded url v2.5.0 |
361 | 2024-10-14T19:48:36.825Z | Downloaded winnow v0.5.40 |
362 | 2024-10-14T19:48:36.834Z | Downloaded time v0.3.36 |
363 | 2024-10-14T19:48:36.841Z | Downloaded serde_json v1.0.128 |
364 | 2024-10-14T19:48:36.850Z | Downloaded vcpkg v0.2.15 |
365 | 2024-10-14T19:48:36.888Z | Downloaded git2 v0.19.0 |
366 | 2024-10-14T19:48:36.896Z | Downloaded chrono v0.4.38 |
367 | 2024-10-14T19:48:36.906Z | Downloaded hickory-resolver v0.24.1 |
368 | 2024-10-14T19:48:36.909Z | Downloaded bitvec v1.0.1 |
369 | 2024-10-14T19:48:36.925Z | Downloaded unicode-normalization v0.1.23 |
370 | 2024-10-14T19:48:36.928Z | Downloaded rustls-webpki v0.101.7 |
371 | 2024-10-14T19:48:36.941Z | Downloaded webpki-roots v0.26.3 |
372 | 2024-10-14T19:48:36.946Z | Downloaded dropshot v0.12.0 |
373 | 2024-10-14T19:48:36.966Z | Downloaded itertools v0.10.5 |
374 | 2024-10-14T19:48:36.971Z | Downloaded rayon v1.10.0 |
375 | 2024-10-14T19:48:36.981Z | Downloaded syn v1.0.109 |
376 | 2024-10-14T19:48:36.990Z | Downloaded hyper v1.4.1 |
377 | 2024-10-14T19:48:36.996Z | Downloaded winnow v0.6.18 |
378 | 2024-10-14T19:48:37.005Z | Downloaded rustls-webpki v0.102.4 |
379 | 2024-10-14T19:48:37.023Z | Downloaded futures-util v0.3.30 |
380 | 2024-10-14T19:48:37.034Z | Downloaded reqwest v0.12.7 |
381 | 2024-10-14T19:48:37.042Z | Downloaded regex v1.10.6 |
382 | 2024-10-14T19:48:37.055Z | Downloaded bstr v1.9.1 |
383 | 2024-10-14T19:48:37.065Z | Downloaded syn v2.0.77 |
384 | 2024-10-14T19:48:37.076Z | Downloaded zerocopy v0.7.34 |
385 | 2024-10-14T19:48:37.092Z | Downloaded hickory-proto v0.24.1 |
386 | 2024-10-14T19:48:37.107Z | Downloaded openssl v0.10.66 |
387 | 2024-10-14T19:48:37.116Z | Downloaded rustls v0.21.12 |
388 | 2024-10-14T19:48:37.127Z | Downloaded nix v0.29.0 |
389 | 2024-10-14T19:48:37.140Z | Downloaded nix v0.28.0 |
390 | 2024-10-14T19:48:37.151Z | Downloaded unicode-width v0.1.14 |
391 | 2024-10-14T19:48:37.157Z | Downloaded quinn-proto v0.11.8 |
392 | 2024-10-14T19:48:37.163Z | Downloaded rustls v0.22.4 |
393 | 2024-10-14T19:48:37.177Z | Downloaded smoltcp v0.11.0 |
394 | 2024-10-14T19:48:37.189Z | Downloaded rustix v0.38.34 |
395 | 2024-10-14T19:48:37.210Z | Downloaded openapiv3 v2.0.0 |
396 | 2024-10-14T19:48:37.221Z | Downloaded regex-syntax v0.8.4 |
397 | 2024-10-14T19:48:37.229Z | Downloaded regress v0.10.1 |
398 | 2024-10-14T19:48:37.237Z | Downloaded regress v0.9.1 |
399 | 2024-10-14T19:48:37.245Z | Downloaded rustls v0.23.10 |
400 | 2024-10-14T19:48:37.261Z | Downloaded idna v0.5.0 |
401 | 2024-10-14T19:48:37.267Z | Downloaded hashbrown v0.14.5 |
402 | 2024-10-14T19:48:37.272Z | Downloaded typify-impl v0.2.0 |
403 | 2024-10-14T19:48:37.286Z | Downloaded idna v0.4.0 |
404 | 2024-10-14T19:48:37.292Z | Downloaded zerocopy-derive v0.2.0 |
405 | 2024-10-14T19:48:37.301Z | Downloaded zerocopy-derive v0.6.6 |
406 | 2024-10-14T19:48:37.309Z | Downloaded libc v0.2.159 |
407 | 2024-10-14T19:48:37.335Z | Downloaded tokio v1.39.3 |
408 | 2024-10-14T19:48:37.370Z | Downloaded memchr v2.7.2 |
409 | 2024-10-14T19:48:37.375Z | Downloaded serde_with v3.9.0 |
410 | 2024-10-14T19:48:37.382Z | Downloaded regex-automata v0.4.6 |
411 | 2024-10-14T19:48:37.398Z | Downloaded unicode-segmentation v1.11.0 |
412 | 2024-10-14T19:48:37.402Z | Downloaded goblin v0.8.2 |
413 | 2024-10-14T19:48:37.409Z | Downloaded rusqlite v0.32.1 |
414 | 2024-10-14T19:48:37.413Z | Downloaded pest v2.7.10 |
415 | 2024-10-14T19:48:37.418Z | Downloaded hashbrown v0.12.3 |
416 | 2024-10-14T19:48:37.422Z | Downloaded petgraph v0.6.5 |
417 | 2024-10-14T19:48:37.439Z | Downloaded serde v1.0.210 |
418 | 2024-10-14T19:48:37.442Z | Downloaded strum_macros v0.26.2 |
419 | 2024-10-14T19:48:37.444Z | Downloaded ipnet v2.9.0 |
420 | 2024-10-14T19:48:37.447Z | Downloaded indexmap v2.5.0 |
421 | 2024-10-14T19:48:37.449Z | Downloaded native-tls v0.2.11 |
422 | 2024-10-14T19:48:37.454Z | Downloaded supports-color v3.0.1 |
423 | 2024-10-14T19:48:37.454Z | Downloaded inout v0.1.3 |
424 | 2024-10-14T19:48:37.454Z | Downloaded futures-core v0.3.30 |
425 | 2024-10-14T19:48:37.457Z | Downloaded tracing-attributes v0.1.27 |
426 | 2024-10-14T19:48:37.457Z | Downloaded expectorate v1.1.0 |
427 | 2024-10-14T19:48:37.460Z | Downloaded usdt-macro v0.3.5 |
428 | 2024-10-14T19:48:37.460Z | Downloaded usdt-impl v0.5.0 |
429 | 2024-10-14T19:48:37.462Z | Downloaded jobserver v0.1.31 |
430 | 2024-10-14T19:48:37.462Z | Downloaded ron v0.8.1 |
431 | 2024-10-14T19:48:37.467Z | Downloaded futures-executor v0.3.30 |
432 | 2024-10-14T19:48:37.470Z | Downloaded tempfile v3.10.1 |
433 | 2024-10-14T19:48:37.472Z | Downloaded tower-service v0.3.2 |
434 | 2024-10-14T19:48:37.472Z | Downloaded sha2 v0.10.8 |
435 | 2024-10-14T19:48:37.475Z | Downloaded proc-macro2 v1.0.86 |
436 | 2024-10-14T19:48:37.478Z | Downloaded usdt v0.5.0 |
437 | 2024-10-14T19:48:37.480Z | Downloaded usdt v0.3.5 |
438 | 2024-10-14T19:48:37.480Z | Downloaded newline-converter v0.3.0 |
439 | 2024-10-14T19:48:37.480Z | Downloaded proc-macro-error v1.0.4 |
440 | 2024-10-14T19:48:37.483Z | Downloaded cc v1.0.97 |
441 | 2024-10-14T19:48:37.487Z | Downloaded memmap v0.7.0 |
442 | 2024-10-14T19:48:37.490Z | Downloaded typenum v1.17.0 |
443 | 2024-10-14T19:48:37.490Z | Downloaded thiserror v1.0.64 |
444 | 2024-10-14T19:48:37.494Z | Downloaded num-traits v0.2.19 |
445 | 2024-10-14T19:48:37.498Z | Downloaded slog-dtrace v0.3.0 |
446 | 2024-10-14T19:48:37.501Z | Downloaded ryu v1.0.18 |
447 | 2024-10-14T19:48:37.501Z | Downloaded owo-colors v4.1.0 |
448 | 2024-10-14T19:48:37.504Z | Downloaded crossbeam-channel v0.5.12 |
449 | 2024-10-14T19:48:37.507Z | Downloaded foreign-types v0.3.2 |
450 | 2024-10-14T19:48:37.510Z | Downloaded indent_write v2.2.0 |
451 | 2024-10-14T19:48:37.510Z | Downloaded glob v0.3.1 |
452 | 2024-10-14T19:48:37.513Z | Downloaded bytes v1.7.2 |
453 | 2024-10-14T19:48:37.516Z | Downloaded tokio-macros v2.4.0 |
454 | 2024-10-14T19:48:37.516Z | Downloaded funty v2.0.0 |
455 | 2024-10-14T19:48:37.516Z | Downloaded form_urlencoded v1.2.1 |
456 | 2024-10-14T19:48:37.520Z | Downloaded time-macros v0.2.18 |
457 | 2024-10-14T19:48:37.520Z | Downloaded serde_spanned v0.6.7 |
458 | 2024-10-14T19:48:37.523Z | Downloaded managed v0.8.0 |
459 | 2024-10-14T19:48:37.523Z | Downloaded macaddr v1.0.1 |
460 | 2024-10-14T19:48:37.523Z | Downloaded typify-macro v0.2.0 |
461 | 2024-10-14T19:48:37.523Z | Downloaded openssl-sys v0.9.103 |
462 | 2024-10-14T19:48:37.528Z | Downloaded encoding_rs v0.8.34 |
463 | 2024-10-14T19:48:37.548Z | Downloaded derive_more v0.99.18 |
464 | 2024-10-14T19:48:37.551Z | Downloaded clap v4.5.4 |
465 | 2024-10-14T19:48:37.559Z | Downloaded blake2 v0.10.6 |
466 | 2024-10-14T19:48:37.562Z | Downloaded slog-bunyan v2.5.0 |
467 | 2024-10-14T19:48:37.566Z | Downloaded take_mut v0.2.2 |
468 | 2024-10-14T19:48:37.566Z | Downloaded is_terminal_polyfill v1.70.0 |
469 | 2024-10-14T19:48:37.566Z | Downloaded static_assertions v1.1.0 |
470 | 2024-10-14T19:48:37.569Z | Downloaded stable_deref_trait v1.2.0 |
471 | 2024-10-14T19:48:37.569Z | Downloaded slog-async v2.8.0 |
472 | 2024-10-14T19:48:37.570Z | Downloaded futures-channel v0.3.30 |
473 | 2024-10-14T19:48:37.570Z | Downloaded progenitor-impl v0.8.0 |
474 | 2024-10-14T19:48:37.573Z | Downloaded parking_lot_core v0.9.10 |
475 | 2024-10-14T19:48:37.573Z | Downloaded zerocopy v0.3.2 |
476 | 2024-10-14T19:48:37.575Z | Downloaded pest_generator v2.7.10 |
477 | 2024-10-14T19:48:37.575Z | Downloaded parking_lot v0.12.2 |
478 | 2024-10-14T19:48:37.578Z | Downloaded powerfmt v0.2.0 |
479 | 2024-10-14T19:48:37.582Z | Downloaded polyval v0.6.2 |
480 | 2024-10-14T19:48:37.582Z | Downloaded pest_meta v2.7.10 |
481 | 2024-10-14T19:48:37.585Z | Downloaded newtype-uuid v1.1.0 |
482 | 2024-10-14T19:48:37.585Z | Downloaded linear-map v1.2.0 |
483 | 2024-10-14T19:48:37.585Z | Downloaded libsw v3.3.1 |
484 | 2024-10-14T19:48:37.589Z | Downloaded radium v0.7.0 |
485 | 2024-10-14T19:48:37.589Z | Downloaded progenitor-macro v0.8.0 |
486 | 2024-10-14T19:48:37.589Z | Downloaded darling v0.20.9 |
487 | 2024-10-14T19:48:37.591Z | Downloaded rustc_version v0.4.0 |
488 | 2024-10-14T19:48:37.594Z | Downloaded rustc-hash v2.0.0 |
489 | 2024-10-14T19:48:37.594Z | Downloaded quinn-udp v0.5.5 |
490 | 2024-10-14T19:48:37.597Z | Downloaded serde_path_to_error v0.1.16 |
491 | 2024-10-14T19:48:37.597Z | Downloaded serde_arrays v0.1.0 |
492 | 2024-10-14T19:48:37.600Z | Downloaded semver v0.1.20 |
493 | 2024-10-14T19:48:37.600Z | Downloaded pkg-config v0.3.30 |
494 | 2024-10-14T19:48:37.602Z | Downloaded num-integer v0.1.46 |
495 | 2024-10-14T19:48:37.605Z | Downloaded num_enum_derive v0.7.2 |
496 | 2024-10-14T19:48:37.605Z | Downloaded num-iter v0.1.45 |
497 | 2024-10-14T19:48:37.605Z | Downloaded postcard v1.0.9 |
498 | 2024-10-14T19:48:37.608Z | Downloaded num v0.4.3 |
499 | 2024-10-14T19:48:37.608Z | Downloaded either v1.13.0 |
500 | 2024-10-14T19:48:37.611Z | Downloaded backoff v0.4.0 |
501 | 2024-10-14T19:48:37.614Z | Downloaded anstream v0.6.14 |
502 | 2024-10-14T19:48:37.614Z | Downloaded cookie v0.18.1 |
503 | 2024-10-14T19:48:37.617Z | Downloaded colored v2.1.0 |
504 | 2024-10-14T19:48:37.619Z | Downloaded crossbeam-epoch v0.9.18 |
505 | 2024-10-14T19:48:37.624Z | Downloaded proc-macro-error-attr v1.0.4 |
506 | 2024-10-14T19:48:37.624Z | Downloaded debug-ignore v1.0.5 |
507 | 2024-10-14T19:48:37.624Z | Downloaded ctr v0.9.2 |
508 | 2024-10-14T19:48:37.627Z | Downloaded crossbeam-deque v0.8.5 |
509 | 2024-10-14T19:48:37.627Z | Downloaded pin-project-lite v0.2.14 |
510 | 2024-10-14T19:48:37.630Z | Downloaded deranged v0.3.11 |
511 | 2024-10-14T19:48:37.633Z | Downloaded crypto-common v0.1.6 |
512 | 2024-10-14T19:48:37.633Z | Downloaded cobs v0.2.3 |
513 | 2024-10-14T19:48:37.808Z | Downloaded opaque-debug v0.3.1 |
514 | 2024-10-14T19:48:37.808Z | Downloaded omicron-workspace-hack v0.1.0 |
515 | 2024-10-14T19:48:37.808Z | Downloaded convert_case v0.4.0 |
516 | 2024-10-14T19:48:37.820Z | Downloaded cargo-platform v0.1.8 |
517 | 2024-10-14T19:48:37.820Z | Downloaded ascii v1.1.0 |
518 | 2024-10-14T19:48:37.820Z | Downloaded dirs-next v2.0.0 |
519 | 2024-10-14T19:48:37.820Z | Downloaded console v0.15.8 |
520 | 2024-10-14T19:48:37.820Z | Downloaded argon2 v0.5.3 |
521 | 2024-10-14T19:48:37.820Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
522 | 2024-10-14T19:48:37.820Z | Downloaded once_cell v1.19.0 |
523 | 2024-10-14T19:48:37.820Z | Downloaded dtrace-parser v0.1.14 |
524 | 2024-10-14T19:48:37.820Z | Downloaded darling_macro v0.20.9 |
525 | 2024-10-14T19:48:37.820Z | Downloaded rustc_version v0.1.7 |
526 | 2024-10-14T19:48:37.820Z | Downloaded resolv-conf v0.7.0 |
527 | 2024-10-14T19:48:37.820Z | Downloaded async-stream v0.3.5 |
528 | 2024-10-14T19:48:37.820Z | Downloaded proc-macro-crate v1.3.1 |
529 | 2024-10-14T19:48:37.820Z | Downloaded pin-utils v0.1.0 |
530 | 2024-10-14T19:48:37.821Z | Downloaded anstyle-parse v0.2.4 |
531 | 2024-10-14T19:48:37.821Z | Downloaded bitflags v2.6.0 |
532 | 2024-10-14T19:48:37.821Z | Downloaded defmt-parser v0.3.4 |
533 | 2024-10-14T19:48:37.821Z | Downloaded ctrlc v3.4.4 |
534 | 2024-10-14T19:48:37.821Z | Downloaded base64ct v1.6.0 |
535 | 2024-10-14T19:48:37.821Z | Downloaded aead v0.5.2 |
536 | 2024-10-14T19:48:37.821Z | Downloaded bitstruct v0.1.1 |
537 | 2024-10-14T19:48:37.821Z | Downloaded const_format_proc_macros v0.2.32 |
538 | 2024-10-14T19:48:37.821Z | Downloaded cargo_metadata v0.18.1 |
539 | 2024-10-14T19:48:37.821Z | Downloaded digest v0.10.7 |
540 | 2024-10-14T19:48:37.821Z | Downloaded cfg-if v1.0.0 |
541 | 2024-10-14T19:48:37.821Z | Downloaded atomic-waker v1.1.2 |
542 | 2024-10-14T19:48:37.821Z | Downloaded openssl-macros v0.1.1 |
543 | 2024-10-14T19:48:37.821Z | Downloaded ahash v0.8.11 |
544 | 2024-10-14T19:48:37.821Z | Downloaded num-rational v0.4.2 |
545 | 2024-10-14T19:48:37.821Z | Downloaded anstyle v1.0.7 |
546 | 2024-10-14T19:48:37.842Z | Downloaded ring v0.17.8 |
547 | 2024-10-14T19:48:37.988Z | Downloaded libz-sys v1.1.16 |
548 | 2024-10-14T19:48:38.111Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-10-14T19:48:38.559Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-10-14T19:48:38.559Z | Compiling unicode-ident v1.0.13 |
551 | 2024-10-14T19:48:38.562Z | Compiling libc v0.2.159 |
552 | 2024-10-14T19:48:38.562Z | Compiling serde v1.0.210 |
553 | 2024-10-14T19:48:38.562Z | Compiling version_check v0.9.5 |
554 | 2024-10-14T19:48:38.562Z | Compiling autocfg v1.3.0 |
555 | 2024-10-14T19:48:38.562Z | Checking cfg-if v1.0.0 |
556 | 2024-10-14T19:48:38.562Z | Compiling once_cell v1.19.0 |
557 | 2024-10-14T19:48:38.791Z | Compiling serde_json v1.0.128 |
558 | 2024-10-14T19:48:38.858Z | Compiling thiserror v1.0.64 |
559 | 2024-10-14T19:48:39.044Z | Compiling memchr v2.7.2 |
560 | 2024-10-14T19:48:39.219Z | Compiling ahash v0.8.11 |
561 | 2024-10-14T19:48:39.930Z | Compiling libm v0.2.8 |
562 | 2024-10-14T19:48:40.114Z | Compiling byteorder v1.5.0 |
563 | 2024-10-14T19:48:40.445Z | Compiling itoa v1.0.11 |
564 | 2024-10-14T19:48:40.781Z | Compiling lock_api v0.4.12 |
565 | 2024-10-14T19:48:40.784Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-10-14T19:48:40.784Z | Compiling ryu v1.0.18 |
567 | 2024-10-14T19:48:41.101Z | Compiling slab v0.4.9 |
568 | 2024-10-14T19:48:41.213Z | Compiling allocator-api2 v0.2.18 |
569 | 2024-10-14T19:48:41.262Z | Compiling schemars v0.8.21 |
570 | 2024-10-14T19:48:41.344Z | Compiling pkg-config v0.3.30 |
571 | 2024-10-14T19:48:41.399Z | Compiling vcpkg v0.2.15 |
572 | 2024-10-14T19:48:41.555Z | Compiling num-traits v0.2.19 |
573 | 2024-10-14T19:48:41.645Z | Checking pin-project-lite v0.2.14 |
574 | 2024-10-14T19:48:41.760Z | Compiling quote v1.0.37 |
575 | 2024-10-14T19:48:41.955Z | Checking getrandom v0.2.14 |
576 | 2024-10-14T19:48:42.092Z | Compiling log v0.4.22 |
577 | 2024-10-14T19:48:42.174Z | Compiling syn v2.0.77 |
578 | 2024-10-14T19:48:42.381Z | Compiling jobserver v0.1.31 |
579 | 2024-10-14T19:48:42.412Z | Checking smallvec v1.13.2 |
580 | 2024-10-14T19:48:42.467Z | Compiling equivalent v1.0.1 |
581 | 2024-10-14T19:48:42.524Z | Checking scopeguard v1.2.0 |
582 | 2024-10-14T19:48:42.568Z | Checking mio v1.0.2 |
583 | 2024-10-14T19:48:42.745Z | Compiling cc v1.0.97 |
584 | 2024-10-14T19:48:43.054Z | Checking socket2 v0.5.7 |
585 | 2024-10-14T19:48:43.111Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-10-14T19:48:43.133Z | Checking parking_lot v0.12.2 |
587 | 2024-10-14T19:48:43.152Z | Compiling typenum v1.17.0 |
588 | 2024-10-14T19:48:43.400Z | Compiling httparse v1.8.0 |
589 | 2024-10-14T19:48:43.496Z | Compiling generic-array v0.14.7 |
590 | 2024-10-14T19:48:43.553Z | Compiling fnv v1.0.7 |
591 | 2024-10-14T19:48:43.858Z | Checking futures-core v0.3.30 |
592 | 2024-10-14T19:48:43.900Z | Checking iana-time-zone v0.1.60 |
593 | 2024-10-14T19:48:44.028Z | Compiling semver v1.0.23 |
594 | 2024-10-14T19:48:44.122Z | Checking rand_core v0.6.4 |
595 | 2024-10-14T19:48:44.197Z | Checking futures-sink v0.3.30 |
596 | 2024-10-14T19:48:44.359Z | Compiling slog v2.7.0 |
597 | 2024-10-14T19:48:44.390Z | Compiling ucd-trie v0.1.6 |
598 | 2024-10-14T19:48:44.542Z | Checking dyn-clone v1.0.17 |
599 | 2024-10-14T19:48:44.580Z | Compiling heck v0.5.0 |
600 | 2024-10-14T19:48:44.671Z | Checking subtle v2.5.0 |
601 | 2024-10-14T19:48:44.859Z | Checking futures-channel v0.3.30 |
602 | 2024-10-14T19:48:44.879Z | Checking futures-task v0.3.30 |
603 | 2024-10-14T19:48:44.897Z | Compiling rustversion v1.0.17 |
604 | 2024-10-14T19:48:44.916Z | Checking futures-io v0.3.30 |
605 | 2024-10-14T19:48:45.089Z | Checking pin-utils v0.1.0 |
606 | 2024-10-14T19:48:45.166Z | Compiling syn v1.0.109 |
607 | 2024-10-14T19:48:45.306Z | Compiling openssl v0.10.66 |
608 | 2024-10-14T19:48:45.455Z | Compiling aho-corasick v1.1.3 |
609 | 2024-10-14T19:48:45.729Z | Compiling regex-syntax v0.8.4 |
610 | 2024-10-14T19:48:46.036Z | Compiling ring v0.17.8 |
611 | 2024-10-14T19:48:46.679Z | Compiling openssl-sys v0.9.103 |
612 | 2024-10-14T19:48:46.962Z | Compiling heck v0.4.1 |
613 | 2024-10-14T19:48:47.878Z | Compiling native-tls v0.2.11 |
614 | 2024-10-14T19:48:48.181Z | Compiling rustls v0.23.10 |
615 | 2024-10-14T19:48:48.233Z | Checking spin v0.9.8 |
616 | 2024-10-14T19:48:48.454Z | Compiling num-conv v0.1.0 |
617 | 2024-10-14T19:48:48.650Z | Compiling serde_derive_internals v0.29.1 |
618 | 2024-10-14T19:48:48.687Z | Compiling regex-automata v0.4.6 |
619 | 2024-10-14T19:48:49.247Z | Checking untrusted v0.9.0 |
620 | 2024-10-14T19:48:49.386Z | Compiling time-core v0.1.2 |
621 | 2024-10-14T19:48:49.509Z | Compiling anyhow v1.0.89 |
622 | 2024-10-14T19:48:50.285Z | Compiling time-macros v0.2.18 |
623 | 2024-10-14T19:48:50.481Z | Checking tracing-core v0.1.32 |
624 | 2024-10-14T19:48:50.511Z | Checking crypto-common v0.1.6 |
625 | 2024-10-14T19:48:50.679Z | Compiling thread-id v4.2.1 |
626 | 2024-10-14T19:48:51.113Z | Compiling camino v1.1.9 |
627 | 2024-10-14T19:48:51.170Z | Checking percent-encoding v2.3.1 |
628 | 2024-10-14T19:48:51.345Z | Checking rustls-pki-types v1.7.0 |
629 | 2024-10-14T19:48:51.700Z | Compiling regex v1.10.6 |
630 | 2024-10-14T19:48:51.761Z | Checking form_urlencoded v1.2.1 |
631 | 2024-10-14T19:48:51.933Z | Checking tinyvec_macros v0.1.1 |
632 | 2024-10-14T19:48:52.014Z | Checking tinyvec v1.6.0 |
633 | 2024-10-14T19:48:52.537Z | Checking ppv-lite86 v0.2.17 |
634 | 2024-10-14T19:48:52.558Z | Checking atomic-waker v1.1.2 |
635 | 2024-10-14T19:48:52.678Z | Checking zeroize v1.7.0 |
636 | 2024-10-14T19:48:52.984Z | Compiling serde_derive v1.0.210 |
637 | 2024-10-14T19:48:53.185Z | Compiling zerocopy-derive v0.7.34 |
638 | 2024-10-14T19:48:53.188Z | Compiling thiserror-impl v1.0.64 |
639 | 2024-10-14T19:48:53.401Z | Compiling tokio-macros v2.4.0 |
640 | 2024-10-14T19:48:54.829Z | Compiling schemars_derive v0.8.21 |
641 | 2024-10-14T19:48:55.071Z | Compiling zerocopy v0.7.34 |
642 | 2024-10-14T19:48:56.100Z | Compiling futures-macro v0.3.30 |
643 | 2024-10-14T19:48:57.010Z | Compiling hashbrown v0.14.5 |
644 | 2024-10-14T19:48:57.601Z | Compiling pest v2.7.10 |
645 | 2024-10-14T19:48:57.624Z | Compiling openssl-macros v0.1.1 |
646 | 2024-10-14T19:48:57.912Z | Checking futures-util v0.3.30 |
647 | 2024-10-14T19:48:58.092Z | Compiling scroll_derive v0.12.0 |
648 | 2024-10-14T19:48:58.268Z | Compiling tracing-attributes v0.1.27 |
649 | 2024-10-14T19:48:58.379Z | Compiling regress v0.10.1 |
650 | 2024-10-14T19:48:59.353Z | Compiling scroll v0.12.0 |
651 | 2024-10-14T19:48:59.928Z | Compiling pest_meta v2.7.10 |
652 | 2024-10-14T19:49:01.330Z | Compiling pest_generator v2.7.10 |
653 | 2024-10-14T19:49:01.470Z | Checking tracing v0.1.40 |
654 | 2024-10-14T19:49:01.775Z | Checking unicode-normalization v0.1.23 |
655 | 2024-10-14T19:49:02.669Z | Checking rand_chacha v0.3.1 |
656 | 2024-10-14T19:49:02.852Z | Compiling usdt-impl v0.5.0 |
657 | 2024-10-14T19:49:02.872Z | Checking unicode-bidi v0.3.15 |
658 | 2024-10-14T19:49:03.016Z | Checking try-lock v0.2.5 |
659 | 2024-10-14T19:49:03.104Z | Compiling plain v0.2.3 |
660 | 2024-10-14T19:49:03.140Z | Checking want v0.3.1 |
661 | 2024-10-14T19:49:03.253Z | Compiling goblin v0.8.2 |
662 | 2024-10-14T19:49:03.309Z | Checking rand v0.8.5 |
663 | 2024-10-14T19:49:03.350Z | Compiling strum_macros v0.26.2 |
664 | 2024-10-14T19:49:03.454Z | Checking base64 v0.22.1 |
665 | 2024-10-14T19:49:03.915Z | Checking httpdate v1.0.3 |
666 | 2024-10-14T19:49:03.934Z | Compiling pest_derive v2.7.10 |
667 | 2024-10-14T19:49:04.153Z | Compiling pretty-hex v0.4.1 |
668 | 2024-10-14T19:49:04.236Z | Checking idna v0.5.0 |
669 | 2024-10-14T19:49:04.389Z | Checking cpufeatures v0.2.12 |
670 | 2024-10-14T19:49:04.482Z | Compiling strsim v0.11.1 |
671 | 2024-10-14T19:49:04.726Z | Compiling dtrace-parser v0.2.0 |
672 | 2024-10-14T19:49:04.963Z | Checking bytes v1.7.2 |
673 | 2024-10-14T19:49:05.178Z | Checking bitflags v2.6.0 |
674 | 2024-10-14T19:49:05.488Z | Checking chrono v0.4.38 |
675 | 2024-10-14T19:49:06.530Z | Compiling indexmap v2.5.0 |
676 | 2024-10-14T19:49:06.586Z | Checking tokio v1.39.3 |
677 | 2024-10-14T19:49:06.816Z | Checking uuid v1.10.0 |
678 | 2024-10-14T19:49:07.384Z | Compiling serde_tokenstream v0.2.2 |
679 | 2024-10-14T19:49:07.922Z | Compiling http v1.1.0 |
680 | 2024-10-14T19:49:08.560Z | Checking rustls-webpki v0.102.4 |
681 | 2024-10-14T19:49:09.080Z | Compiling openapiv3 v2.0.0 |
682 | 2024-10-14T19:49:09.213Z | Compiling dof v0.3.0 |
683 | 2024-10-14T19:49:09.347Z | Compiling omicron-workspace-hack v0.1.0 |
684 | 2024-10-14T19:49:09.655Z | Compiling unsafe-libyaml v0.2.11 |
685 | 2024-10-14T19:49:09.771Z | Checking http-body v1.0.1 |
686 | 2024-10-14T19:49:09.960Z | Checking tower-service v0.3.2 |
687 | 2024-10-14T19:49:10.946Z | Compiling serde_yaml v0.9.34+deprecated |
688 | 2024-10-14T19:49:11.335Z | Compiling toml_datetime v0.6.8 |
689 | 2024-10-14T19:49:11.403Z | Checking url v2.5.0 |
690 | 2024-10-14T19:49:11.436Z | Compiling async-trait v0.1.83 |
691 | 2024-10-14T19:49:11.786Z | Checking block-buffer v0.10.4 |
692 | 2024-10-14T19:49:11.984Z | Compiling rustls v0.22.4 |
693 | 2024-10-14T19:49:12.216Z | Compiling typify-impl v0.2.0 |
694 | 2024-10-14T19:49:12.293Z | Checking foreign-types-shared v0.1.1 |
695 | 2024-10-14T19:49:12.613Z | Checking foreign-types v0.3.2 |
696 | 2024-10-14T19:49:12.729Z | Checking digest v0.10.7 |
697 | 2024-10-14T19:49:13.085Z | Checking http-body-util v0.1.2 |
698 | 2024-10-14T19:49:13.578Z | Checking encoding_rs v0.8.34 |
699 | 2024-10-14T19:49:13.645Z | Checking tokio-util v0.7.11 |
700 | 2024-10-14T19:49:13.832Z | Compiling ident_case v1.0.1 |
701 | 2024-10-14T19:49:14.012Z | Compiling slog-async v2.8.0 |
702 | 2024-10-14T19:49:14.492Z | Checking h2 v0.4.6 |
703 | 2024-10-14T19:49:14.588Z | Compiling crossbeam-utils v0.8.19 |
704 | 2024-10-14T19:49:14.657Z | Checking mime v0.3.17 |
705 | 2024-10-14T19:49:14.938Z | Compiling paste v1.0.15 |
706 | 2024-10-14T19:49:15.181Z | Compiling darling_core v0.20.9 |
707 | 2024-10-14T19:49:15.202Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-10-14T19:49:15.477Z | Compiling usdt-macro v0.5.0 |
709 | 2024-10-14T19:49:16.305Z | Checking serde_urlencoded v0.7.1 |
710 | 2024-10-14T19:49:16.684Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-10-14T19:49:16.908Z | Compiling multer v3.1.0 |
712 | 2024-10-14T19:49:16.955Z | Checking openssl-probe v0.1.5 |
713 | 2024-10-14T19:49:17.393Z | Compiling rustix v0.38.34 |
714 | 2024-10-14T19:49:18.656Z | Checking hyper v1.4.1 |
715 | 2024-10-14T19:49:19.063Z | Compiling async-stream-impl v0.3.5 |
716 | 2024-10-14T19:49:20.442Z | Checking errno v0.3.9 |
717 | 2024-10-14T19:49:20.719Z | Checking ipnet v2.9.0 |
718 | 2024-10-14T19:49:20.721Z | Checking hyper-util v0.1.9 |
719 | 2024-10-14T19:49:20.997Z | Checking powerfmt v0.2.0 |
720 | 2024-10-14T19:49:21.197Z | Compiling darling_macro v0.20.9 |
721 | 2024-10-14T19:49:21.252Z | Checking deranged v0.3.11 |
722 | 2024-10-14T19:49:21.271Z | Checking tokio-native-tls v0.3.1 |
723 | 2024-10-14T19:49:22.171Z | Compiling darling v0.20.9 |
724 | 2024-10-14T19:49:22.272Z | Checking serde_spanned v0.6.7 |
725 | 2024-10-14T19:49:22.359Z | Checking futures-executor v0.3.30 |
726 | 2024-10-14T19:49:22.455Z | Checking webpki-roots v0.26.3 |
727 | 2024-10-14T19:49:22.994Z | Checking is-terminal v0.4.12 |
728 | 2024-10-14T19:49:23.015Z | Checking tokio-rustls v0.26.0 |
729 | 2024-10-14T19:49:23.103Z | Compiling dropshot v0.12.0 |
730 | 2024-10-14T19:49:23.366Z | Checking num_threads v0.1.7 |
731 | 2024-10-14T19:49:23.475Z | Checking hyper-rustls v0.27.3 |
732 | 2024-10-14T19:49:23.517Z | Checking time v0.3.36 |
733 | 2024-10-14T19:49:23.520Z | Checking futures v0.3.30 |
734 | 2024-10-14T19:49:23.574Z | Checking hyper-tls v0.6.0 |
735 | 2024-10-14T19:49:23.596Z | Compiling serde_with_macros v3.9.0 |
736 | 2024-10-14T19:49:23.835Z | Checking sha1 v0.10.6 |
737 | 2024-10-14T19:49:23.877Z | Compiling dropshot_endpoint v0.12.0 |
738 | 2024-10-14T19:49:24.095Z | Checking strum v0.26.2 |
739 | 2024-10-14T19:49:24.292Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-10-14T19:49:24.730Z | Checking sync_wrapper v1.0.1 |
741 | 2024-10-14T19:49:26.067Z | Checking reqwest v0.12.7 |
742 | 2024-10-14T19:49:26.087Z | Compiling typify-macro v0.2.0 |
743 | 2024-10-14T19:49:26.959Z | Compiling structmeta v0.3.0 |
744 | 2024-10-14T19:49:27.283Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-10-14T19:49:27.718Z | Checking match_cfg v0.1.0 |
746 | 2024-10-14T19:49:27.859Z | Checking winnow v0.6.18 |
747 | 2024-10-14T19:49:27.932Z | Checking hostname v0.3.1 |
748 | 2024-10-14T19:49:28.088Z | Checking progenitor-client v0.8.0 |
749 | 2024-10-14T19:49:28.372Z | Checking dirs-next v2.0.0 |
750 | 2024-10-14T19:49:28.518Z | Compiling parse-display-derive v0.10.0 |
751 | 2024-10-14T19:49:29.187Z | Checking ipnetwork v0.20.0 |
752 | 2024-10-14T19:49:29.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
753 | 2024-10-14T19:49:29.590Z | Checking thread_local v1.1.8 |
754 | 2024-10-14T19:49:30.027Z | Compiling typify v0.2.0 |
755 | 2024-10-14T19:49:30.149Z | Compiling progenitor-impl v0.8.0 |
756 | 2024-10-14T19:49:30.900Z | Checking term v0.7.0 |
757 | 2024-10-14T19:49:31.331Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-10-14T19:49:31.623Z | Checking memmap v0.7.0 |
759 | 2024-10-14T19:49:31.824Z | Checking take_mut v0.2.2 |
760 | 2024-10-14T19:49:32.262Z | Checking usdt v0.5.0 |
761 | 2024-10-14T19:49:32.334Z | Checking slog-term v2.9.1 |
762 | 2024-10-14T19:49:32.430Z | Checking toml_edit v0.22.20 |
763 | 2024-10-14T19:49:32.487Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-10-14T19:49:33.171Z | Checking slog-json v2.6.1 |
765 | 2024-10-14T19:49:34.234Z | Checking debug-ignore v1.0.5 |
766 | 2024-10-14T19:49:34.370Z | Compiling winnow v0.5.40 |
767 | 2024-10-14T19:49:35.165Z | Checking toml v0.8.19 |
768 | 2024-10-14T19:49:35.942Z | Checking slog-bunyan v2.5.0 |
769 | 2024-10-14T19:49:36.595Z | Checking async-stream v0.3.5 |
770 | 2024-10-14T19:49:36.760Z | Compiling progenitor-macro v0.8.0 |
771 | 2024-10-14T19:49:36.876Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-10-14T19:49:36.944Z | Checking tokio-rustls v0.25.0 |
773 | 2024-10-14T19:49:36.999Z | Checking waitgroup v0.1.2 |
774 | 2024-10-14T19:49:37.134Z | Checking hostname v0.4.0 |
775 | 2024-10-14T19:49:37.507Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
776 | 2024-10-14T19:49:37.694Z | Checking serde_with v3.9.0 |
777 | 2024-10-14T19:49:37.714Z | Checking newtype-uuid v1.1.0 |
778 | 2024-10-14T19:49:37.822Z | Compiling clap_derive v4.5.4 |
779 | 2024-10-14T19:49:37.953Z | Compiling toml_edit v0.19.15 |
780 | 2024-10-14T19:49:38.282Z | Checking unicode-width v0.1.14 |
781 | 2024-10-14T19:49:38.767Z | Checking utf8parse v0.2.1 |
782 | 2024-10-14T19:49:39.374Z | Checking anstyle-parse v0.2.4 |
783 | 2024-10-14T19:49:39.741Z | Checking hex v0.4.3 |
784 | 2024-10-14T19:49:41.060Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-10-14T19:49:41.153Z | Checking instant v0.1.12 |
786 | 2024-10-14T19:49:41.268Z | Checking anstyle-query v1.0.3 |
787 | 2024-10-14T19:49:41.396Z | Checking colorchoice v1.0.1 |
788 | 2024-10-14T19:49:41.630Z | Checking lazy_static v1.5.0 |
789 | 2024-10-14T19:49:41.651Z | Checking is_terminal_polyfill v1.70.0 |
790 | 2024-10-14T19:49:41.744Z | Checking anstyle v1.0.7 |
791 | 2024-10-14T19:49:41.883Z | Checking backoff v0.4.0 |
792 | 2024-10-14T19:49:42.083Z | Checking anstream v0.6.14 |
793 | 2024-10-14T19:49:42.160Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-10-14T19:49:42.308Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-10-14T19:49:42.328Z | Checking parse-display v0.10.0 |
796 | 2024-10-14T19:49:42.442Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-10-14T19:49:42.528Z | Checking terminal_size v0.3.0 |
798 | 2024-10-14T19:49:42.571Z | Checking macaddr v1.0.1 |
799 | 2024-10-14T19:49:42.688Z | Checking regress v0.9.1 |
800 | 2024-10-14T19:49:43.438Z | Checking num-integer v0.1.46 |
801 | 2024-10-14T19:49:43.982Z | Checking clap_lex v0.7.0 |
802 | 2024-10-14T19:49:44.061Z | Compiling unicode-xid v0.2.4 |
803 | 2024-10-14T19:49:44.188Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-10-14T19:49:44.229Z | Checking clap_builder v4.5.2 |
805 | 2024-10-14T19:49:47.023Z | Compiling heapless v0.8.0 |
806 | 2024-10-14T19:49:47.247Z | Checking clap v4.5.4 |
807 | 2024-10-14T19:49:47.589Z | Compiling num_enum_derive v0.5.11 |
808 | 2024-10-14T19:49:47.763Z | Checking num-bigint v0.4.5 |
809 | 2024-10-14T19:49:48.668Z | Checking hash32 v0.3.1 |
810 | 2024-10-14T19:49:48.853Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-10-14T19:49:49.188Z | Checking fastrand v2.1.0 |
812 | 2024-10-14T19:49:49.219Z | Checking bitflags v1.3.2 |
813 | 2024-10-14T19:49:49.346Z | Compiling smoltcp v0.11.0 |
814 | 2024-10-14T19:49:49.786Z | Checking stable_deref_trait v1.2.0 |
815 | 2024-10-14T19:49:49.913Z | Checking either v1.13.0 |
816 | 2024-10-14T19:49:49.976Z | Checking num_enum v0.5.11 |
817 | 2024-10-14T19:49:50.042Z | Checking num-rational v0.4.2 |
818 | 2024-10-14T19:49:50.110Z | Checking tempfile v3.10.1 |
819 | 2024-10-14T19:49:50.292Z | Compiling synstructure v0.12.6 |
820 | 2024-10-14T19:49:50.468Z | Checking num-iter v0.1.45 |
821 | 2024-10-14T19:49:50.622Z | Checking num-complex v0.4.6 |
822 | 2024-10-14T19:49:50.725Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-10-14T19:49:50.814Z | Checking managed v0.8.0 |
824 | 2024-10-14T19:49:51.052Z | Checking cobs v0.2.3 |
825 | 2024-10-14T19:49:51.154Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
826 | 2024-10-14T19:49:51.222Z | Checking postcard v1.0.9 |
827 | 2024-10-14T19:49:51.527Z | Checking num v0.4.3 |
828 | 2024-10-14T19:49:51.676Z | Checking progenitor v0.8.0 |
829 | 2024-10-14T19:49:51.755Z | Compiling zerocopy-derive v0.2.0 |
830 | 2024-10-14T19:49:51.869Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
831 | 2024-10-14T19:49:52.171Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-10-14T19:49:52.288Z | Compiling libz-sys v1.1.16 |
833 | 2024-10-14T19:49:52.985Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-10-14T19:49:53.273Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-10-14T19:49:53.591Z | Checking pretty-hex v0.2.1 |
836 | 2024-10-14T19:49:53.749Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-10-14T19:49:53.955Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
838 | 2024-10-14T19:49:54.124Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-10-14T19:49:54.339Z | Checking foreign-types v0.5.0 |
840 | 2024-10-14T19:49:55.724Z | Checking tabwriter v1.4.0 |
841 | 2024-10-14T19:49:55.979Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
842 | 2024-10-14T19:49:56.073Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
843 | 2024-10-14T19:49:56.619Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
844 | 2024-10-14T19:49:56.938Z | Checking cstr-argument v0.1.2 |
845 | 2024-10-14T19:49:56.941Z | Checking data-encoding v2.6.0 |
846 | 2024-10-14T19:49:56.977Z | Compiling prettyplease v0.2.22 |
847 | 2024-10-14T19:49:57.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-10-14T19:49:57.635Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-10-14T19:49:57.941Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-10-14T19:49:58.861Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-10-14T19:49:59.317Z | Checking colored v2.1.0 |
852 | 2024-10-14T19:50:00.401Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-10-14T19:50:00.716Z | Checking unicode-segmentation v1.11.0 |
854 | 2024-10-14T19:50:00.792Z | Checking static_assertions v1.1.0 |
855 | 2024-10-14T19:50:00.821Z | Checking is_ci v1.2.0 |
856 | 2024-10-14T19:50:01.063Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
857 | 2024-10-14T19:50:01.279Z | Checking float-ord v0.3.2 |
858 | 2024-10-14T19:50:01.334Z | Compiling semver v0.1.20 |
859 | 2024-10-14T19:50:01.352Z | Checking newline-converter v0.3.0 |
860 | 2024-10-14T19:50:01.420Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
861 | 2024-10-14T19:50:01.838Z | Compiling rustc_version v0.1.7 |
862 | 2024-10-14T19:50:03.138Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-10-14T19:50:04.538Z | Checking camino-tempfile v1.1.1 |
864 | 2024-10-14T19:50:04.561Z | Checking itertools v0.10.5 |
865 | 2024-10-14T19:50:04.776Z | Checking console v0.15.8 |
866 | 2024-10-14T19:50:05.344Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-10-14T19:50:06.318Z | Compiling num-derive v0.4.2 |
868 | 2024-10-14T19:50:06.653Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-10-14T19:50:07.845Z | Checking sigpipe v0.1.3 |
870 | 2024-10-14T19:50:07.956Z | Compiling usdt-impl v0.3.5 |
871 | 2024-10-14T19:50:08.281Z | Compiling owo-colors v4.1.0 |
872 | 2024-10-14T19:50:08.488Z | Checking similar v2.5.0 |
873 | 2024-10-14T19:50:08.611Z | Checking base64ct v1.6.0 |
874 | 2024-10-14T19:50:09.034Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
875 | 2024-10-14T19:50:09.176Z | Checking expectorate v1.1.0 |
876 | 2024-10-14T19:50:09.400Z | Checking password-hash v0.5.0 |
877 | 2024-10-14T19:50:09.709Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-10-14T19:50:09.854Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-10-14T19:50:09.964Z | Checking zone v0.3.0 |
880 | 2024-10-14T19:50:09.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-10-14T19:50:10.077Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-10-14T19:50:10.122Z | Compiling newtype_derive v0.1.6 |
883 | 2024-10-14T19:50:10.213Z | Checking supports-color v3.0.1 |
884 | 2024-10-14T19:50:10.351Z | Checking supports-color v2.1.0 |
885 | 2024-10-14T19:50:10.387Z | Compiling zerocopy v0.3.2 |
886 | 2024-10-14T19:50:10.432Z | Checking blake2 v0.10.6 |
887 | 2024-10-14T19:50:10.517Z | Compiling cargo-platform v0.1.8 |
888 | 2024-10-14T19:50:10.537Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-10-14T19:50:10.692Z | Checking smf v0.2.3 |
890 | 2024-10-14T19:50:10.803Z | Compiling serde_repr v0.1.19 |
891 | 2024-10-14T19:50:10.919Z | Compiling zerocopy-derive v0.6.6 |
892 | 2024-10-14T19:50:10.995Z | Compiling vergen v8.3.2 |
893 | 2024-10-14T19:50:11.129Z | Compiling cancel-safe-futures v0.1.5 |
894 | 2024-10-14T19:50:11.314Z | Checking base64 v0.21.7 |
895 | 2024-10-14T19:50:11.483Z | Checking whoami v1.5.1 |
896 | 2024-10-14T19:50:11.579Z | Checking fixedbitset v0.4.2 |
897 | 2024-10-14T19:50:11.825Z | Checking petgraph v0.6.5 |
898 | 2024-10-14T19:50:11.845Z | Checking hubpack v0.1.2 |
899 | 2024-10-14T19:50:11.895Z | Compiling dof v0.1.5 |
900 | 2024-10-14T19:50:12.169Z | Checking argon2 v0.5.3 |
901 | 2024-10-14T19:50:12.622Z | Compiling cargo_metadata v0.18.1 |
902 | 2024-10-14T19:50:12.855Z | Checking zerocopy v0.6.6 |
903 | 2024-10-14T19:50:14.348Z | Compiling rustc_version v0.4.0 |
904 | 2024-10-14T19:50:14.656Z | Checking serde-big-array v0.5.1 |
905 | 2024-10-14T19:50:14.874Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-10-14T19:50:14.891Z | Compiling strum_macros v0.25.3 |
907 | 2024-10-14T19:50:14.972Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-10-14T19:50:15.484Z | Compiling slog-dtrace v0.3.0 |
909 | 2024-10-14T19:50:15.813Z | Compiling cookie v0.18.1 |
910 | 2024-10-14T19:50:15.905Z | Compiling cfg_aliases v0.2.1 |
911 | 2024-10-14T19:50:15.992Z | Compiling convert_case v0.4.0 |
912 | 2024-10-14T19:50:16.512Z | Compiling rustls v0.21.12 |
913 | 2024-10-14T19:50:16.639Z | Compiling nix v0.29.0 |
914 | 2024-10-14T19:50:16.748Z | Compiling derive_more v0.99.18 |
915 | 2024-10-14T19:50:16.915Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
916 | 2024-10-14T19:50:17.092Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-10-14T19:50:17.467Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-10-14T19:50:18.176Z | Checking atomicwrites v0.4.4 |
919 | 2024-10-14T19:50:18.263Z | Checking itertools v0.13.0 |
920 | 2024-10-14T19:50:18.315Z | Checking libsw v3.3.1 |
921 | 2024-10-14T19:50:18.349Z | Checking rustls-webpki v0.101.7 |
922 | 2024-10-14T19:50:18.450Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
923 | 2024-10-14T19:50:18.553Z | Checking sct v0.7.1 |
924 | 2024-10-14T19:50:18.573Z | Compiling serde_tokenstream v0.1.7 |
925 | 2024-10-14T19:50:18.749Z | Checking idna v0.4.0 |
926 | 2024-10-14T19:50:19.032Z | Compiling derive-where v1.2.7 |
927 | 2024-10-14T19:50:19.092Z | Compiling enum-as-inner v0.6.0 |
928 | 2024-10-14T19:50:19.572Z | Checking inout v0.1.3 |
929 | 2024-10-14T19:50:19.758Z | Checking linked-hash-map v0.5.6 |
930 | 2024-10-14T19:50:20.067Z | Compiling radium v0.7.0 |
931 | 2024-10-14T19:50:20.142Z | Checking utf-8 v0.7.6 |
932 | 2024-10-14T19:50:20.337Z | Checking swrite v0.1.0 |
933 | 2024-10-14T19:50:20.501Z | Checking quick-error v1.2.3 |
934 | 2024-10-14T19:50:20.640Z | Checking highway v1.2.0 |
935 | 2024-10-14T19:50:20.974Z | Checking linear-map v1.2.0 |
936 | 2024-10-14T19:50:21.020Z | Checking indent_write v2.2.0 |
937 | 2024-10-14T19:50:21.223Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
938 | 2024-10-14T19:50:21.288Z | Checking resolv-conf v0.7.0 |
939 | 2024-10-14T19:50:21.652Z | Checking tungstenite v0.21.0 |
940 | 2024-10-14T19:50:22.146Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-10-14T19:50:22.509Z | Checking hickory-proto v0.24.1 |
942 | 2024-10-14T19:50:22.528Z | Checking lru-cache v0.1.2 |
943 | 2024-10-14T19:50:22.699Z | Checking cipher v0.4.4 |
944 | 2024-10-14T19:50:23.005Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-10-14T19:50:23.672Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-10-14T19:50:25.016Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-10-14T19:50:26.002Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-10-14T19:50:26.186Z | Checking steno v0.4.1 |
949 | 2024-10-14T19:50:27.456Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-10-14T19:50:27.648Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-10-14T19:50:28.117Z | Checking hashlink v0.9.1 |
952 | 2024-10-14T19:50:28.136Z | Checking humantime v2.1.0 |
953 | 2024-10-14T19:50:28.293Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2024-10-14T19:50:28.344Z | Compiling rayon-core v1.12.1 |
955 | 2024-10-14T19:50:28.401Z | Checking fallible-iterator v0.3.0 |
956 | 2024-10-14T19:50:28.478Z | Checking tap v1.0.1 |
957 | 2024-10-14T19:50:28.522Z | Checking fallible-streaming-iterator v0.1.9 |
958 | 2024-10-14T19:50:28.636Z | Checking wyz v0.5.1 |
959 | 2024-10-14T19:50:28.639Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
960 | 2024-10-14T19:50:28.707Z | Checking crossbeam-deque v0.8.5 |
961 | 2024-10-14T19:50:28.966Z | Checking rusqlite v0.32.1 |
962 | 2024-10-14T19:50:28.991Z | Checking tokio-rustls v0.24.1 |
963 | 2024-10-14T19:50:29.030Z | Checking hickory-resolver v0.24.1 |
964 | 2024-10-14T19:50:29.186Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-10-14T19:50:29.655Z | Compiling usdt-macro v0.3.5 |
966 | 2024-10-14T19:50:29.699Z | Compiling usdt-attr-macro v0.3.5 |
967 | 2024-10-14T19:50:30.426Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-10-14T19:50:30.522Z | Checking twox-hash v1.6.3 |
969 | 2024-10-14T19:50:30.610Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
970 | 2024-10-14T19:50:30.914Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-10-14T19:50:30.954Z | Checking universal-hash v0.5.1 |
972 | 2024-10-14T19:50:31.026Z | Checking atty v0.2.14 |
973 | 2024-10-14T19:50:31.089Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
974 | 2024-10-14T19:50:31.124Z | Checking funty v2.0.0 |
975 | 2024-10-14T19:50:31.405Z | Checking opaque-debug v0.3.1 |
976 | 2024-10-14T19:50:31.495Z | Checking polyval v0.6.2 |
977 | 2024-10-14T19:50:31.759Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
978 | 2024-10-14T19:50:32.018Z | Checking bitvec v1.0.1 |
979 | 2024-10-14T19:50:32.463Z | Checking usdt v0.3.5 |
980 | 2024-10-14T19:50:32.651Z | Checking ctr v0.9.2 |
981 | 2024-10-14T19:50:32.904Z | Checking aes v0.8.4 |
982 | 2024-10-14T19:50:33.189Z | Checking num_enum v0.7.2 |
983 | 2024-10-14T19:50:33.265Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
984 | 2024-10-14T19:50:33.350Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
985 | 2024-10-14T19:50:33.690Z | Checking bincode v1.3.3 |
986 | 2024-10-14T19:50:33.727Z | Checking aead v0.5.2 |
987 | 2024-10-14T19:50:33.806Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
988 | 2024-10-14T19:50:33.826Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
989 | 2024-10-14T19:50:33.932Z | Checking aes-gcm-siv v0.11.1 |
990 | 2024-10-14T19:50:34.150Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
991 | 2024-10-14T19:50:34.170Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
992 | 2024-10-14T19:50:34.198Z | Checking rayon v1.10.0 |
993 | 2024-10-14T19:50:34.473Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
994 | 2024-10-14T19:50:34.587Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
995 | 2024-10-14T19:50:34.687Z | Compiling bitstruct_derive v0.1.0 |
996 | 2024-10-14T19:50:34.961Z | Compiling async-recursion v1.1.1 |
997 | 2024-10-14T19:50:35.925Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
998 | 2024-10-14T19:50:35.981Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
999 | 2024-10-14T19:50:36.123Z | Checking ascii v1.1.0 |
1000 | 2024-10-14T19:50:36.459Z | Checking typeid v1.0.0 |
1001 | 2024-10-14T19:50:36.515Z | Compiling cfg_aliases v0.1.1 |
1002 | 2024-10-14T19:50:36.519Z | Checking toml v0.7.8 |
1003 | 2024-10-14T19:50:36.557Z | Checking ringbuffer v0.15.0 |
1004 | 2024-10-14T19:50:36.578Z | Checking erased-serde v0.4.5 |
1005 | 2024-10-14T19:50:36.612Z | Compiling nix v0.28.0 |
1006 | 2024-10-14T19:50:36.947Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1007 | 2024-10-14T19:50:37.241Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1008 | 2024-10-14T19:50:37.313Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-10-14T19:50:37.371Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1010 | 2024-10-14T19:50:37.464Z | Checking bitstruct v0.1.1 |
1011 | 2024-10-14T19:50:37.518Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1012 | 2024-10-14T19:50:37.538Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1013 | 2024-10-14T19:50:37.558Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1014 | 2024-10-14T19:50:37.560Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-10-14T19:50:37.812Z | Checking serde_arrays v0.1.0 |
1016 | 2024-10-14T19:50:37.900Z | Checking libloading v0.7.4 |
1017 | 2024-10-14T19:50:37.982Z | Compiling const_format_proc_macros v0.2.32 |
1018 | 2024-10-14T19:50:38.130Z | Checking kstat-rs v0.2.4 |
1019 | 2024-10-14T19:50:38.218Z | Compiling escargot v0.5.10 |
1020 | 2024-10-14T19:50:38.467Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1021 | 2024-10-14T19:50:38.608Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1022 | 2024-10-14T19:50:38.665Z | Checking ron v0.8.1 |
1023 | 2024-10-14T19:50:39.150Z | Checking xattr v1.3.1 |
1024 | 2024-10-14T19:50:39.372Z | Checking filetime v0.2.23 |
1025 | 2024-10-14T19:50:39.473Z | Checking bstr v1.9.1 |
1026 | 2024-10-14T19:50:39.508Z | Checking bit_field v0.10.2 |
1027 | 2024-10-14T19:50:39.741Z | Checking tar v0.4.40 |
1028 | 2024-10-14T19:50:39.907Z | Checking const_format v0.2.32 |
1029 | 2024-10-14T19:50:39.949Z | Checking ctrlc v3.4.4 |
1030 | 2024-10-14T19:50:40.275Z | Checking globset v0.4.14 |
1031 | 2024-10-14T19:50:40.373Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1032 | 2024-10-14T19:50:40.457Z | Checking fatfs v0.3.6 |
1033 | 2024-10-14T19:50:40.741Z | Checking glob v0.3.1 |
1034 | 2024-10-14T19:50:42.414Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1035 | 2024-10-14T19:50:43.153Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-10-14T19:50:43.545Z | Compiling git2 v0.19.0 |
1037 | 2024-10-14T19:50:44.385Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1038 | 2024-10-14T19:50:48.187Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1039 | 2024-10-14T19:50:48.916Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1040 | 2024-10-14T19:50:57.541Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1041 | 2024-10-14T19:51:02.818Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1042 | 2024-10-14T19:51:11.593Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1043 | 2024-10-14T19:51:11.596Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1044 | 2024-10-14T19:51:18.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s |
1045 | 2024-10-14T19:51:18.708Z | |
1046 | 2024-10-14T19:51:18.708Z | real 2:58.849639218 |
1047 | 2024-10-14T19:51:18.708Z | user 13:00.304430277 |
1048 | 2024-10-14T19:51:18.708Z | sys 3:04.624808104 |
1049 | 2024-10-14T19:51:18.708Z | trap 0.367707665 |
1050 | 2024-10-14T19:51:18.708Z | tflt 10.530040160 |
1051 | 2024-10-14T19:51:18.708Z | dflt 6.228761796 |
1052 | 2024-10-14T19:51:18.708Z | kflt 0.021486262 |
1053 | 2024-10-14T19:51:18.708Z | lock 17:20.195601704 |
1054 | 2024-10-14T19:51:18.708Z | slp 54:36.934407423 |
1055 | 2024-10-14T19:51:18.708Z | lat 52.504630754 |
1056 | 2024-10-14T19:51:18.710Z | stop 3:02.622561833 |
1057 | 2024-10-14T19:51:18.711Z | + ptime -m cargo clippy --features falcon --all-targets |
1058 | 2024-10-14T19:51:19.237Z | Downloading crates ... |
1059 | 2024-10-14T19:51:19.424Z | Downloaded mockall v0.12.1 |
1060 | 2024-10-14T19:51:19.438Z | Downloaded termtree v0.4.1 |
1061 | 2024-10-14T19:51:19.441Z | Downloaded predicates-core v1.0.6 |
1062 | 2024-10-14T19:51:19.441Z | Downloaded downcast v0.11.0 |
1063 | 2024-10-14T19:51:19.444Z | Downloaded predicates-tree v1.0.9 |
1064 | 2024-10-14T19:51:19.446Z | Downloaded serde_test v1.0.176 |
1065 | 2024-10-14T19:51:19.446Z | Downloaded bytemuck v1.16.0 |
1066 | 2024-10-14T19:51:19.449Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-10-14T19:51:19.451Z | Downloaded arc-swap v1.7.1 |
1068 | 2024-10-14T19:51:19.455Z | Downloaded slog-stdlog v4.1.1 |
1069 | 2024-10-14T19:51:19.457Z | Downloaded slog-scope v4.4.0 |
1070 | 2024-10-14T19:51:19.461Z | Downloaded fdeflate v0.3.4 |
1071 | 2024-10-14T19:51:19.461Z | Downloaded crc32fast v1.4.0 |
1072 | 2024-10-14T19:51:19.464Z | Downloaded predicates v3.1.0 |
1073 | 2024-10-14T19:51:19.464Z | Downloaded fragile v2.0.0 |
1074 | 2024-10-14T19:51:19.466Z | Downloaded simd-adler32 v0.3.7 |
1075 | 2024-10-14T19:51:19.469Z | Downloaded mockall_derive v0.12.1 |
1076 | 2024-10-14T19:51:19.471Z | Downloaded miniz_oxide v0.7.2 |
1077 | 2024-10-14T19:51:19.474Z | Downloaded png v0.17.13 |
1078 | 2024-10-14T19:51:19.477Z | Downloaded flate2 v1.0.30 |
1079 | 2024-10-14T19:51:20.003Z | Downloaded image v0.25.1 |
1080 | 2024-10-14T19:51:20.300Z | Checking log v0.4.22 |
1081 | 2024-10-14T19:51:20.304Z | Checking tokio v1.39.3 |
1082 | 2024-10-14T19:51:20.345Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1083 | 2024-10-14T19:51:20.356Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1084 | 2024-10-14T19:51:20.356Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-10-14T19:51:20.375Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1086 | 2024-10-14T19:51:20.379Z | Compiling crc32fast v1.4.0 |
1087 | 2024-10-14T19:51:20.380Z | Checking simd-adler32 v0.3.7 |
1088 | 2024-10-14T19:51:20.517Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1089 | 2024-10-14T19:51:20.571Z | Checking native-tls v0.2.11 |
1090 | 2024-10-14T19:51:20.601Z | Checking goblin v0.8.2 |
1091 | 2024-10-14T19:51:20.614Z | Checking typify-impl v0.2.0 |
1092 | 2024-10-14T19:51:20.717Z | Checking rustls v0.22.4 |
1093 | 2024-10-14T19:51:20.851Z | Checking tungstenite v0.21.0 |
1094 | 2024-10-14T19:51:20.863Z | Checking rustls v0.21.12 |
1095 | 2024-10-14T19:51:20.882Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1096 | 2024-10-14T19:51:20.915Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1097 | 2024-10-14T19:51:21.287Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1098 | 2024-10-14T19:51:21.633Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1099 | 2024-10-14T19:51:21.716Z | Checking adler v1.0.2 |
1100 | 2024-10-14T19:51:21.864Z | Checking miniz_oxide v0.7.2 |
1101 | 2024-10-14T19:51:22.324Z | Checking arc-swap v1.7.1 |
1102 | 2024-10-14T19:51:22.626Z | Checking flate2 v1.0.30 |
1103 | 2024-10-14T19:51:22.749Z | Checking slog-scope v4.4.0 |
1104 | 2024-10-14T19:51:22.929Z | Checking fdeflate v0.3.4 |
1105 | 2024-10-14T19:51:23.073Z | Checking typify v0.2.0 |
1106 | 2024-10-14T19:51:23.200Z | Checking progenitor-impl v0.8.0 |
1107 | 2024-10-14T19:51:23.316Z | Checking slog-stdlog v4.1.1 |
1108 | 2024-10-14T19:51:23.419Z | Checking png v0.17.13 |
1109 | 2024-10-14T19:51:23.478Z | Checking bytemuck v1.16.0 |
1110 | 2024-10-14T19:51:23.913Z | Checking predicates-core v1.0.6 |
1111 | 2024-10-14T19:51:23.994Z | Checking slog-envlogger v2.2.0 |
1112 | 2024-10-14T19:51:24.075Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1113 | 2024-10-14T19:51:24.201Z | Checking termtree v0.4.1 |
1114 | 2024-10-14T19:51:24.286Z | Checking predicates v3.1.0 |
1115 | 2024-10-14T19:51:24.419Z | Checking predicates-tree v1.0.9 |
1116 | 2024-10-14T19:51:24.566Z | Compiling mockall_derive v0.12.1 |
1117 | 2024-10-14T19:51:24.697Z | Checking image v0.25.1 |
1118 | 2024-10-14T19:51:24.842Z | Checking wait-timeout v0.2.0 |
1119 | 2024-10-14T19:51:24.866Z | Checking fragile v2.0.0 |
1120 | 2024-10-14T19:51:25.007Z | Checking bit-vec v0.6.3 |
1121 | 2024-10-14T19:51:25.105Z | Checking downcast v0.11.0 |
1122 | 2024-10-14T19:51:25.261Z | Checking rusty-fork v0.3.0 |
1123 | 2024-10-14T19:51:25.296Z | Checking globset v0.4.14 |
1124 | 2024-10-14T19:51:25.307Z | Checking bit-set v0.5.3 |
1125 | 2024-10-14T19:51:25.439Z | Checking escargot v0.5.10 |
1126 | 2024-10-14T19:51:25.656Z | Checking fatfs v0.3.6 |
1127 | 2024-10-14T19:51:25.672Z | Checking dof v0.3.0 |
1128 | 2024-10-14T19:51:25.828Z | Checking rand_xorshift v0.3.0 |
1129 | 2024-10-14T19:51:25.989Z | Checking unarray v0.1.4 |
1130 | 2024-10-14T19:51:25.992Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1131 | 2024-10-14T19:51:26.126Z | Checking proptest v1.5.0 |
1132 | 2024-10-14T19:51:26.252Z | Checking usdt-impl v0.5.0 |
1133 | 2024-10-14T19:51:26.494Z | Checking serde_test v1.0.176 |
1134 | 2024-10-14T19:51:26.560Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1135 | 2024-10-14T19:51:26.736Z | Checking usdt v0.5.0 |
1136 | 2024-10-14T19:51:26.971Z | Checking slog-dtrace v0.3.0 |
1137 | 2024-10-14T19:51:27.508Z | Checking tokio-util v0.7.11 |
1138 | 2024-10-14T19:51:27.660Z | Checking tokio-native-tls v0.3.1 |
1139 | 2024-10-14T19:51:27.908Z | Checking tokio-rustls v0.26.0 |
1140 | 2024-10-14T19:51:27.935Z | Checking tokio-rustls v0.25.0 |
1141 | 2024-10-14T19:51:27.948Z | Checking backoff v0.4.0 |
1142 | 2024-10-14T19:51:28.022Z | Checking tokio-tungstenite v0.21.0 |
1143 | 2024-10-14T19:51:28.123Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1144 | 2024-10-14T19:51:28.224Z | Checking zone v0.3.0 |
1145 | 2024-10-14T19:51:28.274Z | Checking cancel-safe-futures v0.1.5 |
1146 | 2024-10-14T19:51:28.291Z | Checking libsw v3.3.1 |
1147 | 2024-10-14T19:51:28.303Z | Checking h2 v0.4.6 |
1148 | 2024-10-14T19:51:28.370Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1149 | 2024-10-14T19:51:28.473Z | Checking hickory-proto v0.24.1 |
1150 | 2024-10-14T19:51:28.537Z | Checking steno v0.4.1 |
1151 | 2024-10-14T19:51:28.695Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1152 | 2024-10-14T19:51:29.054Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1153 | 2024-10-14T19:51:30.005Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1154 | 2024-10-14T19:51:30.248Z | Checking tokio-rustls v0.24.1 |
1155 | 2024-10-14T19:51:30.291Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1156 | 2024-10-14T19:51:30.519Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1157 | 2024-10-14T19:51:31.725Z | Checking mockall v0.12.1 |
1158 | 2024-10-14T19:51:32.042Z | Checking hickory-resolver v0.24.1 |
1159 | 2024-10-14T19:51:32.370Z | Checking hyper v1.4.1 |
1160 | 2024-10-14T19:51:33.654Z | Checking hyper-util v0.1.9 |
1161 | 2024-10-14T19:51:34.695Z | Checking hyper-tls v0.6.0 |
1162 | 2024-10-14T19:51:34.695Z | Checking hyper-rustls v0.27.3 |
1163 | 2024-10-14T19:51:34.697Z | Checking dropshot v0.12.0 |
1164 | 2024-10-14T19:51:34.903Z | Checking reqwest v0.12.7 |
1165 | 2024-10-14T19:51:35.941Z | Checking progenitor-client v0.8.0 |
1166 | 2024-10-14T19:51:36.136Z | Checking progenitor v0.8.0 |
1167 | 2024-10-14T19:51:36.264Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1168 | 2024-10-14T19:51:36.264Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1169 | 2024-10-14T19:51:36.267Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-10-14T19:51:36.267Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1171 | 2024-10-14T19:51:37.228Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1172 | 2024-10-14T19:51:38.260Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1173 | 2024-10-14T19:51:40.016Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-10-14T19:51:41.996Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1175 | 2024-10-14T19:51:46.190Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-10-14T19:51:46.193Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-10-14T19:51:46.193Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-10-14T19:51:46.193Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-10-14T19:51:47.782Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-10-14T19:51:48.184Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-10-14T19:51:48.243Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-10-14T19:51:48.243Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-10-14T19:51:48.888Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-10-14T19:51:49.135Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-10-14T19:51:49.154Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-10-14T19:51:58.474Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-10-14T19:52:03.735Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-10-14T19:52:04.331Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1189 | 2024-10-14T19:52:08.143Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1190 | 2024-10-14T19:52:21.672Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1191 | 2024-10-14T19:52:21.675Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1192 | 2024-10-14T19:52:30.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1193 | 2024-10-14T19:52:31.010Z | |
1194 | 2024-10-14T19:52:31.010Z | real 1:12.288962870 |
1195 | 2024-10-14T19:52:31.010Z | user 2:59.197839595 |
1196 | 2024-10-14T19:52:31.010Z | sys 31.512299633 |
1197 | 2024-10-14T19:52:31.010Z | trap 0.065124741 |
1198 | 2024-10-14T19:52:31.010Z | tflt 0.157506774 |
1199 | 2024-10-14T19:52:31.010Z | dflt 0.102758311 |
1200 | 2024-10-14T19:52:31.010Z | kflt 0.000013818 |
1201 | 2024-10-14T19:52:31.010Z | lock 4:17.916551642 |
1202 | 2024-10-14T19:52:31.010Z | slp 10:14.410579187 |
1203 | 2024-10-14T19:52:31.010Z | lat 4.197780766 |
1204 | 2024-10-14T19:52:31.012Z | stop 12.169653989 |
1205 | 2024-10-14T19:52:31.012Z | + banner build |
1206 | 2024-10-14T19:52:31.012Z | |
1207 | 2024-10-14T19:52:31.012Z | ##### # # # # ##### |
1208 | 2024-10-14T19:52:31.012Z | # # # # # # # # |
1209 | 2024-10-14T19:52:31.012Z | ##### # # # # # # |
1210 | 2024-10-14T19:52:31.012Z | # # # # # # # # |
1211 | 2024-10-14T19:52:31.013Z | # # # # # # # # |
1212 | 2024-10-14T19:52:31.013Z | ##### #### # ###### ##### |
1213 | 2024-10-14T19:52:31.013Z | |
1214 | 2024-10-14T19:52:31.013Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1215 | 2024-10-14T19:52:31.784Z | Compiling proc-macro2 v1.0.86 |
1216 | 2024-10-14T19:52:31.784Z | Compiling unicode-ident v1.0.13 |
1217 | 2024-10-14T19:52:31.784Z | Compiling libc v0.2.159 |
1218 | 2024-10-14T19:52:31.787Z | Compiling serde v1.0.210 |
1219 | 2024-10-14T19:52:31.787Z | Compiling version_check v0.9.5 |
1220 | 2024-10-14T19:52:31.787Z | Compiling once_cell v1.19.0 |
1221 | 2024-10-14T19:52:31.787Z | Compiling autocfg v1.3.0 |
1222 | 2024-10-14T19:52:31.810Z | Compiling cfg-if v1.0.0 |
1223 | 2024-10-14T19:52:31.960Z | Compiling thiserror v1.0.64 |
1224 | 2024-10-14T19:52:32.016Z | Compiling memchr v2.7.2 |
1225 | 2024-10-14T19:52:32.185Z | Compiling libm v0.2.8 |
1226 | 2024-10-14T19:52:32.415Z | Compiling ahash v0.8.11 |
1227 | 2024-10-14T19:52:32.474Z | Compiling byteorder v1.5.0 |
1228 | 2024-10-14T19:52:32.558Z | Compiling itoa v1.0.11 |
1229 | 2024-10-14T19:52:32.760Z | Compiling lock_api v0.4.12 |
1230 | 2024-10-14T19:52:32.790Z | Compiling parking_lot_core v0.9.10 |
1231 | 2024-10-14T19:52:33.138Z | Compiling ryu v1.0.18 |
1232 | 2024-10-14T19:52:33.392Z | Compiling serde_json v1.0.128 |
1233 | 2024-10-14T19:52:33.403Z | Compiling slab v0.4.9 |
1234 | 2024-10-14T19:52:33.545Z | Compiling quote v1.0.37 |
1235 | 2024-10-14T19:52:33.777Z | Compiling pkg-config v0.3.30 |
1236 | 2024-10-14T19:52:33.782Z | Compiling jobserver v0.1.31 |
1237 | 2024-10-14T19:52:34.000Z | Compiling syn v2.0.77 |
1238 | 2024-10-14T19:52:34.042Z | Compiling getrandom v0.2.14 |
1239 | 2024-10-14T19:52:34.092Z | Compiling cc v1.0.97 |
1240 | 2024-10-14T19:52:34.234Z | Compiling schemars v0.8.21 |
1241 | 2024-10-14T19:52:34.369Z | Compiling vcpkg v0.2.15 |
1242 | 2024-10-14T19:52:34.494Z | Compiling allocator-api2 v0.2.18 |
1243 | 2024-10-14T19:52:34.840Z | Compiling pin-project-lite v0.2.14 |
1244 | 2024-10-14T19:52:35.023Z | Compiling num-traits v0.2.19 |
1245 | 2024-10-14T19:52:35.169Z | Compiling log v0.4.22 |
1246 | 2024-10-14T19:52:35.264Z | Compiling smallvec v1.13.2 |
1247 | 2024-10-14T19:52:35.557Z | Compiling scopeguard v1.2.0 |
1248 | 2024-10-14T19:52:35.637Z | Compiling equivalent v1.0.1 |
1249 | 2024-10-14T19:52:35.728Z | Compiling typenum v1.17.0 |
1250 | 2024-10-14T19:52:35.731Z | Compiling mio v1.0.2 |
1251 | 2024-10-14T19:52:35.934Z | Compiling socket2 v0.5.7 |
1252 | 2024-10-14T19:52:36.408Z | Compiling parking_lot v0.12.2 |
1253 | 2024-10-14T19:52:36.714Z | Compiling signal-hook-registry v1.4.2 |
1254 | 2024-10-14T19:52:37.302Z | Compiling httparse v1.8.0 |
1255 | 2024-10-14T19:52:37.438Z | Compiling ring v0.17.8 |
1256 | 2024-10-14T19:52:37.601Z | Compiling generic-array v0.14.7 |
1257 | 2024-10-14T19:52:37.859Z | Compiling fnv v1.0.7 |
1258 | 2024-10-14T19:52:37.970Z | Compiling futures-core v0.3.30 |
1259 | 2024-10-14T19:52:38.207Z | Compiling openssl-sys v0.9.103 |
1260 | 2024-10-14T19:52:38.426Z | Compiling iana-time-zone v0.1.60 |
1261 | 2024-10-14T19:52:38.493Z | Compiling rand_core v0.6.4 |
1262 | 2024-10-14T19:52:38.506Z | Compiling slog v2.7.0 |
1263 | 2024-10-14T19:52:38.587Z | Compiling semver v1.0.23 |
1264 | 2024-10-14T19:52:38.623Z | Compiling ucd-trie v0.1.6 |
1265 | 2024-10-14T19:52:38.948Z | Compiling futures-sink v0.3.30 |
1266 | 2024-10-14T19:52:39.067Z | Compiling dyn-clone v1.0.17 |
1267 | 2024-10-14T19:52:39.106Z | Compiling heck v0.5.0 |
1268 | 2024-10-14T19:52:39.256Z | Compiling subtle v2.5.0 |
1269 | 2024-10-14T19:52:39.345Z | Compiling futures-channel v0.3.30 |
1270 | 2024-10-14T19:52:39.404Z | Compiling pin-utils v0.1.0 |
1271 | 2024-10-14T19:52:39.498Z | Compiling rustversion v1.0.17 |
1272 | 2024-10-14T19:52:39.520Z | Compiling futures-io v0.3.30 |
1273 | 2024-10-14T19:52:39.534Z | Compiling futures-task v0.3.30 |
1274 | 2024-10-14T19:52:39.537Z | Compiling syn v1.0.109 |
1275 | 2024-10-14T19:52:39.557Z | Compiling openssl v0.10.66 |
1276 | 2024-10-14T19:52:40.156Z | Compiling aho-corasick v1.1.3 |
1277 | 2024-10-14T19:52:40.493Z | Compiling rustls v0.23.10 |
1278 | 2024-10-14T19:52:40.934Z | Compiling serde_derive_internals v0.29.1 |
1279 | 2024-10-14T19:52:40.997Z | Compiling heck v0.4.1 |
1280 | 2024-10-14T19:52:41.369Z | Compiling regex-syntax v0.8.4 |
1281 | 2024-10-14T19:52:41.406Z | Compiling native-tls v0.2.11 |
1282 | 2024-10-14T19:52:43.075Z | Compiling spin v0.9.8 |
1283 | 2024-10-14T19:52:43.329Z | Compiling untrusted v0.9.0 |
1284 | 2024-10-14T19:52:43.513Z | Compiling time-core v0.1.2 |
1285 | 2024-10-14T19:52:43.674Z | Compiling num-conv v0.1.0 |
1286 | 2024-10-14T19:52:43.959Z | Compiling anyhow v1.0.89 |
1287 | 2024-10-14T19:52:44.474Z | Compiling time-macros v0.2.18 |
1288 | 2024-10-14T19:52:44.542Z | Compiling tracing-core v0.1.32 |
1289 | 2024-10-14T19:52:45.485Z | Compiling regex-automata v0.4.6 |
1290 | 2024-10-14T19:52:46.248Z | Compiling serde_derive v1.0.210 |
1291 | 2024-10-14T19:52:46.693Z | Compiling zerocopy-derive v0.7.34 |
1292 | 2024-10-14T19:52:46.757Z | Compiling thiserror-impl v1.0.64 |
1293 | 2024-10-14T19:52:47.083Z | Compiling tokio-macros v2.4.0 |
1294 | 2024-10-14T19:52:47.347Z | Compiling schemars_derive v0.8.21 |
1295 | 2024-10-14T19:52:48.644Z | Compiling futures-macro v0.3.30 |
1296 | 2024-10-14T19:52:48.759Z | Compiling zerocopy v0.7.34 |
1297 | 2024-10-14T19:52:50.350Z | Compiling pest v2.7.10 |
1298 | 2024-10-14T19:52:50.519Z | Compiling futures-util v0.3.30 |
1299 | 2024-10-14T19:52:50.801Z | Compiling hashbrown v0.14.5 |
1300 | 2024-10-14T19:52:51.975Z | Compiling openssl-macros v0.1.1 |
1301 | 2024-10-14T19:52:52.219Z | Compiling regex v1.10.6 |
1302 | 2024-10-14T19:52:52.799Z | Compiling pest_meta v2.7.10 |
1303 | 2024-10-14T19:52:52.814Z | Compiling tracing-attributes v0.1.27 |
1304 | 2024-10-14T19:52:53.037Z | Compiling scroll_derive v0.12.0 |
1305 | 2024-10-14T19:52:53.209Z | Compiling crypto-common v0.1.6 |
1306 | 2024-10-14T19:52:53.432Z | Compiling thread-id v4.2.1 |
1307 | 2024-10-14T19:52:54.593Z | Compiling pest_generator v2.7.10 |
1308 | 2024-10-14T19:52:54.610Z | Compiling regress v0.10.1 |
1309 | 2024-10-14T19:52:56.158Z | Compiling tracing v0.1.40 |
1310 | 2024-10-14T19:52:56.398Z | Compiling rustls-pki-types v1.7.0 |
1311 | 2024-10-14T19:52:56.811Z | Compiling percent-encoding v2.3.1 |
1312 | 2024-10-14T19:52:56.823Z | Compiling pest_derive v2.7.10 |
1313 | 2024-10-14T19:52:57.270Z | Compiling form_urlencoded v1.2.1 |
1314 | 2024-10-14T19:52:57.312Z | Compiling camino v1.1.9 |
1315 | 2024-10-14T19:52:57.625Z | Compiling tinyvec_macros v0.1.1 |
1316 | 2024-10-14T19:52:57.714Z | Compiling tinyvec v1.6.0 |
1317 | 2024-10-14T19:52:57.758Z | Compiling usdt-impl v0.5.0 |
1318 | 2024-10-14T19:52:57.805Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-10-14T19:52:57.886Z | Compiling ppv-lite86 v0.2.17 |
1320 | 2024-10-14T19:52:57.982Z | Compiling zeroize v1.7.0 |
1321 | 2024-10-14T19:52:58.313Z | Compiling rustls-webpki v0.102.4 |
1322 | 2024-10-14T19:52:58.649Z | Compiling rand_chacha v0.3.1 |
1323 | 2024-10-14T19:52:59.198Z | Compiling scroll v0.12.0 |
1324 | 2024-10-14T19:52:59.245Z | Compiling unicode-normalization v0.1.23 |
1325 | 2024-10-14T19:52:59.938Z | Compiling bytes v1.7.2 |
1326 | 2024-10-14T19:53:00.350Z | Compiling indexmap v2.5.0 |
1327 | 2024-10-14T19:53:00.563Z | Compiling uuid v1.10.0 |
1328 | 2024-10-14T19:53:01.531Z | Compiling tokio v1.39.3 |
1329 | 2024-10-14T19:53:01.764Z | Compiling chrono v0.4.38 |
1330 | 2024-10-14T19:53:01.823Z | Compiling bitflags v2.6.0 |
1331 | 2024-10-14T19:53:01.834Z | Compiling serde_tokenstream v0.2.2 |
1332 | 2024-10-14T19:53:02.405Z | Compiling http v1.1.0 |
1333 | 2024-10-14T19:53:04.167Z | Compiling try-lock v0.2.5 |
1334 | 2024-10-14T19:53:04.741Z | Compiling unicode-bidi v0.3.15 |
1335 | 2024-10-14T19:53:06.067Z | Compiling http-body v1.0.1 |
1336 | 2024-10-14T19:53:06.315Z | Compiling plain v0.2.3 |
1337 | 2024-10-14T19:53:06.588Z | Compiling goblin v0.8.2 |
1338 | 2024-10-14T19:53:07.551Z | Compiling want v0.3.1 |
1339 | 2024-10-14T19:53:07.834Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-10-14T19:53:08.497Z | Compiling typify-impl v0.2.0 |
1341 | 2024-10-14T19:53:09.459Z | Compiling rand v0.8.5 |
1342 | 2024-10-14T19:53:10.009Z | Compiling strum_macros v0.26.2 |
1343 | 2024-10-14T19:53:11.041Z | Compiling tokio-util v0.7.11 |
1344 | 2024-10-14T19:53:12.114Z | Compiling h2 v0.4.6 |
1345 | 2024-10-14T19:53:13.086Z | Compiling httpdate v1.0.3 |
1346 | 2024-10-14T19:53:13.842Z | Compiling base64 v0.22.1 |
1347 | 2024-10-14T19:53:14.566Z | Compiling omicron-workspace-hack v0.1.0 |
1348 | 2024-10-14T19:53:14.890Z | Compiling pretty-hex v0.4.1 |
1349 | 2024-10-14T19:53:14.944Z | Compiling idna v0.5.0 |
1350 | 2024-10-14T19:53:15.082Z | Compiling dof v0.3.0 |
1351 | 2024-10-14T19:53:15.132Z | Compiling dtrace-parser v0.2.0 |
1352 | 2024-10-14T19:53:15.850Z | Compiling strsim v0.11.1 |
1353 | 2024-10-14T19:53:16.576Z | Compiling cpufeatures v0.2.12 |
1354 | 2024-10-14T19:53:16.673Z | Compiling unsafe-libyaml v0.2.11 |
1355 | 2024-10-14T19:53:16.759Z | Compiling tower-service v0.3.2 |
1356 | 2024-10-14T19:53:16.890Z | Compiling rustls v0.22.4 |
1357 | 2024-10-14T19:53:16.924Z | Compiling url v2.5.0 |
1358 | 2024-10-14T19:53:18.401Z | Compiling hyper v1.4.1 |
1359 | 2024-10-14T19:53:18.513Z | Compiling serde_yaml v0.9.34+deprecated |
1360 | 2024-10-14T19:53:18.789Z | Compiling toml_datetime v0.6.8 |
1361 | 2024-10-14T19:53:19.232Z | Compiling async-trait v0.1.83 |
1362 | 2024-10-14T19:53:20.453Z | Compiling typify-macro v0.2.0 |
1363 | 2024-10-14T19:53:21.768Z | Compiling hyper-util v0.1.9 |
1364 | 2024-10-14T19:53:22.286Z | Compiling block-buffer v0.10.4 |
1365 | 2024-10-14T19:53:22.528Z | Compiling slog-async v2.8.0 |
1366 | 2024-10-14T19:53:23.031Z | Compiling foreign-types-shared v0.1.1 |
1367 | 2024-10-14T19:53:23.140Z | Compiling foreign-types v0.3.2 |
1368 | 2024-10-14T19:53:23.838Z | Compiling digest v0.10.7 |
1369 | 2024-10-14T19:53:24.466Z | Compiling typify v0.2.0 |
1370 | 2024-10-14T19:53:24.602Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-10-14T19:53:25.888Z | Compiling http-body-util v0.1.2 |
1372 | 2024-10-14T19:53:26.331Z | Compiling multer v3.1.0 |
1373 | 2024-10-14T19:53:26.464Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-10-14T19:53:26.666Z | Compiling paste v1.0.15 |
1375 | 2024-10-14T19:53:26.680Z | Compiling ident_case v1.0.1 |
1376 | 2024-10-14T19:53:26.839Z | Compiling crossbeam-utils v0.8.19 |
1377 | 2024-10-14T19:53:26.946Z | Compiling mime v0.3.17 |
1378 | 2024-10-14T19:53:27.018Z | Compiling darling_core v0.20.9 |
1379 | 2024-10-14T19:53:27.425Z | Compiling usdt-attr-macro v0.5.0 |
1380 | 2024-10-14T19:53:28.027Z | Compiling usdt-macro v0.5.0 |
1381 | 2024-10-14T19:53:28.772Z | Compiling rustls-pemfile v2.1.3 |
1382 | 2024-10-14T19:53:29.136Z | Compiling serde_urlencoded v0.7.1 |
1383 | 2024-10-14T19:53:29.700Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-10-14T19:53:31.268Z | Compiling progenitor-macro v0.8.0 |
1385 | 2024-10-14T19:53:32.963Z | Compiling async-stream-impl v0.3.5 |
1386 | 2024-10-14T19:53:33.204Z | Compiling darling_macro v0.20.9 |
1387 | 2024-10-14T19:53:35.303Z | Compiling dropshot v0.12.0 |
1388 | 2024-10-14T19:53:35.655Z | Compiling powerfmt v0.2.0 |
1389 | 2024-10-14T19:53:37.063Z | Compiling ipnet v2.9.0 |
1390 | 2024-10-14T19:53:38.518Z | Compiling tokio-rustls v0.26.0 |
1391 | 2024-10-14T19:53:39.031Z | Compiling deranged v0.3.11 |
1392 | 2024-10-14T19:53:41.432Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2024-10-14T19:53:43.009Z | Compiling darling v0.20.9 |
1394 | 2024-10-14T19:53:43.880Z | Compiling serde_spanned v0.6.7 |
1395 | 2024-10-14T19:53:43.939Z | Compiling webpki-roots v0.26.3 |
1396 | 2024-10-14T19:53:44.110Z | Compiling futures-executor v0.3.30 |
1397 | 2024-10-14T19:53:47.542Z | Compiling num_threads v0.1.7 |
1398 | 2024-10-14T19:53:47.661Z | Compiling time v0.3.36 |
1399 | 2024-10-14T19:53:52.893Z | Compiling futures v0.3.30 |
1400 | 2024-10-14T19:53:53.009Z | Compiling hyper-rustls v0.27.3 |
1401 | 2024-10-14T19:53:53.264Z | Compiling serde_with_macros v3.9.0 |
1402 | 2024-10-14T19:53:54.361Z | Compiling hyper-tls v0.6.0 |
1403 | 2024-10-14T19:53:54.799Z | Compiling sha1 v0.10.6 |
1404 | 2024-10-14T19:53:55.506Z | Compiling strum v0.26.2 |
1405 | 2024-10-14T19:53:55.581Z | Compiling dropshot_endpoint v0.12.0 |
1406 | 2024-10-14T19:53:56.115Z | Compiling structmeta-derive v0.3.0 |
1407 | 2024-10-14T19:53:56.306Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-10-14T19:53:56.459Z | Compiling rustix v0.38.34 |
1409 | 2024-10-14T19:53:58.875Z | Compiling structmeta v0.3.0 |
1410 | 2024-10-14T19:53:59.357Z | Compiling reqwest v0.12.7 |
1411 | 2024-10-14T19:54:00.393Z | Compiling errno v0.3.9 |
1412 | 2024-10-14T19:54:00.650Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2024-10-14T19:54:01.667Z | Compiling match_cfg v0.1.0 |
1414 | 2024-10-14T19:54:01.981Z | Compiling winnow v0.6.18 |
1415 | 2024-10-14T19:54:07.981Z | Compiling hostname v0.3.1 |
1416 | 2024-10-14T19:54:08.244Z | Compiling progenitor-client v0.8.0 |
1417 | 2024-10-14T19:54:08.598Z | Compiling dirs-next v2.0.0 |
1418 | 2024-10-14T19:54:10.016Z | Compiling parse-display-derive v0.10.0 |
1419 | 2024-10-14T19:54:11.860Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-10-14T19:54:13.629Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1421 | 2024-10-14T19:54:14.041Z | Compiling thread_local v1.1.8 |
1422 | 2024-10-14T19:54:15.988Z | Compiling progenitor v0.8.0 |
1423 | 2024-10-14T19:54:16.053Z | Compiling term v0.7.0 |
1424 | 2024-10-14T19:54:17.251Z | Compiling crossbeam-channel v0.5.12 |
1425 | 2024-10-14T19:54:17.733Z | Compiling is-terminal v0.4.12 |
1426 | 2024-10-14T19:54:17.861Z | Compiling memmap v0.7.0 |
1427 | 2024-10-14T19:54:18.282Z | Compiling take_mut v0.2.2 |
1428 | 2024-10-14T19:54:21.235Z | Compiling usdt v0.5.0 |
1429 | 2024-10-14T19:54:21.404Z | Compiling slog-term v2.9.1 |
1430 | 2024-10-14T19:54:22.661Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1431 | 2024-10-14T19:54:23.243Z | Compiling toml_edit v0.22.20 |
1432 | 2024-10-14T19:54:23.481Z | Compiling slog-json v2.6.1 |
1433 | 2024-10-14T19:54:24.065Z | Compiling debug-ignore v1.0.5 |
1434 | 2024-10-14T19:54:24.758Z | Compiling winnow v0.5.40 |
1435 | 2024-10-14T19:54:26.847Z | Compiling tokio-rustls v0.25.0 |
1436 | 2024-10-14T19:54:27.304Z | Compiling toml v0.8.19 |
1437 | 2024-10-14T19:54:28.675Z | Compiling toml_edit v0.19.15 |
1438 | 2024-10-14T19:54:28.887Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-10-14T19:54:33.981Z | Compiling async-stream v0.3.5 |
1440 | 2024-10-14T19:54:34.280Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2024-10-14T19:54:34.358Z | Compiling waitgroup v0.1.2 |
1442 | 2024-10-14T19:54:34.605Z | Compiling hostname v0.4.0 |
1443 | 2024-10-14T19:54:38.488Z | Compiling proc-macro-crate v1.3.1 |
1444 | 2024-10-14T19:54:39.369Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1445 | 2024-10-14T19:54:40.034Z | Compiling serde_with v3.9.0 |
1446 | 2024-10-14T19:54:42.423Z | Compiling newtype-uuid v1.1.0 |
1447 | 2024-10-14T19:54:43.125Z | Compiling unicode-width v0.1.14 |
1448 | 2024-10-14T19:54:44.477Z | Compiling hex v0.4.3 |
1449 | 2024-10-14T19:54:44.915Z | Compiling clap_derive v4.5.4 |
1450 | 2024-10-14T19:54:45.179Z | Compiling instant v0.1.12 |
1451 | 2024-10-14T19:54:45.193Z | Compiling lazy_static v1.5.0 |
1452 | 2024-10-14T19:54:45.338Z | Compiling utf8parse v0.2.1 |
1453 | 2024-10-14T19:54:45.449Z | Compiling backoff v0.4.0 |
1454 | 2024-10-14T19:54:45.485Z | Compiling anstyle-parse v0.2.4 |
1455 | 2024-10-14T19:54:46.640Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1456 | 2024-10-14T19:54:47.024Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1457 | 2024-10-14T19:54:47.598Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1458 | 2024-10-14T19:54:47.909Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1459 | 2024-10-14T19:54:48.115Z | Compiling parse-display v0.10.0 |
1460 | 2024-10-14T19:54:48.315Z | Compiling macaddr v1.0.1 |
1461 | 2024-10-14T19:54:48.957Z | Compiling regress v0.9.1 |
1462 | 2024-10-14T19:54:49.994Z | Compiling num-integer v0.1.46 |
1463 | 2024-10-14T19:54:50.328Z | Compiling unicode-xid v0.2.4 |
1464 | 2024-10-14T19:54:50.503Z | Compiling anstyle-query v1.0.3 |
1465 | 2024-10-14T19:54:50.654Z | Compiling is_terminal_polyfill v1.70.0 |
1466 | 2024-10-14T19:54:50.797Z | Compiling colorchoice v1.0.1 |
1467 | 2024-10-14T19:54:50.966Z | Compiling anstyle v1.0.7 |
1468 | 2024-10-14T19:54:51.406Z | Compiling crucible-workspace-hack v0.1.0 |
1469 | 2024-10-14T19:54:51.544Z | Compiling anstream v0.6.14 |
1470 | 2024-10-14T19:54:52.639Z | Compiling terminal_size v0.3.0 |
1471 | 2024-10-14T19:54:52.977Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1472 | 2024-10-14T19:54:55.124Z | Compiling clap_lex v0.7.0 |
1473 | 2024-10-14T19:54:55.450Z | Compiling heapless v0.8.0 |
1474 | 2024-10-14T19:54:56.589Z | Compiling clap_builder v4.5.2 |
1475 | 2024-10-14T19:54:57.090Z | Compiling num-bigint v0.4.5 |
1476 | 2024-10-14T19:54:58.062Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-10-14T19:54:59.009Z | Compiling hash32 v0.3.1 |
1478 | 2024-10-14T19:54:59.257Z | Compiling fastrand v2.1.0 |
1479 | 2024-10-14T19:54:59.922Z | Compiling either v1.13.0 |
1480 | 2024-10-14T19:55:00.378Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-10-14T19:55:00.448Z | Compiling smoltcp v0.11.0 |
1482 | 2024-10-14T19:55:00.757Z | Compiling stable_deref_trait v1.2.0 |
1483 | 2024-10-14T19:55:01.142Z | Compiling clap v4.5.4 |
1484 | 2024-10-14T19:55:01.466Z | Compiling num_enum v0.5.11 |
1485 | 2024-10-14T19:55:01.644Z | Compiling num-rational v0.4.2 |
1486 | 2024-10-14T19:55:02.467Z | Compiling tempfile v3.10.1 |
1487 | 2024-10-14T19:55:04.081Z | Compiling num-iter v0.1.45 |
1488 | 2024-10-14T19:55:04.150Z | Compiling synstructure v0.12.6 |
1489 | 2024-10-14T19:55:04.419Z | Compiling num-complex v0.4.6 |
1490 | 2024-10-14T19:55:04.938Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-10-14T19:55:05.102Z | Compiling cobs v0.2.3 |
1492 | 2024-10-14T19:55:05.293Z | Compiling bitflags v1.3.2 |
1493 | 2024-10-14T19:55:05.396Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-10-14T19:55:05.499Z | Compiling managed v0.8.0 |
1495 | 2024-10-14T19:55:05.574Z | Compiling zerocopy-derive v0.2.0 |
1496 | 2024-10-14T19:55:05.577Z | Compiling num v0.4.3 |
1497 | 2024-10-14T19:55:05.699Z | Compiling postcard v1.0.9 |
1498 | 2024-10-14T19:55:06.696Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-10-14T19:55:06.857Z | Compiling libz-sys v1.1.16 |
1500 | 2024-10-14T19:55:07.351Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1501 | 2024-10-14T19:55:07.434Z | Compiling proc-macro-error v1.0.4 |
1502 | 2024-10-14T19:55:07.683Z | Compiling pretty-hex v0.2.1 |
1503 | 2024-10-14T19:55:07.786Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1504 | 2024-10-14T19:55:08.047Z | Compiling foreign-types-shared v0.3.1 |
1505 | 2024-10-14T19:55:08.182Z | Compiling prettyplease v0.2.22 |
1506 | 2024-10-14T19:55:08.511Z | Compiling foreign-types v0.5.0 |
1507 | 2024-10-14T19:55:09.713Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1508 | 2024-10-14T19:55:13.021Z | Compiling tabwriter v1.4.0 |
1509 | 2024-10-14T19:55:13.832Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1510 | 2024-10-14T19:55:13.844Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1511 | 2024-10-14T19:55:14.572Z | Compiling cstr-argument v0.1.2 |
1512 | 2024-10-14T19:55:14.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1513 | 2024-10-14T19:55:14.960Z | Compiling data-encoding v2.6.0 |
1514 | 2024-10-14T19:55:15.563Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1515 | 2024-10-14T19:55:16.088Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1516 | 2024-10-14T19:55:18.011Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1517 | 2024-10-14T19:55:18.424Z | Compiling colored v2.1.0 |
1518 | 2024-10-14T19:55:19.570Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1519 | 2024-10-14T19:55:19.721Z | Compiling usdt-impl v0.3.5 |
1520 | 2024-10-14T19:55:19.962Z | Compiling static_assertions v1.1.0 |
1521 | 2024-10-14T19:55:20.006Z | Compiling semver v0.1.20 |
1522 | 2024-10-14T19:55:20.056Z | Compiling unicode-segmentation v1.11.0 |
1523 | 2024-10-14T19:55:20.094Z | Compiling float-ord v0.3.2 |
1524 | 2024-10-14T19:55:20.256Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1525 | 2024-10-14T19:55:20.612Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-10-14T19:55:20.631Z | Compiling rustc_version v0.1.7 |
1527 | 2024-10-14T19:55:21.028Z | Compiling newline-converter v0.3.0 |
1528 | 2024-10-14T19:55:21.141Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1529 | 2024-10-14T19:55:22.667Z | Compiling zone_cfg_derive v0.3.0 |
1530 | 2024-10-14T19:55:24.207Z | Compiling camino-tempfile v1.1.1 |
1531 | 2024-10-14T19:55:24.967Z | Compiling itertools v0.10.5 |
1532 | 2024-10-14T19:55:25.434Z | Compiling console v0.15.8 |
1533 | 2024-10-14T19:55:28.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1534 | 2024-10-14T19:55:29.435Z | Compiling num-derive v0.4.2 |
1535 | 2024-10-14T19:55:30.206Z | Compiling sigpipe v0.1.3 |
1536 | 2024-10-14T19:55:30.579Z | Compiling base64ct v1.6.0 |
1537 | 2024-10-14T19:55:30.757Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1538 | 2024-10-14T19:55:31.052Z | Compiling similar v2.5.0 |
1539 | 2024-10-14T19:55:31.251Z | Compiling password-hash v0.5.0 |
1540 | 2024-10-14T19:55:31.670Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1541 | 2024-10-14T19:55:32.009Z | Compiling expectorate v1.1.0 |
1542 | 2024-10-14T19:55:33.309Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1543 | 2024-10-14T19:55:33.783Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1544 | 2024-10-14T19:55:34.297Z | Compiling zone v0.3.0 |
1545 | 2024-10-14T19:55:36.604Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1546 | 2024-10-14T19:55:37.219Z | Compiling newtype_derive v0.1.6 |
1547 | 2024-10-14T19:55:37.461Z | Compiling zerocopy v0.3.2 |
1548 | 2024-10-14T19:55:37.563Z | Compiling blake2 v0.10.6 |
1549 | 2024-10-14T19:55:38.047Z | Compiling cargo-platform v0.1.8 |
1550 | 2024-10-14T19:55:38.530Z | Compiling hubpack_derive v0.1.1 |
1551 | 2024-10-14T19:55:38.789Z | Compiling smf v0.2.3 |
1552 | 2024-10-14T19:55:39.431Z | Compiling zerocopy-derive v0.6.6 |
1553 | 2024-10-14T19:55:39.514Z | Compiling serde_repr v0.1.19 |
1554 | 2024-10-14T19:55:39.861Z | Compiling vergen v8.3.2 |
1555 | 2024-10-14T19:55:40.195Z | Compiling whoami v1.5.1 |
1556 | 2024-10-14T19:55:40.428Z | Compiling fixedbitset v0.4.2 |
1557 | 2024-10-14T19:55:40.672Z | Compiling base64 v0.21.7 |
1558 | 2024-10-14T19:55:41.079Z | Compiling owo-colors v4.1.0 |
1559 | 2024-10-14T19:55:41.105Z | Compiling cancel-safe-futures v0.1.5 |
1560 | 2024-10-14T19:55:41.295Z | Compiling petgraph v0.6.5 |
1561 | 2024-10-14T19:55:41.424Z | Compiling zerocopy v0.6.6 |
1562 | 2024-10-14T19:55:41.513Z | Compiling hubpack v0.1.2 |
1563 | 2024-10-14T19:55:41.701Z | Compiling cargo_metadata v0.18.1 |
1564 | 2024-10-14T19:55:41.980Z | Compiling argon2 v0.5.3 |
1565 | 2024-10-14T19:55:42.321Z | Compiling dof v0.1.5 |
1566 | 2024-10-14T19:55:44.752Z | Compiling rustc_version v0.4.0 |
1567 | 2024-10-14T19:55:44.963Z | Compiling serde-big-array v0.5.1 |
1568 | 2024-10-14T19:55:45.216Z | Compiling dtrace-parser v0.1.14 |
1569 | 2024-10-14T19:55:45.345Z | Compiling strum_macros v0.25.3 |
1570 | 2024-10-14T19:55:45.695Z | Compiling libsqlite3-sys v0.30.1 |
1571 | 2024-10-14T19:55:45.812Z | Compiling slog-dtrace v0.3.0 |
1572 | 2024-10-14T19:55:46.174Z | Compiling cookie v0.18.1 |
1573 | 2024-10-14T19:55:46.257Z | Compiling rustls v0.21.12 |
1574 | 2024-10-14T19:55:46.480Z | Compiling convert_case v0.4.0 |
1575 | 2024-10-14T19:55:46.569Z | Compiling cfg_aliases v0.2.1 |
1576 | 2024-10-14T19:55:46.851Z | Compiling nix v0.29.0 |
1577 | 2024-10-14T19:55:47.240Z | Compiling derive_more v0.99.18 |
1578 | 2024-10-14T19:55:48.737Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1579 | 2024-10-14T19:55:48.886Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1580 | 2024-10-14T19:55:49.536Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1581 | 2024-10-14T19:55:51.099Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1582 | 2024-10-14T19:55:52.329Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1583 | 2024-10-14T19:55:52.981Z | Compiling atomicwrites v0.4.4 |
1584 | 2024-10-14T19:55:53.503Z | Compiling itertools v0.13.0 |
1585 | 2024-10-14T19:55:53.587Z | Compiling libsw v3.3.1 |
1586 | 2024-10-14T19:55:53.915Z | Compiling idna v0.4.0 |
1587 | 2024-10-14T19:55:54.481Z | Compiling serde_tokenstream v0.1.7 |
1588 | 2024-10-14T19:55:54.985Z | Compiling rustls-webpki v0.101.7 |
1589 | 2024-10-14T19:55:57.170Z | Compiling sct v0.7.1 |
1590 | 2024-10-14T19:55:57.598Z | Compiling enum-as-inner v0.6.0 |
1591 | 2024-10-14T19:55:57.621Z | Compiling derive-where v1.2.7 |
1592 | 2024-10-14T19:55:57.683Z | Compiling inout v0.1.3 |
1593 | 2024-10-14T19:55:57.896Z | Compiling linear-map v1.2.0 |
1594 | 2024-10-14T19:55:58.305Z | Compiling quick-error v1.2.3 |
1595 | 2024-10-14T19:55:58.403Z | Compiling utf-8 v0.7.6 |
1596 | 2024-10-14T19:55:58.448Z | Compiling highway v1.2.0 |
1597 | 2024-10-14T19:55:58.727Z | Compiling linked-hash-map v0.5.6 |
1598 | 2024-10-14T19:55:58.748Z | Compiling swrite v0.1.0 |
1599 | 2024-10-14T19:55:58.828Z | Compiling indent_write v2.2.0 |
1600 | 2024-10-14T19:55:58.868Z | Compiling radium v0.7.0 |
1601 | 2024-10-14T19:55:59.060Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1602 | 2024-10-14T19:55:59.138Z | Compiling lru-cache v0.1.2 |
1603 | 2024-10-14T19:55:59.364Z | Compiling hickory-proto v0.24.1 |
1604 | 2024-10-14T19:55:59.376Z | Compiling tungstenite v0.21.0 |
1605 | 2024-10-14T19:55:59.747Z | Compiling resolv-conf v0.7.0 |
1606 | 2024-10-14T19:56:00.859Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-10-14T19:56:01.125Z | Compiling cipher v0.4.4 |
1608 | 2024-10-14T19:56:02.583Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-10-14T19:56:04.447Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-10-14T19:56:09.767Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2024-10-14T19:56:09.826Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1612 | 2024-10-14T19:56:10.504Z | Compiling git2 v0.19.0 |
1613 | 2024-10-14T19:56:12.975Z | Compiling steno v0.4.1 |
1614 | 2024-10-14T19:56:18.725Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1615 | 2024-10-14T19:56:19.261Z | Compiling crossbeam-epoch v0.9.18 |
1616 | 2024-10-14T19:56:19.494Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1617 | 2024-10-14T19:56:20.411Z | Compiling hashlink v0.9.1 |
1618 | 2024-10-14T19:56:20.532Z | Compiling fallible-streaming-iterator v0.1.9 |
1619 | 2024-10-14T19:56:20.820Z | Compiling rayon-core v1.12.1 |
1620 | 2024-10-14T19:56:20.823Z | Compiling humantime v2.1.0 |
1621 | 2024-10-14T19:56:21.165Z | Compiling fallible-iterator v0.3.0 |
1622 | 2024-10-14T19:56:21.180Z | Compiling tap v1.0.1 |
1623 | 2024-10-14T19:56:21.368Z | Compiling wyz v0.5.1 |
1624 | 2024-10-14T19:56:21.704Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1625 | 2024-10-14T19:56:21.955Z | Compiling rusqlite v0.32.1 |
1626 | 2024-10-14T19:56:23.445Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1627 | 2024-10-14T19:56:23.831Z | Compiling crossbeam-deque v0.8.5 |
1628 | 2024-10-14T19:56:25.875Z | Compiling tokio-rustls v0.24.1 |
1629 | 2024-10-14T19:56:26.329Z | Compiling hickory-resolver v0.24.1 |
1630 | 2024-10-14T19:56:26.801Z | Compiling tokio-tungstenite v0.21.0 |
1631 | 2024-10-14T19:56:27.419Z | Compiling usdt-attr-macro v0.3.5 |
1632 | 2024-10-14T19:56:27.435Z | Compiling usdt-macro v0.3.5 |
1633 | 2024-10-14T19:56:27.961Z | Compiling rustls-pemfile v1.0.4 |
1634 | 2024-10-14T19:56:28.675Z | Compiling twox-hash v1.6.3 |
1635 | 2024-10-14T19:56:28.779Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1636 | 2024-10-14T19:56:28.947Z | Compiling num_enum_derive v0.7.2 |
1637 | 2024-10-14T19:56:29.655Z | Compiling universal-hash v0.5.1 |
1638 | 2024-10-14T19:56:29.926Z | Compiling atty v0.2.14 |
1639 | 2024-10-14T19:56:30.033Z | Compiling funty v2.0.0 |
1640 | 2024-10-14T19:56:31.550Z | Compiling opaque-debug v0.3.1 |
1641 | 2024-10-14T19:56:31.655Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1642 | 2024-10-14T19:56:32.431Z | Compiling polyval v0.6.2 |
1643 | 2024-10-14T19:56:32.943Z | Compiling num_enum v0.7.2 |
1644 | 2024-10-14T19:56:32.982Z | Compiling bitvec v1.0.1 |
1645 | 2024-10-14T19:56:34.085Z | Compiling usdt v0.3.5 |
1646 | 2024-10-14T19:56:34.477Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1647 | 2024-10-14T19:56:37.967Z | Compiling ctr v0.9.2 |
1648 | 2024-10-14T19:56:38.312Z | Compiling aes v0.8.4 |
1649 | 2024-10-14T19:56:38.571Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1650 | 2024-10-14T19:56:39.064Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1651 | 2024-10-14T19:56:40.862Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-10-14T19:56:41.750Z | Compiling bincode v1.3.3 |
1653 | 2024-10-14T19:56:42.888Z | Compiling aead v0.5.2 |
1654 | 2024-10-14T19:56:43.235Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1655 | 2024-10-14T19:56:43.663Z | Compiling aes-gcm-siv v0.11.1 |
1656 | 2024-10-14T19:56:43.926Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1657 | 2024-10-14T19:56:43.944Z | Compiling toml v0.7.8 |
1658 | 2024-10-14T19:56:46.752Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1659 | 2024-10-14T19:56:49.239Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1660 | 2024-10-14T19:56:49.790Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1661 | 2024-10-14T19:56:52.071Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1662 | 2024-10-14T19:56:54.538Z | Compiling rayon v1.10.0 |
1663 | 2024-10-14T19:56:54.825Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1664 | 2024-10-14T19:56:55.196Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1665 | 2024-10-14T19:56:55.756Z | Compiling bitstruct_derive v0.1.0 |
1666 | 2024-10-14T19:56:57.168Z | Compiling async-recursion v1.1.1 |
1667 | 2024-10-14T19:56:58.784Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1668 | 2024-10-14T19:56:58.892Z | Compiling typeid v1.0.0 |
1669 | 2024-10-14T19:56:58.999Z | Compiling ascii v1.1.0 |
1670 | 2024-10-14T19:56:59.068Z | Compiling ringbuffer v0.15.0 |
1671 | 2024-10-14T19:56:59.754Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1672 | 2024-10-14T19:56:59.757Z | Compiling erased-serde v0.4.5 |
1673 | 2024-10-14T19:57:01.369Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1674 | 2024-10-14T19:57:01.663Z | Compiling bitstruct v0.1.1 |
1675 | 2024-10-14T19:57:01.788Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1676 | 2024-10-14T19:57:01.827Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1677 | 2024-10-14T19:57:02.237Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1678 | 2024-10-14T19:57:02.691Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1679 | 2024-10-14T19:57:02.807Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1680 | 2024-10-14T19:57:03.434Z | Compiling const_format_proc_macros v0.2.32 |
1681 | 2024-10-14T19:57:03.996Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1682 | 2024-10-14T19:57:05.187Z | Compiling serde_arrays v0.1.0 |
1683 | 2024-10-14T19:57:05.366Z | Compiling kstat-rs v0.2.4 |
1684 | 2024-10-14T19:57:05.414Z | Compiling libloading v0.7.4 |
1685 | 2024-10-14T19:57:05.858Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2024-10-14T19:57:06.327Z | Compiling const_format v0.2.32 |
1687 | 2024-10-14T19:57:07.550Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1688 | 2024-10-14T19:57:08.178Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1689 | 2024-10-14T19:57:08.493Z | Compiling ron v0.8.1 |
1690 | 2024-10-14T19:57:12.472Z | Compiling bit_field v0.10.2 |
1691 | 2024-10-14T19:57:12.757Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1692 | 2024-10-14T19:57:25.101Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1693 | 2024-10-14T19:57:27.203Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1694 | 2024-10-14T19:58:32.818Z | Finished `release` profile [optimized] target(s) in 6m 01s |
1695 | 2024-10-14T19:58:32.964Z | |
1696 | 2024-10-14T19:58:32.964Z | real 6:01.892492420 |
1697 | 2024-10-14T19:58:32.964Z | user 41:40.978144173 |
1698 | 2024-10-14T19:58:32.964Z | sys 3:59.140162735 |
1699 | 2024-10-14T19:58:32.964Z | trap 1.123962479 |
1700 | 2024-10-14T19:58:32.968Z | tflt 2.908333587 |
1701 | 2024-10-14T19:58:32.968Z | dflt 1.158249637 |
1702 | 2024-10-14T19:58:32.968Z | kflt 0.010342325 |
1703 | 2024-10-14T19:58:32.968Z | lock 1:34:03.788783942 |
1704 | 2024-10-14T19:58:32.968Z | slp 2:35:22.692797563 |
1705 | 2024-10-14T19:58:32.968Z | lat 1:47.981363831 |
1706 | 2024-10-14T19:58:32.968Z | stop 1:54.259425606 |
1707 | 2024-10-14T19:58:32.968Z | + OUTDIR=/work/release |
1708 | 2024-10-14T19:58:32.969Z | + mkdir -p /work/release |
1709 | 2024-10-14T19:58:32.969Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1710 | 2024-10-14T19:58:32.983Z | + cp target/release/propolis-server /work/release/propolis-server |
1711 | 2024-10-14T19:58:33.052Z | process exited: duration 613349 ms, exit code 0 |
|
1712 | 2024-10-14T19:58:33.067Z | found 2 output files |
1713 | 2024-10-14T19:58:33.068Z | uploading: /work/release/propolis-cli (14020640 bytes) |
1714 | 2024-10-14T19:58:34.340Z | uploaded: /work/release/propolis-cli |
1715 | 2024-10-14T19:58:34.340Z | uploading: /work/release/propolis-server (58059552 bytes) |
1716 | 2024-10-14T19:58:36.659Z | uploaded: /work/release/propolis-server |