|
|
|
1 | 2024-12-18T19:22:44.746Z | job assigned to worker 01JFDKGJ3MAZN705SXF5JPSXMJ [factory aws, i-0b32bc2f58002d1aa] (queued for 53 s) |
|
2 | 2024-12-18T19:22:52.940Z | starting task 0: "setup" |
3 | 2024-12-18T19:22:52.951Z | ++ uname -s |
4 | 2024-12-18T19:22:52.954Z | + kern=SunOS |
5 | 2024-12-18T19:22:52.954Z | + case "$kern" in |
6 | 2024-12-18T19:22:52.954Z | + groupadd -g 12345 build |
7 | 2024-12-18T19:22:52.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T19:22:54.965Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T19:22:55.134Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T19:22:55.137Z | + home_fs=zfs |
11 | 2024-12-18T19:22:55.137Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T19:22:55.137Z | + mkdir -p /home/build |
13 | 2024-12-18T19:22:55.140Z | + chown build:build /home/build /work |
14 | 2024-12-18T19:22:57.141Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T19:22:57.143Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-12-18T19:22:57.149Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T19:22:57.156Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T19:22:57.156Z | ' stable |
19 | 2024-12-18T19:22:57.156Z | * toolchain channel = "stable" |
20 | 2024-12-18T19:22:57.158Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T19:22:57.159Z | * toolchain profile = "default" |
22 | 2024-12-18T19:22:57.159Z | ' default |
23 | 2024-12-18T19:22:57.159Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T19:22:57.159Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-18T19:22:57.278Z | info: downloading installer |
26 | 2024-12-18T19:22:58.658Z | info: profile set to 'default' |
27 | 2024-12-18T19:22:58.658Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T19:22:58.661Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-18T19:22:58.800Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-18T19:22:58.800Z | info: downloading component 'cargo' |
31 | 2024-12-18T19:22:59.653Z | info: downloading component 'clippy' |
32 | 2024-12-18T19:23:00.035Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T19:23:01.089Z | info: downloading component 'rust-std' |
34 | 2024-12-18T19:23:02.737Z | info: downloading component 'rustc' |
35 | 2024-12-18T19:23:08.842Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T19:23:09.065Z | info: installing component 'cargo' |
37 | 2024-12-18T19:23:09.873Z | info: installing component 'clippy' |
38 | 2024-12-18T19:23:10.253Z | info: installing component 'rust-docs' |
39 | 2024-12-18T19:23:11.998Z | info: installing component 'rust-std' |
40 | 2024-12-18T19:23:13.682Z | info: installing component 'rustc' |
41 | 2024-12-18T19:23:19.412Z | info: installing component 'rustfmt' |
42 | 2024-12-18T19:23:19.744Z | |
43 | 2024-12-18T19:23:19.744Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-18T19:23:20.107Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-18T19:23:20.107Z | |
46 | 2024-12-18T19:23:20.109Z | |
47 | 2024-12-18T19:23:20.109Z | Rust is installed now. Great! |
48 | 2024-12-18T19:23:20.109Z | |
49 | 2024-12-18T19:23:20.109Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T19:23:20.109Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T19:23:20.109Z | |
52 | 2024-12-18T19:23:20.110Z | To configure your current shell, you need to source |
53 | 2024-12-18T19:23:20.110Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T19:23:20.110Z | |
55 | 2024-12-18T19:23:20.110Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T19:23:20.110Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T19:23:20.110Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T19:23:20.185Z | + rustc --version |
59 | 2024-12-18T19:23:20.251Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-18T19:23:20.255Z | process exited: duration 23103 ms, exit code 0 |
|
61 | 2024-12-18T19:23:20.260Z | starting task 2: "authentication" |
62 | 2024-12-18T19:23:20.281Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T19:23:20.287Z | starting task 3: "clone repository" |
64 | 2024-12-18T19:23:20.293Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-18T19:23:20.296Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-18T19:23:20.336Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-18T19:23:21.282Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-18T19:23:21.284Z | + git fetch origin edee9dd53d6e44ffcda381121a4e05885f938bb0 |
69 | 2024-12-18T19:23:21.596Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-18T19:23:21.596Z | * branch edee9dd53d6e44ffcda381121a4e05885f938bb0 -> FETCH_HEAD |
71 | 2024-12-18T19:23:21.605Z | + [[ -n gjcolombo/migrate-in-memory-backends ]] |
72 | 2024-12-18T19:23:21.608Z | ++ git branch --show-current |
73 | 2024-12-18T19:23:21.610Z | + current=master |
74 | 2024-12-18T19:23:21.610Z | + [[ master != gjcolombo/migrate-in-memory-backends ]] |
75 | 2024-12-18T19:23:21.610Z | + git branch -f gjcolombo/migrate-in-memory-backends edee9dd53d6e44ffcda381121a4e05885f938bb0 |
76 | 2024-12-18T19:23:21.613Z | + git checkout -f gjcolombo/migrate-in-memory-backends |
77 | 2024-12-18T19:23:21.637Z | Switched to branch 'gjcolombo/migrate-in-memory-backends' |
78 | 2024-12-18T19:23:21.640Z | + git reset --hard edee9dd53d6e44ffcda381121a4e05885f938bb0 |
79 | 2024-12-18T19:23:21.644Z | HEAD is now at edee9dd is this the real life? is this just clippy? |
80 | 2024-12-18T19:23:21.647Z | process exited: duration 1357 ms, exit code 0 |
|
81 | 2024-12-18T19:23:21.652Z | starting task 4: "build" |
82 | 2024-12-18T19:23:21.658Z | + cargo --version |
83 | 2024-12-18T19:23:21.718Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-18T19:23:21.726Z | + rustc --version |
85 | 2024-12-18T19:23:21.785Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-18T19:23:21.789Z | + banner check |
87 | 2024-12-18T19:23:21.792Z | |
88 | 2024-12-18T19:23:21.792Z | #### # # ###### #### # # |
89 | 2024-12-18T19:23:21.792Z | # # # # # # # # # |
90 | 2024-12-18T19:23:21.792Z | # ###### ##### # #### |
91 | 2024-12-18T19:23:21.792Z | # # # # # # # |
92 | 2024-12-18T19:23:21.792Z | # # # # # # # # # |
93 | 2024-12-18T19:23:21.792Z | #### # # ###### #### # # |
94 | 2024-12-18T19:23:21.792Z | |
95 | 2024-12-18T19:23:21.792Z | + ptime -m cargo check --features falcon |
96 | 2024-12-18T19:23:21.957Z | Updating crates.io index |
97 | 2024-12-18T19:23:22.031Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-18T19:23:23.574Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-18T19:23:30.645Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-18T19:23:30.934Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-18T19:23:31.229Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-18T19:23:31.531Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-18T19:23:31.907Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-18T19:23:32.140Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-18T19:23:32.689Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-18T19:23:33.013Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-18T19:23:33.361Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-18T19:23:33.894Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-18T19:23:34.679Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-18T19:23:35.332Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-18T19:23:35.928Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-18T19:23:36.341Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-18T19:23:36.695Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-18T19:23:36.952Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-18T19:23:38.059Z | Downloading crates ... |
116 | 2024-12-18T19:23:38.145Z | Downloaded anstyle v1.0.7 |
117 | 2024-12-18T19:23:38.149Z | Downloaded anstyle-parse v0.2.4 |
118 | 2024-12-18T19:23:38.152Z | Downloaded argon2 v0.5.3 |
119 | 2024-12-18T19:23:38.155Z | Downloaded async-stream-impl v0.3.5 |
120 | 2024-12-18T19:23:38.158Z | Downloaded anstream v0.6.14 |
121 | 2024-12-18T19:23:38.160Z | Downloaded cstr-argument v0.1.2 |
122 | 2024-12-18T19:23:38.160Z | Downloaded aead v0.5.2 |
123 | 2024-12-18T19:23:38.163Z | Downloaded num_threads v0.1.7 |
124 | 2024-12-18T19:23:38.168Z | Downloaded num-conv v0.1.0 |
125 | 2024-12-18T19:23:38.170Z | Downloaded num-complex v0.4.6 |
126 | 2024-12-18T19:23:38.175Z | Downloaded opaque-debug v0.3.1 |
127 | 2024-12-18T19:23:38.177Z | Downloaded omicron-workspace-hack v0.1.0 |
128 | 2024-12-18T19:23:38.177Z | Downloaded atty v0.2.14 |
129 | 2024-12-18T19:23:38.180Z | Downloaded cfg_aliases v0.1.1 |
130 | 2024-12-18T19:23:38.182Z | Downloaded openssl-macros v0.1.1 |
131 | 2024-12-18T19:23:38.185Z | Downloaded dtrace-parser v0.1.14 |
132 | 2024-12-18T19:23:38.185Z | Downloaded equivalent v1.0.1 |
133 | 2024-12-18T19:23:38.185Z | Downloaded cfg_aliases v0.2.1 |
134 | 2024-12-18T19:23:38.187Z | Downloaded atomicwrites v0.4.4 |
135 | 2024-12-18T19:23:38.190Z | Downloaded crucible-workspace-hack v0.1.0 |
136 | 2024-12-18T19:23:38.190Z | Downloaded openssl-probe v0.1.5 |
137 | 2024-12-18T19:23:38.193Z | Downloaded async-recursion v1.1.1 |
138 | 2024-12-18T19:23:38.196Z | Downloaded pretty-hex v0.4.1 |
139 | 2024-12-18T19:23:38.196Z | Downloaded num v0.4.3 |
140 | 2024-12-18T19:23:38.198Z | Downloaded num_enum_derive v0.7.2 |
141 | 2024-12-18T19:23:38.198Z | Downloaded bitstruct v0.1.1 |
142 | 2024-12-18T19:23:38.201Z | Downloaded scroll_derive v0.12.0 |
143 | 2024-12-18T19:23:38.201Z | Downloaded dirs-sys-next v0.1.2 |
144 | 2024-12-18T19:23:38.203Z | Downloaded convert_case v0.4.0 |
145 | 2024-12-18T19:23:38.203Z | Downloaded cfg-if v1.0.0 |
146 | 2024-12-18T19:23:38.205Z | Downloaded num_enum_derive v0.5.11 |
147 | 2024-12-18T19:23:38.205Z | Downloaded dtrace-parser v0.2.0 |
148 | 2024-12-18T19:23:38.207Z | Downloaded crossbeam-deque v0.8.5 |
149 | 2024-12-18T19:23:38.209Z | Downloaded debug-ignore v1.0.5 |
150 | 2024-12-18T19:23:38.210Z | Downloaded clap_lex v0.7.0 |
151 | 2024-12-18T19:23:38.212Z | Downloaded cargo-platform v0.1.8 |
152 | 2024-12-18T19:23:38.212Z | Downloaded embedded-io v0.4.0 |
153 | 2024-12-18T19:23:38.214Z | Downloaded progenitor-client v0.8.0 |
154 | 2024-12-18T19:23:38.214Z | Downloaded num_enum v0.7.2 |
155 | 2024-12-18T19:23:38.219Z | Downloaded pretty-hex v0.2.1 |
156 | 2024-12-18T19:23:38.221Z | Downloaded proc-macro-crate v1.3.1 |
157 | 2024-12-18T19:23:38.223Z | Downloaded polyval v0.6.2 |
158 | 2024-12-18T19:23:38.226Z | Downloaded rustc_version v0.4.0 |
159 | 2024-12-18T19:23:38.226Z | Downloaded rustc-hash v2.0.0 |
160 | 2024-12-18T19:23:38.228Z | Downloaded progenitor v0.8.0 |
161 | 2024-12-18T19:23:38.228Z | Downloaded data-encoding v2.6.0 |
162 | 2024-12-18T19:23:38.230Z | Downloaded schemars_derive v0.8.21 |
163 | 2024-12-18T19:23:38.233Z | Downloaded powerfmt v0.2.0 |
164 | 2024-12-18T19:23:38.233Z | Downloaded parse-display-derive v0.10.0 |
165 | 2024-12-18T19:23:38.236Z | Downloaded enum-as-inner v0.6.0 |
166 | 2024-12-18T19:23:38.236Z | Downloaded digest v0.10.7 |
167 | 2024-12-18T19:23:38.238Z | Downloaded proc-macro-error-attr v1.0.4 |
168 | 2024-12-18T19:23:38.238Z | Downloaded paste v1.0.15 |
169 | 2024-12-18T19:23:38.241Z | Downloaded aes-gcm-siv v0.11.1 |
170 | 2024-12-18T19:23:38.243Z | Downloaded embedded-io v0.6.1 |
171 | 2024-12-18T19:23:38.245Z | Downloaded quinn-udp v0.5.5 |
172 | 2024-12-18T19:23:38.247Z | Downloaded zone_cfg_derive v0.3.0 |
173 | 2024-12-18T19:23:38.247Z | Downloaded usdt-macro v0.5.0 |
174 | 2024-12-18T19:23:38.247Z | Downloaded usdt-attr-macro v0.3.5 |
175 | 2024-12-18T19:23:38.249Z | Downloaded defmt-parser v0.3.4 |
176 | 2024-12-18T19:23:38.250Z | Downloaded errno v0.3.9 |
177 | 2024-12-18T19:23:38.252Z | Downloaded cipher v0.4.4 |
178 | 2024-12-18T19:23:38.254Z | Downloaded async-stream v0.3.5 |
179 | 2024-12-18T19:23:38.254Z | Downloaded ppv-lite86 v0.2.17 |
180 | 2024-12-18T19:23:38.256Z | Downloaded percent-encoding v2.3.1 |
181 | 2024-12-18T19:23:38.257Z | Downloaded ctr v0.9.2 |
182 | 2024-12-18T19:23:38.259Z | Downloaded resolv-conf v0.7.0 |
183 | 2024-12-18T19:23:38.261Z | Downloaded semver v0.1.20 |
184 | 2024-12-18T19:23:38.264Z | Downloaded ringbuffer v0.15.0 |
185 | 2024-12-18T19:23:38.266Z | Downloaded dof v0.1.5 |
186 | 2024-12-18T19:23:38.266Z | Downloaded const_format_proc_macros v0.2.32 |
187 | 2024-12-18T19:23:38.268Z | Downloaded foreign-types-shared v0.1.1 |
188 | 2024-12-18T19:23:38.270Z | Downloaded once_cell v1.19.0 |
189 | 2024-12-18T19:23:38.273Z | Downloaded num-rational v0.4.2 |
190 | 2024-12-18T19:23:38.273Z | Downloaded defmt v0.3.8 |
191 | 2024-12-18T19:23:38.277Z | Downloaded postcard v1.0.9 |
192 | 2024-12-18T19:23:38.279Z | Downloaded ahash v0.8.11 |
193 | 2024-12-18T19:23:38.282Z | Downloaded is-terminal v0.4.12 |
194 | 2024-12-18T19:23:38.285Z | Downloaded float-ord v0.3.2 |
195 | 2024-12-18T19:23:38.285Z | Downloaded take_mut v0.2.2 |
196 | 2024-12-18T19:23:38.287Z | Downloaded sct v0.7.1 |
197 | 2024-12-18T19:23:38.290Z | Downloaded rustls-pemfile v2.1.3 |
198 | 2024-12-18T19:23:38.292Z | Downloaded tinyvec_macros v0.1.1 |
199 | 2024-12-18T19:23:38.292Z | Downloaded xattr v1.3.1 |
200 | 2024-12-18T19:23:38.294Z | Downloaded blake2 v0.10.6 |
201 | 2024-12-18T19:23:38.296Z | Downloaded backoff v0.4.0 |
202 | 2024-12-18T19:23:38.299Z | Downloaded semver v1.0.23 |
203 | 2024-12-18T19:23:38.301Z | Downloaded derive-where v1.2.7 |
204 | 2024-12-18T19:23:38.304Z | Downloaded crossbeam-epoch v0.9.18 |
205 | 2024-12-18T19:23:38.307Z | Downloaded password-hash v0.5.0 |
206 | 2024-12-18T19:23:38.309Z | Downloaded dropshot_endpoint v0.12.0 |
207 | 2024-12-18T19:23:38.312Z | Downloaded pin-project-lite v0.2.14 |
208 | 2024-12-18T19:23:38.316Z | Downloaded is_terminal_polyfill v1.70.0 |
209 | 2024-12-18T19:23:38.320Z | Downloaded waitgroup v0.1.2 |
210 | 2024-12-18T19:23:38.320Z | Downloaded crossbeam-utils v0.8.19 |
211 | 2024-12-18T19:23:38.322Z | Downloaded macaddr v1.0.1 |
212 | 2024-12-18T19:23:38.325Z | Downloaded smf v0.2.3 |
213 | 2024-12-18T19:23:38.325Z | Downloaded slog-async v2.8.0 |
214 | 2024-12-18T19:23:38.328Z | Downloaded synstructure v0.12.6 |
215 | 2024-12-18T19:23:38.328Z | Downloaded is_ci v1.2.0 |
216 | 2024-12-18T19:23:38.330Z | Downloaded tabwriter v1.4.0 |
217 | 2024-12-18T19:23:38.331Z | Downloaded quote v1.0.37 |
218 | 2024-12-18T19:23:38.333Z | Downloaded allocator-api2 v0.2.18 |
219 | 2024-12-18T19:23:38.336Z | Downloaded parking_lot_core v0.9.10 |
220 | 2024-12-18T19:23:38.338Z | Downloaded serde_arrays v0.1.0 |
221 | 2024-12-18T19:23:38.341Z | Downloaded managed v0.8.0 |
222 | 2024-12-18T19:23:38.341Z | Downloaded clap v4.5.4 |
223 | 2024-12-18T19:23:38.348Z | Downloaded sigpipe v0.1.3 |
224 | 2024-12-18T19:23:38.351Z | Downloaded ident_case v1.0.1 |
225 | 2024-12-18T19:23:38.351Z | Downloaded try-lock v0.2.5 |
226 | 2024-12-18T19:23:38.354Z | Downloaded tower-service v0.3.2 |
227 | 2024-12-18T19:23:38.354Z | Downloaded futures-channel v0.3.30 |
228 | 2024-12-18T19:23:38.356Z | Downloaded rustversion v1.0.17 |
229 | 2024-12-18T19:23:38.358Z | Downloaded progenitor-impl v0.8.0 |
230 | 2024-12-18T19:23:38.361Z | Downloaded humantime v2.1.0 |
231 | 2024-12-18T19:23:38.363Z | Downloaded generic-array v0.14.7 |
232 | 2024-12-18T19:23:38.363Z | Downloaded zerocopy v0.3.2 |
233 | 2024-12-18T19:23:38.365Z | Downloaded proc-macro2 v1.0.86 |
234 | 2024-12-18T19:23:38.368Z | Downloaded smallvec v1.13.2 |
235 | 2024-12-18T19:23:38.370Z | Downloaded strum v0.26.2 |
236 | 2024-12-18T19:23:38.370Z | Downloaded newtype_derive v0.1.6 |
237 | 2024-12-18T19:23:38.374Z | Downloaded time-macros v0.2.18 |
238 | 2024-12-18T19:23:38.374Z | Downloaded vergen v8.3.2 |
239 | 2024-12-18T19:23:38.376Z | Downloaded newtype-uuid v1.1.0 |
240 | 2024-12-18T19:23:38.378Z | Downloaded num-traits v0.2.19 |
241 | 2024-12-18T19:23:38.381Z | Downloaded structmeta v0.3.0 |
242 | 2024-12-18T19:23:38.383Z | Downloaded tokio-macros v2.4.0 |
243 | 2024-12-18T19:23:38.383Z | Downloaded thiserror-impl v1.0.64 |
244 | 2024-12-18T19:23:38.386Z | Downloaded linear-map v1.2.0 |
245 | 2024-12-18T19:23:38.386Z | Downloaded ron v0.8.1 |
246 | 2024-12-18T19:23:38.391Z | Downloaded foreign-types-shared v0.3.1 |
247 | 2024-12-18T19:23:38.394Z | Downloaded structmeta-derive v0.3.0 |
248 | 2024-12-18T19:23:38.394Z | Downloaded base64 v0.21.7 |
249 | 2024-12-18T19:23:38.397Z | Downloaded twox-hash v1.6.3 |
250 | 2024-12-18T19:23:38.399Z | Downloaded swrite v0.1.0 |
251 | 2024-12-18T19:23:38.402Z | Downloaded foreign-types v0.3.2 |
252 | 2024-12-18T19:23:38.402Z | Downloaded const_format v0.2.32 |
253 | 2024-12-18T19:23:38.405Z | Downloaded fallible-iterator v0.3.0 |
254 | 2024-12-18T19:23:38.408Z | Downloaded hubpack v0.1.2 |
255 | 2024-12-18T19:23:38.410Z | Downloaded httpdate v1.0.3 |
256 | 2024-12-18T19:23:38.410Z | Downloaded serde_repr v0.1.19 |
257 | 2024-12-18T19:23:38.413Z | Downloaded ipnet v2.9.0 |
258 | 2024-12-18T19:23:38.415Z | Downloaded match_cfg v0.1.0 |
259 | 2024-12-18T19:23:38.415Z | Downloaded time-core v0.1.2 |
260 | 2024-12-18T19:23:38.418Z | Downloaded want v0.3.1 |
261 | 2024-12-18T19:23:38.418Z | Downloaded schemars v0.8.21 |
262 | 2024-12-18T19:23:38.427Z | Downloaded usdt-macro v0.3.5 |
263 | 2024-12-18T19:23:38.429Z | Downloaded http-body v1.0.1 |
264 | 2024-12-18T19:23:38.429Z | Downloaded openssl-sys v0.9.103 |
265 | 2024-12-18T19:23:38.434Z | Downloaded fnv v1.0.7 |
266 | 2024-12-18T19:23:38.436Z | Downloaded native-tls v0.2.11 |
267 | 2024-12-18T19:23:38.439Z | Downloaded getrandom v0.2.14 |
268 | 2024-12-18T19:23:38.441Z | Downloaded crossbeam-channel v0.5.12 |
269 | 2024-12-18T19:23:38.444Z | Downloaded cc v1.0.97 |
270 | 2024-12-18T19:23:38.447Z | Downloaded globset v0.4.14 |
271 | 2024-12-18T19:23:38.450Z | Downloaded slog-dtrace v0.3.0 |
272 | 2024-12-18T19:23:38.453Z | Downloaded stable_deref_trait v1.2.0 |
273 | 2024-12-18T19:23:38.453Z | Downloaded supports-color v3.0.1 |
274 | 2024-12-18T19:23:38.453Z | Downloaded foreign-types-macros v0.2.3 |
275 | 2024-12-18T19:23:38.456Z | Downloaded foreign-types v0.5.0 |
276 | 2024-12-18T19:23:38.456Z | Downloaded whoami v1.5.1 |
277 | 2024-12-18T19:23:38.459Z | Downloaded memmap v0.7.0 |
278 | 2024-12-18T19:23:38.459Z | Downloaded zerocopy v0.6.6 |
279 | 2024-12-18T19:23:38.462Z | Downloaded tinyvec v1.6.0 |
280 | 2024-12-18T19:23:38.464Z | Downloaded quinn v0.11.5 |
281 | 2024-12-18T19:23:38.467Z | Downloaded thread_local v1.1.8 |
282 | 2024-12-18T19:23:38.469Z | Downloaded futures-io v0.3.30 |
283 | 2024-12-18T19:23:38.469Z | Downloaded version_check v0.9.5 |
284 | 2024-12-18T19:23:38.473Z | Downloaded strsim v0.11.1 |
285 | 2024-12-18T19:23:38.473Z | Downloaded unicode-ident v1.0.13 |
286 | 2024-12-18T19:23:38.477Z | Downloaded lru-cache v0.1.2 |
287 | 2024-12-18T19:23:38.477Z | Downloaded thread-id v4.2.1 |
288 | 2024-12-18T19:23:38.477Z | Downloaded tokio-tungstenite v0.21.0 |
289 | 2024-12-18T19:23:38.480Z | Downloaded tokio-rustls v0.26.0 |
290 | 2024-12-18T19:23:38.482Z | Downloaded sha2 v0.10.8 |
291 | 2024-12-18T19:23:38.487Z | Downloaded tokio-native-tls v0.3.1 |
292 | 2024-12-18T19:23:38.487Z | Downloaded serde_tokenstream v0.1.7 |
293 | 2024-12-18T19:23:38.490Z | Downloaded base64 v0.22.1 |
294 | 2024-12-18T19:23:38.492Z | Downloaded instant v0.1.12 |
295 | 2024-12-18T19:23:38.495Z | Downloaded hostname v0.4.0 |
296 | 2024-12-18T19:23:38.495Z | Downloaded zone v0.3.0 |
297 | 2024-12-18T19:23:38.495Z | Downloaded zeroize v1.7.0 |
298 | 2024-12-18T19:23:38.498Z | Downloaded zerocopy-derive v0.7.34 |
299 | 2024-12-18T19:23:38.500Z | Downloaded itoa v1.0.11 |
300 | 2024-12-18T19:23:38.503Z | Downloaded slog-json v2.6.1 |
301 | 2024-12-18T19:23:38.503Z | Downloaded unicode-bidi v0.3.15 |
302 | 2024-12-18T19:23:38.506Z | Downloaded filetime v0.2.23 |
303 | 2024-12-18T19:23:38.509Z | Downloaded untrusted v0.9.0 |
304 | 2024-12-18T19:23:38.511Z | Downloaded tracing-attributes v0.1.27 |
305 | 2024-12-18T19:23:38.512Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-12-18T19:23:38.512Z | Downloaded ucd-trie v0.1.6 |
307 | 2024-12-18T19:23:38.514Z | Downloaded sync_wrapper v1.0.1 |
308 | 2024-12-18T19:23:38.514Z | Downloaded num-bigint v0.4.5 |
309 | 2024-12-18T19:23:38.518Z | Downloaded futures-macro v0.3.30 |
310 | 2024-12-18T19:23:38.521Z | Downloaded funty v2.0.0 |
311 | 2024-12-18T19:23:38.521Z | Downloaded serde v1.0.210 |
312 | 2024-12-18T19:23:38.524Z | Downloaded supports-color v2.1.0 |
313 | 2024-12-18T19:23:38.526Z | Downloaded inout v0.1.3 |
314 | 2024-12-18T19:23:38.526Z | Downloaded usdt v0.3.5 |
315 | 2024-12-18T19:23:38.528Z | Downloaded lock_api v0.4.12 |
316 | 2024-12-18T19:23:38.529Z | Downloaded toml v0.7.8 |
317 | 2024-12-18T19:23:38.531Z | Downloaded terminal_size v0.3.0 |
318 | 2024-12-18T19:23:38.534Z | Downloaded iana-time-zone v0.1.60 |
319 | 2024-12-18T19:23:38.537Z | Downloaded form_urlencoded v1.2.1 |
320 | 2024-12-18T19:23:38.537Z | Downloaded http-body-util v0.1.2 |
321 | 2024-12-18T19:23:38.540Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2024-12-18T19:23:38.540Z | Downloaded unicode-xid v0.2.4 |
323 | 2024-12-18T19:23:38.540Z | Downloaded serde_urlencoded v0.7.1 |
324 | 2024-12-18T19:23:38.543Z | Downloaded typify-macro v0.2.0 |
325 | 2024-12-18T19:23:38.543Z | Downloaded httparse v1.8.0 |
326 | 2024-12-18T19:23:38.549Z | Downloaded slab v0.4.9 |
327 | 2024-12-18T19:23:38.549Z | Downloaded uuid v1.10.0 |
328 | 2024-12-18T19:23:38.549Z | Downloaded spin v0.9.8 |
329 | 2024-12-18T19:23:38.554Z | Downloaded slog-term v2.9.1 |
330 | 2024-12-18T19:23:38.554Z | Downloaded futures-executor v0.3.30 |
331 | 2024-12-18T19:23:38.556Z | Downloaded typify v0.2.0 |
332 | 2024-12-18T19:23:38.559Z | Downloaded tungstenite v0.21.0 |
333 | 2024-12-18T19:23:38.561Z | Downloaded hash32 v0.3.1 |
334 | 2024-12-18T19:23:38.564Z | Downloaded futures-core v0.3.30 |
335 | 2024-12-18T19:23:38.564Z | Downloaded utf8parse v0.2.1 |
336 | 2024-12-18T19:23:38.564Z | Downloaded universal-hash v0.5.1 |
337 | 2024-12-18T19:23:38.566Z | Downloaded libloading v0.7.4 |
338 | 2024-12-18T19:23:38.568Z | Downloaded heck v0.5.0 |
339 | 2024-12-18T19:23:38.568Z | Downloaded log v0.4.22 |
340 | 2024-12-18T19:23:38.571Z | Downloaded tempfile v3.10.1 |
341 | 2024-12-18T19:23:38.573Z | Downloaded indexmap v1.9.3 |
342 | 2024-12-18T19:23:38.576Z | Downloaded toml v0.8.19 |
343 | 2024-12-18T19:23:38.579Z | Downloaded term v0.7.0 |
344 | 2024-12-18T19:23:38.582Z | Downloaded aes v0.8.4 |
345 | 2024-12-18T19:23:38.585Z | Downloaded tap v1.0.1 |
346 | 2024-12-18T19:23:38.587Z | Downloaded typeid v1.0.0 |
347 | 2024-12-18T19:23:38.587Z | Downloaded hex v0.4.3 |
348 | 2024-12-18T19:23:38.590Z | Downloaded serde_with_macros v3.11.0 |
349 | 2024-12-18T19:23:38.590Z | Downloaded static_assertions v1.1.0 |
350 | 2024-12-18T19:23:38.593Z | Downloaded jobserver v0.1.31 |
351 | 2024-12-18T19:23:38.595Z | Downloaded tracing v0.1.40 |
352 | 2024-12-18T19:23:38.598Z | Downloaded sha1 v0.10.6 |
353 | 2024-12-18T19:23:38.600Z | Downloaded tokio-rustls v0.25.0 |
354 | 2024-12-18T19:23:38.603Z | Downloaded tar v0.4.40 |
355 | 2024-12-18T19:23:38.606Z | Downloaded utf-8 v0.7.6 |
356 | 2024-12-18T19:23:38.606Z | Downloaded tokio-rustls v0.24.1 |
357 | 2024-12-18T19:23:38.609Z | Downloaded hyper-rustls v0.27.3 |
358 | 2024-12-18T19:23:38.609Z | Downloaded subtle v2.5.0 |
359 | 2024-12-18T19:23:38.611Z | Downloaded fatfs v0.3.6 |
360 | 2024-12-18T19:23:38.614Z | Downloaded toml_edit v0.22.20 |
361 | 2024-12-18T19:23:38.632Z | Downloaded typenum v1.17.0 |
362 | 2024-12-18T19:23:38.635Z | Downloaded expectorate v1.1.0 |
363 | 2024-12-18T19:23:38.637Z | Downloaded unsafe-libyaml v0.2.11 |
364 | 2024-12-18T19:23:38.639Z | Downloaded hyper-util v0.1.9 |
365 | 2024-12-18T19:23:38.643Z | Downloaded slog v2.7.0 |
366 | 2024-12-18T19:23:38.646Z | Downloaded similar v2.5.0 |
367 | 2024-12-18T19:23:38.651Z | Downloaded clap_builder v4.5.2 |
368 | 2024-12-18T19:23:38.657Z | Downloaded indexmap v2.5.0 |
369 | 2024-12-18T19:23:38.660Z | Downloaded tracing-core v0.1.32 |
370 | 2024-12-18T19:23:38.663Z | Downloaded futures v0.3.30 |
371 | 2024-12-18T19:23:38.667Z | Downloaded unicode-segmentation v1.11.0 |
372 | 2024-12-18T19:23:38.671Z | Downloaded steno v0.4.1 |
373 | 2024-12-18T19:23:38.675Z | Downloaded aho-corasick v1.1.3 |
374 | 2024-12-18T19:23:38.680Z | Downloaded http v1.1.0 |
375 | 2024-12-18T19:23:38.683Z | Downloaded hashbrown v0.12.3 |
376 | 2024-12-18T19:23:38.687Z | Downloaded serde_yaml v0.9.34+deprecated |
377 | 2024-12-18T19:23:38.691Z | Downloaded url v2.5.0 |
378 | 2024-12-18T19:23:38.693Z | Downloaded tokio-util v0.7.11 |
379 | 2024-12-18T19:23:38.699Z | Downloaded hyper v1.4.1 |
380 | 2024-12-18T19:23:38.705Z | Downloaded hashbrown v0.14.5 |
381 | 2024-12-18T19:23:38.711Z | Downloaded toml_edit v0.19.15 |
382 | 2024-12-18T19:23:38.726Z | Downloaded heapless v0.8.0 |
383 | 2024-12-18T19:23:38.729Z | Downloaded hickory-resolver v0.24.1 |
384 | 2024-12-18T19:23:38.734Z | Downloaded itertools v0.10.5 |
385 | 2024-12-18T19:23:38.740Z | Downloaded winnow v0.5.40 |
386 | 2024-12-18T19:23:38.748Z | Downloaded bitvec v1.0.1 |
387 | 2024-12-18T19:23:38.762Z | Downloaded serde_with v3.11.0 |
388 | 2024-12-18T19:23:38.769Z | Downloaded vcpkg v0.2.15 |
389 | 2024-12-18T19:23:38.804Z | Downloaded chrono v0.4.38 |
390 | 2024-12-18T19:23:38.810Z | Downloaded itertools v0.13.0 |
391 | 2024-12-18T19:23:38.817Z | Downloaded rustls-webpki v0.101.7 |
392 | 2024-12-18T19:23:38.830Z | Downloaded serde_json v1.0.128 |
393 | 2024-12-18T19:23:38.836Z | Downloaded syn v1.0.109 |
394 | 2024-12-18T19:23:38.846Z | Downloaded rayon v1.10.0 |
395 | 2024-12-18T19:23:38.854Z | Downloaded time v0.3.36 |
396 | 2024-12-18T19:23:38.861Z | Downloaded libm v0.2.8 |
397 | 2024-12-18T19:23:38.868Z | Downloaded webpki-roots v0.26.3 |
398 | 2024-12-18T19:23:38.871Z | Downloaded idna v0.4.0 |
399 | 2024-12-18T19:23:38.877Z | Downloaded reqwest v0.12.7 |
400 | 2024-12-18T19:23:38.885Z | Downloaded rustls-webpki v0.102.4 |
401 | 2024-12-18T19:23:38.901Z | Downloaded smoltcp v0.11.0 |
402 | 2024-12-18T19:23:38.913Z | Downloaded quinn-proto v0.11.8 |
403 | 2024-12-18T19:23:38.919Z | Downloaded winnow v0.6.18 |
404 | 2024-12-18T19:23:38.927Z | Downloaded goblin v0.8.2 |
405 | 2024-12-18T19:23:38.934Z | Downloaded regex v1.10.6 |
406 | 2024-12-18T19:23:38.944Z | Downloaded git2 v0.19.0 |
407 | 2024-12-18T19:23:38.952Z | Downloaded hickory-proto v0.24.1 |
408 | 2024-12-18T19:23:38.966Z | Downloaded openssl v0.10.66 |
409 | 2024-12-18T19:23:38.974Z | Downloaded rustls v0.21.12 |
410 | 2024-12-18T19:23:38.984Z | Downloaded bstr v1.9.1 |
411 | 2024-12-18T19:23:38.993Z | Downloaded dropshot v0.12.0 |
412 | 2024-12-18T19:23:39.011Z | Downloaded rusqlite v0.32.1 |
413 | 2024-12-18T19:23:39.017Z | Downloaded typify-impl v0.2.0 |
414 | 2024-12-18T19:23:39.030Z | Downloaded idna v0.5.0 |
415 | 2024-12-18T19:23:39.036Z | Downloaded syn v2.0.77 |
416 | 2024-12-18T19:23:39.045Z | Downloaded memchr v2.7.2 |
417 | 2024-12-18T19:23:39.050Z | Downloaded regress v0.9.1 |
418 | 2024-12-18T19:23:39.058Z | Downloaded regress v0.10.1 |
419 | 2024-12-18T19:23:39.066Z | Downloaded rustls v0.22.4 |
420 | 2024-12-18T19:23:39.077Z | Downloaded unicode-width v0.1.14 |
421 | 2024-12-18T19:23:39.082Z | Downloaded nix v0.29.0 |
422 | 2024-12-18T19:23:39.093Z | Downloaded nix v0.28.0 |
423 | 2024-12-18T19:23:39.103Z | Downloaded regex-syntax v0.8.4 |
424 | 2024-12-18T19:23:39.111Z | Downloaded openapiv3 v2.0.0 |
425 | 2024-12-18T19:23:39.122Z | Downloaded rustix v0.38.34 |
426 | 2024-12-18T19:23:39.141Z | Downloaded rustls v0.23.10 |
427 | 2024-12-18T19:23:39.155Z | Downloaded futures-util v0.3.30 |
428 | 2024-12-18T19:23:39.165Z | Downloaded h2 v0.4.6 |
429 | 2024-12-18T19:23:39.171Z | Downloaded tokio v1.39.3 |
430 | 2024-12-18T19:23:39.204Z | Downloaded zerocopy v0.7.34 |
431 | 2024-12-18T19:23:39.218Z | Downloaded unicode-normalization v0.1.23 |
432 | 2024-12-18T19:23:39.221Z | Downloaded pest v2.7.10 |
433 | 2024-12-18T19:23:39.226Z | Downloaded mio v1.0.2 |
434 | 2024-12-18T19:23:39.231Z | Downloaded usdt v0.5.0 |
435 | 2024-12-18T19:23:39.233Z | Downloaded fixedbitset v0.4.2 |
436 | 2024-12-18T19:23:39.233Z | Downloaded strum_macros v0.26.2 |
437 | 2024-12-18T19:23:39.235Z | Downloaded rayon-core v1.12.1 |
438 | 2024-12-18T19:23:39.238Z | Downloaded zerocopy-derive v0.2.0 |
439 | 2024-12-18T19:23:39.245Z | Downloaded thiserror v1.0.64 |
440 | 2024-12-18T19:23:39.249Z | Downloaded zerocopy-derive v0.6.6 |
441 | 2024-12-18T19:23:39.257Z | Downloaded hashlink v0.9.1 |
442 | 2024-12-18T19:23:39.259Z | Downloaded socket2 v0.5.7 |
443 | 2024-12-18T19:23:39.261Z | Downloaded regex-automata v0.4.6 |
444 | 2024-12-18T19:23:39.275Z | Downloaded serde_derive v1.0.210 |
445 | 2024-12-18T19:23:39.278Z | Downloaded serde_spanned v0.6.7 |
446 | 2024-12-18T19:23:39.281Z | Downloaded mime v0.3.17 |
447 | 2024-12-18T19:23:39.281Z | Downloaded slog-bunyan v2.5.0 |
448 | 2024-12-18T19:23:39.283Z | Downloaded libsw v3.3.1 |
449 | 2024-12-18T19:23:39.283Z | Downloaded rand v0.8.5 |
450 | 2024-12-18T19:23:39.286Z | Downloaded multer v3.1.0 |
451 | 2024-12-18T19:23:39.288Z | Downloaded rustls-pki-types v1.7.0 |
452 | 2024-12-18T19:23:39.291Z | Downloaded toml_datetime v0.6.8 |
453 | 2024-12-18T19:23:39.291Z | Downloaded strum_macros v0.25.3 |
454 | 2024-12-18T19:23:39.294Z | Downloaded signal-hook-registry v1.4.2 |
455 | 2024-12-18T19:23:39.294Z | Downloaded ryu v1.0.18 |
456 | 2024-12-18T19:23:39.297Z | Downloaded hyper-tls v0.6.0 |
457 | 2024-12-18T19:23:39.300Z | Downloaded serde_path_to_error v0.1.16 |
458 | 2024-12-18T19:23:39.300Z | Downloaded fallible-streaming-iterator v0.1.9 |
459 | 2024-12-18T19:23:39.300Z | Downloaded fastrand v2.1.0 |
460 | 2024-12-18T19:23:39.300Z | Downloaded usdt-impl v0.5.0 |
461 | 2024-12-18T19:23:39.303Z | Downloaded petgraph v0.6.5 |
462 | 2024-12-18T19:23:39.317Z | Downloaded usdt-impl v0.3.5 |
463 | 2024-12-18T19:23:39.319Z | Downloaded serde_derive_internals v0.29.1 |
464 | 2024-12-18T19:23:39.321Z | Downloaded libc v0.2.159 |
465 | 2024-12-18T19:23:39.344Z | Downloaded radium v0.7.0 |
466 | 2024-12-18T19:23:39.346Z | Downloaded prettyplease v0.2.22 |
467 | 2024-12-18T19:23:39.348Z | Downloaded linked-hash-map v0.5.6 |
468 | 2024-12-18T19:23:39.348Z | Downloaded encoding_rs v0.8.34 |
469 | 2024-12-18T19:23:39.367Z | Downloaded indent_write v2.2.0 |
470 | 2024-12-18T19:23:39.369Z | Downloaded glob v0.3.1 |
471 | 2024-12-18T19:23:39.370Z | Downloaded heck v0.4.1 |
472 | 2024-12-18T19:23:39.372Z | Downloaded pest_derive v2.7.10 |
473 | 2024-12-18T19:23:39.372Z | Downloaded highway v1.2.0 |
474 | 2024-12-18T19:23:39.375Z | Downloaded rustls-pemfile v1.0.4 |
475 | 2024-12-18T19:23:39.377Z | Downloaded pest_meta v2.7.10 |
476 | 2024-12-18T19:23:39.378Z | Downloaded derive_more v0.99.18 |
477 | 2024-12-18T19:23:39.381Z | Downloaded darling_core v0.20.9 |
478 | 2024-12-18T19:23:39.385Z | Downloaded bytes v1.7.2 |
479 | 2024-12-18T19:23:39.388Z | Downloaded parking_lot v0.12.2 |
480 | 2024-12-18T19:23:39.391Z | Downloaded lazy_static v1.5.0 |
481 | 2024-12-18T19:23:39.393Z | Downloaded kstat-rs v0.2.4 |
482 | 2024-12-18T19:23:39.395Z | Downloaded ipnetwork v0.20.0 |
483 | 2024-12-18T19:23:39.397Z | Downloaded hostname v0.3.1 |
484 | 2024-12-18T19:23:39.397Z | Downloaded futures-task v0.3.30 |
485 | 2024-12-18T19:23:39.399Z | Downloaded futures-sink v0.3.30 |
486 | 2024-12-18T19:23:39.399Z | Downloaded bitflags v2.6.0 |
487 | 2024-12-18T19:23:39.403Z | Downloaded cookie v0.18.1 |
488 | 2024-12-18T19:23:39.405Z | Downloaded camino v1.1.9 |
489 | 2024-12-18T19:23:39.407Z | Downloaded scroll v0.12.0 |
490 | 2024-12-18T19:23:39.408Z | Downloaded wyz v0.5.1 |
491 | 2024-12-18T19:23:39.408Z | Downloaded serde-big-array v0.5.1 |
492 | 2024-12-18T19:23:39.410Z | Downloaded newline-converter v0.3.0 |
493 | 2024-12-18T19:23:39.410Z | Downloaded hubpack_derive v0.1.1 |
494 | 2024-12-18T19:23:39.410Z | Downloaded scopeguard v1.2.0 |
495 | 2024-12-18T19:23:39.413Z | Downloaded proc-macro-error v1.0.4 |
496 | 2024-12-18T19:23:39.415Z | Downloaded owo-colors v4.1.0 |
497 | 2024-12-18T19:23:39.415Z | Downloaded console v0.15.8 |
498 | 2024-12-18T19:23:39.418Z | Downloaded pkg-config v0.3.30 |
499 | 2024-12-18T19:23:39.421Z | Downloaded erased-serde v0.4.5 |
500 | 2024-12-18T19:23:39.423Z | Downloaded defmt-macros v0.3.9 |
501 | 2024-12-18T19:23:39.423Z | Downloaded darling v0.20.9 |
502 | 2024-12-18T19:23:39.428Z | Downloaded crypto-common v0.1.6 |
503 | 2024-12-18T19:23:39.430Z | Downloaded anyhow v1.0.89 |
504 | 2024-12-18T19:23:39.433Z | Downloaded clap_derive v4.5.4 |
505 | 2024-12-18T19:23:39.435Z | Downloaded camino-tempfile v1.1.1 |
506 | 2024-12-18T19:23:39.435Z | Downloaded rustc_version v0.1.7 |
507 | 2024-12-18T19:23:39.439Z | Downloaded base64ct v1.6.0 |
508 | 2024-12-18T19:23:39.439Z | Downloaded quick-error v1.2.3 |
509 | 2024-12-18T19:23:39.442Z | Downloaded pest_generator v2.7.10 |
510 | 2024-12-18T19:23:39.442Z | Downloaded parse-display v0.10.0 |
511 | 2024-12-18T19:23:39.442Z | Downloaded ctrlc v3.4.4 |
512 | 2024-12-18T19:23:39.444Z | Downloaded cancel-safe-futures v0.1.5 |
513 | 2024-12-18T19:23:39.447Z | Downloaded bincode v1.3.3 |
514 | 2024-12-18T19:23:39.447Z | Downloaded async-trait v0.1.83 |
515 | 2024-12-18T19:23:39.450Z | Downloaded anstyle-query v1.0.3 |
516 | 2024-12-18T19:23:39.454Z | Downloaded cargo_metadata v0.18.1 |
517 | 2024-12-18T19:23:39.454Z | Downloaded cobs v0.2.3 |
518 | 2024-12-18T19:23:39.454Z | Downloaded deranged v0.3.11 |
519 | 2024-12-18T19:23:39.457Z | Downloaded colorchoice v1.0.1 |
520 | 2024-12-18T19:23:39.457Z | Downloaded byteorder v1.5.0 |
521 | 2024-12-18T19:23:39.459Z | Downloaded progenitor-macro v0.8.0 |
522 | 2024-12-18T19:23:39.459Z | Downloaded block-buffer v0.10.4 |
523 | 2024-12-18T19:23:39.459Z | Downloaded atomic-waker v1.1.2 |
524 | 2024-12-18T19:23:39.462Z | Downloaded rand_core v0.6.4 |
525 | 2024-12-18T19:23:39.462Z | Downloaded rand_chacha v0.3.1 |
526 | 2024-12-18T19:23:39.464Z | Downloaded plain v0.2.3 |
527 | 2024-12-18T19:23:39.464Z | Downloaded escargot v0.5.10 |
528 | 2024-12-18T19:23:39.467Z | Downloaded either v1.13.0 |
529 | 2024-12-18T19:23:39.467Z | Downloaded pin-utils v0.1.0 |
530 | 2024-12-18T19:23:39.470Z | Downloaded dyn-clone v1.0.17 |
531 | 2024-12-18T19:23:39.470Z | Downloaded cpufeatures v0.2.12 |
532 | 2024-12-18T19:23:39.470Z | Downloaded bit_field v0.10.2 |
533 | 2024-12-18T19:23:39.472Z | Downloaded num-integer v0.1.46 |
534 | 2024-12-18T19:23:39.473Z | Downloaded colored v2.1.0 |
535 | 2024-12-18T19:23:39.475Z | Downloaded autocfg v1.3.0 |
536 | 2024-12-18T19:23:39.478Z | Downloaded dof v0.3.0 |
537 | 2024-12-18T19:23:39.478Z | Downloaded dirs-next v2.0.0 |
538 | 2024-12-18T19:23:39.478Z | Downloaded bitflags v1.3.2 |
539 | 2024-12-18T19:23:39.480Z | Downloaded num_enum v0.5.11 |
540 | 2024-12-18T19:23:39.484Z | Downloaded num-iter v0.1.45 |
541 | 2024-12-18T19:23:39.486Z | Downloaded num-derive v0.4.2 |
542 | 2024-12-18T19:23:39.487Z | Downloaded darling_macro v0.20.9 |
543 | 2024-12-18T19:23:39.489Z | Downloaded ascii v1.1.0 |
544 | 2024-12-18T19:23:39.489Z | Downloaded bitstruct_derive v0.1.0 |
545 | 2024-12-18T19:23:39.561Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
546 | 2024-12-18T19:23:39.622Z | Downloaded libz-sys v1.1.16 |
547 | 2024-12-18T19:23:39.923Z | Downloaded ring v0.17.8 |
548 | 2024-12-18T19:23:40.039Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-12-18T19:23:40.494Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-18T19:23:40.494Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-18T19:23:40.496Z | Compiling libc v0.2.159 |
552 | 2024-12-18T19:23:40.497Z | Compiling serde v1.0.210 |
553 | 2024-12-18T19:23:40.497Z | Compiling version_check v0.9.5 |
554 | 2024-12-18T19:23:40.497Z | Compiling autocfg v1.3.0 |
555 | 2024-12-18T19:23:40.497Z | Compiling once_cell v1.19.0 |
556 | 2024-12-18T19:23:40.497Z | Checking cfg-if v1.0.0 |
557 | 2024-12-18T19:23:40.748Z | Compiling serde_json v1.0.128 |
558 | 2024-12-18T19:23:40.818Z | Compiling thiserror v1.0.64 |
559 | 2024-12-18T19:23:40.960Z | Compiling memchr v2.7.2 |
560 | 2024-12-18T19:23:41.153Z | Compiling ahash v0.8.11 |
561 | 2024-12-18T19:23:41.354Z | Compiling libm v0.2.8 |
562 | 2024-12-18T19:23:41.377Z | Compiling byteorder v1.5.0 |
563 | 2024-12-18T19:23:41.823Z | Compiling itoa v1.0.11 |
564 | 2024-12-18T19:23:41.909Z | Compiling lock_api v0.4.12 |
565 | 2024-12-18T19:23:42.048Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-18T19:23:42.121Z | Compiling ryu v1.0.18 |
567 | 2024-12-18T19:23:42.395Z | Compiling quote v1.0.37 |
568 | 2024-12-18T19:23:42.438Z | Compiling jobserver v0.1.31 |
569 | 2024-12-18T19:23:42.482Z | Compiling slab v0.4.9 |
570 | 2024-12-18T19:23:42.485Z | Checking getrandom v0.2.14 |
571 | 2024-12-18T19:23:42.600Z | Compiling allocator-api2 v0.2.18 |
572 | 2024-12-18T19:23:42.731Z | Compiling schemars v0.8.21 |
573 | 2024-12-18T19:23:42.762Z | Compiling syn v2.0.77 |
574 | 2024-12-18T19:23:42.798Z | Compiling cc v1.0.97 |
575 | 2024-12-18T19:23:42.923Z | Compiling pkg-config v0.3.30 |
576 | 2024-12-18T19:23:42.963Z | Compiling vcpkg v0.2.15 |
577 | 2024-12-18T19:23:43.025Z | Compiling num-traits v0.2.19 |
578 | 2024-12-18T19:23:43.117Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-18T19:23:43.236Z | Compiling log v0.4.22 |
580 | 2024-12-18T19:23:43.337Z | Checking smallvec v1.13.2 |
581 | 2024-12-18T19:23:43.641Z | Checking scopeguard v1.2.0 |
582 | 2024-12-18T19:23:43.688Z | Compiling equivalent v1.0.1 |
583 | 2024-12-18T19:23:43.918Z | Checking socket2 v0.5.7 |
584 | 2024-12-18T19:23:43.999Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-12-18T19:23:44.141Z | Checking mio v1.0.2 |
586 | 2024-12-18T19:23:44.163Z | Checking parking_lot v0.12.2 |
587 | 2024-12-18T19:23:44.245Z | Compiling typenum v1.17.0 |
588 | 2024-12-18T19:23:44.376Z | Compiling httparse v1.8.0 |
589 | 2024-12-18T19:23:44.398Z | Compiling fnv v1.0.7 |
590 | 2024-12-18T19:23:44.532Z | Compiling generic-array v0.14.7 |
591 | 2024-12-18T19:23:44.973Z | Checking iana-time-zone v0.1.60 |
592 | 2024-12-18T19:23:45.064Z | Checking futures-core v0.3.30 |
593 | 2024-12-18T19:23:45.122Z | Compiling semver v1.0.23 |
594 | 2024-12-18T19:23:45.237Z | Checking rand_core v0.6.4 |
595 | 2024-12-18T19:23:45.330Z | Checking futures-sink v0.3.30 |
596 | 2024-12-18T19:23:45.352Z | Compiling slog v2.7.0 |
597 | 2024-12-18T19:23:45.480Z | Checking dyn-clone v1.0.17 |
598 | 2024-12-18T19:23:45.506Z | Compiling heck v0.5.0 |
599 | 2024-12-18T19:23:45.506Z | Compiling ucd-trie v0.1.6 |
600 | 2024-12-18T19:23:45.692Z | Compiling ring v0.17.8 |
601 | 2024-12-18T19:23:45.719Z | Compiling openssl-sys v0.9.103 |
602 | 2024-12-18T19:23:45.882Z | Checking subtle v2.5.0 |
603 | 2024-12-18T19:23:45.929Z | Checking futures-channel v0.3.30 |
604 | 2024-12-18T19:23:45.966Z | Checking futures-io v0.3.30 |
605 | 2024-12-18T19:23:46.094Z | Checking pin-utils v0.1.0 |
606 | 2024-12-18T19:23:46.149Z | Checking futures-task v0.3.30 |
607 | 2024-12-18T19:23:46.220Z | Compiling rustversion v1.0.17 |
608 | 2024-12-18T19:23:46.319Z | Compiling syn v1.0.109 |
609 | 2024-12-18T19:23:46.383Z | Compiling openssl v0.10.66 |
610 | 2024-12-18T19:23:46.823Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-18T19:23:47.086Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-18T19:23:47.811Z | Checking spin v0.9.8 |
613 | 2024-12-18T19:23:48.016Z | Compiling heck v0.4.1 |
614 | 2024-12-18T19:23:48.076Z | Compiling rustls v0.23.10 |
615 | 2024-12-18T19:23:48.351Z | Compiling native-tls v0.2.11 |
616 | 2024-12-18T19:23:48.698Z | Checking untrusted v0.9.0 |
617 | 2024-12-18T19:23:48.756Z | Checking tracing-core v0.1.32 |
618 | 2024-12-18T19:23:48.791Z | Compiling num-conv v0.1.0 |
619 | 2024-12-18T19:23:48.843Z | Compiling anyhow v1.0.89 |
620 | 2024-12-18T19:23:49.043Z | Compiling serde_derive_internals v0.29.1 |
621 | 2024-12-18T19:23:49.364Z | Compiling time-core v0.1.2 |
622 | 2024-12-18T19:23:49.539Z | Compiling time-macros v0.2.18 |
623 | 2024-12-18T19:23:49.798Z | Checking crypto-common v0.1.6 |
624 | 2024-12-18T19:23:50.379Z | Compiling regex-automata v0.4.6 |
625 | 2024-12-18T19:23:50.546Z | Compiling thread-id v4.2.1 |
626 | 2024-12-18T19:23:50.660Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-12-18T19:23:50.955Z | Checking percent-encoding v2.3.1 |
628 | 2024-12-18T19:23:51.035Z | Checking tinyvec_macros v0.1.1 |
629 | 2024-12-18T19:23:51.127Z | Compiling camino v1.1.9 |
630 | 2024-12-18T19:23:51.148Z | Checking form_urlencoded v1.2.1 |
631 | 2024-12-18T19:23:51.361Z | Compiling strsim v0.11.1 |
632 | 2024-12-18T19:23:51.813Z | Checking tinyvec v1.6.0 |
633 | 2024-12-18T19:23:51.972Z | Checking zeroize v1.7.0 |
634 | 2024-12-18T19:23:52.096Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-12-18T19:23:52.206Z | Checking atomic-waker v1.1.2 |
636 | 2024-12-18T19:23:52.710Z | Checking rand_chacha v0.3.1 |
637 | 2024-12-18T19:23:52.781Z | Checking try-lock v0.2.5 |
638 | 2024-12-18T19:23:52.925Z | Compiling ident_case v1.0.1 |
639 | 2024-12-18T19:23:53.007Z | Checking unicode-normalization v0.1.23 |
640 | 2024-12-18T19:23:53.081Z | Checking unicode-bidi v0.3.15 |
641 | 2024-12-18T19:23:53.102Z | Checking rand v0.8.5 |
642 | 2024-12-18T19:23:53.305Z | Compiling serde_derive v1.0.210 |
643 | 2024-12-18T19:23:53.678Z | Compiling zerocopy-derive v0.7.34 |
644 | 2024-12-18T19:23:53.899Z | Compiling thiserror-impl v1.0.64 |
645 | 2024-12-18T19:23:54.010Z | Compiling tokio-macros v2.4.0 |
646 | 2024-12-18T19:23:54.182Z | Compiling schemars_derive v0.8.21 |
647 | 2024-12-18T19:23:55.447Z | Compiling futures-macro v0.3.30 |
648 | 2024-12-18T19:23:55.545Z | Compiling zerocopy v0.7.34 |
649 | 2024-12-18T19:23:56.984Z | Compiling pest v2.7.10 |
650 | 2024-12-18T19:23:57.008Z | Compiling openssl-macros v0.1.1 |
651 | 2024-12-18T19:23:57.100Z | Compiling regex v1.10.6 |
652 | 2024-12-18T19:23:57.233Z | Compiling hashbrown v0.14.5 |
653 | 2024-12-18T19:23:57.306Z | Checking futures-util v0.3.30 |
654 | 2024-12-18T19:23:57.642Z | Compiling tracing-attributes v0.1.27 |
655 | 2024-12-18T19:23:57.824Z | Compiling scroll_derive v0.12.0 |
656 | 2024-12-18T19:23:57.915Z | Checking rustls-webpki v0.102.4 |
657 | 2024-12-18T19:23:58.399Z | Compiling regress v0.10.1 |
658 | 2024-12-18T19:23:58.669Z | Compiling darling_core v0.20.9 |
659 | 2024-12-18T19:23:59.226Z | Compiling scroll v0.12.0 |
660 | 2024-12-18T19:23:59.527Z | Compiling pest_meta v2.7.10 |
661 | 2024-12-18T19:23:59.725Z | Checking want v0.3.1 |
662 | 2024-12-18T19:23:59.761Z | Compiling usdt-impl v0.5.0 |
663 | 2024-12-18T19:23:59.894Z | Checking httpdate v1.0.3 |
664 | 2024-12-18T19:24:00.112Z | Checking base64 v0.22.1 |
665 | 2024-12-18T19:24:00.156Z | Compiling plain v0.2.3 |
666 | 2024-12-18T19:24:00.600Z | Checking tracing v0.1.40 |
667 | 2024-12-18T19:24:00.652Z | Compiling goblin v0.8.2 |
668 | 2024-12-18T19:24:00.890Z | Compiling pest_generator v2.7.10 |
669 | 2024-12-18T19:24:01.833Z | Checking idna v0.5.0 |
670 | 2024-12-18T19:24:02.580Z | Compiling strum_macros v0.26.2 |
671 | 2024-12-18T19:24:02.711Z | Checking tower-service v0.3.2 |
672 | 2024-12-18T19:24:02.837Z | Compiling pretty-hex v0.4.1 |
673 | 2024-12-18T19:24:02.892Z | Compiling unsafe-libyaml v0.2.11 |
674 | 2024-12-18T19:24:03.050Z | Checking cpufeatures v0.2.12 |
675 | 2024-12-18T19:24:03.143Z | Checking url v2.5.0 |
676 | 2024-12-18T19:24:03.256Z | Compiling pest_derive v2.7.10 |
677 | 2024-12-18T19:24:03.921Z | Compiling async-trait v0.1.83 |
678 | 2024-12-18T19:24:03.971Z | Compiling darling_macro v0.20.9 |
679 | 2024-12-18T19:24:04.155Z | Compiling dtrace-parser v0.2.0 |
680 | 2024-12-18T19:24:04.509Z | Checking block-buffer v0.10.4 |
681 | 2024-12-18T19:24:04.706Z | Compiling omicron-workspace-hack v0.1.0 |
682 | 2024-12-18T19:24:04.770Z | Checking bytes v1.7.2 |
683 | 2024-12-18T19:24:05.060Z | Checking bitflags v2.6.0 |
684 | 2024-12-18T19:24:05.605Z | Compiling indexmap v2.5.0 |
685 | 2024-12-18T19:24:05.639Z | Checking tokio v1.39.3 |
686 | 2024-12-18T19:24:06.047Z | Checking chrono v0.4.38 |
687 | 2024-12-18T19:24:06.353Z | Checking uuid v1.10.0 |
688 | 2024-12-18T19:24:06.542Z | Compiling serde_tokenstream v0.2.2 |
689 | 2024-12-18T19:24:06.923Z | Compiling http v1.1.0 |
690 | 2024-12-18T19:24:07.790Z | Compiling openapiv3 v2.0.0 |
691 | 2024-12-18T19:24:08.262Z | Compiling dof v0.3.0 |
692 | 2024-12-18T19:24:08.914Z | Checking http-body v1.0.1 |
693 | 2024-12-18T19:24:08.953Z | Compiling serde_yaml v0.9.34+deprecated |
694 | 2024-12-18T19:24:09.007Z | Compiling darling v0.20.9 |
695 | 2024-12-18T19:24:09.117Z | Checking foreign-types-shared v0.1.1 |
696 | 2024-12-18T19:24:09.137Z | Compiling serde_with_macros v3.11.0 |
697 | 2024-12-18T19:24:09.476Z | Checking foreign-types v0.3.2 |
698 | 2024-12-18T19:24:09.574Z | Checking http-body-util v0.1.2 |
699 | 2024-12-18T19:24:09.980Z | Compiling toml_datetime v0.6.8 |
700 | 2024-12-18T19:24:10.156Z | Checking digest v0.10.7 |
701 | 2024-12-18T19:24:10.852Z | Checking encoding_rs v0.8.34 |
702 | 2024-12-18T19:24:11.513Z | Compiling typify-impl v0.2.0 |
703 | 2024-12-18T19:24:11.559Z | Checking mime v0.3.17 |
704 | 2024-12-18T19:24:12.046Z | Compiling rustls v0.22.4 |
705 | 2024-12-18T19:24:12.083Z | Checking tokio-util v0.7.11 |
706 | 2024-12-18T19:24:12.175Z | Checking serde_urlencoded v0.7.1 |
707 | 2024-12-18T19:24:12.540Z | Checking rustls-pemfile v2.1.3 |
708 | 2024-12-18T19:24:12.764Z | Checking openssl-probe v0.1.5 |
709 | 2024-12-18T19:24:12.792Z | Checking h2 v0.4.6 |
710 | 2024-12-18T19:24:12.815Z | Compiling paste v1.0.15 |
711 | 2024-12-18T19:24:12.928Z | Compiling crossbeam-utils v0.8.19 |
712 | 2024-12-18T19:24:13.094Z | Compiling slog-async v2.8.0 |
713 | 2024-12-18T19:24:13.401Z | Compiling usdt-macro v0.5.0 |
714 | 2024-12-18T19:24:13.497Z | Compiling usdt-attr-macro v0.5.0 |
715 | 2024-12-18T19:24:15.115Z | Compiling multer v3.1.0 |
716 | 2024-12-18T19:24:15.486Z | Compiling rustix v0.38.34 |
717 | 2024-12-18T19:24:15.509Z | Checking ipnet v2.9.0 |
718 | 2024-12-18T19:24:16.931Z | Checking hyper v1.4.1 |
719 | 2024-12-18T19:24:16.974Z | Checking serde_spanned v0.6.7 |
720 | 2024-12-18T19:24:17.358Z | Checking tokio-native-tls v0.3.1 |
721 | 2024-12-18T19:24:17.458Z | Checking futures-executor v0.3.30 |
722 | 2024-12-18T19:24:17.628Z | Compiling async-stream-impl v0.3.5 |
723 | 2024-12-18T19:24:17.687Z | Checking webpki-roots v0.26.3 |
724 | 2024-12-18T19:24:17.950Z | Checking errno v0.3.9 |
725 | 2024-12-18T19:24:18.016Z | Checking powerfmt v0.2.0 |
726 | 2024-12-18T19:24:18.300Z | Checking deranged v0.3.11 |
727 | 2024-12-18T19:24:18.817Z | Checking tokio-rustls v0.26.0 |
728 | 2024-12-18T19:24:18.840Z | Checking futures v0.3.30 |
729 | 2024-12-18T19:24:18.880Z | Checking hyper-util v0.1.9 |
730 | 2024-12-18T19:24:18.944Z | Checking sha1 v0.10.6 |
731 | 2024-12-18T19:24:19.166Z | Checking sync_wrapper v1.0.1 |
732 | 2024-12-18T19:24:19.219Z | Checking is-terminal v0.4.12 |
733 | 2024-12-18T19:24:19.589Z | Compiling dropshot v0.12.0 |
734 | 2024-12-18T19:24:20.102Z | Checking num_threads v0.1.7 |
735 | 2024-12-18T19:24:20.145Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-12-18T19:24:20.215Z | Checking time v0.3.36 |
737 | 2024-12-18T19:24:20.234Z | Checking strum v0.26.2 |
738 | 2024-12-18T19:24:20.515Z | Checking hyper-rustls v0.27.3 |
739 | 2024-12-18T19:24:20.537Z | Checking hyper-tls v0.6.0 |
740 | 2024-12-18T19:24:20.811Z | Compiling structmeta-derive v0.3.0 |
741 | 2024-12-18T19:24:20.856Z | Checking reqwest v0.12.7 |
742 | 2024-12-18T19:24:22.560Z | Checking progenitor-client v0.8.0 |
743 | 2024-12-18T19:24:22.858Z | Checking serde_with v3.11.0 |
744 | 2024-12-18T19:24:23.283Z | Compiling structmeta v0.3.0 |
745 | 2024-12-18T19:24:23.402Z | Compiling typify-macro v0.2.0 |
746 | 2024-12-18T19:24:23.434Z | Checking dirs-sys-next v0.1.2 |
747 | 2024-12-18T19:24:23.611Z | Checking winnow v0.6.18 |
748 | 2024-12-18T19:24:23.902Z | Checking match_cfg v0.1.0 |
749 | 2024-12-18T19:24:23.995Z | Checking hostname v0.3.1 |
750 | 2024-12-18T19:24:24.537Z | Compiling parse-display-derive v0.10.0 |
751 | 2024-12-18T19:24:25.560Z | Checking dirs-next v2.0.0 |
752 | 2024-12-18T19:24:25.865Z | Checking ipnetwork v0.20.0 |
753 | 2024-12-18T19:24:26.186Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
754 | 2024-12-18T19:24:26.246Z | Checking thread_local v1.1.8 |
755 | 2024-12-18T19:24:26.527Z | Checking term v0.7.0 |
756 | 2024-12-18T19:24:27.019Z | Compiling typify v0.2.0 |
757 | 2024-12-18T19:24:27.104Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-18T19:24:27.131Z | Compiling progenitor-impl v0.8.0 |
759 | 2024-12-18T19:24:27.254Z | Checking memmap v0.7.0 |
760 | 2024-12-18T19:24:27.475Z | Checking take_mut v0.2.2 |
761 | 2024-12-18T19:24:28.074Z | Checking usdt v0.5.0 |
762 | 2024-12-18T19:24:28.192Z | Checking slog-term v2.9.1 |
763 | 2024-12-18T19:24:28.322Z | Checking toml_edit v0.22.20 |
764 | 2024-12-18T19:24:28.837Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
765 | 2024-12-18T19:24:29.096Z | Checking slog-json v2.6.1 |
766 | 2024-12-18T19:24:30.039Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-18T19:24:30.182Z | Compiling winnow v0.5.40 |
768 | 2024-12-18T19:24:30.948Z | Checking toml v0.8.19 |
769 | 2024-12-18T19:24:31.527Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-18T19:24:31.696Z | Checking async-stream v0.3.5 |
771 | 2024-12-18T19:24:32.101Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-18T19:24:32.153Z | Checking waitgroup v0.1.2 |
773 | 2024-12-18T19:24:32.399Z | Checking hostname v0.4.0 |
774 | 2024-12-18T19:24:32.467Z | Compiling crucible-workspace-hack v0.1.0 |
775 | 2024-12-18T19:24:32.486Z | Checking tokio-rustls v0.25.0 |
776 | 2024-12-18T19:24:32.928Z | Compiling progenitor-macro v0.8.0 |
777 | 2024-12-18T19:24:32.931Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
778 | 2024-12-18T19:24:33.033Z | Checking newtype-uuid v1.1.0 |
779 | 2024-12-18T19:24:33.095Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-18T19:24:33.272Z | Compiling toml_edit v0.19.15 |
781 | 2024-12-18T19:24:33.477Z | Checking unicode-width v0.1.14 |
782 | 2024-12-18T19:24:33.804Z | Checking utf8parse v0.2.1 |
783 | 2024-12-18T19:24:33.962Z | Checking anstyle-parse v0.2.4 |
784 | 2024-12-18T19:24:34.145Z | Checking hex v0.4.3 |
785 | 2024-12-18T19:24:34.641Z | Checking instant v0.1.12 |
786 | 2024-12-18T19:24:34.763Z | Checking is_terminal_polyfill v1.70.0 |
787 | 2024-12-18T19:24:35.027Z | Checking lazy_static v1.5.0 |
788 | 2024-12-18T19:24:35.157Z | Checking colorchoice v1.0.1 |
789 | 2024-12-18T19:24:35.295Z | Checking anstyle v1.0.7 |
790 | 2024-12-18T19:24:35.396Z | Checking anstyle-query v1.0.3 |
791 | 2024-12-18T19:24:35.638Z | Checking anstream v0.6.14 |
792 | 2024-12-18T19:24:36.001Z | Compiling proc-macro-crate v1.3.1 |
793 | 2024-12-18T19:24:36.295Z | Checking backoff v0.4.0 |
794 | 2024-12-18T19:24:36.587Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2024-12-18T19:24:36.742Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2024-12-18T19:24:36.774Z | Checking parse-display v0.10.0 |
797 | 2024-12-18T19:24:36.951Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-12-18T19:24:36.996Z | Checking terminal_size v0.3.0 |
799 | 2024-12-18T19:24:37.094Z | Checking macaddr v1.0.1 |
800 | 2024-12-18T19:24:37.162Z | Checking regress v0.9.1 |
801 | 2024-12-18T19:24:37.755Z | Checking num-integer v0.1.46 |
802 | 2024-12-18T19:24:38.254Z | Compiling unicode-xid v0.2.4 |
803 | 2024-12-18T19:24:38.442Z | Checking clap_lex v0.7.0 |
804 | 2024-12-18T19:24:38.681Z | Checking clap_builder v4.5.2 |
805 | 2024-12-18T19:24:41.341Z | Compiling heapless v0.8.0 |
806 | 2024-12-18T19:24:41.590Z | Checking clap v4.5.4 |
807 | 2024-12-18T19:24:42.102Z | Compiling num_enum_derive v0.5.11 |
808 | 2024-12-18T19:24:42.130Z | Checking num-bigint v0.4.5 |
809 | 2024-12-18T19:24:42.584Z | Checking hash32 v0.3.1 |
810 | 2024-12-18T19:24:42.777Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-12-18T19:24:42.888Z | Checking either v1.13.0 |
812 | 2024-12-18T19:24:43.172Z | Compiling smoltcp v0.11.0 |
813 | 2024-12-18T19:24:43.223Z | Checking fastrand v2.1.0 |
814 | 2024-12-18T19:24:43.501Z | Checking stable_deref_trait v1.2.0 |
815 | 2024-12-18T19:24:43.559Z | Checking bitflags v1.3.2 |
816 | 2024-12-18T19:24:43.656Z | Checking tempfile v3.10.1 |
817 | 2024-12-18T19:24:44.180Z | Compiling synstructure v0.12.6 |
818 | 2024-12-18T19:24:44.202Z | Checking num-rational v0.4.2 |
819 | 2024-12-18T19:24:44.235Z | Checking num_enum v0.5.11 |
820 | 2024-12-18T19:24:44.382Z | Checking num-iter v0.1.45 |
821 | 2024-12-18T19:24:44.471Z | Checking num-complex v0.4.6 |
822 | 2024-12-18T19:24:44.551Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-12-18T19:24:44.663Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
824 | 2024-12-18T19:24:44.774Z | Checking cobs v0.2.3 |
825 | 2024-12-18T19:24:44.964Z | Checking managed v0.8.0 |
826 | 2024-12-18T19:24:44.987Z | Checking postcard v1.0.9 |
827 | 2024-12-18T19:24:45.319Z | Checking num v0.4.3 |
828 | 2024-12-18T19:24:45.423Z | Compiling zerocopy-derive v0.2.0 |
829 | 2024-12-18T19:24:45.842Z | Checking progenitor v0.8.0 |
830 | 2024-12-18T19:24:45.918Z | Compiling foreign-types-macros v0.2.3 |
831 | 2024-12-18T19:24:46.017Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
832 | 2024-12-18T19:24:46.038Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-18T19:24:46.699Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-12-18T19:24:46.807Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-12-18T19:24:47.180Z | Checking data-encoding v2.6.0 |
836 | 2024-12-18T19:24:47.600Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-12-18T19:24:47.704Z | Checking pretty-hex v0.2.1 |
838 | 2024-12-18T19:24:47.802Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-12-18T19:24:47.945Z | Checking foreign-types v0.5.0 |
840 | 2024-12-18T19:24:48.085Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
841 | 2024-12-18T19:24:49.197Z | Checking tabwriter v1.4.0 |
842 | 2024-12-18T19:24:49.459Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-12-18T19:24:49.538Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-12-18T19:24:50.233Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-18T19:24:50.445Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
846 | 2024-12-18T19:24:50.514Z | Compiling prettyplease v0.2.22 |
847 | 2024-12-18T19:24:50.516Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
848 | 2024-12-18T19:24:50.960Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-18T19:24:51.114Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-18T19:24:51.997Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-18T19:24:52.263Z | Checking colored v2.1.0 |
852 | 2024-12-18T19:24:53.000Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-18T19:24:53.588Z | Checking float-ord v0.3.2 |
854 | 2024-12-18T19:24:53.768Z | Checking static_assertions v1.1.0 |
855 | 2024-12-18T19:24:53.809Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
856 | 2024-12-18T19:24:53.812Z | Checking unicode-segmentation v1.11.0 |
857 | 2024-12-18T19:24:53.862Z | Compiling semver v0.1.20 |
858 | 2024-12-18T19:24:53.885Z | Checking is_ci v1.2.0 |
859 | 2024-12-18T19:24:54.198Z | Compiling rustc_version v0.1.7 |
860 | 2024-12-18T19:24:54.351Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
861 | 2024-12-18T19:24:54.480Z | Checking newline-converter v0.3.0 |
862 | 2024-12-18T19:24:55.963Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-18T19:24:57.195Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-18T19:24:57.269Z | Checking itertools v0.10.5 |
865 | 2024-12-18T19:24:57.451Z | Checking console v0.15.8 |
866 | 2024-12-18T19:24:57.976Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-12-18T19:24:58.540Z | Compiling num-derive v0.4.2 |
868 | 2024-12-18T19:24:59.778Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-12-18T19:25:00.070Z | Checking sigpipe v0.1.3 |
870 | 2024-12-18T19:25:00.181Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-18T19:25:00.605Z | Checking similar v2.5.0 |
872 | 2024-12-18T19:25:00.651Z | Checking base64 v0.21.7 |
873 | 2024-12-18T19:25:01.051Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2024-12-18T19:25:01.094Z | Checking base64ct v1.6.0 |
875 | 2024-12-18T19:25:01.447Z | Compiling owo-colors v4.1.0 |
876 | 2024-12-18T19:25:01.516Z | Checking password-hash v0.5.0 |
877 | 2024-12-18T19:25:01.957Z | Checking expectorate v1.1.0 |
878 | 2024-12-18T19:25:02.116Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
879 | 2024-12-18T19:25:02.237Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2024-12-18T19:25:02.402Z | Checking zone v0.3.0 |
881 | 2024-12-18T19:25:02.471Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2024-12-18T19:25:02.504Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2024-12-18T19:25:02.526Z | Compiling newtype_derive v0.1.6 |
884 | 2024-12-18T19:25:02.704Z | Checking supports-color v3.0.1 |
885 | 2024-12-18T19:25:02.755Z | Checking supports-color v2.1.0 |
886 | 2024-12-18T19:25:02.801Z | Compiling zerocopy v0.3.2 |
887 | 2024-12-18T19:25:02.862Z | Checking blake2 v0.10.6 |
888 | 2024-12-18T19:25:02.884Z | Compiling cargo-platform v0.1.8 |
889 | 2024-12-18T19:25:02.951Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-12-18T19:25:03.075Z | Checking smf v0.2.3 |
891 | 2024-12-18T19:25:03.218Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-18T19:25:03.283Z | Compiling zerocopy-derive v0.6.6 |
893 | 2024-12-18T19:25:03.314Z | Compiling vergen v8.3.2 |
894 | 2024-12-18T19:25:03.489Z | Compiling cancel-safe-futures v0.1.5 |
895 | 2024-12-18T19:25:03.822Z | Checking whoami v1.5.1 |
896 | 2024-12-18T19:25:03.852Z | Checking fixedbitset v0.4.2 |
897 | 2024-12-18T19:25:03.908Z | Checking hubpack v0.1.2 |
898 | 2024-12-18T19:25:04.137Z | Checking petgraph v0.6.5 |
899 | 2024-12-18T19:25:04.226Z | Compiling dof v0.1.5 |
900 | 2024-12-18T19:25:04.250Z | Checking argon2 v0.5.3 |
901 | 2024-12-18T19:25:04.741Z | Compiling cargo_metadata v0.18.1 |
902 | 2024-12-18T19:25:04.966Z | Checking zerocopy v0.6.6 |
903 | 2024-12-18T19:25:06.472Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
904 | 2024-12-18T19:25:06.534Z | Compiling rustc_version v0.4.0 |
905 | 2024-12-18T19:25:07.009Z | Checking serde-big-array v0.5.1 |
906 | 2024-12-18T19:25:07.031Z | Compiling dtrace-parser v0.1.14 |
907 | 2024-12-18T19:25:07.093Z | Compiling strum_macros v0.25.3 |
908 | 2024-12-18T19:25:07.215Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2024-12-18T19:25:07.640Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-18T19:25:07.761Z | Compiling cookie v0.18.1 |
911 | 2024-12-18T19:25:08.037Z | Compiling rustls v0.21.12 |
912 | 2024-12-18T19:25:08.130Z | Compiling convert_case v0.4.0 |
913 | 2024-12-18T19:25:08.389Z | Checking utf-8 v0.7.6 |
914 | 2024-12-18T19:25:08.410Z | Compiling cfg_aliases v0.2.1 |
915 | 2024-12-18T19:25:08.514Z | Compiling nix v0.29.0 |
916 | 2024-12-18T19:25:08.585Z | Checking tungstenite v0.21.0 |
917 | 2024-12-18T19:25:08.688Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-18T19:25:08.762Z | Compiling derive_more v0.99.18 |
919 | 2024-12-18T19:25:09.328Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
920 | 2024-12-18T19:25:09.374Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
921 | 2024-12-18T19:25:09.867Z | Checking atomicwrites v0.4.4 |
922 | 2024-12-18T19:25:10.046Z | Checking itertools v0.13.0 |
923 | 2024-12-18T19:25:10.207Z | Checking libsw v3.3.1 |
924 | 2024-12-18T19:25:10.238Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
925 | 2024-12-18T19:25:10.315Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
926 | 2024-12-18T19:25:10.448Z | Compiling serde_tokenstream v0.1.7 |
927 | 2024-12-18T19:25:10.627Z | Checking sct v0.7.1 |
928 | 2024-12-18T19:25:10.687Z | Checking rustls-webpki v0.101.7 |
929 | 2024-12-18T19:25:10.833Z | Checking idna v0.4.0 |
930 | 2024-12-18T19:25:10.935Z | Compiling derive-where v1.2.7 |
931 | 2024-12-18T19:25:11.292Z | Compiling enum-as-inner v0.6.0 |
932 | 2024-12-18T19:25:12.402Z | Checking inout v0.1.3 |
933 | 2024-12-18T19:25:12.423Z | Compiling radium v0.7.0 |
934 | 2024-12-18T19:25:12.596Z | Checking highway v1.2.0 |
935 | 2024-12-18T19:25:12.892Z | Checking swrite v0.1.0 |
936 | 2024-12-18T19:25:12.987Z | Checking linked-hash-map v0.5.6 |
937 | 2024-12-18T19:25:13.017Z | Checking quick-error v1.2.3 |
938 | 2024-12-18T19:25:13.159Z | Checking indent_write v2.2.0 |
939 | 2024-12-18T19:25:13.275Z | Checking linear-map v1.2.0 |
940 | 2024-12-18T19:25:13.335Z | Checking lru-cache v0.1.2 |
941 | 2024-12-18T19:25:13.512Z | Checking resolv-conf v0.7.0 |
942 | 2024-12-18T19:25:13.583Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
943 | 2024-12-18T19:25:13.771Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
944 | 2024-12-18T19:25:13.837Z | Checking cipher v0.4.4 |
945 | 2024-12-18T19:25:14.172Z | Checking hickory-proto v0.24.1 |
946 | 2024-12-18T19:25:14.400Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-18T19:25:15.095Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-18T19:25:16.090Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2024-12-18T19:25:16.635Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
950 | 2024-12-18T19:25:17.893Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-12-18T19:25:17.915Z | Checking tokio-tungstenite v0.21.0 |
952 | 2024-12-18T19:25:17.984Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2024-12-18T19:25:18.007Z | Checking steno v0.4.1 |
954 | 2024-12-18T19:25:19.218Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2024-12-18T19:25:19.539Z | Checking crossbeam-epoch v0.9.18 |
956 | 2024-12-18T19:25:19.944Z | Checking hashlink v0.9.1 |
957 | 2024-12-18T19:25:19.986Z | Checking tap v1.0.1 |
958 | 2024-12-18T19:25:20.054Z | Compiling rayon-core v1.12.1 |
959 | 2024-12-18T19:25:20.136Z | Checking fallible-iterator v0.3.0 |
960 | 2024-12-18T19:25:20.212Z | Checking humantime v2.1.0 |
961 | 2024-12-18T19:25:20.265Z | Checking fallible-streaming-iterator v0.1.9 |
962 | 2024-12-18T19:25:20.472Z | Checking wyz v0.5.1 |
963 | 2024-12-18T19:25:20.493Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
964 | 2024-12-18T19:25:20.514Z | Checking crossbeam-deque v0.8.5 |
965 | 2024-12-18T19:25:20.683Z | Checking rusqlite v0.32.1 |
966 | 2024-12-18T19:25:20.827Z | Checking tokio-rustls v0.24.1 |
967 | 2024-12-18T19:25:21.187Z | Checking hickory-resolver v0.24.1 |
968 | 2024-12-18T19:25:21.602Z | Compiling usdt-attr-macro v0.3.5 |
969 | 2024-12-18T19:25:21.940Z | Compiling usdt-macro v0.3.5 |
970 | 2024-12-18T19:25:22.521Z | Checking rustls-pemfile v1.0.4 |
971 | 2024-12-18T19:25:22.707Z | Checking twox-hash v1.6.3 |
972 | 2024-12-18T19:25:22.859Z | Compiling num_enum_derive v0.7.2 |
973 | 2024-12-18T19:25:23.124Z | Checking universal-hash v0.5.1 |
974 | 2024-12-18T19:25:23.223Z | Checking atty v0.2.14 |
975 | 2024-12-18T19:25:23.246Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-12-18T19:25:23.278Z | Checking funty v2.0.0 |
977 | 2024-12-18T19:25:23.344Z | Checking opaque-debug v0.3.1 |
978 | 2024-12-18T19:25:23.432Z | Checking polyval v0.6.2 |
979 | 2024-12-18T19:25:23.488Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
980 | 2024-12-18T19:25:23.621Z | Checking usdt v0.3.5 |
981 | 2024-12-18T19:25:23.679Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
982 | 2024-12-18T19:25:23.829Z | Checking ctr v0.9.2 |
983 | 2024-12-18T19:25:24.024Z | Checking bitvec v1.0.1 |
984 | 2024-12-18T19:25:24.103Z | Checking aes v0.8.4 |
985 | 2024-12-18T19:25:24.363Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
986 | 2024-12-18T19:25:24.414Z | Checking bincode v1.3.3 |
987 | 2024-12-18T19:25:24.736Z | Checking aead v0.5.2 |
988 | 2024-12-18T19:25:24.839Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
989 | 2024-12-18T19:25:24.920Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
990 | 2024-12-18T19:25:25.016Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
991 | 2024-12-18T19:25:25.060Z | Checking num_enum v0.7.2 |
992 | 2024-12-18T19:25:25.113Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-18T19:25:25.192Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-12-18T19:25:25.222Z | Checking rayon v1.10.0 |
995 | 2024-12-18T19:25:25.317Z | Checking toml v0.7.8 |
996 | 2024-12-18T19:25:25.363Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
997 | 2024-12-18T19:25:25.463Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
998 | 2024-12-18T19:25:25.486Z | Compiling bitstruct_derive v0.1.0 |
999 | 2024-12-18T19:25:25.572Z | Compiling async-recursion v1.1.1 |
1000 | 2024-12-18T19:25:25.820Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-18T19:25:25.936Z | Checking typeid v1.0.0 |
1002 | 2024-12-18T19:25:25.973Z | Checking ascii v1.1.0 |
1003 | 2024-12-18T19:25:26.067Z | Checking ringbuffer v0.15.0 |
1004 | 2024-12-18T19:25:26.380Z | Compiling cfg_aliases v0.1.1 |
1005 | 2024-12-18T19:25:26.483Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1006 | 2024-12-18T19:25:26.505Z | Compiling nix v0.28.0 |
1007 | 2024-12-18T19:25:26.797Z | Checking bitstruct v0.1.1 |
1008 | 2024-12-18T19:25:26.909Z | Checking erased-serde v0.4.5 |
1009 | 2024-12-18T19:25:26.963Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1010 | 2024-12-18T19:25:27.182Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1011 | 2024-12-18T19:25:27.260Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1012 | 2024-12-18T19:25:27.311Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1013 | 2024-12-18T19:25:27.484Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1014 | 2024-12-18T19:25:27.557Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-12-18T19:25:27.759Z | Checking serde_arrays v0.1.0 |
1016 | 2024-12-18T19:25:27.898Z | Checking libloading v0.7.4 |
1017 | 2024-12-18T19:25:27.952Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1018 | 2024-12-18T19:25:28.072Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1019 | 2024-12-18T19:25:28.145Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-18T19:25:28.275Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-18T19:25:28.275Z | Compiling escargot v0.5.10 |
1022 | 2024-12-18T19:25:28.569Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1023 | 2024-12-18T19:25:28.592Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-18T19:25:28.636Z | Checking ron v0.8.1 |
1025 | 2024-12-18T19:25:28.740Z | Checking xattr v1.3.1 |
1026 | 2024-12-18T19:25:29.205Z | Checking filetime v0.2.23 |
1027 | 2024-12-18T19:25:29.421Z | Checking bstr v1.9.1 |
1028 | 2024-12-18T19:25:29.627Z | Checking bit_field v0.10.2 |
1029 | 2024-12-18T19:25:29.836Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-18T19:25:29.865Z | Checking tar v0.4.40 |
1031 | 2024-12-18T19:25:29.903Z | Checking const_format v0.2.32 |
1032 | 2024-12-18T19:25:30.136Z | Checking globset v0.4.14 |
1033 | 2024-12-18T19:25:30.575Z | Checking fatfs v0.3.6 |
1034 | 2024-12-18T19:25:30.602Z | Checking glob v0.3.1 |
1035 | 2024-12-18T19:25:32.570Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1036 | 2024-12-18T19:25:32.758Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1037 | 2024-12-18T19:25:33.370Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1038 | 2024-12-18T19:25:33.638Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1039 | 2024-12-18T19:25:33.928Z | Compiling git2 v0.19.0 |
1040 | 2024-12-18T19:25:37.644Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-18T19:25:39.047Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-18T19:25:46.660Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-18T19:25:51.419Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-18T19:25:59.414Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-18T19:25:59.414Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-18T19:26:05.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
1047 | 2024-12-18T19:26:06.026Z | |
1048 | 2024-12-18T19:26:06.026Z | real 2:44.168130372 |
1049 | 2024-12-18T19:26:06.026Z | user 12:42.118442777 |
1050 | 2024-12-18T19:26:06.026Z | sys 2:12.999709091 |
1051 | 2024-12-18T19:26:06.026Z | trap 0.428806415 |
1052 | 2024-12-18T19:26:06.026Z | tflt 1.398396535 |
1053 | 2024-12-18T19:26:06.026Z | dflt 0.445830654 |
1054 | 2024-12-18T19:26:06.026Z | kflt 0.006826737 |
1055 | 2024-12-18T19:26:06.026Z | lock 14:54.189515251 |
1056 | 2024-12-18T19:26:06.028Z | slp 48:12.110987482 |
1057 | 2024-12-18T19:26:06.028Z | lat 59.172722936 |
1058 | 2024-12-18T19:26:06.028Z | stop 3:22.650216787 |
1059 | 2024-12-18T19:26:06.028Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-18T19:26:06.550Z | Downloading crates ... |
1061 | 2024-12-18T19:26:06.747Z | Downloaded mockall_derive v0.12.1 |
1062 | 2024-12-18T19:26:06.750Z | Downloaded miniz_oxide v0.7.2 |
1063 | 2024-12-18T19:26:06.753Z | Downloaded termtree v0.4.1 |
1064 | 2024-12-18T19:26:06.756Z | Downloaded downcast v0.11.0 |
1065 | 2024-12-18T19:26:06.761Z | Downloaded fragile v2.0.0 |
1066 | 2024-12-18T19:26:06.764Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-12-18T19:26:06.768Z | Downloaded predicates-core v1.0.6 |
1068 | 2024-12-18T19:26:06.768Z | Downloaded mockall v0.12.1 |
1069 | 2024-12-18T19:26:06.770Z | Downloaded serde_test v1.0.176 |
1070 | 2024-12-18T19:26:06.770Z | Downloaded slog-stdlog v4.1.1 |
1071 | 2024-12-18T19:26:06.772Z | Downloaded predicates-tree v1.0.9 |
1072 | 2024-12-18T19:26:06.772Z | Downloaded predicates v3.1.0 |
1073 | 2024-12-18T19:26:06.775Z | Downloaded simd-adler32 v0.3.7 |
1074 | 2024-12-18T19:26:06.777Z | Downloaded fdeflate v0.3.4 |
1075 | 2024-12-18T19:26:06.779Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-12-18T19:26:06.782Z | Downloaded crc32fast v1.4.0 |
1077 | 2024-12-18T19:26:06.788Z | Downloaded bytemuck v1.16.0 |
1078 | 2024-12-18T19:26:06.791Z | Downloaded arc-swap v1.7.1 |
1079 | 2024-12-18T19:26:06.793Z | Downloaded flate2 v1.0.30 |
1080 | 2024-12-18T19:26:06.798Z | Downloaded png v0.17.13 |
1081 | 2024-12-18T19:26:07.450Z | Downloaded image v0.25.1 |
1082 | 2024-12-18T19:26:07.745Z | Checking log v0.4.22 |
1083 | 2024-12-18T19:26:07.748Z | Checking tokio v1.39.3 |
1084 | 2024-12-18T19:26:07.788Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-12-18T19:26:07.806Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1086 | 2024-12-18T19:26:07.818Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1087 | 2024-12-18T19:26:07.821Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-18T19:26:07.842Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-18T19:26:07.844Z | Checking simd-adler32 v0.3.7 |
1090 | 2024-12-18T19:26:07.983Z | Checking native-tls v0.2.11 |
1091 | 2024-12-18T19:26:07.996Z | Checking typify-impl v0.2.0 |
1092 | 2024-12-18T19:26:08.013Z | Checking goblin v0.8.2 |
1093 | 2024-12-18T19:26:08.066Z | Checking rustls v0.22.4 |
1094 | 2024-12-18T19:26:08.068Z | Checking tungstenite v0.21.0 |
1095 | 2024-12-18T19:26:08.254Z | Checking rustls v0.21.12 |
1096 | 2024-12-18T19:26:08.308Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-12-18T19:26:08.366Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-12-18T19:26:08.648Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2024-12-18T19:26:08.842Z | Compiling crc32fast v1.4.0 |
1100 | 2024-12-18T19:26:08.896Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-18T19:26:09.163Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1102 | 2024-12-18T19:26:09.365Z | Checking adler v1.0.2 |
1103 | 2024-12-18T19:26:09.516Z | Checking miniz_oxide v0.7.2 |
1104 | 2024-12-18T19:26:09.788Z | Checking arc-swap v1.7.1 |
1105 | 2024-12-18T19:26:10.167Z | Checking slog-scope v4.4.0 |
1106 | 2024-12-18T19:26:10.223Z | Checking flate2 v1.0.30 |
1107 | 2024-12-18T19:26:10.337Z | Checking fdeflate v0.3.4 |
1108 | 2024-12-18T19:26:10.418Z | Checking typify v0.2.0 |
1109 | 2024-12-18T19:26:10.537Z | Checking progenitor-impl v0.8.0 |
1110 | 2024-12-18T19:26:10.835Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1111 | 2024-12-18T19:26:10.851Z | Checking png v0.17.13 |
1112 | 2024-12-18T19:26:11.103Z | Checking slog-stdlog v4.1.1 |
1113 | 2024-12-18T19:26:11.236Z | Checking predicates-core v1.0.6 |
1114 | 2024-12-18T19:26:11.260Z | Checking bytemuck v1.16.0 |
1115 | 2024-12-18T19:26:11.414Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-18T19:26:11.452Z | Checking termtree v0.4.1 |
1117 | 2024-12-18T19:26:11.608Z | Checking predicates v3.1.0 |
1118 | 2024-12-18T19:26:11.642Z | Checking predicates-tree v1.0.9 |
1119 | 2024-12-18T19:26:11.655Z | Compiling mockall_derive v0.12.1 |
1120 | 2024-12-18T19:26:11.775Z | Checking wait-timeout v0.2.0 |
1121 | 2024-12-18T19:26:11.946Z | Checking downcast v0.11.0 |
1122 | 2024-12-18T19:26:12.006Z | Checking image v0.25.1 |
1123 | 2024-12-18T19:26:12.080Z | Checking fragile v2.0.0 |
1124 | 2024-12-18T19:26:12.120Z | Checking bit-vec v0.6.3 |
1125 | 2024-12-18T19:26:12.312Z | Checking globset v0.4.14 |
1126 | 2024-12-18T19:26:12.412Z | Checking bit-set v0.5.3 |
1127 | 2024-12-18T19:26:12.453Z | Checking rusty-fork v0.3.0 |
1128 | 2024-12-18T19:26:12.651Z | Checking escargot v0.5.10 |
1129 | 2024-12-18T19:26:12.718Z | Checking fatfs v0.3.6 |
1130 | 2024-12-18T19:26:12.757Z | Checking rand_xorshift v0.3.0 |
1131 | 2024-12-18T19:26:12.861Z | Checking dof v0.3.0 |
1132 | 2024-12-18T19:26:12.915Z | Checking unarray v0.1.4 |
1133 | 2024-12-18T19:26:13.050Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1134 | 2024-12-18T19:26:13.061Z | Checking proptest v1.5.0 |
1135 | 2024-12-18T19:26:13.424Z | Checking usdt-impl v0.5.0 |
1136 | 2024-12-18T19:26:13.654Z | Checking serde_test v1.0.176 |
1137 | 2024-12-18T19:26:13.690Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1138 | 2024-12-18T19:26:13.928Z | Checking usdt v0.5.0 |
1139 | 2024-12-18T19:26:14.182Z | Checking slog-dtrace v0.3.0 |
1140 | 2024-12-18T19:26:14.198Z | Checking tokio-util v0.7.11 |
1141 | 2024-12-18T19:26:14.368Z | Checking tokio-rustls v0.26.0 |
1142 | 2024-12-18T19:26:14.543Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-12-18T19:26:14.722Z | Checking tokio-rustls v0.25.0 |
1144 | 2024-12-18T19:26:14.725Z | Checking backoff v0.4.0 |
1145 | 2024-12-18T19:26:14.767Z | Checking tokio-tungstenite v0.21.0 |
1146 | 2024-12-18T19:26:14.950Z | Checking h2 v0.4.6 |
1147 | 2024-12-18T19:26:14.975Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1148 | 2024-12-18T19:26:15.046Z | Checking zone v0.3.0 |
1149 | 2024-12-18T19:26:15.091Z | Checking libsw v3.3.1 |
1150 | 2024-12-18T19:26:15.155Z | Checking cancel-safe-futures v0.1.5 |
1151 | 2024-12-18T19:26:15.185Z | Checking hickory-proto v0.24.1 |
1152 | 2024-12-18T19:26:15.212Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1153 | 2024-12-18T19:26:15.313Z | Checking steno v0.4.1 |
1154 | 2024-12-18T19:26:15.549Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1155 | 2024-12-18T19:26:15.787Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1156 | 2024-12-18T19:26:16.772Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1157 | 2024-12-18T19:26:16.972Z | Checking tokio-rustls v0.24.1 |
1158 | 2024-12-18T19:26:17.001Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1159 | 2024-12-18T19:26:17.053Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-18T19:26:18.248Z | Checking mockall v0.12.1 |
1161 | 2024-12-18T19:26:18.569Z | Checking hickory-resolver v0.24.1 |
1162 | 2024-12-18T19:26:18.983Z | Checking hyper v1.4.1 |
1163 | 2024-12-18T19:26:20.198Z | Checking hyper-util v0.1.9 |
1164 | 2024-12-18T19:26:21.216Z | Checking hyper-tls v0.6.0 |
1165 | 2024-12-18T19:26:21.216Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-18T19:26:21.219Z | Checking dropshot v0.12.0 |
1167 | 2024-12-18T19:26:21.422Z | Checking reqwest v0.12.7 |
1168 | 2024-12-18T19:26:22.407Z | Checking progenitor-client v0.8.0 |
1169 | 2024-12-18T19:26:22.587Z | Checking progenitor v0.8.0 |
1170 | 2024-12-18T19:26:22.700Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1171 | 2024-12-18T19:26:22.701Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-12-18T19:26:22.703Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-18T19:26:22.703Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1174 | 2024-12-18T19:26:23.363Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1175 | 2024-12-18T19:26:24.270Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-18T19:26:26.087Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-12-18T19:26:27.337Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1178 | 2024-12-18T19:26:28.044Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-18T19:26:31.806Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-18T19:26:31.806Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-18T19:26:31.809Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-18T19:26:31.809Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-18T19:26:33.320Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-18T19:26:33.683Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-18T19:26:33.727Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-18T19:26:33.736Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-18T19:26:34.317Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-18T19:26:34.534Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-18T19:26:34.575Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-18T19:26:42.969Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-18T19:26:47.878Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-18T19:26:48.426Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-18T19:26:51.932Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-18T19:27:04.698Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-18T19:27:04.701Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-18T19:27:14.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
1197 | 2024-12-18T19:27:14.483Z | |
1198 | 2024-12-18T19:27:14.483Z | real 1:08.446542650 |
1199 | 2024-12-18T19:27:14.483Z | user 3:01.262300576 |
1200 | 2024-12-18T19:27:14.487Z | sys 21.740419587 |
1201 | 2024-12-18T19:27:14.487Z | trap 0.068748134 |
1202 | 2024-12-18T19:27:14.487Z | tflt 0.199114544 |
1203 | 2024-12-18T19:27:14.487Z | dflt 0.019320422 |
1204 | 2024-12-18T19:27:14.487Z | kflt 0.000011497 |
1205 | 2024-12-18T19:27:14.487Z | lock 4:02.490103272 |
1206 | 2024-12-18T19:27:14.487Z | slp 9:41.702608734 |
1207 | 2024-12-18T19:27:14.487Z | lat 6.006330196 |
1208 | 2024-12-18T19:27:14.487Z | stop 14.076110391 |
1209 | 2024-12-18T19:27:14.487Z | + banner build |
1210 | 2024-12-18T19:27:14.487Z | |
1211 | 2024-12-18T19:27:14.487Z | ##### # # # # ##### |
1212 | 2024-12-18T19:27:14.487Z | # # # # # # # # |
1213 | 2024-12-18T19:27:14.487Z | ##### # # # # # # |
1214 | 2024-12-18T19:27:14.487Z | # # # # # # # # |
1215 | 2024-12-18T19:27:14.487Z | # # # # # # # # |
1216 | 2024-12-18T19:27:14.487Z | ##### #### # ###### ##### |
1217 | 2024-12-18T19:27:14.487Z | |
1218 | 2024-12-18T19:27:14.487Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1219 | 2024-12-18T19:27:15.247Z | Compiling proc-macro2 v1.0.86 |
1220 | 2024-12-18T19:27:15.247Z | Compiling unicode-ident v1.0.13 |
1221 | 2024-12-18T19:27:15.249Z | Compiling libc v0.2.159 |
1222 | 2024-12-18T19:27:15.250Z | Compiling serde v1.0.210 |
1223 | 2024-12-18T19:27:15.250Z | Compiling version_check v0.9.5 |
1224 | 2024-12-18T19:27:15.250Z | Compiling once_cell v1.19.0 |
1225 | 2024-12-18T19:27:15.250Z | Compiling autocfg v1.3.0 |
1226 | 2024-12-18T19:27:15.250Z | Compiling cfg-if v1.0.0 |
1227 | 2024-12-18T19:27:15.421Z | Compiling memchr v2.7.2 |
1228 | 2024-12-18T19:27:15.471Z | Compiling thiserror v1.0.64 |
1229 | 2024-12-18T19:27:15.632Z | Compiling libm v0.2.8 |
1230 | 2024-12-18T19:27:15.858Z | Compiling ahash v0.8.11 |
1231 | 2024-12-18T19:27:16.016Z | Compiling byteorder v1.5.0 |
1232 | 2024-12-18T19:27:16.028Z | Compiling itoa v1.0.11 |
1233 | 2024-12-18T19:27:16.226Z | Compiling lock_api v0.4.12 |
1234 | 2024-12-18T19:27:16.248Z | Compiling parking_lot_core v0.9.10 |
1235 | 2024-12-18T19:27:16.628Z | Compiling ryu v1.0.18 |
1236 | 2024-12-18T19:27:16.700Z | Compiling serde_json v1.0.128 |
1237 | 2024-12-18T19:27:16.897Z | Compiling quote v1.0.37 |
1238 | 2024-12-18T19:27:16.960Z | Compiling jobserver v0.1.31 |
1239 | 2024-12-18T19:27:17.062Z | Compiling getrandom v0.2.14 |
1240 | 2024-12-18T19:27:17.094Z | Compiling slab v0.4.9 |
1241 | 2024-12-18T19:27:17.450Z | Compiling syn v2.0.77 |
1242 | 2024-12-18T19:27:17.458Z | Compiling cc v1.0.97 |
1243 | 2024-12-18T19:27:17.461Z | Compiling pkg-config v0.3.30 |
1244 | 2024-12-18T19:27:17.558Z | Compiling vcpkg v0.2.15 |
1245 | 2024-12-18T19:27:17.573Z | Compiling schemars v0.8.21 |
1246 | 2024-12-18T19:27:17.587Z | Compiling allocator-api2 v0.2.18 |
1247 | 2024-12-18T19:27:17.961Z | Compiling pin-project-lite v0.2.14 |
1248 | 2024-12-18T19:27:18.218Z | Compiling num-traits v0.2.19 |
1249 | 2024-12-18T19:27:18.445Z | Compiling log v0.4.22 |
1250 | 2024-12-18T19:27:18.510Z | Compiling smallvec v1.13.2 |
1251 | 2024-12-18T19:27:18.791Z | Compiling scopeguard v1.2.0 |
1252 | 2024-12-18T19:27:18.901Z | Compiling equivalent v1.0.1 |
1253 | 2024-12-18T19:27:18.952Z | Compiling typenum v1.17.0 |
1254 | 2024-12-18T19:27:18.964Z | Compiling socket2 v0.5.7 |
1255 | 2024-12-18T19:27:18.997Z | Compiling mio v1.0.2 |
1256 | 2024-12-18T19:27:19.663Z | Compiling parking_lot v0.12.2 |
1257 | 2024-12-18T19:27:19.870Z | Compiling signal-hook-registry v1.4.2 |
1258 | 2024-12-18T19:27:20.318Z | Compiling ring v0.17.8 |
1259 | 2024-12-18T19:27:20.509Z | Compiling httparse v1.8.0 |
1260 | 2024-12-18T19:27:20.544Z | Compiling generic-array v0.14.7 |
1261 | 2024-12-18T19:27:20.942Z | Compiling fnv v1.0.7 |
1262 | 2024-12-18T19:27:21.086Z | Compiling futures-core v0.3.30 |
1263 | 2024-12-18T19:27:21.314Z | Compiling openssl-sys v0.9.103 |
1264 | 2024-12-18T19:27:21.331Z | Compiling iana-time-zone v0.1.60 |
1265 | 2024-12-18T19:27:21.352Z | Compiling rand_core v0.6.4 |
1266 | 2024-12-18T19:27:21.622Z | Compiling slog v2.7.0 |
1267 | 2024-12-18T19:27:21.666Z | Compiling semver v1.0.23 |
1268 | 2024-12-18T19:27:21.773Z | Compiling futures-sink v0.3.30 |
1269 | 2024-12-18T19:27:21.936Z | Compiling ucd-trie v0.1.6 |
1270 | 2024-12-18T19:27:21.966Z | Compiling dyn-clone v1.0.17 |
1271 | 2024-12-18T19:27:22.150Z | Compiling heck v0.5.0 |
1272 | 2024-12-18T19:27:22.328Z | Compiling subtle v2.5.0 |
1273 | 2024-12-18T19:27:22.353Z | Compiling futures-channel v0.3.30 |
1274 | 2024-12-18T19:27:22.380Z | Compiling futures-task v0.3.30 |
1275 | 2024-12-18T19:27:22.397Z | Compiling futures-io v0.3.30 |
1276 | 2024-12-18T19:27:22.513Z | Compiling pin-utils v0.1.0 |
1277 | 2024-12-18T19:27:22.527Z | Compiling rustversion v1.0.17 |
1278 | 2024-12-18T19:27:22.574Z | Compiling openssl v0.10.66 |
1279 | 2024-12-18T19:27:22.774Z | Compiling syn v1.0.109 |
1280 | 2024-12-18T19:27:23.034Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-18T19:27:23.386Z | Compiling rustls v0.23.10 |
1282 | 2024-12-18T19:27:23.570Z | Compiling regex-syntax v0.8.4 |
1283 | 2024-12-18T19:27:23.710Z | Compiling serde_derive_internals v0.29.1 |
1284 | 2024-12-18T19:27:23.929Z | Compiling native-tls v0.2.11 |
1285 | 2024-12-18T19:27:25.178Z | Compiling spin v0.9.8 |
1286 | 2024-12-18T19:27:25.428Z | Compiling heck v0.4.1 |
1287 | 2024-12-18T19:27:25.784Z | Compiling untrusted v0.9.0 |
1288 | 2024-12-18T19:27:25.977Z | Compiling tracing-core v0.1.32 |
1289 | 2024-12-18T19:27:26.756Z | Compiling num-conv v0.1.0 |
1290 | 2024-12-18T19:27:27.016Z | Compiling regex-automata v0.4.6 |
1291 | 2024-12-18T19:27:27.266Z | Compiling anyhow v1.0.89 |
1292 | 2024-12-18T19:27:27.821Z | Compiling time-core v0.1.2 |
1293 | 2024-12-18T19:27:27.973Z | Compiling time-macros v0.2.18 |
1294 | 2024-12-18T19:27:28.049Z | Compiling crypto-common v0.1.6 |
1295 | 2024-12-18T19:27:28.225Z | Compiling serde_derive v1.0.210 |
1296 | 2024-12-18T19:27:28.248Z | Compiling zerocopy-derive v0.7.34 |
1297 | 2024-12-18T19:27:28.863Z | Compiling thiserror-impl v1.0.64 |
1298 | 2024-12-18T19:27:29.074Z | Compiling tokio-macros v2.4.0 |
1299 | 2024-12-18T19:27:30.132Z | Compiling zerocopy v0.7.34 |
1300 | 2024-12-18T19:27:30.511Z | Compiling schemars_derive v0.8.21 |
1301 | 2024-12-18T19:27:30.750Z | Compiling futures-macro v0.3.30 |
1302 | 2024-12-18T19:27:31.861Z | Compiling hashbrown v0.14.5 |
1303 | 2024-12-18T19:27:32.554Z | Compiling pest v2.7.10 |
1304 | 2024-12-18T19:27:33.124Z | Compiling futures-util v0.3.30 |
1305 | 2024-12-18T19:27:33.350Z | Compiling openssl-macros v0.1.1 |
1306 | 2024-12-18T19:27:33.585Z | Compiling regex v1.10.6 |
1307 | 2024-12-18T19:27:34.156Z | Compiling tracing-attributes v0.1.27 |
1308 | 2024-12-18T19:27:34.383Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-12-18T19:27:34.907Z | Compiling pest_meta v2.7.10 |
1310 | 2024-12-18T19:27:35.438Z | Compiling regress v0.10.1 |
1311 | 2024-12-18T19:27:35.761Z | Compiling thread-id v4.2.1 |
1312 | 2024-12-18T19:27:35.872Z | Compiling percent-encoding v2.3.1 |
1313 | 2024-12-18T19:27:36.312Z | Compiling pest_generator v2.7.10 |
1314 | 2024-12-18T19:27:37.096Z | Compiling tracing v0.1.40 |
1315 | 2024-12-18T19:27:37.751Z | Compiling rustls-pki-types v1.7.0 |
1316 | 2024-12-18T19:27:37.930Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-12-18T19:27:38.422Z | Compiling strsim v0.11.1 |
1318 | 2024-12-18T19:27:38.555Z | Compiling pest_derive v2.7.10 |
1319 | 2024-12-18T19:27:38.700Z | Compiling tinyvec_macros v0.1.1 |
1320 | 2024-12-18T19:27:38.787Z | Compiling tinyvec v1.6.0 |
1321 | 2024-12-18T19:27:39.027Z | Compiling atomic-waker v1.1.2 |
1322 | 2024-12-18T19:27:39.039Z | Compiling zeroize v1.7.0 |
1323 | 2024-12-18T19:27:39.207Z | Compiling ppv-lite86 v0.2.17 |
1324 | 2024-12-18T19:27:39.374Z | Compiling camino v1.1.9 |
1325 | 2024-12-18T19:27:39.924Z | Compiling rand_chacha v0.3.1 |
1326 | 2024-12-18T19:27:39.957Z | Compiling rustls-webpki v0.102.4 |
1327 | 2024-12-18T19:27:40.395Z | Compiling bytes v1.7.2 |
1328 | 2024-12-18T19:27:41.610Z | Compiling indexmap v2.5.0 |
1329 | 2024-12-18T19:27:41.880Z | Compiling tokio v1.39.3 |
1330 | 2024-12-18T19:27:42.198Z | Compiling uuid v1.10.0 |
1331 | 2024-12-18T19:27:42.648Z | Compiling chrono v0.4.38 |
1332 | 2024-12-18T19:27:42.852Z | Compiling bitflags v2.6.0 |
1333 | 2024-12-18T19:27:42.881Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-12-18T19:27:43.411Z | Compiling http v1.1.0 |
1335 | 2024-12-18T19:27:44.868Z | Compiling unicode-normalization v0.1.23 |
1336 | 2024-12-18T19:27:46.153Z | Compiling usdt-impl v0.5.0 |
1337 | 2024-12-18T19:27:46.366Z | Compiling http-body v1.0.1 |
1338 | 2024-12-18T19:27:46.614Z | Compiling try-lock v0.2.5 |
1339 | 2024-12-18T19:27:46.771Z | Compiling unicode-bidi v0.3.15 |
1340 | 2024-12-18T19:27:47.350Z | Compiling ident_case v1.0.1 |
1341 | 2024-12-18T19:27:47.516Z | Compiling darling_core v0.20.9 |
1342 | 2024-12-18T19:27:49.003Z | Compiling typify-impl v0.2.0 |
1343 | 2024-12-18T19:27:49.403Z | Compiling want v0.3.1 |
1344 | 2024-12-18T19:27:49.548Z | Compiling openapiv3 v2.0.0 |
1345 | 2024-12-18T19:27:49.664Z | Compiling rand v0.8.5 |
1346 | 2024-12-18T19:27:50.847Z | Compiling tokio-util v0.7.11 |
1347 | 2024-12-18T19:27:51.183Z | Compiling scroll v0.12.0 |
1348 | 2024-12-18T19:27:51.766Z | Compiling h2 v0.4.6 |
1349 | 2024-12-18T19:27:52.878Z | Compiling httpdate v1.0.3 |
1350 | 2024-12-18T19:27:52.899Z | Compiling base64 v0.22.1 |
1351 | 2024-12-18T19:27:53.544Z | Compiling plain v0.2.3 |
1352 | 2024-12-18T19:27:53.632Z | Compiling darling_macro v0.20.9 |
1353 | 2024-12-18T19:27:53.696Z | Compiling goblin v0.8.2 |
1354 | 2024-12-18T19:27:53.976Z | Compiling idna v0.5.0 |
1355 | 2024-12-18T19:27:54.698Z | Compiling strum_macros v0.26.2 |
1356 | 2024-12-18T19:27:55.890Z | Compiling unsafe-libyaml v0.2.11 |
1357 | 2024-12-18T19:27:57.553Z | Compiling hyper v1.4.1 |
1358 | 2024-12-18T19:27:57.957Z | Compiling cpufeatures v0.2.12 |
1359 | 2024-12-18T19:27:58.052Z | Compiling tower-service v0.3.2 |
1360 | 2024-12-18T19:27:58.177Z | Compiling omicron-workspace-hack v0.1.0 |
1361 | 2024-12-18T19:27:58.548Z | Compiling pretty-hex v0.4.1 |
1362 | 2024-12-18T19:27:58.742Z | Compiling serde_yaml v0.9.34+deprecated |
1363 | 2024-12-18T19:27:58.871Z | Compiling url v2.5.0 |
1364 | 2024-12-18T19:27:59.326Z | Compiling typify-macro v0.2.0 |
1365 | 2024-12-18T19:28:02.051Z | Compiling hyper-util v0.1.9 |
1366 | 2024-12-18T19:28:02.054Z | Compiling dof v0.3.0 |
1367 | 2024-12-18T19:28:03.061Z | Compiling typify v0.2.0 |
1368 | 2024-12-18T19:28:03.190Z | Compiling progenitor-impl v0.8.0 |
1369 | 2024-12-18T19:28:03.521Z | Compiling darling v0.20.9 |
1370 | 2024-12-18T19:28:03.779Z | Compiling dtrace-parser v0.2.0 |
1371 | 2024-12-18T19:28:04.203Z | Compiling async-trait v0.1.83 |
1372 | 2024-12-18T19:28:05.288Z | Compiling block-buffer v0.10.4 |
1373 | 2024-12-18T19:28:05.548Z | Compiling rustls v0.22.4 |
1374 | 2024-12-18T19:28:05.925Z | Compiling foreign-types-shared v0.1.1 |
1375 | 2024-12-18T19:28:05.994Z | Compiling digest v0.10.7 |
1376 | 2024-12-18T19:28:06.039Z | Compiling foreign-types v0.3.2 |
1377 | 2024-12-18T19:28:06.135Z | Compiling serde_with_macros v3.11.0 |
1378 | 2024-12-18T19:28:06.445Z | Compiling http-body-util v0.1.2 |
1379 | 2024-12-18T19:28:06.744Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-12-18T19:28:06.968Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-12-18T19:28:07.367Z | Compiling mime v0.3.17 |
1382 | 2024-12-18T19:28:07.403Z | Compiling slog-async v2.8.0 |
1383 | 2024-12-18T19:28:08.351Z | Compiling rustls-pemfile v2.1.3 |
1384 | 2024-12-18T19:28:08.395Z | Compiling serde_urlencoded v0.7.1 |
1385 | 2024-12-18T19:28:08.699Z | Compiling multer v3.1.0 |
1386 | 2024-12-18T19:28:08.933Z | Compiling paste v1.0.15 |
1387 | 2024-12-18T19:28:09.012Z | Compiling crossbeam-utils v0.8.19 |
1388 | 2024-12-18T19:28:09.044Z | Compiling progenitor-macro v0.8.0 |
1389 | 2024-12-18T19:28:09.085Z | Compiling openssl-probe v0.1.5 |
1390 | 2024-12-18T19:28:09.554Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-12-18T19:28:09.557Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-12-18T19:28:17.636Z | Compiling ipnet v2.9.0 |
1393 | 2024-12-18T19:28:19.571Z | Compiling tokio-native-tls v0.3.1 |
1394 | 2024-12-18T19:28:20.598Z | Compiling tokio-rustls v0.26.0 |
1395 | 2024-12-18T19:28:23.544Z | Compiling serde_spanned v0.6.7 |
1396 | 2024-12-18T19:28:23.813Z | Compiling webpki-roots v0.26.3 |
1397 | 2024-12-18T19:28:23.911Z | Compiling futures-executor v0.3.30 |
1398 | 2024-12-18T19:28:24.430Z | Compiling async-stream-impl v0.3.5 |
1399 | 2024-12-18T19:28:24.933Z | Compiling dropshot v0.12.0 |
1400 | 2024-12-18T19:28:25.318Z | Compiling powerfmt v0.2.0 |
1401 | 2024-12-18T19:28:25.711Z | Compiling deranged v0.3.11 |
1402 | 2024-12-18T19:28:26.671Z | Compiling futures v0.3.30 |
1403 | 2024-12-18T19:28:26.783Z | Compiling hyper-rustls v0.27.3 |
1404 | 2024-12-18T19:28:28.125Z | Compiling hyper-tls v0.6.0 |
1405 | 2024-12-18T19:28:28.299Z | Compiling sha1 v0.10.6 |
1406 | 2024-12-18T19:28:28.337Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-12-18T19:28:29.157Z | Compiling num_threads v0.1.7 |
1408 | 2024-12-18T19:28:29.517Z | Compiling time v0.3.36 |
1409 | 2024-12-18T19:28:30.106Z | Compiling reqwest v0.12.7 |
1410 | 2024-12-18T19:28:32.488Z | Compiling strum v0.26.2 |
1411 | 2024-12-18T19:28:32.672Z | Compiling dropshot_endpoint v0.12.0 |
1412 | 2024-12-18T19:28:33.550Z | Compiling structmeta-derive v0.3.0 |
1413 | 2024-12-18T19:28:36.113Z | Compiling rustix v0.38.34 |
1414 | 2024-12-18T19:28:36.929Z | Compiling structmeta v0.3.0 |
1415 | 2024-12-18T19:28:40.494Z | Compiling progenitor-client v0.8.0 |
1416 | 2024-12-18T19:28:41.726Z | Compiling serde_with v3.11.0 |
1417 | 2024-12-18T19:28:45.489Z | Compiling errno v0.3.9 |
1418 | 2024-12-18T19:28:45.735Z | Compiling dirs-sys-next v0.1.2 |
1419 | 2024-12-18T19:28:47.821Z | Compiling match_cfg v0.1.0 |
1420 | 2024-12-18T19:28:47.835Z | Compiling winnow v0.6.18 |
1421 | 2024-12-18T19:28:47.917Z | Compiling hostname v0.3.1 |
1422 | 2024-12-18T19:28:50.855Z | Compiling dirs-next v2.0.0 |
1423 | 2024-12-18T19:28:51.897Z | Compiling progenitor v0.8.0 |
1424 | 2024-12-18T19:28:52.086Z | Compiling parse-display-derive v0.10.0 |
1425 | 2024-12-18T19:28:55.308Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-12-18T19:28:56.002Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1427 | 2024-12-18T19:28:56.248Z | Compiling thread_local v1.1.8 |
1428 | 2024-12-18T19:28:58.395Z | Compiling term v0.7.0 |
1429 | 2024-12-18T19:28:59.368Z | Compiling crossbeam-channel v0.5.12 |
1430 | 2024-12-18T19:29:00.086Z | Compiling memmap v0.7.0 |
1431 | 2024-12-18T19:29:00.257Z | Compiling is-terminal v0.4.12 |
1432 | 2024-12-18T19:29:00.386Z | Compiling take_mut v0.2.2 |
1433 | 2024-12-18T19:29:02.540Z | Compiling slog-term v2.9.1 |
1434 | 2024-12-18T19:29:02.959Z | Compiling usdt v0.5.0 |
1435 | 2024-12-18T19:29:03.719Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1436 | 2024-12-18T19:29:04.313Z | Compiling toml_edit v0.22.20 |
1437 | 2024-12-18T19:29:04.558Z | Compiling slog-json v2.6.1 |
1438 | 2024-12-18T19:29:05.127Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-18T19:29:05.805Z | Compiling winnow v0.5.40 |
1440 | 2024-12-18T19:29:07.671Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-18T19:29:07.929Z | Compiling tokio-rustls v0.25.0 |
1442 | 2024-12-18T19:29:08.360Z | Compiling toml v0.8.19 |
1443 | 2024-12-18T19:29:09.198Z | Compiling toml_edit v0.19.15 |
1444 | 2024-12-18T19:29:11.043Z | Compiling async-stream v0.3.5 |
1445 | 2024-12-18T19:29:11.322Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-12-18T19:29:11.426Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-18T19:29:11.655Z | Compiling hostname v0.4.0 |
1448 | 2024-12-18T19:29:12.034Z | Compiling crucible-workspace-hack v0.1.0 |
1449 | 2024-12-18T19:29:14.629Z | Compiling proc-macro-crate v1.3.1 |
1450 | 2024-12-18T19:29:14.861Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1451 | 2024-12-18T19:29:15.371Z | Compiling newtype-uuid v1.1.0 |
1452 | 2024-12-18T19:29:16.201Z | Compiling unicode-width v0.1.14 |
1453 | 2024-12-18T19:29:16.985Z | Compiling hex v0.4.3 |
1454 | 2024-12-18T19:29:17.689Z | Compiling clap_derive v4.5.4 |
1455 | 2024-12-18T19:29:18.211Z | Compiling instant v0.1.12 |
1456 | 2024-12-18T19:29:18.372Z | Compiling lazy_static v1.5.0 |
1457 | 2024-12-18T19:29:18.635Z | Compiling utf8parse v0.2.1 |
1458 | 2024-12-18T19:29:18.701Z | Compiling backoff v0.4.0 |
1459 | 2024-12-18T19:29:18.781Z | Compiling anstyle-parse v0.2.4 |
1460 | 2024-12-18T19:29:22.113Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1461 | 2024-12-18T19:29:22.291Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1462 | 2024-12-18T19:29:22.848Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1463 | 2024-12-18T19:29:23.001Z | Compiling parse-display v0.10.0 |
1464 | 2024-12-18T19:29:23.055Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1465 | 2024-12-18T19:29:24.367Z | Compiling macaddr v1.0.1 |
1466 | 2024-12-18T19:29:24.867Z | Compiling regress v0.9.1 |
1467 | 2024-12-18T19:29:25.302Z | Compiling num-integer v0.1.46 |
1468 | 2024-12-18T19:29:26.146Z | Compiling colorchoice v1.0.1 |
1469 | 2024-12-18T19:29:26.311Z | Compiling is_terminal_polyfill v1.70.0 |
1470 | 2024-12-18T19:29:26.414Z | Compiling anstyle-query v1.0.3 |
1471 | 2024-12-18T19:29:26.431Z | Compiling anstyle v1.0.7 |
1472 | 2024-12-18T19:29:26.516Z | Compiling unicode-xid v0.2.4 |
1473 | 2024-12-18T19:29:26.823Z | Compiling anstream v0.6.14 |
1474 | 2024-12-18T19:29:28.061Z | Compiling terminal_size v0.3.0 |
1475 | 2024-12-18T19:29:28.327Z | Compiling clap_lex v0.7.0 |
1476 | 2024-12-18T19:29:29.032Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1477 | 2024-12-18T19:29:32.758Z | Compiling heapless v0.8.0 |
1478 | 2024-12-18T19:29:33.584Z | Compiling clap_builder v4.5.2 |
1479 | 2024-12-18T19:29:34.285Z | Compiling num-bigint v0.4.5 |
1480 | 2024-12-18T19:29:34.889Z | Compiling num_enum_derive v0.5.11 |
1481 | 2024-12-18T19:29:35.696Z | Compiling hash32 v0.3.1 |
1482 | 2024-12-18T19:29:35.952Z | Compiling stable_deref_trait v1.2.0 |
1483 | 2024-12-18T19:29:36.061Z | Compiling smoltcp v0.11.0 |
1484 | 2024-12-18T19:29:36.699Z | Compiling either v1.13.0 |
1485 | 2024-12-18T19:29:37.119Z | Compiling fastrand v2.1.0 |
1486 | 2024-12-18T19:29:37.665Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1487 | 2024-12-18T19:29:37.745Z | Compiling tempfile v3.10.1 |
1488 | 2024-12-18T19:29:37.748Z | Compiling num_enum v0.5.11 |
1489 | 2024-12-18T19:29:37.928Z | Compiling clap v4.5.4 |
1490 | 2024-12-18T19:29:38.050Z | Compiling num-rational v0.4.2 |
1491 | 2024-12-18T19:29:39.678Z | Compiling synstructure v0.12.6 |
1492 | 2024-12-18T19:29:39.711Z | Compiling num-iter v0.1.45 |
1493 | 2024-12-18T19:29:40.045Z | Compiling num-complex v0.4.6 |
1494 | 2024-12-18T19:29:40.784Z | Compiling proc-macro-error-attr v1.0.4 |
1495 | 2024-12-18T19:29:40.918Z | Compiling bitflags v1.3.2 |
1496 | 2024-12-18T19:29:41.067Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1497 | 2024-12-18T19:29:41.168Z | Compiling managed v0.8.0 |
1498 | 2024-12-18T19:29:41.332Z | Compiling cobs v0.2.3 |
1499 | 2024-12-18T19:29:41.512Z | Compiling postcard v1.0.9 |
1500 | 2024-12-18T19:29:41.919Z | Compiling num v0.4.3 |
1501 | 2024-12-18T19:29:42.031Z | Compiling zerocopy-derive v0.2.0 |
1502 | 2024-12-18T19:29:43.164Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-12-18T19:29:43.310Z | Compiling libz-sys v1.1.16 |
1504 | 2024-12-18T19:29:43.757Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1505 | 2024-12-18T19:29:43.770Z | Compiling proc-macro-error v1.0.4 |
1506 | 2024-12-18T19:29:44.170Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1507 | 2024-12-18T19:29:44.393Z | Compiling foreign-types-shared v0.3.1 |
1508 | 2024-12-18T19:29:44.455Z | Compiling data-encoding v2.6.0 |
1509 | 2024-12-18T19:29:44.518Z | Compiling pretty-hex v0.2.1 |
1510 | 2024-12-18T19:29:44.825Z | Compiling prettyplease v0.2.22 |
1511 | 2024-12-18T19:29:45.135Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1512 | 2024-12-18T19:29:46.291Z | Compiling foreign-types v0.5.0 |
1513 | 2024-12-18T19:29:49.557Z | Compiling tabwriter v1.4.0 |
1514 | 2024-12-18T19:29:50.003Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1515 | 2024-12-18T19:29:50.015Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1516 | 2024-12-18T19:29:51.049Z | Compiling cstr-argument v0.1.2 |
1517 | 2024-12-18T19:29:51.286Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1518 | 2024-12-18T19:29:51.652Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1519 | 2024-12-18T19:29:52.979Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1520 | 2024-12-18T19:29:53.249Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1521 | 2024-12-18T19:29:53.624Z | Compiling colored v2.1.0 |
1522 | 2024-12-18T19:29:54.778Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1523 | 2024-12-18T19:29:54.913Z | Compiling usdt-impl v0.3.5 |
1524 | 2024-12-18T19:29:55.098Z | Compiling static_assertions v1.1.0 |
1525 | 2024-12-18T19:29:55.158Z | Compiling unicode-segmentation v1.11.0 |
1526 | 2024-12-18T19:29:55.329Z | Compiling semver v0.1.20 |
1527 | 2024-12-18T19:29:55.332Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1528 | 2024-12-18T19:29:55.472Z | Compiling float-ord v0.3.2 |
1529 | 2024-12-18T19:29:55.660Z | Compiling rustc_version v0.1.7 |
1530 | 2024-12-18T19:29:55.738Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1531 | 2024-12-18T19:29:55.809Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-18T19:29:56.011Z | Compiling newline-converter v0.3.0 |
1533 | 2024-12-18T19:29:57.304Z | Compiling zone_cfg_derive v0.3.0 |
1534 | 2024-12-18T19:30:00.103Z | Compiling camino-tempfile v1.1.1 |
1535 | 2024-12-18T19:30:00.347Z | Compiling itertools v0.10.5 |
1536 | 2024-12-18T19:30:01.004Z | Compiling console v0.15.8 |
1537 | 2024-12-18T19:30:03.163Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1538 | 2024-12-18T19:30:04.050Z | Compiling num-derive v0.4.2 |
1539 | 2024-12-18T19:30:05.262Z | Compiling sigpipe v0.1.3 |
1540 | 2024-12-18T19:30:05.746Z | Compiling base64 v0.21.7 |
1541 | 2024-12-18T19:30:05.878Z | Compiling similar v2.5.0 |
1542 | 2024-12-18T19:30:06.218Z | Compiling base64ct v1.6.0 |
1543 | 2024-12-18T19:30:06.588Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1544 | 2024-12-18T19:30:06.758Z | Compiling password-hash v0.5.0 |
1545 | 2024-12-18T19:30:06.853Z | Compiling expectorate v1.1.0 |
1546 | 2024-12-18T19:30:06.982Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1547 | 2024-12-18T19:30:08.440Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1548 | 2024-12-18T19:30:08.785Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1549 | 2024-12-18T19:30:09.281Z | Compiling zone v0.3.0 |
1550 | 2024-12-18T19:30:11.486Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1551 | 2024-12-18T19:30:11.942Z | Compiling newtype_derive v0.1.6 |
1552 | 2024-12-18T19:30:12.350Z | Compiling zerocopy v0.3.2 |
1553 | 2024-12-18T19:30:12.472Z | Compiling blake2 v0.10.6 |
1554 | 2024-12-18T19:30:12.849Z | Compiling cargo-platform v0.1.8 |
1555 | 2024-12-18T19:30:13.284Z | Compiling hubpack_derive v0.1.1 |
1556 | 2024-12-18T19:30:13.590Z | Compiling smf v0.2.3 |
1557 | 2024-12-18T19:30:14.176Z | Compiling zerocopy-derive v0.6.6 |
1558 | 2024-12-18T19:30:14.239Z | Compiling serde_repr v0.1.19 |
1559 | 2024-12-18T19:30:15.097Z | Compiling vergen v8.3.2 |
1560 | 2024-12-18T19:30:15.191Z | Compiling owo-colors v4.1.0 |
1561 | 2024-12-18T19:30:15.431Z | Compiling cancel-safe-futures v0.1.5 |
1562 | 2024-12-18T19:30:15.544Z | Compiling fixedbitset v0.4.2 |
1563 | 2024-12-18T19:30:15.572Z | Compiling whoami v1.5.1 |
1564 | 2024-12-18T19:30:15.869Z | Compiling petgraph v0.6.5 |
1565 | 2024-12-18T19:30:15.961Z | Compiling zerocopy v0.6.6 |
1566 | 2024-12-18T19:30:16.295Z | Compiling hubpack v0.1.2 |
1567 | 2024-12-18T19:30:16.467Z | Compiling cargo_metadata v0.18.1 |
1568 | 2024-12-18T19:30:16.690Z | Compiling argon2 v0.5.3 |
1569 | 2024-12-18T19:30:16.726Z | Compiling dof v0.1.5 |
1570 | 2024-12-18T19:30:19.267Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1571 | 2024-12-18T19:30:19.280Z | Compiling rustc_version v0.4.0 |
1572 | 2024-12-18T19:30:19.819Z | Compiling serde-big-array v0.5.1 |
1573 | 2024-12-18T19:30:19.889Z | Compiling dtrace-parser v0.1.14 |
1574 | 2024-12-18T19:30:20.058Z | Compiling strum_macros v0.25.3 |
1575 | 2024-12-18T19:30:21.267Z | Compiling libsqlite3-sys v0.30.1 |
1576 | 2024-12-18T19:30:21.368Z | Compiling slog-dtrace v0.3.0 |
1577 | 2024-12-18T19:30:21.729Z | Compiling cookie v0.18.1 |
1578 | 2024-12-18T19:30:21.815Z | Compiling rustls v0.21.12 |
1579 | 2024-12-18T19:30:21.890Z | Compiling convert_case v0.4.0 |
1580 | 2024-12-18T19:30:22.105Z | Compiling cfg_aliases v0.2.1 |
1581 | 2024-12-18T19:30:22.202Z | Compiling utf-8 v0.7.6 |
1582 | 2024-12-18T19:30:22.539Z | Compiling tungstenite v0.21.0 |
1583 | 2024-12-18T19:30:22.551Z | Compiling derive_more v0.99.18 |
1584 | 2024-12-18T19:30:22.770Z | Compiling nix v0.29.0 |
1585 | 2024-12-18T19:30:23.428Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1586 | 2024-12-18T19:30:23.499Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1587 | 2024-12-18T19:30:24.723Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1588 | 2024-12-18T19:30:26.496Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1589 | 2024-12-18T19:30:27.246Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1590 | 2024-12-18T19:30:28.235Z | Compiling atomicwrites v0.4.4 |
1591 | 2024-12-18T19:30:28.428Z | Compiling itertools v0.13.0 |
1592 | 2024-12-18T19:30:28.724Z | Compiling libsw v3.3.1 |
1593 | 2024-12-18T19:30:29.020Z | Compiling idna v0.4.0 |
1594 | 2024-12-18T19:30:29.193Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1595 | 2024-12-18T19:30:31.561Z | Compiling serde_tokenstream v0.1.7 |
1596 | 2024-12-18T19:30:31.723Z | Compiling rustls-webpki v0.101.7 |
1597 | 2024-12-18T19:30:31.923Z | Compiling sct v0.7.1 |
1598 | 2024-12-18T19:30:32.026Z | Compiling derive-where v1.2.7 |
1599 | 2024-12-18T19:30:32.353Z | Compiling enum-as-inner v0.6.0 |
1600 | 2024-12-18T19:30:32.741Z | Compiling inout v0.1.3 |
1601 | 2024-12-18T19:30:32.963Z | Compiling quick-error v1.2.3 |
1602 | 2024-12-18T19:30:33.114Z | Compiling radium v0.7.0 |
1603 | 2024-12-18T19:30:33.463Z | Compiling indent_write v2.2.0 |
1604 | 2024-12-18T19:30:33.476Z | Compiling linear-map v1.2.0 |
1605 | 2024-12-18T19:30:33.612Z | Compiling swrite v0.1.0 |
1606 | 2024-12-18T19:30:33.687Z | Compiling highway v1.2.0 |
1607 | 2024-12-18T19:30:33.747Z | Compiling linked-hash-map v0.5.6 |
1608 | 2024-12-18T19:30:33.863Z | Compiling hickory-proto v0.24.1 |
1609 | 2024-12-18T19:30:34.083Z | Compiling lru-cache v0.1.2 |
1610 | 2024-12-18T19:30:34.288Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2024-12-18T19:30:35.031Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1612 | 2024-12-18T19:30:35.043Z | Compiling resolv-conf v0.7.0 |
1613 | 2024-12-18T19:30:35.430Z | Compiling cipher v0.4.4 |
1614 | 2024-12-18T19:30:36.484Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1615 | 2024-12-18T19:30:37.287Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1616 | 2024-12-18T19:30:42.656Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1617 | 2024-12-18T19:30:45.796Z | Compiling git2 v0.19.0 |
1618 | 2024-12-18T19:30:46.160Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1619 | 2024-12-18T19:30:46.226Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1620 | 2024-12-18T19:30:51.980Z | Compiling steno v0.4.1 |
1621 | 2024-12-18T19:30:53.034Z | Compiling tokio-tungstenite v0.21.0 |
1622 | 2024-12-18T19:30:53.650Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1623 | 2024-12-18T19:30:54.801Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1624 | 2024-12-18T19:30:54.982Z | Compiling crossbeam-epoch v0.9.18 |
1625 | 2024-12-18T19:30:55.920Z | Compiling hashlink v0.9.1 |
1626 | 2024-12-18T19:30:56.051Z | Compiling rayon-core v1.12.1 |
1627 | 2024-12-18T19:30:56.435Z | Compiling humantime v2.1.0 |
1628 | 2024-12-18T19:30:56.622Z | Compiling fallible-iterator v0.3.0 |
1629 | 2024-12-18T19:30:57.302Z | Compiling tap v1.0.1 |
1630 | 2024-12-18T19:30:57.328Z | Compiling fallible-streaming-iterator v0.1.9 |
1631 | 2024-12-18T19:30:57.480Z | Compiling wyz v0.5.1 |
1632 | 2024-12-18T19:30:57.580Z | Compiling rusqlite v0.32.1 |
1633 | 2024-12-18T19:30:57.887Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-18T19:31:01.788Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-18T19:31:02.127Z | Compiling crossbeam-deque v0.8.5 |
1636 | 2024-12-18T19:31:03.119Z | Compiling tokio-rustls v0.24.1 |
1637 | 2024-12-18T19:31:03.362Z | Compiling hickory-resolver v0.24.1 |
1638 | 2024-12-18T19:31:03.942Z | Compiling usdt-attr-macro v0.3.5 |
1639 | 2024-12-18T19:31:04.033Z | Compiling usdt-macro v0.3.5 |
1640 | 2024-12-18T19:31:05.376Z | Compiling rustls-pemfile v1.0.4 |
1641 | 2024-12-18T19:31:05.395Z | Compiling twox-hash v1.6.3 |
1642 | 2024-12-18T19:31:06.090Z | Compiling num_enum_derive v0.7.2 |
1643 | 2024-12-18T19:31:06.356Z | Compiling universal-hash v0.5.1 |
1644 | 2024-12-18T19:31:06.579Z | Compiling atty v0.2.14 |
1645 | 2024-12-18T19:31:06.730Z | Compiling funty v2.0.0 |
1646 | 2024-12-18T19:31:08.494Z | Compiling opaque-debug v0.3.1 |
1647 | 2024-12-18T19:31:08.599Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1648 | 2024-12-18T19:31:08.997Z | Compiling polyval v0.6.2 |
1649 | 2024-12-18T19:31:09.054Z | Compiling num_enum v0.7.2 |
1650 | 2024-12-18T19:31:09.240Z | Compiling bitvec v1.0.1 |
1651 | 2024-12-18T19:31:09.718Z | Compiling usdt v0.3.5 |
1652 | 2024-12-18T19:31:10.179Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1653 | 2024-12-18T19:31:13.188Z | Compiling toml v0.7.8 |
1654 | 2024-12-18T19:31:17.617Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1655 | 2024-12-18T19:31:18.454Z | Compiling ctr v0.9.2 |
1656 | 2024-12-18T19:31:18.796Z | Compiling aes v0.8.4 |
1657 | 2024-12-18T19:31:19.960Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1658 | 2024-12-18T19:31:20.358Z | Compiling bincode v1.3.3 |
1659 | 2024-12-18T19:31:21.157Z | Compiling aead v0.5.2 |
1660 | 2024-12-18T19:31:21.332Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1661 | 2024-12-18T19:31:21.461Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1662 | 2024-12-18T19:31:21.505Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1663 | 2024-12-18T19:31:21.703Z | Compiling aes-gcm-siv v0.11.1 |
1664 | 2024-12-18T19:31:21.835Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1665 | 2024-12-18T19:31:21.922Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1666 | 2024-12-18T19:31:21.978Z | Compiling rayon v1.10.0 |
1667 | 2024-12-18T19:31:22.442Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1668 | 2024-12-18T19:31:23.541Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1669 | 2024-12-18T19:31:23.924Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1670 | 2024-12-18T19:31:24.387Z | Compiling bitstruct_derive v0.1.0 |
1671 | 2024-12-18T19:31:24.762Z | Compiling async-recursion v1.1.1 |
1672 | 2024-12-18T19:31:25.742Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1673 | 2024-12-18T19:31:25.885Z | Compiling typeid v1.0.0 |
1674 | 2024-12-18T19:31:26.057Z | Compiling ascii v1.1.0 |
1675 | 2024-12-18T19:31:26.271Z | Compiling ringbuffer v0.15.0 |
1676 | 2024-12-18T19:31:26.772Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1677 | 2024-12-18T19:31:26.898Z | Compiling erased-serde v0.4.5 |
1678 | 2024-12-18T19:31:27.113Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1679 | 2024-12-18T19:31:27.496Z | Compiling bitstruct v0.1.1 |
1680 | 2024-12-18T19:31:27.625Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1681 | 2024-12-18T19:31:28.361Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1682 | 2024-12-18T19:31:28.651Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1683 | 2024-12-18T19:31:29.056Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1684 | 2024-12-18T19:31:29.675Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1685 | 2024-12-18T19:31:29.923Z | Compiling const_format_proc_macros v0.2.32 |
1686 | 2024-12-18T19:31:31.740Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1687 | 2024-12-18T19:31:32.292Z | Compiling serde_arrays v0.1.0 |
1688 | 2024-12-18T19:31:32.492Z | Compiling kstat-rs v0.2.4 |
1689 | 2024-12-18T19:31:32.835Z | Compiling libloading v0.7.4 |
1690 | 2024-12-18T19:31:33.256Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1691 | 2024-12-18T19:31:33.341Z | Compiling const_format v0.2.32 |
1692 | 2024-12-18T19:31:34.620Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1693 | 2024-12-18T19:31:35.191Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1694 | 2024-12-18T19:31:35.321Z | Compiling ron v0.8.1 |
1695 | 2024-12-18T19:31:41.206Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1696 | 2024-12-18T19:31:46.491Z | Compiling bit_field v0.10.2 |
1697 | 2024-12-18T19:31:46.620Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1698 | 2024-12-18T19:31:48.871Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1699 | 2024-12-18T19:31:55.293Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1700 | 2024-12-18T19:33:00.106Z | Finished `release` profile [optimized] target(s) in 5m 45s |
1701 | 2024-12-18T19:33:00.256Z | |
1702 | 2024-12-18T19:33:00.256Z | real 5:45.722832777 |
1703 | 2024-12-18T19:33:00.256Z | user 41:41.307633221 |
1704 | 2024-12-18T19:33:00.256Z | sys 2:27.230046683 |
1705 | 2024-12-18T19:33:00.256Z | trap 1.241072049 |
1706 | 2024-12-18T19:33:00.256Z | tflt 2.717744542 |
1707 | 2024-12-18T19:33:00.259Z | dflt 0.602354322 |
1708 | 2024-12-18T19:33:00.259Z | kflt 0.024634579 |
1709 | 2024-12-18T19:33:00.259Z | lock 1:30:37.379138721 |
1710 | 2024-12-18T19:33:00.259Z | slp 2:29:17.509672184 |
1711 | 2024-12-18T19:33:00.259Z | lat 2:02.576135617 |
1712 | 2024-12-18T19:33:00.259Z | stop 2:09.078933170 |
1713 | 2024-12-18T19:33:00.259Z | + OUTDIR=/work/release |
1714 | 2024-12-18T19:33:00.259Z | + mkdir -p /work/release |
1715 | 2024-12-18T19:33:00.262Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1716 | 2024-12-18T19:33:00.278Z | + cp target/release/propolis-server /work/release/propolis-server |
1717 | 2024-12-18T19:33:00.344Z | process exited: duration 578659 ms, exit code 0 |
|
1718 | 2024-12-18T19:33:00.355Z | found 2 output files |
1719 | 2024-12-18T19:33:00.355Z | uploading: /work/release/propolis-cli (16411152 bytes) |
1720 | 2024-12-18T19:33:01.601Z | uploaded: /work/release/propolis-cli |
1721 | 2024-12-18T19:33:01.601Z | uploading: /work/release/propolis-server (57342648 bytes) |
1722 | 2024-12-18T19:33:03.577Z | uploaded: /work/release/propolis-server |