|
|
|
1 | 2024-12-17T17:54:31.331Z | job assigned to worker 01JFAW2NFED3AVAFNEYEV7X22G [factory gimlet-EVT22200007-propolis, EVT22200007/20490] (queued for 34 s) |
|
2 | 2024-12-17T17:54:39.073Z | starting task 0: "setup" |
3 | 2024-12-17T17:54:39.097Z | ++ uname -s |
4 | 2024-12-17T17:54:39.097Z | + kern=SunOS |
5 | 2024-12-17T17:54:39.097Z | + case "$kern" in |
6 | 2024-12-17T17:54:39.097Z | + groupadd -g 12345 build |
7 | 2024-12-17T17:54:39.097Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T17:54:41.097Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T17:54:41.132Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T17:54:41.155Z | + home_fs=zfs |
11 | 2024-12-17T17:54:41.155Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T17:54:41.155Z | + mkdir -p /home/build |
13 | 2024-12-17T17:54:41.155Z | + chown build:build /home/build /work |
14 | 2024-12-17T17:54:43.142Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T17:54:43.165Z | process exited: duration 4075 ms, exit code 0 |
|
16 | 2024-12-17T17:54:43.211Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T17:54:43.235Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T17:54:43.235Z | * toolchain channel = "stable" |
19 | 2024-12-17T17:54:43.235Z | * toolchain profile = "default" |
20 | 2024-12-17T17:54:43.235Z | ' stable |
21 | 2024-12-17T17:54:43.235Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-17T17:54:43.235Z | ' default |
23 | 2024-12-17T17:54:43.235Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T17:54:43.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-17T17:54:43.368Z | info: downloading installer |
26 | 2024-12-17T17:54:43.740Z | info: profile set to 'default' |
27 | 2024-12-17T17:54:43.740Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T17:54:43.763Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-17T17:54:43.829Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-17T17:54:43.829Z | info: downloading component 'cargo' |
31 | 2024-12-17T17:54:43.947Z | info: downloading component 'clippy' |
32 | 2024-12-17T17:54:43.993Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T17:54:44.144Z | info: downloading component 'rust-std' |
34 | 2024-12-17T17:54:44.385Z | info: downloading component 'rustc' |
35 | 2024-12-17T17:54:45.401Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T17:54:45.474Z | info: installing component 'cargo' |
37 | 2024-12-17T17:54:46.552Z | info: installing component 'clippy' |
38 | 2024-12-17T17:54:47.009Z | info: installing component 'rust-docs' |
39 | 2024-12-17T17:54:49.851Z | info: installing component 'rust-std' |
40 | 2024-12-17T17:54:51.749Z | info: installing component 'rustc' |
41 | 2024-12-17T17:54:58.450Z | info: installing component 'rustfmt' |
42 | 2024-12-17T17:54:58.825Z | |
43 | 2024-12-17T17:54:58.826Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-17T17:54:58.990Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-17T17:54:58.990Z | |
46 | 2024-12-17T17:54:58.990Z | |
47 | 2024-12-17T17:54:58.990Z | Rust is installed now. Great! |
48 | 2024-12-17T17:54:58.990Z | |
49 | 2024-12-17T17:54:58.990Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T17:54:58.990Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T17:54:58.990Z | |
52 | 2024-12-17T17:54:58.990Z | To configure your current shell, you need to source |
53 | 2024-12-17T17:54:58.990Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T17:54:58.990Z | |
55 | 2024-12-17T17:54:58.990Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T17:54:58.990Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T17:54:58.990Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T17:54:59.095Z | + rustc --version |
59 | 2024-12-17T17:54:59.209Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-17T17:54:59.233Z | process exited: duration 16002 ms, exit code 0 |
|
61 | 2024-12-17T17:54:59.280Z | starting task 2: "authentication" |
62 | 2024-12-17T17:54:59.335Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-12-17T17:54:59.382Z | starting task 3: "clone repository" |
64 | 2024-12-17T17:54:59.406Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-17T17:54:59.406Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-17T17:54:59.429Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-17T17:55:00.535Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-17T17:55:00.536Z | + git fetch origin 6046650360b6e71466c78b2fadfa32b67e7863ed |
69 | 2024-12-17T17:55:00.881Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-17T17:55:00.881Z | * branch 6046650360b6e71466c78b2fadfa32b67e7863ed -> FETCH_HEAD |
71 | 2024-12-17T17:55:00.905Z | + [[ -n gjcolombo/migration-failure-injection-spec ]] |
72 | 2024-12-17T17:55:00.905Z | ++ git branch --show-current |
73 | 2024-12-17T17:55:00.905Z | + current=master |
74 | 2024-12-17T17:55:00.905Z | + [[ master != gjcolombo/migration-failure-injection-spec ]] |
75 | 2024-12-17T17:55:00.905Z | + git branch -f gjcolombo/migration-failure-injection-spec 6046650360b6e71466c78b2fadfa32b67e7863ed |
76 | 2024-12-17T17:55:00.905Z | + git checkout -f gjcolombo/migration-failure-injection-spec |
77 | 2024-12-17T17:55:00.932Z | Switched to branch 'gjcolombo/migration-failure-injection-spec' |
78 | 2024-12-17T17:55:00.955Z | + git reset --hard 6046650360b6e71466c78b2fadfa32b67e7863ed |
79 | 2024-12-17T17:55:00.956Z | HEAD is now at 6046650 improve feature compiled out error |
80 | 2024-12-17T17:55:00.956Z | process exited: duration 1559 ms, exit code 0 |
|
81 | 2024-12-17T17:55:01.003Z | starting task 4: "build" |
82 | 2024-12-17T17:55:01.027Z | + cargo --version |
83 | 2024-12-17T17:55:01.084Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-17T17:55:01.107Z | + rustc --version |
85 | 2024-12-17T17:55:01.164Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-17T17:55:01.187Z | + banner check |
87 | 2024-12-17T17:55:01.187Z | |
88 | 2024-12-17T17:55:01.187Z | #### # # ###### #### # # |
89 | 2024-12-17T17:55:01.188Z | # # # # # # # # # |
90 | 2024-12-17T17:55:01.188Z | # ###### ##### # #### |
91 | 2024-12-17T17:55:01.188Z | # # # # # # # |
92 | 2024-12-17T17:55:01.188Z | # # # # # # # # # |
93 | 2024-12-17T17:55:01.188Z | #### # # ###### #### # # |
94 | 2024-12-17T17:55:01.188Z | |
95 | 2024-12-17T17:55:01.188Z | + ptime -m cargo check --features falcon |
96 | 2024-12-17T17:55:01.374Z | Updating crates.io index |
97 | 2024-12-17T17:55:01.397Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-17T17:55:03.197Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-17T17:55:10.083Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-17T17:55:10.473Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-17T17:55:10.811Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-17T17:55:11.158Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-17T17:55:11.635Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-17T17:55:12.045Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-17T17:55:12.676Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-17T17:55:13.116Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-17T17:55:13.515Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-17T17:55:14.152Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-17T17:55:15.178Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-17T17:55:15.908Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-17T17:55:16.642Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-17T17:55:17.076Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-17T17:55:17.616Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-17T17:55:18.047Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-17T17:55:19.484Z | Downloading crates ... |
116 | 2024-12-17T17:55:19.554Z | Downloaded bitstruct v0.1.1 |
117 | 2024-12-17T17:55:19.577Z | Downloaded atomicwrites v0.4.4 |
118 | 2024-12-17T17:55:19.577Z | Downloaded equivalent v1.0.1 |
119 | 2024-12-17T17:55:19.601Z | Downloaded omicron-workspace-hack v0.1.0 |
120 | 2024-12-17T17:55:19.601Z | Downloaded parse-display v0.10.0 |
121 | 2024-12-17T17:55:19.625Z | Downloaded pest_derive v2.7.10 |
122 | 2024-12-17T17:55:19.650Z | Downloaded http-body v1.0.1 |
123 | 2024-12-17T17:55:19.674Z | Downloaded take_mut v0.2.2 |
124 | 2024-12-17T17:55:19.674Z | Downloaded tinyvec_macros v0.1.1 |
125 | 2024-12-17T17:55:19.698Z | Downloaded tokio-native-tls v0.3.1 |
126 | 2024-12-17T17:55:19.722Z | Downloaded try-lock v0.2.5 |
127 | 2024-12-17T17:55:19.746Z | Downloaded futures-sink v0.3.30 |
128 | 2024-12-17T17:55:19.746Z | Downloaded instant v0.1.12 |
129 | 2024-12-17T17:55:19.769Z | Downloaded ipnet v2.9.0 |
130 | 2024-12-17T17:55:19.769Z | Downloaded futures v0.3.30 |
131 | 2024-12-17T17:55:19.792Z | Downloaded indexmap v2.5.0 |
132 | 2024-12-17T17:55:19.792Z | Downloaded usdt-macro v0.3.5 |
133 | 2024-12-17T17:55:19.792Z | Downloaded url v2.5.0 |
134 | 2024-12-17T17:55:19.818Z | Downloaded inout v0.1.3 |
135 | 2024-12-17T17:55:19.819Z | Downloaded openssl v0.10.66 |
136 | 2024-12-17T17:55:19.842Z | Downloaded futures-util v0.3.30 |
137 | 2024-12-17T17:55:19.842Z | Downloaded winnow v0.5.40 |
138 | 2024-12-17T17:55:19.866Z | Downloaded smoltcp v0.11.0 |
139 | 2024-12-17T17:55:19.866Z | Downloaded usdt-impl v0.3.5 |
140 | 2024-12-17T17:55:19.866Z | Downloaded idna v0.5.0 |
141 | 2024-12-17T17:55:19.889Z | Downloaded hickory-proto v0.24.1 |
142 | 2024-12-17T17:55:19.912Z | Downloaded rustls v0.22.4 |
143 | 2024-12-17T17:55:19.935Z | Downloaded vcpkg v0.2.15 |
144 | 2024-12-17T17:55:19.958Z | Downloaded zerocopy-derive v0.2.0 |
145 | 2024-12-17T17:55:19.981Z | Downloaded webpki-roots v0.26.3 |
146 | 2024-12-17T17:55:19.981Z | Downloaded unicode-width v0.1.14 |
147 | 2024-12-17T17:55:19.981Z | Downloaded zerocopy-derive v0.6.6 |
148 | 2024-12-17T17:55:20.005Z | Downloaded nix v0.29.0 |
149 | 2024-12-17T17:55:20.028Z | Downloaded nix v0.28.0 |
150 | 2024-12-17T17:55:20.028Z | Downloaded rustls v0.23.10 |
151 | 2024-12-17T17:55:20.051Z | Downloaded rustix v0.38.34 |
152 | 2024-12-17T17:55:20.075Z | Downloaded typify-impl v0.2.0 |
153 | 2024-12-17T17:55:20.098Z | Downloaded openapiv3 v2.0.0 |
154 | 2024-12-17T17:55:20.098Z | Downloaded regress v0.10.1 |
155 | 2024-12-17T17:55:20.121Z | Downloaded regex-syntax v0.8.4 |
156 | 2024-12-17T17:55:20.121Z | Downloaded regress v0.9.1 |
157 | 2024-12-17T17:55:20.145Z | Downloaded rustls v0.21.12 |
158 | 2024-12-17T17:55:20.145Z | Downloaded regex v1.10.6 |
159 | 2024-12-17T17:55:20.169Z | Downloaded regex-automata v0.4.6 |
160 | 2024-12-17T17:55:20.169Z | Downloaded idna v0.4.0 |
161 | 2024-12-17T17:55:20.193Z | Downloaded form_urlencoded v1.2.1 |
162 | 2024-12-17T17:55:20.193Z | Downloaded unicode-segmentation v1.11.0 |
163 | 2024-12-17T17:55:20.193Z | Downloaded git2 v0.19.0 |
164 | 2024-12-17T17:55:20.216Z | Downloaded syn v2.0.77 |
165 | 2024-12-17T17:55:20.216Z | Downloaded petgraph v0.6.5 |
166 | 2024-12-17T17:55:20.240Z | Downloaded syn v1.0.109 |
167 | 2024-12-17T17:55:20.263Z | Downloaded libc v0.2.159 |
168 | 2024-12-17T17:55:20.286Z | Downloaded steno v0.4.1 |
169 | 2024-12-17T17:55:20.286Z | Downloaded rustls-webpki v0.102.4 |
170 | 2024-12-17T17:55:20.310Z | Downloaded reqwest v0.12.7 |
171 | 2024-12-17T17:55:20.310Z | Downloaded usdt v0.3.5 |
172 | 2024-12-17T17:55:20.310Z | Downloaded unicode-normalization v0.1.23 |
173 | 2024-12-17T17:55:20.310Z | Downloaded tokio v1.39.3 |
174 | 2024-12-17T17:55:20.349Z | Downloaded tokio-util v0.7.11 |
175 | 2024-12-17T17:55:20.373Z | Downloaded memchr v2.7.2 |
176 | 2024-12-17T17:55:20.373Z | Downloaded itertools v0.13.0 |
177 | 2024-12-17T17:55:20.396Z | Downloaded serde_with v3.9.0 |
178 | 2024-12-17T17:55:20.397Z | Downloaded rustls-webpki v0.101.7 |
179 | 2024-12-17T17:55:20.420Z | Downloaded rayon v1.10.0 |
180 | 2024-12-17T17:55:20.420Z | Downloaded bstr v1.9.1 |
181 | 2024-12-17T17:55:20.420Z | Downloaded fatfs v0.3.6 |
182 | 2024-12-17T17:55:20.444Z | Downloaded vergen v8.3.2 |
183 | 2024-12-17T17:55:20.444Z | Downloaded usdt-attr-macro v0.3.5 |
184 | 2024-12-17T17:55:20.444Z | Downloaded unsafe-libyaml v0.2.11 |
185 | 2024-12-17T17:55:20.444Z | Downloaded encoding_rs v0.8.34 |
186 | 2024-12-17T17:55:20.467Z | Downloaded tracing v0.1.40 |
187 | 2024-12-17T17:55:20.468Z | Downloaded toml_edit v0.22.20 |
188 | 2024-12-17T17:55:20.491Z | Downloaded mio v1.0.2 |
189 | 2024-12-17T17:55:20.491Z | Downloaded itertools v0.10.5 |
190 | 2024-12-17T17:55:20.515Z | Downloaded rusqlite v0.32.1 |
191 | 2024-12-17T17:55:20.515Z | Downloaded quinn-proto v0.11.8 |
192 | 2024-12-17T17:55:20.515Z | Downloaded fallible-streaming-iterator v0.1.9 |
193 | 2024-12-17T17:55:20.515Z | Downloaded uuid v1.10.0 |
194 | 2024-12-17T17:55:20.515Z | Downloaded usdt-impl v0.5.0 |
195 | 2024-12-17T17:55:20.515Z | Downloaded toml_edit v0.19.15 |
196 | 2024-12-17T17:55:20.538Z | Downloaded libm v0.2.8 |
197 | 2024-12-17T17:55:20.561Z | Downloaded serde_json v1.0.128 |
198 | 2024-12-17T17:55:20.561Z | Downloaded escargot v0.5.10 |
199 | 2024-12-17T17:55:20.561Z | Downloaded foreign-types v0.5.0 |
200 | 2024-12-17T17:55:20.561Z | Downloaded whoami v1.5.1 |
201 | 2024-12-17T17:55:20.561Z | Downloaded utf-8 v0.7.6 |
202 | 2024-12-17T17:55:20.561Z | Downloaded unicode-bidi v0.3.15 |
203 | 2024-12-17T17:55:20.585Z | Downloaded typify v0.2.0 |
204 | 2024-12-17T17:55:20.585Z | Downloaded typenum v1.17.0 |
205 | 2024-12-17T17:55:20.585Z | Downloaded tungstenite v0.21.0 |
206 | 2024-12-17T17:55:20.585Z | Downloaded tracing-core v0.1.32 |
207 | 2024-12-17T17:55:20.585Z | Downloaded num-traits v0.2.19 |
208 | 2024-12-17T17:55:20.585Z | Downloaded time v0.3.36 |
209 | 2024-12-17T17:55:20.608Z | Downloaded hyper v1.4.1 |
210 | 2024-12-17T17:55:20.608Z | Downloaded dropshot v0.12.0 |
211 | 2024-12-17T17:55:20.631Z | Downloaded futures-task v0.3.30 |
212 | 2024-12-17T17:55:20.631Z | Downloaded futures-macro v0.3.30 |
213 | 2024-12-17T17:55:20.631Z | Downloaded futures-io v0.3.30 |
214 | 2024-12-17T17:55:20.631Z | Downloaded futures-executor v0.3.30 |
215 | 2024-12-17T17:55:20.631Z | Downloaded futures-core v0.3.30 |
216 | 2024-12-17T17:55:20.631Z | Downloaded futures-channel v0.3.30 |
217 | 2024-12-17T17:55:20.631Z | Downloaded funty v2.0.0 |
218 | 2024-12-17T17:55:20.631Z | Downloaded foreign-types-macros v0.2.3 |
219 | 2024-12-17T17:55:20.655Z | Downloaded fnv v1.0.7 |
220 | 2024-12-17T17:55:20.655Z | Downloaded float-ord v0.3.2 |
221 | 2024-12-17T17:55:20.655Z | Downloaded fixedbitset v0.4.2 |
222 | 2024-12-17T17:55:20.655Z | Downloaded filetime v0.2.23 |
223 | 2024-12-17T17:55:20.655Z | Downloaded fastrand v2.1.0 |
224 | 2024-12-17T17:55:20.655Z | Downloaded fallible-iterator v0.3.0 |
225 | 2024-12-17T17:55:20.655Z | Downloaded zone v0.3.0 |
226 | 2024-12-17T17:55:20.655Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
227 | 2024-12-17T17:55:20.712Z | Downloaded version_check v0.9.5 |
228 | 2024-12-17T17:55:20.735Z | Downloaded utf8parse v0.2.1 |
229 | 2024-12-17T17:55:20.735Z | Downloaded usdt-macro v0.5.0 |
230 | 2024-12-17T17:55:20.735Z | Downloaded usdt v0.5.0 |
231 | 2024-12-17T17:55:20.735Z | Downloaded universal-hash v0.5.1 |
232 | 2024-12-17T17:55:20.735Z | Downloaded unicode-xid v0.2.4 |
233 | 2024-12-17T17:55:20.735Z | Downloaded unicode-ident v1.0.13 |
234 | 2024-12-17T17:55:20.735Z | Downloaded ucd-trie v0.1.6 |
235 | 2024-12-17T17:55:20.735Z | Downloaded tracing-attributes v0.1.27 |
236 | 2024-12-17T17:55:20.735Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-12-17T17:55:20.735Z | Downloaded toml v0.8.19 |
238 | 2024-12-17T17:55:20.735Z | Downloaded toml v0.7.8 |
239 | 2024-12-17T17:55:20.735Z | Downloaded tokio-tungstenite v0.21.0 |
240 | 2024-12-17T17:55:20.759Z | Downloaded goblin v0.8.2 |
241 | 2024-12-17T17:55:20.759Z | Downloaded foreign-types-shared v0.3.1 |
242 | 2024-12-17T17:55:20.759Z | Downloaded foreign-types-shared v0.1.1 |
243 | 2024-12-17T17:55:20.759Z | Downloaded foreign-types v0.3.2 |
244 | 2024-12-17T17:55:20.759Z | Downloaded zone_cfg_derive v0.3.0 |
245 | 2024-12-17T17:55:20.759Z | Downloaded want v0.3.1 |
246 | 2024-12-17T17:55:20.759Z | Downloaded waitgroup v0.1.2 |
247 | 2024-12-17T17:55:20.759Z | Downloaded usdt-attr-macro v0.5.0 |
248 | 2024-12-17T17:55:20.759Z | Downloaded untrusted v0.9.0 |
249 | 2024-12-17T17:55:20.759Z | Downloaded typify-macro v0.2.0 |
250 | 2024-12-17T17:55:20.759Z | Downloaded typeid v1.0.0 |
251 | 2024-12-17T17:55:20.783Z | Downloaded twox-hash v1.6.3 |
252 | 2024-12-17T17:55:20.783Z | Downloaded tower-service v0.3.2 |
253 | 2024-12-17T17:55:20.783Z | Downloaded num_enum_derive v0.5.11 |
254 | 2024-12-17T17:55:20.783Z | Downloaded num_enum v0.7.2 |
255 | 2024-12-17T17:55:20.783Z | Downloaded num_enum v0.5.11 |
256 | 2024-12-17T17:55:20.783Z | Downloaded num-rational v0.4.2 |
257 | 2024-12-17T17:55:20.783Z | Downloaded num-iter v0.1.45 |
258 | 2024-12-17T17:55:20.783Z | Downloaded num-integer v0.1.46 |
259 | 2024-12-17T17:55:20.783Z | Downloaded num-derive v0.4.2 |
260 | 2024-12-17T17:55:20.806Z | Downloaded newtype-uuid v1.1.0 |
261 | 2024-12-17T17:55:20.806Z | Downloaded native-tls v0.2.11 |
262 | 2024-12-17T17:55:20.806Z | Downloaded multer v3.1.0 |
263 | 2024-12-17T17:55:20.806Z | Downloaded mime v0.3.17 |
264 | 2024-12-17T17:55:20.806Z | Downloaded memmap v0.7.0 |
265 | 2024-12-17T17:55:20.806Z | Downloaded managed v0.8.0 |
266 | 2024-12-17T17:55:20.806Z | Downloaded macaddr v1.0.1 |
267 | 2024-12-17T17:55:20.806Z | Downloaded log v0.4.22 |
268 | 2024-12-17T17:55:20.806Z | Downloaded lock_api v0.4.12 |
269 | 2024-12-17T17:55:20.806Z | Downloaded libsw v3.3.1 |
270 | 2024-12-17T17:55:20.807Z | Downloaded libloading v0.7.4 |
271 | 2024-12-17T17:55:20.807Z | Downloaded jobserver v0.1.31 |
272 | 2024-12-17T17:55:20.807Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-12-17T17:55:20.830Z | Downloaded ipnetwork v0.20.0 |
274 | 2024-12-17T17:55:20.831Z | Downloaded similar v2.5.0 |
275 | 2024-12-17T17:55:20.831Z | Downloaded serde_yaml v0.9.34+deprecated |
276 | 2024-12-17T17:55:20.831Z | Downloaded hashbrown v0.14.5 |
277 | 2024-12-17T17:55:20.831Z | Downloaded h2 v0.4.6 |
278 | 2024-12-17T17:55:20.831Z | Downloaded ron v0.8.1 |
279 | 2024-12-17T17:55:20.854Z | Downloaded rayon-core v1.12.1 |
280 | 2024-12-17T17:55:20.854Z | Downloaded rand v0.8.5 |
281 | 2024-12-17T17:55:20.854Z | Downloaded num-conv v0.1.0 |
282 | 2024-12-17T17:55:20.854Z | Downloaded newtype_derive v0.1.6 |
283 | 2024-12-17T17:55:20.854Z | Downloaded newline-converter v0.3.0 |
284 | 2024-12-17T17:55:20.878Z | Downloaded match_cfg v0.1.0 |
285 | 2024-12-17T17:55:20.878Z | Downloaded lru-cache v0.1.2 |
286 | 2024-12-17T17:55:20.878Z | Downloaded linked-hash-map v0.5.6 |
287 | 2024-12-17T17:55:20.878Z | Downloaded linear-map v1.2.0 |
288 | 2024-12-17T17:55:20.878Z | Downloaded lazy_static v1.5.0 |
289 | 2024-12-17T17:55:20.878Z | Downloaded kstat-rs v0.2.4 |
290 | 2024-12-17T17:55:20.878Z | Downloaded itoa v1.0.11 |
291 | 2024-12-17T17:55:20.878Z | Downloaded is_ci v1.2.0 |
292 | 2024-12-17T17:55:20.878Z | Downloaded is-terminal v0.4.12 |
293 | 2024-12-17T17:55:20.878Z | Downloaded tokio-rustls v0.26.0 |
294 | 2024-12-17T17:55:20.878Z | Downloaded tokio-rustls v0.25.0 |
295 | 2024-12-17T17:55:20.878Z | Downloaded tokio-rustls v0.24.1 |
296 | 2024-12-17T17:55:20.901Z | Downloaded tinyvec v1.6.0 |
297 | 2024-12-17T17:55:20.901Z | Downloaded time-macros v0.2.18 |
298 | 2024-12-17T17:55:20.901Z | Downloaded term v0.7.0 |
299 | 2024-12-17T17:55:20.901Z | Downloaded tempfile v3.10.1 |
300 | 2024-12-17T17:55:20.901Z | Downloaded tar v0.4.40 |
301 | 2024-12-17T17:55:20.901Z | Downloaded sha2 v0.10.8 |
302 | 2024-12-17T17:55:20.924Z | Downloaded indexmap v1.9.3 |
303 | 2024-12-17T17:55:20.924Z | Downloaded hyper-util v0.1.9 |
304 | 2024-12-17T17:55:20.924Z | Downloaded slog-dtrace v0.3.0 |
305 | 2024-12-17T17:55:20.924Z | Downloaded hashbrown v0.12.3 |
306 | 2024-12-17T17:55:20.924Z | Downloaded zerocopy v0.7.34 |
307 | 2024-12-17T17:55:20.948Z | Downloaded winnow v0.6.18 |
308 | 2024-12-17T17:55:20.948Z | Downloaded serde v1.0.210 |
309 | 2024-12-17T17:55:20.948Z | Downloaded schemars v0.8.21 |
310 | 2024-12-17T17:55:20.973Z | Downloaded pest_meta v2.7.10 |
311 | 2024-12-17T17:55:20.973Z | Downloaded chrono v0.4.38 |
312 | 2024-12-17T17:55:20.996Z | Downloaded blake2 v0.10.6 |
313 | 2024-12-17T17:55:20.996Z | Downloaded bitvec v1.0.1 |
314 | 2024-12-17T17:55:20.996Z | Downloaded tokio-macros v2.4.0 |
315 | 2024-12-17T17:55:20.996Z | Downloaded thread_local v1.1.8 |
316 | 2024-12-17T17:55:20.996Z | Downloaded thread-id v4.2.1 |
317 | 2024-12-17T17:55:21.019Z | Downloaded thiserror-impl v1.0.64 |
318 | 2024-12-17T17:55:21.019Z | Downloaded thiserror v1.0.64 |
319 | 2024-12-17T17:55:21.019Z | Downloaded terminal_size v0.3.0 |
320 | 2024-12-17T17:55:21.019Z | Downloaded slab v0.4.9 |
321 | 2024-12-17T17:55:21.019Z | Downloaded sigpipe v0.1.3 |
322 | 2024-12-17T17:55:21.019Z | Downloaded signal-hook-registry v1.4.2 |
323 | 2024-12-17T17:55:21.019Z | Downloaded sha1 v0.10.6 |
324 | 2024-12-17T17:55:21.019Z | Downloaded iana-time-zone v0.1.60 |
325 | 2024-12-17T17:55:21.020Z | Downloaded hyper-rustls v0.27.3 |
326 | 2024-12-17T17:55:21.020Z | Downloaded globset v0.4.14 |
327 | 2024-12-17T17:55:21.020Z | Downloaded getrandom v0.2.14 |
328 | 2024-12-17T17:55:21.043Z | Downloaded structmeta v0.3.0 |
329 | 2024-12-17T17:55:21.043Z | Downloaded socket2 v0.5.7 |
330 | 2024-12-17T17:55:21.043Z | Downloaded smf v0.2.3 |
331 | 2024-12-17T17:55:21.043Z | Downloaded http v1.1.0 |
332 | 2024-12-17T17:55:21.043Z | Downloaded hickory-resolver v0.24.1 |
333 | 2024-12-17T17:55:21.043Z | Downloaded heck v0.5.0 |
334 | 2024-12-17T17:55:21.043Z | Downloaded heapless v0.8.0 |
335 | 2024-12-17T17:55:21.043Z | Downloaded xattr v1.3.1 |
336 | 2024-12-17T17:55:21.043Z | Downloaded sct v0.7.1 |
337 | 2024-12-17T17:55:21.066Z | Downloaded ryu v1.0.18 |
338 | 2024-12-17T17:55:21.066Z | Downloaded resolv-conf v0.7.0 |
339 | 2024-12-17T17:55:21.066Z | Downloaded postcard v1.0.9 |
340 | 2024-12-17T17:55:21.066Z | Downloaded pin-project-lite v0.2.14 |
341 | 2024-12-17T17:55:21.067Z | Downloaded time-core v0.1.2 |
342 | 2024-12-17T17:55:21.067Z | Downloaded indent_write v2.2.0 |
343 | 2024-12-17T17:55:21.090Z | Downloaded ident_case v1.0.1 |
344 | 2024-12-17T17:55:21.090Z | Downloaded hyper-tls v0.6.0 |
345 | 2024-12-17T17:55:21.090Z | Downloaded humantime v2.1.0 |
346 | 2024-12-17T17:55:21.090Z | Downloaded libz-sys v1.1.16 |
347 | 2024-12-17T17:55:21.142Z | Downloaded glob v0.3.1 |
348 | 2024-12-17T17:55:21.165Z | Downloaded generic-array v0.14.7 |
349 | 2024-12-17T17:55:21.165Z | Downloaded tap v1.0.1 |
350 | 2024-12-17T17:55:21.165Z | Downloaded tabwriter v1.4.0 |
351 | 2024-12-17T17:55:21.165Z | Downloaded synstructure v0.12.6 |
352 | 2024-12-17T17:55:21.165Z | Downloaded supports-color v3.0.1 |
353 | 2024-12-17T17:55:21.165Z | Downloaded supports-color v2.1.0 |
354 | 2024-12-17T17:55:21.165Z | Downloaded subtle v2.5.0 |
355 | 2024-12-17T17:55:21.165Z | Downloaded strum_macros v0.26.2 |
356 | 2024-12-17T17:55:21.165Z | Downloaded structmeta-derive v0.3.0 |
357 | 2024-12-17T17:55:21.165Z | Downloaded static_assertions v1.1.0 |
358 | 2024-12-17T17:55:21.166Z | Downloaded stable_deref_trait v1.2.0 |
359 | 2024-12-17T17:55:21.166Z | Downloaded spin v0.9.8 |
360 | 2024-12-17T17:55:21.166Z | Downloaded smallvec v1.13.2 |
361 | 2024-12-17T17:55:21.189Z | Downloaded slog-term v2.9.1 |
362 | 2024-12-17T17:55:21.189Z | Downloaded slog v2.7.0 |
363 | 2024-12-17T17:55:21.189Z | Downloaded hubpack v0.1.2 |
364 | 2024-12-17T17:55:21.189Z | Downloaded hex v0.4.3 |
365 | 2024-12-17T17:55:21.189Z | Downloaded serde_with_macros v3.9.0 |
366 | 2024-12-17T17:55:21.189Z | Downloaded serde_tokenstream v0.2.2 |
367 | 2024-12-17T17:55:21.189Z | Downloaded serde_tokenstream v0.1.7 |
368 | 2024-12-17T17:55:21.189Z | Downloaded serde_spanned v0.6.7 |
369 | 2024-12-17T17:55:21.189Z | Downloaded serde_repr v0.1.19 |
370 | 2024-12-17T17:55:21.189Z | Downloaded serde_path_to_error v0.1.16 |
371 | 2024-12-17T17:55:21.189Z | Downloaded serde_derive_internals v0.29.1 |
372 | 2024-12-17T17:55:21.189Z | Downloaded serde_derive v1.0.210 |
373 | 2024-12-17T17:55:21.213Z | Downloaded serde_arrays v0.1.0 |
374 | 2024-12-17T17:55:21.213Z | Downloaded semver v1.0.23 |
375 | 2024-12-17T17:55:21.213Z | Downloaded scroll v0.12.0 |
376 | 2024-12-17T17:55:21.213Z | Downloaded ring v0.17.8 |
377 | 2024-12-17T17:55:21.271Z | Downloaded scopeguard v1.2.0 |
378 | 2024-12-17T17:55:21.295Z | Downloaded schemars_derive v0.8.21 |
379 | 2024-12-17T17:55:21.295Z | Downloaded rustversion v1.0.17 |
380 | 2024-12-17T17:55:21.295Z | Downloaded rustls-pki-types v1.7.0 |
381 | 2024-12-17T17:55:21.295Z | Downloaded rustls-pemfile v2.1.3 |
382 | 2024-12-17T17:55:21.295Z | Downloaded rustls-pemfile v1.0.4 |
383 | 2024-12-17T17:55:21.295Z | Downloaded rustc-hash v2.0.0 |
384 | 2024-12-17T17:55:21.295Z | Downloaded ringbuffer v0.15.0 |
385 | 2024-12-17T17:55:21.295Z | Downloaded rand_core v0.6.4 |
386 | 2024-12-17T17:55:21.295Z | Downloaded rand_chacha v0.3.1 |
387 | 2024-12-17T17:55:21.295Z | Downloaded radium v0.7.0 |
388 | 2024-12-17T17:55:21.295Z | Downloaded quote v1.0.37 |
389 | 2024-12-17T17:55:21.295Z | Downloaded quinn v0.11.5 |
390 | 2024-12-17T17:55:21.318Z | Downloaded pretty-hex v0.2.1 |
391 | 2024-12-17T17:55:21.318Z | Downloaded ppv-lite86 v0.2.17 |
392 | 2024-12-17T17:55:21.318Z | Downloaded powerfmt v0.2.0 |
393 | 2024-12-17T17:55:21.318Z | Downloaded polyval v0.6.2 |
394 | 2024-12-17T17:55:21.318Z | Downloaded plain v0.2.3 |
395 | 2024-12-17T17:55:21.318Z | Downloaded pkg-config v0.3.30 |
396 | 2024-12-17T17:55:21.318Z | Downloaded pin-utils v0.1.0 |
397 | 2024-12-17T17:55:21.318Z | Downloaded pest_generator v2.7.10 |
398 | 2024-12-17T17:55:21.318Z | Downloaded clap_builder v4.5.2 |
399 | 2024-12-17T17:55:21.318Z | Downloaded cancel-safe-futures v0.1.5 |
400 | 2024-12-17T17:55:21.342Z | Downloaded aho-corasick v1.1.3 |
401 | 2024-12-17T17:55:21.342Z | Downloaded sync_wrapper v1.0.1 |
402 | 2024-12-17T17:55:21.342Z | Downloaded swrite v0.1.0 |
403 | 2024-12-17T17:55:21.342Z | Downloaded strum_macros v0.25.3 |
404 | 2024-12-17T17:55:21.342Z | Downloaded strum v0.26.2 |
405 | 2024-12-17T17:55:21.342Z | Downloaded strsim v0.11.1 |
406 | 2024-12-17T17:55:21.342Z | Downloaded slog-json v2.6.1 |
407 | 2024-12-17T17:55:21.342Z | Downloaded slog-bunyan v2.5.0 |
408 | 2024-12-17T17:55:21.342Z | Downloaded slog-async v2.8.0 |
409 | 2024-12-17T17:55:21.342Z | Downloaded hubpack_derive v0.1.1 |
410 | 2024-12-17T17:55:21.342Z | Downloaded httpdate v1.0.3 |
411 | 2024-12-17T17:55:21.342Z | Downloaded httparse v1.8.0 |
412 | 2024-12-17T17:55:21.342Z | Downloaded http-body-util v0.1.2 |
413 | 2024-12-17T17:55:21.342Z | Downloaded hostname v0.4.0 |
414 | 2024-12-17T17:55:21.365Z | Downloaded hostname v0.3.1 |
415 | 2024-12-17T17:55:21.365Z | Downloaded highway v1.2.0 |
416 | 2024-12-17T17:55:21.365Z | Downloaded heck v0.4.1 |
417 | 2024-12-17T17:55:21.366Z | Downloaded hashlink v0.9.1 |
418 | 2024-12-17T17:55:21.366Z | Downloaded hash32 v0.3.1 |
419 | 2024-12-17T17:55:21.366Z | Downloaded zerocopy v0.6.6 |
420 | 2024-12-17T17:55:21.366Z | Downloaded libsqlite3-sys v0.30.1 |
421 | 2024-12-17T17:55:21.437Z | Downloaded serde_urlencoded v0.7.1 |
422 | 2024-12-17T17:55:21.461Z | Downloaded serde-big-array v0.5.1 |
423 | 2024-12-17T17:55:21.461Z | Downloaded semver v0.1.20 |
424 | 2024-12-17T17:55:21.461Z | Downloaded scroll_derive v0.12.0 |
425 | 2024-12-17T17:55:21.461Z | Downloaded rustc_version v0.4.0 |
426 | 2024-12-17T17:55:21.461Z | Downloaded rustc_version v0.1.7 |
427 | 2024-12-17T17:55:21.461Z | Downloaded quinn-udp v0.5.5 |
428 | 2024-12-17T17:55:21.461Z | Downloaded quick-error v1.2.3 |
429 | 2024-12-17T17:55:21.462Z | Downloaded progenitor v0.8.0 |
430 | 2024-12-17T17:55:21.462Z | Downloaded proc-macro2 v1.0.86 |
431 | 2024-12-17T17:55:21.462Z | Downloaded proc-macro-error-attr v1.0.4 |
432 | 2024-12-17T17:55:21.462Z | Downloaded proc-macro-crate v1.3.1 |
433 | 2024-12-17T17:55:21.462Z | Downloaded prettyplease v0.2.22 |
434 | 2024-12-17T17:55:21.462Z | Downloaded pest v2.7.10 |
435 | 2024-12-17T17:55:21.485Z | Downloaded percent-encoding v2.3.1 |
436 | 2024-12-17T17:55:21.486Z | Downloaded paste v1.0.15 |
437 | 2024-12-17T17:55:21.486Z | Downloaded parse-display-derive v0.10.0 |
438 | 2024-12-17T17:55:21.486Z | Downloaded owo-colors v4.1.0 |
439 | 2024-12-17T17:55:21.486Z | Downloaded openssl-probe v0.1.5 |
440 | 2024-12-17T17:55:21.486Z | Downloaded opaque-debug v0.3.1 |
441 | 2024-12-17T17:55:21.486Z | Downloaded num-bigint v0.4.5 |
442 | 2024-12-17T17:55:21.486Z | Downloaded expectorate v1.1.0 |
443 | 2024-12-17T17:55:21.486Z | Downloaded dtrace-parser v0.1.14 |
444 | 2024-12-17T17:55:21.486Z | Downloaded dof v0.1.5 |
445 | 2024-12-17T17:55:21.486Z | Downloaded base64 v0.21.7 |
446 | 2024-12-17T17:55:21.486Z | Downloaded aes v0.8.4 |
447 | 2024-12-17T17:55:21.509Z | Downloaded zeroize v1.7.0 |
448 | 2024-12-17T17:55:21.509Z | Downloaded zerocopy-derive v0.7.34 |
449 | 2024-12-17T17:55:21.509Z | Downloaded zerocopy v0.3.2 |
450 | 2024-12-17T17:55:21.509Z | Downloaded wyz v0.5.1 |
451 | 2024-12-17T17:55:21.509Z | Downloaded progenitor-macro v0.8.0 |
452 | 2024-12-17T17:55:21.509Z | Downloaded progenitor-impl v0.8.0 |
453 | 2024-12-17T17:55:21.510Z | Downloaded progenitor-client v0.8.0 |
454 | 2024-12-17T17:55:21.510Z | Downloaded proc-macro-error v1.0.4 |
455 | 2024-12-17T17:55:21.510Z | Downloaded pretty-hex v0.4.1 |
456 | 2024-12-17T17:55:21.510Z | Downloaded password-hash v0.5.0 |
457 | 2024-12-17T17:55:21.510Z | Downloaded parking_lot_core v0.9.10 |
458 | 2024-12-17T17:55:21.510Z | Downloaded openssl-sys v0.9.103 |
459 | 2024-12-17T17:55:21.533Z | Downloaded openssl-macros v0.1.1 |
460 | 2024-12-17T17:55:21.533Z | Downloaded once_cell v1.19.0 |
461 | 2024-12-17T17:55:21.533Z | Downloaded num-complex v0.4.6 |
462 | 2024-12-17T17:55:21.533Z | Downloaded derive-where v1.2.7 |
463 | 2024-12-17T17:55:21.533Z | Downloaded darling_core v0.20.9 |
464 | 2024-12-17T17:55:21.533Z | Downloaded crossbeam-epoch v0.9.18 |
465 | 2024-12-17T17:55:21.533Z | Downloaded crossbeam-channel v0.5.12 |
466 | 2024-12-17T17:55:21.533Z | Downloaded const_format v0.2.32 |
467 | 2024-12-17T17:55:21.556Z | Downloaded clap v4.5.4 |
468 | 2024-12-17T17:55:21.556Z | Downloaded cc v1.0.97 |
469 | 2024-12-17T17:55:21.557Z | Downloaded bytes v1.7.2 |
470 | 2024-12-17T17:55:21.557Z | Downloaded base64 v0.22.1 |
471 | 2024-12-17T17:55:21.580Z | Downloaded anyhow v1.0.89 |
472 | 2024-12-17T17:55:21.580Z | Downloaded parking_lot v0.12.2 |
473 | 2024-12-17T17:55:21.580Z | Downloaded num_enum_derive v0.7.2 |
474 | 2024-12-17T17:55:21.580Z | Downloaded num v0.4.3 |
475 | 2024-12-17T17:55:21.580Z | Downloaded erased-serde v0.4.5 |
476 | 2024-12-17T17:55:21.580Z | Downloaded embedded-io v0.6.1 |
477 | 2024-12-17T17:55:21.580Z | Downloaded dropshot_endpoint v0.12.0 |
478 | 2024-12-17T17:55:21.580Z | Downloaded derive_more v0.99.18 |
479 | 2024-12-17T17:55:21.580Z | Downloaded crossbeam-utils v0.8.19 |
480 | 2024-12-17T17:55:21.580Z | Downloaded cookie v0.18.1 |
481 | 2024-12-17T17:55:21.603Z | Downloaded clap_derive v4.5.4 |
482 | 2024-12-17T17:55:21.604Z | Downloaded bitflags v2.6.0 |
483 | 2024-12-17T17:55:21.604Z | Downloaded async-trait v0.1.83 |
484 | 2024-12-17T17:55:21.604Z | Downloaded anstream v0.6.14 |
485 | 2024-12-17T17:55:21.604Z | Downloaded allocator-api2 v0.2.18 |
486 | 2024-12-17T17:55:21.604Z | Downloaded ahash v0.8.11 |
487 | 2024-12-17T17:55:21.629Z | Downloaded errno v0.3.9 |
488 | 2024-12-17T17:55:21.629Z | Downloaded enum-as-inner v0.6.0 |
489 | 2024-12-17T17:55:21.629Z | Downloaded dyn-clone v1.0.17 |
490 | 2024-12-17T17:55:21.629Z | Downloaded dof v0.3.0 |
491 | 2024-12-17T17:55:21.629Z | Downloaded dirs-sys-next v0.1.2 |
492 | 2024-12-17T17:55:21.629Z | Downloaded dirs-next v2.0.0 |
493 | 2024-12-17T17:55:21.629Z | Downloaded deranged v0.3.11 |
494 | 2024-12-17T17:55:21.629Z | Downloaded defmt-parser v0.3.4 |
495 | 2024-12-17T17:55:21.629Z | Downloaded defmt-macros v0.3.9 |
496 | 2024-12-17T17:55:21.629Z | Downloaded darling v0.20.9 |
497 | 2024-12-17T17:55:21.629Z | Downloaded ctrlc v3.4.4 |
498 | 2024-12-17T17:55:21.629Z | Downloaded crypto-common v0.1.6 |
499 | 2024-12-17T17:55:21.629Z | Downloaded crossbeam-deque v0.8.5 |
500 | 2024-12-17T17:55:21.629Z | Downloaded cpufeatures v0.2.12 |
501 | 2024-12-17T17:55:21.653Z | Downloaded const_format_proc_macros v0.2.32 |
502 | 2024-12-17T17:55:21.653Z | Downloaded console v0.15.8 |
503 | 2024-12-17T17:55:21.653Z | Downloaded colored v2.1.0 |
504 | 2024-12-17T17:55:21.653Z | Downloaded clap_lex v0.7.0 |
505 | 2024-12-17T17:55:21.653Z | Downloaded cargo_metadata v0.18.1 |
506 | 2024-12-17T17:55:21.653Z | Downloaded camino-tempfile v1.1.1 |
507 | 2024-12-17T17:55:21.653Z | Downloaded camino v1.1.9 |
508 | 2024-12-17T17:55:21.653Z | Downloaded byteorder v1.5.0 |
509 | 2024-12-17T17:55:21.653Z | Downloaded bitflags v1.3.2 |
510 | 2024-12-17T17:55:21.653Z | Downloaded bincode v1.3.3 |
511 | 2024-12-17T17:55:21.653Z | Downloaded base64ct v1.6.0 |
512 | 2024-12-17T17:55:21.653Z | Downloaded backoff v0.4.0 |
513 | 2024-12-17T17:55:21.677Z | Downloaded autocfg v1.3.0 |
514 | 2024-12-17T17:55:21.677Z | Downloaded async-recursion v1.1.1 |
515 | 2024-12-17T17:55:21.677Z | Downloaded ascii v1.1.0 |
516 | 2024-12-17T17:55:21.677Z | Downloaded argon2 v0.5.3 |
517 | 2024-12-17T17:55:21.677Z | Downloaded num_threads v0.1.7 |
518 | 2024-12-17T17:55:21.677Z | Downloaded embedded-io v0.4.0 |
519 | 2024-12-17T17:55:21.677Z | Downloaded either v1.13.0 |
520 | 2024-12-17T17:55:21.677Z | Downloaded digest v0.10.7 |
521 | 2024-12-17T17:55:21.677Z | Downloaded debug-ignore v1.0.5 |
522 | 2024-12-17T17:55:21.677Z | Downloaded data-encoding v2.6.0 |
523 | 2024-12-17T17:55:21.677Z | Downloaded ctr v0.9.2 |
524 | 2024-12-17T17:55:21.677Z | Downloaded colorchoice v1.0.1 |
525 | 2024-12-17T17:55:21.677Z | Downloaded cobs v0.2.3 |
526 | 2024-12-17T17:55:21.677Z | Downloaded cipher v0.4.4 |
527 | 2024-12-17T17:55:21.701Z | Downloaded cfg-if v1.0.0 |
528 | 2024-12-17T17:55:21.701Z | Downloaded cargo-platform v0.1.8 |
529 | 2024-12-17T17:55:21.701Z | Downloaded block-buffer v0.10.4 |
530 | 2024-12-17T17:55:21.701Z | Downloaded bitstruct_derive v0.1.0 |
531 | 2024-12-17T17:55:21.701Z | Downloaded atomic-waker v1.1.2 |
532 | 2024-12-17T17:55:21.701Z | Downloaded async-stream v0.3.5 |
533 | 2024-12-17T17:55:21.701Z | Downloaded anstyle-query v1.0.3 |
534 | 2024-12-17T17:55:21.701Z | Downloaded anstyle-parse v0.2.4 |
535 | 2024-12-17T17:55:21.701Z | Downloaded anstyle v1.0.7 |
536 | 2024-12-17T17:55:21.701Z | Downloaded aes-gcm-siv v0.11.1 |
537 | 2024-12-17T17:55:21.701Z | Downloaded aead v0.5.2 |
538 | 2024-12-17T17:55:21.702Z | Downloaded dtrace-parser v0.2.0 |
539 | 2024-12-17T17:55:21.702Z | Downloaded defmt v0.3.8 |
540 | 2024-12-17T17:55:21.702Z | Downloaded darling_macro v0.20.9 |
541 | 2024-12-17T17:55:21.702Z | Downloaded cstr-argument v0.1.2 |
542 | 2024-12-17T17:55:21.702Z | Downloaded crucible-workspace-hack v0.1.0 |
543 | 2024-12-17T17:55:21.702Z | Downloaded convert_case v0.4.0 |
544 | 2024-12-17T17:55:21.702Z | Downloaded cfg_aliases v0.2.1 |
545 | 2024-12-17T17:55:21.702Z | Downloaded cfg_aliases v0.1.1 |
546 | 2024-12-17T17:55:21.725Z | Downloaded bit_field v0.10.2 |
547 | 2024-12-17T17:55:21.725Z | Downloaded atty v0.2.14 |
548 | 2024-12-17T17:55:21.725Z | Downloaded async-stream-impl v0.3.5 |
549 | 2024-12-17T17:55:21.941Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-17T17:55:21.941Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-17T17:55:21.964Z | Compiling libc v0.2.159 |
552 | 2024-12-17T17:55:21.964Z | Compiling serde v1.0.210 |
553 | 2024-12-17T17:55:21.965Z | Compiling version_check v0.9.5 |
554 | 2024-12-17T17:55:21.965Z | Compiling autocfg v1.3.0 |
555 | 2024-12-17T17:55:21.965Z | Checking cfg-if v1.0.0 |
556 | 2024-12-17T17:55:21.965Z | Compiling once_cell v1.19.0 |
557 | 2024-12-17T17:55:22.202Z | Compiling serde_json v1.0.128 |
558 | 2024-12-17T17:55:22.229Z | Compiling thiserror v1.0.64 |
559 | 2024-12-17T17:55:22.433Z | Compiling memchr v2.7.2 |
560 | 2024-12-17T17:55:22.625Z | Compiling ahash v0.8.11 |
561 | 2024-12-17T17:55:22.771Z | Compiling libm v0.2.8 |
562 | 2024-12-17T17:55:23.130Z | Compiling byteorder v1.5.0 |
563 | 2024-12-17T17:55:23.154Z | Compiling itoa v1.0.11 |
564 | 2024-12-17T17:55:23.350Z | Compiling lock_api v0.4.12 |
565 | 2024-12-17T17:55:23.492Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-17T17:55:23.621Z | Compiling ryu v1.0.18 |
567 | 2024-12-17T17:55:23.654Z | Checking getrandom v0.2.14 |
568 | 2024-12-17T17:55:23.719Z | Compiling jobserver v0.1.31 |
569 | 2024-12-17T17:55:23.796Z | Compiling slab v0.4.9 |
570 | 2024-12-17T17:55:23.994Z | Compiling quote v1.0.37 |
571 | 2024-12-17T17:55:24.066Z | Compiling allocator-api2 v0.2.18 |
572 | 2024-12-17T17:55:24.117Z | Compiling schemars v0.8.21 |
573 | 2024-12-17T17:55:24.162Z | Compiling pkg-config v0.3.30 |
574 | 2024-12-17T17:55:24.333Z | Compiling cc v1.0.97 |
575 | 2024-12-17T17:55:24.491Z | Compiling syn v2.0.77 |
576 | 2024-12-17T17:55:24.600Z | Compiling vcpkg v0.2.15 |
577 | 2024-12-17T17:55:24.625Z | Compiling num-traits v0.2.19 |
578 | 2024-12-17T17:55:24.650Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-17T17:55:24.788Z | Compiling log v0.4.22 |
580 | 2024-12-17T17:55:24.850Z | Checking smallvec v1.13.2 |
581 | 2024-12-17T17:55:25.225Z | Compiling equivalent v1.0.1 |
582 | 2024-12-17T17:55:25.269Z | Checking scopeguard v1.2.0 |
583 | 2024-12-17T17:55:25.331Z | Checking mio v1.0.2 |
584 | 2024-12-17T17:55:25.424Z | Checking socket2 v0.5.7 |
585 | 2024-12-17T17:55:25.558Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-12-17T17:55:25.705Z | Checking parking_lot v0.12.2 |
587 | 2024-12-17T17:55:25.765Z | Compiling typenum v1.17.0 |
588 | 2024-12-17T17:55:25.819Z | Compiling httparse v1.8.0 |
589 | 2024-12-17T17:55:25.846Z | Compiling generic-array v0.14.7 |
590 | 2024-12-17T17:55:25.984Z | Compiling fnv v1.0.7 |
591 | 2024-12-17T17:55:26.213Z | Checking futures-core v0.3.30 |
592 | 2024-12-17T17:55:26.277Z | Checking iana-time-zone v0.1.60 |
593 | 2024-12-17T17:55:26.421Z | Compiling semver v1.0.23 |
594 | 2024-12-17T17:55:26.460Z | Checking rand_core v0.6.4 |
595 | 2024-12-17T17:55:26.598Z | Compiling ucd-trie v0.1.6 |
596 | 2024-12-17T17:55:26.622Z | Checking futures-sink v0.3.30 |
597 | 2024-12-17T17:55:26.645Z | Compiling slog v2.7.0 |
598 | 2024-12-17T17:55:26.779Z | Compiling ring v0.17.8 |
599 | 2024-12-17T17:55:26.802Z | Compiling openssl-sys v0.9.103 |
600 | 2024-12-17T17:55:26.862Z | Compiling heck v0.5.0 |
601 | 2024-12-17T17:55:26.908Z | Checking dyn-clone v1.0.17 |
602 | 2024-12-17T17:55:27.042Z | Checking subtle v2.5.0 |
603 | 2024-12-17T17:55:27.194Z | Checking futures-channel v0.3.30 |
604 | 2024-12-17T17:55:27.218Z | Checking futures-io v0.3.30 |
605 | 2024-12-17T17:55:27.241Z | Checking pin-utils v0.1.0 |
606 | 2024-12-17T17:55:27.323Z | Checking futures-task v0.3.30 |
607 | 2024-12-17T17:55:27.347Z | Compiling rustversion v1.0.17 |
608 | 2024-12-17T17:55:27.484Z | Compiling syn v1.0.109 |
609 | 2024-12-17T17:55:27.514Z | Compiling openssl v0.10.66 |
610 | 2024-12-17T17:55:27.835Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-17T17:55:28.153Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-17T17:55:28.364Z | Compiling heck v0.4.1 |
613 | 2024-12-17T17:55:28.847Z | Compiling rustls v0.23.10 |
614 | 2024-12-17T17:55:29.164Z | Compiling native-tls v0.2.11 |
615 | 2024-12-17T17:55:29.241Z | Checking spin v0.9.8 |
616 | 2024-12-17T17:55:29.423Z | Checking untrusted v0.9.0 |
617 | 2024-12-17T17:55:29.510Z | Compiling serde_derive_internals v0.29.1 |
618 | 2024-12-17T17:55:29.559Z | Compiling anyhow v1.0.89 |
619 | 2024-12-17T17:55:29.622Z | Compiling num-conv v0.1.0 |
620 | 2024-12-17T17:55:29.855Z | Compiling time-core v0.1.2 |
621 | 2024-12-17T17:55:30.003Z | Compiling time-macros v0.2.18 |
622 | 2024-12-17T17:55:30.322Z | Checking tracing-core v0.1.32 |
623 | 2024-12-17T17:55:30.853Z | Compiling regex-automata v0.4.6 |
624 | 2024-12-17T17:55:30.877Z | Checking crypto-common v0.1.6 |
625 | 2024-12-17T17:55:31.042Z | Compiling thread-id v4.2.1 |
626 | 2024-12-17T17:55:31.162Z | Compiling camino v1.1.9 |
627 | 2024-12-17T17:55:31.451Z | Checking percent-encoding v2.3.1 |
628 | 2024-12-17T17:55:31.640Z | Checking rustls-pki-types v1.7.0 |
629 | 2024-12-17T17:55:31.798Z | Checking form_urlencoded v1.2.1 |
630 | 2024-12-17T17:55:31.996Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-12-17T17:55:32.019Z | Checking zeroize v1.7.0 |
632 | 2024-12-17T17:55:32.125Z | Checking tinyvec v1.6.0 |
633 | 2024-12-17T17:55:32.169Z | Checking ppv-lite86 v0.2.17 |
634 | 2024-12-17T17:55:32.235Z | Checking atomic-waker v1.1.2 |
635 | 2024-12-17T17:55:32.716Z | Checking rand_chacha v0.3.1 |
636 | 2024-12-17T17:55:32.776Z | Compiling usdt-impl v0.5.0 |
637 | 2024-12-17T17:55:33.031Z | Compiling serde_derive v1.0.210 |
638 | 2024-12-17T17:55:33.055Z | Compiling zerocopy-derive v0.7.34 |
639 | 2024-12-17T17:55:33.134Z | Compiling thiserror-impl v1.0.64 |
640 | 2024-12-17T17:55:33.197Z | Compiling tokio-macros v2.4.0 |
641 | 2024-12-17T17:55:33.521Z | Compiling schemars_derive v0.8.21 |
642 | 2024-12-17T17:55:34.311Z | Compiling futures-macro v0.3.30 |
643 | 2024-12-17T17:55:34.513Z | Compiling zerocopy v0.7.34 |
644 | 2024-12-17T17:55:35.624Z | Compiling pest v2.7.10 |
645 | 2024-12-17T17:55:35.682Z | Checking futures-util v0.3.30 |
646 | 2024-12-17T17:55:35.875Z | Compiling hashbrown v0.14.5 |
647 | 2024-12-17T17:55:36.078Z | Compiling openssl-macros v0.1.1 |
648 | 2024-12-17T17:55:36.102Z | Compiling regex v1.10.6 |
649 | 2024-12-17T17:55:36.389Z | Compiling scroll_derive v0.12.0 |
650 | 2024-12-17T17:55:36.720Z | Compiling tracing-attributes v0.1.27 |
651 | 2024-12-17T17:55:36.806Z | Compiling regress v0.10.1 |
652 | 2024-12-17T17:55:36.839Z | Checking rustls-webpki v0.102.4 |
653 | 2024-12-17T17:55:37.397Z | Checking unicode-normalization v0.1.23 |
654 | 2024-12-17T17:55:37.444Z | Checking unicode-bidi v0.3.15 |
655 | 2024-12-17T17:55:37.468Z | Compiling scroll v0.12.0 |
656 | 2024-12-17T17:55:37.812Z | Compiling pest_meta v2.7.10 |
657 | 2024-12-17T17:55:37.887Z | Checking try-lock v0.2.5 |
658 | 2024-12-17T17:55:37.926Z | Compiling plain v0.2.3 |
659 | 2024-12-17T17:55:38.063Z | Compiling goblin v0.8.2 |
660 | 2024-12-17T17:55:38.086Z | Checking want v0.3.1 |
661 | 2024-12-17T17:55:38.367Z | Checking rand v0.8.5 |
662 | 2024-12-17T17:55:39.012Z | Compiling pest_generator v2.7.10 |
663 | 2024-12-17T17:55:39.121Z | Checking tracing v0.1.40 |
664 | 2024-12-17T17:55:39.269Z | Compiling strum_macros v0.26.2 |
665 | 2024-12-17T17:55:39.371Z | Checking base64 v0.22.1 |
666 | 2024-12-17T17:55:39.739Z | Compiling pretty-hex v0.4.1 |
667 | 2024-12-17T17:55:39.925Z | Checking httpdate v1.0.3 |
668 | 2024-12-17T17:55:40.084Z | Checking idna v0.5.0 |
669 | 2024-12-17T17:55:40.114Z | Checking tower-service v0.3.2 |
670 | 2024-12-17T17:55:40.201Z | Compiling strsim v0.11.1 |
671 | 2024-12-17T17:55:40.224Z | Checking cpufeatures v0.2.12 |
672 | 2024-12-17T17:55:40.302Z | Compiling unsafe-libyaml v0.2.11 |
673 | 2024-12-17T17:55:40.683Z | Compiling pest_derive v2.7.10 |
674 | 2024-12-17T17:55:40.730Z | Compiling omicron-workspace-hack v0.1.0 |
675 | 2024-12-17T17:55:40.754Z | Checking url v2.5.0 |
676 | 2024-12-17T17:55:41.037Z | Compiling async-trait v0.1.83 |
677 | 2024-12-17T17:55:41.355Z | Checking block-buffer v0.10.4 |
678 | 2024-12-17T17:55:41.379Z | Compiling dtrace-parser v0.2.0 |
679 | 2024-12-17T17:55:41.549Z | Compiling rustls v0.22.4 |
680 | 2024-12-17T17:55:41.602Z | Checking bytes v1.7.2 |
681 | 2024-12-17T17:55:41.831Z | Checking bitflags v2.6.0 |
682 | 2024-12-17T17:55:42.231Z | Compiling indexmap v2.5.0 |
683 | 2024-12-17T17:55:42.257Z | Checking tokio v1.39.3 |
684 | 2024-12-17T17:55:42.611Z | Checking chrono v0.4.38 |
685 | 2024-12-17T17:55:42.679Z | Checking uuid v1.10.0 |
686 | 2024-12-17T17:55:43.055Z | Compiling serde_tokenstream v0.2.2 |
687 | 2024-12-17T17:55:43.245Z | Compiling http v1.1.0 |
688 | 2024-12-17T17:55:43.851Z | Compiling openapiv3 v2.0.0 |
689 | 2024-12-17T17:55:44.261Z | Compiling dof v0.3.0 |
690 | 2024-12-17T17:55:44.520Z | Compiling serde_yaml v0.9.34+deprecated |
691 | 2024-12-17T17:55:44.815Z | Checking http-body v1.0.1 |
692 | 2024-12-17T17:55:44.991Z | Compiling toml_datetime v0.6.8 |
693 | 2024-12-17T17:55:45.341Z | Checking foreign-types-shared v0.1.1 |
694 | 2024-12-17T17:55:45.447Z | Checking foreign-types v0.3.2 |
695 | 2024-12-17T17:55:45.535Z | Checking http-body-util v0.1.2 |
696 | 2024-12-17T17:55:45.780Z | Checking digest v0.10.7 |
697 | 2024-12-17T17:55:46.060Z | Checking encoding_rs v0.8.34 |
698 | 2024-12-17T17:55:46.742Z | Compiling typify-impl v0.2.0 |
699 | 2024-12-17T17:55:46.787Z | Compiling paste v1.0.15 |
700 | 2024-12-17T17:55:47.031Z | Compiling ident_case v1.0.1 |
701 | 2024-12-17T17:55:47.142Z | Compiling crossbeam-utils v0.8.19 |
702 | 2024-12-17T17:55:47.201Z | Checking mime v0.3.17 |
703 | 2024-12-17T17:55:47.455Z | Compiling slog-async v2.8.0 |
704 | 2024-12-17T17:55:47.616Z | Compiling darling_core v0.20.9 |
705 | 2024-12-17T17:55:47.667Z | Compiling usdt-attr-macro v0.5.0 |
706 | 2024-12-17T17:55:47.691Z | Checking tokio-util v0.7.11 |
707 | 2024-12-17T17:55:47.808Z | Compiling usdt-macro v0.5.0 |
708 | 2024-12-17T17:55:47.941Z | Checking serde_urlencoded v0.7.1 |
709 | 2024-12-17T17:55:48.301Z | Checking h2 v0.4.6 |
710 | 2024-12-17T17:55:48.595Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-12-17T17:55:48.928Z | Compiling multer v3.1.0 |
712 | 2024-12-17T17:55:49.141Z | Compiling rustix v0.38.34 |
713 | 2024-12-17T17:55:49.216Z | Checking openssl-probe v0.1.5 |
714 | 2024-12-17T17:55:50.639Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-12-17T17:55:51.525Z | Checking hyper v1.4.1 |
716 | 2024-12-17T17:55:51.617Z | Checking errno v0.3.9 |
717 | 2024-12-17T17:55:51.665Z | Compiling darling_macro v0.20.9 |
718 | 2024-12-17T17:55:51.815Z | Checking powerfmt v0.2.0 |
719 | 2024-12-17T17:55:51.875Z | Checking ipnet v2.9.0 |
720 | 2024-12-17T17:55:52.133Z | Checking deranged v0.3.11 |
721 | 2024-12-17T17:55:52.169Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-12-17T17:55:52.461Z | Compiling darling v0.20.9 |
723 | 2024-12-17T17:55:52.562Z | Checking serde_spanned v0.6.7 |
724 | 2024-12-17T17:55:52.626Z | Checking futures-executor v0.3.30 |
725 | 2024-12-17T17:55:52.821Z | Checking webpki-roots v0.26.3 |
726 | 2024-12-17T17:55:53.088Z | Checking hyper-util v0.1.9 |
727 | 2024-12-17T17:55:53.403Z | Checking is-terminal v0.4.12 |
728 | 2024-12-17T17:55:53.505Z | Compiling dropshot v0.12.0 |
729 | 2024-12-17T17:55:53.743Z | Checking tokio-rustls v0.26.0 |
730 | 2024-12-17T17:55:53.767Z | Checking num_threads v0.1.7 |
731 | 2024-12-17T17:55:53.978Z | Checking futures v0.3.30 |
732 | 2024-12-17T17:55:54.004Z | Compiling serde_with_macros v3.9.0 |
733 | 2024-12-17T17:55:54.042Z | Checking time v0.3.36 |
734 | 2024-12-17T17:55:54.107Z | Checking sha1 v0.10.6 |
735 | 2024-12-17T17:55:54.326Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-12-17T17:55:54.433Z | Checking hyper-rustls v0.27.3 |
737 | 2024-12-17T17:55:54.529Z | Checking hyper-tls v0.6.0 |
738 | 2024-12-17T17:55:54.693Z | Checking strum v0.26.2 |
739 | 2024-12-17T17:55:54.826Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-12-17T17:55:55.114Z | Checking sync_wrapper v1.0.1 |
741 | 2024-12-17T17:55:55.564Z | Compiling typify-macro v0.2.0 |
742 | 2024-12-17T17:55:55.870Z | Checking reqwest v0.12.7 |
743 | 2024-12-17T17:55:56.623Z | Checking dirs-sys-next v0.1.2 |
744 | 2024-12-17T17:55:56.698Z | Compiling structmeta v0.3.0 |
745 | 2024-12-17T17:55:57.001Z | Checking match_cfg v0.1.0 |
746 | 2024-12-17T17:55:57.176Z | Checking winnow v0.6.18 |
747 | 2024-12-17T17:55:57.244Z | Checking progenitor-client v0.8.0 |
748 | 2024-12-17T17:55:57.267Z | Checking hostname v0.3.1 |
749 | 2024-12-17T17:55:57.414Z | Compiling parse-display-derive v0.10.0 |
750 | 2024-12-17T17:55:57.660Z | Checking dirs-next v2.0.0 |
751 | 2024-12-17T17:55:58.130Z | Checking ipnetwork v0.20.0 |
752 | 2024-12-17T17:55:58.282Z | Compiling typify v0.2.0 |
753 | 2024-12-17T17:55:58.399Z | Compiling progenitor-impl v0.8.0 |
754 | 2024-12-17T17:55:58.713Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
755 | 2024-12-17T17:55:59.353Z | Checking thread_local v1.1.8 |
756 | 2024-12-17T17:55:59.893Z | Checking term v0.7.0 |
757 | 2024-12-17T17:55:59.958Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-17T17:56:00.228Z | Checking memmap v0.7.0 |
759 | 2024-12-17T17:56:00.252Z | Checking take_mut v0.2.2 |
760 | 2024-12-17T17:56:00.412Z | Checking usdt v0.5.0 |
761 | 2024-12-17T17:56:00.581Z | Checking slog-term v2.9.1 |
762 | 2024-12-17T17:56:00.624Z | Checking toml_edit v0.22.20 |
763 | 2024-12-17T17:56:00.756Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-12-17T17:56:01.171Z | Checking slog-json v2.6.1 |
765 | 2024-12-17T17:56:01.511Z | Checking debug-ignore v1.0.5 |
766 | 2024-12-17T17:56:01.635Z | Compiling winnow v0.5.40 |
767 | 2024-12-17T17:56:02.678Z | Checking toml v0.8.19 |
768 | 2024-12-17T17:56:02.860Z | Compiling progenitor-macro v0.8.0 |
769 | 2024-12-17T17:56:03.222Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-17T17:56:03.372Z | Checking async-stream v0.3.5 |
771 | 2024-12-17T17:56:03.568Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-17T17:56:03.743Z | Checking waitgroup v0.1.2 |
773 | 2024-12-17T17:56:03.919Z | Checking hostname v0.4.0 |
774 | 2024-12-17T17:56:04.038Z | Compiling toml_edit v0.19.15 |
775 | 2024-12-17T17:56:04.070Z | Checking tokio-rustls v0.25.0 |
776 | 2024-12-17T17:56:04.375Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-12-17T17:56:04.512Z | Checking serde_with v3.9.0 |
778 | 2024-12-17T17:56:04.698Z | Checking newtype-uuid v1.1.0 |
779 | 2024-12-17T17:56:04.722Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-17T17:56:05.010Z | Checking unicode-width v0.1.14 |
781 | 2024-12-17T17:56:05.373Z | Checking utf8parse v0.2.1 |
782 | 2024-12-17T17:56:05.808Z | Checking anstyle-parse v0.2.4 |
783 | 2024-12-17T17:56:06.015Z | Compiling proc-macro-crate v1.3.1 |
784 | 2024-12-17T17:56:06.704Z | Checking hex v0.4.3 |
785 | 2024-12-17T17:56:07.078Z | Checking instant v0.1.12 |
786 | 2024-12-17T17:56:07.103Z | Checking is_terminal_polyfill v1.70.0 |
787 | 2024-12-17T17:56:07.190Z | Checking anstyle-query v1.0.3 |
788 | 2024-12-17T17:56:07.309Z | Checking lazy_static v1.5.0 |
789 | 2024-12-17T17:56:07.338Z | Checking anstyle v1.0.7 |
790 | 2024-12-17T17:56:07.431Z | Checking colorchoice v1.0.1 |
791 | 2024-12-17T17:56:07.637Z | Checking anstream v0.6.14 |
792 | 2024-12-17T17:56:07.664Z | Checking backoff v0.4.0 |
793 | 2024-12-17T17:56:07.711Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-12-17T17:56:07.784Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-12-17T17:56:07.852Z | Checking parse-display v0.10.0 |
796 | 2024-12-17T17:56:07.945Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-12-17T17:56:07.976Z | Checking terminal_size v0.3.0 |
798 | 2024-12-17T17:56:08.073Z | Checking macaddr v1.0.1 |
799 | 2024-12-17T17:56:08.125Z | Checking regress v0.9.1 |
800 | 2024-12-17T17:56:08.347Z | Checking num-integer v0.1.46 |
801 | 2024-12-17T17:56:08.657Z | Checking clap_lex v0.7.0 |
802 | 2024-12-17T17:56:08.858Z | Compiling crucible-workspace-hack v0.1.0 |
803 | 2024-12-17T17:56:09.008Z | Compiling unicode-xid v0.2.4 |
804 | 2024-12-17T17:56:09.141Z | Checking clap_builder v4.5.2 |
805 | 2024-12-17T17:56:10.480Z | Compiling heapless v0.8.0 |
806 | 2024-12-17T17:56:11.472Z | Checking clap v4.5.4 |
807 | 2024-12-17T17:56:11.696Z | Checking num-bigint v0.4.5 |
808 | 2024-12-17T17:56:11.908Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-17T17:56:12.497Z | Checking hash32 v0.3.1 |
810 | 2024-12-17T17:56:12.668Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-12-17T17:56:12.876Z | Checking stable_deref_trait v1.2.0 |
812 | 2024-12-17T17:56:13.001Z | Checking either v1.13.0 |
813 | 2024-12-17T17:56:13.189Z | Checking progenitor v0.8.0 |
814 | 2024-12-17T17:56:13.236Z | Checking bitflags v1.3.2 |
815 | 2024-12-17T17:56:13.337Z | Compiling smoltcp v0.11.0 |
816 | 2024-12-17T17:56:13.365Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
817 | 2024-12-17T17:56:13.388Z | Checking fastrand v2.1.0 |
818 | 2024-12-17T17:56:13.417Z | Checking num-rational v0.4.2 |
819 | 2024-12-17T17:56:13.655Z | Checking num_enum v0.5.11 |
820 | 2024-12-17T17:56:13.678Z | Checking tempfile v3.10.1 |
821 | 2024-12-17T17:56:13.905Z | Compiling synstructure v0.12.6 |
822 | 2024-12-17T17:56:14.000Z | Checking num-iter v0.1.45 |
823 | 2024-12-17T17:56:14.133Z | Checking num-complex v0.4.6 |
824 | 2024-12-17T17:56:14.182Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-12-17T17:56:14.206Z | Checking managed v0.8.0 |
826 | 2024-12-17T17:56:14.249Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
827 | 2024-12-17T17:56:14.472Z | Checking cobs v0.2.3 |
828 | 2024-12-17T17:56:14.638Z | Checking postcard v1.0.9 |
829 | 2024-12-17T17:56:14.799Z | Checking num v0.4.3 |
830 | 2024-12-17T17:56:14.915Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-12-17T17:56:15.269Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-17T17:56:15.436Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-17T17:56:15.951Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-12-17T17:56:15.989Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-12-17T17:56:16.267Z | Checking pretty-hex v0.2.1 |
836 | 2024-12-17T17:56:16.587Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
837 | 2024-12-17T17:56:16.712Z | Checking foreign-types-shared v0.3.1 |
838 | 2024-12-17T17:56:16.799Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-12-17T17:56:16.823Z | Checking foreign-types v0.5.0 |
840 | 2024-12-17T17:56:16.860Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
841 | 2024-12-17T17:56:17.840Z | Checking tabwriter v1.4.0 |
842 | 2024-12-17T17:56:18.042Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-12-17T17:56:18.177Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-12-17T17:56:18.820Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-17T17:56:18.909Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
846 | 2024-12-17T17:56:18.932Z | Compiling prettyplease v0.2.22 |
847 | 2024-12-17T17:56:19.096Z | Checking data-encoding v2.6.0 |
848 | 2024-12-17T17:56:19.499Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-17T17:56:19.753Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-17T17:56:20.412Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-17T17:56:20.560Z | Checking colored v2.1.0 |
852 | 2024-12-17T17:56:21.408Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-17T17:56:21.787Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
854 | 2024-12-17T17:56:21.845Z | Checking is_ci v1.2.0 |
855 | 2024-12-17T17:56:21.967Z | Compiling semver v0.1.20 |
856 | 2024-12-17T17:56:21.990Z | Checking static_assertions v1.1.0 |
857 | 2024-12-17T17:56:22.083Z | Checking unicode-segmentation v1.11.0 |
858 | 2024-12-17T17:56:22.145Z | Checking float-ord v0.3.2 |
859 | 2024-12-17T17:56:22.277Z | Compiling rustc_version v0.1.7 |
860 | 2024-12-17T17:56:22.557Z | Checking newline-converter v0.3.0 |
861 | 2024-12-17T17:56:22.609Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
862 | 2024-12-17T17:56:23.760Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-17T17:56:24.174Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
864 | 2024-12-17T17:56:24.206Z | Checking camino-tempfile v1.1.1 |
865 | 2024-12-17T17:56:24.440Z | Checking itertools v0.10.5 |
866 | 2024-12-17T17:56:24.758Z | Checking console v0.15.8 |
867 | 2024-12-17T17:56:25.212Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
868 | 2024-12-17T17:56:25.772Z | Compiling num-derive v0.4.2 |
869 | 2024-12-17T17:56:26.537Z | Checking sigpipe v0.1.3 |
870 | 2024-12-17T17:56:26.639Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-17T17:56:26.759Z | Compiling owo-colors v4.1.0 |
872 | 2024-12-17T17:56:26.991Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2024-12-17T17:56:27.056Z | Checking base64ct v1.6.0 |
874 | 2024-12-17T17:56:27.350Z | Checking similar v2.5.0 |
875 | 2024-12-17T17:56:27.419Z | Checking password-hash v0.5.0 |
876 | 2024-12-17T17:56:27.695Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
877 | 2024-12-17T17:56:27.897Z | Checking expectorate v1.1.0 |
878 | 2024-12-17T17:56:28.032Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-12-17T17:56:28.082Z | Checking zone v0.3.0 |
880 | 2024-12-17T17:56:28.106Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-12-17T17:56:28.235Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-12-17T17:56:28.320Z | Compiling newtype_derive v0.1.6 |
883 | 2024-12-17T17:56:28.471Z | Checking supports-color v3.0.1 |
884 | 2024-12-17T17:56:28.494Z | Checking supports-color v2.1.0 |
885 | 2024-12-17T17:56:28.634Z | Compiling zerocopy v0.3.2 |
886 | 2024-12-17T17:56:28.659Z | Checking blake2 v0.10.6 |
887 | 2024-12-17T17:56:28.685Z | Compiling cargo-platform v0.1.8 |
888 | 2024-12-17T17:56:28.708Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-12-17T17:56:28.827Z | Checking smf v0.2.3 |
890 | 2024-12-17T17:56:29.018Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-12-17T17:56:29.100Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-17T17:56:29.149Z | Compiling vergen v8.3.2 |
893 | 2024-12-17T17:56:29.227Z | Checking whoami v1.5.1 |
894 | 2024-12-17T17:56:29.459Z | Compiling cancel-safe-futures v0.1.5 |
895 | 2024-12-17T17:56:29.482Z | Checking base64 v0.21.7 |
896 | 2024-12-17T17:56:29.630Z | Checking fixedbitset v0.4.2 |
897 | 2024-12-17T17:56:29.854Z | Checking petgraph v0.6.5 |
898 | 2024-12-17T17:56:29.887Z | Checking hubpack v0.1.2 |
899 | 2024-12-17T17:56:29.999Z | Compiling dof v0.1.5 |
900 | 2024-12-17T17:56:30.132Z | Compiling cargo_metadata v0.18.1 |
901 | 2024-12-17T17:56:30.410Z | Checking zerocopy v0.6.6 |
902 | 2024-12-17T17:56:30.636Z | Checking argon2 v0.5.3 |
903 | 2024-12-17T17:56:31.687Z | Compiling rustc_version v0.4.0 |
904 | 2024-12-17T17:56:32.079Z | Checking serde-big-array v0.5.1 |
905 | 2024-12-17T17:56:32.151Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-17T17:56:32.181Z | Compiling strum_macros v0.25.3 |
907 | 2024-12-17T17:56:32.265Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-12-17T17:56:32.403Z | Compiling slog-dtrace v0.3.0 |
909 | 2024-12-17T17:56:32.726Z | Compiling cookie v0.18.1 |
910 | 2024-12-17T17:56:32.750Z | Compiling rustls v0.21.12 |
911 | 2024-12-17T17:56:33.028Z | Compiling convert_case v0.4.0 |
912 | 2024-12-17T17:56:33.075Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-12-17T17:56:33.195Z | Compiling nix v0.29.0 |
914 | 2024-12-17T17:56:33.402Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-12-17T17:56:33.583Z | Compiling derive_more v0.99.18 |
916 | 2024-12-17T17:56:33.720Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-12-17T17:56:33.927Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-17T17:56:34.398Z | Checking atomicwrites v0.4.4 |
919 | 2024-12-17T17:56:34.565Z | Checking itertools v0.13.0 |
920 | 2024-12-17T17:56:34.601Z | Checking libsw v3.3.1 |
921 | 2024-12-17T17:56:34.626Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-12-17T17:56:34.820Z | Checking idna v0.4.0 |
923 | 2024-12-17T17:56:34.846Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
924 | 2024-12-17T17:56:34.872Z | Checking rustls-webpki v0.101.7 |
925 | 2024-12-17T17:56:35.027Z | Checking sct v0.7.1 |
926 | 2024-12-17T17:56:35.193Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-12-17T17:56:35.419Z | Compiling derive-where v1.2.7 |
928 | 2024-12-17T17:56:35.443Z | Checking inout v0.1.3 |
929 | 2024-12-17T17:56:35.610Z | Checking utf-8 v0.7.6 |
930 | 2024-12-17T17:56:35.788Z | Checking linked-hash-map v0.5.6 |
931 | 2024-12-17T17:56:36.025Z | Checking indent_write v2.2.0 |
932 | 2024-12-17T17:56:36.048Z | Checking linear-map v1.2.0 |
933 | 2024-12-17T17:56:36.294Z | Compiling radium v0.7.0 |
934 | 2024-12-17T17:56:36.494Z | Checking swrite v0.1.0 |
935 | 2024-12-17T17:56:36.604Z | Checking quick-error v1.2.3 |
936 | 2024-12-17T17:56:36.694Z | Checking highway v1.2.0 |
937 | 2024-12-17T17:56:36.732Z | Checking resolv-conf v0.7.0 |
938 | 2024-12-17T17:56:37.033Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-12-17T17:56:37.058Z | Checking lru-cache v0.1.2 |
940 | 2024-12-17T17:56:37.221Z | Checking hickory-proto v0.24.1 |
941 | 2024-12-17T17:56:37.718Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-12-17T17:56:38.073Z | Checking tungstenite v0.21.0 |
943 | 2024-12-17T17:56:38.199Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
944 | 2024-12-17T17:56:38.564Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-17T17:56:38.715Z | Checking cipher v0.4.4 |
946 | 2024-12-17T17:56:39.032Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-17T17:56:40.310Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-17T17:56:40.679Z | Checking steno v0.4.1 |
949 | 2024-12-17T17:56:41.326Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-12-17T17:56:41.665Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-12-17T17:56:41.760Z | Checking crossbeam-epoch v0.9.18 |
952 | 2024-12-17T17:56:41.965Z | Checking hashlink v0.9.1 |
953 | 2024-12-17T17:56:42.108Z | Compiling rayon-core v1.12.1 |
954 | 2024-12-17T17:56:42.327Z | Checking fallible-streaming-iterator v0.1.9 |
955 | 2024-12-17T17:56:42.422Z | Checking humantime v2.1.0 |
956 | 2024-12-17T17:56:42.446Z | Checking fallible-iterator v0.3.0 |
957 | 2024-12-17T17:56:42.470Z | Checking tap v1.0.1 |
958 | 2024-12-17T17:56:42.546Z | Checking crossbeam-deque v0.8.5 |
959 | 2024-12-17T17:56:42.571Z | Checking tokio-rustls v0.24.1 |
960 | 2024-12-17T17:56:42.621Z | Checking wyz v0.5.1 |
961 | 2024-12-17T17:56:42.670Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
962 | 2024-12-17T17:56:42.845Z | Checking hickory-resolver v0.24.1 |
963 | 2024-12-17T17:56:42.918Z | Checking tokio-tungstenite v0.21.0 |
964 | 2024-12-17T17:56:42.944Z | Checking rusqlite v0.32.1 |
965 | 2024-12-17T17:56:43.278Z | Compiling usdt-macro v0.3.5 |
966 | 2024-12-17T17:56:43.481Z | Compiling usdt-attr-macro v0.3.5 |
967 | 2024-12-17T17:56:43.958Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-12-17T17:56:44.128Z | Checking twox-hash v1.6.3 |
969 | 2024-12-17T17:56:44.157Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
970 | 2024-12-17T17:56:44.441Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-12-17T17:56:44.526Z | Checking universal-hash v0.5.1 |
972 | 2024-12-17T17:56:44.623Z | Checking atty v0.2.14 |
973 | 2024-12-17T17:56:44.706Z | Checking opaque-debug v0.3.1 |
974 | 2024-12-17T17:56:44.750Z | Checking funty v2.0.0 |
975 | 2024-12-17T17:56:44.808Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-12-17T17:56:45.026Z | Checking usdt v0.3.5 |
977 | 2024-12-17T17:56:45.201Z | Checking polyval v0.6.2 |
978 | 2024-12-17T17:56:45.226Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-12-17T17:56:45.427Z | Checking bitvec v1.0.1 |
980 | 2024-12-17T17:56:45.861Z | Checking ctr v0.9.2 |
981 | 2024-12-17T17:56:46.017Z | Checking aes v0.8.4 |
982 | 2024-12-17T17:56:46.086Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
983 | 2024-12-17T17:56:46.109Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
984 | 2024-12-17T17:56:46.284Z | Checking num_enum v0.7.2 |
985 | 2024-12-17T17:56:46.361Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
986 | 2024-12-17T17:56:46.431Z | Checking bincode v1.3.3 |
987 | 2024-12-17T17:56:46.456Z | Checking aead v0.5.2 |
988 | 2024-12-17T17:56:46.627Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
989 | 2024-12-17T17:56:46.650Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
990 | 2024-12-17T17:56:46.760Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
991 | 2024-12-17T17:56:46.798Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
992 | 2024-12-17T17:56:46.977Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-17T17:56:47.006Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-12-17T17:56:47.051Z | Checking rayon v1.10.0 |
995 | 2024-12-17T17:56:47.260Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-12-17T17:56:47.306Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-12-17T17:56:47.453Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-12-17T17:56:47.617Z | Compiling async-recursion v1.1.1 |
999 | 2024-12-17T17:56:48.220Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-12-17T17:56:48.457Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-17T17:56:48.591Z | Checking ringbuffer v0.15.0 |
1002 | 2024-12-17T17:56:48.713Z | Compiling cfg_aliases v0.1.1 |
1003 | 2024-12-17T17:56:48.738Z | Checking ascii v1.1.0 |
1004 | 2024-12-17T17:56:48.813Z | Checking typeid v1.0.0 |
1005 | 2024-12-17T17:56:48.980Z | Compiling nix v0.28.0 |
1006 | 2024-12-17T17:56:49.016Z | Checking toml v0.7.8 |
1007 | 2024-12-17T17:56:49.040Z | Checking erased-serde v0.4.5 |
1008 | 2024-12-17T17:56:49.095Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-12-17T17:56:49.303Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1010 | 2024-12-17T17:56:49.559Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1011 | 2024-12-17T17:56:49.583Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1012 | 2024-12-17T17:56:49.755Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1013 | 2024-12-17T17:56:49.795Z | Checking bitstruct v0.1.1 |
1014 | 2024-12-17T17:56:49.872Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-12-17T17:56:49.897Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-12-17T17:56:49.921Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-12-17T17:56:49.951Z | Checking serde_arrays v0.1.0 |
1018 | 2024-12-17T17:56:49.974Z | Checking libloading v0.7.4 |
1019 | 2024-12-17T17:56:50.119Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-17T17:56:50.146Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-17T17:56:50.174Z | Compiling escargot v0.5.10 |
1022 | 2024-12-17T17:56:50.223Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1023 | 2024-12-17T17:56:50.416Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-17T17:56:50.560Z | Checking ron v0.8.1 |
1025 | 2024-12-17T17:56:50.669Z | Checking xattr v1.3.1 |
1026 | 2024-12-17T17:56:51.047Z | Checking filetime v0.2.23 |
1027 | 2024-12-17T17:56:51.071Z | Checking bstr v1.9.1 |
1028 | 2024-12-17T17:56:51.237Z | Checking bit_field v0.10.2 |
1029 | 2024-12-17T17:56:51.410Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-17T17:56:51.456Z | Checking tar v0.4.40 |
1031 | 2024-12-17T17:56:51.530Z | Checking const_format v0.2.32 |
1032 | 2024-12-17T17:56:51.659Z | Checking globset v0.4.14 |
1033 | 2024-12-17T17:56:51.897Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-12-17T17:56:52.049Z | Checking fatfs v0.3.6 |
1035 | 2024-12-17T17:56:52.073Z | Checking glob v0.3.1 |
1036 | 2024-12-17T17:56:53.595Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-12-17T17:56:54.070Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-17T17:56:54.888Z | Compiling git2 v0.19.0 |
1039 | 2024-12-17T17:56:55.625Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-12-17T17:56:59.250Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-17T17:57:00.298Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-17T17:57:06.590Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-17T17:57:12.717Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-17T17:57:22.957Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-17T17:57:22.957Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-17T17:57:30.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1047 | 2024-12-17T17:57:31.279Z | |
1048 | 2024-12-17T17:57:31.279Z | real 2:30.031350934 |
1049 | 2024-12-17T17:57:31.279Z | user 10:07.250978390 |
1050 | 2024-12-17T17:57:31.279Z | sys 2:11.842421906 |
1051 | 2024-12-17T17:57:31.279Z | trap 0.295913714 |
1052 | 2024-12-17T17:57:31.279Z | tflt 0.562223582 |
1053 | 2024-12-17T17:57:31.279Z | dflt 0.521093340 |
1054 | 2024-12-17T17:57:31.279Z | kflt 0.002338062 |
1055 | 2024-12-17T17:57:31.279Z | lock 11:41.827753008 |
1056 | 2024-12-17T17:57:31.279Z | slp 38:56.473406543 |
1057 | 2024-12-17T17:57:31.302Z | lat 54.280645388 |
1058 | 2024-12-17T17:57:31.303Z | stop 3:07.570458327 |
1059 | 2024-12-17T17:57:31.303Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-17T17:57:31.942Z | Downloading crates ... |
1061 | 2024-12-17T17:57:32.162Z | Downloaded downcast v0.11.0 |
1062 | 2024-12-17T17:57:32.186Z | Downloaded predicates-core v1.0.6 |
1063 | 2024-12-17T17:57:32.186Z | Downloaded simd-adler32 v0.3.7 |
1064 | 2024-12-17T17:57:32.186Z | Downloaded termtree v0.4.1 |
1065 | 2024-12-17T17:57:32.186Z | Downloaded predicates v3.1.0 |
1066 | 2024-12-17T17:57:32.186Z | Downloaded miniz_oxide v0.7.2 |
1067 | 2024-12-17T17:57:32.186Z | Downloaded png v0.17.13 |
1068 | 2024-12-17T17:57:32.186Z | Downloaded flate2 v1.0.30 |
1069 | 2024-12-17T17:57:32.210Z | Downloaded crc32fast v1.4.0 |
1070 | 2024-12-17T17:57:32.210Z | Downloaded bytemuck v1.16.0 |
1071 | 2024-12-17T17:57:32.210Z | Downloaded fdeflate v0.3.4 |
1072 | 2024-12-17T17:57:32.210Z | Downloaded arc-swap v1.7.1 |
1073 | 2024-12-17T17:57:32.210Z | Downloaded slog-stdlog v4.1.1 |
1074 | 2024-12-17T17:57:32.210Z | Downloaded slog-scope v4.4.0 |
1075 | 2024-12-17T17:57:32.210Z | Downloaded slog-envlogger v2.2.0 |
1076 | 2024-12-17T17:57:32.210Z | Downloaded serde_test v1.0.176 |
1077 | 2024-12-17T17:57:32.210Z | Downloaded predicates-tree v1.0.9 |
1078 | 2024-12-17T17:57:32.211Z | Downloaded mockall v0.12.1 |
1079 | 2024-12-17T17:57:32.211Z | Downloaded mockall_derive v0.12.1 |
1080 | 2024-12-17T17:57:32.211Z | Downloaded fragile v2.0.0 |
1081 | 2024-12-17T17:57:32.291Z | Downloaded image v0.25.1 |
1082 | 2024-12-17T17:57:32.549Z | Checking log v0.4.22 |
1083 | 2024-12-17T17:57:32.573Z | Checking tokio v1.39.3 |
1084 | 2024-12-17T17:57:32.596Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-12-17T17:57:32.596Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-12-17T17:57:32.619Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-12-17T17:57:32.619Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-17T17:57:32.642Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-17T17:57:32.665Z | Checking simd-adler32 v0.3.7 |
1090 | 2024-12-17T17:57:32.781Z | Checking native-tls v0.2.11 |
1091 | 2024-12-17T17:57:32.804Z | Checking goblin v0.8.2 |
1092 | 2024-12-17T17:57:32.828Z | Checking typify-impl v0.2.0 |
1093 | 2024-12-17T17:57:32.859Z | Checking rustls v0.22.4 |
1094 | 2024-12-17T17:57:32.859Z | Checking tungstenite v0.21.0 |
1095 | 2024-12-17T17:57:33.020Z | Checking rustls v0.21.12 |
1096 | 2024-12-17T17:57:33.046Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-12-17T17:57:33.092Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-12-17T17:57:33.319Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2024-12-17T17:57:33.480Z | Compiling crc32fast v1.4.0 |
1100 | 2024-12-17T17:57:33.516Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-17T17:57:33.725Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-12-17T17:57:33.946Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-12-17T17:57:34.105Z | Checking adler v1.0.2 |
1104 | 2024-12-17T17:57:34.228Z | Checking miniz_oxide v0.7.2 |
1105 | 2024-12-17T17:57:34.475Z | Checking arc-swap v1.7.1 |
1106 | 2024-12-17T17:57:34.651Z | Checking typify v0.2.0 |
1107 | 2024-12-17T17:57:34.755Z | Checking progenitor-impl v0.8.0 |
1108 | 2024-12-17T17:57:34.787Z | Checking slog-scope v4.4.0 |
1109 | 2024-12-17T17:57:34.815Z | Checking flate2 v1.0.30 |
1110 | 2024-12-17T17:57:34.939Z | Checking fdeflate v0.3.4 |
1111 | 2024-12-17T17:57:35.271Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-12-17T17:57:35.304Z | Checking png v0.17.13 |
1113 | 2024-12-17T17:57:35.406Z | Checking predicates-core v1.0.6 |
1114 | 2024-12-17T17:57:35.429Z | Checking bytemuck v1.16.0 |
1115 | 2024-12-17T17:57:35.472Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-17T17:57:35.560Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1117 | 2024-12-17T17:57:35.644Z | Checking termtree v0.4.1 |
1118 | 2024-12-17T17:57:35.745Z | Checking predicates v3.1.0 |
1119 | 2024-12-17T17:57:35.810Z | Checking predicates-tree v1.0.9 |
1120 | 2024-12-17T17:57:35.925Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-12-17T17:57:36.133Z | Checking wait-timeout v0.2.0 |
1122 | 2024-12-17T17:57:36.156Z | Checking bit-vec v0.6.3 |
1123 | 2024-12-17T17:57:36.180Z | Checking downcast v0.11.0 |
1124 | 2024-12-17T17:57:36.224Z | Checking image v0.25.1 |
1125 | 2024-12-17T17:57:36.280Z | Checking fragile v2.0.0 |
1126 | 2024-12-17T17:57:36.341Z | Checking rusty-fork v0.3.0 |
1127 | 2024-12-17T17:57:36.408Z | Checking bit-set v0.5.3 |
1128 | 2024-12-17T17:57:36.483Z | Checking globset v0.4.14 |
1129 | 2024-12-17T17:57:36.521Z | Checking dof v0.3.0 |
1130 | 2024-12-17T17:57:36.579Z | Checking escargot v0.5.10 |
1131 | 2024-12-17T17:57:36.602Z | Checking fatfs v0.3.6 |
1132 | 2024-12-17T17:57:36.722Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1133 | 2024-12-17T17:57:36.867Z | Checking rand_xorshift v0.3.0 |
1134 | 2024-12-17T17:57:36.983Z | Checking usdt-impl v0.5.0 |
1135 | 2024-12-17T17:57:37.006Z | Checking unarray v0.1.4 |
1136 | 2024-12-17T17:57:37.117Z | Checking proptest v1.5.0 |
1137 | 2024-12-17T17:57:37.372Z | Checking serde_test v1.0.176 |
1138 | 2024-12-17T17:57:37.401Z | Checking usdt v0.5.0 |
1139 | 2024-12-17T17:57:37.425Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1140 | 2024-12-17T17:57:37.599Z | Checking slog-dtrace v0.3.0 |
1141 | 2024-12-17T17:57:37.872Z | Checking tokio-util v0.7.11 |
1142 | 2024-12-17T17:57:37.914Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-12-17T17:57:37.965Z | Checking tokio-rustls v0.26.0 |
1144 | 2024-12-17T17:57:37.994Z | Checking tokio-rustls v0.25.0 |
1145 | 2024-12-17T17:57:38.118Z | Checking backoff v0.4.0 |
1146 | 2024-12-17T17:57:38.256Z | Checking tokio-tungstenite v0.21.0 |
1147 | 2024-12-17T17:57:38.288Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1148 | 2024-12-17T17:57:38.343Z | Checking zone v0.3.0 |
1149 | 2024-12-17T17:57:38.486Z | Checking h2 v0.4.6 |
1150 | 2024-12-17T17:57:38.509Z | Checking cancel-safe-futures v0.1.5 |
1151 | 2024-12-17T17:57:38.509Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1152 | 2024-12-17T17:57:38.607Z | Checking libsw v3.3.1 |
1153 | 2024-12-17T17:57:38.715Z | Checking steno v0.4.1 |
1154 | 2024-12-17T17:57:38.817Z | Checking hickory-proto v0.24.1 |
1155 | 2024-12-17T17:57:38.842Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1156 | 2024-12-17T17:57:38.971Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-12-17T17:57:39.769Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-12-17T17:57:39.883Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-12-17T17:57:39.991Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-17T17:57:40.162Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1161 | 2024-12-17T17:57:40.769Z | Checking mockall v0.12.1 |
1162 | 2024-12-17T17:57:41.499Z | Checking hickory-resolver v0.24.1 |
1163 | 2024-12-17T17:57:41.677Z | Checking hyper v1.4.1 |
1164 | 2024-12-17T17:57:43.131Z | Checking hyper-util v0.1.9 |
1165 | 2024-12-17T17:57:44.361Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-17T17:57:44.361Z | Checking hyper-tls v0.6.0 |
1167 | 2024-12-17T17:57:44.384Z | Checking dropshot v0.12.0 |
1168 | 2024-12-17T17:57:44.621Z | Checking reqwest v0.12.7 |
1169 | 2024-12-17T17:57:45.860Z | Checking progenitor-client v0.8.0 |
1170 | 2024-12-17T17:57:46.084Z | Checking progenitor v0.8.0 |
1171 | 2024-12-17T17:57:46.223Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-12-17T17:57:46.223Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-17T17:57:46.246Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-17T17:57:46.246Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-12-17T17:57:46.899Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-17T17:57:47.653Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1177 | 2024-12-17T17:57:49.636Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-17T17:57:52.003Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-17T17:57:56.449Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-17T17:57:56.449Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-17T17:57:56.473Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-17T17:57:56.473Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-17T17:57:58.290Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-17T17:57:58.749Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-17T17:57:58.790Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-17T17:57:58.790Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-17T17:57:59.489Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-17T17:57:59.734Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-17T17:57:59.844Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-17T17:58:10.320Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-17T17:58:16.470Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-17T17:58:17.135Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-17T17:58:21.480Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-17T17:58:37.259Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-17T17:58:37.259Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-17T17:58:46.818Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-17T17:58:46.818Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-17T17:58:46.818Z | | |
1199 | 2024-12-17T17:58:46.818Z | 188 | let instance = kstats |
1200 | 2024-12-17T17:58:46.818Z | | ________________________^ |
1201 | 2024-12-17T17:58:46.818Z | 189 | | .iter() |
1202 | 2024-12-17T17:58:46.818Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-17T17:58:46.818Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-17T17:58:46.818Z | 192 | | }) |
1205 | 2024-12-17T17:58:46.818Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-17T17:58:46.818Z | | |______________________________________________^ |
1207 | 2024-12-17T17:58:46.818Z | | |
1208 | 2024-12-17T17:58:46.818Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-17T17:58:46.818Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-17T17:58:46.818Z | help: use `ok_or` instead |
1211 | 2024-12-17T17:58:46.818Z | | |
1212 | 2024-12-17T17:58:46.818Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-17T17:58:46.818Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-17T17:58:46.819Z | |
1215 | 2024-12-17T17:58:47.853Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-17T17:58:48.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
1217 | 2024-12-17T17:58:49.043Z | |
1218 | 2024-12-17T17:58:49.043Z | real 1:17.753732995 |
1219 | 2024-12-17T17:58:49.043Z | user 2:59.601844787 |
1220 | 2024-12-17T17:58:49.043Z | sys 25.110784948 |
1221 | 2024-12-17T17:58:49.043Z | trap 0.060783709 |
1222 | 2024-12-17T17:58:49.043Z | tflt 0.093214053 |
1223 | 2024-12-17T17:58:49.043Z | dflt 0.020441098 |
1224 | 2024-12-17T17:58:49.043Z | kflt 0.000206705 |
1225 | 2024-12-17T17:58:49.043Z | lock 4:27.872868801 |
1226 | 2024-12-17T17:58:49.043Z | slp 9:42.817365966 |
1227 | 2024-12-17T17:58:49.043Z | lat 6.127717347 |
1228 | 2024-12-17T17:58:49.068Z | stop 15.464714423 |
1229 | 2024-12-17T17:58:49.068Z | + banner build |
1230 | 2024-12-17T17:58:49.068Z | |
1231 | 2024-12-17T17:58:49.068Z | ##### # # # # ##### |
1232 | 2024-12-17T17:58:49.068Z | # # # # # # # # |
1233 | 2024-12-17T17:58:49.068Z | ##### # # # # # # |
1234 | 2024-12-17T17:58:49.068Z | # # # # # # # # |
1235 | 2024-12-17T17:58:49.068Z | # # # # # # # # |
1236 | 2024-12-17T17:58:49.068Z | ##### #### # ###### ##### |
1237 | 2024-12-17T17:58:49.068Z | |
1238 | 2024-12-17T17:58:49.068Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-17T17:58:49.926Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-17T17:58:49.926Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-17T17:58:49.926Z | Compiling libc v0.2.159 |
1242 | 2024-12-17T17:58:49.952Z | Compiling serde v1.0.210 |
1243 | 2024-12-17T17:58:49.952Z | Compiling version_check v0.9.5 |
1244 | 2024-12-17T17:58:49.952Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-17T17:58:49.952Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-17T17:58:49.952Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-17T17:58:50.149Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-17T17:58:50.173Z | Compiling memchr v2.7.2 |
1249 | 2024-12-17T17:58:50.380Z | Compiling libm v0.2.8 |
1250 | 2024-12-17T17:58:50.411Z | Compiling ahash v0.8.11 |
1251 | 2024-12-17T17:58:50.602Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-17T17:58:50.709Z | Compiling itoa v1.0.11 |
1253 | 2024-12-17T17:58:50.753Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-17T17:58:50.898Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-17T17:58:51.126Z | Compiling ryu v1.0.18 |
1256 | 2024-12-17T17:58:51.270Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-17T17:58:51.355Z | Compiling quote v1.0.37 |
1258 | 2024-12-17T17:58:51.444Z | Compiling jobserver v0.1.31 |
1259 | 2024-12-17T17:58:51.468Z | Compiling getrandom v0.2.14 |
1260 | 2024-12-17T17:58:51.564Z | Compiling slab v0.4.9 |
1261 | 2024-12-17T17:58:51.724Z | Compiling syn v2.0.77 |
1262 | 2024-12-17T17:58:51.809Z | Compiling cc v1.0.97 |
1263 | 2024-12-17T17:58:51.834Z | Compiling pkg-config v0.3.30 |
1264 | 2024-12-17T17:58:51.894Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-17T17:58:51.926Z | Compiling schemars v0.8.21 |
1266 | 2024-12-17T17:58:51.969Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-17T17:58:52.241Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-17T17:58:52.543Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-17T17:58:52.582Z | Compiling log v0.4.22 |
1270 | 2024-12-17T17:58:52.708Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-17T17:58:52.994Z | Compiling equivalent v1.0.1 |
1272 | 2024-12-17T17:58:53.021Z | Compiling scopeguard v1.2.0 |
1273 | 2024-12-17T17:58:53.087Z | Compiling typenum v1.17.0 |
1274 | 2024-12-17T17:58:53.111Z | Compiling signal-hook-registry v1.4.2 |
1275 | 2024-12-17T17:58:53.111Z | Compiling socket2 v0.5.7 |
1276 | 2024-12-17T17:58:53.646Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-17T17:58:53.810Z | Compiling mio v1.0.2 |
1278 | 2024-12-17T17:58:54.137Z | Compiling ring v0.17.8 |
1279 | 2024-12-17T17:58:54.243Z | Compiling httparse v1.8.0 |
1280 | 2024-12-17T17:58:54.474Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-17T17:58:54.657Z | Compiling fnv v1.0.7 |
1282 | 2024-12-17T17:58:54.803Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-17T17:58:55.011Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-17T17:58:55.060Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-17T17:58:55.132Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-17T17:58:55.248Z | Compiling semver v1.0.23 |
1287 | 2024-12-17T17:58:55.271Z | Compiling slog v2.7.0 |
1288 | 2024-12-17T17:58:55.325Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-17T17:58:55.455Z | Compiling ucd-trie v0.1.6 |
1290 | 2024-12-17T17:58:55.689Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-17T17:58:55.819Z | Compiling subtle v2.5.0 |
1292 | 2024-12-17T17:58:55.844Z | Compiling heck v0.5.0 |
1293 | 2024-12-17T17:58:55.963Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-17T17:58:55.986Z | Compiling pin-utils v0.1.0 |
1295 | 2024-12-17T17:58:56.010Z | Compiling rustversion v1.0.17 |
1296 | 2024-12-17T17:58:56.046Z | Compiling futures-io v0.3.30 |
1297 | 2024-12-17T17:58:56.070Z | Compiling futures-task v0.3.30 |
1298 | 2024-12-17T17:58:56.177Z | Compiling openssl v0.10.66 |
1299 | 2024-12-17T17:58:56.292Z | Compiling syn v1.0.109 |
1300 | 2024-12-17T17:58:56.555Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-17T17:58:56.808Z | Compiling serde_derive_internals v0.29.1 |
1302 | 2024-12-17T17:58:57.011Z | Compiling heck v0.4.1 |
1303 | 2024-12-17T17:58:57.286Z | Compiling regex-syntax v0.8.4 |
1304 | 2024-12-17T17:58:57.326Z | Compiling rustls v0.23.10 |
1305 | 2024-12-17T17:58:57.616Z | Compiling native-tls v0.2.11 |
1306 | 2024-12-17T17:58:58.307Z | Compiling spin v0.9.8 |
1307 | 2024-12-17T17:58:58.858Z | Compiling anyhow v1.0.89 |
1308 | 2024-12-17T17:58:59.324Z | Compiling time-core v0.1.2 |
1309 | 2024-12-17T17:58:59.419Z | Compiling num-conv v0.1.0 |
1310 | 2024-12-17T17:58:59.471Z | Compiling untrusted v0.9.0 |
1311 | 2024-12-17T17:58:59.637Z | Compiling tracing-core v0.1.32 |
1312 | 2024-12-17T17:58:59.662Z | Compiling time-macros v0.2.18 |
1313 | 2024-12-17T17:58:59.874Z | Compiling regex-automata v0.4.6 |
1314 | 2024-12-17T17:59:00.247Z | Compiling serde_derive v1.0.210 |
1315 | 2024-12-17T17:59:01.387Z | Compiling zerocopy-derive v0.7.34 |
1316 | 2024-12-17T17:59:01.411Z | Compiling thiserror-impl v1.0.64 |
1317 | 2024-12-17T17:59:01.411Z | Compiling tokio-macros v2.4.0 |
1318 | 2024-12-17T17:59:01.712Z | Compiling schemars_derive v0.8.21 |
1319 | 2024-12-17T17:59:02.561Z | Compiling futures-macro v0.3.30 |
1320 | 2024-12-17T17:59:02.831Z | Compiling zerocopy v0.7.34 |
1321 | 2024-12-17T17:59:03.891Z | Compiling pest v2.7.10 |
1322 | 2024-12-17T17:59:04.012Z | Compiling futures-util v0.3.30 |
1323 | 2024-12-17T17:59:04.198Z | Compiling hashbrown v0.14.5 |
1324 | 2024-12-17T17:59:04.929Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-12-17T17:59:05.166Z | Compiling regex v1.10.6 |
1326 | 2024-12-17T17:59:05.291Z | Compiling scroll_derive v0.12.0 |
1327 | 2024-12-17T17:59:05.868Z | Compiling pest_meta v2.7.10 |
1328 | 2024-12-17T17:59:06.095Z | Compiling tracing-attributes v0.1.27 |
1329 | 2024-12-17T17:59:06.325Z | Compiling crypto-common v0.1.6 |
1330 | 2024-12-17T17:59:06.407Z | Compiling thread-id v4.2.1 |
1331 | 2024-12-17T17:59:06.513Z | Compiling regress v0.10.1 |
1332 | 2024-12-17T17:59:07.239Z | Compiling pest_generator v2.7.10 |
1333 | 2024-12-17T17:59:08.306Z | Compiling tracing v0.1.40 |
1334 | 2024-12-17T17:59:08.435Z | Compiling percent-encoding v2.3.1 |
1335 | 2024-12-17T17:59:08.579Z | Compiling pest_derive v2.7.10 |
1336 | 2024-12-17T17:59:08.674Z | Compiling rustls-pki-types v1.7.0 |
1337 | 2024-12-17T17:59:08.827Z | Compiling form_urlencoded v1.2.1 |
1338 | 2024-12-17T17:59:08.857Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-12-17T17:59:08.988Z | Compiling camino v1.1.9 |
1340 | 2024-12-17T17:59:09.259Z | Compiling tinyvec v1.6.0 |
1341 | 2024-12-17T17:59:09.416Z | Compiling usdt-impl v0.5.0 |
1342 | 2024-12-17T17:59:09.676Z | Compiling bytes v1.7.2 |
1343 | 2024-12-17T17:59:09.742Z | Compiling indexmap v2.5.0 |
1344 | 2024-12-17T17:59:09.856Z | Compiling chrono v0.4.38 |
1345 | 2024-12-17T17:59:10.524Z | Compiling tokio v1.39.3 |
1346 | 2024-12-17T17:59:10.549Z | Compiling uuid v1.10.0 |
1347 | 2024-12-17T17:59:10.717Z | Compiling bitflags v2.6.0 |
1348 | 2024-12-17T17:59:11.070Z | Compiling serde_tokenstream v0.2.2 |
1349 | 2024-12-17T17:59:11.448Z | Compiling http v1.1.0 |
1350 | 2024-12-17T17:59:12.378Z | Compiling zeroize v1.7.0 |
1351 | 2024-12-17T17:59:12.649Z | Compiling ppv-lite86 v0.2.17 |
1352 | 2024-12-17T17:59:13.019Z | Compiling atomic-waker v1.1.2 |
1353 | 2024-12-17T17:59:13.202Z | Compiling rand_chacha v0.3.1 |
1354 | 2024-12-17T17:59:13.802Z | Compiling http-body v1.0.1 |
1355 | 2024-12-17T17:59:14.063Z | Compiling unicode-normalization v0.1.23 |
1356 | 2024-12-17T17:59:14.426Z | Compiling rustls-webpki v0.102.4 |
1357 | 2024-12-17T17:59:14.933Z | Compiling typify-impl v0.2.0 |
1358 | 2024-12-17T17:59:15.055Z | Compiling scroll v0.12.0 |
1359 | 2024-12-17T17:59:15.451Z | Compiling unicode-bidi v0.3.15 |
1360 | 2024-12-17T17:59:15.716Z | Compiling try-lock v0.2.5 |
1361 | 2024-12-17T17:59:15.851Z | Compiling plain v0.2.3 |
1362 | 2024-12-17T17:59:16.090Z | Compiling goblin v0.8.2 |
1363 | 2024-12-17T17:59:16.114Z | Compiling want v0.3.1 |
1364 | 2024-12-17T17:59:16.351Z | Compiling rand v0.8.5 |
1365 | 2024-12-17T17:59:17.508Z | Compiling tokio-util v0.7.11 |
1366 | 2024-12-17T17:59:17.532Z | Compiling openapiv3 v2.0.0 |
1367 | 2024-12-17T17:59:17.777Z | Compiling strum_macros v0.26.2 |
1368 | 2024-12-17T17:59:18.970Z | Compiling h2 v0.4.6 |
1369 | 2024-12-17T17:59:19.844Z | Compiling httpdate v1.0.3 |
1370 | 2024-12-17T17:59:20.416Z | Compiling base64 v0.22.1 |
1371 | 2024-12-17T17:59:20.439Z | Compiling pretty-hex v0.4.1 |
1372 | 2024-12-17T17:59:20.623Z | Compiling omicron-workspace-hack v0.1.0 |
1373 | 2024-12-17T17:59:20.856Z | Compiling dof v0.3.0 |
1374 | 2024-12-17T17:59:20.956Z | Compiling idna v0.5.0 |
1375 | 2024-12-17T17:59:21.425Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-17T17:59:22.073Z | Compiling strsim v0.11.1 |
1377 | 2024-12-17T17:59:22.509Z | Compiling tower-service v0.3.2 |
1378 | 2024-12-17T17:59:22.613Z | Compiling unsafe-libyaml v0.2.11 |
1379 | 2024-12-17T17:59:22.642Z | Compiling rustls v0.22.4 |
1380 | 2024-12-17T17:59:22.691Z | Compiling typify-macro v0.2.0 |
1381 | 2024-12-17T17:59:22.721Z | Compiling cpufeatures v0.2.12 |
1382 | 2024-12-17T17:59:22.992Z | Compiling url v2.5.0 |
1383 | 2024-12-17T17:59:23.791Z | Compiling hyper v1.4.1 |
1384 | 2024-12-17T17:59:23.929Z | Compiling serde_yaml v0.9.34+deprecated |
1385 | 2024-12-17T17:59:23.952Z | Compiling toml_datetime v0.6.8 |
1386 | 2024-12-17T17:59:24.275Z | Compiling async-trait v0.1.83 |
1387 | 2024-12-17T17:59:25.580Z | Compiling typify v0.2.0 |
1388 | 2024-12-17T17:59:25.688Z | Compiling progenitor-impl v0.8.0 |
1389 | 2024-12-17T17:59:25.933Z | Compiling hyper-util v0.1.9 |
1390 | 2024-12-17T17:59:26.456Z | Compiling block-buffer v0.10.4 |
1391 | 2024-12-17T17:59:26.658Z | Compiling slog-async v2.8.0 |
1392 | 2024-12-17T17:59:27.034Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-12-17T17:59:28.024Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-17T17:59:28.115Z | Compiling digest v0.10.7 |
1395 | 2024-12-17T17:59:29.432Z | Compiling http-body-util v0.1.2 |
1396 | 2024-12-17T17:59:29.702Z | Compiling multer v3.1.0 |
1397 | 2024-12-17T17:59:29.919Z | Compiling encoding_rs v0.8.34 |
1398 | 2024-12-17T17:59:29.958Z | Compiling ident_case v1.0.1 |
1399 | 2024-12-17T17:59:30.024Z | Compiling paste v1.0.15 |
1400 | 2024-12-17T17:59:30.062Z | Compiling progenitor-macro v0.8.0 |
1401 | 2024-12-17T17:59:30.101Z | Compiling mime v0.3.17 |
1402 | 2024-12-17T17:59:30.149Z | Compiling crossbeam-utils v0.8.19 |
1403 | 2024-12-17T17:59:30.400Z | Compiling darling_core v0.20.9 |
1404 | 2024-12-17T17:59:30.614Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2024-12-17T17:59:30.900Z | Compiling usdt-macro v0.5.0 |
1406 | 2024-12-17T17:59:31.539Z | Compiling rustls-pemfile v2.1.3 |
1407 | 2024-12-17T17:59:31.873Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2024-12-17T17:59:32.240Z | Compiling openssl-probe v0.1.5 |
1409 | 2024-12-17T17:59:34.457Z | Compiling darling_macro v0.20.9 |
1410 | 2024-12-17T17:59:34.609Z | Compiling async-stream-impl v0.3.5 |
1411 | 2024-12-17T17:59:36.004Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-17T17:59:38.143Z | Compiling powerfmt v0.2.0 |
1413 | 2024-12-17T17:59:38.524Z | Compiling ipnet v2.9.0 |
1414 | 2024-12-17T17:59:38.594Z | Compiling deranged v0.3.11 |
1415 | 2024-12-17T17:59:39.924Z | Compiling tokio-rustls v0.26.0 |
1416 | 2024-12-17T17:59:40.786Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-17T17:59:41.032Z | Compiling darling v0.20.9 |
1418 | 2024-12-17T17:59:41.365Z | Compiling serde_spanned v0.6.7 |
1419 | 2024-12-17T17:59:41.690Z | Compiling webpki-roots v0.26.3 |
1420 | 2024-12-17T17:59:41.853Z | Compiling futures-executor v0.3.30 |
1421 | 2024-12-17T17:59:43.319Z | Compiling num_threads v0.1.7 |
1422 | 2024-12-17T17:59:43.644Z | Compiling time v0.3.36 |
1423 | 2024-12-17T17:59:48.230Z | Compiling futures v0.3.30 |
1424 | 2024-12-17T17:59:48.323Z | Compiling hyper-rustls v0.27.3 |
1425 | 2024-12-17T17:59:48.673Z | Compiling serde_with_macros v3.9.0 |
1426 | 2024-12-17T17:59:49.319Z | Compiling hyper-tls v0.6.0 |
1427 | 2024-12-17T17:59:49.646Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-17T17:59:50.214Z | Compiling strum v0.26.2 |
1429 | 2024-12-17T17:59:50.364Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-12-17T17:59:51.055Z | Compiling structmeta-derive v0.3.0 |
1431 | 2024-12-17T17:59:52.882Z | Compiling sync_wrapper v1.0.1 |
1432 | 2024-12-17T17:59:53.115Z | Compiling rustix v0.38.34 |
1433 | 2024-12-17T17:59:53.292Z | Compiling reqwest v0.12.7 |
1434 | 2024-12-17T17:59:53.726Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-17T17:59:55.147Z | Compiling dirs-sys-next v0.1.2 |
1436 | 2024-12-17T17:59:55.439Z | Compiling errno v0.3.9 |
1437 | 2024-12-17T17:59:55.653Z | Compiling match_cfg v0.1.0 |
1438 | 2024-12-17T17:59:56.363Z | Compiling winnow v0.6.18 |
1439 | 2024-12-17T18:00:00.405Z | Compiling hostname v0.3.1 |
1440 | 2024-12-17T18:00:00.626Z | Compiling dirs-next v2.0.0 |
1441 | 2024-12-17T18:00:00.831Z | Compiling progenitor-client v0.8.0 |
1442 | 2024-12-17T18:00:02.791Z | Compiling parse-display-derive v0.10.0 |
1443 | 2024-12-17T18:00:03.327Z | Compiling ipnetwork v0.20.0 |
1444 | 2024-12-17T18:00:04.025Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1445 | 2024-12-17T18:00:04.632Z | Compiling thread_local v1.1.8 |
1446 | 2024-12-17T18:00:06.469Z | Compiling progenitor v0.8.0 |
1447 | 2024-12-17T18:00:06.548Z | Compiling term v0.7.0 |
1448 | 2024-12-17T18:00:07.318Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-17T18:00:07.465Z | Compiling is-terminal v0.4.12 |
1450 | 2024-12-17T18:00:07.581Z | Compiling memmap v0.7.0 |
1451 | 2024-12-17T18:00:07.908Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-17T18:00:09.980Z | Compiling usdt v0.5.0 |
1453 | 2024-12-17T18:00:10.605Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-17T18:00:11.066Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-17T18:00:11.697Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-17T18:00:11.988Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-17T18:00:12.450Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-12-17T18:00:12.566Z | Compiling winnow v0.5.40 |
1459 | 2024-12-17T18:00:14.330Z | Compiling tokio-rustls v0.25.0 |
1460 | 2024-12-17T18:00:14.687Z | Compiling toml v0.8.19 |
1461 | 2024-12-17T18:00:15.094Z | Compiling toml_edit v0.19.15 |
1462 | 2024-12-17T18:00:15.721Z | Compiling slog-bunyan v2.5.0 |
1463 | 2024-12-17T18:00:19.185Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-17T18:00:19.345Z | Compiling waitgroup v0.1.2 |
1465 | 2024-12-17T18:00:19.522Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2024-12-17T18:00:19.547Z | Compiling hostname v0.4.0 |
1467 | 2024-12-17T18:00:22.963Z | Compiling proc-macro-crate v1.3.1 |
1468 | 2024-12-17T18:00:23.114Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1469 | 2024-12-17T18:00:23.560Z | Compiling serde_with v3.9.0 |
1470 | 2024-12-17T18:00:25.044Z | Compiling newtype-uuid v1.1.0 |
1471 | 2024-12-17T18:00:25.293Z | Compiling unicode-width v0.1.14 |
1472 | 2024-12-17T18:00:26.540Z | Compiling hex v0.4.3 |
1473 | 2024-12-17T18:00:27.081Z | Compiling clap_derive v4.5.4 |
1474 | 2024-12-17T18:00:27.210Z | Compiling instant v0.1.12 |
1475 | 2024-12-17T18:00:27.348Z | Compiling lazy_static v1.5.0 |
1476 | 2024-12-17T18:00:27.568Z | Compiling utf8parse v0.2.1 |
1477 | 2024-12-17T18:00:27.694Z | Compiling anstyle-parse v0.2.4 |
1478 | 2024-12-17T18:00:28.084Z | Compiling backoff v0.4.0 |
1479 | 2024-12-17T18:00:29.200Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1480 | 2024-12-17T18:00:29.352Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2024-12-17T18:00:29.784Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1482 | 2024-12-17T18:00:29.808Z | Compiling parse-display v0.10.0 |
1483 | 2024-12-17T18:00:30.050Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1484 | 2024-12-17T18:00:30.211Z | Compiling macaddr v1.0.1 |
1485 | 2024-12-17T18:00:30.234Z | Compiling regress v0.9.1 |
1486 | 2024-12-17T18:00:30.936Z | Compiling num-integer v0.1.46 |
1487 | 2024-12-17T18:00:31.373Z | Compiling is_terminal_polyfill v1.70.0 |
1488 | 2024-12-17T18:00:31.711Z | Compiling colorchoice v1.0.1 |
1489 | 2024-12-17T18:00:31.764Z | Compiling unicode-xid v0.2.4 |
1490 | 2024-12-17T18:00:31.853Z | Compiling anstyle-query v1.0.3 |
1491 | 2024-12-17T18:00:31.912Z | Compiling anstyle v1.0.7 |
1492 | 2024-12-17T18:00:31.979Z | Compiling crucible-workspace-hack v0.1.0 |
1493 | 2024-12-17T18:00:32.264Z | Compiling anstream v0.6.14 |
1494 | 2024-12-17T18:00:33.723Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1495 | 2024-12-17T18:00:33.796Z | Compiling terminal_size v0.3.0 |
1496 | 2024-12-17T18:00:34.860Z | Compiling heapless v0.8.0 |
1497 | 2024-12-17T18:00:35.271Z | Compiling clap_lex v0.7.0 |
1498 | 2024-12-17T18:00:36.063Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-17T18:00:37.017Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-17T18:00:37.077Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-17T18:00:38.208Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-17T18:00:38.718Z | Compiling fastrand v2.1.0 |
1503 | 2024-12-17T18:00:38.837Z | Compiling stable_deref_trait v1.2.0 |
1504 | 2024-12-17T18:00:38.953Z | Compiling smoltcp v0.11.0 |
1505 | 2024-12-17T18:00:39.248Z | Compiling either v1.13.0 |
1506 | 2024-12-17T18:00:39.425Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1507 | 2024-12-17T18:00:39.601Z | Compiling clap v4.5.4 |
1508 | 2024-12-17T18:00:39.705Z | Compiling num-rational v0.4.2 |
1509 | 2024-12-17T18:00:39.773Z | Compiling tempfile v3.10.1 |
1510 | 2024-12-17T18:00:41.037Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-17T18:00:41.679Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-17T18:00:41.752Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-17T18:00:41.934Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-17T18:00:42.405Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-17T18:00:42.633Z | Compiling managed v0.8.0 |
1516 | 2024-12-17T18:00:42.822Z | Compiling cobs v0.2.3 |
1517 | 2024-12-17T18:00:42.887Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2024-12-17T18:00:43.055Z | Compiling bitflags v1.3.2 |
1519 | 2024-12-17T18:00:43.217Z | Compiling postcard v1.0.9 |
1520 | 2024-12-17T18:00:43.423Z | Compiling num v0.4.3 |
1521 | 2024-12-17T18:00:43.463Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-17T18:00:43.945Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-17T18:00:44.026Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-17T18:00:44.567Z | Compiling proc-macro-error v1.0.4 |
1525 | 2024-12-17T18:00:44.656Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-17T18:00:44.969Z | Compiling foreign-types-shared v0.3.1 |
1527 | 2024-12-17T18:00:45.091Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1528 | 2024-12-17T18:00:45.286Z | Compiling prettyplease v0.2.22 |
1529 | 2024-12-17T18:00:45.518Z | Compiling pretty-hex v0.2.1 |
1530 | 2024-12-17T18:00:45.867Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1531 | 2024-12-17T18:00:45.891Z | Compiling foreign-types v0.5.0 |
1532 | 2024-12-17T18:00:48.531Z | Compiling tabwriter v1.4.0 |
1533 | 2024-12-17T18:00:48.960Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-17T18:00:49.064Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1535 | 2024-12-17T18:00:49.675Z | Compiling cstr-argument v0.1.2 |
1536 | 2024-12-17T18:00:49.750Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1537 | 2024-12-17T18:00:49.909Z | Compiling data-encoding v2.6.0 |
1538 | 2024-12-17T18:00:50.343Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-17T18:00:51.019Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-17T18:00:52.237Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-17T18:00:52.457Z | Compiling colored v2.1.0 |
1542 | 2024-12-17T18:00:53.186Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-17T18:00:53.376Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-17T18:00:53.498Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-17T18:00:53.540Z | Compiling float-ord v0.3.2 |
1546 | 2024-12-17T18:00:53.599Z | Compiling unicode-segmentation v1.11.0 |
1547 | 2024-12-17T18:00:53.694Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1548 | 2024-12-17T18:00:53.821Z | Compiling semver v0.1.20 |
1549 | 2024-12-17T18:00:54.037Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1550 | 2024-12-17T18:00:54.173Z | Compiling newline-converter v0.3.0 |
1551 | 2024-12-17T18:00:54.330Z | Compiling rustc_version v0.1.7 |
1552 | 2024-12-17T18:00:54.622Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1553 | 2024-12-17T18:00:56.087Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-17T18:00:57.421Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-17T18:00:57.448Z | Compiling itertools v0.10.5 |
1556 | 2024-12-17T18:00:58.152Z | Compiling console v0.15.8 |
1557 | 2024-12-17T18:01:00.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-17T18:01:00.560Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-17T18:01:01.543Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-17T18:01:01.658Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-17T18:01:01.682Z | Compiling base64ct v1.6.0 |
1562 | 2024-12-17T18:01:01.957Z | Compiling similar v2.5.0 |
1563 | 2024-12-17T18:01:02.210Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1564 | 2024-12-17T18:01:02.663Z | Compiling password-hash v0.5.0 |
1565 | 2024-12-17T18:01:03.750Z | Compiling expectorate v1.1.0 |
1566 | 2024-12-17T18:01:04.013Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1567 | 2024-12-17T18:01:04.391Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-12-17T18:01:04.806Z | Compiling zone v0.3.0 |
1569 | 2024-12-17T18:01:06.466Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1570 | 2024-12-17T18:01:06.694Z | Compiling newtype_derive v0.1.6 |
1571 | 2024-12-17T18:01:07.022Z | Compiling zerocopy v0.3.2 |
1572 | 2024-12-17T18:01:07.271Z | Compiling blake2 v0.10.6 |
1573 | 2024-12-17T18:01:07.423Z | Compiling cargo-platform v0.1.8 |
1574 | 2024-12-17T18:01:07.457Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-12-17T18:01:07.794Z | Compiling smf v0.2.3 |
1576 | 2024-12-17T18:01:08.110Z | Compiling zerocopy-derive v0.6.6 |
1577 | 2024-12-17T18:01:08.207Z | Compiling serde_repr v0.1.19 |
1578 | 2024-12-17T18:01:09.130Z | Compiling vergen v8.3.2 |
1579 | 2024-12-17T18:01:09.277Z | Compiling whoami v1.5.1 |
1580 | 2024-12-17T18:01:09.376Z | Compiling owo-colors v4.1.0 |
1581 | 2024-12-17T18:01:09.590Z | Compiling base64 v0.21.7 |
1582 | 2024-12-17T18:01:09.613Z | Compiling fixedbitset v0.4.2 |
1583 | 2024-12-17T18:01:09.698Z | Compiling cancel-safe-futures v0.1.5 |
1584 | 2024-12-17T18:01:09.733Z | Compiling zerocopy v0.6.6 |
1585 | 2024-12-17T18:01:10.039Z | Compiling petgraph v0.6.5 |
1586 | 2024-12-17T18:01:10.277Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-17T18:01:10.352Z | Compiling cargo_metadata v0.18.1 |
1588 | 2024-12-17T18:01:10.447Z | Compiling argon2 v0.5.3 |
1589 | 2024-12-17T18:01:10.652Z | Compiling dof v0.1.5 |
1590 | 2024-12-17T18:01:12.581Z | Compiling rustc_version v0.4.0 |
1591 | 2024-12-17T18:01:12.658Z | Compiling serde-big-array v0.5.1 |
1592 | 2024-12-17T18:01:12.881Z | Compiling dtrace-parser v0.1.14 |
1593 | 2024-12-17T18:01:13.041Z | Compiling strum_macros v0.25.3 |
1594 | 2024-12-17T18:01:13.065Z | Compiling libsqlite3-sys v0.30.1 |
1595 | 2024-12-17T18:01:13.325Z | Compiling cookie v0.18.1 |
1596 | 2024-12-17T18:01:13.517Z | Compiling slog-dtrace v0.3.0 |
1597 | 2024-12-17T18:01:13.642Z | Compiling cfg_aliases v0.2.1 |
1598 | 2024-12-17T18:01:13.820Z | Compiling rustls v0.21.12 |
1599 | 2024-12-17T18:01:14.104Z | Compiling convert_case v0.4.0 |
1600 | 2024-12-17T18:01:14.233Z | Compiling nix v0.29.0 |
1601 | 2024-12-17T18:01:14.664Z | Compiling derive_more v0.99.18 |
1602 | 2024-12-17T18:01:15.272Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-12-17T18:01:15.504Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-12-17T18:01:15.712Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1605 | 2024-12-17T18:01:16.986Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-17T18:01:17.590Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-12-17T18:01:18.317Z | Compiling atomicwrites v0.4.4 |
1608 | 2024-12-17T18:01:18.721Z | Compiling itertools v0.13.0 |
1609 | 2024-12-17T18:01:19.146Z | Compiling libsw v3.3.1 |
1610 | 2024-12-17T18:01:19.293Z | Compiling idna v0.4.0 |
1611 | 2024-12-17T18:01:19.402Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2024-12-17T18:01:19.773Z | Compiling rustls-webpki v0.101.7 |
1613 | 2024-12-17T18:01:21.498Z | Compiling sct v0.7.1 |
1614 | 2024-12-17T18:01:21.859Z | Compiling derive-where v1.2.7 |
1615 | 2024-12-17T18:01:22.134Z | Compiling enum-as-inner v0.6.0 |
1616 | 2024-12-17T18:01:22.225Z | Compiling inout v0.1.3 |
1617 | 2024-12-17T18:01:22.413Z | Compiling linear-map v1.2.0 |
1618 | 2024-12-17T18:01:22.526Z | Compiling indent_write v2.2.0 |
1619 | 2024-12-17T18:01:22.696Z | Compiling utf-8 v0.7.6 |
1620 | 2024-12-17T18:01:22.720Z | Compiling radium v0.7.0 |
1621 | 2024-12-17T18:01:22.746Z | Compiling quick-error v1.2.3 |
1622 | 2024-12-17T18:01:22.878Z | Compiling linked-hash-map v0.5.6 |
1623 | 2024-12-17T18:01:22.991Z | Compiling swrite v0.1.0 |
1624 | 2024-12-17T18:01:23.015Z | Compiling highway v1.2.0 |
1625 | 2024-12-17T18:01:23.105Z | Compiling hickory-proto v0.24.1 |
1626 | 2024-12-17T18:01:23.146Z | Compiling lru-cache v0.1.2 |
1627 | 2024-12-17T18:01:23.173Z | Compiling tungstenite v0.21.0 |
1628 | 2024-12-17T18:01:23.320Z | Compiling resolv-conf v0.7.0 |
1629 | 2024-12-17T18:01:24.102Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1630 | 2024-12-17T18:01:24.217Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-12-17T18:01:24.470Z | Compiling cipher v0.4.4 |
1632 | 2024-12-17T18:01:26.968Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-17T18:01:27.010Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-17T18:01:31.147Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-17T18:01:31.608Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2024-12-17T18:01:33.352Z | Compiling git2 v0.19.0 |
1637 | 2024-12-17T18:01:35.098Z | Compiling steno v0.4.1 |
1638 | 2024-12-17T18:01:38.373Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-17T18:01:38.484Z | Compiling crossbeam-epoch v0.9.18 |
1640 | 2024-12-17T18:01:39.342Z | Compiling hashlink v0.9.1 |
1641 | 2024-12-17T18:01:39.417Z | Compiling fallible-streaming-iterator v0.1.9 |
1642 | 2024-12-17T18:01:39.573Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1643 | 2024-12-17T18:01:39.628Z | Compiling rayon-core v1.12.1 |
1644 | 2024-12-17T18:01:39.913Z | Compiling tap v1.0.1 |
1645 | 2024-12-17T18:01:39.937Z | Compiling humantime v2.1.0 |
1646 | 2024-12-17T18:01:40.069Z | Compiling fallible-iterator v0.3.0 |
1647 | 2024-12-17T18:01:40.564Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1648 | 2024-12-17T18:01:40.648Z | Compiling rusqlite v0.32.1 |
1649 | 2024-12-17T18:01:43.616Z | Compiling wyz v0.5.1 |
1650 | 2024-12-17T18:01:44.002Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1651 | 2024-12-17T18:01:44.285Z | Compiling crossbeam-deque v0.8.5 |
1652 | 2024-12-17T18:01:44.403Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-12-17T18:01:44.592Z | Compiling hickory-resolver v0.24.1 |
1654 | 2024-12-17T18:01:44.763Z | Compiling tokio-tungstenite v0.21.0 |
1655 | 2024-12-17T18:01:45.208Z | Compiling usdt-macro v0.3.5 |
1656 | 2024-12-17T18:01:45.379Z | Compiling usdt-attr-macro v0.3.5 |
1657 | 2024-12-17T18:01:45.461Z | Compiling rustls-pemfile v1.0.4 |
1658 | 2024-12-17T18:01:46.047Z | Compiling twox-hash v1.6.3 |
1659 | 2024-12-17T18:01:46.203Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1660 | 2024-12-17T18:01:46.482Z | Compiling num_enum_derive v0.7.2 |
1661 | 2024-12-17T18:01:46.772Z | Compiling universal-hash v0.5.1 |
1662 | 2024-12-17T18:01:46.953Z | Compiling atty v0.2.14 |
1663 | 2024-12-17T18:01:47.077Z | Compiling funty v2.0.0 |
1664 | 2024-12-17T18:01:48.241Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1665 | 2024-12-17T18:01:48.544Z | Compiling opaque-debug v0.3.1 |
1666 | 2024-12-17T18:01:48.630Z | Compiling polyval v0.6.2 |
1667 | 2024-12-17T18:01:48.818Z | Compiling num_enum v0.7.2 |
1668 | 2024-12-17T18:01:49.002Z | Compiling bitvec v1.0.1 |
1669 | 2024-12-17T18:01:49.406Z | Compiling usdt v0.3.5 |
1670 | 2024-12-17T18:01:49.777Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1671 | 2024-12-17T18:01:52.909Z | Compiling aes v0.8.4 |
1672 | 2024-12-17T18:01:54.179Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1673 | 2024-12-17T18:01:54.585Z | Compiling ctr v0.9.2 |
1674 | 2024-12-17T18:01:54.845Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1675 | 2024-12-17T18:01:55.183Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1676 | 2024-12-17T18:01:57.177Z | Compiling bincode v1.3.3 |
1677 | 2024-12-17T18:01:57.201Z | Compiling aead v0.5.2 |
1678 | 2024-12-17T18:01:57.498Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1679 | 2024-12-17T18:01:57.644Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1680 | 2024-12-17T18:01:57.919Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1681 | 2024-12-17T18:01:58.000Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1682 | 2024-12-17T18:01:58.270Z | Compiling aes-gcm-siv v0.11.1 |
1683 | 2024-12-17T18:01:58.493Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1684 | 2024-12-17T18:01:59.689Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1685 | 2024-12-17T18:02:00.112Z | Compiling toml v0.7.8 |
1686 | 2024-12-17T18:02:04.145Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1687 | 2024-12-17T18:02:04.810Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-17T18:02:05.662Z | Compiling rayon v1.10.0 |
1689 | 2024-12-17T18:02:06.704Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1690 | 2024-12-17T18:02:06.988Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1691 | 2024-12-17T18:02:07.345Z | Compiling bitstruct_derive v0.1.0 |
1692 | 2024-12-17T18:02:07.989Z | Compiling async-recursion v1.1.1 |
1693 | 2024-12-17T18:02:08.332Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1694 | 2024-12-17T18:02:08.452Z | Compiling ringbuffer v0.15.0 |
1695 | 2024-12-17T18:02:08.959Z | Compiling typeid v1.0.0 |
1696 | 2024-12-17T18:02:09.102Z | Compiling ascii v1.1.0 |
1697 | 2024-12-17T18:02:09.125Z | Compiling erased-serde v0.4.5 |
1698 | 2024-12-17T18:02:09.756Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1699 | 2024-12-17T18:02:10.205Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-17T18:02:10.280Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-17T18:02:10.388Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-17T18:02:10.526Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1703 | 2024-12-17T18:02:10.828Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1704 | 2024-12-17T18:02:11.182Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-17T18:02:11.206Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1706 | 2024-12-17T18:02:11.660Z | Compiling const_format_proc_macros v0.2.32 |
1707 | 2024-12-17T18:02:11.968Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1708 | 2024-12-17T18:02:12.818Z | Compiling serde_arrays v0.1.0 |
1709 | 2024-12-17T18:02:12.977Z | Compiling kstat-rs v0.2.4 |
1710 | 2024-12-17T18:02:13.070Z | Compiling libloading v0.7.4 |
1711 | 2024-12-17T18:02:13.395Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1712 | 2024-12-17T18:02:13.681Z | Compiling const_format v0.2.32 |
1713 | 2024-12-17T18:02:14.657Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1714 | 2024-12-17T18:02:15.186Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1715 | 2024-12-17T18:02:15.522Z | Compiling ron v0.8.1 |
1716 | 2024-12-17T18:02:16.719Z | Compiling bit_field v0.10.2 |
1717 | 2024-12-17T18:02:16.949Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1718 | 2024-12-17T18:02:26.530Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1719 | 2024-12-17T18:02:29.145Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1720 | 2024-12-17T18:03:19.956Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1721 | 2024-12-17T18:03:20.083Z | |
1722 | 2024-12-17T18:03:20.083Z | real 4:30.998125496 |
1723 | 2024-12-17T18:03:20.084Z | user 31:46.315745256 |
1724 | 2024-12-17T18:03:20.084Z | sys 2:16.509848797 |
1725 | 2024-12-17T18:03:20.084Z | trap 0.881566609 |
1726 | 2024-12-17T18:03:20.084Z | tflt 1.273939053 |
1727 | 2024-12-17T18:03:20.084Z | dflt 0.374941554 |
1728 | 2024-12-17T18:03:20.084Z | kflt 0.004804889 |
1729 | 2024-12-17T18:03:20.110Z | lock 1:08:13.453249238 |
1730 | 2024-12-17T18:03:20.111Z | slp 1:54:34.640325883 |
1731 | 2024-12-17T18:03:20.111Z | lat 1:46.682075475 |
1732 | 2024-12-17T18:03:20.111Z | stop 2:07.884701042 |
1733 | 2024-12-17T18:03:20.111Z | + OUTDIR=/work/release |
1734 | 2024-12-17T18:03:20.111Z | + mkdir -p /work/release |
1735 | 2024-12-17T18:03:20.111Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-17T18:03:20.111Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-17T18:03:20.172Z | process exited: duration 499167 ms, exit code 0 |
|
1738 | 2024-12-17T18:03:20.250Z | found 2 output files |
1739 | 2024-12-17T18:03:20.250Z | uploading: /work/release/propolis-cli (14468936 bytes) |
1740 | 2024-12-17T18:03:26.711Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-17T18:03:26.711Z | uploading: /work/release/propolis-server (58346432 bytes) |
1742 | 2024-12-17T18:03:42.820Z | uploaded: /work/release/propolis-server |