|
|
|
1 | 2024-10-01T18:58:32.458Z | job assigned to worker 01J94Q46R60RNPVKMD95X9HJY4 (queued for 51 s) |
|
2 | 2024-10-01T18:58:39.551Z | starting task 0: "setup" |
3 | 2024-10-01T18:58:39.560Z | ++ uname -s |
4 | 2024-10-01T18:58:39.563Z | + kern=SunOS |
5 | 2024-10-01T18:58:39.564Z | + case "$kern" in |
6 | 2024-10-01T18:58:39.564Z | + groupadd -g 12345 build |
7 | 2024-10-01T18:58:39.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-01T18:58:41.575Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-01T18:58:41.693Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-01T18:58:41.696Z | + home_fs=zfs |
11 | 2024-10-01T18:58:41.696Z | + [[ zfs == autofs ]] |
12 | 2024-10-01T18:58:41.696Z | + mkdir -p /home/build |
13 | 2024-10-01T18:58:41.696Z | + chown build:build /home/build /work |
14 | 2024-10-01T18:58:43.699Z | + chmod 0700 /home/build /work |
15 | 2024-10-01T18:58:43.702Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-10-01T18:58:43.707Z | starting task 1: "rust-toolchain" |
17 | 2024-10-01T18:58:43.712Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-01T18:58:43.712Z | ' stable |
19 | 2024-10-01T18:58:43.715Z | * toolchain channel = "stable" |
20 | 2024-10-01T18:58:43.715Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-01T18:58:43.715Z | ' default |
22 | 2024-10-01T18:58:43.715Z | * toolchain profile = "default" |
23 | 2024-10-01T18:58:43.715Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-01T18:58:43.715Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-01T18:58:43.829Z | info: downloading installer |
26 | 2024-10-01T18:58:44.979Z | info: profile set to 'default' |
27 | 2024-10-01T18:58:44.979Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-01T18:58:44.982Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-01T18:58:45.112Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-10-01T18:58:45.112Z | info: downloading component 'cargo' |
31 | 2024-10-01T18:58:45.787Z | info: downloading component 'clippy' |
32 | 2024-10-01T18:58:46.041Z | info: downloading component 'rust-docs' |
33 | 2024-10-01T18:58:46.980Z | info: downloading component 'rust-std' |
34 | 2024-10-01T18:58:48.464Z | info: downloading component 'rustc' |
35 | 2024-10-01T18:58:53.647Z | info: downloading component 'rustfmt' |
36 | 2024-10-01T18:58:53.845Z | info: installing component 'cargo' |
37 | 2024-10-01T18:58:54.709Z | info: installing component 'clippy' |
38 | 2024-10-01T18:58:58.904Z | info: installing component 'rust-docs' |
39 | 2024-10-01T18:58:58.953Z | info: installing component 'rust-std' |
40 | 2024-10-01T18:58:58.953Z | info: installing component 'rustc' |
41 | 2024-10-01T18:59:04.225Z | info: installing component 'rustfmt' |
42 | 2024-10-01T18:59:04.566Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-10-01T18:59:04.566Z | |
44 | 2024-10-01T18:59:04.941Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-10-01T18:59:04.941Z | |
46 | 2024-10-01T18:59:04.944Z | |
47 | 2024-10-01T18:59:04.944Z | Rust is installed now. Great! |
48 | 2024-10-01T18:59:04.944Z | |
49 | 2024-10-01T18:59:04.944Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-01T18:59:04.944Z | environment variable. This has not been done automatically. |
51 | 2024-10-01T18:59:04.944Z | |
52 | 2024-10-01T18:59:04.944Z | To configure your current shell, you need to source |
53 | 2024-10-01T18:59:04.944Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-01T18:59:04.944Z | |
55 | 2024-10-01T18:59:04.944Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-01T18:59:04.944Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-01T18:59:04.944Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-01T18:59:05.024Z | + rustc --version |
59 | 2024-10-01T18:59:05.089Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-10-01T18:59:05.092Z | process exited: duration 21382 ms, exit code 0 |
|
61 | 2024-10-01T18:59:05.098Z | starting task 2: "authentication" |
62 | 2024-10-01T18:59:05.119Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-10-01T18:59:05.124Z | starting task 3: "clone repository" |
64 | 2024-10-01T18:59:05.129Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-10-01T18:59:05.131Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-10-01T18:59:05.171Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-10-01T18:59:06.031Z | + cd /work/oxidecomputer/propolis |
68 | 2024-10-01T18:59:06.031Z | + git fetch origin 2bb02c94efe9d8a841e025a66448f94a4cea87a8 |
69 | 2024-10-01T18:59:06.272Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-10-01T18:59:06.273Z | * branch 2bb02c94efe9d8a841e025a66448f94a4cea87a8 -> FETCH_HEAD |
71 | 2024-10-01T18:59:06.281Z | + [[ -n ixi/infallible-pcipath-to-bdf ]] |
72 | 2024-10-01T18:59:06.283Z | ++ git branch --show-current |
73 | 2024-10-01T18:59:06.286Z | + current=master |
74 | 2024-10-01T18:59:06.286Z | + [[ master != ixi/infallible-pcipath-to-bdf ]] |
75 | 2024-10-01T18:59:06.286Z | + git branch -f ixi/infallible-pcipath-to-bdf 2bb02c94efe9d8a841e025a66448f94a4cea87a8 |
76 | 2024-10-01T18:59:06.289Z | + git checkout -f ixi/infallible-pcipath-to-bdf |
77 | 2024-10-01T18:59:06.311Z | Switched to branch 'ixi/infallible-pcipath-to-bdf' |
78 | 2024-10-01T18:59:06.315Z | + git reset --hard 2bb02c94efe9d8a841e025a66448f94a4cea87a8 |
79 | 2024-10-01T18:59:06.335Z | HEAD is now at 2bb02c9 Merge remote-tracking branch 'github/master' into ixi/infallible-pcipath-to-bdf |
80 | 2024-10-01T18:59:06.338Z | process exited: duration 1211 ms, exit code 0 |
|
81 | 2024-10-01T18:59:06.344Z | starting task 4: "build" |
82 | 2024-10-01T18:59:06.349Z | + cargo --version |
83 | 2024-10-01T18:59:06.404Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
84 | 2024-10-01T18:59:06.406Z | + rustc --version |
85 | 2024-10-01T18:59:06.465Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-01T18:59:06.468Z | + banner check |
87 | 2024-10-01T18:59:06.471Z | |
88 | 2024-10-01T18:59:06.471Z | #### # # ###### #### # # |
89 | 2024-10-01T18:59:06.471Z | # # # # # # # # # |
90 | 2024-10-01T18:59:06.471Z | # ###### ##### # #### |
91 | 2024-10-01T18:59:06.471Z | # # # # # # # |
92 | 2024-10-01T18:59:06.471Z | # # # # # # # # # |
93 | 2024-10-01T18:59:06.471Z | #### # # ###### #### # # |
94 | 2024-10-01T18:59:06.471Z | |
95 | 2024-10-01T18:59:06.474Z | + ptime -m cargo check --features falcon |
96 | 2024-10-01T18:59:06.649Z | Updating crates.io index |
97 | 2024-10-01T18:59:06.796Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-10-01T18:59:09.012Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-10-01T18:59:16.421Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-10-01T18:59:16.675Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-10-01T18:59:17.069Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-10-01T18:59:17.373Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-10-01T18:59:17.691Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-01T18:59:18.007Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-10-01T18:59:18.779Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-10-01T18:59:19.055Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-10-01T18:59:19.367Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-10-01T18:59:19.845Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-10-01T18:59:20.570Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-10-01T18:59:21.511Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-10-01T18:59:22.082Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-10-01T18:59:22.350Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-01T18:59:22.710Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-10-01T18:59:22.969Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-10-01T18:59:24.162Z | Downloading crates ... |
116 | 2024-10-01T18:59:24.240Z | Downloaded anstyle-parse v0.2.4 |
117 | 2024-10-01T18:59:24.251Z | Downloaded crucible-workspace-hack v0.1.0 |
118 | 2024-10-01T18:59:24.253Z | Downloaded cfg_aliases v0.2.1 |
119 | 2024-10-01T18:59:24.255Z | Downloaded num_enum_derive v0.7.2 |
120 | 2024-10-01T18:59:24.258Z | Downloaded plain v0.2.3 |
121 | 2024-10-01T18:59:24.258Z | Downloaded async-stream-impl v0.3.5 |
122 | 2024-10-01T18:59:24.261Z | Downloaded num-conv v0.1.0 |
123 | 2024-10-01T18:59:24.264Z | Downloaded atty v0.2.14 |
124 | 2024-10-01T18:59:24.265Z | Downloaded openssl-probe v0.1.5 |
125 | 2024-10-01T18:59:24.268Z | Downloaded aead v0.5.2 |
126 | 2024-10-01T18:59:24.268Z | Downloaded bitstruct_derive v0.1.0 |
127 | 2024-10-01T18:59:24.268Z | Downloaded equivalent v1.0.1 |
128 | 2024-10-01T18:59:24.270Z | Downloaded cstr-argument v0.1.2 |
129 | 2024-10-01T18:59:24.270Z | Downloaded omicron-workspace-hack v0.1.0 |
130 | 2024-10-01T18:59:24.274Z | Downloaded anstyle-query v1.0.3 |
131 | 2024-10-01T18:59:24.274Z | Downloaded anstyle v1.0.7 |
132 | 2024-10-01T18:59:24.277Z | Downloaded opaque-debug v0.3.1 |
133 | 2024-10-01T18:59:24.277Z | Downloaded atomic-waker v1.1.2 |
134 | 2024-10-01T18:59:24.277Z | Downloaded cipher v0.4.4 |
135 | 2024-10-01T18:59:24.280Z | Downloaded bit_field v0.10.2 |
136 | 2024-10-01T18:59:24.280Z | Downloaded async-recursion v1.1.1 |
137 | 2024-10-01T18:59:24.283Z | Downloaded defmt-parser v0.3.4 |
138 | 2024-10-01T18:59:24.285Z | Downloaded pretty-hex v0.2.1 |
139 | 2024-10-01T18:59:24.287Z | Downloaded num v0.4.3 |
140 | 2024-10-01T18:59:24.287Z | Downloaded data-encoding v2.6.0 |
141 | 2024-10-01T18:59:24.289Z | Downloaded digest v0.10.7 |
142 | 2024-10-01T18:59:24.289Z | Downloaded usdt-attr-macro v0.3.5 |
143 | 2024-10-01T18:59:24.292Z | Downloaded num_enum v0.7.2 |
144 | 2024-10-01T18:59:24.295Z | Downloaded pin-utils v0.1.0 |
145 | 2024-10-01T18:59:24.298Z | Downloaded rustc_version v0.4.0 |
146 | 2024-10-01T18:59:24.300Z | Downloaded resolv-conf v0.7.0 |
147 | 2024-10-01T18:59:24.300Z | Downloaded progenitor v0.8.0 |
148 | 2024-10-01T18:59:24.302Z | Downloaded proc-macro-error-attr v1.0.4 |
149 | 2024-10-01T18:59:24.305Z | Downloaded ppv-lite86 v0.2.17 |
150 | 2024-10-01T18:59:24.305Z | Downloaded quick-error v1.2.3 |
151 | 2024-10-01T18:59:24.308Z | Downloaded cargo-platform v0.1.8 |
152 | 2024-10-01T18:59:24.308Z | Downloaded backoff v0.4.0 |
153 | 2024-10-01T18:59:24.310Z | Downloaded rustversion v1.0.17 |
154 | 2024-10-01T18:59:24.313Z | Downloaded semver v0.1.20 |
155 | 2024-10-01T18:59:24.315Z | Downloaded parking_lot_core v0.9.10 |
156 | 2024-10-01T18:59:24.315Z | Downloaded cfg_aliases v0.1.1 |
157 | 2024-10-01T18:59:24.318Z | Downloaded scopeguard v1.2.0 |
158 | 2024-10-01T18:59:24.318Z | Downloaded num-integer v0.1.46 |
159 | 2024-10-01T18:59:24.320Z | Downloaded rustc-hash v2.0.0 |
160 | 2024-10-01T18:59:24.325Z | Downloaded rand_core v0.6.4 |
161 | 2024-10-01T18:59:24.326Z | Downloaded openssl-macros v0.1.1 |
162 | 2024-10-01T18:59:24.328Z | Downloaded darling_macro v0.20.9 |
163 | 2024-10-01T18:59:24.328Z | Downloaded num-complex v0.4.6 |
164 | 2024-10-01T18:59:24.328Z | Downloaded anyhow v1.0.89 |
165 | 2024-10-01T18:59:24.330Z | Downloaded owo-colors v4.1.0 |
166 | 2024-10-01T18:59:24.333Z | Downloaded quote v1.0.37 |
167 | 2024-10-01T18:59:24.335Z | Downloaded proc-macro-error v1.0.4 |
168 | 2024-10-01T18:59:24.339Z | Downloaded usdt-macro v0.5.0 |
169 | 2024-10-01T18:59:24.342Z | Downloaded num_threads v0.1.7 |
170 | 2024-10-01T18:59:24.342Z | Downloaded crossbeam-epoch v0.9.18 |
171 | 2024-10-01T18:59:24.344Z | Downloaded hubpack_derive v0.1.1 |
172 | 2024-10-01T18:59:24.346Z | Downloaded rustls-pki-types v1.7.0 |
173 | 2024-10-01T18:59:24.348Z | Downloaded dropshot_endpoint v0.12.0 |
174 | 2024-10-01T18:59:24.350Z | Downloaded async-stream v0.3.5 |
175 | 2024-10-01T18:59:24.353Z | Downloaded semver v1.0.23 |
176 | 2024-10-01T18:59:24.355Z | Downloaded crypto-common v0.1.6 |
177 | 2024-10-01T18:59:24.355Z | Downloaded progenitor-client v0.8.0 |
178 | 2024-10-01T18:59:24.358Z | Downloaded cfg-if v1.0.0 |
179 | 2024-10-01T18:59:24.358Z | Downloaded progenitor-macro v0.8.0 |
180 | 2024-10-01T18:59:24.361Z | Downloaded foreign-types-shared v0.1.1 |
181 | 2024-10-01T18:59:24.361Z | Downloaded dtrace-parser v0.2.0 |
182 | 2024-10-01T18:59:24.361Z | Downloaded ctr v0.9.2 |
183 | 2024-10-01T18:59:24.363Z | Downloaded debug-ignore v1.0.5 |
184 | 2024-10-01T18:59:24.365Z | Downloaded postcard v1.0.9 |
185 | 2024-10-01T18:59:24.367Z | Downloaded fastrand v2.1.0 |
186 | 2024-10-01T18:59:24.369Z | Downloaded dof v0.1.5 |
187 | 2024-10-01T18:59:24.371Z | Downloaded fallible-streaming-iterator v0.1.9 |
188 | 2024-10-01T18:59:24.371Z | Downloaded num-traits v0.2.19 |
189 | 2024-10-01T18:59:24.374Z | Downloaded sigpipe v0.1.3 |
190 | 2024-10-01T18:59:24.374Z | Downloaded derive-where v1.2.7 |
191 | 2024-10-01T18:59:24.378Z | Downloaded foreign-types-macros v0.2.3 |
192 | 2024-10-01T18:59:24.380Z | Downloaded time-core v0.1.2 |
193 | 2024-10-01T18:59:24.380Z | Downloaded embedded-io v0.6.1 |
194 | 2024-10-01T18:59:24.383Z | Downloaded dtrace-parser v0.1.14 |
195 | 2024-10-01T18:59:24.383Z | Downloaded camino v1.1.9 |
196 | 2024-10-01T18:59:24.391Z | Downloaded pkg-config v0.3.30 |
197 | 2024-10-01T18:59:24.391Z | Downloaded heck v0.5.0 |
198 | 2024-10-01T18:59:24.391Z | Downloaded percent-encoding v2.3.1 |
199 | 2024-10-01T18:59:24.391Z | Downloaded heck v0.4.1 |
200 | 2024-10-01T18:59:24.391Z | Downloaded futures-sink v0.3.30 |
201 | 2024-10-01T18:59:24.391Z | Downloaded enum-as-inner v0.6.0 |
202 | 2024-10-01T18:59:24.395Z | Downloaded humantime v2.1.0 |
203 | 2024-10-01T18:59:24.395Z | Downloaded polyval v0.6.2 |
204 | 2024-10-01T18:59:24.397Z | Downloaded hash32 v0.3.1 |
205 | 2024-10-01T18:59:24.400Z | Downloaded whoami v1.5.1 |
206 | 2024-10-01T18:59:24.400Z | Downloaded mime v0.3.17 |
207 | 2024-10-01T18:59:24.402Z | Downloaded schemars_derive v0.8.21 |
208 | 2024-10-01T18:59:24.404Z | Downloaded crossbeam-deque v0.8.5 |
209 | 2024-10-01T18:59:24.405Z | Downloaded camino-tempfile v1.1.1 |
210 | 2024-10-01T18:59:24.407Z | Downloaded async-trait v0.1.83 |
211 | 2024-10-01T18:59:24.410Z | Downloaded const_format_proc_macros v0.2.32 |
212 | 2024-10-01T18:59:24.412Z | Downloaded clap_derive v4.5.4 |
213 | 2024-10-01T18:59:24.415Z | Downloaded serde_repr v0.1.19 |
214 | 2024-10-01T18:59:24.417Z | Downloaded strum_macros v0.25.3 |
215 | 2024-10-01T18:59:24.420Z | Downloaded once_cell v1.19.0 |
216 | 2024-10-01T18:59:24.423Z | Downloaded strum v0.26.2 |
217 | 2024-10-01T18:59:24.423Z | Downloaded erased-serde v0.4.5 |
218 | 2024-10-01T18:59:24.425Z | Downloaded synstructure v0.12.6 |
219 | 2024-10-01T18:59:24.427Z | Downloaded cc v1.0.97 |
220 | 2024-10-01T18:59:24.430Z | Downloaded subtle v2.5.0 |
221 | 2024-10-01T18:59:24.432Z | Downloaded slog-async v2.8.0 |
222 | 2024-10-01T18:59:24.432Z | Downloaded slab v0.4.9 |
223 | 2024-10-01T18:59:24.434Z | Downloaded tabwriter v1.4.0 |
224 | 2024-10-01T18:59:24.437Z | Downloaded rustc_version v0.1.7 |
225 | 2024-10-01T18:59:24.437Z | Downloaded radium v0.7.0 |
226 | 2024-10-01T18:59:24.437Z | Downloaded filetime v0.2.23 |
227 | 2024-10-01T18:59:24.439Z | Downloaded num-rational v0.4.2 |
228 | 2024-10-01T18:59:24.443Z | Downloaded thread_local v1.1.8 |
229 | 2024-10-01T18:59:24.443Z | Downloaded itoa v1.0.11 |
230 | 2024-10-01T18:59:24.445Z | Downloaded futures-task v0.3.30 |
231 | 2024-10-01T18:59:24.445Z | Downloaded libloading v0.7.4 |
232 | 2024-10-01T18:59:24.448Z | Downloaded instant v0.1.12 |
233 | 2024-10-01T18:59:24.450Z | Downloaded schemars v0.8.21 |
234 | 2024-10-01T18:59:24.460Z | Downloaded indent_write v2.2.0 |
235 | 2024-10-01T18:59:24.462Z | Downloaded scroll v0.12.0 |
236 | 2024-10-01T18:59:24.465Z | Downloaded base64 v0.22.1 |
237 | 2024-10-01T18:59:24.468Z | Downloaded typeid v1.0.0 |
238 | 2024-10-01T18:59:24.470Z | Downloaded managed v0.8.0 |
239 | 2024-10-01T18:59:24.470Z | Downloaded kstat-rs v0.2.4 |
240 | 2024-10-01T18:59:24.473Z | Downloaded http-body v1.0.1 |
241 | 2024-10-01T18:59:24.473Z | Downloaded foreign-types-shared v0.3.1 |
242 | 2024-10-01T18:59:24.473Z | Downloaded sync_wrapper v1.0.1 |
243 | 2024-10-01T18:59:24.475Z | Downloaded thiserror-impl v1.0.64 |
244 | 2024-10-01T18:59:24.475Z | Downloaded is_terminal_polyfill v1.70.0 |
245 | 2024-10-01T18:59:24.477Z | Downloaded tokio-macros v2.4.0 |
246 | 2024-10-01T18:59:24.477Z | Downloaded futures-io v0.3.30 |
247 | 2024-10-01T18:59:24.480Z | Downloaded futures-core v0.3.30 |
248 | 2024-10-01T18:59:24.480Z | Downloaded structmeta-derive v0.3.0 |
249 | 2024-10-01T18:59:24.482Z | Downloaded is_ci v1.2.0 |
250 | 2024-10-01T18:59:24.484Z | Downloaded is-terminal v0.4.12 |
251 | 2024-10-01T18:59:24.484Z | Downloaded lazy_static v1.5.0 |
252 | 2024-10-01T18:59:24.487Z | Downloaded const_format v0.2.32 |
253 | 2024-10-01T18:59:24.491Z | Downloaded toml_datetime v0.6.8 |
254 | 2024-10-01T18:59:24.494Z | Downloaded strsim v0.11.1 |
255 | 2024-10-01T18:59:24.494Z | Downloaded libsw v3.3.1 |
256 | 2024-10-01T18:59:24.496Z | Downloaded fnv v1.0.7 |
257 | 2024-10-01T18:59:24.496Z | Downloaded linear-map v1.2.0 |
258 | 2024-10-01T18:59:24.498Z | Downloaded usdt v0.5.0 |
259 | 2024-10-01T18:59:24.500Z | Downloaded crossbeam-utils v0.8.19 |
260 | 2024-10-01T18:59:24.503Z | Downloaded tinyvec v1.6.0 |
261 | 2024-10-01T18:59:24.505Z | Downloaded newline-converter v0.3.0 |
262 | 2024-10-01T18:59:24.505Z | Downloaded linked-hash-map v0.5.6 |
263 | 2024-10-01T18:59:24.508Z | Downloaded float-ord v0.3.2 |
264 | 2024-10-01T18:59:24.508Z | Downloaded crossbeam-channel v0.5.12 |
265 | 2024-10-01T18:59:24.512Z | Downloaded twox-hash v1.6.3 |
266 | 2024-10-01T18:59:24.514Z | Downloaded serde v1.0.210 |
267 | 2024-10-01T18:59:24.517Z | Downloaded foreign-types v0.3.2 |
268 | 2024-10-01T18:59:24.520Z | Downloaded zone_cfg_derive v0.3.0 |
269 | 2024-10-01T18:59:24.520Z | Downloaded newtype_derive v0.1.6 |
270 | 2024-10-01T18:59:24.522Z | Downloaded utf8parse v0.2.1 |
271 | 2024-10-01T18:59:24.522Z | Downloaded expectorate v1.1.0 |
272 | 2024-10-01T18:59:24.524Z | Downloaded hostname v0.4.0 |
273 | 2024-10-01T18:59:24.526Z | Downloaded terminal_size v0.3.0 |
274 | 2024-10-01T18:59:24.526Z | Downloaded tracing-attributes v0.1.27 |
275 | 2024-10-01T18:59:24.529Z | Downloaded slog-bunyan v2.5.0 |
276 | 2024-10-01T18:59:24.531Z | Downloaded match_cfg v0.1.0 |
277 | 2024-10-01T18:59:24.531Z | Downloaded zeroize v1.7.0 |
278 | 2024-10-01T18:59:24.533Z | Downloaded universal-hash v0.5.1 |
279 | 2024-10-01T18:59:24.533Z | Downloaded slog-dtrace v0.3.0 |
280 | 2024-10-01T18:59:24.536Z | Downloaded try-lock v0.2.5 |
281 | 2024-10-01T18:59:24.536Z | Downloaded form_urlencoded v1.2.1 |
282 | 2024-10-01T18:59:24.538Z | Downloaded vergen v8.3.2 |
283 | 2024-10-01T18:59:24.541Z | Downloaded fatfs v0.3.6 |
284 | 2024-10-01T18:59:24.543Z | Downloaded smf v0.2.3 |
285 | 2024-10-01T18:59:24.545Z | Downloaded ucd-trie v0.1.6 |
286 | 2024-10-01T18:59:24.545Z | Downloaded tokio-native-tls v0.3.1 |
287 | 2024-10-01T18:59:24.548Z | Downloaded highway v1.2.0 |
288 | 2024-10-01T18:59:24.550Z | Downloaded getrandom v0.2.14 |
289 | 2024-10-01T18:59:24.552Z | Downloaded parking_lot v0.12.2 |
290 | 2024-10-01T18:59:24.554Z | Downloaded bytes v1.7.2 |
291 | 2024-10-01T18:59:24.560Z | Downloaded want v0.3.1 |
292 | 2024-10-01T18:59:24.560Z | Downloaded swrite v0.1.0 |
293 | 2024-10-01T18:59:24.560Z | Downloaded http-body-util v0.1.2 |
294 | 2024-10-01T18:59:24.565Z | Downloaded hostname v0.3.1 |
295 | 2024-10-01T18:59:24.565Z | Downloaded tinyvec_macros v0.1.1 |
296 | 2024-10-01T18:59:24.565Z | Downloaded ident_case v1.0.1 |
297 | 2024-10-01T18:59:24.565Z | Downloaded tokio-tungstenite v0.21.0 |
298 | 2024-10-01T18:59:24.567Z | Downloaded supports-color v3.0.1 |
299 | 2024-10-01T18:59:24.569Z | Downloaded ron v0.8.1 |
300 | 2024-10-01T18:59:24.574Z | Downloaded inout v0.1.3 |
301 | 2024-10-01T18:59:24.577Z | Downloaded fallible-iterator v0.3.0 |
302 | 2024-10-01T18:59:24.577Z | Downloaded serde-big-array v0.5.1 |
303 | 2024-10-01T18:59:24.579Z | Downloaded waitgroup v0.1.2 |
304 | 2024-10-01T18:59:24.579Z | Downloaded zone v0.3.0 |
305 | 2024-10-01T18:59:24.582Z | Downloaded unicode-xid v0.2.4 |
306 | 2024-10-01T18:59:24.582Z | Downloaded term v0.7.0 |
307 | 2024-10-01T18:59:24.584Z | Downloaded take_mut v0.2.2 |
308 | 2024-10-01T18:59:24.587Z | Downloaded thiserror v1.0.64 |
309 | 2024-10-01T18:59:24.590Z | Downloaded version_check v0.9.5 |
310 | 2024-10-01T18:59:24.592Z | Downloaded smallvec v1.13.2 |
311 | 2024-10-01T18:59:24.595Z | Downloaded tower-service v0.3.2 |
312 | 2024-10-01T18:59:24.595Z | Downloaded base64 v0.21.7 |
313 | 2024-10-01T18:59:24.598Z | Downloaded xattr v1.3.1 |
314 | 2024-10-01T18:59:24.601Z | Downloaded httpdate v1.0.3 |
315 | 2024-10-01T18:59:24.605Z | Downloaded glob v0.3.1 |
316 | 2024-10-01T18:59:24.605Z | Downloaded utf-8 v0.7.6 |
317 | 2024-10-01T18:59:24.605Z | Downloaded usdt-macro v0.3.5 |
318 | 2024-10-01T18:59:24.605Z | Downloaded hashlink v0.9.1 |
319 | 2024-10-01T18:59:24.608Z | Downloaded unicode-ident v1.0.13 |
320 | 2024-10-01T18:59:24.610Z | Downloaded toml v0.7.8 |
321 | 2024-10-01T18:59:24.612Z | Downloaded rayon-core v1.12.1 |
322 | 2024-10-01T18:59:24.615Z | Downloaded supports-color v2.1.0 |
323 | 2024-10-01T18:59:24.617Z | Downloaded serde_urlencoded v0.7.1 |
324 | 2024-10-01T18:59:24.620Z | Downloaded spin v0.9.8 |
325 | 2024-10-01T18:59:24.622Z | Downloaded foreign-types v0.5.0 |
326 | 2024-10-01T18:59:24.622Z | Downloaded zerocopy v0.6.6 |
327 | 2024-10-01T18:59:24.624Z | Downloaded tracing-core v0.1.32 |
328 | 2024-10-01T18:59:24.627Z | Downloaded serde_spanned v0.6.7 |
329 | 2024-10-01T18:59:24.629Z | Downloaded serde_tokenstream v0.2.2 |
330 | 2024-10-01T18:59:24.629Z | Downloaded stable_deref_trait v1.2.0 |
331 | 2024-10-01T18:59:24.629Z | Downloaded serde_tokenstream v0.1.7 |
332 | 2024-10-01T18:59:24.632Z | Downloaded tempfile v3.10.1 |
333 | 2024-10-01T18:59:24.634Z | Downloaded tap v1.0.1 |
334 | 2024-10-01T18:59:24.637Z | Downloaded toml v0.8.19 |
335 | 2024-10-01T18:59:24.639Z | Downloaded multer v3.1.0 |
336 | 2024-10-01T18:59:24.642Z | Downloaded zerocopy v0.3.2 |
337 | 2024-10-01T18:59:24.642Z | Downloaded usdt-impl v0.3.5 |
338 | 2024-10-01T18:59:24.645Z | Downloaded httparse v1.8.0 |
339 | 2024-10-01T18:59:24.647Z | Downloaded globset v0.4.14 |
340 | 2024-10-01T18:59:24.647Z | Downloaded num-bigint v0.4.5 |
341 | 2024-10-01T18:59:24.651Z | Downloaded pest v2.7.10 |
342 | 2024-10-01T18:59:24.656Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-10-01T18:59:24.659Z | Downloaded tokio-rustls v0.24.1 |
344 | 2024-10-01T18:59:24.661Z | Downloaded native-tls v0.2.11 |
345 | 2024-10-01T18:59:24.663Z | Downloaded unsafe-libyaml v0.2.11 |
346 | 2024-10-01T18:59:24.666Z | Downloaded tokio-rustls v0.26.0 |
347 | 2024-10-01T18:59:24.670Z | Downloaded static_assertions v1.1.0 |
348 | 2024-10-01T18:59:24.670Z | Downloaded mio v1.0.2 |
349 | 2024-10-01T18:59:24.673Z | Downloaded hickory-resolver v0.24.1 |
350 | 2024-10-01T18:59:24.678Z | Downloaded memchr v2.7.2 |
351 | 2024-10-01T18:59:24.683Z | Downloaded futures-channel v0.3.30 |
352 | 2024-10-01T18:59:24.685Z | Downloaded futures v0.3.30 |
353 | 2024-10-01T18:59:24.689Z | Downloaded socket2 v0.5.7 |
354 | 2024-10-01T18:59:24.691Z | Downloaded rusqlite v0.32.1 |
355 | 2024-10-01T18:59:24.697Z | Downloaded tokio-rustls v0.25.0 |
356 | 2024-10-01T18:59:24.699Z | Downloaded tar v0.4.40 |
357 | 2024-10-01T18:59:24.702Z | Downloaded indexmap v1.9.3 |
358 | 2024-10-01T18:59:24.705Z | Downloaded untrusted v0.9.0 |
359 | 2024-10-01T18:59:24.707Z | Downloaded serde_yaml v0.9.34+deprecated |
360 | 2024-10-01T18:59:24.710Z | Downloaded tungstenite v0.21.0 |
361 | 2024-10-01T18:59:24.713Z | Downloaded winnow v0.5.40 |
362 | 2024-10-01T18:59:24.722Z | Downloaded http v1.1.0 |
363 | 2024-10-01T18:59:24.725Z | Downloaded time v0.3.36 |
364 | 2024-10-01T18:59:24.732Z | Downloaded hyper-util v0.1.9 |
365 | 2024-10-01T18:59:24.736Z | Downloaded tracing v0.1.40 |
366 | 2024-10-01T18:59:24.740Z | Downloaded libm v0.2.8 |
367 | 2024-10-01T18:59:24.748Z | Downloaded hashbrown v0.12.3 |
368 | 2024-10-01T18:59:24.752Z | Downloaded itertools v0.13.0 |
369 | 2024-10-01T18:59:24.758Z | Downloaded unicode-segmentation v1.11.0 |
370 | 2024-10-01T18:59:24.761Z | Downloaded winnow v0.6.18 |
371 | 2024-10-01T18:59:24.769Z | Downloaded itertools v0.10.5 |
372 | 2024-10-01T18:59:24.776Z | Downloaded steno v0.4.1 |
373 | 2024-10-01T18:59:24.779Z | Downloaded toml_edit v0.22.20 |
374 | 2024-10-01T18:59:24.800Z | Downloaded hashbrown v0.14.5 |
375 | 2024-10-01T18:59:24.805Z | Downloaded zerocopy v0.7.34 |
376 | 2024-10-01T18:59:24.820Z | Downloaded unicode-normalization v0.1.23 |
377 | 2024-10-01T18:59:24.823Z | Downloaded futures-util v0.3.30 |
378 | 2024-10-01T18:59:24.834Z | Downloaded rustls-webpki v0.102.4 |
379 | 2024-10-01T18:59:24.852Z | Downloaded serde_json v1.0.128 |
380 | 2024-10-01T18:59:24.858Z | Downloaded git2 v0.19.0 |
381 | 2024-10-01T18:59:24.866Z | Downloaded h2 v0.4.6 |
382 | 2024-10-01T18:59:24.872Z | Downloaded regex v1.10.6 |
383 | 2024-10-01T18:59:24.884Z | Downloaded goblin v0.8.2 |
384 | 2024-10-01T18:59:24.890Z | Downloaded openssl v0.10.66 |
385 | 2024-10-01T18:59:24.899Z | Downloaded webpki-roots v0.26.3 |
386 | 2024-10-01T18:59:24.902Z | Downloaded dropshot v0.12.0 |
387 | 2024-10-01T18:59:24.921Z | Downloaded syn v1.0.109 |
388 | 2024-10-01T18:59:24.932Z | Downloaded rustls v0.21.12 |
389 | 2024-10-01T18:59:24.942Z | Downloaded vcpkg v0.2.15 |
390 | 2024-10-01T18:59:24.979Z | Downloaded syn v2.0.77 |
391 | 2024-10-01T18:59:24.989Z | Downloaded unicode-width v0.1.14 |
392 | 2024-10-01T18:59:24.994Z | Downloaded idna v0.5.0 |
393 | 2024-10-01T18:59:25.001Z | Downloaded idna v0.4.0 |
394 | 2024-10-01T18:59:25.007Z | Downloaded nix v0.28.0 |
395 | 2024-10-01T18:59:25.017Z | Downloaded smoltcp v0.11.0 |
396 | 2024-10-01T18:59:25.029Z | Downloaded regress v0.10.1 |
397 | 2024-10-01T18:59:25.036Z | Downloaded rustls v0.22.4 |
398 | 2024-10-01T18:59:25.049Z | Downloaded regex-syntax v0.8.4 |
399 | 2024-10-01T18:59:25.056Z | Downloaded openapiv3 v2.0.0 |
400 | 2024-10-01T18:59:25.067Z | Downloaded rustix v0.38.34 |
401 | 2024-10-01T18:59:25.087Z | Downloaded hickory-proto v0.24.1 |
402 | 2024-10-01T18:59:25.101Z | Downloaded nix v0.29.0 |
403 | 2024-10-01T18:59:25.111Z | Downloaded rustls v0.23.10 |
404 | 2024-10-01T18:59:25.126Z | Downloaded regress v0.9.1 |
405 | 2024-10-01T18:59:25.133Z | Downloaded bstr v1.9.1 |
406 | 2024-10-01T18:59:25.143Z | Downloaded chrono v0.4.38 |
407 | 2024-10-01T18:59:25.150Z | Downloaded typify-impl v0.2.0 |
408 | 2024-10-01T18:59:25.163Z | Downloaded zerocopy-derive v0.2.0 |
409 | 2024-10-01T18:59:25.170Z | Downloaded bitvec v1.0.1 |
410 | 2024-10-01T18:59:25.183Z | Downloaded petgraph v0.6.5 |
411 | 2024-10-01T18:59:25.199Z | Downloaded quinn-proto v0.11.8 |
412 | 2024-10-01T18:59:25.205Z | Downloaded zerocopy-derive v0.6.6 |
413 | 2024-10-01T18:59:25.213Z | Downloaded serde_with v3.9.0 |
414 | 2024-10-01T18:59:25.220Z | Downloaded reqwest v0.12.7 |
415 | 2024-10-01T18:59:25.228Z | Downloaded rustls-webpki v0.101.7 |
416 | 2024-10-01T18:59:25.241Z | Downloaded regex-automata v0.4.6 |
417 | 2024-10-01T18:59:25.256Z | Downloaded libc v0.2.159 |
418 | 2024-10-01T18:59:25.281Z | Downloaded indexmap v2.5.0 |
419 | 2024-10-01T18:59:25.284Z | Downloaded rayon v1.10.0 |
420 | 2024-10-01T18:59:25.292Z | Downloaded tokio-util v0.7.11 |
421 | 2024-10-01T18:59:25.298Z | Downloaded hyper v1.4.1 |
422 | 2024-10-01T18:59:25.304Z | Downloaded toml_edit v0.19.15 |
423 | 2024-10-01T18:59:25.318Z | Downloaded clap_builder v4.5.2 |
424 | 2024-10-01T18:59:25.324Z | Downloaded url v2.5.0 |
425 | 2024-10-01T18:59:25.327Z | Downloaded ipnetwork v0.20.0 |
426 | 2024-10-01T18:59:25.330Z | Downloaded uuid v1.10.0 |
427 | 2024-10-01T18:59:25.332Z | Downloaded ipnet v2.9.0 |
428 | 2024-10-01T18:59:25.335Z | Downloaded zerocopy-derive v0.7.34 |
429 | 2024-10-01T18:59:25.337Z | Downloaded serde_path_to_error v0.1.16 |
430 | 2024-10-01T18:59:25.340Z | Downloaded log v0.4.22 |
431 | 2024-10-01T18:59:25.340Z | Downloaded quinn v0.11.5 |
432 | 2024-10-01T18:59:25.344Z | Downloaded slog v2.7.0 |
433 | 2024-10-01T18:59:25.346Z | Downloaded ryu v1.0.18 |
434 | 2024-10-01T18:59:25.349Z | Downloaded lock_api v0.4.12 |
435 | 2024-10-01T18:59:25.351Z | Downloaded tokio v1.39.3 |
436 | 2024-10-01T18:59:25.385Z | Downloaded unicode-bidi v0.3.15 |
437 | 2024-10-01T18:59:25.391Z | Downloaded slog-term v2.9.1 |
438 | 2024-10-01T18:59:25.394Z | Downloaded heapless v0.8.0 |
439 | 2024-10-01T18:59:25.394Z | Downloaded macaddr v1.0.1 |
440 | 2024-10-01T18:59:25.394Z | Downloaded serde_derive_internals v0.29.1 |
441 | 2024-10-01T18:59:25.397Z | Downloaded usdt v0.3.5 |
442 | 2024-10-01T18:59:25.397Z | Downloaded lru-cache v0.1.2 |
443 | 2024-10-01T18:59:25.399Z | Downloaded hubpack v0.1.2 |
444 | 2024-10-01T18:59:25.399Z | Downloaded funty v2.0.0 |
445 | 2024-10-01T18:59:25.401Z | Downloaded serde_derive v1.0.210 |
446 | 2024-10-01T18:59:25.403Z | Downloaded aes v0.8.4 |
447 | 2024-10-01T18:59:25.406Z | Downloaded hex v0.4.3 |
448 | 2024-10-01T18:59:25.406Z | Downloaded slog-json v2.6.1 |
449 | 2024-10-01T18:59:25.408Z | Downloaded proc-macro2 v1.0.86 |
450 | 2024-10-01T18:59:25.411Z | Downloaded typenum v1.17.0 |
451 | 2024-10-01T18:59:25.413Z | Downloaded openssl-sys v0.9.103 |
452 | 2024-10-01T18:59:25.416Z | Downloaded signal-hook-registry v1.4.2 |
453 | 2024-10-01T18:59:25.419Z | Downloaded iana-time-zone v0.1.60 |
454 | 2024-10-01T18:59:25.421Z | Downloaded sha2 v0.10.8 |
455 | 2024-10-01T18:59:25.421Z | Downloaded password-hash v0.5.0 |
456 | 2024-10-01T18:59:25.424Z | Downloaded aho-corasick v1.1.3 |
457 | 2024-10-01T18:59:25.429Z | Downloaded similar v2.5.0 |
458 | 2024-10-01T18:59:25.433Z | Downloaded rand v0.8.5 |
459 | 2024-10-01T18:59:25.436Z | Downloaded serde_with_macros v3.9.0 |
460 | 2024-10-01T18:59:25.439Z | Downloaded serde_arrays v0.1.0 |
461 | 2024-10-01T18:59:25.439Z | Downloaded newtype-uuid v1.1.0 |
462 | 2024-10-01T18:59:25.441Z | Downloaded pest_derive v2.7.10 |
463 | 2024-10-01T18:59:25.444Z | Downloaded jobserver v0.1.31 |
464 | 2024-10-01T18:59:25.446Z | Downloaded sha1 v0.10.6 |
465 | 2024-10-01T18:59:25.446Z | Downloaded typify v0.2.0 |
466 | 2024-10-01T18:59:25.449Z | Downloaded time-macros v0.2.18 |
467 | 2024-10-01T18:59:25.451Z | Downloaded strum_macros v0.26.2 |
468 | 2024-10-01T18:59:25.451Z | Downloaded encoding_rs v0.8.34 |
469 | 2024-10-01T18:59:25.471Z | Downloaded pin-project-lite v0.2.14 |
470 | 2024-10-01T18:59:25.475Z | Downloaded generic-array v0.14.7 |
471 | 2024-10-01T18:59:25.478Z | Downloaded futures-executor v0.3.30 |
472 | 2024-10-01T18:59:25.478Z | Downloaded structmeta v0.3.0 |
473 | 2024-10-01T18:59:25.481Z | Downloaded prettyplease v0.2.22 |
474 | 2024-10-01T18:59:25.483Z | Downloaded pest_meta v2.7.10 |
475 | 2024-10-01T18:59:25.486Z | Downloaded rustls-pemfile v2.1.3 |
476 | 2024-10-01T18:59:25.488Z | Downloaded memmap v0.7.0 |
477 | 2024-10-01T18:59:25.488Z | Downloaded sct v0.7.1 |
478 | 2024-10-01T18:59:25.490Z | Downloaded derive_more v0.99.18 |
479 | 2024-10-01T18:59:25.495Z | Downloaded darling_core v0.20.9 |
480 | 2024-10-01T18:59:25.499Z | Downloaded cookie v0.18.1 |
481 | 2024-10-01T18:59:25.501Z | Downloaded clap v4.5.4 |
482 | 2024-10-01T18:59:25.509Z | Downloaded base64ct v1.6.0 |
483 | 2024-10-01T18:59:25.511Z | Downloaded progenitor-impl v0.8.0 |
484 | 2024-10-01T18:59:25.514Z | Downloaded usdt-attr-macro v0.5.0 |
485 | 2024-10-01T18:59:25.517Z | Downloaded hyper-rustls v0.27.3 |
486 | 2024-10-01T18:59:25.519Z | Downloaded futures-macro v0.3.30 |
487 | 2024-10-01T18:59:25.519Z | Downloaded fixedbitset v0.4.2 |
488 | 2024-10-01T18:59:25.519Z | Downloaded wyz v0.5.1 |
489 | 2024-10-01T18:59:25.521Z | Downloaded typify-macro v0.2.0 |
490 | 2024-10-01T18:59:25.521Z | Downloaded thread-id v4.2.1 |
491 | 2024-10-01T18:59:25.523Z | Downloaded quinn-udp v0.5.5 |
492 | 2024-10-01T18:59:25.523Z | Downloaded escargot v0.5.10 |
493 | 2024-10-01T18:59:25.526Z | Downloaded bitflags v1.3.2 |
494 | 2024-10-01T18:59:25.528Z | Downloaded proc-macro-crate v1.3.1 |
495 | 2024-10-01T18:59:25.528Z | Downloaded hyper-tls v0.6.0 |
496 | 2024-10-01T18:59:25.531Z | Downloaded rustls-pemfile v1.0.4 |
497 | 2024-10-01T18:59:25.533Z | Downloaded rand_chacha v0.3.1 |
498 | 2024-10-01T18:59:25.533Z | Downloaded powerfmt v0.2.0 |
499 | 2024-10-01T18:59:25.536Z | Downloaded bincode v1.3.3 |
500 | 2024-10-01T18:59:25.536Z | Downloaded argon2 v0.5.3 |
501 | 2024-10-01T18:59:25.538Z | Downloaded darling v0.20.9 |
502 | 2024-10-01T18:59:25.541Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
503 | 2024-10-01T18:59:25.597Z | Downloaded parse-display v0.10.0 |
504 | 2024-10-01T18:59:25.600Z | Downloaded ascii v1.1.0 |
505 | 2024-10-01T18:59:25.600Z | Downloaded ringbuffer v0.15.0 |
506 | 2024-10-01T18:59:25.603Z | Downloaded num_enum_derive v0.5.11 |
507 | 2024-10-01T18:59:25.605Z | Downloaded num_enum v0.5.11 |
508 | 2024-10-01T18:59:25.607Z | Downloaded either v1.13.0 |
509 | 2024-10-01T18:59:25.609Z | Downloaded dirs-next v2.0.0 |
510 | 2024-10-01T18:59:25.609Z | Downloaded deranged v0.3.11 |
511 | 2024-10-01T18:59:25.612Z | Downloaded defmt-macros v0.3.9 |
512 | 2024-10-01T18:59:25.615Z | Downloaded cobs v0.2.3 |
513 | 2024-10-01T18:59:25.615Z | Downloaded colored v2.1.0 |
514 | 2024-10-01T18:59:25.618Z | Downloaded cargo_metadata v0.18.1 |
515 | 2024-10-01T18:59:25.620Z | Downloaded pretty-hex v0.4.1 |
516 | 2024-10-01T18:59:25.620Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-10-01T18:59:25.620Z | Downloaded autocfg v1.3.0 |
518 | 2024-10-01T18:59:25.623Z | Downloaded pest_generator v2.7.10 |
519 | 2024-10-01T18:59:25.623Z | Downloaded allocator-api2 v0.2.18 |
520 | 2024-10-01T18:59:25.625Z | Downloaded blake2 v0.10.6 |
521 | 2024-10-01T18:59:25.627Z | Downloaded bitflags v2.6.0 |
522 | 2024-10-01T18:59:25.631Z | Downloaded ahash v0.8.11 |
523 | 2024-10-01T18:59:25.633Z | Downloaded bitstruct v0.1.1 |
524 | 2024-10-01T18:59:25.636Z | Downloaded console v0.15.8 |
525 | 2024-10-01T18:59:25.638Z | Downloaded cancel-safe-futures v0.1.5 |
526 | 2024-10-01T18:59:25.641Z | Downloaded parse-display-derive v0.10.0 |
527 | 2024-10-01T18:59:25.643Z | Downloaded num-iter v0.1.45 |
528 | 2024-10-01T18:59:25.643Z | Downloaded paste v1.0.15 |
529 | 2024-10-01T18:59:25.646Z | Downloaded num-derive v0.4.2 |
530 | 2024-10-01T18:59:25.649Z | Downloaded embedded-io v0.4.0 |
531 | 2024-10-01T18:59:25.651Z | Downloaded dyn-clone v1.0.17 |
532 | 2024-10-01T18:59:25.651Z | Downloaded dof v0.3.0 |
533 | 2024-10-01T18:59:25.651Z | Downloaded byteorder v1.5.0 |
534 | 2024-10-01T18:59:25.654Z | Downloaded errno v0.3.9 |
535 | 2024-10-01T18:59:25.657Z | Downloaded scroll_derive v0.12.0 |
536 | 2024-10-01T18:59:25.657Z | Downloaded defmt v0.3.8 |
537 | 2024-10-01T18:59:25.659Z | Downloaded clap_lex v0.7.0 |
538 | 2024-10-01T18:59:25.659Z | Downloaded anstream v0.6.14 |
539 | 2024-10-01T18:59:25.662Z | Downloaded aes-gcm-siv v0.11.1 |
540 | 2024-10-01T18:59:25.665Z | Downloaded ctrlc v3.4.4 |
541 | 2024-10-01T18:59:25.665Z | Downloaded convert_case v0.4.0 |
542 | 2024-10-01T18:59:25.665Z | Downloaded dirs-sys-next v0.1.2 |
543 | 2024-10-01T18:59:25.667Z | Downloaded cpufeatures v0.2.12 |
544 | 2024-10-01T18:59:25.667Z | Downloaded colorchoice v1.0.1 |
545 | 2024-10-01T18:59:25.670Z | Downloaded block-buffer v0.10.4 |
546 | 2024-10-01T18:59:25.819Z | Downloaded libsqlite3-sys v0.30.1 |
547 | 2024-10-01T18:59:25.927Z | Downloaded libz-sys v1.1.16 |
548 | 2024-10-01T18:59:26.023Z | Downloaded ring v0.17.8 |
549 | 2024-10-01T18:59:26.486Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-10-01T18:59:26.486Z | Compiling unicode-ident v1.0.13 |
551 | 2024-10-01T18:59:26.486Z | Compiling libc v0.2.159 |
552 | 2024-10-01T18:59:26.486Z | Compiling serde v1.0.210 |
553 | 2024-10-01T18:59:26.489Z | Compiling version_check v0.9.5 |
554 | 2024-10-01T18:59:26.489Z | Compiling autocfg v1.3.0 |
555 | 2024-10-01T18:59:26.489Z | Compiling once_cell v1.19.0 |
556 | 2024-10-01T18:59:26.527Z | Checking cfg-if v1.0.0 |
557 | 2024-10-01T18:59:26.702Z | Compiling serde_json v1.0.128 |
558 | 2024-10-01T18:59:26.741Z | Compiling thiserror v1.0.64 |
559 | 2024-10-01T18:59:27.057Z | Compiling memchr v2.7.2 |
560 | 2024-10-01T18:59:27.252Z | Compiling libm v0.2.8 |
561 | 2024-10-01T18:59:27.289Z | Compiling ahash v0.8.11 |
562 | 2024-10-01T18:59:27.659Z | Compiling byteorder v1.5.0 |
563 | 2024-10-01T18:59:27.679Z | Compiling itoa v1.0.11 |
564 | 2024-10-01T18:59:27.923Z | Compiling lock_api v0.4.12 |
565 | 2024-10-01T18:59:28.070Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-10-01T18:59:28.141Z | Compiling ryu v1.0.18 |
567 | 2024-10-01T18:59:28.359Z | Compiling quote v1.0.37 |
568 | 2024-10-01T18:59:28.447Z | Compiling slab v0.4.9 |
569 | 2024-10-01T18:59:28.543Z | Compiling allocator-api2 v0.2.18 |
570 | 2024-10-01T18:59:28.608Z | Checking getrandom v0.2.14 |
571 | 2024-10-01T18:59:28.693Z | Compiling jobserver v0.1.31 |
572 | 2024-10-01T18:59:28.781Z | Compiling syn v2.0.77 |
573 | 2024-10-01T18:59:28.846Z | Compiling schemars v0.8.21 |
574 | 2024-10-01T18:59:28.867Z | Compiling pkg-config v0.3.30 |
575 | 2024-10-01T18:59:28.952Z | Compiling vcpkg v0.2.15 |
576 | 2024-10-01T18:59:29.241Z | Checking pin-project-lite v0.2.14 |
577 | 2024-10-01T18:59:29.248Z | Compiling num-traits v0.2.19 |
578 | 2024-10-01T18:59:29.248Z | Compiling cc v1.0.97 |
579 | 2024-10-01T18:59:29.302Z | Compiling log v0.4.22 |
580 | 2024-10-01T18:59:29.424Z | Checking smallvec v1.13.2 |
581 | 2024-10-01T18:59:29.669Z | Compiling equivalent v1.0.1 |
582 | 2024-10-01T18:59:29.778Z | Checking scopeguard v1.2.0 |
583 | 2024-10-01T18:59:29.894Z | Checking mio v1.0.2 |
584 | 2024-10-01T18:59:30.079Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-10-01T18:59:30.130Z | Checking socket2 v0.5.7 |
586 | 2024-10-01T18:59:30.373Z | Checking parking_lot v0.12.2 |
587 | 2024-10-01T18:59:30.501Z | Compiling typenum v1.17.0 |
588 | 2024-10-01T18:59:30.599Z | Compiling httparse v1.8.0 |
589 | 2024-10-01T18:59:30.618Z | Compiling generic-array v0.14.7 |
590 | 2024-10-01T18:59:30.720Z | Compiling fnv v1.0.7 |
591 | 2024-10-01T18:59:31.038Z | Checking futures-core v0.3.30 |
592 | 2024-10-01T18:59:31.229Z | Checking iana-time-zone v0.1.60 |
593 | 2024-10-01T18:59:31.287Z | Compiling semver v1.0.23 |
594 | 2024-10-01T18:59:31.373Z | Checking rand_core v0.6.4 |
595 | 2024-10-01T18:59:31.494Z | Checking futures-sink v0.3.30 |
596 | 2024-10-01T18:59:31.645Z | Compiling ucd-trie v0.1.6 |
597 | 2024-10-01T18:59:31.726Z | Compiling slog v2.7.0 |
598 | 2024-10-01T18:59:31.774Z | Compiling heck v0.5.0 |
599 | 2024-10-01T18:59:31.991Z | Checking subtle v2.5.0 |
600 | 2024-10-01T18:59:32.158Z | Checking dyn-clone v1.0.17 |
601 | 2024-10-01T18:59:32.213Z | Checking futures-channel v0.3.30 |
602 | 2024-10-01T18:59:32.217Z | Checking pin-utils v0.1.0 |
603 | 2024-10-01T18:59:32.288Z | Checking futures-io v0.3.30 |
604 | 2024-10-01T18:59:32.310Z | Checking futures-task v0.3.30 |
605 | 2024-10-01T18:59:32.330Z | Compiling rustversion v1.0.17 |
606 | 2024-10-01T18:59:32.431Z | Compiling ring v0.17.8 |
607 | 2024-10-01T18:59:32.472Z | Compiling openssl-sys v0.9.103 |
608 | 2024-10-01T18:59:32.546Z | Compiling syn v1.0.109 |
609 | 2024-10-01T18:59:32.724Z | Compiling openssl v0.10.66 |
610 | 2024-10-01T18:59:33.192Z | Compiling aho-corasick v1.1.3 |
611 | 2024-10-01T18:59:33.900Z | Compiling regex-syntax v0.8.4 |
612 | 2024-10-01T18:59:34.262Z | Compiling rustls v0.23.10 |
613 | 2024-10-01T18:59:34.565Z | Compiling native-tls v0.2.11 |
614 | 2024-10-01T18:59:34.806Z | Compiling heck v0.4.1 |
615 | 2024-10-01T18:59:34.915Z | Checking spin v0.9.8 |
616 | 2024-10-01T18:59:35.185Z | Checking untrusted v0.9.0 |
617 | 2024-10-01T18:59:35.233Z | Compiling anyhow v1.0.89 |
618 | 2024-10-01T18:59:35.345Z | Compiling time-core v0.1.2 |
619 | 2024-10-01T18:59:35.503Z | Compiling num-conv v0.1.0 |
620 | 2024-10-01T18:59:35.524Z | Checking tracing-core v0.1.32 |
621 | 2024-10-01T18:59:35.773Z | Compiling serde_derive_internals v0.29.1 |
622 | 2024-10-01T18:59:36.178Z | Compiling time-macros v0.2.18 |
623 | 2024-10-01T18:59:36.245Z | Checking crypto-common v0.1.6 |
624 | 2024-10-01T18:59:36.424Z | Compiling thread-id v4.2.1 |
625 | 2024-10-01T18:59:36.962Z | Checking rustls-pki-types v1.7.0 |
626 | 2024-10-01T18:59:37.384Z | Compiling regex-automata v0.4.6 |
627 | 2024-10-01T18:59:37.604Z | Compiling camino v1.1.9 |
628 | 2024-10-01T18:59:37.926Z | Checking percent-encoding v2.3.1 |
629 | 2024-10-01T18:59:38.136Z | Checking form_urlencoded v1.2.1 |
630 | 2024-10-01T18:59:38.245Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-10-01T18:59:38.332Z | Checking tinyvec v1.6.0 |
632 | 2024-10-01T18:59:38.353Z | Checking ppv-lite86 v0.2.17 |
633 | 2024-10-01T18:59:39.050Z | Checking zeroize v1.7.0 |
634 | 2024-10-01T18:59:39.125Z | Checking atomic-waker v1.1.2 |
635 | 2024-10-01T18:59:39.267Z | Checking rand_chacha v0.3.1 |
636 | 2024-10-01T18:59:39.637Z | Checking unicode-normalization v0.1.23 |
637 | 2024-10-01T18:59:39.640Z | Compiling usdt-impl v0.5.0 |
638 | 2024-10-01T18:59:40.065Z | Checking try-lock v0.2.5 |
639 | 2024-10-01T18:59:40.133Z | Checking unicode-bidi v0.3.15 |
640 | 2024-10-01T18:59:40.186Z | Compiling plain v0.2.3 |
641 | 2024-10-01T18:59:40.487Z | Checking want v0.3.1 |
642 | 2024-10-01T18:59:40.663Z | Checking rand v0.8.5 |
643 | 2024-10-01T18:59:40.684Z | Compiling pretty-hex v0.4.1 |
644 | 2024-10-01T18:59:40.767Z | Checking httpdate v1.0.3 |
645 | 2024-10-01T18:59:40.880Z | Checking idna v0.5.0 |
646 | 2024-10-01T18:59:41.031Z | Checking tower-service v0.3.2 |
647 | 2024-10-01T18:59:41.069Z | Checking rustls-webpki v0.102.4 |
648 | 2024-10-01T18:59:41.100Z | Compiling serde_derive v1.0.210 |
649 | 2024-10-01T18:59:41.163Z | Compiling zerocopy-derive v0.7.34 |
650 | 2024-10-01T18:59:41.694Z | Compiling thiserror-impl v1.0.64 |
651 | 2024-10-01T18:59:41.744Z | Compiling tokio-macros v2.4.0 |
652 | 2024-10-01T18:59:41.871Z | Compiling futures-macro v0.3.30 |
653 | 2024-10-01T18:59:43.242Z | Compiling zerocopy v0.7.34 |
654 | 2024-10-01T18:59:43.789Z | Compiling schemars_derive v0.8.21 |
655 | 2024-10-01T18:59:44.668Z | Compiling pest v2.7.10 |
656 | 2024-10-01T18:59:44.693Z | Checking futures-util v0.3.30 |
657 | 2024-10-01T18:59:44.854Z | Compiling openssl-macros v0.1.1 |
658 | 2024-10-01T18:59:45.075Z | Compiling regex v1.10.6 |
659 | 2024-10-01T18:59:45.106Z | Checking hashbrown v0.14.5 |
660 | 2024-10-01T18:59:45.657Z | Compiling tracing-attributes v0.1.27 |
661 | 2024-10-01T18:59:46.142Z | Compiling scroll_derive v0.12.0 |
662 | 2024-10-01T18:59:46.370Z | Compiling strum_macros v0.26.2 |
663 | 2024-10-01T18:59:46.702Z | Compiling regress v0.10.1 |
664 | 2024-10-01T18:59:46.823Z | Compiling strsim v0.11.1 |
665 | 2024-10-01T18:59:47.555Z | Compiling pest_meta v2.7.10 |
666 | 2024-10-01T18:59:47.573Z | Checking cpufeatures v0.2.12 |
667 | 2024-10-01T18:59:47.596Z | Compiling scroll v0.12.0 |
668 | 2024-10-01T18:59:47.669Z | Checking base64 v0.22.1 |
669 | 2024-10-01T18:59:48.126Z | Compiling goblin v0.8.2 |
670 | 2024-10-01T18:59:48.164Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-10-01T18:59:49.992Z | Compiling pest_generator v2.7.10 |
672 | 2024-10-01T18:59:50.203Z | Checking tracing v0.1.40 |
673 | 2024-10-01T18:59:50.524Z | Compiling omicron-workspace-hack v0.1.0 |
674 | 2024-10-01T18:59:50.834Z | Checking url v2.5.0 |
675 | 2024-10-01T18:59:50.886Z | Compiling async-trait v0.1.83 |
676 | 2024-10-01T18:59:51.525Z | Checking block-buffer v0.10.4 |
677 | 2024-10-01T18:59:51.743Z | Compiling rustls v0.22.4 |
678 | 2024-10-01T18:59:51.825Z | Compiling pest_derive v2.7.10 |
679 | 2024-10-01T18:59:51.938Z | Checking foreign-types-shared v0.1.1 |
680 | 2024-10-01T18:59:52.044Z | Checking foreign-types v0.3.2 |
681 | 2024-10-01T18:59:52.097Z | Checking digest v0.10.7 |
682 | 2024-10-01T18:59:52.675Z | Compiling dtrace-parser v0.2.0 |
683 | 2024-10-01T18:59:53.285Z | Checking encoding_rs v0.8.34 |
684 | 2024-10-01T18:59:53.838Z | Checking bytes v1.7.2 |
685 | 2024-10-01T18:59:54.425Z | Checking bitflags v2.6.0 |
686 | 2024-10-01T18:59:54.469Z | Checking chrono v0.4.38 |
687 | 2024-10-01T18:59:54.597Z | Checking tokio v1.39.3 |
688 | 2024-10-01T18:59:54.721Z | Checking uuid v1.10.0 |
689 | 2024-10-01T18:59:55.610Z | Compiling indexmap v2.5.0 |
690 | 2024-10-01T18:59:56.602Z | Compiling serde_tokenstream v0.2.2 |
691 | 2024-10-01T18:59:56.972Z | Compiling http v1.1.0 |
692 | 2024-10-01T18:59:57.397Z | Compiling openapiv3 v2.0.0 |
693 | 2024-10-01T18:59:57.864Z | Compiling dof v0.3.0 |
694 | 2024-10-01T18:59:57.911Z | Compiling serde_yaml v0.9.34+deprecated |
695 | 2024-10-01T18:59:58.341Z | Compiling toml_datetime v0.6.8 |
696 | 2024-10-01T18:59:58.826Z | Checking http-body v1.0.1 |
697 | 2024-10-01T18:59:59.029Z | Checking http-body-util v0.1.2 |
698 | 2024-10-01T18:59:59.321Z | Checking mime v0.3.17 |
699 | 2024-10-01T18:59:59.588Z | Compiling slog-async v2.8.0 |
700 | 2024-10-01T18:59:59.656Z | Compiling paste v1.0.15 |
701 | 2024-10-01T19:00:00.107Z | Compiling ident_case v1.0.1 |
702 | 2024-10-01T19:00:00.176Z | Compiling crossbeam-utils v0.8.19 |
703 | 2024-10-01T19:00:00.198Z | Compiling usdt-macro v0.5.0 |
704 | 2024-10-01T19:00:00.297Z | Compiling darling_core v0.20.9 |
705 | 2024-10-01T19:00:00.573Z | Compiling usdt-attr-macro v0.5.0 |
706 | 2024-10-01T19:00:01.681Z | Compiling typify-impl v0.2.0 |
707 | 2024-10-01T19:00:01.770Z | Checking serde_urlencoded v0.7.1 |
708 | 2024-10-01T19:00:01.851Z | Checking tokio-util v0.7.11 |
709 | 2024-10-01T19:00:02.226Z | Checking rustls-pemfile v2.1.3 |
710 | 2024-10-01T19:00:02.635Z | Compiling multer v3.1.0 |
711 | 2024-10-01T19:00:02.694Z | Checking h2 v0.4.6 |
712 | 2024-10-01T19:00:02.726Z | Compiling rustix v0.38.34 |
713 | 2024-10-01T19:00:03.415Z | Checking openssl-probe v0.1.5 |
714 | 2024-10-01T19:00:04.713Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-10-01T19:00:04.888Z | Checking errno v0.3.9 |
716 | 2024-10-01T19:00:05.071Z | Checking ipnet v2.9.0 |
717 | 2024-10-01T19:00:05.727Z | Checking powerfmt v0.2.0 |
718 | 2024-10-01T19:00:06.024Z | Checking deranged v0.3.11 |
719 | 2024-10-01T19:00:06.504Z | Compiling darling_macro v0.20.9 |
720 | 2024-10-01T19:00:07.060Z | Checking hyper v1.4.1 |
721 | 2024-10-01T19:00:07.497Z | Compiling darling v0.20.9 |
722 | 2024-10-01T19:00:07.629Z | Checking serde_spanned v0.6.7 |
723 | 2024-10-01T19:00:07.712Z | Checking tokio-native-tls v0.3.1 |
724 | 2024-10-01T19:00:07.909Z | Checking futures-executor v0.3.30 |
725 | 2024-10-01T19:00:08.113Z | Checking webpki-roots v0.26.3 |
726 | 2024-10-01T19:00:08.429Z | Checking is-terminal v0.4.12 |
727 | 2024-10-01T19:00:08.556Z | Compiling dropshot v0.12.0 |
728 | 2024-10-01T19:00:08.904Z | Checking num_threads v0.1.7 |
729 | 2024-10-01T19:00:09.160Z | Checking hyper-util v0.1.9 |
730 | 2024-10-01T19:00:09.183Z | Checking time v0.3.36 |
731 | 2024-10-01T19:00:09.244Z | Checking futures v0.3.30 |
732 | 2024-10-01T19:00:09.267Z | Compiling serde_with_macros v3.9.0 |
733 | 2024-10-01T19:00:09.267Z | Checking tokio-rustls v0.26.0 |
734 | 2024-10-01T19:00:09.694Z | Compiling dropshot_endpoint v0.12.0 |
735 | 2024-10-01T19:00:09.975Z | Checking sha1 v0.10.6 |
736 | 2024-10-01T19:00:10.715Z | Compiling structmeta-derive v0.3.0 |
737 | 2024-10-01T19:00:10.827Z | Checking hyper-rustls v0.27.3 |
738 | 2024-10-01T19:00:11.195Z | Checking hyper-tls v0.6.0 |
739 | 2024-10-01T19:00:11.469Z | Checking sync_wrapper v1.0.1 |
740 | 2024-10-01T19:00:11.906Z | Checking reqwest v0.12.7 |
741 | 2024-10-01T19:00:12.948Z | Checking strum v0.26.2 |
742 | 2024-10-01T19:00:13.102Z | Checking dirs-sys-next v0.1.2 |
743 | 2024-10-01T19:00:13.391Z | Compiling structmeta v0.3.0 |
744 | 2024-10-01T19:00:13.753Z | Checking match_cfg v0.1.0 |
745 | 2024-10-01T19:00:13.776Z | Checking winnow v0.6.18 |
746 | 2024-10-01T19:00:13.946Z | Checking hostname v0.3.1 |
747 | 2024-10-01T19:00:14.109Z | Compiling parse-display-derive v0.10.0 |
748 | 2024-10-01T19:00:14.376Z | Checking progenitor-client v0.8.0 |
749 | 2024-10-01T19:00:14.703Z | Checking dirs-next v2.0.0 |
750 | 2024-10-01T19:00:14.837Z | Checking ipnetwork v0.20.0 |
751 | 2024-10-01T19:00:15.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
752 | 2024-10-01T19:00:15.762Z | Checking thread_local v1.1.8 |
753 | 2024-10-01T19:00:15.847Z | Compiling typify-macro v0.2.0 |
754 | 2024-10-01T19:00:16.854Z | Checking term v0.7.0 |
755 | 2024-10-01T19:00:17.068Z | Checking crossbeam-channel v0.5.12 |
756 | 2024-10-01T19:00:17.390Z | Checking memmap v0.7.0 |
757 | 2024-10-01T19:00:17.609Z | Checking take_mut v0.2.2 |
758 | 2024-10-01T19:00:18.080Z | Checking slog-term v2.9.1 |
759 | 2024-10-01T19:00:18.128Z | Checking toml_edit v0.22.20 |
760 | 2024-10-01T19:00:18.269Z | Checking usdt v0.5.0 |
761 | 2024-10-01T19:00:18.600Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
762 | 2024-10-01T19:00:18.889Z | Checking slog-json v2.6.1 |
763 | 2024-10-01T19:00:19.685Z | Compiling typify v0.2.0 |
764 | 2024-10-01T19:00:19.828Z | Compiling progenitor-impl v0.8.0 |
765 | 2024-10-01T19:00:20.263Z | Checking debug-ignore v1.0.5 |
766 | 2024-10-01T19:00:20.692Z | Compiling winnow v0.5.40 |
767 | 2024-10-01T19:00:20.786Z | Checking toml v0.8.19 |
768 | 2024-10-01T19:00:22.103Z | Checking slog-bunyan v2.5.0 |
769 | 2024-10-01T19:00:22.626Z | Checking async-stream v0.3.5 |
770 | 2024-10-01T19:00:22.852Z | Checking tokio-rustls v0.25.0 |
771 | 2024-10-01T19:00:23.197Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-10-01T19:00:23.226Z | Checking waitgroup v0.1.2 |
773 | 2024-10-01T19:00:23.362Z | Checking hostname v0.4.0 |
774 | 2024-10-01T19:00:23.821Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
775 | 2024-10-01T19:00:23.905Z | Checking serde_with v3.9.0 |
776 | 2024-10-01T19:00:23.979Z | Checking newtype-uuid v1.1.0 |
777 | 2024-10-01T19:00:24.153Z | Compiling clap_derive v4.5.4 |
778 | 2024-10-01T19:00:24.213Z | Checking utf8parse v0.2.1 |
779 | 2024-10-01T19:00:24.425Z | Compiling toml_edit v0.19.15 |
780 | 2024-10-01T19:00:24.639Z | Checking unicode-width v0.1.14 |
781 | 2024-10-01T19:00:25.664Z | Checking anstyle-parse v0.2.4 |
782 | 2024-10-01T19:00:25.963Z | Checking hex v0.4.3 |
783 | 2024-10-01T19:00:26.648Z | Compiling progenitor-macro v0.8.0 |
784 | 2024-10-01T19:00:27.316Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-10-01T19:00:27.468Z | Checking instant v0.1.12 |
786 | 2024-10-01T19:00:27.592Z | Checking colorchoice v1.0.1 |
787 | 2024-10-01T19:00:27.738Z | Checking lazy_static v1.5.0 |
788 | 2024-10-01T19:00:27.921Z | Checking anstyle-query v1.0.3 |
789 | 2024-10-01T19:00:28.002Z | Checking anstyle v1.0.7 |
790 | 2024-10-01T19:00:28.057Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-10-01T19:00:28.179Z | Checking backoff v0.4.0 |
792 | 2024-10-01T19:00:28.232Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
793 | 2024-10-01T19:00:28.392Z | Checking anstream v0.6.14 |
794 | 2024-10-01T19:00:28.481Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-10-01T19:00:28.716Z | Checking parse-display v0.10.0 |
796 | 2024-10-01T19:00:28.747Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-10-01T19:00:28.778Z | Checking terminal_size v0.3.0 |
798 | 2024-10-01T19:00:28.937Z | Checking macaddr v1.0.1 |
799 | 2024-10-01T19:00:28.955Z | Checking regress v0.9.1 |
800 | 2024-10-01T19:00:29.762Z | Checking num-integer v0.1.46 |
801 | 2024-10-01T19:00:30.389Z | Checking clap_lex v0.7.0 |
802 | 2024-10-01T19:00:30.456Z | Compiling unicode-xid v0.2.4 |
803 | 2024-10-01T19:00:30.651Z | Checking clap_builder v4.5.2 |
804 | 2024-10-01T19:00:32.598Z | Compiling crucible-workspace-hack v0.1.0 |
805 | 2024-10-01T19:00:32.867Z | Compiling heapless v0.8.0 |
806 | 2024-10-01T19:00:33.819Z | Checking clap v4.5.4 |
807 | 2024-10-01T19:00:33.944Z | Compiling num_enum_derive v0.5.11 |
808 | 2024-10-01T19:00:33.960Z | Checking num-bigint v0.4.5 |
809 | 2024-10-01T19:00:35.278Z | Checking hash32 v0.3.1 |
810 | 2024-10-01T19:00:35.710Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-10-01T19:00:36.069Z | Compiling smoltcp v0.11.0 |
812 | 2024-10-01T19:00:36.116Z | Checking stable_deref_trait v1.2.0 |
813 | 2024-10-01T19:00:36.279Z | Checking bitflags v1.3.2 |
814 | 2024-10-01T19:00:36.301Z | Checking fastrand v2.1.0 |
815 | 2024-10-01T19:00:36.340Z | Checking either v1.13.0 |
816 | 2024-10-01T19:00:36.383Z | Checking num-rational v0.4.2 |
817 | 2024-10-01T19:00:36.428Z | Checking num_enum v0.5.11 |
818 | 2024-10-01T19:00:36.627Z | Checking tempfile v3.10.1 |
819 | 2024-10-01T19:00:40.737Z | Compiling synstructure v0.12.6 |
820 | 2024-10-01T19:00:40.778Z | Checking num-iter v0.1.45 |
821 | 2024-10-01T19:00:40.778Z | Checking num-complex v0.4.6 |
822 | 2024-10-01T19:00:40.778Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-10-01T19:00:40.778Z | Checking cobs v0.2.3 |
824 | 2024-10-01T19:00:40.778Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
825 | 2024-10-01T19:00:40.778Z | Checking managed v0.8.0 |
826 | 2024-10-01T19:00:40.778Z | Checking postcard v1.0.9 |
827 | 2024-10-01T19:00:40.778Z | Checking num v0.4.3 |
828 | 2024-10-01T19:00:40.778Z | Compiling zerocopy-derive v0.2.0 |
829 | 2024-10-01T19:00:40.778Z | Compiling foreign-types-macros v0.2.3 |
830 | 2024-10-01T19:00:40.778Z | Compiling libz-sys v1.1.16 |
831 | 2024-10-01T19:00:40.778Z | Compiling proc-macro-error v1.0.4 |
832 | 2024-10-01T19:00:40.778Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
833 | 2024-10-01T19:00:40.778Z | Checking pretty-hex v0.2.1 |
834 | 2024-10-01T19:00:40.778Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-10-01T19:00:40.778Z | Checking foreign-types-shared v0.3.1 |
836 | 2024-10-01T19:00:40.778Z | Checking foreign-types v0.5.0 |
837 | 2024-10-01T19:00:40.995Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
838 | 2024-10-01T19:00:41.986Z | Checking progenitor v0.8.0 |
839 | 2024-10-01T19:00:42.194Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
840 | 2024-10-01T19:00:42.216Z | Checking tabwriter v1.4.0 |
841 | 2024-10-01T19:00:42.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
842 | 2024-10-01T19:00:42.625Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
843 | 2024-10-01T19:00:43.479Z | Checking cstr-argument v0.1.2 |
844 | 2024-10-01T19:00:43.558Z | Compiling prettyplease v0.2.22 |
845 | 2024-10-01T19:00:43.741Z | Checking data-encoding v2.6.0 |
846 | 2024-10-01T19:00:43.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-10-01T19:00:44.307Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
848 | 2024-10-01T19:00:44.647Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
849 | 2024-10-01T19:00:45.524Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
850 | 2024-10-01T19:00:45.796Z | Checking colored v2.1.0 |
851 | 2024-10-01T19:00:47.063Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
852 | 2024-10-01T19:00:47.139Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-10-01T19:00:47.511Z | Checking is_ci v1.2.0 |
854 | 2024-10-01T19:00:47.550Z | Checking unicode-segmentation v1.11.0 |
855 | 2024-10-01T19:00:47.651Z | Checking float-ord v0.3.2 |
856 | 2024-10-01T19:00:47.803Z | Checking static_assertions v1.1.0 |
857 | 2024-10-01T19:00:47.904Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
858 | 2024-10-01T19:00:47.970Z | Compiling semver v0.1.20 |
859 | 2024-10-01T19:00:48.142Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-10-01T19:00:48.216Z | Checking newline-converter v0.3.0 |
861 | 2024-10-01T19:00:48.375Z | Compiling rustc_version v0.1.7 |
862 | 2024-10-01T19:00:49.866Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-10-01T19:00:51.127Z | Checking camino-tempfile v1.1.1 |
864 | 2024-10-01T19:00:51.235Z | Checking itertools v0.10.5 |
865 | 2024-10-01T19:00:51.403Z | Checking console v0.15.8 |
866 | 2024-10-01T19:00:51.988Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-10-01T19:00:52.738Z | Compiling num-derive v0.4.2 |
868 | 2024-10-01T19:00:54.468Z | Checking sigpipe v0.1.3 |
869 | 2024-10-01T19:00:54.581Z | Compiling usdt-impl v0.3.5 |
870 | 2024-10-01T19:00:54.943Z | Checking similar v2.5.0 |
871 | 2024-10-01T19:00:54.946Z | Checking base64ct v1.6.0 |
872 | 2024-10-01T19:00:55.334Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2024-10-01T19:00:55.656Z | Compiling owo-colors v4.1.0 |
874 | 2024-10-01T19:00:56.010Z | Checking expectorate v1.1.0 |
875 | 2024-10-01T19:00:56.198Z | Checking password-hash v0.5.0 |
876 | 2024-10-01T19:00:56.645Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
877 | 2024-10-01T19:00:56.771Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
878 | 2024-10-01T19:00:56.921Z | Checking zone v0.3.0 |
879 | 2024-10-01T19:00:56.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
880 | 2024-10-01T19:00:57.069Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
881 | 2024-10-01T19:00:57.187Z | Compiling newtype_derive v0.1.6 |
882 | 2024-10-01T19:00:57.239Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
883 | 2024-10-01T19:00:57.258Z | Checking supports-color v3.0.1 |
884 | 2024-10-01T19:00:57.345Z | Checking supports-color v2.1.0 |
885 | 2024-10-01T19:00:57.448Z | Compiling zerocopy v0.3.2 |
886 | 2024-10-01T19:00:57.513Z | Compiling cargo-platform v0.1.8 |
887 | 2024-10-01T19:00:57.537Z | Checking blake2 v0.10.6 |
888 | 2024-10-01T19:00:57.655Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-10-01T19:00:57.929Z | Checking smf v0.2.3 |
890 | 2024-10-01T19:00:57.985Z | Compiling serde_repr v0.1.19 |
891 | 2024-10-01T19:00:58.005Z | Compiling zerocopy-derive v0.6.6 |
892 | 2024-10-01T19:00:58.371Z | Compiling vergen v8.3.2 |
893 | 2024-10-01T19:00:58.590Z | Checking whoami v1.5.1 |
894 | 2024-10-01T19:00:58.871Z | Checking base64 v0.21.7 |
895 | 2024-10-01T19:00:58.892Z | Checking fixedbitset v0.4.2 |
896 | 2024-10-01T19:00:59.043Z | Compiling cancel-safe-futures v0.1.5 |
897 | 2024-10-01T19:00:59.178Z | Checking petgraph v0.6.5 |
898 | 2024-10-01T19:00:59.448Z | Checking hubpack v0.1.2 |
899 | 2024-10-01T19:00:59.879Z | Checking argon2 v0.5.3 |
900 | 2024-10-01T19:00:59.903Z | Checking zerocopy v0.6.6 |
901 | 2024-10-01T19:01:00.338Z | Compiling dof v0.1.5 |
902 | 2024-10-01T19:01:00.469Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-10-01T19:01:01.723Z | Compiling rustc_version v0.4.0 |
904 | 2024-10-01T19:01:02.355Z | Checking serde-big-array v0.5.1 |
905 | 2024-10-01T19:01:02.495Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-10-01T19:01:02.543Z | Compiling strum_macros v0.25.3 |
907 | 2024-10-01T19:01:02.728Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-10-01T19:01:03.263Z | Compiling slog-dtrace v0.3.0 |
909 | 2024-10-01T19:01:03.681Z | Compiling cookie v0.18.1 |
910 | 2024-10-01T19:01:03.770Z | Compiling convert_case v0.4.0 |
911 | 2024-10-01T19:01:03.797Z | Compiling cfg_aliases v0.2.1 |
912 | 2024-10-01T19:01:03.902Z | Compiling rustls v0.21.12 |
913 | 2024-10-01T19:01:03.998Z | Compiling nix v0.29.0 |
914 | 2024-10-01T19:01:04.307Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-10-01T19:01:04.421Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
916 | 2024-10-01T19:01:04.516Z | Compiling derive_more v0.99.18 |
917 | 2024-10-01T19:01:04.847Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-10-01T19:01:05.622Z | Checking atomicwrites v0.4.4 |
919 | 2024-10-01T19:01:05.670Z | Checking itertools v0.13.0 |
920 | 2024-10-01T19:01:05.702Z | Checking libsw v3.3.1 |
921 | 2024-10-01T19:01:05.813Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-10-01T19:01:05.983Z | Compiling enum-as-inner v0.6.0 |
923 | 2024-10-01T19:01:05.986Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
924 | 2024-10-01T19:01:06.023Z | Compiling derive-where v1.2.7 |
925 | 2024-10-01T19:01:06.347Z | Checking sct v0.7.1 |
926 | 2024-10-01T19:01:06.560Z | Checking rustls-webpki v0.101.7 |
927 | 2024-10-01T19:01:07.116Z | Checking idna v0.4.0 |
928 | 2024-10-01T19:01:07.187Z | Checking inout v0.1.3 |
929 | 2024-10-01T19:01:07.978Z | Checking linear-map v1.2.0 |
930 | 2024-10-01T19:01:08.267Z | Checking indent_write v2.2.0 |
931 | 2024-10-01T19:01:08.288Z | Checking quick-error v1.2.3 |
932 | 2024-10-01T19:01:08.434Z | Checking linked-hash-map v0.5.6 |
933 | 2024-10-01T19:01:08.462Z | Compiling radium v0.7.0 |
934 | 2024-10-01T19:01:08.791Z | Checking highway v1.2.0 |
935 | 2024-10-01T19:01:08.938Z | Checking swrite v0.1.0 |
936 | 2024-10-01T19:01:09.047Z | Checking utf-8 v0.7.6 |
937 | 2024-10-01T19:01:09.104Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
938 | 2024-10-01T19:01:09.155Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-10-01T19:01:09.252Z | Checking tungstenite v0.21.0 |
940 | 2024-10-01T19:01:10.168Z | Checking lru-cache v0.1.2 |
941 | 2024-10-01T19:01:10.338Z | Checking resolv-conf v0.7.0 |
942 | 2024-10-01T19:01:10.607Z | Checking hickory-proto v0.24.1 |
943 | 2024-10-01T19:01:10.659Z | Checking cipher v0.4.4 |
944 | 2024-10-01T19:01:10.791Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-10-01T19:01:11.321Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-10-01T19:01:11.920Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-10-01T19:01:14.176Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-10-01T19:01:14.253Z | Checking steno v0.4.1 |
949 | 2024-10-01T19:01:14.847Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-10-01T19:01:15.064Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-10-01T19:01:15.155Z | Checking crossbeam-epoch v0.9.18 |
952 | 2024-10-01T19:01:15.679Z | Checking hashlink v0.9.1 |
953 | 2024-10-01T19:01:16.081Z | Checking fallible-streaming-iterator v0.1.9 |
954 | 2024-10-01T19:01:16.103Z | Checking fallible-iterator v0.3.0 |
955 | 2024-10-01T19:01:16.279Z | Compiling rayon-core v1.12.1 |
956 | 2024-10-01T19:01:16.282Z | Checking tap v1.0.1 |
957 | 2024-10-01T19:01:16.321Z | Checking humantime v2.1.0 |
958 | 2024-10-01T19:01:16.487Z | Checking crossbeam-deque v0.8.5 |
959 | 2024-10-01T19:01:16.547Z | Checking wyz v0.5.1 |
960 | 2024-10-01T19:01:16.616Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
961 | 2024-10-01T19:01:16.682Z | Checking rusqlite v0.32.1 |
962 | 2024-10-01T19:01:16.783Z | Checking hickory-resolver v0.24.1 |
963 | 2024-10-01T19:01:16.927Z | Checking tokio-rustls v0.24.1 |
964 | 2024-10-01T19:01:17.300Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-10-01T19:01:17.465Z | Compiling usdt-attr-macro v0.3.5 |
966 | 2024-10-01T19:01:17.726Z | Compiling usdt-macro v0.3.5 |
967 | 2024-10-01T19:01:18.150Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-10-01T19:01:18.264Z | Checking twox-hash v1.6.3 |
969 | 2024-10-01T19:01:18.343Z | Compiling num_enum_derive v0.7.2 |
970 | 2024-10-01T19:01:18.718Z | Checking universal-hash v0.5.1 |
971 | 2024-10-01T19:01:18.884Z | Checking atty v0.2.14 |
972 | 2024-10-01T19:01:18.904Z | Checking opaque-debug v0.3.1 |
973 | 2024-10-01T19:01:18.997Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
974 | 2024-10-01T19:01:19.019Z | Checking funty v2.0.0 |
975 | 2024-10-01T19:01:19.331Z | Checking polyval v0.6.2 |
976 | 2024-10-01T19:01:19.573Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
977 | 2024-10-01T19:01:19.668Z | Checking usdt v0.3.5 |
978 | 2024-10-01T19:01:19.898Z | Checking bitvec v1.0.1 |
979 | 2024-10-01T19:01:20.341Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
980 | 2024-10-01T19:01:20.363Z | Checking aes v0.8.4 |
981 | 2024-10-01T19:01:20.465Z | Checking ctr v0.9.2 |
982 | 2024-10-01T19:01:20.660Z | Checking num_enum v0.7.2 |
983 | 2024-10-01T19:01:20.703Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
984 | 2024-10-01T19:01:20.705Z | Checking bincode v1.3.3 |
985 | 2024-10-01T19:01:20.827Z | Checking aead v0.5.2 |
986 | 2024-10-01T19:01:21.116Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
987 | 2024-10-01T19:01:21.195Z | Checking aes-gcm-siv v0.11.1 |
988 | 2024-10-01T19:01:21.336Z | Checking rayon v1.10.0 |
989 | 2024-10-01T19:01:21.489Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
990 | 2024-10-01T19:01:21.511Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
991 | 2024-10-01T19:01:21.568Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
992 | 2024-10-01T19:01:21.742Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
993 | 2024-10-01T19:01:21.890Z | Compiling bitstruct_derive v0.1.0 |
994 | 2024-10-01T19:01:21.923Z | Compiling async-recursion v1.1.1 |
995 | 2024-10-01T19:01:22.099Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
996 | 2024-10-01T19:01:22.239Z | Checking ringbuffer v0.15.0 |
997 | 2024-10-01T19:01:22.659Z | Compiling cfg_aliases v0.1.1 |
998 | 2024-10-01T19:01:22.770Z | Checking ascii v1.1.0 |
999 | 2024-10-01T19:01:23.187Z | Checking typeid v1.0.0 |
1000 | 2024-10-01T19:01:23.258Z | Checking bitstruct v0.1.1 |
1001 | 2024-10-01T19:01:23.319Z | Checking erased-serde v0.4.5 |
1002 | 2024-10-01T19:01:23.374Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1003 | 2024-10-01T19:01:23.450Z | Compiling nix v0.28.0 |
1004 | 2024-10-01T19:01:23.969Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1005 | 2024-10-01T19:01:24.178Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1006 | 2024-10-01T19:01:24.245Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1007 | 2024-10-01T19:01:24.267Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1008 | 2024-10-01T19:01:24.359Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1009 | 2024-10-01T19:01:24.558Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1010 | 2024-10-01T19:01:24.581Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1011 | 2024-10-01T19:01:24.612Z | Checking toml v0.7.8 |
1012 | 2024-10-01T19:01:24.614Z | Checking serde_arrays v0.1.0 |
1013 | 2024-10-01T19:01:24.775Z | Checking libloading v0.7.4 |
1014 | 2024-10-01T19:01:24.903Z | Compiling const_format_proc_macros v0.2.32 |
1015 | 2024-10-01T19:01:24.944Z | Checking kstat-rs v0.2.4 |
1016 | 2024-10-01T19:01:25.022Z | Compiling escargot v0.5.10 |
1017 | 2024-10-01T19:01:25.288Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1018 | 2024-10-01T19:01:25.385Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1019 | 2024-10-01T19:01:25.436Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1020 | 2024-10-01T19:01:25.731Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1021 | 2024-10-01T19:01:25.909Z | Checking ron v0.8.1 |
1022 | 2024-10-01T19:01:26.361Z | Checking xattr v1.3.1 |
1023 | 2024-10-01T19:01:26.548Z | Checking filetime v0.2.23 |
1024 | 2024-10-01T19:01:26.733Z | Checking const_format v0.2.32 |
1025 | 2024-10-01T19:01:26.755Z | Checking bstr v1.9.1 |
1026 | 2024-10-01T19:01:26.833Z | Checking bit_field v0.10.2 |
1027 | 2024-10-01T19:01:27.076Z | Checking ctrlc v3.4.4 |
1028 | 2024-10-01T19:01:27.129Z | Checking tar v0.4.40 |
1029 | 2024-10-01T19:01:27.475Z | Checking globset v0.4.14 |
1030 | 2024-10-01T19:01:27.862Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1031 | 2024-10-01T19:01:27.971Z | Checking fatfs v0.3.6 |
1032 | 2024-10-01T19:01:28.357Z | Checking glob v0.3.1 |
1033 | 2024-10-01T19:01:29.737Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1034 | 2024-10-01T19:01:30.726Z | Compiling git2 v0.19.0 |
1035 | 2024-10-01T19:01:31.236Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-10-01T19:01:31.851Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1037 | 2024-10-01T19:01:35.386Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1038 | 2024-10-01T19:01:37.121Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1039 | 2024-10-01T19:01:43.683Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1040 | 2024-10-01T19:01:49.079Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1041 | 2024-10-01T19:01:57.962Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1042 | 2024-10-01T19:01:57.962Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1043 | 2024-10-01T19:02:04.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s |
1044 | 2024-10-01T19:02:05.186Z | |
1045 | 2024-10-01T19:02:05.186Z | real 2:58.638872718 |
1046 | 2024-10-01T19:02:05.186Z | user 13:18.422883445 |
1047 | 2024-10-01T19:02:05.186Z | sys 3:12.875795124 |
1048 | 2024-10-01T19:02:05.186Z | trap 0.377415075 |
1049 | 2024-10-01T19:02:05.187Z | tflt 1.858888844 |
1050 | 2024-10-01T19:02:05.187Z | dflt 0.585679197 |
1051 | 2024-10-01T19:02:05.187Z | kflt 0.005227637 |
1052 | 2024-10-01T19:02:05.189Z | lock 17:44.353582131 |
1053 | 2024-10-01T19:02:05.189Z | slp 53:48.494639855 |
1054 | 2024-10-01T19:02:05.189Z | lat 57.426239576 |
1055 | 2024-10-01T19:02:05.189Z | stop 3:15.925026171 |
1056 | 2024-10-01T19:02:05.189Z | + ptime -m cargo clippy --features falcon --all-targets |
1057 | 2024-10-01T19:02:05.715Z | Downloading crates ... |
1058 | 2024-10-01T19:02:05.896Z | Downloaded slog-stdlog v4.1.1 |
1059 | 2024-10-01T19:02:05.904Z | Downloaded arc-swap v1.7.1 |
1060 | 2024-10-01T19:02:05.911Z | Downloaded predicates-tree v1.0.9 |
1061 | 2024-10-01T19:02:05.913Z | Downloaded downcast v0.11.0 |
1062 | 2024-10-01T19:02:05.916Z | Downloaded crc32fast v1.4.0 |
1063 | 2024-10-01T19:02:05.919Z | Downloaded termtree v0.4.1 |
1064 | 2024-10-01T19:02:05.921Z | Downloaded slog-envlogger v2.2.0 |
1065 | 2024-10-01T19:02:05.921Z | Downloaded serde_test v1.0.176 |
1066 | 2024-10-01T19:02:05.923Z | Downloaded simd-adler32 v0.3.7 |
1067 | 2024-10-01T19:02:05.926Z | Downloaded slog-scope v4.4.0 |
1068 | 2024-10-01T19:02:05.929Z | Downloaded predicates v3.1.0 |
1069 | 2024-10-01T19:02:05.931Z | Downloaded fdeflate v0.3.4 |
1070 | 2024-10-01T19:02:05.933Z | Downloaded miniz_oxide v0.7.2 |
1071 | 2024-10-01T19:02:05.936Z | Downloaded mockall_derive v0.12.1 |
1072 | 2024-10-01T19:02:05.938Z | Downloaded mockall v0.12.1 |
1073 | 2024-10-01T19:02:05.940Z | Downloaded bytemuck v1.16.0 |
1074 | 2024-10-01T19:02:05.943Z | Downloaded predicates-core v1.0.6 |
1075 | 2024-10-01T19:02:05.943Z | Downloaded png v0.17.13 |
1076 | 2024-10-01T19:02:05.946Z | Downloaded flate2 v1.0.30 |
1077 | 2024-10-01T19:02:05.951Z | Downloaded fragile v2.0.0 |
1078 | 2024-10-01T19:02:06.460Z | Downloaded image v0.25.1 |
1079 | 2024-10-01T19:02:06.757Z | Checking log v0.4.22 |
1080 | 2024-10-01T19:02:06.759Z | Checking tokio v1.39.3 |
1081 | 2024-10-01T19:02:06.802Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1082 | 2024-10-01T19:02:06.815Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1083 | 2024-10-01T19:02:06.819Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1084 | 2024-10-01T19:02:06.819Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1085 | 2024-10-01T19:02:06.845Z | Checking simd-adler32 v0.3.7 |
1086 | 2024-10-01T19:02:06.848Z | Compiling crc32fast v1.4.0 |
1087 | 2024-10-01T19:02:06.960Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1088 | 2024-10-01T19:02:07.021Z | Checking native-tls v0.2.11 |
1089 | 2024-10-01T19:02:07.062Z | Checking goblin v0.8.2 |
1090 | 2024-10-01T19:02:07.064Z | Checking typify-impl v0.2.0 |
1091 | 2024-10-01T19:02:07.167Z | Checking rustls v0.22.4 |
1092 | 2024-10-01T19:02:07.180Z | Checking tungstenite v0.21.0 |
1093 | 2024-10-01T19:02:07.309Z | Checking rustls v0.21.12 |
1094 | 2024-10-01T19:02:07.371Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1095 | 2024-10-01T19:02:07.384Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1096 | 2024-10-01T19:02:07.729Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1097 | 2024-10-01T19:02:07.811Z | Checking adler v1.0.2 |
1098 | 2024-10-01T19:02:07.945Z | Checking miniz_oxide v0.7.2 |
1099 | 2024-10-01T19:02:08.196Z | Checking arc-swap v1.7.1 |
1100 | 2024-10-01T19:02:08.228Z | Checking fdeflate v0.3.4 |
1101 | 2024-10-01T19:02:08.602Z | Checking slog-scope v4.4.0 |
1102 | 2024-10-01T19:02:08.707Z | Checking predicates-core v1.0.6 |
1103 | 2024-10-01T19:02:08.719Z | Checking flate2 v1.0.30 |
1104 | 2024-10-01T19:02:08.785Z | Checking slog-stdlog v4.1.1 |
1105 | 2024-10-01T19:02:08.888Z | Checking bytemuck v1.16.0 |
1106 | 2024-10-01T19:02:08.932Z | Checking slog-envlogger v2.2.0 |
1107 | 2024-10-01T19:02:09.150Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1108 | 2024-10-01T19:02:09.342Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1109 | 2024-10-01T19:02:09.383Z | Checking png v0.17.13 |
1110 | 2024-10-01T19:02:09.441Z | Checking typify v0.2.0 |
1111 | 2024-10-01T19:02:09.562Z | Checking progenitor-impl v0.8.0 |
1112 | 2024-10-01T19:02:09.903Z | Checking termtree v0.4.1 |
1113 | 2024-10-01T19:02:10.107Z | Checking predicates-tree v1.0.9 |
1114 | 2024-10-01T19:02:10.243Z | Checking predicates v3.1.0 |
1115 | 2024-10-01T19:02:10.490Z | Compiling mockall_derive v0.12.1 |
1116 | 2024-10-01T19:02:10.641Z | Checking image v0.25.1 |
1117 | 2024-10-01T19:02:10.771Z | Checking fragile v2.0.0 |
1118 | 2024-10-01T19:02:10.801Z | Checking downcast v0.11.0 |
1119 | 2024-10-01T19:02:11.003Z | Checking globset v0.4.14 |
1120 | 2024-10-01T19:02:11.050Z | Checking escargot v0.5.10 |
1121 | 2024-10-01T19:02:11.493Z | Checking fatfs v0.3.6 |
1122 | 2024-10-01T19:02:11.538Z | Checking serde_test v1.0.176 |
1123 | 2024-10-01T19:02:12.124Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1124 | 2024-10-01T19:02:12.285Z | Checking dof v0.3.0 |
1125 | 2024-10-01T19:02:12.932Z | Checking usdt-impl v0.5.0 |
1126 | 2024-10-01T19:02:13.464Z | Checking usdt v0.5.0 |
1127 | 2024-10-01T19:02:13.698Z | Checking slog-dtrace v0.3.0 |
1128 | 2024-10-01T19:02:13.950Z | Checking tokio-util v0.7.11 |
1129 | 2024-10-01T19:02:13.988Z | Checking tokio-native-tls v0.3.1 |
1130 | 2024-10-01T19:02:14.002Z | Checking tokio-rustls v0.26.0 |
1131 | 2024-10-01T19:02:14.078Z | Checking tokio-rustls v0.25.0 |
1132 | 2024-10-01T19:02:14.110Z | Checking backoff v0.4.0 |
1133 | 2024-10-01T19:02:14.245Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1134 | 2024-10-01T19:02:14.346Z | Checking tokio-tungstenite v0.21.0 |
1135 | 2024-10-01T19:02:14.361Z | Checking zone v0.3.0 |
1136 | 2024-10-01T19:02:14.399Z | Checking libsw v3.3.1 |
1137 | 2024-10-01T19:02:14.411Z | Checking cancel-safe-futures v0.1.5 |
1138 | 2024-10-01T19:02:14.499Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1139 | 2024-10-01T19:02:14.693Z | Checking steno v0.4.1 |
1140 | 2024-10-01T19:02:14.796Z | Checking hickory-proto v0.24.1 |
1141 | 2024-10-01T19:02:14.810Z | Checking h2 v0.4.6 |
1142 | 2024-10-01T19:02:14.834Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1143 | 2024-10-01T19:02:15.134Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1144 | 2024-10-01T19:02:16.196Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1145 | 2024-10-01T19:02:16.418Z | Checking tokio-rustls v0.24.1 |
1146 | 2024-10-01T19:02:16.489Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1147 | 2024-10-01T19:02:16.754Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1148 | 2024-10-01T19:02:17.808Z | Checking mockall v0.12.1 |
1149 | 2024-10-01T19:02:18.079Z | Checking hickory-resolver v0.24.1 |
1150 | 2024-10-01T19:02:18.464Z | Checking hyper v1.4.1 |
1151 | 2024-10-01T19:02:19.746Z | Checking hyper-util v0.1.9 |
1152 | 2024-10-01T19:02:20.767Z | Checking hyper-rustls v0.27.3 |
1153 | 2024-10-01T19:02:20.767Z | Checking hyper-tls v0.6.0 |
1154 | 2024-10-01T19:02:20.769Z | Checking dropshot v0.12.0 |
1155 | 2024-10-01T19:02:20.981Z | Checking reqwest v0.12.7 |
1156 | 2024-10-01T19:02:22.053Z | Checking progenitor-client v0.8.0 |
1157 | 2024-10-01T19:02:22.251Z | Checking progenitor v0.8.0 |
1158 | 2024-10-01T19:02:22.380Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1159 | 2024-10-01T19:02:22.381Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1160 | 2024-10-01T19:02:22.384Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1161 | 2024-10-01T19:02:22.384Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1162 | 2024-10-01T19:02:23.400Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1163 | 2024-10-01T19:02:24.449Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1164 | 2024-10-01T19:02:25.752Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1165 | 2024-10-01T19:02:27.734Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1166 | 2024-10-01T19:02:32.406Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1167 | 2024-10-01T19:02:32.406Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1168 | 2024-10-01T19:02:32.408Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1169 | 2024-10-01T19:02:32.408Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-10-01T19:02:34.057Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1171 | 2024-10-01T19:02:34.407Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-10-01T19:02:34.410Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-10-01T19:02:34.472Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-10-01T19:02:35.025Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1175 | 2024-10-01T19:02:35.266Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-10-01T19:02:35.447Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-10-01T19:02:44.910Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-10-01T19:02:50.323Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-10-01T19:02:50.929Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1180 | 2024-10-01T19:02:54.810Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1181 | 2024-10-01T19:03:08.389Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1182 | 2024-10-01T19:03:08.391Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1183 | 2024-10-01T19:03:17.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1184 | 2024-10-01T19:03:17.608Z | |
1185 | 2024-10-01T19:03:17.608Z | real 1:12.407900487 |
1186 | 2024-10-01T19:03:17.608Z | user 2:54.378893989 |
1187 | 2024-10-01T19:03:17.608Z | sys 30.173269836 |
1188 | 2024-10-01T19:03:17.608Z | trap 0.058314438 |
1189 | 2024-10-01T19:03:17.608Z | tflt 0.177447087 |
1190 | 2024-10-01T19:03:17.608Z | dflt 0.106931629 |
1191 | 2024-10-01T19:03:17.608Z | kflt 0.000003759 |
1192 | 2024-10-01T19:03:17.608Z | lock 4:17.443207430 |
1193 | 2024-10-01T19:03:17.608Z | slp 9:56.320086620 |
1194 | 2024-10-01T19:03:17.611Z | lat 5.484120477 |
1195 | 2024-10-01T19:03:17.611Z | stop 12.646557944 |
1196 | 2024-10-01T19:03:17.611Z | + banner build |
1197 | 2024-10-01T19:03:17.611Z | |
1198 | 2024-10-01T19:03:17.611Z | ##### # # # # ##### |
1199 | 2024-10-01T19:03:17.611Z | # # # # # # # # |
1200 | 2024-10-01T19:03:17.611Z | ##### # # # # # # |
1201 | 2024-10-01T19:03:17.611Z | # # # # # # # # |
1202 | 2024-10-01T19:03:17.611Z | # # # # # # # # |
1203 | 2024-10-01T19:03:17.611Z | ##### #### # ###### ##### |
1204 | 2024-10-01T19:03:17.611Z | |
1205 | 2024-10-01T19:03:17.614Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1206 | 2024-10-01T19:03:18.389Z | Compiling proc-macro2 v1.0.86 |
1207 | 2024-10-01T19:03:18.389Z | Compiling unicode-ident v1.0.13 |
1208 | 2024-10-01T19:03:18.389Z | Compiling libc v0.2.159 |
1209 | 2024-10-01T19:03:18.391Z | Compiling serde v1.0.210 |
1210 | 2024-10-01T19:03:18.392Z | Compiling version_check v0.9.5 |
1211 | 2024-10-01T19:03:18.392Z | Compiling once_cell v1.19.0 |
1212 | 2024-10-01T19:03:18.392Z | Compiling autocfg v1.3.0 |
1213 | 2024-10-01T19:03:18.392Z | Compiling cfg-if v1.0.0 |
1214 | 2024-10-01T19:03:18.571Z | Compiling thiserror v1.0.64 |
1215 | 2024-10-01T19:03:18.618Z | Compiling memchr v2.7.2 |
1216 | 2024-10-01T19:03:18.812Z | Compiling libm v0.2.8 |
1217 | 2024-10-01T19:03:19.010Z | Compiling ahash v0.8.11 |
1218 | 2024-10-01T19:03:19.075Z | Compiling byteorder v1.5.0 |
1219 | 2024-10-01T19:03:19.158Z | Compiling itoa v1.0.11 |
1220 | 2024-10-01T19:03:19.348Z | Compiling lock_api v0.4.12 |
1221 | 2024-10-01T19:03:19.376Z | Compiling parking_lot_core v0.9.10 |
1222 | 2024-10-01T19:03:19.730Z | Compiling ryu v1.0.18 |
1223 | 2024-10-01T19:03:20.016Z | Compiling quote v1.0.37 |
1224 | 2024-10-01T19:03:20.021Z | Compiling serde_json v1.0.128 |
1225 | 2024-10-01T19:03:20.119Z | Compiling slab v0.4.9 |
1226 | 2024-10-01T19:03:20.370Z | Compiling syn v2.0.77 |
1227 | 2024-10-01T19:03:20.487Z | Compiling jobserver v0.1.31 |
1228 | 2024-10-01T19:03:20.613Z | Compiling getrandom v0.2.14 |
1229 | 2024-10-01T19:03:20.648Z | Compiling pkg-config v0.3.30 |
1230 | 2024-10-01T19:03:20.716Z | Compiling vcpkg v0.2.15 |
1231 | 2024-10-01T19:03:20.739Z | Compiling schemars v0.8.21 |
1232 | 2024-10-01T19:03:21.053Z | Compiling cc v1.0.97 |
1233 | 2024-10-01T19:03:21.085Z | Compiling allocator-api2 v0.2.18 |
1234 | 2024-10-01T19:03:21.277Z | Compiling pin-project-lite v0.2.14 |
1235 | 2024-10-01T19:03:21.794Z | Compiling num-traits v0.2.19 |
1236 | 2024-10-01T19:03:21.860Z | Compiling log v0.4.22 |
1237 | 2024-10-01T19:03:21.893Z | Compiling smallvec v1.13.2 |
1238 | 2024-10-01T19:03:22.329Z | Compiling equivalent v1.0.1 |
1239 | 2024-10-01T19:03:22.342Z | Compiling scopeguard v1.2.0 |
1240 | 2024-10-01T19:03:22.353Z | Compiling typenum v1.17.0 |
1241 | 2024-10-01T19:03:22.356Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-10-01T19:03:22.417Z | Compiling mio v1.0.2 |
1243 | 2024-10-01T19:03:23.100Z | Compiling parking_lot v0.12.2 |
1244 | 2024-10-01T19:03:23.329Z | Compiling socket2 v0.5.7 |
1245 | 2024-10-01T19:03:23.834Z | Compiling httparse v1.8.0 |
1246 | 2024-10-01T19:03:24.105Z | Compiling generic-array v0.14.7 |
1247 | 2024-10-01T19:03:24.389Z | Compiling ring v0.17.8 |
1248 | 2024-10-01T19:03:24.447Z | Compiling fnv v1.0.7 |
1249 | 2024-10-01T19:03:24.625Z | Compiling futures-core v0.3.30 |
1250 | 2024-10-01T19:03:24.965Z | Compiling openssl-sys v0.9.103 |
1251 | 2024-10-01T19:03:25.350Z | Compiling rand_core v0.6.4 |
1252 | 2024-10-01T19:03:25.366Z | Compiling iana-time-zone v0.1.60 |
1253 | 2024-10-01T19:03:25.366Z | Compiling semver v1.0.23 |
1254 | 2024-10-01T19:03:25.474Z | Compiling slog v2.7.0 |
1255 | 2024-10-01T19:03:25.480Z | Compiling futures-sink v0.3.30 |
1256 | 2024-10-01T19:03:25.598Z | Compiling ucd-trie v0.1.6 |
1257 | 2024-10-01T19:03:26.027Z | Compiling subtle v2.5.0 |
1258 | 2024-10-01T19:03:26.034Z | Compiling dyn-clone v1.0.17 |
1259 | 2024-10-01T19:03:26.069Z | Compiling heck v0.5.0 |
1260 | 2024-10-01T19:03:27.105Z | Compiling futures-channel v0.3.30 |
1261 | 2024-10-01T19:03:27.109Z | Compiling futures-io v0.3.30 |
1262 | 2024-10-01T19:03:27.109Z | Compiling pin-utils v0.1.0 |
1263 | 2024-10-01T19:03:27.109Z | Compiling futures-task v0.3.30 |
1264 | 2024-10-01T19:03:27.109Z | Compiling rustversion v1.0.17 |
1265 | 2024-10-01T19:03:27.109Z | Compiling syn v1.0.109 |
1266 | 2024-10-01T19:03:27.109Z | Compiling openssl v0.10.66 |
1267 | 2024-10-01T19:03:27.109Z | Compiling aho-corasick v1.1.3 |
1268 | 2024-10-01T19:03:27.481Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-10-01T19:03:27.949Z | Compiling rustls v0.23.10 |
1270 | 2024-10-01T19:03:28.176Z | Compiling regex-syntax v0.8.4 |
1271 | 2024-10-01T19:03:28.219Z | Compiling native-tls v0.2.11 |
1272 | 2024-10-01T19:03:29.725Z | Compiling heck v0.4.1 |
1273 | 2024-10-01T19:03:29.738Z | Compiling spin v0.9.8 |
1274 | 2024-10-01T19:03:30.126Z | Compiling anyhow v1.0.89 |
1275 | 2024-10-01T19:03:30.704Z | Compiling untrusted v0.9.0 |
1276 | 2024-10-01T19:03:30.895Z | Compiling num-conv v0.1.0 |
1277 | 2024-10-01T19:03:31.191Z | Compiling time-core v0.1.2 |
1278 | 2024-10-01T19:03:31.349Z | Compiling time-macros v0.2.18 |
1279 | 2024-10-01T19:03:31.411Z | Compiling tracing-core v0.1.32 |
1280 | 2024-10-01T19:03:32.391Z | Compiling regex-automata v0.4.6 |
1281 | 2024-10-01T19:03:32.806Z | Compiling serde_derive v1.0.210 |
1282 | 2024-10-01T19:03:33.576Z | Compiling zerocopy-derive v0.7.34 |
1283 | 2024-10-01T19:03:33.622Z | Compiling thiserror-impl v1.0.64 |
1284 | 2024-10-01T19:03:33.982Z | Compiling tokio-macros v2.4.0 |
1285 | 2024-10-01T19:03:34.324Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-10-01T19:03:35.550Z | Compiling futures-macro v0.3.30 |
1287 | 2024-10-01T19:03:35.678Z | Compiling zerocopy v0.7.34 |
1288 | 2024-10-01T19:03:37.392Z | Compiling pest v2.7.10 |
1289 | 2024-10-01T19:03:37.462Z | Compiling futures-util v0.3.30 |
1290 | 2024-10-01T19:03:37.773Z | Compiling hashbrown v0.14.5 |
1291 | 2024-10-01T19:03:38.745Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-10-01T19:03:39.121Z | Compiling regex v1.10.6 |
1293 | 2024-10-01T19:03:39.569Z | Compiling scroll_derive v0.12.0 |
1294 | 2024-10-01T19:03:40.069Z | Compiling pest_meta v2.7.10 |
1295 | 2024-10-01T19:03:40.082Z | Compiling tracing-attributes v0.1.27 |
1296 | 2024-10-01T19:03:40.182Z | Compiling crypto-common v0.1.6 |
1297 | 2024-10-01T19:03:40.571Z | Compiling thread-id v4.2.1 |
1298 | 2024-10-01T19:03:41.168Z | Compiling regress v0.10.1 |
1299 | 2024-10-01T19:03:41.708Z | Compiling pest_generator v2.7.10 |
1300 | 2024-10-01T19:03:43.472Z | Compiling rustls-pki-types v1.7.0 |
1301 | 2024-10-01T19:03:43.530Z | Compiling tracing v0.1.40 |
1302 | 2024-10-01T19:03:44.228Z | Compiling percent-encoding v2.3.1 |
1303 | 2024-10-01T19:03:44.261Z | Compiling pest_derive v2.7.10 |
1304 | 2024-10-01T19:03:44.461Z | Compiling form_urlencoded v1.2.1 |
1305 | 2024-10-01T19:03:44.706Z | Compiling camino v1.1.9 |
1306 | 2024-10-01T19:03:44.721Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2024-10-01T19:03:44.813Z | Compiling tinyvec v1.6.0 |
1308 | 2024-10-01T19:03:45.018Z | Compiling usdt-impl v0.5.0 |
1309 | 2024-10-01T19:03:45.136Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-10-01T19:03:45.298Z | Compiling ppv-lite86 v0.2.17 |
1311 | 2024-10-01T19:03:45.329Z | Compiling zeroize v1.7.0 |
1312 | 2024-10-01T19:03:45.660Z | Compiling rustls-webpki v0.102.4 |
1313 | 2024-10-01T19:03:45.884Z | Compiling scroll v0.12.0 |
1314 | 2024-10-01T19:03:46.145Z | Compiling rand_chacha v0.3.1 |
1315 | 2024-10-01T19:03:46.519Z | Compiling bytes v1.7.2 |
1316 | 2024-10-01T19:03:46.936Z | Compiling indexmap v2.5.0 |
1317 | 2024-10-01T19:03:46.987Z | Compiling uuid v1.10.0 |
1318 | 2024-10-01T19:03:47.695Z | Compiling tokio v1.39.3 |
1319 | 2024-10-01T19:03:47.894Z | Compiling chrono v0.4.38 |
1320 | 2024-10-01T19:03:48.264Z | Compiling serde_tokenstream v0.2.2 |
1321 | 2024-10-01T19:03:48.404Z | Compiling bitflags v2.6.0 |
1322 | 2024-10-01T19:03:48.958Z | Compiling http v1.1.0 |
1323 | 2024-10-01T19:03:50.030Z | Compiling unicode-normalization v0.1.23 |
1324 | 2024-10-01T19:03:51.348Z | Compiling try-lock v0.2.5 |
1325 | 2024-10-01T19:03:51.633Z | Compiling http-body v1.0.1 |
1326 | 2024-10-01T19:03:51.878Z | Compiling plain v0.2.3 |
1327 | 2024-10-01T19:03:52.721Z | Compiling unicode-bidi v0.3.15 |
1328 | 2024-10-01T19:03:53.053Z | Compiling goblin v0.8.2 |
1329 | 2024-10-01T19:03:54.470Z | Compiling typify-impl v0.2.0 |
1330 | 2024-10-01T19:03:55.439Z | Compiling want v0.3.1 |
1331 | 2024-10-01T19:03:55.604Z | Compiling openapiv3 v2.0.0 |
1332 | 2024-10-01T19:03:55.734Z | Compiling rand v0.8.5 |
1333 | 2024-10-01T19:03:56.413Z | Compiling tokio-util v0.7.11 |
1334 | 2024-10-01T19:03:57.354Z | Compiling httpdate v1.0.3 |
1335 | 2024-10-01T19:03:58.100Z | Compiling h2 v0.4.6 |
1336 | 2024-10-01T19:03:58.434Z | Compiling omicron-workspace-hack v0.1.0 |
1337 | 2024-10-01T19:03:58.738Z | Compiling pretty-hex v0.4.1 |
1338 | 2024-10-01T19:03:58.942Z | Compiling idna v0.5.0 |
1339 | 2024-10-01T19:03:59.867Z | Compiling dof v0.3.0 |
1340 | 2024-10-01T19:04:01.771Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-10-01T19:04:02.160Z | Compiling strum_macros v0.26.2 |
1342 | 2024-10-01T19:04:02.615Z | Compiling tower-service v0.3.2 |
1343 | 2024-10-01T19:04:02.742Z | Compiling unsafe-libyaml v0.2.11 |
1344 | 2024-10-01T19:04:02.887Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-10-01T19:04:02.979Z | Compiling strsim v0.11.1 |
1346 | 2024-10-01T19:04:03.574Z | Compiling hyper v1.4.1 |
1347 | 2024-10-01T19:04:03.696Z | Compiling rustls v0.22.4 |
1348 | 2024-10-01T19:04:04.025Z | Compiling base64 v0.22.1 |
1349 | 2024-10-01T19:04:04.503Z | Compiling serde_yaml v0.9.34+deprecated |
1350 | 2024-10-01T19:04:09.153Z | Compiling url v2.5.0 |
1351 | 2024-10-01T19:04:09.228Z | Compiling typify-macro v0.2.0 |
1352 | 2024-10-01T19:04:09.228Z | Compiling hyper-util v0.1.9 |
1353 | 2024-10-01T19:04:09.228Z | Compiling toml_datetime v0.6.8 |
1354 | 2024-10-01T19:04:09.228Z | Compiling async-trait v0.1.83 |
1355 | 2024-10-01T19:04:10.749Z | Compiling typify v0.2.0 |
1356 | 2024-10-01T19:04:10.877Z | Compiling progenitor-impl v0.8.0 |
1357 | 2024-10-01T19:04:11.365Z | Compiling block-buffer v0.10.4 |
1358 | 2024-10-01T19:04:11.613Z | Compiling slog-async v2.8.0 |
1359 | 2024-10-01T19:04:11.993Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2024-10-01T19:04:12.330Z | Compiling foreign-types v0.3.2 |
1361 | 2024-10-01T19:04:12.561Z | Compiling digest v0.10.7 |
1362 | 2024-10-01T19:04:12.893Z | Compiling http-body-util v0.1.2 |
1363 | 2024-10-01T19:04:12.907Z | Compiling multer v3.1.0 |
1364 | 2024-10-01T19:04:13.066Z | Compiling encoding_rs v0.8.34 |
1365 | 2024-10-01T19:04:13.245Z | Compiling crossbeam-utils v0.8.19 |
1366 | 2024-10-01T19:04:13.453Z | Compiling paste v1.0.15 |
1367 | 2024-10-01T19:04:13.793Z | Compiling ident_case v1.0.1 |
1368 | 2024-10-01T19:04:13.960Z | Compiling mime v0.3.17 |
1369 | 2024-10-01T19:04:14.027Z | Compiling darling_core v0.20.9 |
1370 | 2024-10-01T19:04:14.304Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-10-01T19:04:15.007Z | Compiling usdt-macro v0.5.0 |
1372 | 2024-10-01T19:04:15.959Z | Compiling rustls-pemfile v2.1.3 |
1373 | 2024-10-01T19:04:16.040Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-10-01T19:04:16.948Z | Compiling openssl-probe v0.1.5 |
1375 | 2024-10-01T19:04:17.656Z | Compiling progenitor-macro v0.8.0 |
1376 | 2024-10-01T19:04:19.886Z | Compiling async-stream-impl v0.3.5 |
1377 | 2024-10-01T19:04:20.290Z | Compiling darling_macro v0.20.9 |
1378 | 2024-10-01T19:04:22.297Z | Compiling dropshot v0.12.0 |
1379 | 2024-10-01T19:04:23.916Z | Compiling powerfmt v0.2.0 |
1380 | 2024-10-01T19:04:24.419Z | Compiling ipnet v2.9.0 |
1381 | 2024-10-01T19:04:25.800Z | Compiling deranged v0.3.11 |
1382 | 2024-10-01T19:04:28.194Z | Compiling tokio-rustls v0.26.0 |
1383 | 2024-10-01T19:04:28.730Z | Compiling tokio-native-tls v0.3.1 |
1384 | 2024-10-01T19:04:30.112Z | Compiling darling v0.20.9 |
1385 | 2024-10-01T19:04:30.507Z | Compiling serde_spanned v0.6.7 |
1386 | 2024-10-01T19:04:31.002Z | Compiling webpki-roots v0.26.3 |
1387 | 2024-10-01T19:04:31.225Z | Compiling futures-executor v0.3.30 |
1388 | 2024-10-01T19:04:33.696Z | Compiling num_threads v0.1.7 |
1389 | 2024-10-01T19:04:34.397Z | Compiling time v0.3.36 |
1390 | 2024-10-01T19:04:39.955Z | Compiling futures v0.3.30 |
1391 | 2024-10-01T19:04:40.073Z | Compiling hyper-rustls v0.27.3 |
1392 | 2024-10-01T19:04:41.434Z | Compiling serde_with_macros v3.9.0 |
1393 | 2024-10-01T19:04:42.505Z | Compiling hyper-tls v0.6.0 |
1394 | 2024-10-01T19:04:42.929Z | Compiling sha1 v0.10.6 |
1395 | 2024-10-01T19:04:43.748Z | Compiling dropshot_endpoint v0.12.0 |
1396 | 2024-10-01T19:04:44.811Z | Compiling structmeta-derive v0.3.0 |
1397 | 2024-10-01T19:04:45.080Z | Compiling sync_wrapper v1.0.1 |
1398 | 2024-10-01T19:04:45.229Z | Compiling rustix v0.38.34 |
1399 | 2024-10-01T19:04:47.332Z | Compiling reqwest v0.12.7 |
1400 | 2024-10-01T19:04:47.581Z | Compiling structmeta v0.3.0 |
1401 | 2024-10-01T19:04:48.029Z | Compiling strum v0.26.2 |
1402 | 2024-10-01T19:04:48.410Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2024-10-01T19:04:48.500Z | Compiling errno v0.3.9 |
1404 | 2024-10-01T19:04:49.036Z | Compiling match_cfg v0.1.0 |
1405 | 2024-10-01T19:04:49.132Z | Compiling winnow v0.6.18 |
1406 | 2024-10-01T19:04:54.136Z | Compiling progenitor-client v0.8.0 |
1407 | 2024-10-01T19:04:56.590Z | Compiling hostname v0.3.1 |
1408 | 2024-10-01T19:04:56.836Z | Compiling dirs-next v2.0.0 |
1409 | 2024-10-01T19:04:57.187Z | Compiling parse-display-derive v0.10.0 |
1410 | 2024-10-01T19:04:59.788Z | Compiling ipnetwork v0.20.0 |
1411 | 2024-10-01T19:05:01.379Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1412 | 2024-10-01T19:05:01.460Z | Compiling thread_local v1.1.8 |
1413 | 2024-10-01T19:05:03.649Z | Compiling progenitor v0.8.0 |
1414 | 2024-10-01T19:05:03.862Z | Compiling term v0.7.0 |
1415 | 2024-10-01T19:05:05.303Z | Compiling crossbeam-channel v0.5.12 |
1416 | 2024-10-01T19:05:05.428Z | Compiling memmap v0.7.0 |
1417 | 2024-10-01T19:05:05.845Z | Compiling is-terminal v0.4.12 |
1418 | 2024-10-01T19:05:05.988Z | Compiling take_mut v0.2.2 |
1419 | 2024-10-01T19:05:08.910Z | Compiling slog-term v2.9.1 |
1420 | 2024-10-01T19:05:09.925Z | Compiling usdt v0.5.0 |
1421 | 2024-10-01T19:05:11.094Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1422 | 2024-10-01T19:05:11.393Z | Compiling toml_edit v0.22.20 |
1423 | 2024-10-01T19:05:11.555Z | Compiling slog-json v2.6.1 |
1424 | 2024-10-01T19:05:11.974Z | Compiling debug-ignore v1.0.5 |
1425 | 2024-10-01T19:05:12.002Z | Compiling winnow v0.5.40 |
1426 | 2024-10-01T19:05:14.749Z | Compiling slog-bunyan v2.5.0 |
1427 | 2024-10-01T19:05:15.011Z | Compiling toml v0.8.19 |
1428 | 2024-10-01T19:05:15.982Z | Compiling toml_edit v0.19.15 |
1429 | 2024-10-01T19:05:16.809Z | Compiling tokio-rustls v0.25.0 |
1430 | 2024-10-01T19:05:21.924Z | Compiling async-stream v0.3.5 |
1431 | 2024-10-01T19:05:22.223Z | Compiling serde_path_to_error v0.1.16 |
1432 | 2024-10-01T19:05:22.226Z | Compiling waitgroup v0.1.2 |
1433 | 2024-10-01T19:05:22.281Z | Compiling hostname v0.4.0 |
1434 | 2024-10-01T19:05:26.994Z | Compiling proc-macro-crate v1.3.1 |
1435 | 2024-10-01T19:05:27.683Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1436 | 2024-10-01T19:05:27.818Z | Compiling serde_with v3.9.0 |
1437 | 2024-10-01T19:05:30.197Z | Compiling newtype-uuid v1.1.0 |
1438 | 2024-10-01T19:05:30.542Z | Compiling unicode-width v0.1.14 |
1439 | 2024-10-01T19:05:32.312Z | Compiling hex v0.4.3 |
1440 | 2024-10-01T19:05:33.056Z | Compiling clap_derive v4.5.4 |
1441 | 2024-10-01T19:05:33.196Z | Compiling instant v0.1.12 |
1442 | 2024-10-01T19:05:33.352Z | Compiling lazy_static v1.5.0 |
1443 | 2024-10-01T19:05:33.355Z | Compiling utf8parse v0.2.1 |
1444 | 2024-10-01T19:05:33.482Z | Compiling anstyle-parse v0.2.4 |
1445 | 2024-10-01T19:05:33.509Z | Compiling backoff v0.4.0 |
1446 | 2024-10-01T19:05:35.085Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1447 | 2024-10-01T19:05:35.267Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1448 | 2024-10-01T19:05:35.340Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1449 | 2024-10-01T19:05:35.817Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1450 | 2024-10-01T19:05:36.019Z | Compiling parse-display v0.10.0 |
1451 | 2024-10-01T19:05:37.189Z | Compiling macaddr v1.0.1 |
1452 | 2024-10-01T19:05:37.817Z | Compiling regress v0.9.1 |
1453 | 2024-10-01T19:05:37.926Z | Compiling num-integer v0.1.46 |
1454 | 2024-10-01T19:05:38.414Z | Compiling anstyle v1.0.7 |
1455 | 2024-10-01T19:05:39.055Z | Compiling anstyle-query v1.0.3 |
1456 | 2024-10-01T19:05:39.207Z | Compiling is_terminal_polyfill v1.70.0 |
1457 | 2024-10-01T19:05:39.314Z | Compiling unicode-xid v0.2.4 |
1458 | 2024-10-01T19:05:39.337Z | Compiling colorchoice v1.0.1 |
1459 | 2024-10-01T19:05:39.480Z | Compiling anstream v0.6.14 |
1460 | 2024-10-01T19:05:40.780Z | Compiling terminal_size v0.3.0 |
1461 | 2024-10-01T19:05:41.062Z | Compiling crucible-workspace-hack v0.1.0 |
1462 | 2024-10-01T19:05:41.924Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1463 | 2024-10-01T19:05:42.870Z | Compiling heapless v0.8.0 |
1464 | 2024-10-01T19:05:44.232Z | Compiling clap_lex v0.7.0 |
1465 | 2024-10-01T19:05:44.489Z | Compiling clap_builder v4.5.2 |
1466 | 2024-10-01T19:05:44.952Z | Compiling num-bigint v0.4.5 |
1467 | 2024-10-01T19:05:46.553Z | Compiling num_enum_derive v0.5.11 |
1468 | 2024-10-01T19:05:47.433Z | Compiling hash32 v0.3.1 |
1469 | 2024-10-01T19:05:47.684Z | Compiling either v1.13.0 |
1470 | 2024-10-01T19:05:48.161Z | Compiling stable_deref_trait v1.2.0 |
1471 | 2024-10-01T19:05:48.869Z | Compiling smoltcp v0.11.0 |
1472 | 2024-10-01T19:05:48.950Z | Compiling fastrand v2.1.0 |
1473 | 2024-10-01T19:05:49.541Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1474 | 2024-10-01T19:05:49.667Z | Compiling tempfile v3.10.1 |
1475 | 2024-10-01T19:05:49.951Z | Compiling num_enum v0.5.11 |
1476 | 2024-10-01T19:05:50.147Z | Compiling clap v4.5.4 |
1477 | 2024-10-01T19:05:51.369Z | Compiling num-rational v0.4.2 |
1478 | 2024-10-01T19:05:52.082Z | Compiling synstructure v0.12.6 |
1479 | 2024-10-01T19:05:52.092Z | Compiling num-iter v0.1.45 |
1480 | 2024-10-01T19:05:52.428Z | Compiling num-complex v0.4.6 |
1481 | 2024-10-01T19:05:53.484Z | Compiling proc-macro-error-attr v1.0.4 |
1482 | 2024-10-01T19:05:53.603Z | Compiling cobs v0.2.3 |
1483 | 2024-10-01T19:05:53.799Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1484 | 2024-10-01T19:05:53.818Z | Compiling managed v0.8.0 |
1485 | 2024-10-01T19:05:53.830Z | Compiling bitflags v1.3.2 |
1486 | 2024-10-01T19:05:54.032Z | Compiling postcard v1.0.9 |
1487 | 2024-10-01T19:05:54.132Z | Compiling zerocopy-derive v0.2.0 |
1488 | 2024-10-01T19:05:54.145Z | Compiling num v0.4.3 |
1489 | 2024-10-01T19:05:54.881Z | Compiling foreign-types-macros v0.2.3 |
1490 | 2024-10-01T19:05:54.956Z | Compiling libz-sys v1.1.16 |
1491 | 2024-10-01T19:05:55.667Z | Compiling proc-macro-error v1.0.4 |
1492 | 2024-10-01T19:05:56.016Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1493 | 2024-10-01T19:05:56.158Z | Compiling prettyplease v0.2.22 |
1494 | 2024-10-01T19:05:56.243Z | Compiling pretty-hex v0.2.1 |
1495 | 2024-10-01T19:05:56.363Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1496 | 2024-10-01T19:05:56.455Z | Compiling foreign-types-shared v0.3.1 |
1497 | 2024-10-01T19:05:56.570Z | Compiling foreign-types v0.5.0 |
1498 | 2024-10-01T19:05:58.226Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1499 | 2024-10-01T19:06:01.344Z | Compiling tabwriter v1.4.0 |
1500 | 2024-10-01T19:06:02.011Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1501 | 2024-10-01T19:06:02.029Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1502 | 2024-10-01T19:06:02.929Z | Compiling cstr-argument v0.1.2 |
1503 | 2024-10-01T19:06:02.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1504 | 2024-10-01T19:06:03.181Z | Compiling data-encoding v2.6.0 |
1505 | 2024-10-01T19:06:03.567Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1506 | 2024-10-01T19:06:04.890Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1507 | 2024-10-01T19:06:06.393Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1508 | 2024-10-01T19:06:06.747Z | Compiling colored v2.1.0 |
1509 | 2024-10-01T19:06:07.923Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1510 | 2024-10-01T19:06:08.163Z | Compiling usdt-impl v0.3.5 |
1511 | 2024-10-01T19:06:08.300Z | Compiling semver v0.1.20 |
1512 | 2024-10-01T19:06:08.387Z | Compiling unicode-segmentation v1.11.0 |
1513 | 2024-10-01T19:06:08.646Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1514 | 2024-10-01T19:06:08.755Z | Compiling static_assertions v1.1.0 |
1515 | 2024-10-01T19:06:08.863Z | Compiling float-ord v0.3.2 |
1516 | 2024-10-01T19:06:08.977Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1517 | 2024-10-01T19:06:09.018Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1518 | 2024-10-01T19:06:09.124Z | Compiling newline-converter v0.3.0 |
1519 | 2024-10-01T19:06:09.706Z | Compiling rustc_version v0.1.7 |
1520 | 2024-10-01T19:06:11.015Z | Compiling zone_cfg_derive v0.3.0 |
1521 | 2024-10-01T19:06:12.801Z | Compiling camino-tempfile v1.1.1 |
1522 | 2024-10-01T19:06:13.430Z | Compiling itertools v0.10.5 |
1523 | 2024-10-01T19:06:13.669Z | Compiling console v0.15.8 |
1524 | 2024-10-01T19:06:16.566Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1525 | 2024-10-01T19:06:17.546Z | Compiling num-derive v0.4.2 |
1526 | 2024-10-01T19:06:19.246Z | Compiling sigpipe v0.1.3 |
1527 | 2024-10-01T19:06:19.260Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1528 | 2024-10-01T19:06:19.605Z | Compiling similar v2.5.0 |
1529 | 2024-10-01T19:06:19.789Z | Compiling base64ct v1.6.0 |
1530 | 2024-10-01T19:06:19.866Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1531 | 2024-10-01T19:06:20.444Z | Compiling password-hash v0.5.0 |
1532 | 2024-10-01T19:06:20.788Z | Compiling expectorate v1.1.0 |
1533 | 2024-10-01T19:06:22.046Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1534 | 2024-10-01T19:06:22.691Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1535 | 2024-10-01T19:06:23.202Z | Compiling zone v0.3.0 |
1536 | 2024-10-01T19:06:25.213Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1537 | 2024-10-01T19:06:25.927Z | Compiling newtype_derive v0.1.6 |
1538 | 2024-10-01T19:06:26.280Z | Compiling zerocopy v0.3.2 |
1539 | 2024-10-01T19:06:26.524Z | Compiling blake2 v0.10.6 |
1540 | 2024-10-01T19:06:26.896Z | Compiling cargo-platform v0.1.8 |
1541 | 2024-10-01T19:06:27.367Z | Compiling hubpack_derive v0.1.1 |
1542 | 2024-10-01T19:06:27.708Z | Compiling smf v0.2.3 |
1543 | 2024-10-01T19:06:28.277Z | Compiling zerocopy-derive v0.6.6 |
1544 | 2024-10-01T19:06:28.300Z | Compiling serde_repr v0.1.19 |
1545 | 2024-10-01T19:06:28.855Z | Compiling vergen v8.3.2 |
1546 | 2024-10-01T19:06:29.175Z | Compiling whoami v1.5.1 |
1547 | 2024-10-01T19:06:29.393Z | Compiling cancel-safe-futures v0.1.5 |
1548 | 2024-10-01T19:06:29.680Z | Compiling base64 v0.21.7 |
1549 | 2024-10-01T19:06:29.757Z | Compiling fixedbitset v0.4.2 |
1550 | 2024-10-01T19:06:30.121Z | Compiling owo-colors v4.1.0 |
1551 | 2024-10-01T19:06:30.276Z | Compiling petgraph v0.6.5 |
1552 | 2024-10-01T19:06:30.315Z | Compiling zerocopy v0.6.6 |
1553 | 2024-10-01T19:06:30.487Z | Compiling hubpack v0.1.2 |
1554 | 2024-10-01T19:06:30.724Z | Compiling cargo_metadata v0.18.1 |
1555 | 2024-10-01T19:06:30.974Z | Compiling argon2 v0.5.3 |
1556 | 2024-10-01T19:06:31.114Z | Compiling dof v0.1.5 |
1557 | 2024-10-01T19:06:33.723Z | Compiling rustc_version v0.4.0 |
1558 | 2024-10-01T19:06:34.324Z | Compiling serde-big-array v0.5.1 |
1559 | 2024-10-01T19:06:34.335Z | Compiling dtrace-parser v0.1.14 |
1560 | 2024-10-01T19:06:34.347Z | Compiling strum_macros v0.25.3 |
1561 | 2024-10-01T19:06:34.460Z | Compiling libsqlite3-sys v0.30.1 |
1562 | 2024-10-01T19:06:34.696Z | Compiling cookie v0.18.1 |
1563 | 2024-10-01T19:06:35.008Z | Compiling slog-dtrace v0.3.0 |
1564 | 2024-10-01T19:06:35.054Z | Compiling cfg_aliases v0.2.1 |
1565 | 2024-10-01T19:06:35.351Z | Compiling rustls v0.21.12 |
1566 | 2024-10-01T19:06:35.660Z | Compiling convert_case v0.4.0 |
1567 | 2024-10-01T19:06:35.846Z | Compiling nix v0.29.0 |
1568 | 2024-10-01T19:06:36.437Z | Compiling derive_more v0.99.18 |
1569 | 2024-10-01T19:06:36.732Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1570 | 2024-10-01T19:06:37.963Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1571 | 2024-10-01T19:06:37.976Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1572 | 2024-10-01T19:06:39.515Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1573 | 2024-10-01T19:06:40.277Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1574 | 2024-10-01T19:06:41.510Z | Compiling atomicwrites v0.4.4 |
1575 | 2024-10-01T19:06:41.999Z | Compiling itertools v0.13.0 |
1576 | 2024-10-01T19:06:42.781Z | Compiling libsw v3.3.1 |
1577 | 2024-10-01T19:06:42.992Z | Compiling idna v0.4.0 |
1578 | 2024-10-01T19:06:43.086Z | Compiling serde_tokenstream v0.1.7 |
1579 | 2024-10-01T19:06:43.620Z | Compiling rustls-webpki v0.101.7 |
1580 | 2024-10-01T19:06:45.784Z | Compiling sct v0.7.1 |
1581 | 2024-10-01T19:06:46.237Z | Compiling derive-where v1.2.7 |
1582 | 2024-10-01T19:06:46.380Z | Compiling enum-as-inner v0.6.0 |
1583 | 2024-10-01T19:06:46.737Z | Compiling inout v0.1.3 |
1584 | 2024-10-01T19:06:46.797Z | Compiling indent_write v2.2.0 |
1585 | 2024-10-01T19:06:46.960Z | Compiling highway v1.2.0 |
1586 | 2024-10-01T19:06:47.022Z | Compiling radium v0.7.0 |
1587 | 2024-10-01T19:06:47.408Z | Compiling quick-error v1.2.3 |
1588 | 2024-10-01T19:06:47.473Z | Compiling linear-map v1.2.0 |
1589 | 2024-10-01T19:06:47.497Z | Compiling utf-8 v0.7.6 |
1590 | 2024-10-01T19:06:47.551Z | Compiling linked-hash-map v0.5.6 |
1591 | 2024-10-01T19:06:47.838Z | Compiling swrite v0.1.0 |
1592 | 2024-10-01T19:06:47.863Z | Compiling tungstenite v0.21.0 |
1593 | 2024-10-01T19:06:47.953Z | Compiling lru-cache v0.1.2 |
1594 | 2024-10-01T19:06:47.958Z | Compiling resolv-conf v0.7.0 |
1595 | 2024-10-01T19:06:48.204Z | Compiling hickory-proto v0.24.1 |
1596 | 2024-10-01T19:06:48.316Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1597 | 2024-10-01T19:06:49.532Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1598 | 2024-10-01T19:06:49.544Z | Compiling cipher v0.4.4 |
1599 | 2024-10-01T19:06:51.783Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1600 | 2024-10-01T19:06:54.632Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1601 | 2024-10-01T19:06:58.368Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1602 | 2024-10-01T19:06:58.796Z | Compiling git2 v0.19.0 |
1603 | 2024-10-01T19:06:59.509Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-10-01T19:07:03.287Z | Compiling steno v0.4.1 |
1605 | 2024-10-01T19:07:07.983Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1606 | 2024-10-01T19:07:08.178Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-10-01T19:07:08.302Z | Compiling crossbeam-epoch v0.9.18 |
1608 | 2024-10-01T19:07:09.258Z | Compiling hashlink v0.9.1 |
1609 | 2024-10-01T19:07:09.420Z | Compiling humantime v2.1.0 |
1610 | 2024-10-01T19:07:09.442Z | Compiling fallible-streaming-iterator v0.1.9 |
1611 | 2024-10-01T19:07:09.703Z | Compiling tap v1.0.1 |
1612 | 2024-10-01T19:07:09.888Z | Compiling rayon-core v1.12.1 |
1613 | 2024-10-01T19:07:10.018Z | Compiling fallible-iterator v0.3.0 |
1614 | 2024-10-01T19:07:10.245Z | Compiling wyz v0.5.1 |
1615 | 2024-10-01T19:07:10.257Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1616 | 2024-10-01T19:07:10.719Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1617 | 2024-10-01T19:07:10.859Z | Compiling rusqlite v0.32.1 |
1618 | 2024-10-01T19:07:12.781Z | Compiling crossbeam-deque v0.8.5 |
1619 | 2024-10-01T19:07:15.060Z | Compiling tokio-rustls v0.24.1 |
1620 | 2024-10-01T19:07:15.506Z | Compiling hickory-resolver v0.24.1 |
1621 | 2024-10-01T19:07:15.818Z | Compiling tokio-tungstenite v0.21.0 |
1622 | 2024-10-01T19:07:16.349Z | Compiling usdt-attr-macro v0.3.5 |
1623 | 2024-10-01T19:07:16.402Z | Compiling usdt-macro v0.3.5 |
1624 | 2024-10-01T19:07:16.417Z | Compiling rustls-pemfile v1.0.4 |
1625 | 2024-10-01T19:07:17.152Z | Compiling twox-hash v1.6.3 |
1626 | 2024-10-01T19:07:17.756Z | Compiling num_enum_derive v0.7.2 |
1627 | 2024-10-01T19:07:17.850Z | Compiling universal-hash v0.5.1 |
1628 | 2024-10-01T19:07:18.069Z | Compiling atty v0.2.14 |
1629 | 2024-10-01T19:07:18.211Z | Compiling funty v2.0.0 |
1630 | 2024-10-01T19:07:20.413Z | Compiling opaque-debug v0.3.1 |
1631 | 2024-10-01T19:07:20.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1632 | 2024-10-01T19:07:20.653Z | Compiling polyval v0.6.2 |
1633 | 2024-10-01T19:07:20.871Z | Compiling num_enum v0.7.2 |
1634 | 2024-10-01T19:07:21.051Z | Compiling bitvec v1.0.1 |
1635 | 2024-10-01T19:07:23.203Z | Compiling usdt v0.3.5 |
1636 | 2024-10-01T19:07:23.666Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1637 | 2024-10-01T19:07:26.712Z | Compiling aes v0.8.4 |
1638 | 2024-10-01T19:07:28.803Z | Compiling ctr v0.9.2 |
1639 | 2024-10-01T19:07:29.160Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1640 | 2024-10-01T19:07:29.290Z | Compiling bincode v1.3.3 |
1641 | 2024-10-01T19:07:30.396Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1642 | 2024-10-01T19:07:32.062Z | Compiling aead v0.5.2 |
1643 | 2024-10-01T19:07:32.393Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1644 | 2024-10-01T19:07:32.810Z | Compiling aes-gcm-siv v0.11.1 |
1645 | 2024-10-01T19:07:33.077Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1646 | 2024-10-01T19:07:33.299Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1647 | 2024-10-01T19:07:35.635Z | Compiling rayon v1.10.0 |
1648 | 2024-10-01T19:07:36.238Z | Compiling toml v0.7.8 |
1649 | 2024-10-01T19:07:41.512Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1650 | 2024-10-01T19:07:41.765Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1651 | 2024-10-01T19:07:42.253Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1652 | 2024-10-01T19:07:42.619Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1653 | 2024-10-01T19:07:43.850Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1654 | 2024-10-01T19:07:43.921Z | Compiling bitstruct_derive v0.1.0 |
1655 | 2024-10-01T19:07:44.368Z | Compiling async-recursion v1.1.1 |
1656 | 2024-10-01T19:07:44.381Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1657 | 2024-10-01T19:07:44.519Z | Compiling ascii v1.1.0 |
1658 | 2024-10-01T19:07:45.010Z | Compiling typeid v1.0.0 |
1659 | 2024-10-01T19:07:45.175Z | Compiling ringbuffer v0.15.0 |
1660 | 2024-10-01T19:07:45.236Z | Compiling erased-serde v0.4.5 |
1661 | 2024-10-01T19:07:45.317Z | Compiling bitstruct v0.1.1 |
1662 | 2024-10-01T19:07:45.435Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1663 | 2024-10-01T19:07:45.826Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1664 | 2024-10-01T19:07:46.137Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1665 | 2024-10-01T19:07:46.853Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1666 | 2024-10-01T19:07:47.375Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1667 | 2024-10-01T19:07:47.564Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1668 | 2024-10-01T19:07:47.773Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1669 | 2024-10-01T19:07:48.218Z | Compiling const_format_proc_macros v0.2.32 |
1670 | 2024-10-01T19:07:48.237Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1671 | 2024-10-01T19:07:48.444Z | Compiling serde_arrays v0.1.0 |
1672 | 2024-10-01T19:07:48.640Z | Compiling kstat-rs v0.2.4 |
1673 | 2024-10-01T19:07:49.412Z | Compiling libloading v0.7.4 |
1674 | 2024-10-01T19:07:49.589Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1675 | 2024-10-01T19:07:49.838Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1676 | 2024-10-01T19:07:50.251Z | Compiling const_format v0.2.32 |
1677 | 2024-10-01T19:07:50.478Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1678 | 2024-10-01T19:07:51.482Z | Compiling ron v0.8.1 |
1679 | 2024-10-01T19:07:57.444Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1680 | 2024-10-01T19:08:02.185Z | Compiling bit_field v0.10.2 |
1681 | 2024-10-01T19:08:02.465Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1682 | 2024-10-01T19:08:12.301Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1683 | 2024-10-01T19:08:17.957Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1684 | 2024-10-01T19:09:18.377Z | Finished `release` profile [optimized] target(s) in 6m 00s |
1685 | 2024-10-01T19:09:18.518Z | |
1686 | 2024-10-01T19:09:18.518Z | real 6:00.838440090 |
1687 | 2024-10-01T19:09:18.518Z | user 42:02.124905419 |
1688 | 2024-10-01T19:09:18.518Z | sys 4:00.475240443 |
1689 | 2024-10-01T19:09:18.518Z | trap 1.181871275 |
1690 | 2024-10-01T19:09:18.518Z | tflt 2.841637106 |
1691 | 2024-10-01T19:09:18.520Z | dflt 0.878585699 |
1692 | 2024-10-01T19:09:18.520Z | kflt 0.000134096 |
1693 | 2024-10-01T19:09:18.520Z | lock 1:33:35.778452463 |
1694 | 2024-10-01T19:09:18.520Z | slp 2:36:07.325502739 |
1695 | 2024-10-01T19:09:18.520Z | lat 1:48.307606020 |
1696 | 2024-10-01T19:09:18.521Z | stop 1:54.842037057 |
1697 | 2024-10-01T19:09:18.521Z | + OUTDIR=/work/release |
1698 | 2024-10-01T19:09:18.521Z | + mkdir -p /work/release |
1699 | 2024-10-01T19:09:18.521Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1700 | 2024-10-01T19:09:18.537Z | + cp target/release/propolis-server /work/release/propolis-server |
1701 | 2024-10-01T19:09:18.601Z | process exited: duration 612186 ms, exit code 0 |
|
1702 | 2024-10-01T19:09:18.612Z | found 2 output files |
1703 | 2024-10-01T19:09:18.612Z | uploading: /work/release/propolis-cli (14004248 bytes) |
1704 | 2024-10-01T19:09:19.945Z | uploaded: /work/release/propolis-cli |
1705 | 2024-10-01T19:09:19.945Z | uploading: /work/release/propolis-server (57604080 bytes) |
1706 | 2024-10-01T19:09:21.965Z | uploaded: /work/release/propolis-server |