|
|
|
1 | 2025-01-08T21:06:47.298Z | job assigned to worker 01JH3VT3JJAZBYK5PZ0N89X66Y [factory aws, i-0a8ad41f6fe54a79a] (queued for 50 s) |
|
2 | 2025-01-08T21:06:55.430Z | starting task 0: "setup" |
3 | 2025-01-08T21:06:55.439Z | ++ uname -s |
4 | 2025-01-08T21:06:55.442Z | + kern=SunOS |
5 | 2025-01-08T21:06:55.442Z | + case "$kern" in |
6 | 2025-01-08T21:06:55.442Z | + groupadd -g 12345 build |
7 | 2025-01-08T21:06:55.444Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T21:06:57.453Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T21:06:57.568Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T21:06:57.571Z | + home_fs=zfs |
11 | 2025-01-08T21:06:57.571Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T21:06:57.571Z | + mkdir -p /home/build |
13 | 2025-01-08T21:06:57.573Z | + chown build:build /home/build /work |
14 | 2025-01-08T21:06:59.575Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T21:06:59.578Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2025-01-08T21:06:59.583Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T21:06:59.589Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T21:06:59.589Z | * toolchain channel = "stable" |
19 | 2025-01-08T21:06:59.589Z | ' stable |
20 | 2025-01-08T21:06:59.589Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-08T21:06:59.589Z | ' default |
22 | 2025-01-08T21:06:59.589Z | * toolchain profile = "default" |
23 | 2025-01-08T21:06:59.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T21:06:59.592Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2025-01-08T21:06:59.706Z | info: downloading installer |
26 | 2025-01-08T21:07:00.916Z | info: profile set to 'default' |
27 | 2025-01-08T21:07:00.917Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T21:07:00.919Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2025-01-08T21:07:01.069Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2025-01-08T21:07:01.069Z | info: downloading component 'cargo' |
31 | 2025-01-08T21:07:01.941Z | info: downloading component 'clippy' |
32 | 2025-01-08T21:07:02.274Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T21:07:03.491Z | info: downloading component 'rust-std' |
34 | 2025-01-08T21:07:05.243Z | info: downloading component 'rustc' |
35 | 2025-01-08T21:07:11.917Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T21:07:12.174Z | info: installing component 'cargo' |
37 | 2025-01-08T21:07:12.991Z | info: installing component 'clippy' |
38 | 2025-01-08T21:07:13.368Z | info: installing component 'rust-docs' |
39 | 2025-01-08T21:07:15.093Z | info: installing component 'rust-std' |
40 | 2025-01-08T21:07:16.748Z | info: installing component 'rustc' |
41 | 2025-01-08T21:07:22.547Z | info: installing component 'rustfmt' |
42 | 2025-01-08T21:07:22.876Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2025-01-08T21:07:22.876Z | |
44 | 2025-01-08T21:07:23.238Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2025-01-08T21:07:23.238Z | |
46 | 2025-01-08T21:07:23.241Z | |
47 | 2025-01-08T21:07:23.241Z | Rust is installed now. Great! |
48 | 2025-01-08T21:07:23.241Z | |
49 | 2025-01-08T21:07:23.241Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T21:07:23.241Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T21:07:23.241Z | |
52 | 2025-01-08T21:07:23.241Z | To configure your current shell, you need to source |
53 | 2025-01-08T21:07:23.241Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T21:07:23.241Z | |
55 | 2025-01-08T21:07:23.241Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T21:07:23.241Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T21:07:23.241Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T21:07:23.312Z | + rustc --version |
59 | 2025-01-08T21:07:23.378Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2025-01-08T21:07:23.381Z | process exited: duration 23795 ms, exit code 0 |
|
61 | 2025-01-08T21:07:23.386Z | starting task 2: "authentication" |
62 | 2025-01-08T21:07:23.407Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T21:07:23.412Z | starting task 3: "clone repository" |
64 | 2025-01-08T21:07:23.417Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2025-01-08T21:07:23.420Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2025-01-08T21:07:23.458Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2025-01-08T21:07:24.431Z | + cd /work/oxidecomputer/propolis |
68 | 2025-01-08T21:07:24.434Z | + git fetch origin 2ff265bdff653be259dee7abda1310440c1f928c |
69 | 2025-01-08T21:07:24.724Z | From https://github.com/oxidecomputer/propolis |
70 | 2025-01-08T21:07:24.724Z | * branch 2ff265bdff653be259dee7abda1310440c1f928c -> FETCH_HEAD |
71 | 2025-01-08T21:07:24.732Z | + [[ -n ixi/boot-option-description ]] |
72 | 2025-01-08T21:07:24.735Z | ++ git branch --show-current |
73 | 2025-01-08T21:07:24.738Z | + current=master |
74 | 2025-01-08T21:07:24.738Z | + [[ master != ixi/boot-option-description ]] |
75 | 2025-01-08T21:07:24.738Z | + git branch -f ixi/boot-option-description 2ff265bdff653be259dee7abda1310440c1f928c |
76 | 2025-01-08T21:07:24.741Z | + git checkout -f ixi/boot-option-description |
77 | 2025-01-08T21:07:24.765Z | Switched to branch 'ixi/boot-option-description' |
78 | 2025-01-08T21:07:24.768Z | + git reset --hard 2ff265bdff653be259dee7abda1310440c1f928c |
79 | 2025-01-08T21:07:24.790Z | HEAD is now at 2ff265b skip boot option description test for windows guests... |
80 | 2025-01-08T21:07:24.793Z | process exited: duration 1377 ms, exit code 0 |
|
81 | 2025-01-08T21:07:24.798Z | starting task 4: "build" |
82 | 2025-01-08T21:07:24.803Z | + cargo --version |
83 | 2025-01-08T21:07:24.863Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2025-01-08T21:07:24.866Z | + rustc --version |
85 | 2025-01-08T21:07:24.929Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2025-01-08T21:07:24.932Z | + banner check |
87 | 2025-01-08T21:07:24.934Z | |
88 | 2025-01-08T21:07:24.934Z | #### # # ###### #### # # |
89 | 2025-01-08T21:07:24.935Z | # # # # # # # # # |
90 | 2025-01-08T21:07:24.935Z | # ###### ##### # #### |
91 | 2025-01-08T21:07:24.935Z | # # # # # # # |
92 | 2025-01-08T21:07:24.935Z | # # # # # # # # # |
93 | 2025-01-08T21:07:24.935Z | #### # # ###### #### # # |
94 | 2025-01-08T21:07:24.935Z | |
95 | 2025-01-08T21:07:24.935Z | + ptime -m cargo check --features falcon |
96 | 2025-01-08T21:07:25.092Z | Updating crates.io index |
97 | 2025-01-08T21:07:25.150Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2025-01-08T21:07:26.687Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2025-01-08T21:07:33.586Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2025-01-08T21:07:33.855Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2025-01-08T21:07:34.101Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2025-01-08T21:07:34.388Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2025-01-08T21:07:34.760Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-08T21:07:35.035Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2025-01-08T21:07:35.565Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2025-01-08T21:07:35.863Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2025-01-08T21:07:36.254Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2025-01-08T21:07:36.748Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2025-01-08T21:07:37.715Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2025-01-08T21:07:38.417Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2025-01-08T21:07:39.020Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2025-01-08T21:07:39.336Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2025-01-08T21:07:39.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2025-01-08T21:07:39.978Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2025-01-08T21:07:40.980Z | Downloading crates ... |
116 | 2025-01-08T21:07:41.045Z | Downloaded aead v0.5.2 |
117 | 2025-01-08T21:07:41.055Z | Downloaded atty v0.2.14 |
118 | 2025-01-08T21:07:41.057Z | Downloaded cfg-if v1.0.0 |
119 | 2025-01-08T21:07:41.063Z | Downloaded bitstruct_derive v0.1.0 |
120 | 2025-01-08T21:07:41.063Z | Downloaded autocfg v1.3.0 |
121 | 2025-01-08T21:07:41.065Z | Downloaded cfg_aliases v0.2.1 |
122 | 2025-01-08T21:07:41.073Z | Downloaded cfg_aliases v0.1.1 |
123 | 2025-01-08T21:07:41.075Z | Downloaded percent-encoding v2.3.1 |
124 | 2025-01-08T21:07:41.075Z | Downloaded bitstruct v0.1.1 |
125 | 2025-01-08T21:07:41.078Z | Downloaded openssl-macros v0.1.1 |
126 | 2025-01-08T21:07:41.078Z | Downloaded cstr-argument v0.1.2 |
127 | 2025-01-08T21:07:41.080Z | Downloaded darling_macro v0.20.9 |
128 | 2025-01-08T21:07:41.080Z | Downloaded crucible-workspace-hack v0.1.0 |
129 | 2025-01-08T21:07:41.083Z | Downloaded dtrace-parser v0.2.0 |
130 | 2025-01-08T21:07:41.087Z | Downloaded async-stream-impl v0.3.5 |
131 | 2025-01-08T21:07:41.096Z | Downloaded ascii v1.1.0 |
132 | 2025-01-08T21:07:41.098Z | Downloaded pretty-hex v0.2.1 |
133 | 2025-01-08T21:07:41.104Z | Downloaded equivalent v1.0.1 |
134 | 2025-01-08T21:07:41.107Z | Downloaded dirs-next v2.0.0 |
135 | 2025-01-08T21:07:41.109Z | Downloaded progenitor-client v0.8.0 |
136 | 2025-01-08T21:07:41.109Z | Downloaded atomicwrites v0.4.4 |
137 | 2025-01-08T21:07:41.113Z | Downloaded scroll_derive v0.12.0 |
138 | 2025-01-08T21:07:41.118Z | Downloaded bitflags v1.3.2 |
139 | 2025-01-08T21:07:41.123Z | Downloaded serde-big-array v0.5.1 |
140 | 2025-01-08T21:07:41.126Z | Downloaded cargo-platform v0.1.8 |
141 | 2025-01-08T21:07:41.126Z | Downloaded async-stream v0.3.5 |
142 | 2025-01-08T21:07:41.129Z | Downloaded omicron-workspace-hack v0.1.0 |
143 | 2025-01-08T21:07:41.129Z | Downloaded anstyle-parse v0.2.4 |
144 | 2025-01-08T21:07:41.132Z | Downloaded num-integer v0.1.46 |
145 | 2025-01-08T21:07:41.132Z | Downloaded openssl-probe v0.1.5 |
146 | 2025-01-08T21:07:41.135Z | Downloaded digest v0.10.7 |
147 | 2025-01-08T21:07:41.135Z | Downloaded deranged v0.3.11 |
148 | 2025-01-08T21:07:41.139Z | Downloaded errno v0.3.9 |
149 | 2025-01-08T21:07:41.139Z | Downloaded debug-ignore v1.0.5 |
150 | 2025-01-08T21:07:41.142Z | Downloaded serde_arrays v0.1.0 |
151 | 2025-01-08T21:07:41.142Z | Downloaded embedded-io v0.6.1 |
152 | 2025-01-08T21:07:41.144Z | Downloaded embedded-io v0.4.0 |
153 | 2025-01-08T21:07:41.147Z | Downloaded either v1.13.0 |
154 | 2025-01-08T21:07:41.147Z | Downloaded num_enum_derive v0.5.11 |
155 | 2025-01-08T21:07:41.149Z | Downloaded powerfmt v0.2.0 |
156 | 2025-01-08T21:07:41.149Z | Downloaded usdt-macro v0.5.0 |
157 | 2025-01-08T21:07:41.152Z | Downloaded enum-as-inner v0.6.0 |
158 | 2025-01-08T21:07:41.152Z | Downloaded pin-utils v0.1.0 |
159 | 2025-01-08T21:07:41.155Z | Downloaded ctr v0.9.2 |
160 | 2025-01-08T21:07:41.158Z | Downloaded parse-display-derive v0.10.0 |
161 | 2025-01-08T21:07:41.158Z | Downloaded pest_generator v2.7.10 |
162 | 2025-01-08T21:07:41.160Z | Downloaded escargot v0.5.10 |
163 | 2025-01-08T21:07:41.163Z | Downloaded defmt-parser v0.3.4 |
164 | 2025-01-08T21:07:41.163Z | Downloaded anstyle-query v1.0.3 |
165 | 2025-01-08T21:07:41.166Z | Downloaded rustls-pemfile v1.0.4 |
166 | 2025-01-08T21:07:41.169Z | Downloaded rustc_version v0.4.0 |
167 | 2025-01-08T21:07:41.169Z | Downloaded data-encoding v2.6.0 |
168 | 2025-01-08T21:07:41.172Z | Downloaded byteorder v1.5.0 |
169 | 2025-01-08T21:07:41.172Z | Downloaded anstyle v1.0.7 |
170 | 2025-01-08T21:07:41.174Z | Downloaded cancel-safe-futures v0.1.5 |
171 | 2025-01-08T21:07:41.177Z | Downloaded radium v0.7.0 |
172 | 2025-01-08T21:07:41.181Z | Downloaded resolv-conf v0.7.0 |
173 | 2025-01-08T21:07:41.181Z | Downloaded crossbeam-deque v0.8.5 |
174 | 2025-01-08T21:07:41.184Z | Downloaded semver v0.1.20 |
175 | 2025-01-08T21:07:41.184Z | Downloaded scopeguard v1.2.0 |
176 | 2025-01-08T21:07:41.187Z | Downloaded rustc_version v0.1.7 |
177 | 2025-01-08T21:07:41.187Z | Downloaded cargo_metadata v0.18.1 |
178 | 2025-01-08T21:07:41.191Z | Downloaded camino v1.1.9 |
179 | 2025-01-08T21:07:41.195Z | Downloaded pkg-config v0.3.30 |
180 | 2025-01-08T21:07:41.195Z | Downloaded bincode v1.3.3 |
181 | 2025-01-08T21:07:41.202Z | Downloaded progenitor-macro v0.8.0 |
182 | 2025-01-08T21:07:41.202Z | Downloaded argon2 v0.5.3 |
183 | 2025-01-08T21:07:41.202Z | Downloaded aes-gcm-siv v0.11.1 |
184 | 2025-01-08T21:07:41.205Z | Downloaded ppv-lite86 v0.2.17 |
185 | 2025-01-08T21:07:41.205Z | Downloaded erased-serde v0.4.5 |
186 | 2025-01-08T21:07:41.205Z | Downloaded schemars_derive v0.8.21 |
187 | 2025-01-08T21:07:41.211Z | Downloaded rustversion v1.0.17 |
188 | 2025-01-08T21:07:41.215Z | Downloaded console v0.15.8 |
189 | 2025-01-08T21:07:41.215Z | Downloaded sigpipe v0.1.3 |
190 | 2025-01-08T21:07:41.215Z | Downloaded clap_derive v4.5.4 |
191 | 2025-01-08T21:07:41.219Z | Downloaded ahash v0.8.11 |
192 | 2025-01-08T21:07:41.219Z | Downloaded wyz v0.5.1 |
193 | 2025-01-08T21:07:41.222Z | Downloaded plain v0.2.3 |
194 | 2025-01-08T21:07:41.222Z | Downloaded heck v0.4.1 |
195 | 2025-01-08T21:07:41.224Z | Downloaded foreign-types v0.5.0 |
196 | 2025-01-08T21:07:41.224Z | Downloaded fastrand v2.1.0 |
197 | 2025-01-08T21:07:41.227Z | Downloaded strum v0.26.2 |
198 | 2025-01-08T21:07:41.227Z | Downloaded futures-core v0.3.30 |
199 | 2025-01-08T21:07:41.231Z | Downloaded fallible-streaming-iterator v0.1.9 |
200 | 2025-01-08T21:07:41.231Z | Downloaded quote v1.0.37 |
201 | 2025-01-08T21:07:41.233Z | Downloaded proc-macro-error v1.0.4 |
202 | 2025-01-08T21:07:41.236Z | Downloaded rustls-pemfile v2.1.3 |
203 | 2025-01-08T21:07:41.239Z | Downloaded once_cell v1.19.0 |
204 | 2025-01-08T21:07:41.242Z | Downloaded defmt v0.3.8 |
205 | 2025-01-08T21:07:41.245Z | Downloaded anyhow v1.0.89 |
206 | 2025-01-08T21:07:41.250Z | Downloaded serde_derive_internals v0.29.1 |
207 | 2025-01-08T21:07:41.252Z | Downloaded derive-where v1.2.7 |
208 | 2025-01-08T21:07:41.255Z | Downloaded paste v1.0.15 |
209 | 2025-01-08T21:07:41.259Z | Downloaded instant v0.1.12 |
210 | 2025-01-08T21:07:41.263Z | Downloaded dof v0.1.5 |
211 | 2025-01-08T21:07:41.263Z | Downloaded num-conv v0.1.0 |
212 | 2025-01-08T21:07:41.264Z | Downloaded http-body v1.0.1 |
213 | 2025-01-08T21:07:41.266Z | Downloaded scroll v0.12.0 |
214 | 2025-01-08T21:07:41.266Z | Downloaded http-body-util v0.1.2 |
215 | 2025-01-08T21:07:41.271Z | Downloaded crossbeam-epoch v0.9.18 |
216 | 2025-01-08T21:07:41.271Z | Downloaded time-core v0.1.2 |
217 | 2025-01-08T21:07:41.274Z | Downloaded lazy_static v1.5.0 |
218 | 2025-01-08T21:07:41.276Z | Downloaded clap v4.5.4 |
219 | 2025-01-08T21:07:41.284Z | Downloaded usdt-attr-macro v0.5.0 |
220 | 2025-01-08T21:07:41.287Z | Downloaded parking_lot v0.12.2 |
221 | 2025-01-08T21:07:41.290Z | Downloaded owo-colors v4.1.0 |
222 | 2025-01-08T21:07:41.293Z | Downloaded usdt-attr-macro v0.3.5 |
223 | 2025-01-08T21:07:41.293Z | Downloaded toml_datetime v0.6.8 |
224 | 2025-01-08T21:07:41.296Z | Downloaded sct v0.7.1 |
225 | 2025-01-08T21:07:41.298Z | Downloaded pin-project-lite v0.2.14 |
226 | 2025-01-08T21:07:41.303Z | Downloaded fixedbitset v0.4.2 |
227 | 2025-01-08T21:07:41.306Z | Downloaded highway v1.2.0 |
228 | 2025-01-08T21:07:41.308Z | Downloaded proc-macro2 v1.0.86 |
229 | 2025-01-08T21:07:41.311Z | Downloaded bytes v1.7.2 |
230 | 2025-01-08T21:07:41.315Z | Downloaded progenitor-impl v0.8.0 |
231 | 2025-01-08T21:07:41.317Z | Downloaded utf8parse v0.2.1 |
232 | 2025-01-08T21:07:41.320Z | Downloaded zerocopy v0.3.2 |
233 | 2025-01-08T21:07:41.320Z | Downloaded xattr v1.3.1 |
234 | 2025-01-08T21:07:41.323Z | Downloaded swrite v0.1.0 |
235 | 2025-01-08T21:07:41.323Z | Downloaded macaddr v1.0.1 |
236 | 2025-01-08T21:07:41.325Z | Downloaded futures-macro v0.3.30 |
237 | 2025-01-08T21:07:41.328Z | Downloaded want v0.3.1 |
238 | 2025-01-08T21:07:41.328Z | Downloaded glob v0.3.1 |
239 | 2025-01-08T21:07:41.331Z | Downloaded tower-service v0.3.2 |
240 | 2025-01-08T21:07:41.331Z | Downloaded httpdate v1.0.3 |
241 | 2025-01-08T21:07:41.334Z | Downloaded postcard v1.0.9 |
242 | 2025-01-08T21:07:41.336Z | Downloaded foreign-types v0.3.2 |
243 | 2025-01-08T21:07:41.336Z | Downloaded foreign-types-macros v0.2.3 |
244 | 2025-01-08T21:07:41.341Z | Downloaded vergen v8.3.2 |
245 | 2025-01-08T21:07:41.341Z | Downloaded take_mut v0.2.2 |
246 | 2025-01-08T21:07:41.344Z | Downloaded futures v0.3.30 |
247 | 2025-01-08T21:07:41.348Z | Downloaded tokio-macros v2.4.0 |
248 | 2025-01-08T21:07:41.351Z | Downloaded hostname v0.4.0 |
249 | 2025-01-08T21:07:41.351Z | Downloaded newline-converter v0.3.0 |
250 | 2025-01-08T21:07:41.355Z | Downloaded hostname v0.3.1 |
251 | 2025-01-08T21:07:41.355Z | Downloaded time-macros v0.2.18 |
252 | 2025-01-08T21:07:41.357Z | Downloaded strum_macros v0.26.2 |
253 | 2025-01-08T21:07:41.362Z | Downloaded futures-sink v0.3.30 |
254 | 2025-01-08T21:07:41.362Z | Downloaded futures-io v0.3.30 |
255 | 2025-01-08T21:07:41.362Z | Downloaded futures-executor v0.3.30 |
256 | 2025-01-08T21:07:41.362Z | Downloaded untrusted v0.9.0 |
257 | 2025-01-08T21:07:41.365Z | Downloaded slog-term v2.9.1 |
258 | 2025-01-08T21:07:41.369Z | Downloaded darling_core v0.20.9 |
259 | 2025-01-08T21:07:41.374Z | Downloaded ryu v1.0.18 |
260 | 2025-01-08T21:07:41.376Z | Downloaded thread-id v4.2.1 |
261 | 2025-01-08T21:07:41.377Z | Downloaded serde_derive v1.0.210 |
262 | 2025-01-08T21:07:41.379Z | Downloaded hash32 v0.3.1 |
263 | 2025-01-08T21:07:41.382Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2025-01-08T21:07:41.382Z | Downloaded getrandom v0.2.14 |
265 | 2025-01-08T21:07:41.384Z | Downloaded serde_repr v0.1.19 |
266 | 2025-01-08T21:07:41.388Z | Downloaded serde_tokenstream v0.2.2 |
267 | 2025-01-08T21:07:41.388Z | Downloaded ipnet v2.9.0 |
268 | 2025-01-08T21:07:41.392Z | Downloaded match_cfg v0.1.0 |
269 | 2025-01-08T21:07:41.392Z | Downloaded serde_urlencoded v0.7.1 |
270 | 2025-01-08T21:07:41.395Z | Downloaded schemars v0.8.21 |
271 | 2025-01-08T21:07:41.405Z | Downloaded ident_case v1.0.1 |
272 | 2025-01-08T21:07:41.409Z | Downloaded strum_macros v0.25.3 |
273 | 2025-01-08T21:07:41.409Z | Downloaded foreign-types-shared v0.3.1 |
274 | 2025-01-08T21:07:41.411Z | Downloaded heck v0.5.0 |
275 | 2025-01-08T21:07:41.412Z | Downloaded is_ci v1.2.0 |
276 | 2025-01-08T21:07:41.414Z | Downloaded sha1 v0.10.6 |
277 | 2025-01-08T21:07:41.414Z | Downloaded version_check v0.9.5 |
278 | 2025-01-08T21:07:41.417Z | Downloaded managed v0.8.0 |
279 | 2025-01-08T21:07:41.417Z | Downloaded universal-hash v0.5.1 |
280 | 2025-01-08T21:07:41.417Z | Downloaded toml v0.8.19 |
281 | 2025-01-08T21:07:41.423Z | Downloaded toml v0.7.8 |
282 | 2025-01-08T21:07:41.427Z | Downloaded unicode-ident v1.0.13 |
283 | 2025-01-08T21:07:41.432Z | Downloaded base64 v0.22.1 |
284 | 2025-01-08T21:07:41.435Z | Downloaded base64 v0.21.7 |
285 | 2025-01-08T21:07:41.438Z | Downloaded hubpack_derive v0.1.1 |
286 | 2025-01-08T21:07:41.438Z | Downloaded const_format v0.2.32 |
287 | 2025-01-08T21:07:41.441Z | Downloaded serde v1.0.210 |
288 | 2025-01-08T21:07:41.445Z | Downloaded zone_cfg_derive v0.3.0 |
289 | 2025-01-08T21:07:41.445Z | Downloaded hex v0.4.3 |
290 | 2025-01-08T21:07:41.447Z | Downloaded slog-bunyan v2.5.0 |
291 | 2025-01-08T21:07:41.450Z | Downloaded hubpack v0.1.2 |
292 | 2025-01-08T21:07:41.450Z | Downloaded filetime v0.2.23 |
293 | 2025-01-08T21:07:41.452Z | Downloaded is-terminal v0.4.12 |
294 | 2025-01-08T21:07:41.452Z | Downloaded mime v0.3.17 |
295 | 2025-01-08T21:07:41.455Z | Downloaded fnv v1.0.7 |
296 | 2025-01-08T21:07:41.455Z | Downloaded cc v1.0.97 |
297 | 2025-01-08T21:07:41.459Z | Downloaded unicode-xid v0.2.4 |
298 | 2025-01-08T21:07:41.459Z | Downloaded newtype_derive v0.1.6 |
299 | 2025-01-08T21:07:41.462Z | Downloaded usdt-impl v0.5.0 |
300 | 2025-01-08T21:07:41.462Z | Downloaded thiserror-impl v1.0.64 |
301 | 2025-01-08T21:07:41.465Z | Downloaded thiserror v1.0.64 |
302 | 2025-01-08T21:07:41.468Z | Downloaded tap v1.0.1 |
303 | 2025-01-08T21:07:41.471Z | Downloaded tracing-attributes v0.1.27 |
304 | 2025-01-08T21:07:41.473Z | Downloaded slog-async v2.8.0 |
305 | 2025-01-08T21:07:41.473Z | Downloaded hyper-tls v0.6.0 |
306 | 2025-01-08T21:07:41.475Z | Downloaded socket2 v0.5.7 |
307 | 2025-01-08T21:07:41.478Z | Downloaded structmeta v0.3.0 |
308 | 2025-01-08T21:07:41.478Z | Downloaded tinyvec v1.6.0 |
309 | 2025-01-08T21:07:41.480Z | Downloaded typify-macro v0.2.0 |
310 | 2025-01-08T21:07:41.483Z | Downloaded typeid v1.0.0 |
311 | 2025-01-08T21:07:41.483Z | Downloaded twox-hash v1.6.3 |
312 | 2025-01-08T21:07:41.486Z | Downloaded tokio-tungstenite v0.21.0 |
313 | 2025-01-08T21:07:41.489Z | Downloaded itoa v1.0.11 |
314 | 2025-01-08T21:07:41.489Z | Downloaded sha2 v0.10.8 |
315 | 2025-01-08T21:07:41.491Z | Downloaded unicode-bidi v0.3.15 |
316 | 2025-01-08T21:07:41.493Z | Downloaded tokio-rustls v0.26.0 |
317 | 2025-01-08T21:07:41.496Z | Downloaded smf v0.2.3 |
318 | 2025-01-08T21:07:41.499Z | Downloaded slab v0.4.9 |
319 | 2025-01-08T21:07:41.499Z | Downloaded typify v0.2.0 |
320 | 2025-01-08T21:07:41.502Z | Downloaded libloading v0.7.4 |
321 | 2025-01-08T21:07:41.506Z | Downloaded term v0.7.0 |
322 | 2025-01-08T21:07:41.511Z | Downloaded kstat-rs v0.2.4 |
323 | 2025-01-08T21:07:41.511Z | Downloaded rayon-core v1.12.1 |
324 | 2025-01-08T21:07:41.519Z | Downloaded expectorate v1.1.0 |
325 | 2025-01-08T21:07:41.523Z | Downloaded float-ord v0.3.2 |
326 | 2025-01-08T21:07:41.523Z | Downloaded multer v3.1.0 |
327 | 2025-01-08T21:07:41.523Z | Downloaded fallible-iterator v0.3.0 |
328 | 2025-01-08T21:07:41.523Z | Downloaded memmap v0.7.0 |
329 | 2025-01-08T21:07:41.523Z | Downloaded zone v0.3.0 |
330 | 2025-01-08T21:07:41.523Z | Downloaded hashlink v0.9.1 |
331 | 2025-01-08T21:07:41.527Z | Downloaded generic-array v0.14.7 |
332 | 2025-01-08T21:07:41.528Z | Downloaded static_assertions v1.1.0 |
333 | 2025-01-08T21:07:41.528Z | Downloaded signal-hook-registry v1.4.2 |
334 | 2025-01-08T21:07:41.528Z | Downloaded tokio-rustls v0.25.0 |
335 | 2025-01-08T21:07:41.530Z | Downloaded uuid v1.10.0 |
336 | 2025-01-08T21:07:41.533Z | Downloaded tempfile v3.10.1 |
337 | 2025-01-08T21:07:41.535Z | Downloaded try-lock v0.2.5 |
338 | 2025-01-08T21:07:41.539Z | Downloaded usdt-impl v0.3.5 |
339 | 2025-01-08T21:07:41.539Z | Downloaded quinn v0.11.5 |
340 | 2025-01-08T21:07:41.541Z | Downloaded futures-task v0.3.30 |
341 | 2025-01-08T21:07:41.544Z | Downloaded serde_with_macros v3.11.0 |
342 | 2025-01-08T21:07:41.546Z | Downloaded form_urlencoded v1.2.1 |
343 | 2025-01-08T21:07:41.546Z | Downloaded zeroize v1.7.0 |
344 | 2025-01-08T21:07:41.550Z | Downloaded whoami v1.5.1 |
345 | 2025-01-08T21:07:41.550Z | Downloaded strsim v0.11.1 |
346 | 2025-01-08T21:07:41.552Z | Downloaded aes v0.8.4 |
347 | 2025-01-08T21:07:41.555Z | Downloaded spin v0.9.8 |
348 | 2025-01-08T21:07:41.557Z | Downloaded fatfs v0.3.6 |
349 | 2025-01-08T21:07:41.559Z | Downloaded rand v0.8.5 |
350 | 2025-01-08T21:07:41.563Z | Downloaded jobserver v0.1.31 |
351 | 2025-01-08T21:07:41.566Z | Downloaded globset v0.4.14 |
352 | 2025-01-08T21:07:41.569Z | Downloaded openssl-sys v0.9.103 |
353 | 2025-01-08T21:07:41.571Z | Downloaded native-tls v0.2.11 |
354 | 2025-01-08T21:07:41.574Z | Downloaded funty v2.0.0 |
355 | 2025-01-08T21:07:41.577Z | Downloaded tar v0.4.40 |
356 | 2025-01-08T21:07:41.579Z | Downloaded tokio-rustls v0.24.1 |
357 | 2025-01-08T21:07:41.582Z | Downloaded usdt-macro v0.3.5 |
358 | 2025-01-08T21:07:41.582Z | Downloaded slog v2.7.0 |
359 | 2025-01-08T21:07:41.584Z | Downloaded ucd-trie v0.1.6 |
360 | 2025-01-08T21:07:41.587Z | Downloaded tracing-core v0.1.32 |
361 | 2025-01-08T21:07:41.591Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2025-01-08T21:07:41.596Z | Downloaded serde_yaml v0.9.34+deprecated |
363 | 2025-01-08T21:07:41.599Z | Downloaded url v2.5.0 |
364 | 2025-01-08T21:07:41.599Z | Downloaded smallvec v1.13.2 |
365 | 2025-01-08T21:07:41.603Z | Downloaded structmeta-derive v0.3.0 |
366 | 2025-01-08T21:07:41.603Z | Downloaded toml_edit v0.19.15 |
367 | 2025-01-08T21:07:41.619Z | Downloaded hyper-rustls v0.27.3 |
368 | 2025-01-08T21:07:41.623Z | Downloaded heapless v0.8.0 |
369 | 2025-01-08T21:07:41.627Z | Downloaded pest v2.7.10 |
370 | 2025-01-08T21:07:41.630Z | Downloaded tracing v0.1.40 |
371 | 2025-01-08T21:07:41.634Z | Downloaded hickory-resolver v0.24.1 |
372 | 2025-01-08T21:07:41.639Z | Downloaded typenum v1.17.0 |
373 | 2025-01-08T21:07:41.642Z | Downloaded zerocopy v0.6.6 |
374 | 2025-01-08T21:07:41.645Z | Downloaded indexmap v1.9.3 |
375 | 2025-01-08T21:07:41.647Z | Downloaded unicode-segmentation v1.11.0 |
376 | 2025-01-08T21:07:41.651Z | Downloaded indexmap v2.5.0 |
377 | 2025-01-08T21:07:41.656Z | Downloaded similar v2.5.0 |
378 | 2025-01-08T21:07:41.660Z | Downloaded tungstenite v0.21.0 |
379 | 2025-01-08T21:07:41.665Z | Downloaded hyper-util v0.1.9 |
380 | 2025-01-08T21:07:41.668Z | Downloaded itertools v0.10.5 |
381 | 2025-01-08T21:07:41.676Z | Downloaded steno v0.4.1 |
382 | 2025-01-08T21:07:41.695Z | Downloaded unicode-normalization v0.1.23 |
383 | 2025-01-08T21:07:41.695Z | Downloaded num-bigint v0.4.5 |
384 | 2025-01-08T21:07:41.695Z | Downloaded rusqlite v0.32.1 |
385 | 2025-01-08T21:07:41.698Z | Downloaded tokio-native-tls v0.3.1 |
386 | 2025-01-08T21:07:41.698Z | Downloaded httparse v1.8.0 |
387 | 2025-01-08T21:07:41.698Z | Downloaded log v0.4.22 |
388 | 2025-01-08T21:07:41.701Z | Downloaded futures-channel v0.3.30 |
389 | 2025-01-08T21:07:41.705Z | Downloaded crossbeam-channel v0.5.12 |
390 | 2025-01-08T21:07:41.707Z | Downloaded time v0.3.36 |
391 | 2025-01-08T21:07:41.716Z | Downloaded http v1.1.0 |
392 | 2025-01-08T21:07:41.718Z | Downloaded hashbrown v0.12.3 |
393 | 2025-01-08T21:07:41.723Z | Downloaded aho-corasick v1.1.3 |
394 | 2025-01-08T21:07:41.729Z | Downloaded serde_json v1.0.128 |
395 | 2025-01-08T21:07:41.735Z | Downloaded memchr v2.7.2 |
396 | 2025-01-08T21:07:41.741Z | Downloaded toml_edit v0.22.20 |
397 | 2025-01-08T21:07:41.764Z | Downloaded mio v1.0.2 |
398 | 2025-01-08T21:07:41.769Z | Downloaded hashbrown v0.14.5 |
399 | 2025-01-08T21:07:41.775Z | Downloaded tokio-util v0.7.11 |
400 | 2025-01-08T21:07:41.780Z | Downloaded goblin v0.8.2 |
401 | 2025-01-08T21:07:41.787Z | Downloaded winnow v0.6.18 |
402 | 2025-01-08T21:07:41.795Z | Downloaded serde_with v3.11.0 |
403 | 2025-01-08T21:07:41.804Z | Downloaded rustls-webpki v0.102.4 |
404 | 2025-01-08T21:07:41.822Z | Downloaded winnow v0.5.40 |
405 | 2025-01-08T21:07:41.829Z | Downloaded bitvec v1.0.1 |
406 | 2025-01-08T21:07:41.845Z | Downloaded hyper v1.4.1 |
407 | 2025-01-08T21:07:41.856Z | Downloaded vcpkg v0.2.15 |
408 | 2025-01-08T21:07:41.888Z | Downloaded futures-util v0.3.30 |
409 | 2025-01-08T21:07:41.900Z | Downloaded git2 v0.19.0 |
410 | 2025-01-08T21:07:41.908Z | Downloaded regex v1.10.6 |
411 | 2025-01-08T21:07:41.920Z | Downloaded zerocopy v0.7.34 |
412 | 2025-01-08T21:07:41.936Z | Downloaded rustls v0.21.12 |
413 | 2025-01-08T21:07:41.946Z | Downloaded openssl v0.10.66 |
414 | 2025-01-08T21:07:41.955Z | Downloaded syn v1.0.109 |
415 | 2025-01-08T21:07:41.965Z | Downloaded dropshot v0.12.0 |
416 | 2025-01-08T21:07:41.985Z | Downloaded webpki-roots v0.26.3 |
417 | 2025-01-08T21:07:41.990Z | Downloaded regress v0.10.1 |
418 | 2025-01-08T21:07:41.996Z | Downloaded syn v2.0.77 |
419 | 2025-01-08T21:07:42.006Z | Downloaded h2 v0.4.6 |
420 | 2025-01-08T21:07:42.013Z | Downloaded idna v0.4.0 |
421 | 2025-01-08T21:07:42.019Z | Downloaded idna v0.5.0 |
422 | 2025-01-08T21:07:42.026Z | Downloaded nix v0.28.0 |
423 | 2025-01-08T21:07:42.037Z | Downloaded smoltcp v0.11.0 |
424 | 2025-01-08T21:07:42.048Z | Downloaded rustix v0.38.34 |
425 | 2025-01-08T21:07:42.069Z | Downloaded rustls v0.23.10 |
426 | 2025-01-08T21:07:42.084Z | Downloaded hickory-proto v0.24.1 |
427 | 2025-01-08T21:07:42.097Z | Downloaded bstr v1.9.1 |
428 | 2025-01-08T21:07:42.107Z | Downloaded rustls v0.22.4 |
429 | 2025-01-08T21:07:42.124Z | Downloaded regress v0.9.1 |
430 | 2025-01-08T21:07:42.127Z | Downloaded regex-syntax v0.8.4 |
431 | 2025-01-08T21:07:42.135Z | Downloaded unicode-width v0.1.14 |
432 | 2025-01-08T21:07:42.141Z | Downloaded nix v0.29.0 |
433 | 2025-01-08T21:07:42.151Z | Downloaded openapiv3 v2.0.0 |
434 | 2025-01-08T21:07:42.162Z | Downloaded zerocopy-derive v0.6.6 |
435 | 2025-01-08T21:07:42.171Z | Downloaded typify-impl v0.2.0 |
436 | 2025-01-08T21:07:42.186Z | Downloaded petgraph v0.6.5 |
437 | 2025-01-08T21:07:42.200Z | Downloaded regex-automata v0.4.6 |
438 | 2025-01-08T21:07:42.216Z | Downloaded zerocopy-derive v0.2.0 |
439 | 2025-01-08T21:07:42.223Z | Downloaded quinn-proto v0.11.8 |
440 | 2025-01-08T21:07:42.227Z | Downloaded itertools v0.13.0 |
441 | 2025-01-08T21:07:42.234Z | Downloaded chrono v0.4.38 |
442 | 2025-01-08T21:07:42.240Z | Downloaded reqwest v0.12.7 |
443 | 2025-01-08T21:07:42.248Z | Downloaded rayon v1.10.0 |
444 | 2025-01-08T21:07:42.258Z | Downloaded rustls-webpki v0.101.7 |
445 | 2025-01-08T21:07:42.271Z | Downloaded clap_builder v4.5.2 |
446 | 2025-01-08T21:07:42.275Z | Downloaded libm v0.2.8 |
447 | 2025-01-08T21:07:42.282Z | Downloaded ron v0.8.1 |
448 | 2025-01-08T21:07:42.288Z | Downloaded tokio v1.39.3 |
449 | 2025-01-08T21:07:42.322Z | Downloaded inout v0.1.3 |
450 | 2025-01-08T21:07:42.332Z | Downloaded serde_path_to_error v0.1.16 |
451 | 2025-01-08T21:07:42.332Z | Downloaded prettyplease v0.2.22 |
452 | 2025-01-08T21:07:42.337Z | Downloaded libc v0.2.159 |
453 | 2025-01-08T21:07:42.353Z | Downloaded usdt v0.5.0 |
454 | 2025-01-08T21:07:42.356Z | Downloaded usdt v0.3.5 |
455 | 2025-01-08T21:07:42.356Z | Downloaded thread_local v1.1.8 |
456 | 2025-01-08T21:07:42.356Z | Downloaded synstructure v0.12.6 |
457 | 2025-01-08T21:07:42.359Z | Downloaded num-complex v0.4.6 |
458 | 2025-01-08T21:07:42.359Z | Downloaded pest_derive v2.7.10 |
459 | 2025-01-08T21:07:42.362Z | Downloaded sync_wrapper v1.0.1 |
460 | 2025-01-08T21:07:42.362Z | Downloaded is_terminal_polyfill v1.70.0 |
461 | 2025-01-08T21:07:42.362Z | Downloaded tabwriter v1.4.0 |
462 | 2025-01-08T21:07:42.362Z | Downloaded supports-color v3.0.1 |
463 | 2025-01-08T21:07:42.365Z | Downloaded num-derive v0.4.2 |
464 | 2025-01-08T21:07:42.365Z | Downloaded lock_api v0.4.12 |
465 | 2025-01-08T21:07:42.368Z | Downloaded waitgroup v0.1.2 |
466 | 2025-01-08T21:07:42.368Z | Downloaded iana-time-zone v0.1.60 |
467 | 2025-01-08T21:07:42.371Z | Downloaded dropshot_endpoint v0.12.0 |
468 | 2025-01-08T21:07:42.374Z | Downloaded terminal_size v0.3.0 |
469 | 2025-01-08T21:07:42.374Z | Downloaded linked-hash-map v0.5.6 |
470 | 2025-01-08T21:07:42.374Z | Downloaded linear-map v1.2.0 |
471 | 2025-01-08T21:07:42.377Z | Downloaded cookie v0.18.1 |
472 | 2025-01-08T21:07:42.380Z | Downloaded blake2 v0.10.6 |
473 | 2025-01-08T21:07:42.394Z | Downloaded crossbeam-utils v0.8.19 |
474 | 2025-01-08T21:07:42.394Z | Downloaded utf-8 v0.7.6 |
475 | 2025-01-08T21:07:42.399Z | Downloaded password-hash v0.5.0 |
476 | 2025-01-08T21:07:42.400Z | Downloaded num-traits v0.2.19 |
477 | 2025-01-08T21:07:42.400Z | Downloaded pest_meta v2.7.10 |
478 | 2025-01-08T21:07:42.400Z | Downloaded supports-color v2.1.0 |
479 | 2025-01-08T21:07:42.400Z | Downloaded bitflags v2.6.0 |
480 | 2025-01-08T21:07:42.400Z | Downloaded tinyvec_macros v0.1.1 |
481 | 2025-01-08T21:07:42.400Z | Downloaded subtle v2.5.0 |
482 | 2025-01-08T21:07:42.400Z | Downloaded slog-json v2.6.1 |
483 | 2025-01-08T21:07:42.400Z | Downloaded slog-dtrace v0.3.0 |
484 | 2025-01-08T21:07:42.400Z | Downloaded serde_tokenstream v0.1.7 |
485 | 2025-01-08T21:07:42.402Z | Downloaded serde_spanned v0.6.7 |
486 | 2025-01-08T21:07:42.407Z | Downloaded lru-cache v0.1.2 |
487 | 2025-01-08T21:07:42.407Z | Downloaded zerocopy-derive v0.7.34 |
488 | 2025-01-08T21:07:42.412Z | Downloaded derive_more v0.99.18 |
489 | 2025-01-08T21:07:42.415Z | Downloaded ipnetwork v0.20.0 |
490 | 2025-01-08T21:07:42.418Z | Downloaded humantime v2.1.0 |
491 | 2025-01-08T21:07:42.418Z | Downloaded newtype-uuid v1.1.0 |
492 | 2025-01-08T21:07:42.418Z | Downloaded libsw v3.3.1 |
493 | 2025-01-08T21:07:42.420Z | Downloaded indent_write v2.2.0 |
494 | 2025-01-08T21:07:42.420Z | Downloaded semver v1.0.23 |
495 | 2025-01-08T21:07:42.423Z | Downloaded allocator-api2 v0.2.18 |
496 | 2025-01-08T21:07:42.425Z | Downloaded foreign-types-shared v0.1.1 |
497 | 2025-01-08T21:07:42.425Z | Downloaded parking_lot_core v0.9.10 |
498 | 2025-01-08T21:07:42.428Z | Downloaded rustls-pki-types v1.7.0 |
499 | 2025-01-08T21:07:42.431Z | Downloaded progenitor v0.8.0 |
500 | 2025-01-08T21:07:42.431Z | Downloaded const_format_proc_macros v0.2.32 |
501 | 2025-01-08T21:07:42.434Z | Downloaded num-rational v0.4.2 |
502 | 2025-01-08T21:07:42.434Z | Downloaded dirs-sys-next v0.1.2 |
503 | 2025-01-08T21:07:42.437Z | Downloaded darling v0.20.9 |
504 | 2025-01-08T21:07:42.439Z | Downloaded cipher v0.4.4 |
505 | 2025-01-08T21:07:42.442Z | Downloaded rustc-hash v2.0.0 |
506 | 2025-01-08T21:07:42.442Z | Downloaded num_enum_derive v0.7.2 |
507 | 2025-01-08T21:07:42.445Z | Downloaded backoff v0.4.0 |
508 | 2025-01-08T21:07:42.447Z | Downloaded anstream v0.6.14 |
509 | 2025-01-08T21:07:42.450Z | Downloaded ringbuffer v0.15.0 |
510 | 2025-01-08T21:07:42.450Z | Downloaded rand_chacha v0.3.1 |
511 | 2025-01-08T21:07:42.453Z | Downloaded quick-error v1.2.3 |
512 | 2025-01-08T21:07:42.453Z | Downloaded proc-macro-error-attr v1.0.4 |
513 | 2025-01-08T21:07:42.453Z | Downloaded proc-macro-crate v1.3.1 |
514 | 2025-01-08T21:07:42.455Z | Downloaded polyval v0.6.2 |
515 | 2025-01-08T21:07:42.455Z | Downloaded dof v0.3.0 |
516 | 2025-01-08T21:07:42.458Z | Downloaded encoding_rs v0.8.34 |
517 | 2025-01-08T21:07:42.480Z | Downloaded rand_core v0.6.4 |
518 | 2025-01-08T21:07:42.484Z | Downloaded quinn-udp v0.5.5 |
519 | 2025-01-08T21:07:42.484Z | Downloaded num v0.4.3 |
520 | 2025-01-08T21:07:42.484Z | Downloaded defmt-macros v0.3.9 |
521 | 2025-01-08T21:07:42.484Z | Downloaded colored v2.1.0 |
522 | 2025-01-08T21:07:42.487Z | Downloaded async-trait v0.1.83 |
523 | 2025-01-08T21:07:42.492Z | Downloaded dyn-clone v1.0.17 |
524 | 2025-01-08T21:07:42.492Z | Downloaded cpufeatures v0.2.12 |
525 | 2025-01-08T21:07:42.492Z | Downloaded clap_lex v0.7.0 |
526 | 2025-01-08T21:07:42.492Z | Downloaded parse-display v0.10.0 |
527 | 2025-01-08T21:07:42.492Z | Downloaded num_enum v0.5.11 |
528 | 2025-01-08T21:07:42.497Z | Downloaded opaque-debug v0.3.1 |
529 | 2025-01-08T21:07:42.500Z | Downloaded num-iter v0.1.45 |
530 | 2025-01-08T21:07:42.500Z | Downloaded base64ct v1.6.0 |
531 | 2025-01-08T21:07:42.502Z | Downloaded num_enum v0.7.2 |
532 | 2025-01-08T21:07:42.505Z | Downloaded dtrace-parser v0.1.14 |
533 | 2025-01-08T21:07:42.505Z | Downloaded ctrlc v3.4.4 |
534 | 2025-01-08T21:07:42.508Z | Downloaded camino-tempfile v1.1.1 |
535 | 2025-01-08T21:07:42.510Z | Downloaded bit_field v0.10.2 |
536 | 2025-01-08T21:07:42.510Z | Downloaded crypto-common v0.1.6 |
537 | 2025-01-08T21:07:42.513Z | Downloaded convert_case v0.4.0 |
538 | 2025-01-08T21:07:42.513Z | Downloaded pretty-hex v0.4.1 |
539 | 2025-01-08T21:07:42.513Z | Downloaded block-buffer v0.10.4 |
540 | 2025-01-08T21:07:42.514Z | Downloaded colorchoice v1.0.1 |
541 | 2025-01-08T21:07:42.516Z | Downloaded atomic-waker v1.1.2 |
542 | 2025-01-08T21:07:42.516Z | Downloaded async-recursion v1.1.1 |
543 | 2025-01-08T21:07:42.521Z | Downloaded cobs v0.2.3 |
544 | 2025-01-08T21:07:42.523Z | Downloaded num_threads v0.1.7 |
545 | 2025-01-08T21:07:42.550Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
546 | 2025-01-08T21:07:42.828Z | Downloaded libsqlite3-sys v0.30.1 |
547 | 2025-01-08T21:07:42.919Z | Downloaded libz-sys v1.1.16 |
548 | 2025-01-08T21:07:42.981Z | Downloaded ring v0.17.8 |
549 | 2025-01-08T21:07:43.424Z | Compiling proc-macro2 v1.0.86 |
550 | 2025-01-08T21:07:43.424Z | Compiling unicode-ident v1.0.13 |
551 | 2025-01-08T21:07:43.427Z | Compiling libc v0.2.159 |
552 | 2025-01-08T21:07:43.427Z | Compiling serde v1.0.210 |
553 | 2025-01-08T21:07:43.427Z | Compiling version_check v0.9.5 |
554 | 2025-01-08T21:07:43.465Z | Compiling autocfg v1.3.0 |
555 | 2025-01-08T21:07:43.469Z | Compiling once_cell v1.19.0 |
556 | 2025-01-08T21:07:43.469Z | Checking cfg-if v1.0.0 |
557 | 2025-01-08T21:07:43.659Z | Compiling serde_json v1.0.128 |
558 | 2025-01-08T21:07:43.724Z | Compiling thiserror v1.0.64 |
559 | 2025-01-08T21:07:43.876Z | Compiling memchr v2.7.2 |
560 | 2025-01-08T21:07:44.054Z | Compiling ahash v0.8.11 |
561 | 2025-01-08T21:07:44.254Z | Compiling libm v0.2.8 |
562 | 2025-01-08T21:07:44.294Z | Compiling byteorder v1.5.0 |
563 | 2025-01-08T21:07:44.694Z | Compiling itoa v1.0.11 |
564 | 2025-01-08T21:07:44.734Z | Compiling lock_api v0.4.12 |
565 | 2025-01-08T21:07:44.970Z | Compiling parking_lot_core v0.9.10 |
566 | 2025-01-08T21:07:45.047Z | Compiling ryu v1.0.18 |
567 | 2025-01-08T21:07:45.328Z | Compiling quote v1.0.37 |
568 | 2025-01-08T21:07:45.405Z | Compiling slab v0.4.9 |
569 | 2025-01-08T21:07:45.427Z | Checking getrandom v0.2.14 |
570 | 2025-01-08T21:07:45.519Z | Compiling schemars v0.8.21 |
571 | 2025-01-08T21:07:45.578Z | Compiling jobserver v0.1.31 |
572 | 2025-01-08T21:07:45.668Z | Compiling syn v2.0.77 |
573 | 2025-01-08T21:07:45.720Z | Compiling allocator-api2 v0.2.18 |
574 | 2025-01-08T21:07:45.772Z | Compiling pkg-config v0.3.30 |
575 | 2025-01-08T21:07:45.856Z | Compiling vcpkg v0.2.15 |
576 | 2025-01-08T21:07:45.896Z | Compiling num-traits v0.2.19 |
577 | 2025-01-08T21:07:45.947Z | Compiling cc v1.0.97 |
578 | 2025-01-08T21:07:45.971Z | Checking pin-project-lite v0.2.14 |
579 | 2025-01-08T21:07:46.280Z | Compiling log v0.4.22 |
580 | 2025-01-08T21:07:46.425Z | Checking smallvec v1.13.2 |
581 | 2025-01-08T21:07:46.646Z | Checking scopeguard v1.2.0 |
582 | 2025-01-08T21:07:46.757Z | Compiling equivalent v1.0.1 |
583 | 2025-01-08T21:07:46.837Z | Checking socket2 v0.5.7 |
584 | 2025-01-08T21:07:46.865Z | Checking mio v1.0.2 |
585 | 2025-01-08T21:07:47.123Z | Checking signal-hook-registry v1.4.2 |
586 | 2025-01-08T21:07:47.159Z | Checking parking_lot v0.12.2 |
587 | 2025-01-08T21:07:47.298Z | Compiling typenum v1.17.0 |
588 | 2025-01-08T21:07:47.301Z | Compiling fnv v1.0.7 |
589 | 2025-01-08T21:07:47.370Z | Compiling httparse v1.8.0 |
590 | 2025-01-08T21:07:47.449Z | Compiling generic-array v0.14.7 |
591 | 2025-01-08T21:07:47.868Z | Checking futures-core v0.3.30 |
592 | 2025-01-08T21:07:47.894Z | Checking iana-time-zone v0.1.60 |
593 | 2025-01-08T21:07:48.063Z | Compiling semver v1.0.23 |
594 | 2025-01-08T21:07:48.093Z | Checking rand_core v0.6.4 |
595 | 2025-01-08T21:07:48.190Z | Checking futures-sink v0.3.30 |
596 | 2025-01-08T21:07:48.328Z | Compiling slog v2.7.0 |
597 | 2025-01-08T21:07:48.377Z | Compiling ucd-trie v0.1.6 |
598 | 2025-01-08T21:07:48.418Z | Checking dyn-clone v1.0.17 |
599 | 2025-01-08T21:07:48.437Z | Compiling heck v0.5.0 |
600 | 2025-01-08T21:07:48.668Z | Checking subtle v2.5.0 |
601 | 2025-01-08T21:07:48.779Z | Compiling ring v0.17.8 |
602 | 2025-01-08T21:07:48.816Z | Compiling openssl-sys v0.9.103 |
603 | 2025-01-08T21:07:48.840Z | Checking futures-channel v0.3.30 |
604 | 2025-01-08T21:07:48.883Z | Checking futures-task v0.3.30 |
605 | 2025-01-08T21:07:48.904Z | Checking futures-io v0.3.30 |
606 | 2025-01-08T21:07:49.083Z | Checking pin-utils v0.1.0 |
607 | 2025-01-08T21:07:49.175Z | Compiling rustversion v1.0.17 |
608 | 2025-01-08T21:07:49.222Z | Compiling openssl v0.10.66 |
609 | 2025-01-08T21:07:49.391Z | Compiling syn v1.0.109 |
610 | 2025-01-08T21:07:49.675Z | Compiling aho-corasick v1.1.3 |
611 | 2025-01-08T21:07:50.153Z | Compiling regex-syntax v0.8.4 |
612 | 2025-01-08T21:07:50.849Z | Compiling rustls v0.23.10 |
613 | 2025-01-08T21:07:51.019Z | Compiling native-tls v0.2.11 |
614 | 2025-01-08T21:07:51.180Z | Compiling heck v0.4.1 |
615 | 2025-01-08T21:07:51.389Z | Checking spin v0.9.8 |
616 | 2025-01-08T21:07:51.527Z | Checking untrusted v0.9.0 |
617 | 2025-01-08T21:07:51.574Z | Checking tracing-core v0.1.32 |
618 | 2025-01-08T21:07:51.665Z | Compiling serde_derive_internals v0.29.1 |
619 | 2025-01-08T21:07:51.814Z | Compiling num-conv v0.1.0 |
620 | 2025-01-08T21:07:52.100Z | Compiling anyhow v1.0.89 |
621 | 2025-01-08T21:07:52.160Z | Compiling time-core v0.1.2 |
622 | 2025-01-08T21:07:52.330Z | Compiling time-macros v0.2.18 |
623 | 2025-01-08T21:07:53.058Z | Checking crypto-common v0.1.6 |
624 | 2025-01-08T21:07:53.280Z | Compiling thread-id v4.2.1 |
625 | 2025-01-08T21:07:53.398Z | Checking rustls-pki-types v1.7.0 |
626 | 2025-01-08T21:07:53.579Z | Compiling regex-automata v0.4.6 |
627 | 2025-01-08T21:07:53.620Z | Checking percent-encoding v2.3.1 |
628 | 2025-01-08T21:07:53.769Z | Compiling strsim v0.11.1 |
629 | 2025-01-08T21:07:53.817Z | Checking form_urlencoded v1.2.1 |
630 | 2025-01-08T21:07:54.019Z | Checking tinyvec_macros v0.1.1 |
631 | 2025-01-08T21:07:54.127Z | Compiling camino v1.1.9 |
632 | 2025-01-08T21:07:54.415Z | Checking tinyvec v1.6.0 |
633 | 2025-01-08T21:07:54.724Z | Checking atomic-waker v1.1.2 |
634 | 2025-01-08T21:07:54.857Z | Checking zeroize v1.7.0 |
635 | 2025-01-08T21:07:55.064Z | Checking ppv-lite86 v0.2.17 |
636 | 2025-01-08T21:07:55.640Z | Checking unicode-normalization v0.1.23 |
637 | 2025-01-08T21:07:55.691Z | Checking rand_chacha v0.3.1 |
638 | 2025-01-08T21:07:55.719Z | Checking unicode-bidi v0.3.15 |
639 | 2025-01-08T21:07:55.995Z | Compiling serde_derive v1.0.210 |
640 | 2025-01-08T21:07:56.027Z | Compiling zerocopy-derive v0.7.34 |
641 | 2025-01-08T21:07:56.311Z | Compiling thiserror-impl v1.0.64 |
642 | 2025-01-08T21:07:56.547Z | Compiling tokio-macros v2.4.0 |
643 | 2025-01-08T21:07:57.452Z | Compiling schemars_derive v0.8.21 |
644 | 2025-01-08T21:07:57.912Z | Compiling zerocopy v0.7.34 |
645 | 2025-01-08T21:07:58.032Z | Compiling futures-macro v0.3.30 |
646 | 2025-01-08T21:07:59.633Z | Compiling hashbrown v0.14.5 |
647 | 2025-01-08T21:07:59.667Z | Compiling pest v2.7.10 |
648 | 2025-01-08T21:07:59.931Z | Checking futures-util v0.3.30 |
649 | 2025-01-08T21:08:00.181Z | Compiling openssl-macros v0.1.1 |
650 | 2025-01-08T21:08:00.245Z | Compiling regex v1.10.6 |
651 | 2025-01-08T21:08:00.304Z | Compiling tracing-attributes v0.1.27 |
652 | 2025-01-08T21:08:00.828Z | Compiling scroll_derive v0.12.0 |
653 | 2025-01-08T21:08:00.990Z | Compiling regress v0.10.1 |
654 | 2025-01-08T21:08:01.043Z | Checking rustls-webpki v0.102.4 |
655 | 2025-01-08T21:08:01.750Z | Compiling ident_case v1.0.1 |
656 | 2025-01-08T21:08:01.850Z | Checking try-lock v0.2.5 |
657 | 2025-01-08T21:08:01.919Z | Compiling darling_core v0.20.9 |
658 | 2025-01-08T21:08:01.984Z | Checking want v0.3.1 |
659 | 2025-01-08T21:08:02.180Z | Compiling pest_meta v2.7.10 |
660 | 2025-01-08T21:08:02.202Z | Compiling scroll v0.12.0 |
661 | 2025-01-08T21:08:02.460Z | Checking rand v0.8.5 |
662 | 2025-01-08T21:08:02.685Z | Compiling usdt-impl v0.5.0 |
663 | 2025-01-08T21:08:03.240Z | Checking tracing v0.1.40 |
664 | 2025-01-08T21:08:03.277Z | Compiling pest_generator v2.7.10 |
665 | 2025-01-08T21:08:03.543Z | Checking base64 v0.22.1 |
666 | 2025-01-08T21:08:07.272Z | Compiling plain v0.2.3 |
667 | 2025-01-08T21:08:07.307Z | Checking httpdate v1.0.3 |
668 | 2025-01-08T21:08:07.307Z | Compiling goblin v0.8.2 |
669 | 2025-01-08T21:08:07.307Z | Checking idna v0.5.0 |
670 | 2025-01-08T21:08:07.307Z | Compiling strum_macros v0.26.2 |
671 | 2025-01-08T21:08:07.307Z | Checking cpufeatures v0.2.12 |
672 | 2025-01-08T21:08:07.307Z | Checking tower-service v0.3.2 |
673 | 2025-01-08T21:08:07.308Z | Compiling pretty-hex v0.4.1 |
674 | 2025-01-08T21:08:07.308Z | Compiling unsafe-libyaml v0.2.11 |
675 | 2025-01-08T21:08:07.308Z | Compiling pest_derive v2.7.10 |
676 | 2025-01-08T21:08:07.308Z | Checking url v2.5.0 |
677 | 2025-01-08T21:08:07.308Z | Compiling async-trait v0.1.83 |
678 | 2025-01-08T21:08:07.308Z | Compiling dtrace-parser v0.2.0 |
679 | 2025-01-08T21:08:07.308Z | Compiling darling_macro v0.20.9 |
680 | 2025-01-08T21:08:07.349Z | Checking block-buffer v0.10.4 |
681 | 2025-01-08T21:08:07.488Z | Checking bytes v1.7.2 |
682 | 2025-01-08T21:08:08.128Z | Checking bitflags v2.6.0 |
683 | 2025-01-08T21:08:08.419Z | Compiling indexmap v2.5.0 |
684 | 2025-01-08T21:08:08.440Z | Checking tokio v1.39.3 |
685 | 2025-01-08T21:08:08.757Z | Checking chrono v0.4.38 |
686 | 2025-01-08T21:08:08.864Z | Checking uuid v1.10.0 |
687 | 2025-01-08T21:08:09.025Z | Compiling serde_tokenstream v0.2.2 |
688 | 2025-01-08T21:08:09.581Z | Compiling http v1.1.0 |
689 | 2025-01-08T21:08:10.519Z | Compiling openapiv3 v2.0.0 |
690 | 2025-01-08T21:08:10.828Z | Compiling dof v0.3.0 |
691 | 2025-01-08T21:08:11.557Z | Compiling serde_yaml v0.9.34+deprecated |
692 | 2025-01-08T21:08:11.663Z | Checking http-body v1.0.1 |
693 | 2025-01-08T21:08:12.274Z | Compiling darling v0.20.9 |
694 | 2025-01-08T21:08:12.450Z | Compiling omicron-workspace-hack v0.1.0 |
695 | 2025-01-08T21:08:12.461Z | Checking foreign-types-shared v0.1.1 |
696 | 2025-01-08T21:08:12.513Z | Checking foreign-types v0.3.2 |
697 | 2025-01-08T21:08:12.576Z | Compiling serde_with_macros v3.11.0 |
698 | 2025-01-08T21:08:12.605Z | Checking http-body-util v0.1.2 |
699 | 2025-01-08T21:08:12.794Z | Compiling toml_datetime v0.6.8 |
700 | 2025-01-08T21:08:13.011Z | Checking digest v0.10.7 |
701 | 2025-01-08T21:08:13.879Z | Compiling typify-impl v0.2.0 |
702 | 2025-01-08T21:08:14.361Z | Checking encoding_rs v0.8.34 |
703 | 2025-01-08T21:08:14.364Z | Compiling rustls v0.22.4 |
704 | 2025-01-08T21:08:14.805Z | Checking mime v0.3.17 |
705 | 2025-01-08T21:08:14.952Z | Checking tokio-util v0.7.11 |
706 | 2025-01-08T21:08:15.024Z | Checking serde_urlencoded v0.7.1 |
707 | 2025-01-08T21:08:15.413Z | Checking rustls-pemfile v2.1.3 |
708 | 2025-01-08T21:08:15.445Z | Compiling crossbeam-utils v0.8.19 |
709 | 2025-01-08T21:08:15.655Z | Compiling slog-async v2.8.0 |
710 | 2025-01-08T21:08:15.723Z | Checking h2 v0.4.6 |
711 | 2025-01-08T21:08:15.983Z | Checking openssl-probe v0.1.5 |
712 | 2025-01-08T21:08:16.141Z | Compiling paste v1.0.15 |
713 | 2025-01-08T21:08:16.283Z | Compiling usdt-macro v0.5.0 |
714 | 2025-01-08T21:08:16.555Z | Compiling usdt-attr-macro v0.5.0 |
715 | 2025-01-08T21:08:18.155Z | Compiling multer v3.1.0 |
716 | 2025-01-08T21:08:18.179Z | Compiling rustix v0.38.34 |
717 | 2025-01-08T21:08:18.891Z | Checking ipnet v2.9.0 |
718 | 2025-01-08T21:08:19.896Z | Checking hyper v1.4.1 |
719 | 2025-01-08T21:08:20.119Z | Checking tokio-native-tls v0.3.1 |
720 | 2025-01-08T21:08:20.239Z | Checking serde_spanned v0.6.7 |
721 | 2025-01-08T21:08:20.360Z | Checking futures-executor v0.3.30 |
722 | 2025-01-08T21:08:20.588Z | Compiling async-stream-impl v0.3.5 |
723 | 2025-01-08T21:08:20.634Z | Checking webpki-roots v0.26.3 |
724 | 2025-01-08T21:08:20.831Z | Checking errno v0.3.9 |
725 | 2025-01-08T21:08:21.009Z | Checking powerfmt v0.2.0 |
726 | 2025-01-08T21:08:21.255Z | Checking deranged v0.3.11 |
727 | 2025-01-08T21:08:21.794Z | Checking futures v0.3.30 |
728 | 2025-01-08T21:08:21.864Z | Checking hyper-util v0.1.9 |
729 | 2025-01-08T21:08:21.898Z | Checking sha1 v0.10.6 |
730 | 2025-01-08T21:08:21.917Z | Checking tokio-rustls v0.26.0 |
731 | 2025-01-08T21:08:22.214Z | Checking sync_wrapper v1.0.1 |
732 | 2025-01-08T21:08:22.595Z | Checking is-terminal v0.4.12 |
733 | 2025-01-08T21:08:22.675Z | Compiling dropshot v0.12.0 |
734 | 2025-01-08T21:08:23.015Z | Checking num_threads v0.1.7 |
735 | 2025-01-08T21:08:23.121Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2025-01-08T21:08:23.137Z | Checking strum v0.26.2 |
737 | 2025-01-08T21:08:23.234Z | Checking time v0.3.36 |
738 | 2025-01-08T21:08:23.470Z | Compiling structmeta-derive v0.3.0 |
739 | 2025-01-08T21:08:23.476Z | Checking hyper-tls v0.6.0 |
740 | 2025-01-08T21:08:23.720Z | Checking hyper-rustls v0.27.3 |
741 | 2025-01-08T21:08:24.038Z | Checking reqwest v0.12.7 |
742 | 2025-01-08T21:08:25.670Z | Compiling typify-macro v0.2.0 |
743 | 2025-01-08T21:08:25.695Z | Checking progenitor-client v0.8.0 |
744 | 2025-01-08T21:08:25.951Z | Compiling structmeta v0.3.0 |
745 | 2025-01-08T21:08:25.972Z | Checking serde_with v3.11.0 |
746 | 2025-01-08T21:08:26.297Z | Checking dirs-sys-next v0.1.2 |
747 | 2025-01-08T21:08:26.589Z | Checking winnow v0.6.18 |
748 | 2025-01-08T21:08:26.738Z | Checking match_cfg v0.1.0 |
749 | 2025-01-08T21:08:26.900Z | Checking hostname v0.3.1 |
750 | 2025-01-08T21:08:27.352Z | Checking dirs-next v2.0.0 |
751 | 2025-01-08T21:08:27.474Z | Compiling parse-display-derive v0.10.0 |
752 | 2025-01-08T21:08:28.954Z | Checking ipnetwork v0.20.0 |
753 | 2025-01-08T21:08:28.975Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
754 | 2025-01-08T21:08:29.126Z | Checking thread_local v1.1.8 |
755 | 2025-01-08T21:08:29.259Z | Compiling typify v0.2.0 |
756 | 2025-01-08T21:08:29.384Z | Compiling progenitor-impl v0.8.0 |
757 | 2025-01-08T21:08:30.034Z | Checking term v0.7.0 |
758 | 2025-01-08T21:08:30.373Z | Checking crossbeam-channel v0.5.12 |
759 | 2025-01-08T21:08:30.511Z | Checking memmap v0.7.0 |
760 | 2025-01-08T21:08:30.733Z | Checking take_mut v0.2.2 |
761 | 2025-01-08T21:08:30.986Z | Checking usdt v0.5.0 |
762 | 2025-01-08T21:08:31.231Z | Checking slog-term v2.9.1 |
763 | 2025-01-08T21:08:31.279Z | Checking toml_edit v0.22.20 |
764 | 2025-01-08T21:08:31.357Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
765 | 2025-01-08T21:08:31.926Z | Checking slog-json v2.6.1 |
766 | 2025-01-08T21:08:32.189Z | Checking debug-ignore v1.0.5 |
767 | 2025-01-08T21:08:32.510Z | Compiling winnow v0.5.40 |
768 | 2025-01-08T21:08:33.934Z | Checking toml v0.8.19 |
769 | 2025-01-08T21:08:34.523Z | Checking slog-bunyan v2.5.0 |
770 | 2025-01-08T21:08:34.685Z | Checking async-stream v0.3.5 |
771 | 2025-01-08T21:08:35.083Z | Checking serde_path_to_error v0.1.16 |
772 | 2025-01-08T21:08:35.126Z | Checking waitgroup v0.1.2 |
773 | 2025-01-08T21:08:35.146Z | Compiling progenitor-macro v0.8.0 |
774 | 2025-01-08T21:08:35.267Z | Checking hostname v0.4.0 |
775 | 2025-01-08T21:08:35.367Z | Checking tokio-rustls v0.25.0 |
776 | 2025-01-08T21:08:35.412Z | Compiling toml_edit v0.19.15 |
777 | 2025-01-08T21:08:35.652Z | Compiling crucible-workspace-hack v0.1.0 |
778 | 2025-01-08T21:08:35.971Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
779 | 2025-01-08T21:08:36.022Z | Checking newtype-uuid v1.1.0 |
780 | 2025-01-08T21:08:36.083Z | Compiling clap_derive v4.5.4 |
781 | 2025-01-08T21:08:36.305Z | Checking unicode-width v0.1.14 |
782 | 2025-01-08T21:08:36.656Z | Checking utf8parse v0.2.1 |
783 | 2025-01-08T21:08:36.796Z | Checking anstyle-parse v0.2.4 |
784 | 2025-01-08T21:08:37.041Z | Checking hex v0.4.3 |
785 | 2025-01-08T21:08:37.523Z | Checking instant v0.1.12 |
786 | 2025-01-08T21:08:37.644Z | Checking lazy_static v1.5.0 |
787 | 2025-01-08T21:08:37.784Z | Checking anstyle-query v1.0.3 |
788 | 2025-01-08T21:08:37.911Z | Compiling proc-macro-crate v1.3.1 |
789 | 2025-01-08T21:08:38.309Z | Checking anstyle v1.0.7 |
790 | 2025-01-08T21:08:38.681Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2025-01-08T21:08:38.787Z | Checking colorchoice v1.0.1 |
792 | 2025-01-08T21:08:38.924Z | Checking anstream v0.6.14 |
793 | 2025-01-08T21:08:39.258Z | Checking backoff v0.4.0 |
794 | 2025-01-08T21:08:39.303Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2025-01-08T21:08:39.457Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2025-01-08T21:08:39.544Z | Checking parse-display v0.10.0 |
797 | 2025-01-08T21:08:39.685Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2025-01-08T21:08:39.752Z | Checking terminal_size v0.3.0 |
799 | 2025-01-08T21:08:39.922Z | Checking macaddr v1.0.1 |
800 | 2025-01-08T21:08:40.023Z | Checking regress v0.9.1 |
801 | 2025-01-08T21:08:40.255Z | Checking num-integer v0.1.46 |
802 | 2025-01-08T21:08:40.871Z | Checking clap_lex v0.7.0 |
803 | 2025-01-08T21:08:40.882Z | Compiling unicode-xid v0.2.4 |
804 | 2025-01-08T21:08:41.101Z | Checking clap_builder v4.5.2 |
805 | 2025-01-08T21:08:44.177Z | Compiling heapless v0.8.0 |
806 | 2025-01-08T21:08:44.209Z | Checking clap v4.5.4 |
807 | 2025-01-08T21:08:44.810Z | Compiling num_enum_derive v0.5.11 |
808 | 2025-01-08T21:08:45.048Z | Checking num-bigint v0.4.5 |
809 | 2025-01-08T21:08:45.814Z | Checking hash32 v0.3.1 |
810 | 2025-01-08T21:08:45.840Z | Checking either v1.13.0 |
811 | 2025-01-08T21:08:46.002Z | Checking fastrand v2.1.0 |
812 | 2025-01-08T21:08:46.169Z | Checking bitflags v1.3.2 |
813 | 2025-01-08T21:08:46.178Z | Compiling smoltcp v0.11.0 |
814 | 2025-01-08T21:08:46.270Z | Checking stable_deref_trait v1.2.0 |
815 | 2025-01-08T21:08:46.297Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
816 | 2025-01-08T21:08:46.826Z | Checking tempfile v3.10.1 |
817 | 2025-01-08T21:08:47.002Z | Checking num_enum v0.5.11 |
818 | 2025-01-08T21:08:47.092Z | Checking num-rational v0.4.2 |
819 | 2025-01-08T21:08:47.162Z | Compiling synstructure v0.12.6 |
820 | 2025-01-08T21:08:47.163Z | Checking num-iter v0.1.45 |
821 | 2025-01-08T21:08:47.237Z | Checking num-complex v0.4.6 |
822 | 2025-01-08T21:08:47.378Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2025-01-08T21:08:47.489Z | Checking managed v0.8.0 |
824 | 2025-01-08T21:08:47.755Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
825 | 2025-01-08T21:08:47.812Z | Checking cobs v0.2.3 |
826 | 2025-01-08T21:08:47.892Z | Checking progenitor v0.8.0 |
827 | 2025-01-08T21:08:48.006Z | Checking postcard v1.0.9 |
828 | 2025-01-08T21:08:48.066Z | Checking num v0.4.3 |
829 | 2025-01-08T21:08:48.089Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
830 | 2025-01-08T21:08:48.342Z | Compiling zerocopy-derive v0.2.0 |
831 | 2025-01-08T21:08:48.754Z | Compiling foreign-types-macros v0.2.3 |
832 | 2025-01-08T21:08:48.964Z | Compiling libz-sys v1.1.16 |
833 | 2025-01-08T21:08:49.685Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2025-01-08T21:08:49.776Z | Compiling proc-macro-error v1.0.4 |
835 | 2025-01-08T21:08:50.085Z | Checking pretty-hex v0.2.1 |
836 | 2025-01-08T21:08:50.155Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
837 | 2025-01-08T21:08:50.258Z | Checking data-encoding v2.6.0 |
838 | 2025-01-08T21:08:50.316Z | Checking foreign-types-shared v0.3.1 |
839 | 2025-01-08T21:08:50.583Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
840 | 2025-01-08T21:08:50.733Z | Checking foreign-types v0.5.0 |
841 | 2025-01-08T21:08:51.947Z | Checking tabwriter v1.4.0 |
842 | 2025-01-08T21:08:52.173Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2025-01-08T21:08:52.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2025-01-08T21:08:52.664Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
845 | 2025-01-08T21:08:53.147Z | Checking cstr-argument v0.1.2 |
846 | 2025-01-08T21:08:53.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2025-01-08T21:08:53.244Z | Compiling prettyplease v0.2.22 |
848 | 2025-01-08T21:08:53.787Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2025-01-08T21:08:53.828Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2025-01-08T21:08:54.695Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2025-01-08T21:08:55.061Z | Checking colored v2.1.0 |
852 | 2025-01-08T21:08:55.784Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2025-01-08T21:08:56.553Z | Checking static_assertions v1.1.0 |
854 | 2025-01-08T21:08:56.630Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
855 | 2025-01-08T21:08:56.630Z | Checking unicode-segmentation v1.11.0 |
856 | 2025-01-08T21:08:56.669Z | Checking is_ci v1.2.0 |
857 | 2025-01-08T21:08:56.694Z | Compiling semver v0.1.20 |
858 | 2025-01-08T21:08:56.806Z | Checking float-ord v0.3.2 |
859 | 2025-01-08T21:08:56.953Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2025-01-08T21:08:57.186Z | Compiling rustc_version v0.1.7 |
861 | 2025-01-08T21:08:57.208Z | Checking newline-converter v0.3.0 |
862 | 2025-01-08T21:08:58.534Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2025-01-08T21:08:59.987Z | Checking camino-tempfile v1.1.1 |
864 | 2025-01-08T21:08:59.994Z | Checking itertools v0.10.5 |
865 | 2025-01-08T21:09:00.197Z | Checking console v0.15.8 |
866 | 2025-01-08T21:09:00.692Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2025-01-08T21:09:01.558Z | Compiling num-derive v0.4.2 |
868 | 2025-01-08T21:09:01.698Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2025-01-08T21:09:05.004Z | Checking sigpipe v0.1.3 |
870 | 2025-01-08T21:09:05.059Z | Compiling usdt-impl v0.3.5 |
871 | 2025-01-08T21:09:05.060Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
872 | 2025-01-08T21:09:05.060Z | Checking similar v2.5.0 |
873 | 2025-01-08T21:09:05.060Z | Checking base64 v0.21.7 |
874 | 2025-01-08T21:09:05.060Z | Checking base64ct v1.6.0 |
875 | 2025-01-08T21:09:05.060Z | Compiling owo-colors v4.1.0 |
876 | 2025-01-08T21:09:05.060Z | Checking password-hash v0.5.0 |
877 | 2025-01-08T21:09:05.060Z | Checking expectorate v1.1.0 |
878 | 2025-01-08T21:09:05.060Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
879 | 2025-01-08T21:09:05.060Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2025-01-08T21:09:05.060Z | Checking zone v0.3.0 |
881 | 2025-01-08T21:09:05.060Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2025-01-08T21:09:05.060Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2025-01-08T21:09:05.130Z | Compiling newtype_derive v0.1.6 |
884 | 2025-01-08T21:09:05.212Z | Checking supports-color v3.0.1 |
885 | 2025-01-08T21:09:05.259Z | Checking supports-color v2.1.0 |
886 | 2025-01-08T21:09:05.378Z | Compiling zerocopy v0.3.2 |
887 | 2025-01-08T21:09:05.392Z | Checking blake2 v0.10.6 |
888 | 2025-01-08T21:09:05.433Z | Compiling cargo-platform v0.1.8 |
889 | 2025-01-08T21:09:05.575Z | Compiling hubpack_derive v0.1.1 |
890 | 2025-01-08T21:09:05.601Z | Checking smf v0.2.3 |
891 | 2025-01-08T21:09:05.790Z | Compiling serde_repr v0.1.19 |
892 | 2025-01-08T21:09:05.829Z | Compiling zerocopy-derive v0.6.6 |
893 | 2025-01-08T21:09:05.850Z | Compiling vergen v8.3.2 |
894 | 2025-01-08T21:09:06.167Z | Checking fixedbitset v0.4.2 |
895 | 2025-01-08T21:09:06.181Z | Compiling cancel-safe-futures v0.1.5 |
896 | 2025-01-08T21:09:06.401Z | Checking whoami v1.5.1 |
897 | 2025-01-08T21:09:06.445Z | Checking hubpack v0.1.2 |
898 | 2025-01-08T21:09:06.579Z | Checking petgraph v0.6.5 |
899 | 2025-01-08T21:09:06.769Z | Checking argon2 v0.5.3 |
900 | 2025-01-08T21:09:06.839Z | Compiling dof v0.1.5 |
901 | 2025-01-08T21:09:07.363Z | Compiling cargo_metadata v0.18.1 |
902 | 2025-01-08T21:09:07.601Z | Checking zerocopy v0.6.6 |
903 | 2025-01-08T21:09:09.029Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
904 | 2025-01-08T21:09:09.054Z | Compiling rustc_version v0.4.0 |
905 | 2025-01-08T21:09:09.236Z | Checking serde-big-array v0.5.1 |
906 | 2025-01-08T21:09:09.447Z | Compiling dtrace-parser v0.1.14 |
907 | 2025-01-08T21:09:09.587Z | Compiling strum_macros v0.25.3 |
908 | 2025-01-08T21:09:09.611Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2025-01-08T21:09:10.185Z | Compiling slog-dtrace v0.3.0 |
910 | 2025-01-08T21:09:10.235Z | Compiling cookie v0.18.1 |
911 | 2025-01-08T21:09:10.543Z | Compiling rustls v0.21.12 |
912 | 2025-01-08T21:09:10.759Z | Checking utf-8 v0.7.6 |
913 | 2025-01-08T21:09:10.865Z | Compiling cfg_aliases v0.2.1 |
914 | 2025-01-08T21:09:10.887Z | Compiling convert_case v0.4.0 |
915 | 2025-01-08T21:09:10.959Z | Checking tungstenite v0.21.0 |
916 | 2025-01-08T21:09:10.980Z | Compiling nix v0.29.0 |
917 | 2025-01-08T21:09:11.358Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2025-01-08T21:09:11.521Z | Compiling derive_more v0.99.18 |
919 | 2025-01-08T21:09:11.749Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
920 | 2025-01-08T21:09:11.903Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
921 | 2025-01-08T21:09:12.499Z | Checking atomicwrites v0.4.4 |
922 | 2025-01-08T21:09:12.639Z | Checking itertools v0.13.0 |
923 | 2025-01-08T21:09:12.712Z | Checking libsw v3.3.1 |
924 | 2025-01-08T21:09:12.734Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
925 | 2025-01-08T21:09:12.848Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
926 | 2025-01-08T21:09:12.960Z | Compiling serde_tokenstream v0.1.7 |
927 | 2025-01-08T21:09:13.039Z | Checking rustls-webpki v0.101.7 |
928 | 2025-01-08T21:09:13.193Z | Checking sct v0.7.1 |
929 | 2025-01-08T21:09:13.401Z | Checking idna v0.4.0 |
930 | 2025-01-08T21:09:13.424Z | Compiling derive-where v1.2.7 |
931 | 2025-01-08T21:09:13.705Z | Compiling enum-as-inner v0.6.0 |
932 | 2025-01-08T21:09:14.274Z | Checking inout v0.1.3 |
933 | 2025-01-08T21:09:14.463Z | Checking indent_write v2.2.0 |
934 | 2025-01-08T21:09:14.818Z | Compiling radium v0.7.0 |
935 | 2025-01-08T21:09:14.913Z | Checking quick-error v1.2.3 |
936 | 2025-01-08T21:09:15.061Z | Checking linked-hash-map v0.5.6 |
937 | 2025-01-08T21:09:15.326Z | Checking swrite v0.1.0 |
938 | 2025-01-08T21:09:15.347Z | Checking highway v1.2.0 |
939 | 2025-01-08T21:09:15.410Z | Checking linear-map v1.2.0 |
940 | 2025-01-08T21:09:15.712Z | Checking lru-cache v0.1.2 |
941 | 2025-01-08T21:09:15.735Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2025-01-08T21:09:15.909Z | Checking resolv-conf v0.7.0 |
943 | 2025-01-08T21:09:16.239Z | Checking hickory-proto v0.24.1 |
944 | 2025-01-08T21:09:16.261Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2025-01-08T21:09:17.062Z | Checking cipher v0.4.4 |
946 | 2025-01-08T21:09:17.274Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2025-01-08T21:09:17.621Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2025-01-08T21:09:18.945Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2025-01-08T21:09:18.971Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
950 | 2025-01-08T21:09:20.487Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2025-01-08T21:09:20.557Z | Checking steno v0.4.1 |
952 | 2025-01-08T21:09:20.662Z | Checking tokio-tungstenite v0.21.0 |
953 | 2025-01-08T21:09:21.693Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2025-01-08T21:09:21.856Z | Checking crossbeam-epoch v0.9.18 |
955 | 2025-01-08T21:09:21.909Z | Checking hashlink v0.9.1 |
956 | 2025-01-08T21:09:21.912Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
957 | 2025-01-08T21:09:22.255Z | Compiling rayon-core v1.12.1 |
958 | 2025-01-08T21:09:22.315Z | Checking tap v1.0.1 |
959 | 2025-01-08T21:09:22.446Z | Checking humantime v2.1.0 |
960 | 2025-01-08T21:09:22.467Z | Checking fallible-streaming-iterator v0.1.9 |
961 | 2025-01-08T21:09:22.593Z | Checking fallible-iterator v0.3.0 |
962 | 2025-01-08T21:09:22.696Z | Checking wyz v0.5.1 |
963 | 2025-01-08T21:09:22.716Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
964 | 2025-01-08T21:09:22.737Z | Checking crossbeam-deque v0.8.5 |
965 | 2025-01-08T21:09:23.036Z | Checking tokio-rustls v0.24.1 |
966 | 2025-01-08T21:09:23.128Z | Checking rusqlite v0.32.1 |
967 | 2025-01-08T21:09:23.420Z | Checking hickory-resolver v0.24.1 |
968 | 2025-01-08T21:09:23.821Z | Compiling usdt-attr-macro v0.3.5 |
969 | 2025-01-08T21:09:24.509Z | Compiling usdt-macro v0.3.5 |
970 | 2025-01-08T21:09:24.730Z | Checking rustls-pemfile v1.0.4 |
971 | 2025-01-08T21:09:24.917Z | Checking twox-hash v1.6.3 |
972 | 2025-01-08T21:09:25.141Z | Compiling num_enum_derive v0.7.2 |
973 | 2025-01-08T21:09:25.336Z | Checking universal-hash v0.5.1 |
974 | 2025-01-08T21:09:25.509Z | Checking atty v0.2.14 |
975 | 2025-01-08T21:09:25.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2025-01-08T21:09:25.673Z | Checking opaque-debug v0.3.1 |
977 | 2025-01-08T21:09:25.762Z | Checking funty v2.0.0 |
978 | 2025-01-08T21:09:26.002Z | Checking polyval v0.6.2 |
979 | 2025-01-08T21:09:26.292Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
980 | 2025-01-08T21:09:26.343Z | Checking usdt v0.3.5 |
981 | 2025-01-08T21:09:26.529Z | Checking bitvec v1.0.1 |
982 | 2025-01-08T21:09:27.013Z | Checking aes v0.8.4 |
983 | 2025-01-08T21:09:27.225Z | Checking ctr v0.9.2 |
984 | 2025-01-08T21:09:27.375Z | Checking num_enum v0.7.2 |
985 | 2025-01-08T21:09:27.468Z | Checking toml v0.7.8 |
986 | 2025-01-08T21:09:27.508Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
987 | 2025-01-08T21:09:27.541Z | Checking bincode v1.3.3 |
988 | 2025-01-08T21:09:27.562Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
989 | 2025-01-08T21:09:27.792Z | Checking aead v0.5.2 |
990 | 2025-01-08T21:09:27.883Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
991 | 2025-01-08T21:09:27.909Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
992 | 2025-01-08T21:09:27.998Z | Checking aes-gcm-siv v0.11.1 |
993 | 2025-01-08T21:09:28.059Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
994 | 2025-01-08T21:09:28.093Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
995 | 2025-01-08T21:09:28.192Z | Checking rayon v1.10.0 |
996 | 2025-01-08T21:09:28.261Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
997 | 2025-01-08T21:09:28.351Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
998 | 2025-01-08T21:09:28.375Z | Compiling bitstruct_derive v0.1.0 |
999 | 2025-01-08T21:09:28.378Z | Compiling async-recursion v1.1.1 |
1000 | 2025-01-08T21:09:28.465Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2025-01-08T21:09:28.613Z | Checking ringbuffer v0.15.0 |
1002 | 2025-01-08T21:09:28.701Z | Checking typeid v1.0.0 |
1003 | 2025-01-08T21:09:28.841Z | Checking ascii v1.1.0 |
1004 | 2025-01-08T21:09:28.970Z | Compiling cfg_aliases v0.1.1 |
1005 | 2025-01-08T21:09:29.082Z | Compiling nix v0.28.0 |
1006 | 2025-01-08T21:09:29.229Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1007 | 2025-01-08T21:09:29.686Z | Checking bitstruct v0.1.1 |
1008 | 2025-01-08T21:09:29.802Z | Checking erased-serde v0.4.5 |
1009 | 2025-01-08T21:09:29.834Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1010 | 2025-01-08T21:09:29.866Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1011 | 2025-01-08T21:09:29.887Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1012 | 2025-01-08T21:09:30.039Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1013 | 2025-01-08T21:09:30.084Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1014 | 2025-01-08T21:09:30.355Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2025-01-08T21:09:30.455Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1016 | 2025-01-08T21:09:30.657Z | Checking serde_arrays v0.1.0 |
1017 | 2025-01-08T21:09:30.684Z | Checking libloading v0.7.4 |
1018 | 2025-01-08T21:09:30.830Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1019 | 2025-01-08T21:09:30.853Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2025-01-08T21:09:30.919Z | Checking kstat-rs v0.2.4 |
1021 | 2025-01-08T21:09:31.026Z | Compiling escargot v0.5.10 |
1022 | 2025-01-08T21:09:31.246Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2025-01-08T21:09:31.281Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1024 | 2025-01-08T21:09:31.493Z | Checking ron v0.8.1 |
1025 | 2025-01-08T21:09:31.609Z | Checking xattr v1.3.1 |
1026 | 2025-01-08T21:09:32.124Z | Checking filetime v0.2.23 |
1027 | 2025-01-08T21:09:32.307Z | Checking bstr v1.9.1 |
1028 | 2025-01-08T21:09:32.570Z | Checking const_format v0.2.32 |
1029 | 2025-01-08T21:09:32.594Z | Checking bit_field v0.10.2 |
1030 | 2025-01-08T21:09:32.598Z | Checking ctrlc v3.4.4 |
1031 | 2025-01-08T21:09:32.799Z | Checking tar v0.4.40 |
1032 | 2025-01-08T21:09:32.988Z | Checking globset v0.4.14 |
1033 | 2025-01-08T21:09:33.465Z | Checking fatfs v0.3.6 |
1034 | 2025-01-08T21:09:33.561Z | Checking glob v0.3.1 |
1035 | 2025-01-08T21:09:35.101Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1036 | 2025-01-08T21:09:35.461Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1037 | 2025-01-08T21:09:35.895Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2025-01-08T21:09:36.056Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1039 | 2025-01-08T21:09:36.627Z | Compiling git2 v0.19.0 |
1040 | 2025-01-08T21:09:40.371Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2025-01-08T21:09:41.247Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2025-01-08T21:09:48.650Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2025-01-08T21:09:53.380Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2025-01-08T21:10:01.418Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2025-01-08T21:10:01.421Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2025-01-08T21:10:07.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
1047 | 2025-01-08T21:10:08.056Z | |
1048 | 2025-01-08T21:10:08.056Z | real 2:43.049794842 |
1049 | 2025-01-08T21:10:08.056Z | user 12:40.422503080 |
1050 | 2025-01-08T21:10:08.056Z | sys 2:12.700786266 |
1051 | 2025-01-08T21:10:08.056Z | trap 0.415336892 |
1052 | 2025-01-08T21:10:08.056Z | tflt 1.379092262 |
1053 | 2025-01-08T21:10:08.056Z | dflt 0.295495949 |
1054 | 2025-01-08T21:10:08.060Z | kflt 0.009089434 |
1055 | 2025-01-08T21:10:08.060Z | lock 14:47.822713194 |
1056 | 2025-01-08T21:10:08.060Z | slp 47:59.228266861 |
1057 | 2025-01-08T21:10:08.060Z | lat 1:00.811279597 |
1058 | 2025-01-08T21:10:08.060Z | stop 3:22.728220425 |
1059 | 2025-01-08T21:10:08.060Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2025-01-08T21:10:08.663Z | Downloading crates ... |
1061 | 2025-01-08T21:10:08.860Z | Downloaded predicates-core v1.0.6 |
1062 | 2025-01-08T21:10:09.028Z | Downloaded fdeflate v0.3.4 |
1063 | 2025-01-08T21:10:09.028Z | Downloaded downcast v0.11.0 |
1064 | 2025-01-08T21:10:09.028Z | Downloaded simd-adler32 v0.3.7 |
1065 | 2025-01-08T21:10:09.028Z | Downloaded mockall v0.12.1 |
1066 | 2025-01-08T21:10:09.029Z | Downloaded fragile v2.0.0 |
1067 | 2025-01-08T21:10:09.029Z | Downloaded termtree v0.4.1 |
1068 | 2025-01-08T21:10:09.029Z | Downloaded predicates-tree v1.0.9 |
1069 | 2025-01-08T21:10:09.029Z | Downloaded slog-stdlog v4.1.1 |
1070 | 2025-01-08T21:10:09.030Z | Downloaded arc-swap v1.7.1 |
1071 | 2025-01-08T21:10:09.030Z | Downloaded slog-scope v4.4.0 |
1072 | 2025-01-08T21:10:09.030Z | Downloaded slog-envlogger v2.2.0 |
1073 | 2025-01-08T21:10:09.030Z | Downloaded predicates v3.1.0 |
1074 | 2025-01-08T21:10:09.030Z | Downloaded mockall_derive v0.12.1 |
1075 | 2025-01-08T21:10:09.030Z | Downloaded crc32fast v1.4.0 |
1076 | 2025-01-08T21:10:09.030Z | Downloaded flate2 v1.0.30 |
1077 | 2025-01-08T21:10:09.030Z | Downloaded serde_test v1.0.176 |
1078 | 2025-01-08T21:10:09.030Z | Downloaded miniz_oxide v0.7.2 |
1079 | 2025-01-08T21:10:09.031Z | Downloaded bytemuck v1.16.0 |
1080 | 2025-01-08T21:10:09.249Z | Downloaded png v0.17.13 |
1081 | 2025-01-08T21:10:09.613Z | Downloaded image v0.25.1 |
1082 | 2025-01-08T21:10:09.807Z | Checking log v0.4.22 |
1083 | 2025-01-08T21:10:09.932Z | Checking tokio v1.39.3 |
1084 | 2025-01-08T21:10:09.933Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2025-01-08T21:10:09.933Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1086 | 2025-01-08T21:10:09.933Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1087 | 2025-01-08T21:10:09.933Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2025-01-08T21:10:09.933Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2025-01-08T21:10:09.933Z | Compiling crc32fast v1.4.0 |
1090 | 2025-01-08T21:10:10.120Z | Checking native-tls v0.2.11 |
1091 | 2025-01-08T21:10:10.120Z | Checking typify-impl v0.2.0 |
1092 | 2025-01-08T21:10:10.120Z | Checking goblin v0.8.2 |
1093 | 2025-01-08T21:10:10.387Z | Checking rustls v0.22.4 |
1094 | 2025-01-08T21:10:10.806Z | Checking tungstenite v0.21.0 |
1095 | 2025-01-08T21:10:10.806Z | Checking rustls v0.21.12 |
1096 | 2025-01-08T21:10:10.806Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2025-01-08T21:10:10.806Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2025-01-08T21:10:10.965Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2025-01-08T21:10:11.122Z | Checking simd-adler32 v0.3.7 |
1100 | 2025-01-08T21:10:11.122Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2025-01-08T21:10:11.298Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1102 | 2025-01-08T21:10:11.378Z | Checking adler v1.0.2 |
1103 | 2025-01-08T21:10:11.498Z | Checking miniz_oxide v0.7.2 |
1104 | 2025-01-08T21:10:11.862Z | Checking arc-swap v1.7.1 |
1105 | 2025-01-08T21:10:12.171Z | Checking flate2 v1.0.30 |
1106 | 2025-01-08T21:10:12.215Z | Checking slog-scope v4.4.0 |
1107 | 2025-01-08T21:10:12.330Z | Checking typify v0.2.0 |
1108 | 2025-01-08T21:10:12.394Z | Checking fdeflate v0.3.4 |
1109 | 2025-01-08T21:10:12.447Z | Checking progenitor-impl v0.8.0 |
1110 | 2025-01-08T21:10:12.744Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1111 | 2025-01-08T21:10:12.897Z | Checking png v0.17.13 |
1112 | 2025-01-08T21:10:13.131Z | Checking slog-stdlog v4.1.1 |
1113 | 2025-01-08T21:10:13.148Z | Checking bytemuck v1.16.0 |
1114 | 2025-01-08T21:10:13.265Z | Checking predicates-core v1.0.6 |
1115 | 2025-01-08T21:10:13.282Z | Checking slog-envlogger v2.2.0 |
1116 | 2025-01-08T21:10:13.434Z | Checking termtree v0.4.1 |
1117 | 2025-01-08T21:10:13.476Z | Checking predicates v3.1.0 |
1118 | 2025-01-08T21:10:13.527Z | Compiling mockall_derive v0.12.1 |
1119 | 2025-01-08T21:10:13.623Z | Checking predicates-tree v1.0.9 |
1120 | 2025-01-08T21:10:13.766Z | Checking wait-timeout v0.2.0 |
1121 | 2025-01-08T21:10:13.930Z | Checking downcast v0.11.0 |
1122 | 2025-01-08T21:10:13.959Z | Checking fragile v2.0.0 |
1123 | 2025-01-08T21:10:14.050Z | Checking image v0.25.1 |
1124 | 2025-01-08T21:10:14.094Z | Checking bit-vec v0.6.3 |
1125 | 2025-01-08T21:10:14.172Z | Checking rusty-fork v0.3.0 |
1126 | 2025-01-08T21:10:14.397Z | Checking globset v0.4.14 |
1127 | 2025-01-08T21:10:14.412Z | Checking bit-set v0.5.3 |
1128 | 2025-01-08T21:10:14.442Z | Checking escargot v0.5.10 |
1129 | 2025-01-08T21:10:14.615Z | Checking fatfs v0.3.6 |
1130 | 2025-01-08T21:10:14.725Z | Checking dof v0.3.0 |
1131 | 2025-01-08T21:10:14.828Z | Checking rand_xorshift v0.3.0 |
1132 | 2025-01-08T21:10:14.955Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1133 | 2025-01-08T21:10:14.982Z | Checking unarray v0.1.4 |
1134 | 2025-01-08T21:10:15.117Z | Checking proptest v1.5.0 |
1135 | 2025-01-08T21:10:15.289Z | Checking usdt-impl v0.5.0 |
1136 | 2025-01-08T21:10:15.460Z | Checking serde_test v1.0.176 |
1137 | 2025-01-08T21:10:15.582Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1138 | 2025-01-08T21:10:15.783Z | Checking usdt v0.5.0 |
1139 | 2025-01-08T21:10:16.028Z | Checking slog-dtrace v0.3.0 |
1140 | 2025-01-08T21:10:16.061Z | Checking tokio-util v0.7.11 |
1141 | 2025-01-08T21:10:16.195Z | Checking tokio-native-tls v0.3.1 |
1142 | 2025-01-08T21:10:16.395Z | Checking tokio-rustls v0.26.0 |
1143 | 2025-01-08T21:10:16.432Z | Checking tokio-rustls v0.25.0 |
1144 | 2025-01-08T21:10:16.599Z | Checking backoff v0.4.0 |
1145 | 2025-01-08T21:10:16.757Z | Checking tokio-tungstenite v0.21.0 |
1146 | 2025-01-08T21:10:16.771Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1147 | 2025-01-08T21:10:16.785Z | Checking h2 v0.4.6 |
1148 | 2025-01-08T21:10:16.856Z | Checking zone v0.3.0 |
1149 | 2025-01-08T21:10:16.977Z | Checking libsw v3.3.1 |
1150 | 2025-01-08T21:10:17.001Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1151 | 2025-01-08T21:10:17.070Z | Checking cancel-safe-futures v0.1.5 |
1152 | 2025-01-08T21:10:17.169Z | Checking hickory-proto v0.24.1 |
1153 | 2025-01-08T21:10:17.196Z | Checking steno v0.4.1 |
1154 | 2025-01-08T21:10:17.480Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1155 | 2025-01-08T21:10:17.548Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1156 | 2025-01-08T21:10:18.531Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1157 | 2025-01-08T21:10:18.725Z | Checking tokio-rustls v0.24.1 |
1158 | 2025-01-08T21:10:18.803Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1159 | 2025-01-08T21:10:19.032Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2025-01-08T21:10:20.035Z | Checking mockall v0.12.1 |
1161 | 2025-01-08T21:10:20.493Z | Checking hickory-resolver v0.24.1 |
1162 | 2025-01-08T21:10:20.752Z | Checking hyper v1.4.1 |
1163 | 2025-01-08T21:10:21.967Z | Checking hyper-util v0.1.9 |
1164 | 2025-01-08T21:10:22.947Z | Checking hyper-tls v0.6.0 |
1165 | 2025-01-08T21:10:22.947Z | Checking hyper-rustls v0.27.3 |
1166 | 2025-01-08T21:10:22.949Z | Checking dropshot v0.12.0 |
1167 | 2025-01-08T21:10:23.149Z | Checking reqwest v0.12.7 |
1168 | 2025-01-08T21:10:24.154Z | Checking progenitor-client v0.8.0 |
1169 | 2025-01-08T21:10:24.323Z | Checking progenitor v0.8.0 |
1170 | 2025-01-08T21:10:24.436Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1171 | 2025-01-08T21:10:24.443Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2025-01-08T21:10:24.443Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2025-01-08T21:10:24.443Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1174 | 2025-01-08T21:10:25.321Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1175 | 2025-01-08T21:10:26.151Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2025-01-08T21:10:28.077Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2025-01-08T21:10:29.081Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1178 | 2025-01-08T21:10:29.783Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2025-01-08T21:10:33.688Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2025-01-08T21:10:33.692Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2025-01-08T21:10:33.692Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2025-01-08T21:10:33.692Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2025-01-08T21:10:35.237Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2025-01-08T21:10:35.570Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2025-01-08T21:10:35.571Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2025-01-08T21:10:35.598Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2025-01-08T21:10:36.147Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2025-01-08T21:10:36.357Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2025-01-08T21:10:36.439Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2025-01-08T21:10:44.941Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2025-01-08T21:10:49.867Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2025-01-08T21:10:50.426Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2025-01-08T21:10:53.911Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2025-01-08T21:11:06.735Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2025-01-08T21:11:06.737Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2025-01-08T21:11:16.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
1197 | 2025-01-08T21:11:16.391Z | |
1198 | 2025-01-08T21:11:16.391Z | real 1:08.322116505 |
1199 | 2025-01-08T21:11:16.391Z | user 3:00.838695107 |
1200 | 2025-01-08T21:11:16.394Z | sys 21.641895608 |
1201 | 2025-01-08T21:11:16.394Z | trap 0.069635857 |
1202 | 2025-01-08T21:11:16.394Z | tflt 0.185520242 |
1203 | 2025-01-08T21:11:16.394Z | dflt 0.017783166 |
1204 | 2025-01-08T21:11:16.394Z | kflt 0.000028657 |
1205 | 2025-01-08T21:11:16.394Z | lock 4:02.597686711 |
1206 | 2025-01-08T21:11:16.394Z | slp 9:42.380603189 |
1207 | 2025-01-08T21:11:16.394Z | lat 5.046064038 |
1208 | 2025-01-08T21:11:16.394Z | stop 13.207498217 |
1209 | 2025-01-08T21:11:16.394Z | + banner build |
1210 | 2025-01-08T21:11:16.396Z | |
1211 | 2025-01-08T21:11:16.396Z | ##### # # # # ##### |
1212 | 2025-01-08T21:11:16.396Z | # # # # # # # # |
1213 | 2025-01-08T21:11:16.396Z | ##### # # # # # # |
1214 | 2025-01-08T21:11:16.396Z | # # # # # # # # |
1215 | 2025-01-08T21:11:16.396Z | # # # # # # # # |
1216 | 2025-01-08T21:11:16.396Z | ##### #### # ###### ##### |
1217 | 2025-01-08T21:11:16.396Z | |
1218 | 2025-01-08T21:11:16.396Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1219 | 2025-01-08T21:11:17.160Z | Compiling proc-macro2 v1.0.86 |
1220 | 2025-01-08T21:11:17.160Z | Compiling unicode-ident v1.0.13 |
1221 | 2025-01-08T21:11:17.165Z | Compiling libc v0.2.159 |
1222 | 2025-01-08T21:11:17.167Z | Compiling serde v1.0.210 |
1223 | 2025-01-08T21:11:17.168Z | Compiling version_check v0.9.5 |
1224 | 2025-01-08T21:11:17.168Z | Compiling once_cell v1.19.0 |
1225 | 2025-01-08T21:11:17.168Z | Compiling autocfg v1.3.0 |
1226 | 2025-01-08T21:11:17.168Z | Compiling cfg-if v1.0.0 |
1227 | 2025-01-08T21:11:17.331Z | Compiling thiserror v1.0.64 |
1228 | 2025-01-08T21:11:17.399Z | Compiling memchr v2.7.2 |
1229 | 2025-01-08T21:11:17.528Z | Compiling libm v0.2.8 |
1230 | 2025-01-08T21:11:17.754Z | Compiling ahash v0.8.11 |
1231 | 2025-01-08T21:11:17.816Z | Compiling byteorder v1.5.0 |
1232 | 2025-01-08T21:11:17.933Z | Compiling itoa v1.0.11 |
1233 | 2025-01-08T21:11:18.151Z | Compiling lock_api v0.4.12 |
1234 | 2025-01-08T21:11:18.162Z | Compiling parking_lot_core v0.9.10 |
1235 | 2025-01-08T21:11:18.517Z | Compiling ryu v1.0.18 |
1236 | 2025-01-08T21:11:18.641Z | Compiling serde_json v1.0.128 |
1237 | 2025-01-08T21:11:18.775Z | Compiling quote v1.0.37 |
1238 | 2025-01-08T21:11:18.898Z | Compiling getrandom v0.2.14 |
1239 | 2025-01-08T21:11:18.936Z | Compiling jobserver v0.1.31 |
1240 | 2025-01-08T21:11:19.013Z | Compiling slab v0.4.9 |
1241 | 2025-01-08T21:11:19.126Z | Compiling syn v2.0.77 |
1242 | 2025-01-08T21:11:19.275Z | Compiling cc v1.0.97 |
1243 | 2025-01-08T21:11:19.315Z | Compiling pkg-config v0.3.30 |
1244 | 2025-01-08T21:11:19.456Z | Compiling schemars v0.8.21 |
1245 | 2025-01-08T21:11:19.468Z | Compiling vcpkg v0.2.15 |
1246 | 2025-01-08T21:11:19.587Z | Compiling allocator-api2 v0.2.18 |
1247 | 2025-01-08T21:11:19.864Z | Compiling pin-project-lite v0.2.14 |
1248 | 2025-01-08T21:11:20.252Z | Compiling num-traits v0.2.19 |
1249 | 2025-01-08T21:11:20.363Z | Compiling log v0.4.22 |
1250 | 2025-01-08T21:11:20.393Z | Compiling smallvec v1.13.2 |
1251 | 2025-01-08T21:11:20.820Z | Compiling equivalent v1.0.1 |
1252 | 2025-01-08T21:11:20.823Z | Compiling scopeguard v1.2.0 |
1253 | 2025-01-08T21:11:20.844Z | Compiling typenum v1.17.0 |
1254 | 2025-01-08T21:11:20.916Z | Compiling signal-hook-registry v1.4.2 |
1255 | 2025-01-08T21:11:20.927Z | Compiling socket2 v0.5.7 |
1256 | 2025-01-08T21:11:21.557Z | Compiling parking_lot v0.12.2 |
1257 | 2025-01-08T21:11:21.785Z | Compiling mio v1.0.2 |
1258 | 2025-01-08T21:11:22.128Z | Compiling ring v0.17.8 |
1259 | 2025-01-08T21:11:22.310Z | Compiling httparse v1.8.0 |
1260 | 2025-01-08T21:11:22.504Z | Compiling generic-array v0.14.7 |
1261 | 2025-01-08T21:11:22.800Z | Compiling fnv v1.0.7 |
1262 | 2025-01-08T21:11:23.029Z | Compiling futures-core v0.3.30 |
1263 | 2025-01-08T21:11:23.283Z | Compiling openssl-sys v0.9.103 |
1264 | 2025-01-08T21:11:23.307Z | Compiling iana-time-zone v0.1.60 |
1265 | 2025-01-08T21:11:23.440Z | Compiling rand_core v0.6.4 |
1266 | 2025-01-08T21:11:23.546Z | Compiling semver v1.0.23 |
1267 | 2025-01-08T21:11:23.559Z | Compiling slog v2.7.0 |
1268 | 2025-01-08T21:11:23.697Z | Compiling futures-sink v0.3.30 |
1269 | 2025-01-08T21:11:23.886Z | Compiling ucd-trie v0.1.6 |
1270 | 2025-01-08T21:11:23.979Z | Compiling dyn-clone v1.0.17 |
1271 | 2025-01-08T21:11:24.055Z | Compiling heck v0.5.0 |
1272 | 2025-01-08T21:11:24.280Z | Compiling subtle v2.5.0 |
1273 | 2025-01-08T21:11:24.299Z | Compiling futures-channel v0.3.30 |
1274 | 2025-01-08T21:11:24.339Z | Compiling futures-task v0.3.30 |
1275 | 2025-01-08T21:11:24.364Z | Compiling futures-io v0.3.30 |
1276 | 2025-01-08T21:11:24.405Z | Compiling pin-utils v0.1.0 |
1277 | 2025-01-08T21:11:24.495Z | Compiling openssl v0.10.66 |
1278 | 2025-01-08T21:11:24.531Z | Compiling rustversion v1.0.17 |
1279 | 2025-01-08T21:11:24.786Z | Compiling syn v1.0.109 |
1280 | 2025-01-08T21:11:24.943Z | Compiling aho-corasick v1.1.3 |
1281 | 2025-01-08T21:11:25.282Z | Compiling regex-syntax v0.8.4 |
1282 | 2025-01-08T21:11:25.392Z | Compiling serde_derive_internals v0.29.1 |
1283 | 2025-01-08T21:11:25.767Z | Compiling native-tls v0.2.11 |
1284 | 2025-01-08T21:11:26.024Z | Compiling rustls v0.23.10 |
1285 | 2025-01-08T21:11:27.270Z | Compiling spin v0.9.8 |
1286 | 2025-01-08T21:11:27.500Z | Compiling heck v0.4.1 |
1287 | 2025-01-08T21:11:27.855Z | Compiling untrusted v0.9.0 |
1288 | 2025-01-08T21:11:28.045Z | Compiling tracing-core v0.1.32 |
1289 | 2025-01-08T21:11:28.642Z | Compiling regex-automata v0.4.6 |
1290 | 2025-01-08T21:11:29.222Z | Compiling time-core v0.1.2 |
1291 | 2025-01-08T21:11:29.377Z | Compiling anyhow v1.0.89 |
1292 | 2025-01-08T21:11:29.848Z | Compiling serde_derive v1.0.210 |
1293 | 2025-01-08T21:11:29.924Z | Compiling zerocopy-derive v0.7.34 |
1294 | 2025-01-08T21:11:30.122Z | Compiling thiserror-impl v1.0.64 |
1295 | 2025-01-08T21:11:30.531Z | Compiling tokio-macros v2.4.0 |
1296 | 2025-01-08T21:11:31.081Z | Compiling schemars_derive v0.8.21 |
1297 | 2025-01-08T21:11:31.796Z | Compiling zerocopy v0.7.34 |
1298 | 2025-01-08T21:11:31.947Z | Compiling futures-macro v0.3.30 |
1299 | 2025-01-08T21:11:33.555Z | Compiling hashbrown v0.14.5 |
1300 | 2025-01-08T21:11:33.701Z | Compiling pest v2.7.10 |
1301 | 2025-01-08T21:11:33.716Z | Compiling futures-util v0.3.30 |
1302 | 2025-01-08T21:11:34.706Z | Compiling openssl-macros v0.1.1 |
1303 | 2025-01-08T21:11:35.181Z | Compiling regex v1.10.6 |
1304 | 2025-01-08T21:11:35.532Z | Compiling tracing-attributes v0.1.27 |
1305 | 2025-01-08T21:11:35.964Z | Compiling num-conv v0.1.0 |
1306 | 2025-01-08T21:11:36.124Z | Compiling pest_meta v2.7.10 |
1307 | 2025-01-08T21:11:36.197Z | Compiling time-macros v0.2.18 |
1308 | 2025-01-08T21:11:36.338Z | Compiling scroll_derive v0.12.0 |
1309 | 2025-01-08T21:11:36.374Z | Compiling crypto-common v0.1.6 |
1310 | 2025-01-08T21:11:37.548Z | Compiling pest_generator v2.7.10 |
1311 | 2025-01-08T21:11:38.476Z | Compiling tracing v0.1.40 |
1312 | 2025-01-08T21:11:39.037Z | Compiling regress v0.10.1 |
1313 | 2025-01-08T21:11:39.120Z | Compiling thread-id v4.2.1 |
1314 | 2025-01-08T21:11:39.148Z | Compiling rustls-pki-types v1.7.0 |
1315 | 2025-01-08T21:11:39.217Z | Compiling percent-encoding v2.3.1 |
1316 | 2025-01-08T21:11:39.513Z | Compiling form_urlencoded v1.2.1 |
1317 | 2025-01-08T21:11:39.651Z | Compiling pest_derive v2.7.10 |
1318 | 2025-01-08T21:11:39.664Z | Compiling tinyvec_macros v0.1.1 |
1319 | 2025-01-08T21:11:39.758Z | Compiling strsim v0.11.1 |
1320 | 2025-01-08T21:11:39.978Z | Compiling tinyvec v1.6.0 |
1321 | 2025-01-08T21:11:40.363Z | Compiling zeroize v1.7.0 |
1322 | 2025-01-08T21:11:40.416Z | Compiling atomic-waker v1.1.2 |
1323 | 2025-01-08T21:11:40.574Z | Compiling ppv-lite86 v0.2.17 |
1324 | 2025-01-08T21:11:40.594Z | Compiling camino v1.1.9 |
1325 | 2025-01-08T21:11:41.168Z | Compiling rustls-webpki v0.102.4 |
1326 | 2025-01-08T21:11:41.241Z | Compiling rand_chacha v0.3.1 |
1327 | 2025-01-08T21:11:41.567Z | Compiling unicode-normalization v0.1.23 |
1328 | 2025-01-08T21:11:42.333Z | Compiling bytes v1.7.2 |
1329 | 2025-01-08T21:11:43.474Z | Compiling indexmap v2.5.0 |
1330 | 2025-01-08T21:11:44.040Z | Compiling tokio v1.39.3 |
1331 | 2025-01-08T21:11:44.160Z | Compiling chrono v0.4.38 |
1332 | 2025-01-08T21:11:44.735Z | Compiling uuid v1.10.0 |
1333 | 2025-01-08T21:11:45.034Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2025-01-08T21:11:45.233Z | Compiling bitflags v2.6.0 |
1335 | 2025-01-08T21:11:45.691Z | Compiling http v1.1.0 |
1336 | 2025-01-08T21:11:47.655Z | Compiling usdt-impl v0.5.0 |
1337 | 2025-01-08T21:11:48.095Z | Compiling unicode-bidi v0.3.15 |
1338 | 2025-01-08T21:11:49.037Z | Compiling http-body v1.0.1 |
1339 | 2025-01-08T21:11:49.277Z | Compiling ident_case v1.0.1 |
1340 | 2025-01-08T21:11:49.442Z | Compiling try-lock v0.2.5 |
1341 | 2025-01-08T21:11:49.595Z | Compiling want v0.3.1 |
1342 | 2025-01-08T21:11:49.862Z | Compiling darling_core v0.20.9 |
1343 | 2025-01-08T21:11:50.684Z | Compiling typify-impl v0.2.0 |
1344 | 2025-01-08T21:11:51.561Z | Compiling openapiv3 v2.0.0 |
1345 | 2025-01-08T21:11:51.694Z | Compiling rand v0.8.5 |
1346 | 2025-01-08T21:11:52.329Z | Compiling tokio-util v0.7.11 |
1347 | 2025-01-08T21:11:53.195Z | Compiling scroll v0.12.0 |
1348 | 2025-01-08T21:11:53.729Z | Compiling h2 v0.4.6 |
1349 | 2025-01-08T21:11:54.362Z | Compiling base64 v0.22.1 |
1350 | 2025-01-08T21:11:55.364Z | Compiling httpdate v1.0.3 |
1351 | 2025-01-08T21:11:55.413Z | Compiling plain v0.2.3 |
1352 | 2025-01-08T21:11:55.461Z | Compiling darling_macro v0.20.9 |
1353 | 2025-01-08T21:11:55.561Z | Compiling goblin v0.8.2 |
1354 | 2025-01-08T21:11:56.100Z | Compiling idna v0.5.0 |
1355 | 2025-01-08T21:11:56.483Z | Compiling strum_macros v0.26.2 |
1356 | 2025-01-08T21:11:57.128Z | Compiling pretty-hex v0.4.1 |
1357 | 2025-01-08T21:11:57.327Z | Compiling tower-service v0.3.2 |
1358 | 2025-01-08T21:11:57.451Z | Compiling unsafe-libyaml v0.2.11 |
1359 | 2025-01-08T21:11:59.161Z | Compiling hyper v1.4.1 |
1360 | 2025-01-08T21:12:00.050Z | Compiling cpufeatures v0.2.12 |
1361 | 2025-01-08T21:12:00.153Z | Compiling omicron-workspace-hack v0.1.0 |
1362 | 2025-01-08T21:12:00.557Z | Compiling serde_yaml v0.9.34+deprecated |
1363 | 2025-01-08T21:12:00.651Z | Compiling url v2.5.0 |
1364 | 2025-01-08T21:12:00.923Z | Compiling typify-macro v0.2.0 |
1365 | 2025-01-08T21:12:03.839Z | Compiling hyper-util v0.1.9 |
1366 | 2025-01-08T21:12:03.860Z | Compiling dof v0.3.0 |
1367 | 2025-01-08T21:12:04.604Z | Compiling typify v0.2.0 |
1368 | 2025-01-08T21:12:04.729Z | Compiling progenitor-impl v0.8.0 |
1369 | 2025-01-08T21:12:05.293Z | Compiling darling v0.20.9 |
1370 | 2025-01-08T21:12:05.555Z | Compiling dtrace-parser v0.2.0 |
1371 | 2025-01-08T21:12:06.146Z | Compiling async-trait v0.1.83 |
1372 | 2025-01-08T21:12:07.070Z | Compiling block-buffer v0.10.4 |
1373 | 2025-01-08T21:12:07.311Z | Compiling foreign-types-shared v0.1.1 |
1374 | 2025-01-08T21:12:07.420Z | Compiling rustls v0.22.4 |
1375 | 2025-01-08T21:12:07.778Z | Compiling foreign-types v0.3.2 |
1376 | 2025-01-08T21:12:07.871Z | Compiling digest v0.10.7 |
1377 | 2025-01-08T21:12:08.319Z | Compiling serde_with_macros v3.11.0 |
1378 | 2025-01-08T21:12:08.416Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-08T21:12:08.687Z | Compiling toml_datetime v0.6.8 |
1380 | 2025-01-08T21:12:08.909Z | Compiling encoding_rs v0.8.34 |
1381 | 2025-01-08T21:12:08.928Z | Compiling mime v0.3.17 |
1382 | 2025-01-08T21:12:09.088Z | Compiling slog-async v2.8.0 |
1383 | 2025-01-08T21:12:09.913Z | Compiling rustls-pemfile v2.1.3 |
1384 | 2025-01-08T21:12:10.242Z | Compiling serde_urlencoded v0.7.1 |
1385 | 2025-01-08T21:12:10.543Z | Compiling progenitor-macro v0.8.0 |
1386 | 2025-01-08T21:12:10.610Z | Compiling multer v3.1.0 |
1387 | 2025-01-08T21:12:10.731Z | Compiling openssl-probe v0.1.5 |
1388 | 2025-01-08T21:12:10.772Z | Compiling crossbeam-utils v0.8.19 |
1389 | 2025-01-08T21:12:10.976Z | Compiling paste v1.0.15 |
1390 | 2025-01-08T21:12:11.333Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2025-01-08T21:12:11.523Z | Compiling usdt-macro v0.5.0 |
1392 | 2025-01-08T21:12:19.434Z | Compiling ipnet v2.9.0 |
1393 | 2025-01-08T21:12:20.930Z | Compiling tokio-native-tls v0.3.1 |
1394 | 2025-01-08T21:12:22.351Z | Compiling tokio-rustls v0.26.0 |
1395 | 2025-01-08T21:12:25.092Z | Compiling serde_spanned v0.6.7 |
1396 | 2025-01-08T21:12:25.337Z | Compiling webpki-roots v0.26.3 |
1397 | 2025-01-08T21:12:25.535Z | Compiling futures-executor v0.3.30 |
1398 | 2025-01-08T21:12:26.221Z | Compiling async-stream-impl v0.3.5 |
1399 | 2025-01-08T21:12:26.521Z | Compiling dropshot v0.12.0 |
1400 | 2025-01-08T21:12:26.903Z | Compiling powerfmt v0.2.0 |
1401 | 2025-01-08T21:12:27.348Z | Compiling deranged v0.3.11 |
1402 | 2025-01-08T21:12:27.478Z | Compiling futures v0.3.30 |
1403 | 2025-01-08T21:12:28.375Z | Compiling hyper-rustls v0.27.3 |
1404 | 2025-01-08T21:12:29.562Z | Compiling hyper-tls v0.6.0 |
1405 | 2025-01-08T21:12:29.952Z | Compiling sha1 v0.10.6 |
1406 | 2025-01-08T21:12:30.114Z | Compiling sync_wrapper v1.0.1 |
1407 | 2025-01-08T21:12:31.193Z | Compiling num_threads v0.1.7 |
1408 | 2025-01-08T21:12:31.472Z | Compiling time v0.3.36 |
1409 | 2025-01-08T21:12:31.644Z | Compiling reqwest v0.12.7 |
1410 | 2025-01-08T21:12:33.958Z | Compiling strum v0.26.2 |
1411 | 2025-01-08T21:12:34.027Z | Compiling dropshot_endpoint v0.12.0 |
1412 | 2025-01-08T21:12:34.696Z | Compiling structmeta-derive v0.3.0 |
1413 | 2025-01-08T21:12:37.395Z | Compiling rustix v0.38.34 |
1414 | 2025-01-08T21:12:38.176Z | Compiling structmeta v0.3.0 |
1415 | 2025-01-08T21:12:42.197Z | Compiling progenitor-client v0.8.0 |
1416 | 2025-01-08T21:12:43.358Z | Compiling serde_with v3.11.0 |
1417 | 2025-01-08T21:12:47.110Z | Compiling errno v0.3.9 |
1418 | 2025-01-08T21:12:47.359Z | Compiling dirs-sys-next v0.1.2 |
1419 | 2025-01-08T21:12:48.575Z | Compiling winnow v0.6.18 |
1420 | 2025-01-08T21:12:50.014Z | Compiling match_cfg v0.1.0 |
1421 | 2025-01-08T21:12:51.378Z | Compiling hostname v0.3.1 |
1422 | 2025-01-08T21:12:52.249Z | Compiling dirs-next v2.0.0 |
1423 | 2025-01-08T21:12:52.612Z | Compiling progenitor v0.8.0 |
1424 | 2025-01-08T21:12:52.807Z | Compiling parse-display-derive v0.10.0 |
1425 | 2025-01-08T21:12:56.564Z | Compiling ipnetwork v0.20.0 |
1426 | 2025-01-08T21:12:56.811Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1427 | 2025-01-08T21:12:57.343Z | Compiling thread_local v1.1.8 |
1428 | 2025-01-08T21:12:59.480Z | Compiling term v0.7.0 |
1429 | 2025-01-08T21:13:00.839Z | Compiling crossbeam-channel v0.5.12 |
1430 | 2025-01-08T21:13:01.535Z | Compiling is-terminal v0.4.12 |
1431 | 2025-01-08T21:13:01.660Z | Compiling memmap v0.7.0 |
1432 | 2025-01-08T21:13:02.057Z | Compiling take_mut v0.2.2 |
1433 | 2025-01-08T21:13:03.582Z | Compiling usdt v0.5.0 |
1434 | 2025-01-08T21:13:04.247Z | Compiling slog-term v2.9.1 |
1435 | 2025-01-08T21:13:05.008Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1436 | 2025-01-08T21:13:05.407Z | Compiling toml_edit v0.22.20 |
1437 | 2025-01-08T21:13:05.859Z | Compiling slog-json v2.6.1 |
1438 | 2025-01-08T21:13:06.780Z | Compiling winnow v0.5.40 |
1439 | 2025-01-08T21:13:06.990Z | Compiling debug-ignore v1.0.5 |
1440 | 2025-01-08T21:13:08.865Z | Compiling toml v0.8.19 |
1441 | 2025-01-08T21:13:09.425Z | Compiling tokio-rustls v0.25.0 |
1442 | 2025-01-08T21:13:09.853Z | Compiling slog-bunyan v2.5.0 |
1443 | 2025-01-08T21:13:10.115Z | Compiling toml_edit v0.19.15 |
1444 | 2025-01-08T21:13:12.610Z | Compiling async-stream v0.3.5 |
1445 | 2025-01-08T21:13:12.947Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2025-01-08T21:13:13.123Z | Compiling waitgroup v0.1.2 |
1447 | 2025-01-08T21:13:13.346Z | Compiling hostname v0.4.0 |
1448 | 2025-01-08T21:13:13.866Z | Compiling crucible-workspace-hack v0.1.0 |
1449 | 2025-01-08T21:13:15.083Z | Compiling proc-macro-crate v1.3.1 |
1450 | 2025-01-08T21:13:15.650Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1451 | 2025-01-08T21:13:15.909Z | Compiling newtype-uuid v1.1.0 |
1452 | 2025-01-08T21:13:16.181Z | Compiling unicode-width v0.1.14 |
1453 | 2025-01-08T21:13:18.593Z | Compiling hex v0.4.3 |
1454 | 2025-01-08T21:13:18.718Z | Compiling clap_derive v4.5.4 |
1455 | 2025-01-08T21:13:19.259Z | Compiling instant v0.1.12 |
1456 | 2025-01-08T21:13:19.418Z | Compiling utf8parse v0.2.1 |
1457 | 2025-01-08T21:13:19.570Z | Compiling lazy_static v1.5.0 |
1458 | 2025-01-08T21:13:19.614Z | Compiling anstyle-parse v0.2.4 |
1459 | 2025-01-08T21:13:19.703Z | Compiling backoff v0.4.0 |
1460 | 2025-01-08T21:13:20.016Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1461 | 2025-01-08T21:13:21.998Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1462 | 2025-01-08T21:13:22.527Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1463 | 2025-01-08T21:13:22.737Z | Compiling parse-display v0.10.0 |
1464 | 2025-01-08T21:13:23.916Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1465 | 2025-01-08T21:13:24.682Z | Compiling macaddr v1.0.1 |
1466 | 2025-01-08T21:13:25.236Z | Compiling regress v0.9.1 |
1467 | 2025-01-08T21:13:25.628Z | Compiling num-integer v0.1.46 |
1468 | 2025-01-08T21:13:26.914Z | Compiling unicode-xid v0.2.4 |
1469 | 2025-01-08T21:13:27.079Z | Compiling anstyle v1.0.7 |
1470 | 2025-01-08T21:13:27.129Z | Compiling anstyle-query v1.0.3 |
1471 | 2025-01-08T21:13:27.277Z | Compiling is_terminal_polyfill v1.70.0 |
1472 | 2025-01-08T21:13:27.403Z | Compiling colorchoice v1.0.1 |
1473 | 2025-01-08T21:13:27.575Z | Compiling anstream v0.6.14 |
1474 | 2025-01-08T21:13:29.164Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1475 | 2025-01-08T21:13:29.269Z | Compiling terminal_size v0.3.0 |
1476 | 2025-01-08T21:13:33.434Z | Compiling heapless v0.8.0 |
1477 | 2025-01-08T21:13:33.989Z | Compiling clap_lex v0.7.0 |
1478 | 2025-01-08T21:13:34.401Z | Compiling clap_builder v4.5.2 |
1479 | 2025-01-08T21:13:35.525Z | Compiling num-bigint v0.4.5 |
1480 | 2025-01-08T21:13:35.767Z | Compiling num_enum_derive v0.5.11 |
1481 | 2025-01-08T21:13:36.704Z | Compiling hash32 v0.3.1 |
1482 | 2025-01-08T21:13:36.947Z | Compiling stable_deref_trait v1.2.0 |
1483 | 2025-01-08T21:13:37.633Z | Compiling fastrand v2.1.0 |
1484 | 2025-01-08T21:13:37.986Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2025-01-08T21:13:38.239Z | Compiling smoltcp v0.11.0 |
1486 | 2025-01-08T21:13:38.297Z | Compiling either v1.13.0 |
1487 | 2025-01-08T21:13:38.414Z | Compiling num-rational v0.4.2 |
1488 | 2025-01-08T21:13:38.709Z | Compiling clap v4.5.4 |
1489 | 2025-01-08T21:13:38.830Z | Compiling num_enum v0.5.11 |
1490 | 2025-01-08T21:13:38.879Z | Compiling tempfile v3.10.1 |
1491 | 2025-01-08T21:13:40.600Z | Compiling synstructure v0.12.6 |
1492 | 2025-01-08T21:13:40.838Z | Compiling num-iter v0.1.45 |
1493 | 2025-01-08T21:13:41.053Z | Compiling num-complex v0.4.6 |
1494 | 2025-01-08T21:13:41.164Z | Compiling proc-macro-error-attr v1.0.4 |
1495 | 2025-01-08T21:13:41.542Z | Compiling managed v0.8.0 |
1496 | 2025-01-08T21:13:41.840Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1497 | 2025-01-08T21:13:42.009Z | Compiling cobs v0.2.3 |
1498 | 2025-01-08T21:13:42.215Z | Compiling bitflags v1.3.2 |
1499 | 2025-01-08T21:13:42.336Z | Compiling postcard v1.0.9 |
1500 | 2025-01-08T21:13:42.421Z | Compiling num v0.4.3 |
1501 | 2025-01-08T21:13:42.527Z | Compiling zerocopy-derive v0.2.0 |
1502 | 2025-01-08T21:13:44.072Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2025-01-08T21:13:44.216Z | Compiling libz-sys v1.1.16 |
1504 | 2025-01-08T21:13:44.670Z | Compiling proc-macro-error v1.0.4 |
1505 | 2025-01-08T21:13:44.725Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1506 | 2025-01-08T21:13:45.104Z | Compiling prettyplease v0.2.22 |
1507 | 2025-01-08T21:13:45.347Z | Compiling data-encoding v2.6.0 |
1508 | 2025-01-08T21:13:45.793Z | Compiling pretty-hex v0.2.1 |
1509 | 2025-01-08T21:13:46.011Z | Compiling foreign-types-shared v0.3.1 |
1510 | 2025-01-08T21:13:46.048Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1511 | 2025-01-08T21:13:46.130Z | Compiling foreign-types v0.5.0 |
1512 | 2025-01-08T21:13:46.203Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1513 | 2025-01-08T21:13:50.288Z | Compiling tabwriter v1.4.0 |
1514 | 2025-01-08T21:13:50.666Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1515 | 2025-01-08T21:13:50.763Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1516 | 2025-01-08T21:13:51.678Z | Compiling cstr-argument v0.1.2 |
1517 | 2025-01-08T21:13:51.908Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1518 | 2025-01-08T21:13:52.453Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1519 | 2025-01-08T21:13:53.496Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1520 | 2025-01-08T21:13:54.111Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1521 | 2025-01-08T21:13:54.469Z | Compiling colored v2.1.0 |
1522 | 2025-01-08T21:13:55.462Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1523 | 2025-01-08T21:13:55.628Z | Compiling usdt-impl v0.3.5 |
1524 | 2025-01-08T21:13:55.972Z | Compiling unicode-segmentation v1.11.0 |
1525 | 2025-01-08T21:13:55.996Z | Compiling static_assertions v1.1.0 |
1526 | 2025-01-08T21:13:56.027Z | Compiling float-ord v0.3.2 |
1527 | 2025-01-08T21:13:56.055Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1528 | 2025-01-08T21:13:56.195Z | Compiling semver v0.1.20 |
1529 | 2025-01-08T21:13:56.397Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1530 | 2025-01-08T21:13:56.625Z | Compiling newline-converter v0.3.0 |
1531 | 2025-01-08T21:13:56.644Z | Compiling rustc_version v0.1.7 |
1532 | 2025-01-08T21:13:56.769Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1533 | 2025-01-08T21:13:57.858Z | Compiling zone_cfg_derive v0.3.0 |
1534 | 2025-01-08T21:14:00.473Z | Compiling camino-tempfile v1.1.1 |
1535 | 2025-01-08T21:14:00.826Z | Compiling itertools v0.10.5 |
1536 | 2025-01-08T21:14:01.357Z | Compiling console v0.15.8 |
1537 | 2025-01-08T21:14:03.963Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1538 | 2025-01-08T21:14:04.709Z | Compiling num-derive v0.4.2 |
1539 | 2025-01-08T21:14:05.414Z | Compiling sigpipe v0.1.3 |
1540 | 2025-01-08T21:14:05.536Z | Compiling base64ct v1.6.0 |
1541 | 2025-01-08T21:14:06.187Z | Compiling base64 v0.21.7 |
1542 | 2025-01-08T21:14:06.471Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1543 | 2025-01-08T21:14:06.773Z | Compiling similar v2.5.0 |
1544 | 2025-01-08T21:14:06.976Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1545 | 2025-01-08T21:14:07.378Z | Compiling password-hash v0.5.0 |
1546 | 2025-01-08T21:14:08.407Z | Compiling expectorate v1.1.0 |
1547 | 2025-01-08T21:14:08.733Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1548 | 2025-01-08T21:14:09.452Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1549 | 2025-01-08T21:14:09.925Z | Compiling zone v0.3.0 |
1550 | 2025-01-08T21:14:11.761Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1551 | 2025-01-08T21:14:12.842Z | Compiling newtype_derive v0.1.6 |
1552 | 2025-01-08T21:14:12.974Z | Compiling zerocopy v0.3.2 |
1553 | 2025-01-08T21:14:13.192Z | Compiling blake2 v0.10.6 |
1554 | 2025-01-08T21:14:13.411Z | Compiling cargo-platform v0.1.8 |
1555 | 2025-01-08T21:14:13.426Z | Compiling hubpack_derive v0.1.1 |
1556 | 2025-01-08T21:14:13.836Z | Compiling smf v0.2.3 |
1557 | 2025-01-08T21:14:14.267Z | Compiling zerocopy-derive v0.6.6 |
1558 | 2025-01-08T21:14:14.288Z | Compiling serde_repr v0.1.19 |
1559 | 2025-01-08T21:14:15.014Z | Compiling vergen v8.3.2 |
1560 | 2025-01-08T21:14:15.392Z | Compiling whoami v1.5.1 |
1561 | 2025-01-08T21:14:15.449Z | Compiling fixedbitset v0.4.2 |
1562 | 2025-01-08T21:14:15.462Z | Compiling cancel-safe-futures v0.1.5 |
1563 | 2025-01-08T21:14:15.814Z | Compiling owo-colors v4.1.0 |
1564 | 2025-01-08T21:14:16.129Z | Compiling zerocopy v0.6.6 |
1565 | 2025-01-08T21:14:16.174Z | Compiling petgraph v0.6.5 |
1566 | 2025-01-08T21:14:16.226Z | Compiling hubpack v0.1.2 |
1567 | 2025-01-08T21:14:16.241Z | Compiling cargo_metadata v0.18.1 |
1568 | 2025-01-08T21:14:16.664Z | Compiling argon2 v0.5.3 |
1569 | 2025-01-08T21:14:16.838Z | Compiling dof v0.1.5 |
1570 | 2025-01-08T21:14:19.308Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1571 | 2025-01-08T21:14:19.781Z | Compiling rustc_version v0.4.0 |
1572 | 2025-01-08T21:14:19.794Z | Compiling serde-big-array v0.5.1 |
1573 | 2025-01-08T21:14:20.016Z | Compiling dtrace-parser v0.1.14 |
1574 | 2025-01-08T21:14:20.105Z | Compiling strum_macros v0.25.3 |
1575 | 2025-01-08T21:14:20.291Z | Compiling libsqlite3-sys v0.30.1 |
1576 | 2025-01-08T21:14:20.863Z | Compiling cookie v0.18.1 |
1577 | 2025-01-08T21:14:21.217Z | Compiling slog-dtrace v0.3.0 |
1578 | 2025-01-08T21:14:21.443Z | Compiling utf-8 v0.7.6 |
1579 | 2025-01-08T21:14:21.577Z | Compiling convert_case v0.4.0 |
1580 | 2025-01-08T21:14:22.192Z | Compiling rustls v0.21.12 |
1581 | 2025-01-08T21:14:22.329Z | Compiling cfg_aliases v0.2.1 |
1582 | 2025-01-08T21:14:22.426Z | Compiling nix v0.29.0 |
1583 | 2025-01-08T21:14:22.552Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1584 | 2025-01-08T21:14:23.331Z | Compiling derive_more v0.99.18 |
1585 | 2025-01-08T21:14:23.410Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1586 | 2025-01-08T21:14:23.433Z | Compiling tungstenite v0.21.0 |
1587 | 2025-01-08T21:14:24.908Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1588 | 2025-01-08T21:14:25.545Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1589 | 2025-01-08T21:14:27.962Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1590 | 2025-01-08T21:14:28.305Z | Compiling atomicwrites v0.4.4 |
1591 | 2025-01-08T21:14:28.636Z | Compiling itertools v0.13.0 |
1592 | 2025-01-08T21:14:28.788Z | Compiling libsw v3.3.1 |
1593 | 2025-01-08T21:14:29.031Z | Compiling idna v0.4.0 |
1594 | 2025-01-08T21:14:29.238Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1595 | 2025-01-08T21:14:31.339Z | Compiling serde_tokenstream v0.1.7 |
1596 | 2025-01-08T21:14:31.717Z | Compiling rustls-webpki v0.101.7 |
1597 | 2025-01-08T21:14:31.796Z | Compiling sct v0.7.1 |
1598 | 2025-01-08T21:14:31.982Z | Compiling derive-where v1.2.7 |
1599 | 2025-01-08T21:14:32.224Z | Compiling enum-as-inner v0.6.0 |
1600 | 2025-01-08T21:14:32.749Z | Compiling inout v0.1.3 |
1601 | 2025-01-08T21:14:32.945Z | Compiling radium v0.7.0 |
1602 | 2025-01-08T21:14:33.342Z | Compiling swrite v0.1.0 |
1603 | 2025-01-08T21:14:33.430Z | Compiling highway v1.2.0 |
1604 | 2025-01-08T21:14:33.476Z | Compiling linear-map v1.2.0 |
1605 | 2025-01-08T21:14:33.859Z | Compiling quick-error v1.2.3 |
1606 | 2025-01-08T21:14:33.995Z | Compiling linked-hash-map v0.5.6 |
1607 | 2025-01-08T21:14:34.008Z | Compiling indent_write v2.2.0 |
1608 | 2025-01-08T21:14:34.221Z | Compiling resolv-conf v0.7.0 |
1609 | 2025-01-08T21:14:34.316Z | Compiling lru-cache v0.1.2 |
1610 | 2025-01-08T21:14:34.517Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2025-01-08T21:14:34.824Z | Compiling hickory-proto v0.24.1 |
1612 | 2025-01-08T21:14:34.981Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1613 | 2025-01-08T21:14:35.259Z | Compiling cipher v0.4.4 |
1614 | 2025-01-08T21:14:35.679Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1615 | 2025-01-08T21:14:37.056Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1616 | 2025-01-08T21:14:42.391Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1617 | 2025-01-08T21:14:46.761Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1618 | 2025-01-08T21:14:46.936Z | Compiling git2 v0.19.0 |
1619 | 2025-01-08T21:14:48.526Z | Compiling steno v0.4.1 |
1620 | 2025-01-08T21:14:51.169Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1621 | 2025-01-08T21:14:54.191Z | Compiling tokio-tungstenite v0.21.0 |
1622 | 2025-01-08T21:14:55.141Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1623 | 2025-01-08T21:14:56.513Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1624 | 2025-01-08T21:14:56.615Z | Compiling crossbeam-epoch v0.9.18 |
1625 | 2025-01-08T21:14:57.089Z | Compiling hashlink v0.9.1 |
1626 | 2025-01-08T21:14:57.650Z | Compiling rayon-core v1.12.1 |
1627 | 2025-01-08T21:14:57.741Z | Compiling tap v1.0.1 |
1628 | 2025-01-08T21:14:57.913Z | Compiling fallible-iterator v0.3.0 |
1629 | 2025-01-08T21:14:58.032Z | Compiling fallible-streaming-iterator v0.1.9 |
1630 | 2025-01-08T21:14:58.291Z | Compiling humantime v2.1.0 |
1631 | 2025-01-08T21:14:58.636Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1632 | 2025-01-08T21:14:59.111Z | Compiling rusqlite v0.32.1 |
1633 | 2025-01-08T21:15:00.380Z | Compiling wyz v0.5.1 |
1634 | 2025-01-08T21:15:00.462Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2025-01-08T21:15:00.786Z | Compiling crossbeam-deque v0.8.5 |
1636 | 2025-01-08T21:15:02.608Z | Compiling tokio-rustls v0.24.1 |
1637 | 2025-01-08T21:15:02.722Z | Compiling hickory-resolver v0.24.1 |
1638 | 2025-01-08T21:15:03.486Z | Compiling usdt-attr-macro v0.3.5 |
1639 | 2025-01-08T21:15:03.886Z | Compiling usdt-macro v0.3.5 |
1640 | 2025-01-08T21:15:04.917Z | Compiling rustls-pemfile v1.0.4 |
1641 | 2025-01-08T21:15:05.157Z | Compiling twox-hash v1.6.3 |
1642 | 2025-01-08T21:15:05.622Z | Compiling num_enum_derive v0.7.2 |
1643 | 2025-01-08T21:15:06.098Z | Compiling universal-hash v0.5.1 |
1644 | 2025-01-08T21:15:06.314Z | Compiling atty v0.2.14 |
1645 | 2025-01-08T21:15:06.462Z | Compiling opaque-debug v0.3.1 |
1646 | 2025-01-08T21:15:06.564Z | Compiling funty v2.0.0 |
1647 | 2025-01-08T21:15:08.009Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1648 | 2025-01-08T21:15:08.407Z | Compiling num_enum v0.7.2 |
1649 | 2025-01-08T21:15:08.591Z | Compiling bitvec v1.0.1 |
1650 | 2025-01-08T21:15:08.898Z | Compiling polyval v0.6.2 |
1651 | 2025-01-08T21:15:09.567Z | Compiling usdt v0.3.5 |
1652 | 2025-01-08T21:15:10.033Z | Compiling toml v0.7.8 |
1653 | 2025-01-08T21:15:10.362Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1654 | 2025-01-08T21:15:15.272Z | Compiling ctr v0.9.2 |
1655 | 2025-01-08T21:15:15.603Z | Compiling aes v0.8.4 |
1656 | 2025-01-08T21:15:16.993Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1657 | 2025-01-08T21:15:18.037Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1658 | 2025-01-08T21:15:18.475Z | Compiling bincode v1.3.3 |
1659 | 2025-01-08T21:15:19.454Z | Compiling aead v0.5.2 |
1660 | 2025-01-08T21:15:19.770Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1661 | 2025-01-08T21:15:19.803Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1662 | 2025-01-08T21:15:19.932Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1663 | 2025-01-08T21:15:20.244Z | Compiling aes-gcm-siv v0.11.1 |
1664 | 2025-01-08T21:15:20.282Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1665 | 2025-01-08T21:15:20.506Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1666 | 2025-01-08T21:15:21.032Z | Compiling rayon v1.10.0 |
1667 | 2025-01-08T21:15:22.527Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1668 | 2025-01-08T21:15:23.111Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1669 | 2025-01-08T21:15:23.464Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1670 | 2025-01-08T21:15:23.947Z | Compiling bitstruct_derive v0.1.0 |
1671 | 2025-01-08T21:15:24.817Z | Compiling async-recursion v1.1.1 |
1672 | 2025-01-08T21:15:25.255Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1673 | 2025-01-08T21:15:25.397Z | Compiling ringbuffer v0.15.0 |
1674 | 2025-01-08T21:15:26.049Z | Compiling typeid v1.0.0 |
1675 | 2025-01-08T21:15:26.207Z | Compiling ascii v1.1.0 |
1676 | 2025-01-08T21:15:26.221Z | Compiling erased-serde v0.4.5 |
1677 | 2025-01-08T21:15:26.277Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1678 | 2025-01-08T21:15:26.643Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1679 | 2025-01-08T21:15:26.934Z | Compiling bitstruct v0.1.1 |
1680 | 2025-01-08T21:15:27.055Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1681 | 2025-01-08T21:15:27.625Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1682 | 2025-01-08T21:15:29.607Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1683 | 2025-01-08T21:15:29.710Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1684 | 2025-01-08T21:15:30.054Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1685 | 2025-01-08T21:15:30.098Z | Compiling const_format_proc_macros v0.2.32 |
1686 | 2025-01-08T21:15:30.627Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1687 | 2025-01-08T21:15:31.734Z | Compiling serde_arrays v0.1.0 |
1688 | 2025-01-08T21:15:31.898Z | Compiling kstat-rs v0.2.4 |
1689 | 2025-01-08T21:15:31.926Z | Compiling libloading v0.7.4 |
1690 | 2025-01-08T21:15:32.332Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1691 | 2025-01-08T21:15:32.759Z | Compiling const_format v0.2.32 |
1692 | 2025-01-08T21:15:33.985Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1693 | 2025-01-08T21:15:34.597Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1694 | 2025-01-08T21:15:35.706Z | Compiling ron v0.8.1 |
1695 | 2025-01-08T21:15:41.408Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1696 | 2025-01-08T21:15:45.438Z | Compiling bit_field v0.10.2 |
1697 | 2025-01-08T21:15:45.710Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1698 | 2025-01-08T21:15:48.022Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1699 | 2025-01-08T21:15:56.005Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1700 | 2025-01-08T21:17:00.166Z | Finished `release` profile [optimized] target(s) in 5m 43s |
1701 | 2025-01-08T21:17:00.313Z | |
1702 | 2025-01-08T21:17:00.313Z | real 5:43.858713837 |
1703 | 2025-01-08T21:17:00.313Z | user 41:13.535597123 |
1704 | 2025-01-08T21:17:00.314Z | sys 2:25.215344750 |
1705 | 2025-01-08T21:17:00.314Z | trap 1.196938292 |
1706 | 2025-01-08T21:17:00.314Z | tflt 2.592750861 |
1707 | 2025-01-08T21:17:00.321Z | dflt 0.678704192 |
1708 | 2025-01-08T21:17:00.321Z | kflt 0.000374100 |
1709 | 2025-01-08T21:17:00.321Z | lock 1:29:56.161516387 |
1710 | 2025-01-08T21:17:00.321Z | slp 2:28:28.663935651 |
1711 | 2025-01-08T21:17:00.321Z | lat 1:57.460834185 |
1712 | 2025-01-08T21:17:00.321Z | stop 2:04.484508462 |
1713 | 2025-01-08T21:17:00.321Z | + OUTDIR=/work/release |
1714 | 2025-01-08T21:17:00.321Z | + mkdir -p /work/release |
1715 | 2025-01-08T21:17:00.323Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1716 | 2025-01-08T21:17:00.337Z | + cp target/release/propolis-server /work/release/propolis-server |
1717 | 2025-01-08T21:17:00.406Z | process exited: duration 575551 ms, exit code 0 |
|
1718 | 2025-01-08T21:17:00.418Z | found 2 output files |
1719 | 2025-01-08T21:17:00.418Z | uploading: /work/release/propolis-cli (16411152 bytes) |
1720 | 2025-01-08T21:17:01.800Z | uploaded: /work/release/propolis-cli |
1721 | 2025-01-08T21:17:01.804Z | uploading: /work/release/propolis-server (57342648 bytes) |
1722 | 2025-01-08T21:17:03.939Z | uploaded: /work/release/propolis-server |