|
|
|
1 | 2024-12-05T01:49:02.301Z | job assigned to worker 01JEA82FV7ZHWED5EFT3WY7D4M [factory gimlet-EVT22200007-propolis, EVT22200007/19875] (queued for 24 s) |
|
2 | 2024-12-05T01:49:10.005Z | starting task 0: "setup" |
3 | 2024-12-05T01:49:10.029Z | ++ uname -s |
4 | 2024-12-05T01:49:10.029Z | + kern=SunOS |
5 | 2024-12-05T01:49:10.029Z | + case "$kern" in |
6 | 2024-12-05T01:49:10.029Z | + groupadd -g 12345 build |
7 | 2024-12-05T01:49:10.029Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-05T01:49:12.026Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-05T01:49:12.069Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-05T01:49:12.093Z | + home_fs=zfs |
11 | 2024-12-05T01:49:12.093Z | + [[ zfs == autofs ]] |
12 | 2024-12-05T01:49:12.093Z | + mkdir -p /home/build |
13 | 2024-12-05T01:49:12.093Z | + chown build:build /home/build /work |
14 | 2024-12-05T01:49:14.077Z | + chmod 0700 /home/build /work |
15 | 2024-12-05T01:49:14.102Z | process exited: duration 4077 ms, exit code 0 |
|
16 | 2024-12-05T01:49:14.150Z | starting task 1: "rust-toolchain" |
17 | 2024-12-05T01:49:14.174Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-05T01:49:14.174Z | * toolchain channel = "stable" |
19 | 2024-12-05T01:49:14.174Z | * toolchain profile = "default" |
20 | 2024-12-05T01:49:14.174Z | ' stable |
21 | 2024-12-05T01:49:14.174Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-05T01:49:14.174Z | ' default |
23 | 2024-12-05T01:49:14.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-05T01:49:14.174Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-05T01:49:14.307Z | info: downloading installer |
26 | 2024-12-05T01:49:14.721Z | info: profile set to 'default' |
27 | 2024-12-05T01:49:14.722Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-05T01:49:14.722Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-05T01:49:14.812Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-05T01:49:14.812Z | info: downloading component 'cargo' |
31 | 2024-12-05T01:49:15.185Z | info: downloading component 'clippy' |
32 | 2024-12-05T01:49:15.407Z | info: downloading component 'rust-docs' |
33 | 2024-12-05T01:49:15.572Z | info: downloading component 'rust-std' |
34 | 2024-12-05T01:49:16.078Z | info: downloading component 'rustc' |
35 | 2024-12-05T01:49:18.161Z | info: downloading component 'rustfmt' |
36 | 2024-12-05T01:49:18.381Z | info: installing component 'cargo' |
37 | 2024-12-05T01:49:19.498Z | info: installing component 'clippy' |
38 | 2024-12-05T01:49:19.964Z | info: installing component 'rust-docs' |
39 | 2024-12-05T01:49:22.883Z | info: installing component 'rust-std' |
40 | 2024-12-05T01:49:24.839Z | info: installing component 'rustc' |
41 | 2024-12-05T01:49:31.840Z | info: installing component 'rustfmt' |
42 | 2024-12-05T01:49:32.212Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-05T01:49:32.212Z | |
44 | 2024-12-05T01:49:32.356Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-05T01:49:32.356Z | |
46 | 2024-12-05T01:49:32.356Z | |
47 | 2024-12-05T01:49:32.356Z | Rust is installed now. Great! |
48 | 2024-12-05T01:49:32.356Z | |
49 | 2024-12-05T01:49:32.381Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-05T01:49:32.381Z | environment variable. This has not been done automatically. |
51 | 2024-12-05T01:49:32.381Z | |
52 | 2024-12-05T01:49:32.381Z | To configure your current shell, you need to source |
53 | 2024-12-05T01:49:32.381Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-05T01:49:32.381Z | |
55 | 2024-12-05T01:49:32.381Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-05T01:49:32.381Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-05T01:49:32.381Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-05T01:49:32.442Z | + rustc --version |
59 | 2024-12-05T01:49:32.562Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-05T01:49:32.585Z | process exited: duration 18415 ms, exit code 0 |
|
61 | 2024-12-05T01:49:32.636Z | starting task 2: "authentication" |
62 | 2024-12-05T01:49:32.691Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-12-05T01:49:32.738Z | starting task 3: "clone repository" |
64 | 2024-12-05T01:49:32.762Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-05T01:49:32.762Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-05T01:49:32.785Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-05T01:49:33.847Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-05T01:49:33.847Z | + git fetch origin 220a6f367c18f2452dbc4fa9086f3fe73b961739 |
69 | 2024-12-05T01:49:34.296Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-05T01:49:34.296Z | * branch 220a6f367c18f2452dbc4fa9086f3fe73b961739 -> FETCH_HEAD |
71 | 2024-12-05T01:49:34.320Z | + [[ -n '' ]] |
72 | 2024-12-05T01:49:34.320Z | + git reset --hard 220a6f367c18f2452dbc4fa9086f3fe73b961739 |
73 | 2024-12-05T01:49:34.343Z | HEAD is now at 220a6f3 Switch viona back to packet copying for now |
74 | 2024-12-05T01:49:34.343Z | process exited: duration 1601 ms, exit code 0 |
|
75 | 2024-12-05T01:49:34.391Z | starting task 4: "build" |
76 | 2024-12-05T01:49:34.415Z | + cargo --version |
77 | 2024-12-05T01:49:34.501Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
78 | 2024-12-05T01:49:34.525Z | + rustc --version |
79 | 2024-12-05T01:49:34.610Z | rustc 1.83.0 (90b35a623 2024-11-26) |
80 | 2024-12-05T01:49:34.634Z | + banner check |
81 | 2024-12-05T01:49:34.634Z | |
82 | 2024-12-05T01:49:34.634Z | #### # # ###### #### # # |
83 | 2024-12-05T01:49:34.634Z | # # # # # # # # # |
84 | 2024-12-05T01:49:34.634Z | # ###### ##### # #### |
85 | 2024-12-05T01:49:34.634Z | # # # # # # # |
86 | 2024-12-05T01:49:34.634Z | # # # # # # # # # |
87 | 2024-12-05T01:49:34.634Z | #### # # ###### #### # # |
88 | 2024-12-05T01:49:34.634Z | |
89 | 2024-12-05T01:49:34.634Z | + ptime -m cargo check --features falcon |
90 | 2024-12-05T01:49:34.877Z | Updating crates.io index |
91 | 2024-12-05T01:49:34.902Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-12-05T01:49:37.707Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
93 | 2024-12-05T01:49:44.893Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
94 | 2024-12-05T01:49:45.213Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
95 | 2024-12-05T01:49:45.535Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
96 | 2024-12-05T01:49:45.920Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2024-12-05T01:49:46.303Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-12-05T01:49:46.803Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
99 | 2024-12-05T01:49:47.454Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2024-12-05T01:49:47.915Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
101 | 2024-12-05T01:49:48.286Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2024-12-05T01:49:48.878Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
103 | 2024-12-05T01:49:49.907Z | Updating git repository `https://github.com/oxidecomputer/opte` |
104 | 2024-12-05T01:49:51.019Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
105 | 2024-12-05T01:49:51.818Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
106 | 2024-12-05T01:49:52.309Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
107 | 2024-12-05T01:49:52.930Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
108 | 2024-12-05T01:49:53.337Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
109 | 2024-12-05T01:49:54.993Z | Downloading crates ... |
110 | 2024-12-05T01:49:55.123Z | Downloaded aes v0.8.4 |
111 | 2024-12-05T01:49:55.617Z | Downloaded num-traits v0.2.19 |
112 | 2024-12-05T01:49:55.617Z | Downloaded radium v0.7.0 |
113 | 2024-12-05T01:49:55.617Z | Downloaded quick-error v1.2.3 |
114 | 2024-12-05T01:49:55.617Z | Downloaded scroll_derive v0.12.0 |
115 | 2024-12-05T01:49:55.617Z | Downloaded pest_derive v2.7.10 |
116 | 2024-12-05T01:49:55.617Z | Downloaded semver v0.1.20 |
117 | 2024-12-05T01:49:55.617Z | Downloaded num-derive v0.4.2 |
118 | 2024-12-05T01:49:55.617Z | Downloaded openssl-sys v0.9.103 |
119 | 2024-12-05T01:49:55.617Z | Downloaded usdt-macro v0.5.0 |
120 | 2024-12-05T01:49:55.617Z | Downloaded num-rational v0.4.2 |
121 | 2024-12-05T01:49:55.617Z | Downloaded errno v0.3.9 |
122 | 2024-12-05T01:49:55.617Z | Downloaded num-bigint v0.4.5 |
123 | 2024-12-05T01:49:55.617Z | Downloaded hyper-util v0.1.9 |
124 | 2024-12-05T01:49:55.617Z | Downloaded take_mut v0.2.2 |
125 | 2024-12-05T01:49:55.617Z | Downloaded usdt-attr-macro v0.3.5 |
126 | 2024-12-05T01:49:55.617Z | Downloaded wyz v0.5.1 |
127 | 2024-12-05T01:49:55.617Z | Downloaded hubpack_derive v0.1.1 |
128 | 2024-12-05T01:49:55.617Z | Downloaded hyper v1.4.1 |
129 | 2024-12-05T01:49:55.617Z | Downloaded pretty-hex v0.4.1 |
130 | 2024-12-05T01:49:55.617Z | Downloaded synstructure v0.12.6 |
131 | 2024-12-05T01:49:55.618Z | Downloaded try-lock v0.2.5 |
132 | 2024-12-05T01:49:55.618Z | Downloaded unicode-ident v1.0.13 |
133 | 2024-12-05T01:49:55.618Z | Downloaded managed v0.8.0 |
134 | 2024-12-05T01:49:55.618Z | Downloaded is-terminal v0.4.12 |
135 | 2024-12-05T01:49:55.618Z | Downloaded hashlink v0.9.1 |
136 | 2024-12-05T01:49:55.618Z | Downloaded http-body v1.0.1 |
137 | 2024-12-05T01:49:55.618Z | Downloaded lazy_static v1.5.0 |
138 | 2024-12-05T01:49:55.618Z | Downloaded lru-cache v0.1.2 |
139 | 2024-12-05T01:49:55.618Z | Downloaded log v0.4.22 |
140 | 2024-12-05T01:49:55.618Z | Downloaded ident_case v1.0.1 |
141 | 2024-12-05T01:49:55.618Z | Downloaded universal-hash v0.5.1 |
142 | 2024-12-05T01:49:55.618Z | Downloaded funty v2.0.0 |
143 | 2024-12-05T01:49:55.618Z | Downloaded slog-bunyan v2.5.0 |
144 | 2024-12-05T01:49:55.618Z | Downloaded foreign-types v0.3.2 |
145 | 2024-12-05T01:49:55.618Z | Downloaded sha1 v0.10.6 |
146 | 2024-12-05T01:49:55.618Z | Downloaded slog-dtrace v0.3.0 |
147 | 2024-12-05T01:49:55.618Z | Downloaded inout v0.1.3 |
148 | 2024-12-05T01:49:55.619Z | Downloaded fallible-streaming-iterator v0.1.9 |
149 | 2024-12-05T01:49:55.619Z | Downloaded httpdate v1.0.3 |
150 | 2024-12-05T01:49:55.619Z | Downloaded waitgroup v0.1.2 |
151 | 2024-12-05T01:49:55.619Z | Downloaded hubpack v0.1.2 |
152 | 2024-12-05T01:49:55.619Z | Downloaded tokio-util v0.7.11 |
153 | 2024-12-05T01:49:55.619Z | Downloaded utf8parse v0.2.1 |
154 | 2024-12-05T01:49:55.619Z | Downloaded match_cfg v0.1.0 |
155 | 2024-12-05T01:49:55.619Z | Downloaded zone_cfg_derive v0.3.0 |
156 | 2024-12-05T01:49:55.619Z | Downloaded futures-macro v0.3.30 |
157 | 2024-12-05T01:49:55.619Z | Downloaded generic-array v0.14.7 |
158 | 2024-12-05T01:49:55.619Z | Downloaded ipnetwork v0.20.0 |
159 | 2024-12-05T01:49:55.619Z | Downloaded indent_write v2.2.0 |
160 | 2024-12-05T01:49:55.620Z | Downloaded vergen v8.3.2 |
161 | 2024-12-05T01:49:55.620Z | Downloaded indexmap v1.9.3 |
162 | 2024-12-05T01:49:55.620Z | Downloaded zerocopy-derive v0.7.34 |
163 | 2024-12-05T01:49:55.620Z | Downloaded indexmap v2.5.0 |
164 | 2024-12-05T01:49:55.620Z | Downloaded itertools v0.10.5 |
165 | 2024-12-05T01:49:55.620Z | Downloaded itertools v0.13.0 |
166 | 2024-12-05T01:49:55.621Z | Downloaded url v2.5.0 |
167 | 2024-12-05T01:49:55.621Z | Downloaded futures-util v0.3.30 |
168 | 2024-12-05T01:49:55.621Z | Downloaded hickory-resolver v0.24.1 |
169 | 2024-12-05T01:49:55.621Z | Downloaded memchr v2.7.2 |
170 | 2024-12-05T01:49:55.621Z | Downloaded zerocopy v0.7.34 |
171 | 2024-12-05T01:49:55.621Z | Downloaded reqwest v0.12.7 |
172 | 2024-12-05T01:49:55.621Z | Downloaded rustls-webpki v0.102.4 |
173 | 2024-12-05T01:49:55.621Z | Downloaded usdt-impl v0.3.5 |
174 | 2024-12-05T01:49:55.621Z | Downloaded quinn-proto v0.11.8 |
175 | 2024-12-05T01:49:55.621Z | Downloaded rustls-webpki v0.101.7 |
176 | 2024-12-05T01:49:55.621Z | Downloaded vcpkg v0.2.15 |
177 | 2024-12-05T01:49:55.621Z | Downloaded idna v0.5.0 |
178 | 2024-12-05T01:49:55.621Z | Downloaded idna v0.4.0 |
179 | 2024-12-05T01:49:55.621Z | Downloaded libc v0.2.159 |
180 | 2024-12-05T01:49:55.621Z | Downloaded smoltcp v0.11.0 |
181 | 2024-12-05T01:49:55.621Z | Downloaded regress v0.10.1 |
182 | 2024-12-05T01:49:55.621Z | Downloaded openapiv3 v2.0.0 |
183 | 2024-12-05T01:49:55.621Z | Downloaded rustls v0.22.4 |
184 | 2024-12-05T01:49:55.645Z | Downloaded regex-syntax v0.8.4 |
185 | 2024-12-05T01:49:55.645Z | Downloaded hickory-proto v0.24.1 |
186 | 2024-12-05T01:49:55.645Z | Downloaded petgraph v0.6.5 |
187 | 2024-12-05T01:49:55.674Z | Downloaded tokio v1.39.3 |
188 | 2024-12-05T01:49:55.698Z | Downloaded nix v0.28.0 |
189 | 2024-12-05T01:49:55.723Z | Downloaded rustls v0.21.12 |
190 | 2024-12-05T01:49:55.723Z | Downloaded zerocopy-derive v0.2.0 |
191 | 2024-12-05T01:49:55.747Z | Downloaded regex v1.10.6 |
192 | 2024-12-05T01:49:55.747Z | Downloaded openssl v0.10.66 |
193 | 2024-12-05T01:49:55.771Z | Downloaded zerocopy-derive v0.6.6 |
194 | 2024-12-05T01:49:55.771Z | Downloaded rayon v1.10.0 |
195 | 2024-12-05T01:49:55.771Z | Downloaded regex-automata v0.4.6 |
196 | 2024-12-05T01:49:55.795Z | Downloaded rustls v0.23.10 |
197 | 2024-12-05T01:49:55.819Z | Downloaded rusqlite v0.32.1 |
198 | 2024-12-05T01:49:55.819Z | Downloaded hashbrown v0.14.5 |
199 | 2024-12-05T01:49:55.819Z | Downloaded mio v1.0.2 |
200 | 2024-12-05T01:49:55.843Z | Downloaded nix v0.29.0 |
201 | 2024-12-05T01:49:55.843Z | Downloaded pest v2.7.10 |
202 | 2024-12-05T01:49:55.843Z | Downloaded http v1.1.0 |
203 | 2024-12-05T01:49:55.843Z | Downloaded hashbrown v0.12.3 |
204 | 2024-12-05T01:49:55.867Z | Downloaded rustix v0.38.34 |
205 | 2024-12-05T01:49:55.891Z | Downloaded futures v0.3.30 |
206 | 2024-12-05T01:49:55.891Z | Downloaded unsafe-libyaml v0.2.11 |
207 | 2024-12-05T01:49:55.891Z | Downloaded socket2 v0.5.7 |
208 | 2024-12-05T01:49:55.891Z | Downloaded getrandom v0.2.14 |
209 | 2024-12-05T01:49:55.891Z | Downloaded uuid v1.10.0 |
210 | 2024-12-05T01:49:55.915Z | Downloaded fnv v1.0.7 |
211 | 2024-12-05T01:49:55.915Z | Downloaded serde_with v3.9.0 |
212 | 2024-12-05T01:49:55.915Z | Downloaded steno v0.4.1 |
213 | 2024-12-05T01:49:55.915Z | Downloaded serde_json v1.0.128 |
214 | 2024-12-05T01:49:55.940Z | Downloaded spin v0.9.8 |
215 | 2024-12-05T01:49:55.940Z | Downloaded serde_with_macros v3.9.0 |
216 | 2024-12-05T01:49:55.940Z | Downloaded ipnet v2.9.0 |
217 | 2024-12-05T01:49:55.940Z | Downloaded quinn v0.11.5 |
218 | 2024-12-05T01:49:55.940Z | Downloaded serde v1.0.210 |
219 | 2024-12-05T01:49:55.940Z | Downloaded rand v0.8.5 |
220 | 2024-12-05T01:49:55.940Z | Downloaded fatfs v0.3.6 |
221 | 2024-12-05T01:49:55.964Z | Downloaded futures-channel v0.3.30 |
222 | 2024-12-05T01:49:55.964Z | Downloaded hex v0.4.3 |
223 | 2024-12-05T01:49:55.964Z | Downloaded futures-sink v0.3.30 |
224 | 2024-12-05T01:49:55.964Z | Downloaded fallible-iterator v0.3.0 |
225 | 2024-12-05T01:49:55.964Z | Downloaded futures-task v0.3.30 |
226 | 2024-12-05T01:49:55.964Z | Downloaded zone v0.3.0 |
227 | 2024-12-05T01:49:55.964Z | Downloaded memmap v0.7.0 |
228 | 2024-12-05T01:49:55.964Z | Downloaded zerocopy v0.6.6 |
229 | 2024-12-05T01:49:55.964Z | Downloaded zeroize v1.7.0 |
230 | 2024-12-05T01:49:55.964Z | Downloaded mime v0.3.17 |
231 | 2024-12-05T01:49:55.964Z | Downloaded is_terminal_polyfill v1.70.0 |
232 | 2024-12-05T01:49:55.964Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
233 | 2024-12-05T01:49:56.023Z | Downloaded version_check v0.9.5 |
234 | 2024-12-05T01:49:56.047Z | Downloaded strum_macros v0.26.2 |
235 | 2024-12-05T01:49:56.047Z | Downloaded structmeta-derive v0.3.0 |
236 | 2024-12-05T01:49:56.047Z | Downloaded serde_arrays v0.1.0 |
237 | 2024-12-05T01:49:56.047Z | Downloaded is_ci v1.2.0 |
238 | 2024-12-05T01:49:56.047Z | Downloaded futures-io v0.3.30 |
239 | 2024-12-05T01:49:56.047Z | Downloaded futures-executor v0.3.30 |
240 | 2024-12-05T01:49:56.047Z | Downloaded futures-core v0.3.30 |
241 | 2024-12-05T01:49:56.047Z | Downloaded subtle v2.5.0 |
242 | 2024-12-05T01:49:56.047Z | Downloaded strum_macros v0.25.3 |
243 | 2024-12-05T01:49:56.047Z | Downloaded strum v0.26.2 |
244 | 2024-12-05T01:49:56.048Z | Downloaded structmeta v0.3.0 |
245 | 2024-12-05T01:49:56.048Z | Downloaded strsim v0.11.1 |
246 | 2024-12-05T01:49:56.048Z | Downloaded static_assertions v1.1.0 |
247 | 2024-12-05T01:49:56.048Z | Downloaded float-ord v0.3.2 |
248 | 2024-12-05T01:49:56.048Z | Downloaded fixedbitset v0.4.2 |
249 | 2024-12-05T01:49:56.072Z | Downloaded filetime v0.2.23 |
250 | 2024-12-05T01:49:56.073Z | Downloaded utf-8 v0.7.6 |
251 | 2024-12-05T01:49:56.073Z | Downloaded usdt-impl v0.5.0 |
252 | 2024-12-05T01:49:56.073Z | Downloaded usdt-attr-macro v0.5.0 |
253 | 2024-12-05T01:49:56.073Z | Downloaded httparse v1.8.0 |
254 | 2024-12-05T01:49:56.073Z | Downloaded http-body-util v0.1.2 |
255 | 2024-12-05T01:49:56.073Z | Downloaded hostname v0.3.1 |
256 | 2024-12-05T01:49:56.073Z | Downloaded highway v1.2.0 |
257 | 2024-12-05T01:49:56.073Z | Downloaded stable_deref_trait v1.2.0 |
258 | 2024-12-05T01:49:56.073Z | Downloaded serde_tokenstream v0.2.2 |
259 | 2024-12-05T01:49:56.073Z | Downloaded serde_tokenstream v0.1.7 |
260 | 2024-12-05T01:49:56.073Z | Downloaded serde_spanned v0.6.7 |
261 | 2024-12-05T01:49:56.073Z | Downloaded serde_derive_internals v0.29.1 |
262 | 2024-12-05T01:49:56.073Z | Downloaded serde_derive v1.0.210 |
263 | 2024-12-05T01:49:56.097Z | Downloaded serde-big-array v0.5.1 |
264 | 2024-12-05T01:49:56.097Z | Downloaded multer v3.1.0 |
265 | 2024-12-05T01:49:56.097Z | Downloaded unicode-width v0.1.14 |
266 | 2024-12-05T01:49:56.097Z | Downloaded schemars v0.8.21 |
267 | 2024-12-05T01:49:56.121Z | Downloaded progenitor-impl v0.8.0 |
268 | 2024-12-05T01:49:56.121Z | Downloaded prettyplease v0.2.22 |
269 | 2024-12-05T01:49:56.121Z | Downloaded usdt v0.5.0 |
270 | 2024-12-05T01:49:56.121Z | Downloaded usdt v0.3.5 |
271 | 2024-12-05T01:49:56.121Z | Downloaded untrusted v0.9.0 |
272 | 2024-12-05T01:49:56.122Z | Downloaded tap v1.0.1 |
273 | 2024-12-05T01:49:56.122Z | Downloaded foreign-types v0.5.0 |
274 | 2024-12-05T01:49:56.122Z | Downloaded serde_urlencoded v0.7.1 |
275 | 2024-12-05T01:49:56.122Z | Downloaded serde_repr v0.1.19 |
276 | 2024-12-05T01:49:56.122Z | Downloaded serde_path_to_error v0.1.16 |
277 | 2024-12-05T01:49:56.122Z | Downloaded typify-impl v0.2.0 |
278 | 2024-12-05T01:49:56.147Z | Downloaded hyper-rustls v0.27.3 |
279 | 2024-12-05T01:49:56.147Z | Downloaded serde_yaml v0.9.34+deprecated |
280 | 2024-12-05T01:49:56.147Z | Downloaded toml_edit v0.22.20 |
281 | 2024-12-05T01:49:56.171Z | Downloaded toml_edit v0.19.15 |
282 | 2024-12-05T01:49:56.194Z | Downloaded time v0.3.36 |
283 | 2024-12-05T01:49:56.195Z | Downloaded ryu v1.0.18 |
284 | 2024-12-05T01:49:56.195Z | Downloaded foreign-types-macros v0.2.3 |
285 | 2024-12-05T01:49:56.195Z | Downloaded slog v2.7.0 |
286 | 2024-12-05T01:49:56.219Z | Downloaded unicode-xid v0.2.4 |
287 | 2024-12-05T01:49:56.219Z | Downloaded tar v0.4.40 |
288 | 2024-12-05T01:49:56.219Z | Downloaded hostname v0.4.0 |
289 | 2024-12-05T01:49:56.219Z | Downloaded foreign-types-shared v0.3.1 |
290 | 2024-12-05T01:49:56.219Z | Downloaded foreign-types-shared v0.1.1 |
291 | 2024-12-05T01:49:56.219Z | Downloaded fastrand v2.1.0 |
292 | 2024-12-05T01:49:56.219Z | Downloaded similar v2.5.0 |
293 | 2024-12-05T01:49:56.219Z | Downloaded signal-hook-registry v1.4.2 |
294 | 2024-12-05T01:49:56.219Z | Downloaded tokio-rustls v0.25.0 |
295 | 2024-12-05T01:49:56.219Z | Downloaded tokio-rustls v0.24.1 |
296 | 2024-12-05T01:49:56.219Z | Downloaded slog-async v2.8.0 |
297 | 2024-12-05T01:49:56.219Z | Downloaded sha2 v0.10.8 |
298 | 2024-12-05T01:49:56.243Z | Downloaded tokio-rustls v0.26.0 |
299 | 2024-12-05T01:49:56.243Z | Downloaded proc-macro2 v1.0.86 |
300 | 2024-12-05T01:49:56.243Z | Downloaded toml v0.8.19 |
301 | 2024-12-05T01:49:56.243Z | Downloaded toml v0.7.8 |
302 | 2024-12-05T01:49:56.243Z | Downloaded tokio-tungstenite v0.21.0 |
303 | 2024-12-05T01:49:56.243Z | Downloaded term v0.7.0 |
304 | 2024-12-05T01:49:56.243Z | Downloaded smallvec v1.13.2 |
305 | 2024-12-05T01:49:56.243Z | Downloaded hash32 v0.3.1 |
306 | 2024-12-05T01:49:56.243Z | Downloaded thread_local v1.1.8 |
307 | 2024-12-05T01:49:56.268Z | Downloaded thiserror-impl v1.0.64 |
308 | 2024-12-05T01:49:56.268Z | Downloaded terminal_size v0.3.0 |
309 | 2024-12-05T01:49:56.268Z | Downloaded iana-time-zone v0.1.60 |
310 | 2024-12-05T01:49:56.268Z | Downloaded scroll v0.12.0 |
311 | 2024-12-05T01:49:56.268Z | Downloaded encoding_rs v0.8.34 |
312 | 2024-12-05T01:49:56.292Z | Downloaded form_urlencoded v1.2.1 |
313 | 2024-12-05T01:49:56.292Z | Downloaded sigpipe v0.1.3 |
314 | 2024-12-05T01:49:56.292Z | Downloaded tokio-native-tls v0.3.1 |
315 | 2024-12-05T01:49:56.292Z | Downloaded tinyvec v1.6.0 |
316 | 2024-12-05T01:49:56.292Z | Downloaded ringbuffer v0.15.0 |
317 | 2024-12-05T01:49:56.292Z | Downloaded proc-macro-error v1.0.4 |
318 | 2024-12-05T01:49:56.292Z | Downloaded toml_datetime v0.6.8 |
319 | 2024-12-05T01:49:56.292Z | Downloaded time-core v0.1.2 |
320 | 2024-12-05T01:49:56.292Z | Downloaded thiserror v1.0.64 |
321 | 2024-12-05T01:49:56.316Z | Downloaded macaddr v1.0.1 |
322 | 2024-12-05T01:49:56.316Z | Downloaded unicode-segmentation v1.11.0 |
323 | 2024-12-05T01:49:56.316Z | Downloaded tabwriter v1.4.0 |
324 | 2024-12-05T01:49:56.316Z | Downloaded smf v0.2.3 |
325 | 2024-12-05T01:49:56.317Z | Downloaded semver v1.0.23 |
326 | 2024-12-05T01:49:56.317Z | Downloaded schemars_derive v0.8.21 |
327 | 2024-12-05T01:49:56.317Z | Downloaded rustls-pki-types v1.7.0 |
328 | 2024-12-05T01:49:56.317Z | Downloaded rustls-pemfile v2.1.3 |
329 | 2024-12-05T01:49:56.317Z | Downloaded instant v0.1.12 |
330 | 2024-12-05T01:49:56.317Z | Downloaded tower-service v0.3.2 |
331 | 2024-12-05T01:49:56.317Z | Downloaded tokio-macros v2.4.0 |
332 | 2024-12-05T01:49:56.317Z | Downloaded tinyvec_macros v0.1.1 |
333 | 2024-12-05T01:49:56.342Z | Downloaded time-macros v0.2.18 |
334 | 2024-12-05T01:49:56.342Z | Downloaded thread-id v4.2.1 |
335 | 2024-12-05T01:49:56.342Z | Downloaded tempfile v3.10.1 |
336 | 2024-12-05T01:49:56.342Z | Downloaded git2 v0.19.0 |
337 | 2024-12-05T01:49:56.342Z | Downloaded slab v0.4.9 |
338 | 2024-12-05T01:49:56.342Z | Downloaded hyper-tls v0.6.0 |
339 | 2024-12-05T01:49:56.342Z | Downloaded pest_meta v2.7.10 |
340 | 2024-12-05T01:49:56.342Z | Downloaded parking_lot v0.12.2 |
341 | 2024-12-05T01:49:56.366Z | Downloaded lock_api v0.4.12 |
342 | 2024-12-05T01:49:56.366Z | Downloaded linear-map v1.2.0 |
343 | 2024-12-05T01:49:56.366Z | Downloaded humantime v2.1.0 |
344 | 2024-12-05T01:49:56.366Z | Downloaded regress v0.9.1 |
345 | 2024-12-05T01:49:56.366Z | Downloaded rayon-core v1.12.1 |
346 | 2024-12-05T01:49:56.390Z | Downloaded pin-project-lite v0.2.14 |
347 | 2024-12-05T01:49:56.390Z | Downloaded linked-hash-map v0.5.6 |
348 | 2024-12-05T01:49:56.390Z | Downloaded libloading v0.7.4 |
349 | 2024-12-05T01:49:56.390Z | Downloaded jobserver v0.1.31 |
350 | 2024-12-05T01:49:56.390Z | Downloaded syn v2.0.77 |
351 | 2024-12-05T01:49:56.390Z | Downloaded zerocopy v0.3.2 |
352 | 2024-12-05T01:49:56.415Z | Downloaded kstat-rs v0.2.4 |
353 | 2024-12-05T01:49:56.415Z | Downloaded itoa v1.0.11 |
354 | 2024-12-05T01:49:56.415Z | Downloaded unicode-normalization v0.1.23 |
355 | 2024-12-05T01:49:56.417Z | Downloaded syn v1.0.109 |
356 | 2024-12-05T01:49:56.417Z | Downloaded usdt-macro v0.3.5 |
357 | 2024-12-05T01:49:56.417Z | Downloaded sct v0.7.1 |
358 | 2024-12-05T01:49:56.417Z | Downloaded scopeguard v1.2.0 |
359 | 2024-12-05T01:49:56.417Z | Downloaded rustversion v1.0.17 |
360 | 2024-12-05T01:49:56.441Z | Downloaded rustc_version v0.1.7 |
361 | 2024-12-05T01:49:56.441Z | Downloaded pin-utils v0.1.0 |
362 | 2024-12-05T01:49:56.441Z | Downloaded once_cell v1.19.0 |
363 | 2024-12-05T01:49:56.441Z | Downloaded heapless v0.8.0 |
364 | 2024-12-05T01:49:56.441Z | Downloaded rustls-pemfile v1.0.4 |
365 | 2024-12-05T01:49:56.441Z | Downloaded rustc_version v0.4.0 |
366 | 2024-12-05T01:49:56.441Z | Downloaded globset v0.4.14 |
367 | 2024-12-05T01:49:56.441Z | Downloaded heck v0.5.0 |
368 | 2024-12-05T01:49:56.441Z | Downloaded heck v0.4.1 |
369 | 2024-12-05T01:49:56.441Z | Downloaded glob v0.3.1 |
370 | 2024-12-05T01:49:56.441Z | Downloaded unicode-bidi v0.3.15 |
371 | 2024-12-05T01:49:56.441Z | Downloaded typenum v1.17.0 |
372 | 2024-12-05T01:49:56.441Z | Downloaded typeid v1.0.0 |
373 | 2024-12-05T01:49:56.466Z | Downloaded tungstenite v0.21.0 |
374 | 2024-12-05T01:49:56.466Z | Downloaded libz-sys v1.1.16 |
375 | 2024-12-05T01:49:56.519Z | Downloaded tracing v0.1.40 |
376 | 2024-12-05T01:49:56.543Z | Downloaded newtype_derive v0.1.6 |
377 | 2024-12-05T01:49:56.543Z | Downloaded progenitor v0.8.0 |
378 | 2024-12-05T01:49:56.543Z | Downloaded proc-macro-crate v1.3.1 |
379 | 2024-12-05T01:49:56.543Z | Downloaded powerfmt v0.2.0 |
380 | 2024-12-05T01:49:56.543Z | Downloaded percent-encoding v2.3.1 |
381 | 2024-12-05T01:49:56.543Z | Downloaded parking_lot_core v0.9.10 |
382 | 2024-12-05T01:49:56.543Z | Downloaded owo-colors v4.1.0 |
383 | 2024-12-05T01:49:56.543Z | Downloaded num_enum_derive v0.7.2 |
384 | 2024-12-05T01:49:56.543Z | Downloaded dof v0.1.5 |
385 | 2024-12-05T01:49:56.543Z | Downloaded typify-macro v0.2.0 |
386 | 2024-12-05T01:49:56.543Z | Downloaded tracing-core v0.1.32 |
387 | 2024-12-05T01:49:56.543Z | Downloaded tracing-attributes v0.1.27 |
388 | 2024-12-05T01:49:56.543Z | Downloaded rand_chacha v0.3.1 |
389 | 2024-12-05T01:49:56.568Z | Downloaded progenitor-macro v0.8.0 |
390 | 2024-12-05T01:49:56.568Z | Downloaded ppv-lite86 v0.2.17 |
391 | 2024-12-05T01:49:56.568Z | Downloaded pkg-config v0.3.30 |
392 | 2024-12-05T01:49:56.568Z | Downloaded ucd-trie v0.1.6 |
393 | 2024-12-05T01:49:56.568Z | Downloaded typify v0.2.0 |
394 | 2024-12-05T01:49:56.568Z | Downloaded twox-hash v1.6.3 |
395 | 2024-12-05T01:49:56.568Z | Downloaded sync_wrapper v1.0.1 |
396 | 2024-12-05T01:49:56.568Z | Downloaded supports-color v2.1.0 |
397 | 2024-12-05T01:49:56.568Z | Downloaded slog-term v2.9.1 |
398 | 2024-12-05T01:49:56.568Z | Downloaded ring v0.17.8 |
399 | 2024-12-05T01:49:56.653Z | Downloaded quote v1.0.37 |
400 | 2024-12-05T01:49:56.677Z | Downloaded postcard v1.0.9 |
401 | 2024-12-05T01:49:56.677Z | Downloaded pest_generator v2.7.10 |
402 | 2024-12-05T01:49:56.677Z | Downloaded password-hash v0.5.0 |
403 | 2024-12-05T01:49:56.677Z | Downloaded libsqlite3-sys v0.30.1 |
404 | 2024-12-05T01:49:56.779Z | Downloaded num_enum v0.5.11 |
405 | 2024-12-05T01:49:56.803Z | Downloaded swrite v0.1.0 |
406 | 2024-12-05T01:49:56.803Z | Downloaded supports-color v3.0.1 |
407 | 2024-12-05T01:49:56.803Z | Downloaded slog-json v2.6.1 |
408 | 2024-12-05T01:49:56.803Z | Downloaded newtype-uuid v1.1.0 |
409 | 2024-12-05T01:49:56.803Z | Downloaded newline-converter v0.3.0 |
410 | 2024-12-05T01:49:56.804Z | Downloaded native-tls v0.2.11 |
411 | 2024-12-05T01:49:56.805Z | Downloaded libsw v3.3.1 |
412 | 2024-12-05T01:49:56.805Z | Downloaded libm v0.2.8 |
413 | 2024-12-05T01:49:56.829Z | Downloaded h2 v0.4.6 |
414 | 2024-12-05T01:49:56.829Z | Downloaded goblin v0.8.2 |
415 | 2024-12-05T01:49:56.853Z | Downloaded winnow v0.5.40 |
416 | 2024-12-05T01:49:56.853Z | Downloaded webpki-roots v0.26.3 |
417 | 2024-12-05T01:49:56.853Z | Downloaded quinn-udp v0.5.5 |
418 | 2024-12-05T01:49:56.853Z | Downloaded progenitor-client v0.8.0 |
419 | 2024-12-05T01:49:56.853Z | Downloaded num_threads v0.1.7 |
420 | 2024-12-05T01:49:56.853Z | Downloaded num_enum_derive v0.5.11 |
421 | 2024-12-05T01:49:56.853Z | Downloaded pretty-hex v0.2.1 |
422 | 2024-12-05T01:49:56.853Z | Downloaded plain v0.2.3 |
423 | 2024-12-05T01:49:56.853Z | Downloaded winnow v0.6.18 |
424 | 2024-12-05T01:49:56.877Z | Downloaded parse-display-derive v0.10.0 |
425 | 2024-12-05T01:49:56.878Z | Downloaded xattr v1.3.1 |
426 | 2024-12-05T01:49:56.878Z | Downloaded want v0.3.1 |
427 | 2024-12-05T01:49:56.878Z | Downloaded opaque-debug v0.3.1 |
428 | 2024-12-05T01:49:56.878Z | Downloaded omicron-workspace-hack v0.1.0 |
429 | 2024-12-05T01:49:56.878Z | Downloaded whoami v1.5.1 |
430 | 2024-12-05T01:49:56.878Z | Downloaded openssl-probe v0.1.5 |
431 | 2024-12-05T01:49:56.878Z | Downloaded dropshot v0.12.0 |
432 | 2024-12-05T01:49:56.901Z | Downloaded derive-where v1.2.7 |
433 | 2024-12-05T01:49:56.901Z | Downloaded defmt v0.3.8 |
434 | 2024-12-05T01:49:56.901Z | Downloaded darling_core v0.20.9 |
435 | 2024-12-05T01:49:56.926Z | Downloaded crossbeam-channel v0.5.12 |
436 | 2024-12-05T01:49:56.926Z | Downloaded cookie v0.18.1 |
437 | 2024-12-05T01:49:56.926Z | Downloaded const_format v0.2.32 |
438 | 2024-12-05T01:49:56.927Z | Downloaded clap_builder v4.5.2 |
439 | 2024-12-05T01:49:56.927Z | Downloaded chrono v0.4.38 |
440 | 2024-12-05T01:49:56.951Z | Downloaded erased-serde v0.4.5 |
441 | 2024-12-05T01:49:56.951Z | Downloaded equivalent v1.0.1 |
442 | 2024-12-05T01:49:56.951Z | Downloaded embedded-io v0.4.0 |
443 | 2024-12-05T01:49:56.951Z | Downloaded either v1.13.0 |
444 | 2024-12-05T01:49:56.951Z | Downloaded dyn-clone v1.0.17 |
445 | 2024-12-05T01:49:56.951Z | Downloaded dtrace-parser v0.1.14 |
446 | 2024-12-05T01:49:56.951Z | Downloaded dropshot_endpoint v0.12.0 |
447 | 2024-12-05T01:49:56.951Z | Downloaded dof v0.3.0 |
448 | 2024-12-05T01:49:56.951Z | Downloaded dirs-sys-next v0.1.2 |
449 | 2024-12-05T01:49:56.951Z | Downloaded dirs-next v2.0.0 |
450 | 2024-12-05T01:49:56.952Z | Downloaded derive_more v0.99.18 |
451 | 2024-12-05T01:49:56.952Z | Downloaded defmt-parser v0.3.4 |
452 | 2024-12-05T01:49:56.952Z | Downloaded defmt-macros v0.3.9 |
453 | 2024-12-05T01:49:56.976Z | Downloaded data-encoding v2.6.0 |
454 | 2024-12-05T01:49:56.976Z | Downloaded darling v0.20.9 |
455 | 2024-12-05T01:49:56.976Z | Downloaded ctrlc v3.4.4 |
456 | 2024-12-05T01:49:56.976Z | Downloaded ctr v0.9.2 |
457 | 2024-12-05T01:49:56.976Z | Downloaded crossbeam-utils v0.8.19 |
458 | 2024-12-05T01:49:56.976Z | Downloaded convert_case v0.4.0 |
459 | 2024-12-05T01:49:56.976Z | Downloaded const_format_proc_macros v0.2.32 |
460 | 2024-12-05T01:49:56.976Z | Downloaded console v0.15.8 |
461 | 2024-12-05T01:49:56.976Z | Downloaded cobs v0.2.3 |
462 | 2024-12-05T01:49:56.976Z | Downloaded clap_derive v4.5.4 |
463 | 2024-12-05T01:49:56.976Z | Downloaded clap v4.5.4 |
464 | 2024-12-05T01:49:57.000Z | Downloaded cfg-if v1.0.0 |
465 | 2024-12-05T01:49:57.000Z | Downloaded cc v1.0.97 |
466 | 2024-12-05T01:49:57.001Z | Downloaded cargo_metadata v0.18.1 |
467 | 2024-12-05T01:49:57.002Z | Downloaded camino-tempfile v1.1.1 |
468 | 2024-12-05T01:49:57.002Z | Downloaded bstr v1.9.1 |
469 | 2024-12-05T01:49:57.026Z | Downloaded expectorate v1.1.0 |
470 | 2024-12-05T01:49:57.026Z | Downloaded escargot v0.5.10 |
471 | 2024-12-05T01:49:57.026Z | Downloaded enum-as-inner v0.6.0 |
472 | 2024-12-05T01:49:57.026Z | Downloaded embedded-io v0.6.1 |
473 | 2024-12-05T01:49:57.026Z | Downloaded dtrace-parser v0.2.0 |
474 | 2024-12-05T01:49:57.026Z | Downloaded digest v0.10.7 |
475 | 2024-12-05T01:49:57.026Z | Downloaded deranged v0.3.11 |
476 | 2024-12-05T01:49:57.026Z | Downloaded debug-ignore v1.0.5 |
477 | 2024-12-05T01:49:57.026Z | Downloaded crypto-common v0.1.6 |
478 | 2024-12-05T01:49:57.026Z | Downloaded crossbeam-deque v0.8.5 |
479 | 2024-12-05T01:49:57.026Z | Downloaded colored v2.1.0 |
480 | 2024-12-05T01:49:57.026Z | Downloaded colorchoice v1.0.1 |
481 | 2024-12-05T01:49:57.026Z | Downloaded clap_lex v0.7.0 |
482 | 2024-12-05T01:49:57.026Z | Downloaded darling_macro v0.20.9 |
483 | 2024-12-05T01:49:57.026Z | Downloaded cstr-argument v0.1.2 |
484 | 2024-12-05T01:49:57.026Z | Downloaded crucible-workspace-hack v0.1.0 |
485 | 2024-12-05T01:49:57.026Z | Downloaded crossbeam-epoch v0.9.18 |
486 | 2024-12-05T01:49:57.050Z | Downloaded cfg_aliases v0.2.1 |
487 | 2024-12-05T01:49:57.051Z | Downloaded cfg_aliases v0.1.1 |
488 | 2024-12-05T01:49:57.051Z | Downloaded cpufeatures v0.2.12 |
489 | 2024-12-05T01:49:57.051Z | Downloaded cipher v0.4.4 |
490 | 2024-12-05T01:49:57.051Z | Downloaded cargo-platform v0.1.8 |
491 | 2024-12-05T01:49:57.051Z | Downloaded camino v1.1.9 |
492 | 2024-12-05T01:49:57.051Z | Downloaded bytes v1.7.2 |
493 | 2024-12-05T01:49:57.051Z | Downloaded block-buffer v0.10.4 |
494 | 2024-12-05T01:49:57.051Z | Downloaded bitvec v1.0.1 |
495 | 2024-12-05T01:49:57.075Z | Downloaded bitstruct_derive v0.1.0 |
496 | 2024-12-05T01:49:57.075Z | Downloaded bitflags v1.3.2 |
497 | 2024-12-05T01:49:57.075Z | Downloaded bit_field v0.10.2 |
498 | 2024-12-05T01:49:57.075Z | Downloaded base64 v0.22.1 |
499 | 2024-12-05T01:49:57.075Z | Downloaded backoff v0.4.0 |
500 | 2024-12-05T01:49:57.075Z | Downloaded atomicwrites v0.4.4 |
501 | 2024-12-05T01:49:57.075Z | Downloaded atomic-waker v1.1.2 |
502 | 2024-12-05T01:49:57.075Z | Downloaded argon2 v0.5.3 |
503 | 2024-12-05T01:49:57.075Z | Downloaded ron v0.8.1 |
504 | 2024-12-05T01:49:57.099Z | Downloaded cancel-safe-futures v0.1.5 |
505 | 2024-12-05T01:49:57.099Z | Downloaded byteorder v1.5.0 |
506 | 2024-12-05T01:49:57.099Z | Downloaded bitstruct v0.1.1 |
507 | 2024-12-05T01:49:57.099Z | Downloaded base64 v0.21.7 |
508 | 2024-12-05T01:49:57.099Z | Downloaded atty v0.2.14 |
509 | 2024-12-05T01:49:57.099Z | Downloaded async-trait v0.1.83 |
510 | 2024-12-05T01:49:57.099Z | Downloaded async-recursion v1.1.1 |
511 | 2024-12-05T01:49:57.099Z | Downloaded num-iter v0.1.45 |
512 | 2024-12-05T01:49:57.099Z | Downloaded blake2 v0.10.6 |
513 | 2024-12-05T01:49:57.099Z | Downloaded base64ct v1.6.0 |
514 | 2024-12-05T01:49:57.099Z | Downloaded rustc-hash v2.0.0 |
515 | 2024-12-05T01:49:57.123Z | Downloaded polyval v0.6.2 |
516 | 2024-12-05T01:49:57.123Z | Downloaded autocfg v1.3.0 |
517 | 2024-12-05T01:49:57.123Z | Downloaded async-stream-impl v0.3.5 |
518 | 2024-12-05T01:49:57.124Z | Downloaded ascii v1.1.0 |
519 | 2024-12-05T01:49:57.124Z | Downloaded bitflags v2.6.0 |
520 | 2024-12-05T01:49:57.124Z | Downloaded bincode v1.3.3 |
521 | 2024-12-05T01:49:57.125Z | Downloaded async-stream v0.3.5 |
522 | 2024-12-05T01:49:57.125Z | Downloaded resolv-conf v0.7.0 |
523 | 2024-12-05T01:49:57.125Z | Downloaded rand_core v0.6.4 |
524 | 2024-12-05T01:49:57.125Z | Downloaded proc-macro-error-attr v1.0.4 |
525 | 2024-12-05T01:49:57.125Z | Downloaded parse-display v0.10.0 |
526 | 2024-12-05T01:49:57.125Z | Downloaded num v0.4.3 |
527 | 2024-12-05T01:49:57.125Z | Downloaded anstyle-query v1.0.3 |
528 | 2024-12-05T01:49:57.125Z | Downloaded num_enum v0.7.2 |
529 | 2024-12-05T01:49:57.150Z | Downloaded num-conv v0.1.0 |
530 | 2024-12-05T01:49:57.150Z | Downloaded anstyle v1.0.7 |
531 | 2024-12-05T01:49:57.150Z | Downloaded ahash v0.8.11 |
532 | 2024-12-05T01:49:57.150Z | Downloaded paste v1.0.15 |
533 | 2024-12-05T01:49:57.150Z | Downloaded openssl-macros v0.1.1 |
534 | 2024-12-05T01:49:57.150Z | Downloaded num-complex v0.4.6 |
535 | 2024-12-05T01:49:57.150Z | Downloaded anyhow v1.0.89 |
536 | 2024-12-05T01:49:57.150Z | Downloaded anstyle-parse v0.2.4 |
537 | 2024-12-05T01:49:57.150Z | Downloaded anstream v0.6.14 |
538 | 2024-12-05T01:49:57.150Z | Downloaded allocator-api2 v0.2.18 |
539 | 2024-12-05T01:49:57.150Z | Downloaded aho-corasick v1.1.3 |
540 | 2024-12-05T01:49:57.174Z | Downloaded aes-gcm-siv v0.11.1 |
541 | 2024-12-05T01:49:57.174Z | Downloaded aead v0.5.2 |
542 | 2024-12-05T01:49:57.174Z | Downloaded num-integer v0.1.46 |
543 | 2024-12-05T01:49:57.410Z | Compiling proc-macro2 v1.0.86 |
544 | 2024-12-05T01:49:57.410Z | Compiling unicode-ident v1.0.13 |
545 | 2024-12-05T01:49:57.435Z | Compiling libc v0.2.159 |
546 | 2024-12-05T01:49:57.435Z | Compiling serde v1.0.210 |
547 | 2024-12-05T01:49:57.435Z | Compiling version_check v0.9.5 |
548 | 2024-12-05T01:49:57.435Z | Compiling autocfg v1.3.0 |
549 | 2024-12-05T01:49:57.461Z | Compiling once_cell v1.19.0 |
550 | 2024-12-05T01:49:57.461Z | Checking cfg-if v1.0.0 |
551 | 2024-12-05T01:49:57.686Z | Compiling serde_json v1.0.128 |
552 | 2024-12-05T01:49:57.759Z | Compiling thiserror v1.0.64 |
553 | 2024-12-05T01:49:57.895Z | Compiling memchr v2.7.2 |
554 | 2024-12-05T01:49:58.073Z | Compiling ahash v0.8.11 |
555 | 2024-12-05T01:49:58.149Z | Compiling libm v0.2.8 |
556 | 2024-12-05T01:49:58.191Z | Compiling byteorder v1.5.0 |
557 | 2024-12-05T01:49:58.615Z | Compiling itoa v1.0.11 |
558 | 2024-12-05T01:49:58.757Z | Compiling lock_api v0.4.12 |
559 | 2024-12-05T01:49:58.814Z | Compiling parking_lot_core v0.9.10 |
560 | 2024-12-05T01:49:59.081Z | Compiling quote v1.0.37 |
561 | 2024-12-05T01:49:59.105Z | Checking getrandom v0.2.14 |
562 | 2024-12-05T01:49:59.174Z | Compiling ryu v1.0.18 |
563 | 2024-12-05T01:49:59.198Z | Compiling jobserver v0.1.31 |
564 | 2024-12-05T01:49:59.311Z | Compiling slab v0.4.9 |
565 | 2024-12-05T01:49:59.364Z | Compiling allocator-api2 v0.2.18 |
566 | 2024-12-05T01:49:59.390Z | Compiling syn v2.0.77 |
567 | 2024-12-05T01:49:59.456Z | Compiling schemars v0.8.21 |
568 | 2024-12-05T01:49:59.516Z | Compiling cc v1.0.97 |
569 | 2024-12-05T01:49:59.546Z | Compiling pkg-config v0.3.30 |
570 | 2024-12-05T01:49:59.574Z | Compiling vcpkg v0.2.15 |
571 | 2024-12-05T01:49:59.739Z | Compiling num-traits v0.2.19 |
572 | 2024-12-05T01:49:59.798Z | Checking pin-project-lite v0.2.14 |
573 | 2024-12-05T01:49:59.907Z | Compiling log v0.4.22 |
574 | 2024-12-05T01:49:59.939Z | Checking smallvec v1.13.2 |
575 | 2024-12-05T01:50:00.224Z | Checking scopeguard v1.2.0 |
576 | 2024-12-05T01:50:00.248Z | Compiling equivalent v1.0.1 |
577 | 2024-12-05T01:50:00.407Z | Checking signal-hook-registry v1.4.2 |
578 | 2024-12-05T01:50:00.475Z | Checking mio v1.0.2 |
579 | 2024-12-05T01:50:00.628Z | Checking socket2 v0.5.7 |
580 | 2024-12-05T01:50:00.684Z | Checking parking_lot v0.12.2 |
581 | 2024-12-05T01:50:00.709Z | Compiling typenum v1.17.0 |
582 | 2024-12-05T01:50:00.944Z | Compiling httparse v1.8.0 |
583 | 2024-12-05T01:50:00.969Z | Compiling generic-array v0.14.7 |
584 | 2024-12-05T01:50:01.016Z | Compiling fnv v1.0.7 |
585 | 2024-12-05T01:50:01.157Z | Checking futures-core v0.3.30 |
586 | 2024-12-05T01:50:01.330Z | Checking iana-time-zone v0.1.60 |
587 | 2024-12-05T01:50:01.466Z | Compiling semver v1.0.23 |
588 | 2024-12-05T01:50:01.563Z | Checking rand_core v0.6.4 |
589 | 2024-12-05T01:50:01.588Z | Compiling ucd-trie v0.1.6 |
590 | 2024-12-05T01:50:01.724Z | Checking futures-sink v0.3.30 |
591 | 2024-12-05T01:50:01.865Z | Compiling slog v2.7.0 |
592 | 2024-12-05T01:50:01.890Z | Compiling ring v0.17.8 |
593 | 2024-12-05T01:50:01.915Z | Compiling openssl-sys v0.9.103 |
594 | 2024-12-05T01:50:01.993Z | Checking dyn-clone v1.0.17 |
595 | 2024-12-05T01:50:02.084Z | Compiling heck v0.5.0 |
596 | 2024-12-05T01:50:02.131Z | Checking subtle v2.5.0 |
597 | 2024-12-05T01:50:02.335Z | Checking futures-channel v0.3.30 |
598 | 2024-12-05T01:50:02.405Z | Checking futures-io v0.3.30 |
599 | 2024-12-05T01:50:02.432Z | Checking futures-task v0.3.30 |
600 | 2024-12-05T01:50:02.462Z | Checking pin-utils v0.1.0 |
601 | 2024-12-05T01:50:02.555Z | Compiling rustversion v1.0.17 |
602 | 2024-12-05T01:50:02.631Z | Compiling syn v1.0.109 |
603 | 2024-12-05T01:50:02.832Z | Compiling openssl v0.10.66 |
604 | 2024-12-05T01:50:02.911Z | Compiling aho-corasick v1.1.3 |
605 | 2024-12-05T01:50:03.223Z | Compiling heck v0.4.1 |
606 | 2024-12-05T01:50:03.628Z | Compiling regex-syntax v0.8.4 |
607 | 2024-12-05T01:50:04.078Z | Compiling rustls v0.23.10 |
608 | 2024-12-05T01:50:04.275Z | Compiling native-tls v0.2.11 |
609 | 2024-12-05T01:50:04.346Z | Checking spin v0.9.8 |
610 | 2024-12-05T01:50:04.457Z | Compiling serde_derive_internals v0.29.1 |
611 | 2024-12-05T01:50:04.632Z | Compiling num-conv v0.1.0 |
612 | 2024-12-05T01:50:04.801Z | Compiling time-core v0.1.2 |
613 | 2024-12-05T01:50:04.859Z | Checking untrusted v0.9.0 |
614 | 2024-12-05T01:50:04.944Z | Compiling anyhow v1.0.89 |
615 | 2024-12-05T01:50:04.994Z | Compiling time-macros v0.2.18 |
616 | 2024-12-05T01:50:05.677Z | Checking tracing-core v0.1.32 |
617 | 2024-12-05T01:50:05.891Z | Checking crypto-common v0.1.6 |
618 | 2024-12-05T01:50:05.987Z | Compiling thread-id v4.2.1 |
619 | 2024-12-05T01:50:06.082Z | Compiling regex-automata v0.4.6 |
620 | 2024-12-05T01:50:06.171Z | Compiling camino v1.1.9 |
621 | 2024-12-05T01:50:06.353Z | Checking rustls-pki-types v1.7.0 |
622 | 2024-12-05T01:50:06.653Z | Checking percent-encoding v2.3.1 |
623 | 2024-12-05T01:50:06.789Z | Checking tinyvec_macros v0.1.1 |
624 | 2024-12-05T01:50:06.829Z | Checking form_urlencoded v1.2.1 |
625 | 2024-12-05T01:50:06.874Z | Checking tinyvec v1.6.0 |
626 | 2024-12-05T01:50:07.000Z | Checking ppv-lite86 v0.2.17 |
627 | 2024-12-05T01:50:07.099Z | Checking zeroize v1.7.0 |
628 | 2024-12-05T01:50:07.281Z | Checking atomic-waker v1.1.2 |
629 | 2024-12-05T01:50:07.497Z | Checking rand_chacha v0.3.1 |
630 | 2024-12-05T01:50:07.815Z | Compiling usdt-impl v0.5.0 |
631 | 2024-12-05T01:50:07.908Z | Compiling serde_derive v1.0.210 |
632 | 2024-12-05T01:50:07.931Z | Compiling zerocopy-derive v0.7.34 |
633 | 2024-12-05T01:50:08.132Z | Compiling thiserror-impl v1.0.64 |
634 | 2024-12-05T01:50:08.242Z | Compiling tokio-macros v2.4.0 |
635 | 2024-12-05T01:50:09.137Z | Compiling schemars_derive v0.8.21 |
636 | 2024-12-05T01:50:09.509Z | Compiling futures-macro v0.3.30 |
637 | 2024-12-05T01:50:09.577Z | Compiling zerocopy v0.7.34 |
638 | 2024-12-05T01:50:10.902Z | Compiling hashbrown v0.14.5 |
639 | 2024-12-05T01:50:10.947Z | Compiling pest v2.7.10 |
640 | 2024-12-05T01:50:11.181Z | Checking futures-util v0.3.30 |
641 | 2024-12-05T01:50:11.215Z | Compiling openssl-macros v0.1.1 |
642 | 2024-12-05T01:50:11.329Z | Compiling regex v1.10.6 |
643 | 2024-12-05T01:50:11.631Z | Compiling tracing-attributes v0.1.27 |
644 | 2024-12-05T01:50:11.912Z | Compiling scroll_derive v0.12.0 |
645 | 2024-12-05T01:50:11.936Z | Compiling regress v0.10.1 |
646 | 2024-12-05T01:50:12.116Z | Checking rustls-webpki v0.102.4 |
647 | 2024-12-05T01:50:12.618Z | Checking unicode-normalization v0.1.23 |
648 | 2024-12-05T01:50:12.684Z | Checking try-lock v0.2.5 |
649 | 2024-12-05T01:50:12.919Z | Compiling pest_meta v2.7.10 |
650 | 2024-12-05T01:50:13.005Z | Compiling scroll v0.12.0 |
651 | 2024-12-05T01:50:13.205Z | Compiling plain v0.2.3 |
652 | 2024-12-05T01:50:13.349Z | Checking unicode-bidi v0.3.15 |
653 | 2024-12-05T01:50:13.416Z | Compiling goblin v0.8.2 |
654 | 2024-12-05T01:50:13.828Z | Checking want v0.3.1 |
655 | 2024-12-05T01:50:13.936Z | Compiling pest_generator v2.7.10 |
656 | 2024-12-05T01:50:13.981Z | Checking tracing v0.1.40 |
657 | 2024-12-05T01:50:14.371Z | Compiling strum_macros v0.26.2 |
658 | 2024-12-05T01:50:14.791Z | Checking rand v0.8.5 |
659 | 2024-12-05T01:50:15.187Z | Compiling pretty-hex v0.4.1 |
660 | 2024-12-05T01:50:15.211Z | Checking base64 v0.22.1 |
661 | 2024-12-05T01:50:15.362Z | Checking httpdate v1.0.3 |
662 | 2024-12-05T01:50:15.492Z | Checking idna v0.5.0 |
663 | 2024-12-05T01:50:15.548Z | Checking cpufeatures v0.2.12 |
664 | 2024-12-05T01:50:15.572Z | Compiling unsafe-libyaml v0.2.11 |
665 | 2024-12-05T01:50:15.628Z | Checking tower-service v0.3.2 |
666 | 2024-12-05T01:50:15.689Z | Compiling pest_derive v2.7.10 |
667 | 2024-12-05T01:50:15.728Z | Compiling strsim v0.11.1 |
668 | 2024-12-05T01:50:16.080Z | Compiling omicron-workspace-hack v0.1.0 |
669 | 2024-12-05T01:50:16.223Z | Checking url v2.5.0 |
670 | 2024-12-05T01:50:16.371Z | Compiling dtrace-parser v0.2.0 |
671 | 2024-12-05T01:50:16.397Z | Compiling async-trait v0.1.83 |
672 | 2024-12-05T01:50:16.657Z | Checking bytes v1.7.2 |
673 | 2024-12-05T01:50:16.905Z | Checking bitflags v2.6.0 |
674 | 2024-12-05T01:50:17.364Z | Compiling indexmap v2.5.0 |
675 | 2024-12-05T01:50:17.440Z | Checking tokio v1.39.3 |
676 | 2024-12-05T01:50:17.649Z | Checking chrono v0.4.38 |
677 | 2024-12-05T01:50:17.973Z | Checking uuid v1.10.0 |
678 | 2024-12-05T01:50:18.160Z | Compiling serde_tokenstream v0.2.2 |
679 | 2024-12-05T01:50:18.414Z | Compiling http v1.1.0 |
680 | 2024-12-05T01:50:19.076Z | Compiling openapiv3 v2.0.0 |
681 | 2024-12-05T01:50:19.159Z | Compiling dof v0.3.0 |
682 | 2024-12-05T01:50:19.931Z | Checking http-body v1.0.1 |
683 | 2024-12-05T01:50:20.037Z | Compiling serde_yaml v0.9.34+deprecated |
684 | 2024-12-05T01:50:20.107Z | Compiling toml_datetime v0.6.8 |
685 | 2024-12-05T01:50:20.313Z | Checking block-buffer v0.10.4 |
686 | 2024-12-05T01:50:20.481Z | Checking foreign-types-shared v0.1.1 |
687 | 2024-12-05T01:50:20.599Z | Compiling rustls v0.22.4 |
688 | 2024-12-05T01:50:20.912Z | Checking foreign-types v0.3.2 |
689 | 2024-12-05T01:50:20.953Z | Checking digest v0.10.7 |
690 | 2024-12-05T01:50:20.999Z | Checking http-body-util v0.1.2 |
691 | 2024-12-05T01:50:21.358Z | Checking encoding_rs v0.8.34 |
692 | 2024-12-05T01:50:21.953Z | Compiling typify-impl v0.2.0 |
693 | 2024-12-05T01:50:22.144Z | Compiling ident_case v1.0.1 |
694 | 2024-12-05T01:50:22.291Z | Compiling crossbeam-utils v0.8.19 |
695 | 2024-12-05T01:50:22.572Z | Compiling slog-async v2.8.0 |
696 | 2024-12-05T01:50:22.616Z | Checking mime v0.3.17 |
697 | 2024-12-05T01:50:22.732Z | Compiling paste v1.0.15 |
698 | 2024-12-05T01:50:22.884Z | Compiling darling_core v0.20.9 |
699 | 2024-12-05T01:50:23.012Z | Checking tokio-util v0.7.11 |
700 | 2024-12-05T01:50:23.062Z | Compiling usdt-macro v0.5.0 |
701 | 2024-12-05T01:50:23.122Z | Compiling usdt-attr-macro v0.5.0 |
702 | 2024-12-05T01:50:23.524Z | Checking serde_urlencoded v0.7.1 |
703 | 2024-12-05T01:50:23.635Z | Checking h2 v0.4.6 |
704 | 2024-12-05T01:50:23.851Z | Checking rustls-pemfile v2.1.3 |
705 | 2024-12-05T01:50:24.240Z | Compiling multer v3.1.0 |
706 | 2024-12-05T01:50:24.391Z | Checking openssl-probe v0.1.5 |
707 | 2024-12-05T01:50:24.545Z | Compiling rustix v0.38.34 |
708 | 2024-12-05T01:50:25.912Z | Compiling async-stream-impl v0.3.5 |
709 | 2024-12-05T01:50:26.923Z | Checking hyper v1.4.1 |
710 | 2024-12-05T01:50:27.033Z | Checking errno v0.3.9 |
711 | 2024-12-05T01:50:27.062Z | Compiling darling_macro v0.20.9 |
712 | 2024-12-05T01:50:27.186Z | Checking ipnet v2.9.0 |
713 | 2024-12-05T01:50:27.255Z | Checking powerfmt v0.2.0 |
714 | 2024-12-05T01:50:27.474Z | Checking deranged v0.3.11 |
715 | 2024-12-05T01:50:27.588Z | Checking tokio-native-tls v0.3.1 |
716 | 2024-12-05T01:50:27.842Z | Checking serde_spanned v0.6.7 |
717 | 2024-12-05T01:50:27.866Z | Compiling darling v0.20.9 |
718 | 2024-12-05T01:50:28.006Z | Checking futures-executor v0.3.30 |
719 | 2024-12-05T01:50:28.212Z | Checking webpki-roots v0.26.3 |
720 | 2024-12-05T01:50:28.515Z | Checking hyper-util v0.1.9 |
721 | 2024-12-05T01:50:28.856Z | Checking is-terminal v0.4.12 |
722 | 2024-12-05T01:50:28.965Z | Compiling dropshot v0.12.0 |
723 | 2024-12-05T01:50:29.176Z | Checking num_threads v0.1.7 |
724 | 2024-12-05T01:50:29.314Z | Checking tokio-rustls v0.26.0 |
725 | 2024-12-05T01:50:29.339Z | Checking futures v0.3.30 |
726 | 2024-12-05T01:50:29.339Z | Compiling serde_with_macros v3.9.0 |
727 | 2024-12-05T01:50:29.423Z | Checking time v0.3.36 |
728 | 2024-12-05T01:50:29.618Z | Checking sha1 v0.10.6 |
729 | 2024-12-05T01:50:29.830Z | Compiling dropshot_endpoint v0.12.0 |
730 | 2024-12-05T01:50:29.854Z | Checking hyper-rustls v0.27.3 |
731 | 2024-12-05T01:50:29.900Z | Checking hyper-tls v0.6.0 |
732 | 2024-12-05T01:50:30.107Z | Checking strum v0.26.2 |
733 | 2024-12-05T01:50:30.236Z | Compiling structmeta-derive v0.3.0 |
734 | 2024-12-05T01:50:30.470Z | Checking sync_wrapper v1.0.1 |
735 | 2024-12-05T01:50:30.902Z | Compiling typify-macro v0.2.0 |
736 | 2024-12-05T01:50:31.249Z | Checking reqwest v0.12.7 |
737 | 2024-12-05T01:50:32.044Z | Checking dirs-sys-next v0.1.2 |
738 | 2024-12-05T01:50:32.138Z | Compiling structmeta v0.3.0 |
739 | 2024-12-05T01:50:32.192Z | Checking match_cfg v0.1.0 |
740 | 2024-12-05T01:50:32.423Z | Checking winnow v0.6.18 |
741 | 2024-12-05T01:50:32.773Z | Checking progenitor-client v0.8.0 |
742 | 2024-12-05T01:50:33.021Z | Compiling parse-display-derive v0.10.0 |
743 | 2024-12-05T01:50:33.147Z | Checking hostname v0.3.1 |
744 | 2024-12-05T01:50:33.260Z | Checking dirs-next v2.0.0 |
745 | 2024-12-05T01:50:33.720Z | Compiling typify v0.2.0 |
746 | 2024-12-05T01:50:33.828Z | Compiling progenitor-impl v0.8.0 |
747 | 2024-12-05T01:50:33.972Z | Checking ipnetwork v0.20.0 |
748 | 2024-12-05T01:50:34.354Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
749 | 2024-12-05T01:50:34.475Z | Checking thread_local v1.1.8 |
750 | 2024-12-05T01:50:35.252Z | Checking term v0.7.0 |
751 | 2024-12-05T01:50:35.276Z | Checking crossbeam-channel v0.5.12 |
752 | 2024-12-05T01:50:35.655Z | Checking memmap v0.7.0 |
753 | 2024-12-05T01:50:35.678Z | Checking take_mut v0.2.2 |
754 | 2024-12-05T01:50:35.833Z | Checking usdt v0.5.0 |
755 | 2024-12-05T01:50:36.000Z | Checking slog-term v2.9.1 |
756 | 2024-12-05T01:50:36.051Z | Checking toml_edit v0.22.20 |
757 | 2024-12-05T01:50:36.106Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
758 | 2024-12-05T01:50:36.738Z | Checking slog-json v2.6.1 |
759 | 2024-12-05T01:50:37.168Z | Compiling winnow v0.5.40 |
760 | 2024-12-05T01:50:37.709Z | Checking debug-ignore v1.0.5 |
761 | 2024-12-05T01:50:38.160Z | Checking toml v0.8.19 |
762 | 2024-12-05T01:50:38.245Z | Compiling progenitor-macro v0.8.0 |
763 | 2024-12-05T01:50:38.717Z | Checking slog-bunyan v2.5.0 |
764 | 2024-12-05T01:50:38.862Z | Checking async-stream v0.3.5 |
765 | 2024-12-05T01:50:39.131Z | Checking serde_path_to_error v0.1.16 |
766 | 2024-12-05T01:50:39.220Z | Checking waitgroup v0.1.2 |
767 | 2024-12-05T01:50:39.347Z | Checking hostname v0.4.0 |
768 | 2024-12-05T01:50:39.432Z | Checking tokio-rustls v0.25.0 |
769 | 2024-12-05T01:50:39.622Z | Compiling toml_edit v0.19.15 |
770 | 2024-12-05T01:50:39.892Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
771 | 2024-12-05T01:50:39.919Z | Checking serde_with v3.9.0 |
772 | 2024-12-05T01:50:40.067Z | Checking newtype-uuid v1.1.0 |
773 | 2024-12-05T01:50:40.173Z | Compiling clap_derive v4.5.4 |
774 | 2024-12-05T01:50:40.687Z | Checking utf8parse v0.2.1 |
775 | 2024-12-05T01:50:40.812Z | Checking unicode-width v0.1.14 |
776 | 2024-12-05T01:50:41.181Z | Checking anstyle-parse v0.2.4 |
777 | 2024-12-05T01:50:41.479Z | Checking hex v0.4.3 |
778 | 2024-12-05T01:50:41.876Z | Compiling proc-macro-crate v1.3.1 |
779 | 2024-12-05T01:50:42.494Z | Checking instant v0.1.12 |
780 | 2024-12-05T01:50:42.518Z | Checking lazy_static v1.5.0 |
781 | 2024-12-05T01:50:42.595Z | Checking is_terminal_polyfill v1.70.0 |
782 | 2024-12-05T01:50:42.636Z | Checking anstyle v1.0.7 |
783 | 2024-12-05T01:50:42.711Z | Checking colorchoice v1.0.1 |
784 | 2024-12-05T01:50:42.930Z | Checking anstyle-query v1.0.3 |
785 | 2024-12-05T01:50:42.954Z | Checking backoff v0.4.0 |
786 | 2024-12-05T01:50:43.055Z | Checking anstream v0.6.14 |
787 | 2024-12-05T01:50:43.188Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
788 | 2024-12-05T01:50:43.248Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
789 | 2024-12-05T01:50:43.272Z | Checking parse-display v0.10.0 |
790 | 2024-12-05T01:50:43.321Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-12-05T01:50:43.358Z | Checking terminal_size v0.3.0 |
792 | 2024-12-05T01:50:43.459Z | Checking macaddr v1.0.1 |
793 | 2024-12-05T01:50:43.504Z | Checking regress v0.9.1 |
794 | 2024-12-05T01:50:43.972Z | Checking num-integer v0.1.46 |
795 | 2024-12-05T01:50:44.346Z | Compiling crucible-workspace-hack v0.1.0 |
796 | 2024-12-05T01:50:44.370Z | Compiling unicode-xid v0.2.4 |
797 | 2024-12-05T01:50:44.529Z | Checking clap_lex v0.7.0 |
798 | 2024-12-05T01:50:44.733Z | Checking clap_builder v4.5.2 |
799 | 2024-12-05T01:50:46.099Z | Compiling heapless v0.8.0 |
800 | 2024-12-05T01:50:47.136Z | Checking clap v4.5.4 |
801 | 2024-12-05T01:50:47.262Z | Checking num-bigint v0.4.5 |
802 | 2024-12-05T01:50:47.338Z | Compiling num_enum_derive v0.5.11 |
803 | 2024-12-05T01:50:48.050Z | Checking hash32 v0.3.1 |
804 | 2024-12-05T01:50:48.428Z | Checking fastrand v2.1.0 |
805 | 2024-12-05T01:50:48.465Z | Checking progenitor v0.8.0 |
806 | 2024-12-05T01:50:48.650Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
807 | 2024-12-05T01:50:48.688Z | Compiling smoltcp v0.11.0 |
808 | 2024-12-05T01:50:48.747Z | Checking stable_deref_trait v1.2.0 |
809 | 2024-12-05T01:50:48.771Z | Checking either v1.13.0 |
810 | 2024-12-05T01:50:48.815Z | Checking bitflags v1.3.2 |
811 | 2024-12-05T01:50:48.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
812 | 2024-12-05T01:50:49.007Z | Checking num-rational v0.4.2 |
813 | 2024-12-05T01:50:49.185Z | Checking num_enum v0.5.11 |
814 | 2024-12-05T01:50:49.318Z | Checking tempfile v3.10.1 |
815 | 2024-12-05T01:50:49.366Z | Compiling synstructure v0.12.6 |
816 | 2024-12-05T01:50:49.519Z | Checking num-iter v0.1.45 |
817 | 2024-12-05T01:50:49.658Z | Checking num-complex v0.4.6 |
818 | 2024-12-05T01:50:49.682Z | Compiling proc-macro-error-attr v1.0.4 |
819 | 2024-12-05T01:50:49.755Z | Checking cobs v0.2.3 |
820 | 2024-12-05T01:50:49.925Z | Checking managed v0.8.0 |
821 | 2024-12-05T01:50:50.002Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
822 | 2024-12-05T01:50:50.144Z | Checking postcard v1.0.9 |
823 | 2024-12-05T01:50:50.353Z | Checking num v0.4.3 |
824 | 2024-12-05T01:50:50.377Z | Compiling zerocopy-derive v0.2.0 |
825 | 2024-12-05T01:50:50.803Z | Compiling foreign-types-macros v0.2.3 |
826 | 2024-12-05T01:50:50.974Z | Compiling libz-sys v1.1.16 |
827 | 2024-12-05T01:50:51.517Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
828 | 2024-12-05T01:50:51.764Z | Compiling proc-macro-error v1.0.4 |
829 | 2024-12-05T01:50:51.867Z | Checking pretty-hex v0.2.1 |
830 | 2024-12-05T01:50:51.891Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
831 | 2024-12-05T01:50:52.024Z | Checking foreign-types-shared v0.3.1 |
832 | 2024-12-05T01:50:52.220Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
833 | 2024-12-05T01:50:52.363Z | Checking foreign-types v0.5.0 |
834 | 2024-12-05T01:50:52.592Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-12-05T01:50:53.491Z | Checking tabwriter v1.4.0 |
836 | 2024-12-05T01:50:53.742Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
837 | 2024-12-05T01:50:53.766Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
838 | 2024-12-05T01:50:54.452Z | Checking cstr-argument v0.1.2 |
839 | 2024-12-05T01:50:54.530Z | Compiling prettyplease v0.2.22 |
840 | 2024-12-05T01:50:54.608Z | Checking data-encoding v2.6.0 |
841 | 2024-12-05T01:50:54.677Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
842 | 2024-12-05T01:50:55.042Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
843 | 2024-12-05T01:50:55.290Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
844 | 2024-12-05T01:50:55.804Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
845 | 2024-12-05T01:50:56.172Z | Checking colored v2.1.0 |
846 | 2024-12-05T01:50:57.073Z | Compiling libgit2-sys v0.17.0+1.8.1 |
847 | 2024-12-05T01:50:57.261Z | Checking float-ord v0.3.2 |
848 | 2024-12-05T01:50:57.377Z | Compiling semver v0.1.20 |
849 | 2024-12-05T01:50:57.402Z | Checking static_assertions v1.1.0 |
850 | 2024-12-05T01:50:57.426Z | Checking is_ci v1.2.0 |
851 | 2024-12-05T01:50:57.701Z | Checking unicode-segmentation v1.11.0 |
852 | 2024-12-05T01:50:57.797Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
853 | 2024-12-05T01:50:57.991Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
854 | 2024-12-05T01:50:58.195Z | Checking newline-converter v0.3.0 |
855 | 2024-12-05T01:50:58.334Z | Compiling rustc_version v0.1.7 |
856 | 2024-12-05T01:50:59.265Z | Compiling zone_cfg_derive v0.3.0 |
857 | 2024-12-05T01:50:59.596Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
858 | 2024-12-05T01:50:59.991Z | Checking camino-tempfile v1.1.1 |
859 | 2024-12-05T01:51:00.213Z | Checking itertools v0.10.5 |
860 | 2024-12-05T01:51:00.336Z | Checking console v0.15.8 |
861 | 2024-12-05T01:51:00.797Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
862 | 2024-12-05T01:51:01.352Z | Compiling num-derive v0.4.2 |
863 | 2024-12-05T01:51:02.001Z | Checking sigpipe v0.1.3 |
864 | 2024-12-05T01:51:02.105Z | Compiling usdt-impl v0.3.5 |
865 | 2024-12-05T01:51:02.562Z | Checking base64ct v1.6.0 |
866 | 2024-12-05T01:51:02.781Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
867 | 2024-12-05T01:51:02.936Z | Checking similar v2.5.0 |
868 | 2024-12-05T01:51:02.960Z | Compiling owo-colors v4.1.0 |
869 | 2024-12-05T01:51:03.116Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
870 | 2024-12-05T01:51:03.296Z | Checking password-hash v0.5.0 |
871 | 2024-12-05T01:51:03.523Z | Checking expectorate v1.1.0 |
872 | 2024-12-05T01:51:03.671Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2024-12-05T01:51:03.695Z | Checking zone v0.3.0 |
874 | 2024-12-05T01:51:03.695Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
875 | 2024-12-05T01:51:03.747Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
876 | 2024-12-05T01:51:03.919Z | Compiling newtype_derive v0.1.6 |
877 | 2024-12-05T01:51:03.987Z | Checking supports-color v2.1.0 |
878 | 2024-12-05T01:51:04.149Z | Checking supports-color v3.0.1 |
879 | 2024-12-05T01:51:04.221Z | Compiling zerocopy v0.3.2 |
880 | 2024-12-05T01:51:04.313Z | Checking blake2 v0.10.6 |
881 | 2024-12-05T01:51:04.337Z | Compiling cargo-platform v0.1.8 |
882 | 2024-12-05T01:51:04.573Z | Compiling hubpack_derive v0.1.1 |
883 | 2024-12-05T01:51:04.639Z | Checking smf v0.2.3 |
884 | 2024-12-05T01:51:04.663Z | Compiling serde_repr v0.1.19 |
885 | 2024-12-05T01:51:04.688Z | Compiling zerocopy-derive v0.6.6 |
886 | 2024-12-05T01:51:04.716Z | Compiling vergen v8.3.2 |
887 | 2024-12-05T01:51:05.027Z | Checking whoami v1.5.1 |
888 | 2024-12-05T01:51:05.166Z | Checking base64 v0.21.7 |
889 | 2024-12-05T01:51:05.250Z | Compiling cancel-safe-futures v0.1.5 |
890 | 2024-12-05T01:51:05.315Z | Checking fixedbitset v0.4.2 |
891 | 2024-12-05T01:51:05.547Z | Checking petgraph v0.6.5 |
892 | 2024-12-05T01:51:05.571Z | Checking hubpack v0.1.2 |
893 | 2024-12-05T01:51:05.671Z | Checking argon2 v0.5.3 |
894 | 2024-12-05T01:51:05.826Z | Compiling cargo_metadata v0.18.1 |
895 | 2024-12-05T01:51:06.111Z | Checking zerocopy v0.6.6 |
896 | 2024-12-05T01:51:06.135Z | Compiling dof v0.1.5 |
897 | 2024-12-05T01:51:07.550Z | Compiling rustc_version v0.4.0 |
898 | 2024-12-05T01:51:07.890Z | Checking serde-big-array v0.5.1 |
899 | 2024-12-05T01:51:08.002Z | Compiling dtrace-parser v0.1.14 |
900 | 2024-12-05T01:51:08.045Z | Compiling strum_macros v0.25.3 |
901 | 2024-12-05T01:51:08.070Z | Compiling libsqlite3-sys v0.30.1 |
902 | 2024-12-05T01:51:08.138Z | Compiling slog-dtrace v0.3.0 |
903 | 2024-12-05T01:51:08.444Z | Compiling cookie v0.18.1 |
904 | 2024-12-05T01:51:08.683Z | Compiling rustls v0.21.12 |
905 | 2024-12-05T01:51:08.744Z | Compiling convert_case v0.4.0 |
906 | 2024-12-05T01:51:08.947Z | Compiling cfg_aliases v0.2.1 |
907 | 2024-12-05T01:51:09.054Z | Compiling nix v0.29.0 |
908 | 2024-12-05T01:51:09.201Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
909 | 2024-12-05T01:51:09.314Z | Compiling derive_more v0.99.18 |
910 | 2024-12-05T01:51:09.340Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
911 | 2024-12-05T01:51:09.674Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
912 | 2024-12-05T01:51:10.103Z | Checking atomicwrites v0.4.4 |
913 | 2024-12-05T01:51:10.279Z | Checking itertools v0.13.0 |
914 | 2024-12-05T01:51:10.303Z | Checking libsw v3.3.1 |
915 | 2024-12-05T01:51:10.351Z | Compiling serde_tokenstream v0.1.7 |
916 | 2024-12-05T01:51:10.520Z | Checking idna v0.4.0 |
917 | 2024-12-05T01:51:10.544Z | Checking sct v0.7.1 |
918 | 2024-12-05T01:51:10.654Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
919 | 2024-12-05T01:51:10.721Z | Checking rustls-webpki v0.101.7 |
920 | 2024-12-05T01:51:10.759Z | Compiling enum-as-inner v0.6.0 |
921 | 2024-12-05T01:51:11.127Z | Compiling derive-where v1.2.7 |
922 | 2024-12-05T01:51:11.270Z | Checking inout v0.1.3 |
923 | 2024-12-05T01:51:11.430Z | Checking linear-map v1.2.0 |
924 | 2024-12-05T01:51:11.592Z | Checking linked-hash-map v0.5.6 |
925 | 2024-12-05T01:51:11.727Z | Checking highway v1.2.0 |
926 | 2024-12-05T01:51:11.857Z | Checking utf-8 v0.7.6 |
927 | 2024-12-05T01:51:12.033Z | Compiling radium v0.7.0 |
928 | 2024-12-05T01:51:12.065Z | Checking quick-error v1.2.3 |
929 | 2024-12-05T01:51:12.198Z | Checking indent_write v2.2.0 |
930 | 2024-12-05T01:51:12.376Z | Checking swrite v0.1.0 |
931 | 2024-12-05T01:51:12.464Z | Checking resolv-conf v0.7.0 |
932 | 2024-12-05T01:51:12.502Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
933 | 2024-12-05T01:51:12.772Z | Checking tungstenite v0.21.0 |
934 | 2024-12-05T01:51:13.484Z | Checking lru-cache v0.1.2 |
935 | 2024-12-05T01:51:13.508Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
936 | 2024-12-05T01:51:13.585Z | Checking hickory-proto v0.24.1 |
937 | 2024-12-05T01:51:13.640Z | Checking cipher v0.4.4 |
938 | 2024-12-05T01:51:13.911Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-12-05T01:51:14.519Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
940 | 2024-12-05T01:51:15.272Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-12-05T01:51:16.356Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-12-05T01:51:16.487Z | Checking steno v0.4.1 |
943 | 2024-12-05T01:51:17.279Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
944 | 2024-12-05T01:51:17.453Z | Checking crossbeam-epoch v0.9.18 |
945 | 2024-12-05T01:51:17.595Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-12-05T01:51:17.795Z | Checking hashlink v0.9.1 |
947 | 2024-12-05T01:51:17.839Z | Checking tap v1.0.1 |
948 | 2024-12-05T01:51:17.862Z | Checking fallible-streaming-iterator v0.1.9 |
949 | 2024-12-05T01:51:17.983Z | Checking fallible-iterator v0.3.0 |
950 | 2024-12-05T01:51:18.053Z | Compiling rayon-core v1.12.1 |
951 | 2024-12-05T01:51:18.153Z | Checking humantime v2.1.0 |
952 | 2024-12-05T01:51:18.219Z | Checking wyz v0.5.1 |
953 | 2024-12-05T01:51:18.243Z | Checking crossbeam-deque v0.8.5 |
954 | 2024-12-05T01:51:18.407Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2024-12-05T01:51:18.460Z | Checking rusqlite v0.32.1 |
956 | 2024-12-05T01:51:18.506Z | Checking hickory-resolver v0.24.1 |
957 | 2024-12-05T01:51:18.530Z | Checking tokio-rustls v0.24.1 |
958 | 2024-12-05T01:51:18.749Z | Checking tokio-tungstenite v0.21.0 |
959 | 2024-12-05T01:51:19.100Z | Compiling usdt-macro v0.3.5 |
960 | 2024-12-05T01:51:19.124Z | Compiling usdt-attr-macro v0.3.5 |
961 | 2024-12-05T01:51:19.620Z | Checking rustls-pemfile v1.0.4 |
962 | 2024-12-05T01:51:19.656Z | Checking twox-hash v1.6.3 |
963 | 2024-12-05T01:51:19.799Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
964 | 2024-12-05T01:51:20.038Z | Compiling num_enum_derive v0.7.2 |
965 | 2024-12-05T01:51:20.141Z | Checking universal-hash v0.5.1 |
966 | 2024-12-05T01:51:20.265Z | Checking atty v0.2.14 |
967 | 2024-12-05T01:51:20.289Z | Checking opaque-debug v0.3.1 |
968 | 2024-12-05T01:51:20.392Z | Checking funty v2.0.0 |
969 | 2024-12-05T01:51:20.421Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
970 | 2024-12-05T01:51:20.803Z | Checking polyval v0.6.2 |
971 | 2024-12-05T01:51:21.005Z | Checking usdt v0.3.5 |
972 | 2024-12-05T01:51:21.055Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
973 | 2024-12-05T01:51:21.079Z | Checking bitvec v1.0.1 |
974 | 2024-12-05T01:51:21.767Z | Checking aes v0.8.4 |
975 | 2024-12-05T01:51:21.807Z | Checking ctr v0.9.2 |
976 | 2024-12-05T01:51:21.932Z | Checking num_enum v0.7.2 |
977 | 2024-12-05T01:51:22.070Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
978 | 2024-12-05T01:51:22.095Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
979 | 2024-12-05T01:51:22.402Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
980 | 2024-12-05T01:51:22.427Z | Checking bincode v1.3.3 |
981 | 2024-12-05T01:51:22.427Z | Checking aead v0.5.2 |
982 | 2024-12-05T01:51:22.934Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
983 | 2024-12-05T01:51:22.934Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
984 | 2024-12-05T01:51:22.935Z | Checking aes-gcm-siv v0.11.1 |
985 | 2024-12-05T01:51:22.935Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
986 | 2024-12-05T01:51:22.935Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
987 | 2024-12-05T01:51:22.935Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
988 | 2024-12-05T01:51:22.986Z | Checking rayon v1.10.0 |
989 | 2024-12-05T01:51:23.121Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
990 | 2024-12-05T01:51:23.149Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
991 | 2024-12-05T01:51:23.317Z | Compiling bitstruct_derive v0.1.0 |
992 | 2024-12-05T01:51:23.453Z | Compiling async-recursion v1.1.1 |
993 | 2024-12-05T01:51:23.964Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
994 | 2024-12-05T01:51:24.350Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
995 | 2024-12-05T01:51:24.477Z | Checking typeid v1.0.0 |
996 | 2024-12-05T01:51:24.501Z | Checking ringbuffer v0.15.0 |
997 | 2024-12-05T01:51:24.603Z | Checking ascii v1.1.0 |
998 | 2024-12-05T01:51:24.627Z | Compiling cfg_aliases v0.1.1 |
999 | 2024-12-05T01:51:24.651Z | Checking toml v0.7.8 |
1000 | 2024-12-05T01:51:24.727Z | Compiling nix v0.28.0 |
1001 | 2024-12-05T01:51:24.813Z | Checking erased-serde v0.4.5 |
1002 | 2024-12-05T01:51:24.913Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1003 | 2024-12-05T01:51:25.117Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1004 | 2024-12-05T01:51:25.203Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1005 | 2024-12-05T01:51:25.332Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1006 | 2024-12-05T01:51:25.486Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1007 | 2024-12-05T01:51:25.524Z | Checking bitstruct v0.1.1 |
1008 | 2024-12-05T01:51:25.624Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1009 | 2024-12-05T01:51:25.648Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1010 | 2024-12-05T01:51:25.671Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1011 | 2024-12-05T01:51:25.697Z | Checking serde_arrays v0.1.0 |
1012 | 2024-12-05T01:51:25.777Z | Checking libloading v0.7.4 |
1013 | 2024-12-05T01:51:25.886Z | Compiling const_format_proc_macros v0.2.32 |
1014 | 2024-12-05T01:51:25.911Z | Checking kstat-rs v0.2.4 |
1015 | 2024-12-05T01:51:25.939Z | Compiling escargot v0.5.10 |
1016 | 2024-12-05T01:51:26.021Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1017 | 2024-12-05T01:51:26.192Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1018 | 2024-12-05T01:51:26.332Z | Checking ron v0.8.1 |
1019 | 2024-12-05T01:51:26.467Z | Checking xattr v1.3.1 |
1020 | 2024-12-05T01:51:26.899Z | Checking filetime v0.2.23 |
1021 | 2024-12-05T01:51:26.946Z | Checking bstr v1.9.1 |
1022 | 2024-12-05T01:51:27.158Z | Checking bit_field v0.10.2 |
1023 | 2024-12-05T01:51:27.318Z | Checking ctrlc v3.4.4 |
1024 | 2024-12-05T01:51:27.366Z | Checking tar v0.4.40 |
1025 | 2024-12-05T01:51:27.413Z | Checking const_format v0.2.32 |
1026 | 2024-12-05T01:51:27.566Z | Checking globset v0.4.14 |
1027 | 2024-12-05T01:51:27.795Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1028 | 2024-12-05T01:51:27.973Z | Checking fatfs v0.3.6 |
1029 | 2024-12-05T01:51:27.998Z | Checking glob v0.3.1 |
1030 | 2024-12-05T01:51:29.373Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1031 | 2024-12-05T01:51:29.626Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1032 | 2024-12-05T01:51:30.809Z | Compiling git2 v0.19.0 |
1033 | 2024-12-05T01:51:31.504Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1034 | 2024-12-05T01:51:35.357Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1035 | 2024-12-05T01:51:36.016Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-12-05T01:51:42.719Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1037 | 2024-12-05T01:51:48.678Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1038 | 2024-12-05T01:51:59.061Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1039 | 2024-12-05T01:51:59.061Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1040 | 2024-12-05T01:52:07.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1041 | 2024-12-05T01:52:07.583Z | |
1042 | 2024-12-05T01:52:07.583Z | real 2:32.896791857 |
1043 | 2024-12-05T01:52:07.583Z | user 10:14.757467141 |
1044 | 2024-12-05T01:52:07.583Z | sys 2:10.530100596 |
1045 | 2024-12-05T01:52:07.583Z | trap 0.305986636 |
1046 | 2024-12-05T01:52:07.584Z | tflt 0.571042336 |
1047 | 2024-12-05T01:52:07.584Z | dflt 0.335487332 |
1048 | 2024-12-05T01:52:07.584Z | kflt 0.002620748 |
1049 | 2024-12-05T01:52:07.584Z | lock 11:49.117995556 |
1050 | 2024-12-05T01:52:07.584Z | slp 39:15.062401800 |
1051 | 2024-12-05T01:52:07.584Z | lat 53.633658724 |
1052 | 2024-12-05T01:52:07.609Z | stop 3:08.473710385 |
1053 | 2024-12-05T01:52:07.610Z | + ptime -m cargo clippy --features falcon --all-targets |
1054 | 2024-12-05T01:52:08.244Z | Downloading crates ... |
1055 | 2024-12-05T01:52:08.467Z | Downloaded arc-swap v1.7.1 |
1056 | 2024-12-05T01:52:08.491Z | Downloaded termtree v0.4.1 |
1057 | 2024-12-05T01:52:08.491Z | Downloaded slog-scope v4.4.0 |
1058 | 2024-12-05T01:52:08.491Z | Downloaded serde_test v1.0.176 |
1059 | 2024-12-05T01:52:08.491Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-12-05T01:52:08.491Z | Downloaded png v0.17.13 |
1061 | 2024-12-05T01:52:08.491Z | Downloaded flate2 v1.0.30 |
1062 | 2024-12-05T01:52:08.515Z | Downloaded crc32fast v1.4.0 |
1063 | 2024-12-05T01:52:08.515Z | Downloaded mockall_derive v0.12.1 |
1064 | 2024-12-05T01:52:08.515Z | Downloaded miniz_oxide v0.7.2 |
1065 | 2024-12-05T01:52:08.515Z | Downloaded fdeflate v0.3.4 |
1066 | 2024-12-05T01:52:08.515Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-12-05T01:52:08.515Z | Downloaded predicates-tree v1.0.9 |
1068 | 2024-12-05T01:52:08.515Z | Downloaded predicates-core v1.0.6 |
1069 | 2024-12-05T01:52:08.515Z | Downloaded predicates v3.1.0 |
1070 | 2024-12-05T01:52:08.515Z | Downloaded fragile v2.0.0 |
1071 | 2024-12-05T01:52:08.515Z | Downloaded downcast v0.11.0 |
1072 | 2024-12-05T01:52:08.516Z | Downloaded bytemuck v1.16.0 |
1073 | 2024-12-05T01:52:08.541Z | Downloaded simd-adler32 v0.3.7 |
1074 | 2024-12-05T01:52:08.541Z | Downloaded mockall v0.12.1 |
1075 | 2024-12-05T01:52:08.615Z | Downloaded image v0.25.1 |
1076 | 2024-12-05T01:52:08.881Z | Checking log v0.4.22 |
1077 | 2024-12-05T01:52:08.905Z | Checking tokio v1.39.3 |
1078 | 2024-12-05T01:52:08.929Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1079 | 2024-12-05T01:52:08.953Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1080 | 2024-12-05T01:52:08.953Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1081 | 2024-12-05T01:52:08.953Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1082 | 2024-12-05T01:52:08.976Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1083 | 2024-12-05T01:52:08.977Z | Compiling crc32fast v1.4.0 |
1084 | 2024-12-05T01:52:09.106Z | Checking native-tls v0.2.11 |
1085 | 2024-12-05T01:52:09.130Z | Checking goblin v0.8.2 |
1086 | 2024-12-05T01:52:09.154Z | Checking typify-impl v0.2.0 |
1087 | 2024-12-05T01:52:09.178Z | Checking rustls v0.22.4 |
1088 | 2024-12-05T01:52:09.347Z | Checking tungstenite v0.21.0 |
1089 | 2024-12-05T01:52:09.373Z | Checking rustls v0.21.12 |
1090 | 2024-12-05T01:52:09.397Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1091 | 2024-12-05T01:52:09.435Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1092 | 2024-12-05T01:52:09.690Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1093 | 2024-12-05T01:52:09.890Z | Checking simd-adler32 v0.3.7 |
1094 | 2024-12-05T01:52:09.986Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1095 | 2024-12-05T01:52:10.144Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1096 | 2024-12-05T01:52:10.205Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1097 | 2024-12-05T01:52:10.489Z | Checking adler v1.0.2 |
1098 | 2024-12-05T01:52:10.610Z | Checking miniz_oxide v0.7.2 |
1099 | 2024-12-05T01:52:10.780Z | Checking arc-swap v1.7.1 |
1100 | 2024-12-05T01:52:11.047Z | Checking typify v0.2.0 |
1101 | 2024-12-05T01:52:11.090Z | Checking slog-scope v4.4.0 |
1102 | 2024-12-05T01:52:11.152Z | Checking progenitor-impl v0.8.0 |
1103 | 2024-12-05T01:52:11.244Z | Checking fdeflate v0.3.4 |
1104 | 2024-12-05T01:52:11.268Z | Checking flate2 v1.0.30 |
1105 | 2024-12-05T01:52:11.621Z | Checking slog-stdlog v4.1.1 |
1106 | 2024-12-05T01:52:11.738Z | Checking predicates-core v1.0.6 |
1107 | 2024-12-05T01:52:11.762Z | Checking png v0.17.13 |
1108 | 2024-12-05T01:52:11.762Z | Checking bytemuck v1.16.0 |
1109 | 2024-12-05T01:52:11.882Z | Checking slog-envlogger v2.2.0 |
1110 | 2024-12-05T01:52:11.906Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1111 | 2024-12-05T01:52:12.051Z | Checking termtree v0.4.1 |
1112 | 2024-12-05T01:52:12.097Z | Checking predicates v3.1.0 |
1113 | 2024-12-05T01:52:12.218Z | Checking predicates-tree v1.0.9 |
1114 | 2024-12-05T01:52:12.344Z | Compiling mockall_derive v0.12.1 |
1115 | 2024-12-05T01:52:12.515Z | Checking wait-timeout v0.2.0 |
1116 | 2024-12-05T01:52:12.539Z | Checking bit-vec v0.6.3 |
1117 | 2024-12-05T01:52:12.563Z | Checking fragile v2.0.0 |
1118 | 2024-12-05T01:52:12.672Z | Checking downcast v0.11.0 |
1119 | 2024-12-05T01:52:12.733Z | Checking image v0.25.1 |
1120 | 2024-12-05T01:52:12.757Z | Checking rusty-fork v0.3.0 |
1121 | 2024-12-05T01:52:12.790Z | Checking bit-set v0.5.3 |
1122 | 2024-12-05T01:52:12.826Z | Checking globset v0.4.14 |
1123 | 2024-12-05T01:52:12.986Z | Checking escargot v0.5.10 |
1124 | 2024-12-05T01:52:13.010Z | Checking fatfs v0.3.6 |
1125 | 2024-12-05T01:52:13.047Z | Checking dof v0.3.0 |
1126 | 2024-12-05T01:52:13.071Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1127 | 2024-12-05T01:52:13.219Z | Checking rand_xorshift v0.3.0 |
1128 | 2024-12-05T01:52:13.357Z | Checking unarray v0.1.4 |
1129 | 2024-12-05T01:52:13.477Z | Checking proptest v1.5.0 |
1130 | 2024-12-05T01:52:13.509Z | Checking usdt-impl v0.5.0 |
1131 | 2024-12-05T01:52:13.793Z | Checking serde_test v1.0.176 |
1132 | 2024-12-05T01:52:13.817Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1133 | 2024-12-05T01:52:13.920Z | Checking usdt v0.5.0 |
1134 | 2024-12-05T01:52:14.130Z | Checking slog-dtrace v0.3.0 |
1135 | 2024-12-05T01:52:14.317Z | Checking tokio-util v0.7.11 |
1136 | 2024-12-05T01:52:14.378Z | Checking tokio-native-tls v0.3.1 |
1137 | 2024-12-05T01:52:14.402Z | Checking tokio-rustls v0.26.0 |
1138 | 2024-12-05T01:52:14.452Z | Checking tokio-rustls v0.25.0 |
1139 | 2024-12-05T01:52:14.586Z | Checking backoff v0.4.0 |
1140 | 2024-12-05T01:52:14.686Z | Checking tokio-tungstenite v0.21.0 |
1141 | 2024-12-05T01:52:14.727Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1142 | 2024-12-05T01:52:14.808Z | Checking zone v0.3.0 |
1143 | 2024-12-05T01:52:14.937Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1144 | 2024-12-05T01:52:14.962Z | Checking h2 v0.4.6 |
1145 | 2024-12-05T01:52:14.985Z | Checking libsw v3.3.1 |
1146 | 2024-12-05T01:52:15.043Z | Checking cancel-safe-futures v0.1.5 |
1147 | 2024-12-05T01:52:15.175Z | Checking steno v0.4.1 |
1148 | 2024-12-05T01:52:15.254Z | Checking hickory-proto v0.24.1 |
1149 | 2024-12-05T01:52:15.371Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1150 | 2024-12-05T01:52:15.395Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1151 | 2024-12-05T01:52:16.197Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1152 | 2024-12-05T01:52:16.350Z | Checking tokio-rustls v0.24.1 |
1153 | 2024-12-05T01:52:16.418Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1154 | 2024-12-05T01:52:16.618Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1155 | 2024-12-05T01:52:17.197Z | Checking mockall v0.12.1 |
1156 | 2024-12-05T01:52:18.020Z | Checking hickory-resolver v0.24.1 |
1157 | 2024-12-05T01:52:18.262Z | Checking hyper v1.4.1 |
1158 | 2024-12-05T01:52:19.775Z | Checking hyper-util v0.1.9 |
1159 | 2024-12-05T01:52:21.004Z | Checking hyper-tls v0.6.0 |
1160 | 2024-12-05T01:52:21.004Z | Checking hyper-rustls v0.27.3 |
1161 | 2024-12-05T01:52:21.028Z | Checking dropshot v0.12.0 |
1162 | 2024-12-05T01:52:21.290Z | Checking reqwest v0.12.7 |
1163 | 2024-12-05T01:52:22.532Z | Checking progenitor-client v0.8.0 |
1164 | 2024-12-05T01:52:22.754Z | Checking progenitor v0.8.0 |
1165 | 2024-12-05T01:52:22.895Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1166 | 2024-12-05T01:52:22.895Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1167 | 2024-12-05T01:52:22.924Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1168 | 2024-12-05T01:52:22.926Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1169 | 2024-12-05T01:52:23.584Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1170 | 2024-12-05T01:52:24.366Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1171 | 2024-12-05T01:52:26.364Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-12-05T01:52:28.559Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1173 | 2024-12-05T01:52:33.430Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-05T01:52:33.430Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1175 | 2024-12-05T01:52:33.430Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-12-05T01:52:33.453Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-12-05T01:52:35.331Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-05T01:52:35.768Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-12-05T01:52:35.792Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-05T01:52:35.792Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-05T01:52:36.508Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-05T01:52:36.751Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-05T01:52:36.825Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-05T01:52:47.430Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-05T01:52:53.591Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-05T01:52:54.278Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1187 | 2024-12-05T01:52:58.624Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1188 | 2024-12-05T01:53:14.703Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1189 | 2024-12-05T01:53:14.704Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1190 | 2024-12-05T01:53:24.644Z | warning: unnecessary closure used to substitute value for `Option::None` |
1191 | 2024-12-05T01:53:24.645Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1192 | 2024-12-05T01:53:24.645Z | | |
1193 | 2024-12-05T01:53:24.645Z | 188 | let instance = kstats |
1194 | 2024-12-05T01:53:24.645Z | | ________________________^ |
1195 | 2024-12-05T01:53:24.645Z | 189 | | .iter() |
1196 | 2024-12-05T01:53:24.645Z | 190 | | .find_map(|(_, kstat, data)| { |
1197 | 2024-12-05T01:53:24.645Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1198 | 2024-12-05T01:53:24.645Z | 192 | | }) |
1199 | 2024-12-05T01:53:24.645Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1200 | 2024-12-05T01:53:24.645Z | | |______________________________________________^ |
1201 | 2024-12-05T01:53:24.645Z | | |
1202 | 2024-12-05T01:53:24.645Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1203 | 2024-12-05T01:53:24.645Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1204 | 2024-12-05T01:53:24.645Z | help: use `ok_or` instead |
1205 | 2024-12-05T01:53:24.645Z | | |
1206 | 2024-12-05T01:53:24.645Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1207 | 2024-12-05T01:53:24.645Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1208 | 2024-12-05T01:53:24.645Z | |
1209 | 2024-12-05T01:53:25.710Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1210 | 2024-12-05T01:53:26.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1211 | 2024-12-05T01:53:26.944Z | |
1212 | 2024-12-05T01:53:26.944Z | real 1:19.351341236 |
1213 | 2024-12-05T01:53:26.944Z | user 3:04.232845587 |
1214 | 2024-12-05T01:53:26.944Z | sys 24.499318923 |
1215 | 2024-12-05T01:53:26.944Z | trap 0.066701298 |
1216 | 2024-12-05T01:53:26.944Z | tflt 0.097252312 |
1217 | 2024-12-05T01:53:26.944Z | dflt 0.011918944 |
1218 | 2024-12-05T01:53:26.944Z | kflt 0.000035048 |
1219 | 2024-12-05T01:53:26.944Z | lock 4:34.159705454 |
1220 | 2024-12-05T01:53:26.944Z | slp 9:55.246006850 |
1221 | 2024-12-05T01:53:26.945Z | lat 5.490834046 |
1222 | 2024-12-05T01:53:26.945Z | stop 14.906902546 |
1223 | 2024-12-05T01:53:26.968Z | + banner build |
1224 | 2024-12-05T01:53:26.968Z | |
1225 | 2024-12-05T01:53:26.968Z | ##### # # # # ##### |
1226 | 2024-12-05T01:53:26.969Z | # # # # # # # # |
1227 | 2024-12-05T01:53:26.969Z | ##### # # # # # # |
1228 | 2024-12-05T01:53:26.969Z | # # # # # # # # |
1229 | 2024-12-05T01:53:26.969Z | # # # # # # # # |
1230 | 2024-12-05T01:53:26.969Z | ##### #### # ###### ##### |
1231 | 2024-12-05T01:53:26.969Z | |
1232 | 2024-12-05T01:53:26.969Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1233 | 2024-12-05T01:53:27.868Z | Compiling proc-macro2 v1.0.86 |
1234 | 2024-12-05T01:53:27.868Z | Compiling unicode-ident v1.0.13 |
1235 | 2024-12-05T01:53:27.868Z | Compiling libc v0.2.159 |
1236 | 2024-12-05T01:53:27.892Z | Compiling serde v1.0.210 |
1237 | 2024-12-05T01:53:27.893Z | Compiling version_check v0.9.5 |
1238 | 2024-12-05T01:53:27.893Z | Compiling once_cell v1.19.0 |
1239 | 2024-12-05T01:53:27.893Z | Compiling autocfg v1.3.0 |
1240 | 2024-12-05T01:53:27.917Z | Compiling cfg-if v1.0.0 |
1241 | 2024-12-05T01:53:28.051Z | Compiling thiserror v1.0.64 |
1242 | 2024-12-05T01:53:28.118Z | Compiling memchr v2.7.2 |
1243 | 2024-12-05T01:53:28.219Z | Compiling libm v0.2.8 |
1244 | 2024-12-05T01:53:28.452Z | Compiling ahash v0.8.11 |
1245 | 2024-12-05T01:53:28.507Z | Compiling byteorder v1.5.0 |
1246 | 2024-12-05T01:53:28.565Z | Compiling itoa v1.0.11 |
1247 | 2024-12-05T01:53:28.770Z | Compiling lock_api v0.4.12 |
1248 | 2024-12-05T01:53:28.815Z | Compiling parking_lot_core v0.9.10 |
1249 | 2024-12-05T01:53:29.078Z | Compiling ryu v1.0.18 |
1250 | 2024-12-05T01:53:29.191Z | Compiling serde_json v1.0.128 |
1251 | 2024-12-05T01:53:29.305Z | Compiling quote v1.0.37 |
1252 | 2024-12-05T01:53:29.419Z | Compiling jobserver v0.1.31 |
1253 | 2024-12-05T01:53:29.459Z | Compiling getrandom v0.2.14 |
1254 | 2024-12-05T01:53:29.527Z | Compiling slab v0.4.9 |
1255 | 2024-12-05T01:53:29.729Z | Compiling syn v2.0.77 |
1256 | 2024-12-05T01:53:29.776Z | Compiling cc v1.0.97 |
1257 | 2024-12-05T01:53:29.825Z | Compiling pkg-config v0.3.30 |
1258 | 2024-12-05T01:53:29.854Z | Compiling vcpkg v0.2.15 |
1259 | 2024-12-05T01:53:29.900Z | Compiling schemars v0.8.21 |
1260 | 2024-12-05T01:53:29.935Z | Compiling allocator-api2 v0.2.18 |
1261 | 2024-12-05T01:53:30.225Z | Compiling pin-project-lite v0.2.14 |
1262 | 2024-12-05T01:53:30.520Z | Compiling num-traits v0.2.19 |
1263 | 2024-12-05T01:53:30.595Z | Compiling log v0.4.22 |
1264 | 2024-12-05T01:53:30.729Z | Compiling smallvec v1.13.2 |
1265 | 2024-12-05T01:53:31.046Z | Compiling scopeguard v1.2.0 |
1266 | 2024-12-05T01:53:31.070Z | Compiling equivalent v1.0.1 |
1267 | 2024-12-05T01:53:31.115Z | Compiling typenum v1.17.0 |
1268 | 2024-12-05T01:53:31.139Z | Compiling socket2 v0.5.7 |
1269 | 2024-12-05T01:53:31.183Z | Compiling signal-hook-registry v1.4.2 |
1270 | 2024-12-05T01:53:31.705Z | Compiling parking_lot v0.12.2 |
1271 | 2024-12-05T01:53:31.847Z | Compiling mio v1.0.2 |
1272 | 2024-12-05T01:53:32.170Z | Compiling ring v0.17.8 |
1273 | 2024-12-05T01:53:32.314Z | Compiling httparse v1.8.0 |
1274 | 2024-12-05T01:53:32.499Z | Compiling generic-array v0.14.7 |
1275 | 2024-12-05T01:53:32.701Z | Compiling fnv v1.0.7 |
1276 | 2024-12-05T01:53:32.826Z | Compiling futures-core v0.3.30 |
1277 | 2024-12-05T01:53:33.030Z | Compiling openssl-sys v0.9.103 |
1278 | 2024-12-05T01:53:33.088Z | Compiling iana-time-zone v0.1.60 |
1279 | 2024-12-05T01:53:33.112Z | Compiling rand_core v0.6.4 |
1280 | 2024-12-05T01:53:33.300Z | Compiling semver v1.0.23 |
1281 | 2024-12-05T01:53:33.324Z | Compiling slog v2.7.0 |
1282 | 2024-12-05T01:53:33.348Z | Compiling futures-sink v0.3.30 |
1283 | 2024-12-05T01:53:33.489Z | Compiling ucd-trie v0.1.6 |
1284 | 2024-12-05T01:53:33.646Z | Compiling dyn-clone v1.0.17 |
1285 | 2024-12-05T01:53:33.847Z | Compiling heck v0.5.0 |
1286 | 2024-12-05T01:53:33.871Z | Compiling subtle v2.5.0 |
1287 | 2024-12-05T01:53:33.955Z | Compiling futures-channel v0.3.30 |
1288 | 2024-12-05T01:53:33.985Z | Compiling rustversion v1.0.17 |
1289 | 2024-12-05T01:53:34.019Z | Compiling futures-io v0.3.30 |
1290 | 2024-12-05T01:53:34.043Z | Compiling pin-utils v0.1.0 |
1291 | 2024-12-05T01:53:34.102Z | Compiling futures-task v0.3.30 |
1292 | 2024-12-05T01:53:34.125Z | Compiling openssl v0.10.66 |
1293 | 2024-12-05T01:53:34.307Z | Compiling syn v1.0.109 |
1294 | 2024-12-05T01:53:34.585Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-12-05T01:53:34.896Z | Compiling serde_derive_internals v0.29.1 |
1296 | 2024-12-05T01:53:35.152Z | Compiling native-tls v0.2.11 |
1297 | 2024-12-05T01:53:35.370Z | Compiling rustls v0.23.10 |
1298 | 2024-12-05T01:53:35.494Z | Compiling regex-syntax v0.8.4 |
1299 | 2024-12-05T01:53:35.560Z | Compiling heck v0.4.1 |
1300 | 2024-12-05T01:53:36.464Z | Compiling spin v0.9.8 |
1301 | 2024-12-05T01:53:36.765Z | Compiling anyhow v1.0.89 |
1302 | 2024-12-05T01:53:37.272Z | Compiling untrusted v0.9.0 |
1303 | 2024-12-05T01:53:37.425Z | Compiling time-core v0.1.2 |
1304 | 2024-12-05T01:53:37.577Z | Compiling num-conv v0.1.0 |
1305 | 2024-12-05T01:53:37.601Z | Compiling tracing-core v0.1.32 |
1306 | 2024-12-05T01:53:37.805Z | Compiling time-macros v0.2.18 |
1307 | 2024-12-05T01:53:38.051Z | Compiling crypto-common v0.1.6 |
1308 | 2024-12-05T01:53:38.229Z | Compiling regex-automata v0.4.6 |
1309 | 2024-12-05T01:53:38.392Z | Compiling serde_derive v1.0.210 |
1310 | 2024-12-05T01:53:39.299Z | Compiling zerocopy-derive v0.7.34 |
1311 | 2024-12-05T01:53:39.606Z | Compiling thiserror-impl v1.0.64 |
1312 | 2024-12-05T01:53:39.703Z | Compiling tokio-macros v2.4.0 |
1313 | 2024-12-05T01:53:39.906Z | Compiling schemars_derive v0.8.21 |
1314 | 2024-12-05T01:53:40.851Z | Compiling zerocopy v0.7.34 |
1315 | 2024-12-05T01:53:40.945Z | Compiling futures-macro v0.3.30 |
1316 | 2024-12-05T01:53:42.160Z | Compiling hashbrown v0.14.5 |
1317 | 2024-12-05T01:53:42.222Z | Compiling pest v2.7.10 |
1318 | 2024-12-05T01:53:42.323Z | Compiling futures-util v0.3.30 |
1319 | 2024-12-05T01:53:42.927Z | Compiling openssl-macros v0.1.1 |
1320 | 2024-12-05T01:53:43.148Z | Compiling regex v1.10.6 |
1321 | 2024-12-05T01:53:43.640Z | Compiling scroll_derive v0.12.0 |
1322 | 2024-12-05T01:53:43.871Z | Compiling tracing-attributes v0.1.27 |
1323 | 2024-12-05T01:53:44.430Z | Compiling pest_meta v2.7.10 |
1324 | 2024-12-05T01:53:44.646Z | Compiling thread-id v4.2.1 |
1325 | 2024-12-05T01:53:44.751Z | Compiling regress v0.10.1 |
1326 | 2024-12-05T01:53:45.477Z | Compiling pest_generator v2.7.10 |
1327 | 2024-12-05T01:53:46.216Z | Compiling tracing v0.1.40 |
1328 | 2024-12-05T01:53:46.739Z | Compiling rustls-pki-types v1.7.0 |
1329 | 2024-12-05T01:53:46.763Z | Compiling percent-encoding v2.3.1 |
1330 | 2024-12-05T01:53:47.131Z | Compiling form_urlencoded v1.2.1 |
1331 | 2024-12-05T01:53:47.235Z | Compiling camino v1.1.9 |
1332 | 2024-12-05T01:53:47.259Z | Compiling pest_derive v2.7.10 |
1333 | 2024-12-05T01:53:47.542Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2024-12-05T01:53:47.727Z | Compiling bytes v1.7.2 |
1335 | 2024-12-05T01:53:48.041Z | Compiling indexmap v2.5.0 |
1336 | 2024-12-05T01:53:48.065Z | Compiling uuid v1.10.0 |
1337 | 2024-12-05T01:53:48.146Z | Compiling chrono v0.4.38 |
1338 | 2024-12-05T01:53:48.584Z | Compiling tokio v1.39.3 |
1339 | 2024-12-05T01:53:49.059Z | Compiling bitflags v2.6.0 |
1340 | 2024-12-05T01:53:49.083Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-05T01:53:49.455Z | Compiling http v1.1.0 |
1342 | 2024-12-05T01:53:50.460Z | Compiling tinyvec v1.6.0 |
1343 | 2024-12-05T01:53:51.118Z | Compiling usdt-impl v0.5.0 |
1344 | 2024-12-05T01:53:51.760Z | Compiling atomic-waker v1.1.2 |
1345 | 2024-12-05T01:53:51.864Z | Compiling zeroize v1.7.0 |
1346 | 2024-12-05T01:53:51.929Z | Compiling ppv-lite86 v0.2.17 |
1347 | 2024-12-05T01:53:52.132Z | Compiling http-body v1.0.1 |
1348 | 2024-12-05T01:53:52.344Z | Compiling unicode-normalization v0.1.23 |
1349 | 2024-12-05T01:53:52.498Z | Compiling rand_chacha v0.3.1 |
1350 | 2024-12-05T01:53:53.190Z | Compiling typify-impl v0.2.0 |
1351 | 2024-12-05T01:53:53.290Z | Compiling rustls-webpki v0.102.4 |
1352 | 2024-12-05T01:53:53.703Z | Compiling scroll v0.12.0 |
1353 | 2024-12-05T01:53:53.930Z | Compiling plain v0.2.3 |
1354 | 2024-12-05T01:53:54.061Z | Compiling unicode-bidi v0.3.15 |
1355 | 2024-12-05T01:53:54.243Z | Compiling try-lock v0.2.5 |
1356 | 2024-12-05T01:53:54.384Z | Compiling want v0.3.1 |
1357 | 2024-12-05T01:53:54.429Z | Compiling goblin v0.8.2 |
1358 | 2024-12-05T01:53:54.611Z | Compiling rand v0.8.5 |
1359 | 2024-12-05T01:53:55.840Z | Compiling tokio-util v0.7.11 |
1360 | 2024-12-05T01:53:56.159Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-12-05T01:53:56.677Z | Compiling h2 v0.4.6 |
1362 | 2024-12-05T01:53:57.361Z | Compiling strum_macros v0.26.2 |
1363 | 2024-12-05T01:53:58.529Z | Compiling base64 v0.22.1 |
1364 | 2024-12-05T01:53:59.088Z | Compiling omicron-workspace-hack v0.1.0 |
1365 | 2024-12-05T01:53:59.358Z | Compiling httpdate v1.0.3 |
1366 | 2024-12-05T01:53:59.435Z | Compiling pretty-hex v0.4.1 |
1367 | 2024-12-05T01:53:59.632Z | Compiling dof v0.3.0 |
1368 | 2024-12-05T01:53:59.965Z | Compiling idna v0.5.0 |
1369 | 2024-12-05T01:54:00.756Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-12-05T01:54:00.895Z | Compiling hyper v1.4.1 |
1371 | 2024-12-05T01:54:00.942Z | Compiling strsim v0.11.1 |
1372 | 2024-12-05T01:54:01.179Z | Compiling typify-macro v0.2.0 |
1373 | 2024-12-05T01:54:01.480Z | Compiling cpufeatures v0.2.12 |
1374 | 2024-12-05T01:54:01.581Z | Compiling rustls v0.22.4 |
1375 | 2024-12-05T01:54:01.912Z | Compiling tower-service v0.3.2 |
1376 | 2024-12-05T01:54:02.012Z | Compiling unsafe-libyaml v0.2.11 |
1377 | 2024-12-05T01:54:02.923Z | Compiling url v2.5.0 |
1378 | 2024-12-05T01:54:02.990Z | Compiling serde_yaml v0.9.34+deprecated |
1379 | 2024-12-05T01:54:03.261Z | Compiling hyper-util v0.1.9 |
1380 | 2024-12-05T01:54:04.011Z | Compiling typify v0.2.0 |
1381 | 2024-12-05T01:54:04.113Z | Compiling progenitor-impl v0.8.0 |
1382 | 2024-12-05T01:54:05.484Z | Compiling toml_datetime v0.6.8 |
1383 | 2024-12-05T01:54:05.832Z | Compiling async-trait v0.1.83 |
1384 | 2024-12-05T01:54:07.008Z | Compiling block-buffer v0.10.4 |
1385 | 2024-12-05T01:54:07.420Z | Compiling slog-async v2.8.0 |
1386 | 2024-12-05T01:54:07.513Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2024-12-05T01:54:07.612Z | Compiling foreign-types v0.3.2 |
1388 | 2024-12-05T01:54:07.825Z | Compiling digest v0.10.7 |
1389 | 2024-12-05T01:54:08.075Z | Compiling http-body-util v0.1.2 |
1390 | 2024-12-05T01:54:08.102Z | Compiling multer v3.1.0 |
1391 | 2024-12-05T01:54:08.199Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-12-05T01:54:08.403Z | Compiling mime v0.3.17 |
1393 | 2024-12-05T01:54:08.494Z | Compiling paste v1.0.15 |
1394 | 2024-12-05T01:54:08.576Z | Compiling progenitor-macro v0.8.0 |
1395 | 2024-12-05T01:54:08.806Z | Compiling ident_case v1.0.1 |
1396 | 2024-12-05T01:54:08.907Z | Compiling crossbeam-utils v0.8.19 |
1397 | 2024-12-05T01:54:08.955Z | Compiling darling_core v0.20.9 |
1398 | 2024-12-05T01:54:09.228Z | Compiling usdt-attr-macro v0.5.0 |
1399 | 2024-12-05T01:54:09.360Z | Compiling usdt-macro v0.5.0 |
1400 | 2024-12-05T01:54:10.497Z | Compiling rustls-pemfile v2.1.3 |
1401 | 2024-12-05T01:54:10.552Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2024-12-05T01:54:11.114Z | Compiling openssl-probe v0.1.5 |
1403 | 2024-12-05T01:54:13.065Z | Compiling darling_macro v0.20.9 |
1404 | 2024-12-05T01:54:13.495Z | Compiling async-stream-impl v0.3.5 |
1405 | 2024-12-05T01:54:14.662Z | Compiling dropshot v0.12.0 |
1406 | 2024-12-05T01:54:15.092Z | Compiling ipnet v2.9.0 |
1407 | 2024-12-05T01:54:17.270Z | Compiling powerfmt v0.2.0 |
1408 | 2024-12-05T01:54:17.346Z | Compiling tokio-rustls v0.26.0 |
1409 | 2024-12-05T01:54:17.660Z | Compiling deranged v0.3.11 |
1410 | 2024-12-05T01:54:18.434Z | Compiling tokio-native-tls v0.3.1 |
1411 | 2024-12-05T01:54:18.662Z | Compiling darling v0.20.9 |
1412 | 2024-12-05T01:54:18.968Z | Compiling serde_spanned v0.6.7 |
1413 | 2024-12-05T01:54:19.325Z | Compiling webpki-roots v0.26.3 |
1414 | 2024-12-05T01:54:19.353Z | Compiling futures-executor v0.3.30 |
1415 | 2024-12-05T01:54:21.604Z | Compiling num_threads v0.1.7 |
1416 | 2024-12-05T01:54:21.706Z | Compiling time v0.3.36 |
1417 | 2024-12-05T01:54:27.157Z | Compiling futures v0.3.30 |
1418 | 2024-12-05T01:54:27.251Z | Compiling hyper-rustls v0.27.3 |
1419 | 2024-12-05T01:54:28.262Z | Compiling serde_with_macros v3.9.0 |
1420 | 2024-12-05T01:54:28.911Z | Compiling hyper-tls v0.6.0 |
1421 | 2024-12-05T01:54:29.232Z | Compiling sha1 v0.10.6 |
1422 | 2024-12-05T01:54:29.804Z | Compiling strum v0.26.2 |
1423 | 2024-12-05T01:54:29.948Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-05T01:54:30.573Z | Compiling structmeta-derive v0.3.0 |
1425 | 2024-12-05T01:54:31.219Z | Compiling sync_wrapper v1.0.1 |
1426 | 2024-12-05T01:54:31.341Z | Compiling rustix v0.38.34 |
1427 | 2024-12-05T01:54:32.474Z | Compiling structmeta v0.3.0 |
1428 | 2024-12-05T01:54:32.882Z | Compiling reqwest v0.12.7 |
1429 | 2024-12-05T01:54:33.845Z | Compiling dirs-sys-next v0.1.2 |
1430 | 2024-12-05T01:54:34.308Z | Compiling errno v0.3.9 |
1431 | 2024-12-05T01:54:34.909Z | Compiling match_cfg v0.1.0 |
1432 | 2024-12-05T01:54:35.135Z | Compiling winnow v0.6.18 |
1433 | 2024-12-05T01:54:38.325Z | Compiling hostname v0.3.1 |
1434 | 2024-12-05T01:54:39.422Z | Compiling progenitor-client v0.8.0 |
1435 | 2024-12-05T01:54:40.071Z | Compiling dirs-next v2.0.0 |
1436 | 2024-12-05T01:54:41.576Z | Compiling parse-display-derive v0.10.0 |
1437 | 2024-12-05T01:54:42.342Z | Compiling ipnetwork v0.20.0 |
1438 | 2024-12-05T01:54:43.202Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1439 | 2024-12-05T01:54:43.858Z | Compiling thread_local v1.1.8 |
1440 | 2024-12-05T01:54:45.449Z | Compiling progenitor v0.8.0 |
1441 | 2024-12-05T01:54:45.548Z | Compiling term v0.7.0 |
1442 | 2024-12-05T01:54:46.360Z | Compiling crossbeam-channel v0.5.12 |
1443 | 2024-12-05T01:54:46.577Z | Compiling is-terminal v0.4.12 |
1444 | 2024-12-05T01:54:46.688Z | Compiling memmap v0.7.0 |
1445 | 2024-12-05T01:54:47.011Z | Compiling take_mut v0.2.2 |
1446 | 2024-12-05T01:54:48.784Z | Compiling usdt v0.5.0 |
1447 | 2024-12-05T01:54:49.658Z | Compiling slog-term v2.9.1 |
1448 | 2024-12-05T01:54:50.366Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1449 | 2024-12-05T01:54:50.887Z | Compiling toml_edit v0.22.20 |
1450 | 2024-12-05T01:54:51.031Z | Compiling slog-json v2.6.1 |
1451 | 2024-12-05T01:54:51.534Z | Compiling debug-ignore v1.0.5 |
1452 | 2024-12-05T01:54:51.826Z | Compiling winnow v0.5.40 |
1453 | 2024-12-05T01:54:53.152Z | Compiling slog-bunyan v2.5.0 |
1454 | 2024-12-05T01:54:53.364Z | Compiling tokio-rustls v0.25.0 |
1455 | 2024-12-05T01:54:53.711Z | Compiling toml v0.8.19 |
1456 | 2024-12-05T01:54:54.441Z | Compiling toml_edit v0.19.15 |
1457 | 2024-12-05T01:54:58.251Z | Compiling async-stream v0.3.5 |
1458 | 2024-12-05T01:54:58.484Z | Compiling waitgroup v0.1.2 |
1459 | 2024-12-05T01:54:58.646Z | Compiling serde_path_to_error v0.1.16 |
1460 | 2024-12-05T01:54:58.691Z | Compiling hostname v0.4.0 |
1461 | 2024-12-05T01:55:02.276Z | Compiling proc-macro-crate v1.3.1 |
1462 | 2024-12-05T01:55:02.852Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1463 | 2024-12-05T01:55:02.875Z | Compiling serde_with v3.9.0 |
1464 | 2024-12-05T01:55:04.212Z | Compiling newtype-uuid v1.1.0 |
1465 | 2024-12-05T01:55:04.894Z | Compiling unicode-width v0.1.14 |
1466 | 2024-12-05T01:55:05.927Z | Compiling hex v0.4.3 |
1467 | 2024-12-05T01:55:06.407Z | Compiling clap_derive v4.5.4 |
1468 | 2024-12-05T01:55:06.819Z | Compiling instant v0.1.12 |
1469 | 2024-12-05T01:55:06.954Z | Compiling utf8parse v0.2.1 |
1470 | 2024-12-05T01:55:07.085Z | Compiling lazy_static v1.5.0 |
1471 | 2024-12-05T01:55:07.345Z | Compiling anstyle-parse v0.2.4 |
1472 | 2024-12-05T01:55:07.659Z | Compiling backoff v0.4.0 |
1473 | 2024-12-05T01:55:08.439Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1474 | 2024-12-05T01:55:08.883Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1475 | 2024-12-05T01:55:09.063Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1476 | 2024-12-05T01:55:09.189Z | Compiling parse-display v0.10.0 |
1477 | 2024-12-05T01:55:09.304Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1478 | 2024-12-05T01:55:09.509Z | Compiling macaddr v1.0.1 |
1479 | 2024-12-05T01:55:09.537Z | Compiling regress v0.9.1 |
1480 | 2024-12-05T01:55:10.284Z | Compiling num-integer v0.1.46 |
1481 | 2024-12-05T01:55:10.802Z | Compiling anstyle v1.0.7 |
1482 | 2024-12-05T01:55:11.145Z | Compiling unicode-xid v0.2.4 |
1483 | 2024-12-05T01:55:11.225Z | Compiling anstyle-query v1.0.3 |
1484 | 2024-12-05T01:55:11.357Z | Compiling is_terminal_polyfill v1.70.0 |
1485 | 2024-12-05T01:55:11.473Z | Compiling colorchoice v1.0.1 |
1486 | 2024-12-05T01:55:11.523Z | Compiling crucible-workspace-hack v0.1.0 |
1487 | 2024-12-05T01:55:11.624Z | Compiling anstream v0.6.14 |
1488 | 2024-12-05T01:55:12.604Z | Compiling terminal_size v0.3.0 |
1489 | 2024-12-05T01:55:12.861Z | Compiling heapless v0.8.0 |
1490 | 2024-12-05T01:55:13.284Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1491 | 2024-12-05T01:55:14.230Z | Compiling clap_lex v0.7.0 |
1492 | 2024-12-05T01:55:14.668Z | Compiling clap_builder v4.5.2 |
1493 | 2024-12-05T01:55:15.506Z | Compiling num-bigint v0.4.5 |
1494 | 2024-12-05T01:55:15.734Z | Compiling num_enum_derive v0.5.11 |
1495 | 2024-12-05T01:55:16.459Z | Compiling hash32 v0.3.1 |
1496 | 2024-12-05T01:55:17.010Z | Compiling smoltcp v0.11.0 |
1497 | 2024-12-05T01:55:17.413Z | Compiling stable_deref_trait v1.2.0 |
1498 | 2024-12-05T01:55:17.524Z | Compiling fastrand v2.1.0 |
1499 | 2024-12-05T01:55:17.939Z | Compiling either v1.13.0 |
1500 | 2024-12-05T01:55:18.028Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1501 | 2024-12-05T01:55:18.295Z | Compiling clap v4.5.4 |
1502 | 2024-12-05T01:55:18.384Z | Compiling tempfile v3.10.1 |
1503 | 2024-12-05T01:55:18.408Z | Compiling num-rational v0.4.2 |
1504 | 2024-12-05T01:55:19.955Z | Compiling num_enum v0.5.11 |
1505 | 2024-12-05T01:55:20.493Z | Compiling synstructure v0.12.6 |
1506 | 2024-12-05T01:55:20.517Z | Compiling num-iter v0.1.45 |
1507 | 2024-12-05T01:55:20.775Z | Compiling num-complex v0.4.6 |
1508 | 2024-12-05T01:55:21.159Z | Compiling proc-macro-error-attr v1.0.4 |
1509 | 2024-12-05T01:55:21.457Z | Compiling cobs v0.2.3 |
1510 | 2024-12-05T01:55:21.490Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1511 | 2024-12-05T01:55:21.722Z | Compiling bitflags v1.3.2 |
1512 | 2024-12-05T01:55:21.790Z | Compiling managed v0.8.0 |
1513 | 2024-12-05T01:55:21.860Z | Compiling postcard v1.0.9 |
1514 | 2024-12-05T01:55:21.884Z | Compiling num v0.4.3 |
1515 | 2024-12-05T01:55:21.974Z | Compiling zerocopy-derive v0.2.0 |
1516 | 2024-12-05T01:55:22.877Z | Compiling foreign-types-macros v0.2.3 |
1517 | 2024-12-05T01:55:23.008Z | Compiling libz-sys v1.1.16 |
1518 | 2024-12-05T01:55:23.373Z | Compiling proc-macro-error v1.0.4 |
1519 | 2024-12-05T01:55:23.584Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1520 | 2024-12-05T01:55:23.701Z | Compiling pretty-hex v0.2.1 |
1521 | 2024-12-05T01:55:23.877Z | Compiling foreign-types-shared v0.3.1 |
1522 | 2024-12-05T01:55:23.901Z | Compiling prettyplease v0.2.22 |
1523 | 2024-12-05T01:55:23.997Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1524 | 2024-12-05T01:55:24.463Z | Compiling foreign-types v0.5.0 |
1525 | 2024-12-05T01:55:24.881Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-05T01:55:27.473Z | Compiling tabwriter v1.4.0 |
1527 | 2024-12-05T01:55:27.758Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1528 | 2024-12-05T01:55:27.839Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1529 | 2024-12-05T01:55:28.577Z | Compiling cstr-argument v0.1.2 |
1530 | 2024-12-05T01:55:28.601Z | Compiling data-encoding v2.6.0 |
1531 | 2024-12-05T01:55:28.685Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1532 | 2024-12-05T01:55:29.515Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1533 | 2024-12-05T01:55:30.725Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-05T01:55:31.147Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1535 | 2024-12-05T01:55:31.561Z | Compiling colored v2.1.0 |
1536 | 2024-12-05T01:55:32.303Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1537 | 2024-12-05T01:55:32.483Z | Compiling usdt-impl v0.3.5 |
1538 | 2024-12-05T01:55:32.642Z | Compiling float-ord v0.3.2 |
1539 | 2024-12-05T01:55:32.676Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1540 | 2024-12-05T01:55:32.749Z | Compiling unicode-segmentation v1.11.0 |
1541 | 2024-12-05T01:55:32.828Z | Compiling semver v0.1.20 |
1542 | 2024-12-05T01:55:33.002Z | Compiling static_assertions v1.1.0 |
1543 | 2024-12-05T01:55:33.094Z | Compiling rustc_version v0.1.7 |
1544 | 2024-12-05T01:55:33.243Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1545 | 2024-12-05T01:55:33.394Z | Compiling newline-converter v0.3.0 |
1546 | 2024-12-05T01:55:33.508Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1547 | 2024-12-05T01:55:34.332Z | Compiling zone_cfg_derive v0.3.0 |
1548 | 2024-12-05T01:55:35.768Z | Compiling camino-tempfile v1.1.1 |
1549 | 2024-12-05T01:55:36.345Z | Compiling itertools v0.10.5 |
1550 | 2024-12-05T01:55:36.667Z | Compiling console v0.15.8 |
1551 | 2024-12-05T01:55:39.025Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1552 | 2024-12-05T01:55:39.725Z | Compiling num-derive v0.4.2 |
1553 | 2024-12-05T01:55:40.476Z | Compiling sigpipe v0.1.3 |
1554 | 2024-12-05T01:55:40.915Z | Compiling base64ct v1.6.0 |
1555 | 2024-12-05T01:55:41.024Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1556 | 2024-12-05T01:55:41.321Z | Compiling similar v2.5.0 |
1557 | 2024-12-05T01:55:41.397Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1558 | 2024-12-05T01:55:41.462Z | Compiling password-hash v0.5.0 |
1559 | 2024-12-05T01:55:42.609Z | Compiling expectorate v1.1.0 |
1560 | 2024-12-05T01:55:42.821Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-05T01:55:43.071Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1562 | 2024-12-05T01:55:43.498Z | Compiling zone v0.3.0 |
1563 | 2024-12-05T01:55:45.268Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1564 | 2024-12-05T01:55:46.043Z | Compiling newtype_derive v0.1.6 |
1565 | 2024-12-05T01:55:46.159Z | Compiling zerocopy v0.3.2 |
1566 | 2024-12-05T01:55:46.361Z | Compiling blake2 v0.10.6 |
1567 | 2024-12-05T01:55:46.571Z | Compiling cargo-platform v0.1.8 |
1568 | 2024-12-05T01:55:46.595Z | Compiling hubpack_derive v0.1.1 |
1569 | 2024-12-05T01:55:46.945Z | Compiling smf v0.2.3 |
1570 | 2024-12-05T01:55:47.216Z | Compiling serde_repr v0.1.19 |
1571 | 2024-12-05T01:55:47.322Z | Compiling zerocopy-derive v0.6.6 |
1572 | 2024-12-05T01:55:48.140Z | Compiling vergen v8.3.2 |
1573 | 2024-12-05T01:55:48.164Z | Compiling cancel-safe-futures v0.1.5 |
1574 | 2024-12-05T01:55:48.459Z | Compiling base64 v0.21.7 |
1575 | 2024-12-05T01:55:48.497Z | Compiling fixedbitset v0.4.2 |
1576 | 2024-12-05T01:55:48.777Z | Compiling whoami v1.5.1 |
1577 | 2024-12-05T01:55:48.864Z | Compiling owo-colors v4.1.0 |
1578 | 2024-12-05T01:55:48.956Z | Compiling zerocopy v0.6.6 |
1579 | 2024-12-05T01:55:49.182Z | Compiling petgraph v0.6.5 |
1580 | 2024-12-05T01:55:49.333Z | Compiling hubpack v0.1.2 |
1581 | 2024-12-05T01:55:49.526Z | Compiling cargo_metadata v0.18.1 |
1582 | 2024-12-05T01:55:49.561Z | Compiling argon2 v0.5.3 |
1583 | 2024-12-05T01:55:49.713Z | Compiling dof v0.1.5 |
1584 | 2024-12-05T01:55:51.598Z | Compiling rustc_version v0.4.0 |
1585 | 2024-12-05T01:55:51.763Z | Compiling dtrace-parser v0.1.14 |
1586 | 2024-12-05T01:55:52.055Z | Compiling serde-big-array v0.5.1 |
1587 | 2024-12-05T01:55:52.192Z | Compiling strum_macros v0.25.3 |
1588 | 2024-12-05T01:55:52.279Z | Compiling libsqlite3-sys v0.30.1 |
1589 | 2024-12-05T01:55:52.503Z | Compiling cookie v0.18.1 |
1590 | 2024-12-05T01:55:52.745Z | Compiling slog-dtrace v0.3.0 |
1591 | 2024-12-05T01:55:52.826Z | Compiling convert_case v0.4.0 |
1592 | 2024-12-05T01:55:52.970Z | Compiling rustls v0.21.12 |
1593 | 2024-12-05T01:55:53.069Z | Compiling cfg_aliases v0.2.1 |
1594 | 2024-12-05T01:55:53.282Z | Compiling nix v0.29.0 |
1595 | 2024-12-05T01:55:53.380Z | Compiling derive_more v0.99.18 |
1596 | 2024-12-05T01:55:54.691Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1597 | 2024-12-05T01:55:54.823Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1598 | 2024-12-05T01:55:54.846Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1599 | 2024-12-05T01:55:56.162Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1600 | 2024-12-05T01:55:57.105Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1601 | 2024-12-05T01:55:57.589Z | Compiling atomicwrites v0.4.4 |
1602 | 2024-12-05T01:55:57.943Z | Compiling itertools v0.13.0 |
1603 | 2024-12-05T01:55:58.008Z | Compiling libsw v3.3.1 |
1604 | 2024-12-05T01:55:58.282Z | Compiling idna v0.4.0 |
1605 | 2024-12-05T01:55:58.423Z | Compiling serde_tokenstream v0.1.7 |
1606 | 2024-12-05T01:55:58.816Z | Compiling sct v0.7.1 |
1607 | 2024-12-05T01:55:59.177Z | Compiling rustls-webpki v0.101.7 |
1608 | 2024-12-05T01:56:00.712Z | Compiling derive-where v1.2.7 |
1609 | 2024-12-05T01:56:01.235Z | Compiling enum-as-inner v0.6.0 |
1610 | 2024-12-05T01:56:01.304Z | Compiling inout v0.1.3 |
1611 | 2024-12-05T01:56:01.499Z | Compiling swrite v0.1.0 |
1612 | 2024-12-05T01:56:01.622Z | Compiling quick-error v1.2.3 |
1613 | 2024-12-05T01:56:01.759Z | Compiling indent_write v2.2.0 |
1614 | 2024-12-05T01:56:01.943Z | Compiling highway v1.2.0 |
1615 | 2024-12-05T01:56:02.101Z | Compiling radium v0.7.0 |
1616 | 2024-12-05T01:56:02.125Z | Compiling utf-8 v0.7.6 |
1617 | 2024-12-05T01:56:02.215Z | Compiling linked-hash-map v0.5.6 |
1618 | 2024-12-05T01:56:02.403Z | Compiling linear-map v1.2.0 |
1619 | 2024-12-05T01:56:02.524Z | Compiling lru-cache v0.1.2 |
1620 | 2024-12-05T01:56:02.548Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1621 | 2024-12-05T01:56:02.706Z | Compiling tungstenite v0.21.0 |
1622 | 2024-12-05T01:56:02.741Z | Compiling hickory-proto v0.24.1 |
1623 | 2024-12-05T01:56:03.025Z | Compiling resolv-conf v0.7.0 |
1624 | 2024-12-05T01:56:03.050Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1625 | 2024-12-05T01:56:04.158Z | Compiling cipher v0.4.4 |
1626 | 2024-12-05T01:56:04.522Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1627 | 2024-12-05T01:56:06.544Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-12-05T01:56:09.946Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1629 | 2024-12-05T01:56:10.574Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1630 | 2024-12-05T01:56:12.235Z | Compiling git2 v0.19.0 |
1631 | 2024-12-05T01:56:12.290Z | Compiling steno v0.4.1 |
1632 | 2024-12-05T01:56:17.547Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-05T01:56:17.655Z | Compiling crossbeam-epoch v0.9.18 |
1634 | 2024-12-05T01:56:18.402Z | Compiling hashlink v0.9.1 |
1635 | 2024-12-05T01:56:18.480Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1636 | 2024-12-05T01:56:18.511Z | Compiling humantime v2.1.0 |
1637 | 2024-12-05T01:56:18.971Z | Compiling rayon-core v1.12.1 |
1638 | 2024-12-05T01:56:19.476Z | Compiling fallible-iterator v0.3.0 |
1639 | 2024-12-05T01:56:19.500Z | Compiling fallible-streaming-iterator v0.1.9 |
1640 | 2024-12-05T01:56:19.500Z | Compiling tap v1.0.1 |
1641 | 2024-12-05T01:56:19.623Z | Compiling wyz v0.5.1 |
1642 | 2024-12-05T01:56:19.917Z | Compiling rusqlite v0.32.1 |
1643 | 2024-12-05T01:56:19.975Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1644 | 2024-12-05T01:56:20.711Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1645 | 2024-12-05T01:56:20.986Z | Compiling crossbeam-deque v0.8.5 |
1646 | 2024-12-05T01:56:22.473Z | Compiling tokio-rustls v0.24.1 |
1647 | 2024-12-05T01:56:22.824Z | Compiling hickory-resolver v0.24.1 |
1648 | 2024-12-05T01:56:23.413Z | Compiling tokio-tungstenite v0.21.0 |
1649 | 2024-12-05T01:56:24.217Z | Compiling usdt-attr-macro v0.3.5 |
1650 | 2024-12-05T01:56:24.592Z | Compiling usdt-macro v0.3.5 |
1651 | 2024-12-05T01:56:25.322Z | Compiling rustls-pemfile v1.0.4 |
1652 | 2024-12-05T01:56:25.618Z | Compiling twox-hash v1.6.3 |
1653 | 2024-12-05T01:56:25.652Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1654 | 2024-12-05T01:56:25.904Z | Compiling num_enum_derive v0.7.2 |
1655 | 2024-12-05T01:56:26.396Z | Compiling universal-hash v0.5.1 |
1656 | 2024-12-05T01:56:26.581Z | Compiling atty v0.2.14 |
1657 | 2024-12-05T01:56:26.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1658 | 2024-12-05T01:56:27.675Z | Compiling funty v2.0.0 |
1659 | 2024-12-05T01:56:28.455Z | Compiling opaque-debug v0.3.1 |
1660 | 2024-12-05T01:56:28.548Z | Compiling polyval v0.6.2 |
1661 | 2024-12-05T01:56:28.862Z | Compiling bitvec v1.0.1 |
1662 | 2024-12-05T01:56:28.907Z | Compiling num_enum v0.7.2 |
1663 | 2024-12-05T01:56:29.061Z | Compiling usdt v0.3.5 |
1664 | 2024-12-05T01:56:29.432Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1665 | 2024-12-05T01:56:32.029Z | Compiling ctr v0.9.2 |
1666 | 2024-12-05T01:56:32.301Z | Compiling aes v0.8.4 |
1667 | 2024-12-05T01:56:32.699Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1668 | 2024-12-05T01:56:33.042Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1669 | 2024-12-05T01:56:33.985Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1670 | 2024-12-05T01:56:35.029Z | Compiling bincode v1.3.3 |
1671 | 2024-12-05T01:56:35.749Z | Compiling aead v0.5.2 |
1672 | 2024-12-05T01:56:36.011Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1673 | 2024-12-05T01:56:36.153Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1674 | 2024-12-05T01:56:36.494Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1675 | 2024-12-05T01:56:36.767Z | Compiling aes-gcm-siv v0.11.1 |
1676 | 2024-12-05T01:56:36.981Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1677 | 2024-12-05T01:56:37.135Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1678 | 2024-12-05T01:56:37.861Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1679 | 2024-12-05T01:56:38.326Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1680 | 2024-12-05T01:56:40.090Z | Compiling toml v0.7.8 |
1681 | 2024-12-05T01:56:44.090Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1682 | 2024-12-05T01:56:44.422Z | Compiling rayon v1.10.0 |
1683 | 2024-12-05T01:56:44.813Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1684 | 2024-12-05T01:56:45.106Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1685 | 2024-12-05T01:56:45.515Z | Compiling bitstruct_derive v0.1.0 |
1686 | 2024-12-05T01:56:46.382Z | Compiling async-recursion v1.1.1 |
1687 | 2024-12-05T01:56:46.508Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1688 | 2024-12-05T01:56:46.636Z | Compiling typeid v1.0.0 |
1689 | 2024-12-05T01:56:46.780Z | Compiling ringbuffer v0.15.0 |
1690 | 2024-12-05T01:56:47.300Z | Compiling ascii v1.1.0 |
1691 | 2024-12-05T01:56:47.487Z | Compiling erased-serde v0.4.5 |
1692 | 2024-12-05T01:56:47.880Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1693 | 2024-12-05T01:56:48.497Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1694 | 2024-12-05T01:56:48.639Z | Compiling bitstruct v0.1.1 |
1695 | 2024-12-05T01:56:48.758Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1696 | 2024-12-05T01:56:48.819Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1697 | 2024-12-05T01:56:49.149Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1698 | 2024-12-05T01:56:49.389Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1699 | 2024-12-05T01:56:49.610Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1700 | 2024-12-05T01:56:49.958Z | Compiling const_format_proc_macros v0.2.32 |
1701 | 2024-12-05T01:56:50.303Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1702 | 2024-12-05T01:56:51.222Z | Compiling serde_arrays v0.1.0 |
1703 | 2024-12-05T01:56:51.321Z | Compiling kstat-rs v0.2.4 |
1704 | 2024-12-05T01:56:51.396Z | Compiling libloading v0.7.4 |
1705 | 2024-12-05T01:56:51.731Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2024-12-05T01:56:52.034Z | Compiling const_format v0.2.32 |
1707 | 2024-12-05T01:56:52.964Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1708 | 2024-12-05T01:56:53.462Z | Compiling ron v0.8.1 |
1709 | 2024-12-05T01:56:53.724Z | Compiling bit_field v0.10.2 |
1710 | 2024-12-05T01:56:53.936Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1711 | 2024-12-05T01:56:56.761Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1712 | 2024-12-05T01:57:05.475Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1713 | 2024-12-05T01:57:07.114Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1714 | 2024-12-05T01:57:59.144Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1715 | 2024-12-05T01:57:59.274Z | |
1716 | 2024-12-05T01:57:59.274Z | real 4:32.287483768 |
1717 | 2024-12-05T01:57:59.274Z | user 31:51.903718790 |
1718 | 2024-12-05T01:57:59.274Z | sys 2:19.492414696 |
1719 | 2024-12-05T01:57:59.274Z | trap 0.901813406 |
1720 | 2024-12-05T01:57:59.274Z | tflt 1.310362270 |
1721 | 2024-12-05T01:57:59.274Z | dflt 0.560717776 |
1722 | 2024-12-05T01:57:59.274Z | kflt 0.000304246 |
1723 | 2024-12-05T01:57:59.274Z | lock 1:08:22.989561474 |
1724 | 2024-12-05T01:57:59.275Z | slp 1:54:55.708751170 |
1725 | 2024-12-05T01:57:59.299Z | lat 1:50.165685947 |
1726 | 2024-12-05T01:57:59.299Z | stop 2:11.564072216 |
1727 | 2024-12-05T01:57:59.299Z | + OUTDIR=/work/release |
1728 | 2024-12-05T01:57:59.299Z | + mkdir -p /work/release |
1729 | 2024-12-05T01:57:59.299Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1730 | 2024-12-05T01:57:59.299Z | + cp target/release/propolis-server /work/release/propolis-server |
1731 | 2024-12-05T01:57:59.364Z | process exited: duration 504972 ms, exit code 0 |
|
1732 | 2024-12-05T01:57:59.442Z | found 2 output files |
1733 | 2024-12-05T01:57:59.442Z | uploading: /work/release/propolis-cli (14434024 bytes) |
1734 | 2024-12-05T01:58:01.434Z | uploaded: /work/release/propolis-cli |
1735 | 2024-12-05T01:58:01.434Z | uploading: /work/release/propolis-server (58294440 bytes) |
1736 | 2024-12-05T01:58:16.676Z | uploaded: /work/release/propolis-server |