|
|
|
1 | 2024-11-29T17:18:10.527Z | job assigned to worker 01JDWETVA3Q53PVSVKN175VKPW [factory aws, i-07fa0dc1fb658ff18] (queued for 53 s) |
|
2 | 2024-11-29T17:18:18.789Z | starting task 0: "setup" |
3 | 2024-11-29T17:18:18.798Z | ++ uname -s |
4 | 2024-11-29T17:18:18.801Z | + kern=SunOS |
5 | 2024-11-29T17:18:18.801Z | + case "$kern" in |
6 | 2024-11-29T17:18:18.801Z | + groupadd -g 12345 build |
7 | 2024-11-29T17:18:18.803Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T17:18:20.811Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T17:18:20.917Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T17:18:20.919Z | + home_fs=zfs |
11 | 2024-11-29T17:18:20.920Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T17:18:20.920Z | + mkdir -p /home/build |
13 | 2024-11-29T17:18:20.922Z | + chown build:build /home/build /work |
14 | 2024-11-29T17:18:22.924Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T17:18:22.927Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-11-29T17:18:22.932Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T17:18:22.938Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T17:18:22.938Z | ' stable |
19 | 2024-11-29T17:18:22.938Z | * toolchain channel = "stable" |
20 | 2024-11-29T17:18:22.940Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T17:18:22.940Z | * toolchain profile = "default" |
22 | 2024-11-29T17:18:22.940Z | ' default |
23 | 2024-11-29T17:18:22.941Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T17:18:22.941Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T17:18:23.245Z | info: downloading installer |
26 | 2024-11-29T17:18:24.489Z | info: profile set to 'default' |
27 | 2024-11-29T17:18:24.489Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T17:18:24.492Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T17:18:24.661Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T17:18:24.661Z | info: downloading component 'cargo' |
31 | 2024-11-29T17:18:25.668Z | info: downloading component 'clippy' |
32 | 2024-11-29T17:18:26.052Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T17:18:27.455Z | info: downloading component 'rust-std' |
34 | 2024-11-29T17:18:29.489Z | info: downloading component 'rustc' |
35 | 2024-11-29T17:18:37.177Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T17:18:37.472Z | info: installing component 'cargo' |
37 | 2024-11-29T17:18:38.349Z | info: installing component 'clippy' |
38 | 2024-11-29T17:18:38.747Z | info: installing component 'rust-docs' |
39 | 2024-11-29T17:18:40.500Z | info: installing component 'rust-std' |
40 | 2024-11-29T17:18:42.257Z | info: installing component 'rustc' |
41 | 2024-11-29T17:18:48.430Z | info: installing component 'rustfmt' |
42 | 2024-11-29T17:18:48.771Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T17:18:48.771Z | |
44 | 2024-11-29T17:18:49.135Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T17:18:49.135Z | |
46 | 2024-11-29T17:18:49.137Z | |
47 | 2024-11-29T17:18:49.137Z | Rust is installed now. Great! |
48 | 2024-11-29T17:18:49.137Z | |
49 | 2024-11-29T17:18:49.137Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T17:18:49.137Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T17:18:49.137Z | |
52 | 2024-11-29T17:18:49.137Z | To configure your current shell, you need to source |
53 | 2024-11-29T17:18:49.138Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T17:18:49.138Z | |
55 | 2024-11-29T17:18:49.138Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T17:18:49.138Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T17:18:49.138Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T17:18:49.219Z | + rustc --version |
59 | 2024-11-29T17:18:49.293Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T17:18:49.296Z | process exited: duration 26361 ms, exit code 0 |
|
61 | 2024-11-29T17:18:49.301Z | starting task 2: "authentication" |
62 | 2024-11-29T17:18:49.323Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-29T17:18:49.328Z | starting task 3: "clone repository" |
64 | 2024-11-29T17:18:49.333Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-11-29T17:18:49.336Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-11-29T17:18:49.372Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-11-29T17:18:50.309Z | + cd /work/oxidecomputer/propolis |
68 | 2024-11-29T17:18:50.309Z | + git fetch origin c34fd745077ac158d94eb276843f1186abed0890 |
69 | 2024-11-29T17:18:50.661Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-11-29T17:18:50.661Z | * branch c34fd745077ac158d94eb276843f1186abed0890 -> FETCH_HEAD |
71 | 2024-11-29T17:18:50.666Z | + [[ -n '' ]] |
72 | 2024-11-29T17:18:50.666Z | + git reset --hard c34fd745077ac158d94eb276843f1186abed0890 |
73 | 2024-11-29T17:18:50.694Z | HEAD is now at c34fd74 Fix clippy lints for Rust 1.83 |
74 | 2024-11-29T17:18:50.696Z | process exited: duration 1367 ms, exit code 0 |
|
75 | 2024-11-29T17:18:50.701Z | starting task 4: "build" |
76 | 2024-11-29T17:18:50.707Z | + cargo --version |
77 | 2024-11-29T17:18:50.773Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
78 | 2024-11-29T17:18:50.776Z | + rustc --version |
79 | 2024-11-29T17:18:50.848Z | rustc 1.83.0 (90b35a623 2024-11-26) |
80 | 2024-11-29T17:18:50.852Z | + banner check |
81 | 2024-11-29T17:18:50.855Z | |
82 | 2024-11-29T17:18:50.855Z | #### # # ###### #### # # |
83 | 2024-11-29T17:18:50.855Z | # # # # # # # # # |
84 | 2024-11-29T17:18:50.855Z | # ###### ##### # #### |
85 | 2024-11-29T17:18:50.855Z | # # # # # # # |
86 | 2024-11-29T17:18:50.855Z | # # # # # # # # # |
87 | 2024-11-29T17:18:50.855Z | #### # # ###### #### # # |
88 | 2024-11-29T17:18:50.855Z | |
89 | 2024-11-29T17:18:50.855Z | + ptime -m cargo check --features falcon |
90 | 2024-11-29T17:18:51.026Z | Updating crates.io index |
91 | 2024-11-29T17:18:51.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-11-29T17:18:53.946Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
93 | 2024-11-29T17:19:00.479Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
94 | 2024-11-29T17:19:00.711Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
95 | 2024-11-29T17:19:00.950Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
96 | 2024-11-29T17:19:01.230Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2024-11-29T17:19:01.625Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-11-29T17:19:02.036Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
99 | 2024-11-29T17:19:02.542Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2024-11-29T17:19:02.780Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
101 | 2024-11-29T17:19:03.104Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2024-11-29T17:19:03.678Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
103 | 2024-11-29T17:19:04.585Z | Updating git repository `https://github.com/oxidecomputer/opte` |
104 | 2024-11-29T17:19:05.631Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
105 | 2024-11-29T17:19:06.198Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
106 | 2024-11-29T17:19:06.560Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
107 | 2024-11-29T17:19:06.902Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
108 | 2024-11-29T17:19:07.185Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
109 | 2024-11-29T17:19:08.493Z | Downloading crates ... |
110 | 2024-11-29T17:19:08.612Z | Downloaded ctr v0.9.2 |
111 | 2024-11-29T17:19:08.615Z | Downloaded cpufeatures v0.2.12 |
112 | 2024-11-29T17:19:08.619Z | Downloaded autocfg v1.3.0 |
113 | 2024-11-29T17:19:08.622Z | Downloaded deranged v0.3.11 |
114 | 2024-11-29T17:19:08.622Z | Downloaded crossbeam-epoch v0.9.18 |
115 | 2024-11-29T17:19:08.628Z | Downloaded data-encoding v2.6.0 |
116 | 2024-11-29T17:19:08.631Z | Downloaded bit_field v0.10.2 |
117 | 2024-11-29T17:19:08.634Z | Downloaded usdt-attr-macro v0.3.5 |
118 | 2024-11-29T17:19:08.634Z | Downloaded aho-corasick v1.1.3 |
119 | 2024-11-29T17:19:08.638Z | Downloaded clap_derive v4.5.4 |
120 | 2024-11-29T17:19:08.641Z | Downloaded cc v1.0.97 |
121 | 2024-11-29T17:19:08.645Z | Downloaded aead v0.5.2 |
122 | 2024-11-29T17:19:08.648Z | Downloaded zerocopy-derive v0.7.34 |
123 | 2024-11-29T17:19:08.651Z | Downloaded ppv-lite86 v0.2.17 |
124 | 2024-11-29T17:19:08.654Z | Downloaded anstyle-query v1.0.3 |
125 | 2024-11-29T17:19:08.654Z | Downloaded allocator-api2 v0.2.18 |
126 | 2024-11-29T17:19:08.657Z | Downloaded anstyle v1.0.7 |
127 | 2024-11-29T17:19:08.660Z | Downloaded rustls-pki-types v1.7.0 |
128 | 2024-11-29T17:19:08.663Z | Downloaded aes-gcm-siv v0.11.1 |
129 | 2024-11-29T17:19:08.663Z | Downloaded pest_derive v2.7.10 |
130 | 2024-11-29T17:19:08.667Z | Downloaded ahash v0.8.11 |
131 | 2024-11-29T17:19:08.672Z | Downloaded async-stream v0.3.5 |
132 | 2024-11-29T17:19:08.675Z | Downloaded async-recursion v1.1.1 |
133 | 2024-11-29T17:19:08.678Z | Downloaded anstyle-parse v0.2.4 |
134 | 2024-11-29T17:19:08.678Z | Downloaded anyhow v1.0.89 |
135 | 2024-11-29T17:19:08.684Z | Downloaded anstream v0.6.14 |
136 | 2024-11-29T17:19:08.686Z | Downloaded aes v0.8.4 |
137 | 2024-11-29T17:19:08.690Z | Downloaded argon2 v0.5.3 |
138 | 2024-11-29T17:19:08.694Z | Downloaded ascii v1.1.0 |
139 | 2024-11-29T17:19:08.701Z | Downloaded rustls v0.22.4 |
140 | 2024-11-29T17:19:08.714Z | Downloaded git2 v0.19.0 |
141 | 2024-11-29T17:19:08.723Z | Downloaded byteorder v1.5.0 |
142 | 2024-11-29T17:19:08.726Z | Downloaded atty v0.2.14 |
143 | 2024-11-29T17:19:08.729Z | Downloaded iana-time-zone v0.1.60 |
144 | 2024-11-29T17:19:08.732Z | Downloaded bitstruct_derive v0.1.0 |
145 | 2024-11-29T17:19:08.732Z | Downloaded atomic-waker v1.1.2 |
146 | 2024-11-29T17:19:08.732Z | Downloaded bitflags v1.3.2 |
147 | 2024-11-29T17:19:08.736Z | Downloaded bincode v1.3.3 |
148 | 2024-11-29T17:19:08.739Z | Downloaded base64ct v1.6.0 |
149 | 2024-11-29T17:19:08.742Z | Downloaded cfg_aliases v0.2.1 |
150 | 2024-11-29T17:19:08.742Z | Downloaded bitstruct v0.1.1 |
151 | 2024-11-29T17:19:08.746Z | Downloaded async-trait v0.1.83 |
152 | 2024-11-29T17:19:08.749Z | Downloaded atomicwrites v0.4.4 |
153 | 2024-11-29T17:19:08.749Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-11-29T17:19:08.749Z | Downloaded num v0.4.3 |
155 | 2024-11-29T17:19:08.752Z | Downloaded dtrace-parser v0.1.14 |
156 | 2024-11-29T17:19:08.752Z | Downloaded num_threads v0.1.7 |
157 | 2024-11-29T17:19:08.752Z | Downloaded convert_case v0.4.0 |
158 | 2024-11-29T17:19:08.756Z | Downloaded cfg_aliases v0.1.1 |
159 | 2024-11-29T17:19:08.756Z | Downloaded async-stream-impl v0.3.5 |
160 | 2024-11-29T17:19:08.759Z | Downloaded block-buffer v0.10.4 |
161 | 2024-11-29T17:19:08.759Z | Downloaded openssl-probe v0.1.5 |
162 | 2024-11-29T17:19:08.763Z | Downloaded opaque-debug v0.3.1 |
163 | 2024-11-29T17:19:08.763Z | Downloaded num-iter v0.1.45 |
164 | 2024-11-29T17:19:08.763Z | Downloaded cstr-argument v0.1.2 |
165 | 2024-11-29T17:19:08.766Z | Downloaded crucible-workspace-hack v0.1.0 |
166 | 2024-11-29T17:19:08.766Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-11-29T17:19:08.766Z | Downloaded darling_macro v0.20.9 |
168 | 2024-11-29T17:19:08.769Z | Downloaded equivalent v1.0.1 |
169 | 2024-11-29T17:19:08.771Z | Downloaded num-derive v0.4.2 |
170 | 2024-11-29T17:19:08.771Z | Downloaded cfg-if v1.0.0 |
171 | 2024-11-29T17:19:08.776Z | Downloaded cargo-platform v0.1.8 |
172 | 2024-11-29T17:19:08.781Z | Downloaded num-conv v0.1.0 |
173 | 2024-11-29T17:19:08.782Z | Downloaded percent-encoding v2.3.1 |
174 | 2024-11-29T17:19:08.782Z | Downloaded parse-display-derive v0.10.0 |
175 | 2024-11-29T17:19:08.785Z | Downloaded parse-display v0.10.0 |
176 | 2024-11-29T17:19:08.785Z | Downloaded num_enum v0.7.2 |
177 | 2024-11-29T17:19:08.789Z | Downloaded cargo_metadata v0.18.1 |
178 | 2024-11-29T17:19:08.792Z | Downloaded once_cell v1.19.0 |
179 | 2024-11-29T17:19:08.800Z | Downloaded dtrace-parser v0.2.0 |
180 | 2024-11-29T17:19:08.803Z | Downloaded paste v1.0.15 |
181 | 2024-11-29T17:19:08.806Z | Downloaded num_enum_derive v0.5.11 |
182 | 2024-11-29T17:19:08.807Z | Downloaded crossbeam-deque v0.8.5 |
183 | 2024-11-29T17:19:08.807Z | Downloaded owo-colors v4.1.0 |
184 | 2024-11-29T17:19:08.810Z | Downloaded cobs v0.2.3 |
185 | 2024-11-29T17:19:08.814Z | Downloaded progenitor-client v0.8.0 |
186 | 2024-11-29T17:19:08.814Z | Downloaded foreign-types v0.3.2 |
187 | 2024-11-29T17:19:08.814Z | Downloaded base64 v0.21.7 |
188 | 2024-11-29T17:19:08.817Z | Downloaded dof v0.1.5 |
189 | 2024-11-29T17:19:08.821Z | Downloaded dirs-sys-next v0.1.2 |
190 | 2024-11-29T17:19:08.821Z | Downloaded dirs-next v2.0.0 |
191 | 2024-11-29T17:19:08.821Z | Downloaded proc-macro-error-attr v1.0.4 |
192 | 2024-11-29T17:19:08.824Z | Downloaded pretty-hex v0.2.1 |
193 | 2024-11-29T17:19:08.824Z | Downloaded either v1.13.0 |
194 | 2024-11-29T17:19:08.826Z | Downloaded instant v0.1.12 |
195 | 2024-11-29T17:19:08.826Z | Downloaded http-body v1.0.1 |
196 | 2024-11-29T17:19:08.830Z | Downloaded colored v2.1.0 |
197 | 2024-11-29T17:19:08.830Z | Downloaded colorchoice v1.0.1 |
198 | 2024-11-29T17:19:08.833Z | Downloaded clap_lex v0.7.0 |
199 | 2024-11-29T17:19:08.833Z | Downloaded debug-ignore v1.0.5 |
200 | 2024-11-29T17:19:08.836Z | Downloaded password-hash v0.5.0 |
201 | 2024-11-29T17:19:08.839Z | Downloaded embedded-io v0.6.1 |
202 | 2024-11-29T17:19:08.839Z | Downloaded backoff v0.4.0 |
203 | 2024-11-29T17:19:08.842Z | Downloaded defmt-parser v0.3.4 |
204 | 2024-11-29T17:19:08.843Z | Downloaded crypto-common v0.1.6 |
205 | 2024-11-29T17:19:08.843Z | Downloaded scroll_derive v0.12.0 |
206 | 2024-11-29T17:19:08.845Z | Downloaded const_format_proc_macros v0.2.32 |
207 | 2024-11-29T17:19:08.845Z | Downloaded camino v1.1.9 |
208 | 2024-11-29T17:19:08.849Z | Downloaded defmt-macros v0.3.9 |
209 | 2024-11-29T17:19:08.853Z | Downloaded num_enum_derive v0.7.2 |
210 | 2024-11-29T17:19:08.853Z | Downloaded cipher v0.4.4 |
211 | 2024-11-29T17:19:08.855Z | Downloaded stable_deref_trait v1.2.0 |
212 | 2024-11-29T17:19:08.855Z | Downloaded num-integer v0.1.46 |
213 | 2024-11-29T17:19:08.858Z | Downloaded escargot v0.5.10 |
214 | 2024-11-29T17:19:08.862Z | Downloaded embedded-io v0.4.0 |
215 | 2024-11-29T17:19:08.862Z | Downloaded semver v0.1.20 |
216 | 2024-11-29T17:19:08.865Z | Downloaded errno v0.3.9 |
217 | 2024-11-29T17:19:08.865Z | Downloaded progenitor-macro v0.8.0 |
218 | 2024-11-29T17:19:08.868Z | Downloaded defmt v0.3.8 |
219 | 2024-11-29T17:19:08.871Z | Downloaded console v0.15.8 |
220 | 2024-11-29T17:19:08.873Z | Downloaded powerfmt v0.2.0 |
221 | 2024-11-29T17:19:08.873Z | Downloaded pest_generator v2.7.10 |
222 | 2024-11-29T17:19:08.877Z | Downloaded polyval v0.6.2 |
223 | 2024-11-29T17:19:08.877Z | Downloaded pkg-config v0.3.30 |
224 | 2024-11-29T17:19:08.880Z | Downloaded pin-utils v0.1.0 |
225 | 2024-11-29T17:19:08.880Z | Downloaded rustls-pemfile v1.0.4 |
226 | 2024-11-29T17:19:08.888Z | Downloaded darling v0.20.9 |
227 | 2024-11-29T17:19:08.892Z | Downloaded zerocopy v0.3.2 |
228 | 2024-11-29T17:19:08.892Z | Downloaded hash32 v0.3.1 |
229 | 2024-11-29T17:19:08.892Z | Downloaded futures-executor v0.3.30 |
230 | 2024-11-29T17:19:08.892Z | Downloaded fnv v1.0.7 |
231 | 2024-11-29T17:19:08.892Z | Downloaded fallible-iterator v0.3.0 |
232 | 2024-11-29T17:19:08.895Z | Downloaded mime v0.3.17 |
233 | 2024-11-29T17:19:08.895Z | Downloaded rand_chacha v0.3.1 |
234 | 2024-11-29T17:19:08.900Z | Downloaded macaddr v1.0.1 |
235 | 2024-11-29T17:19:08.900Z | Downloaded humantime v2.1.0 |
236 | 2024-11-29T17:19:08.903Z | Downloaded rustc_version v0.4.0 |
237 | 2024-11-29T17:19:08.903Z | Downloaded blake2 v0.10.6 |
238 | 2024-11-29T17:19:08.906Z | Downloaded ringbuffer v0.15.0 |
239 | 2024-11-29T17:19:08.906Z | Downloaded zone_cfg_derive v0.3.0 |
240 | 2024-11-29T17:19:08.909Z | Downloaded parking_lot v0.12.2 |
241 | 2024-11-29T17:19:08.913Z | Downloaded smf v0.2.3 |
242 | 2024-11-29T17:19:08.913Z | Downloaded serde_tokenstream v0.2.2 |
243 | 2024-11-29T17:19:08.916Z | Downloaded slab v0.4.9 |
244 | 2024-11-29T17:19:08.916Z | Downloaded clap v4.5.4 |
245 | 2024-11-29T17:19:08.924Z | Downloaded is_ci v1.2.0 |
246 | 2024-11-29T17:19:08.927Z | Downloaded crossbeam-utils v0.8.19 |
247 | 2024-11-29T17:19:08.927Z | Downloaded scroll v0.12.0 |
248 | 2024-11-29T17:19:08.930Z | Downloaded rustc_version v0.1.7 |
249 | 2024-11-29T17:19:08.930Z | Downloaded time-core v0.1.2 |
250 | 2024-11-29T17:19:08.933Z | Downloaded radium v0.7.0 |
251 | 2024-11-29T17:19:08.933Z | Downloaded sigpipe v0.1.3 |
252 | 2024-11-29T17:19:08.936Z | Downloaded quinn-udp v0.5.5 |
253 | 2024-11-29T17:19:08.936Z | Downloaded tabwriter v1.4.0 |
254 | 2024-11-29T17:19:08.937Z | Downloaded semver v1.0.23 |
255 | 2024-11-29T17:19:08.940Z | Downloaded take_mut v0.2.2 |
256 | 2024-11-29T17:19:08.940Z | Downloaded terminal_size v0.3.0 |
257 | 2024-11-29T17:19:08.943Z | Downloaded try-lock v0.2.5 |
258 | 2024-11-29T17:19:08.943Z | Downloaded sha1 v0.10.6 |
259 | 2024-11-29T17:19:08.946Z | Downloaded heck v0.4.1 |
260 | 2024-11-29T17:19:08.946Z | Downloaded scopeguard v1.2.0 |
261 | 2024-11-29T17:19:08.949Z | Downloaded futures-task v0.3.30 |
262 | 2024-11-29T17:19:08.949Z | Downloaded httpdate v1.0.3 |
263 | 2024-11-29T17:19:08.949Z | Downloaded pin-project-lite v0.2.14 |
264 | 2024-11-29T17:19:08.954Z | Downloaded futures-sink v0.3.30 |
265 | 2024-11-29T17:19:08.957Z | Downloaded bitflags v2.6.0 |
266 | 2024-11-29T17:19:08.961Z | Downloaded sct v0.7.1 |
267 | 2024-11-29T17:19:08.964Z | Downloaded serde_derive_internals v0.29.1 |
268 | 2024-11-29T17:19:08.964Z | Downloaded libloading v0.7.4 |
269 | 2024-11-29T17:19:08.967Z | Downloaded is-terminal v0.4.12 |
270 | 2024-11-29T17:19:08.970Z | Downloaded derive-where v1.2.7 |
271 | 2024-11-29T17:19:08.973Z | Downloaded rustc-hash v2.0.0 |
272 | 2024-11-29T17:19:08.973Z | Downloaded hyper-tls v0.6.0 |
273 | 2024-11-29T17:19:08.977Z | Downloaded newtype_derive v0.1.6 |
274 | 2024-11-29T17:19:08.977Z | Downloaded term v0.7.0 |
275 | 2024-11-29T17:19:08.981Z | Downloaded newline-converter v0.3.0 |
276 | 2024-11-29T17:19:08.981Z | Downloaded fastrand v2.1.0 |
277 | 2024-11-29T17:19:08.985Z | Downloaded fallible-streaming-iterator v0.1.9 |
278 | 2024-11-29T17:19:08.985Z | Downloaded swrite v0.1.0 |
279 | 2024-11-29T17:19:08.985Z | Downloaded openssl-sys v0.9.103 |
280 | 2024-11-29T17:19:08.988Z | Downloaded foreign-types v0.5.0 |
281 | 2024-11-29T17:19:08.992Z | Downloaded lazy_static v1.5.0 |
282 | 2024-11-29T17:19:08.996Z | Downloaded rustversion v1.0.17 |
283 | 2024-11-29T17:19:08.996Z | Downloaded base64 v0.22.1 |
284 | 2024-11-29T17:19:08.998Z | Downloaded tinyvec_macros v0.1.1 |
285 | 2024-11-29T17:19:09.001Z | Downloaded hostname v0.4.0 |
286 | 2024-11-29T17:19:09.001Z | Downloaded ident_case v1.0.1 |
287 | 2024-11-29T17:19:09.004Z | Downloaded lru-cache v0.1.2 |
288 | 2024-11-29T17:19:09.004Z | Downloaded postcard v1.0.9 |
289 | 2024-11-29T17:19:09.007Z | Downloaded structmeta v0.3.0 |
290 | 2024-11-29T17:19:09.010Z | Downloaded progenitor-impl v0.8.0 |
291 | 2024-11-29T17:19:09.010Z | Downloaded typify-macro v0.2.0 |
292 | 2024-11-29T17:19:09.010Z | Downloaded zone v0.3.0 |
293 | 2024-11-29T17:19:09.012Z | Downloaded digest v0.10.7 |
294 | 2024-11-29T17:19:09.015Z | Downloaded version_check v0.9.5 |
295 | 2024-11-29T17:19:09.015Z | Downloaded time-macros v0.2.18 |
296 | 2024-11-29T17:19:09.018Z | Downloaded tap v1.0.1 |
297 | 2024-11-29T17:19:09.018Z | Downloaded structmeta-derive v0.3.0 |
298 | 2024-11-29T17:19:09.020Z | Downloaded kstat-rs v0.2.4 |
299 | 2024-11-29T17:19:09.020Z | Downloaded sync_wrapper v1.0.1 |
300 | 2024-11-29T17:19:09.023Z | Downloaded http-body-util v0.1.2 |
301 | 2024-11-29T17:19:09.026Z | Downloaded rustls-pemfile v2.1.3 |
302 | 2024-11-29T17:19:09.026Z | Downloaded filetime v0.2.23 |
303 | 2024-11-29T17:19:09.028Z | Downloaded generic-array v0.14.7 |
304 | 2024-11-29T17:19:09.031Z | Downloaded twox-hash v1.6.3 |
305 | 2024-11-29T17:19:09.031Z | Downloaded zeroize v1.7.0 |
306 | 2024-11-29T17:19:09.034Z | Downloaded proc-macro2 v1.0.86 |
307 | 2024-11-29T17:19:09.036Z | Downloaded ryu v1.0.18 |
308 | 2024-11-29T17:19:09.040Z | Downloaded pest_meta v2.7.10 |
309 | 2024-11-29T17:19:09.043Z | Downloaded num-traits v0.2.19 |
310 | 2024-11-29T17:19:09.046Z | Downloaded match_cfg v0.1.0 |
311 | 2024-11-29T17:19:09.046Z | Downloaded num-bigint v0.4.5 |
312 | 2024-11-29T17:19:09.049Z | Downloaded jobserver v0.1.31 |
313 | 2024-11-29T17:19:09.051Z | Downloaded darling_core v0.20.9 |
314 | 2024-11-29T17:19:09.057Z | Downloaded is_terminal_polyfill v1.70.0 |
315 | 2024-11-29T17:19:09.059Z | Downloaded bytes v1.7.2 |
316 | 2024-11-29T17:19:09.062Z | Downloaded hubpack_derive v0.1.1 |
317 | 2024-11-29T17:19:09.065Z | Downloaded managed v0.8.0 |
318 | 2024-11-29T17:19:09.065Z | Downloaded strsim v0.11.1 |
319 | 2024-11-29T17:19:09.067Z | Downloaded fixedbitset v0.4.2 |
320 | 2024-11-29T17:19:09.067Z | Downloaded untrusted v0.9.0 |
321 | 2024-11-29T17:19:09.069Z | Downloaded tinyvec v1.6.0 |
322 | 2024-11-29T17:19:09.072Z | Downloaded socket2 v0.5.7 |
323 | 2024-11-29T17:19:09.075Z | Downloaded serde_spanned v0.6.7 |
324 | 2024-11-29T17:19:09.078Z | Downloaded serde_tokenstream v0.1.7 |
325 | 2024-11-29T17:19:09.078Z | Downloaded toml v0.7.8 |
326 | 2024-11-29T17:19:09.081Z | Downloaded vergen v8.3.2 |
327 | 2024-11-29T17:19:09.084Z | Downloaded waitgroup v0.1.2 |
328 | 2024-11-29T17:19:09.087Z | Downloaded usdt-macro v0.5.0 |
329 | 2024-11-29T17:19:09.087Z | Downloaded tokio-native-tls v0.3.1 |
330 | 2024-11-29T17:19:09.090Z | Downloaded thread_local v1.1.8 |
331 | 2024-11-29T17:19:09.090Z | Downloaded serde_path_to_error v0.1.16 |
332 | 2024-11-29T17:19:09.094Z | Downloaded serde_repr v0.1.19 |
333 | 2024-11-29T17:19:09.094Z | Downloaded foreign-types-macros v0.2.3 |
334 | 2024-11-29T17:19:09.097Z | Downloaded utf8parse v0.2.1 |
335 | 2024-11-29T17:19:09.097Z | Downloaded typeid v1.0.0 |
336 | 2024-11-29T17:19:09.097Z | Downloaded futures-io v0.3.30 |
337 | 2024-11-29T17:19:09.100Z | Downloaded httparse v1.8.0 |
338 | 2024-11-29T17:19:09.100Z | Downloaded prettyplease v0.2.22 |
339 | 2024-11-29T17:19:09.102Z | Downloaded getrandom v0.2.14 |
340 | 2024-11-29T17:19:09.107Z | Downloaded serde_arrays v0.1.0 |
341 | 2024-11-29T17:19:09.110Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-11-29T17:19:09.110Z | Downloaded const_format v0.2.32 |
343 | 2024-11-29T17:19:09.113Z | Downloaded synstructure v0.12.6 |
344 | 2024-11-29T17:19:09.116Z | Downloaded supports-color v3.0.1 |
345 | 2024-11-29T17:19:09.119Z | Downloaded ron v0.8.1 |
346 | 2024-11-29T17:19:09.121Z | Downloaded tower-service v0.3.2 |
347 | 2024-11-29T17:19:09.124Z | Downloaded indexmap v1.9.3 |
348 | 2024-11-29T17:19:09.126Z | Downloaded expectorate v1.1.0 |
349 | 2024-11-29T17:19:09.129Z | Downloaded want v0.3.1 |
350 | 2024-11-29T17:19:09.129Z | Downloaded ipnet v2.9.0 |
351 | 2024-11-29T17:19:09.131Z | Downloaded similar v2.5.0 |
352 | 2024-11-29T17:19:09.135Z | Downloaded ipnetwork v0.20.0 |
353 | 2024-11-29T17:19:09.138Z | Downloaded static_assertions v1.1.0 |
354 | 2024-11-29T17:19:09.143Z | Downloaded xattr v1.3.1 |
355 | 2024-11-29T17:19:09.143Z | Downloaded wyz v0.5.1 |
356 | 2024-11-29T17:19:09.143Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-11-29T17:19:09.146Z | Downloaded slog-json v2.6.1 |
358 | 2024-11-29T17:19:09.146Z | Downloaded tokio-macros v2.4.0 |
359 | 2024-11-29T17:19:09.149Z | Downloaded sha2 v0.10.8 |
360 | 2024-11-29T17:19:09.149Z | Downloaded serde_derive v1.0.210 |
361 | 2024-11-29T17:19:09.152Z | Downloaded hyper-rustls v0.27.3 |
362 | 2024-11-29T17:19:09.155Z | Downloaded strum v0.26.2 |
363 | 2024-11-29T17:19:09.155Z | Downloaded schemars v0.8.21 |
364 | 2024-11-29T17:19:09.165Z | Downloaded serde-big-array v0.5.1 |
365 | 2024-11-29T17:19:09.168Z | Downloaded itoa v1.0.11 |
366 | 2024-11-29T17:19:09.171Z | Downloaded inout v0.1.3 |
367 | 2024-11-29T17:19:09.171Z | Downloaded utf-8 v0.7.6 |
368 | 2024-11-29T17:19:09.174Z | Downloaded usdt v0.5.0 |
369 | 2024-11-29T17:19:09.174Z | Downloaded fatfs v0.3.6 |
370 | 2024-11-29T17:19:09.177Z | Downloaded memmap v0.7.0 |
371 | 2024-11-29T17:19:09.177Z | Downloaded hashlink v0.9.1 |
372 | 2024-11-29T17:19:09.180Z | Downloaded hostname v0.3.1 |
373 | 2024-11-29T17:19:09.180Z | Downloaded unicode-bidi v0.3.15 |
374 | 2024-11-29T17:19:09.183Z | Downloaded heapless v0.8.0 |
375 | 2024-11-29T17:19:09.186Z | Downloaded rayon-core v1.12.1 |
376 | 2024-11-29T17:19:09.190Z | Downloaded serde v1.0.210 |
377 | 2024-11-29T17:19:09.193Z | Downloaded foreign-types-shared v0.1.1 |
378 | 2024-11-29T17:19:09.196Z | Downloaded rand v0.8.5 |
379 | 2024-11-29T17:19:09.200Z | Downloaded linked-hash-map v0.5.6 |
380 | 2024-11-29T17:19:09.203Z | Downloaded slog v2.7.0 |
381 | 2024-11-29T17:19:09.203Z | Downloaded futures-core v0.3.30 |
382 | 2024-11-29T17:19:09.206Z | Downloaded usdt v0.3.5 |
383 | 2024-11-29T17:19:09.206Z | Downloaded subtle v2.5.0 |
384 | 2024-11-29T17:19:09.206Z | Downloaded linear-map v1.2.0 |
385 | 2024-11-29T17:19:09.208Z | Downloaded typenum v1.17.0 |
386 | 2024-11-29T17:19:09.211Z | Downloaded supports-color v2.1.0 |
387 | 2024-11-29T17:19:09.211Z | Downloaded thiserror v1.0.64 |
388 | 2024-11-29T17:19:09.215Z | Downloaded funty v2.0.0 |
389 | 2024-11-29T17:19:09.217Z | Downloaded smallvec v1.13.2 |
390 | 2024-11-29T17:19:09.220Z | Downloaded strum_macros v0.25.3 |
391 | 2024-11-29T17:19:09.222Z | Downloaded hyper-util v0.1.9 |
392 | 2024-11-29T17:19:09.226Z | Downloaded quinn v0.11.5 |
393 | 2024-11-29T17:19:09.229Z | Downloaded zerocopy v0.6.6 |
394 | 2024-11-29T17:19:09.232Z | Downloaded unicode-xid v0.2.4 |
395 | 2024-11-29T17:19:09.232Z | Downloaded slog-term v2.9.1 |
396 | 2024-11-29T17:19:09.234Z | Downloaded native-tls v0.2.11 |
397 | 2024-11-29T17:19:09.237Z | Downloaded heck v0.5.0 |
398 | 2024-11-29T17:19:09.237Z | Downloaded universal-hash v0.5.1 |
399 | 2024-11-29T17:19:09.239Z | Downloaded tracing-core v0.1.32 |
400 | 2024-11-29T17:19:09.242Z | Downloaded whoami v1.5.1 |
401 | 2024-11-29T17:19:09.244Z | Downloaded log v0.4.22 |
402 | 2024-11-29T17:19:09.247Z | Downloaded typify v0.2.0 |
403 | 2024-11-29T17:19:09.250Z | Downloaded tokio-rustls v0.25.0 |
404 | 2024-11-29T17:19:09.250Z | Downloaded tokio-rustls v0.24.1 |
405 | 2024-11-29T17:19:09.253Z | Downloaded tungstenite v0.21.0 |
406 | 2024-11-29T17:19:09.255Z | Downloaded libsw v3.3.1 |
407 | 2024-11-29T17:19:09.259Z | Downloaded toml_datetime v0.6.8 |
408 | 2024-11-29T17:19:09.259Z | Downloaded glob v0.3.1 |
409 | 2024-11-29T17:19:09.261Z | Downloaded indent_write v2.2.0 |
410 | 2024-11-29T17:19:09.261Z | Downloaded form_urlencoded v1.2.1 |
411 | 2024-11-29T17:19:09.261Z | Downloaded thiserror-impl v1.0.64 |
412 | 2024-11-29T17:19:09.264Z | Downloaded highway v1.2.0 |
413 | 2024-11-29T17:19:09.264Z | Downloaded serde_urlencoded v0.7.1 |
414 | 2024-11-29T17:19:09.267Z | Downloaded futures-macro v0.3.30 |
415 | 2024-11-29T17:19:09.270Z | Downloaded hex v0.4.3 |
416 | 2024-11-29T17:19:09.270Z | Downloaded hubpack v0.1.2 |
417 | 2024-11-29T17:19:09.270Z | Downloaded crossbeam-channel v0.5.12 |
418 | 2024-11-29T17:19:09.273Z | Downloaded thread-id v4.2.1 |
419 | 2024-11-29T17:19:09.276Z | Downloaded lock_api v0.4.12 |
420 | 2024-11-29T17:19:09.276Z | Downloaded tokio-rustls v0.26.0 |
421 | 2024-11-29T17:19:09.279Z | Downloaded tempfile v3.10.1 |
422 | 2024-11-29T17:19:09.282Z | Downloaded unsafe-libyaml v0.2.11 |
423 | 2024-11-29T17:19:09.285Z | Downloaded usdt-impl v0.3.5 |
424 | 2024-11-29T17:19:09.290Z | Downloaded toml v0.8.19 |
425 | 2024-11-29T17:19:09.290Z | Downloaded strum_macros v0.26.2 |
426 | 2024-11-29T17:19:09.293Z | Downloaded globset v0.4.14 |
427 | 2024-11-29T17:19:09.293Z | Downloaded multer v3.1.0 |
428 | 2024-11-29T17:19:09.295Z | Downloaded tracing-attributes v0.1.27 |
429 | 2024-11-29T17:19:09.298Z | Downloaded toml_edit v0.19.15 |
430 | 2024-11-29T17:19:09.312Z | Downloaded futures-channel v0.3.30 |
431 | 2024-11-29T17:19:09.314Z | Downloaded futures v0.3.30 |
432 | 2024-11-29T17:19:09.318Z | Downloaded pest v2.7.10 |
433 | 2024-11-29T17:19:09.323Z | Downloaded tokio-tungstenite v0.21.0 |
434 | 2024-11-29T17:19:09.326Z | Downloaded tar v0.4.40 |
435 | 2024-11-29T17:19:09.329Z | Downloaded unicode-ident v1.0.13 |
436 | 2024-11-29T17:19:09.332Z | Downloaded serde_yaml v0.9.34+deprecated |
437 | 2024-11-29T17:19:09.334Z | Downloaded uuid v1.10.0 |
438 | 2024-11-29T17:19:09.337Z | Downloaded serde_with_macros v3.9.0 |
439 | 2024-11-29T17:19:09.340Z | Downloaded hashbrown v0.12.3 |
440 | 2024-11-29T17:19:09.342Z | Downloaded slog-dtrace v0.3.0 |
441 | 2024-11-29T17:19:09.346Z | Downloaded slog-bunyan v2.5.0 |
442 | 2024-11-29T17:19:09.346Z | Downloaded slog-async v2.8.0 |
443 | 2024-11-29T17:19:09.349Z | Downloaded usdt-macro v0.3.5 |
444 | 2024-11-29T17:19:09.349Z | Downloaded signal-hook-registry v1.4.2 |
445 | 2024-11-29T17:19:09.349Z | Downloaded spin v0.9.8 |
446 | 2024-11-29T17:19:09.352Z | Downloaded foreign-types-shared v0.3.1 |
447 | 2024-11-29T17:19:09.352Z | Downloaded newtype-uuid v1.1.0 |
448 | 2024-11-29T17:19:09.352Z | Downloaded derive_more v0.99.18 |
449 | 2024-11-29T17:19:09.356Z | Downloaded resolv-conf v0.7.0 |
450 | 2024-11-29T17:19:09.359Z | Downloaded quote v1.0.37 |
451 | 2024-11-29T17:19:09.361Z | Downloaded proc-macro-error v1.0.4 |
452 | 2024-11-29T17:19:09.365Z | Downloaded schemars_derive v0.8.21 |
453 | 2024-11-29T17:19:09.368Z | Downloaded rand_core v0.6.4 |
454 | 2024-11-29T17:19:09.368Z | Downloaded proc-macro-crate v1.3.1 |
455 | 2024-11-29T17:19:09.368Z | Downloaded tokio-util v0.7.11 |
456 | 2024-11-29T17:19:09.374Z | Downloaded parking_lot_core v0.9.10 |
457 | 2024-11-29T17:19:09.377Z | Downloaded http v1.1.0 |
458 | 2024-11-29T17:19:09.380Z | Downloaded erased-serde v0.4.5 |
459 | 2024-11-29T17:19:09.382Z | Downloaded dropshot_endpoint v0.12.0 |
460 | 2024-11-29T17:19:09.387Z | Downloaded cookie v0.18.1 |
461 | 2024-11-29T17:19:09.389Z | Downloaded memchr v2.7.2 |
462 | 2024-11-29T17:19:09.392Z | Downloaded indexmap v2.5.0 |
463 | 2024-11-29T17:19:09.396Z | Downloaded num-rational v0.4.2 |
464 | 2024-11-29T17:19:09.400Z | Downloaded quick-error v1.2.3 |
465 | 2024-11-29T17:19:09.403Z | Downloaded progenitor v0.8.0 |
466 | 2024-11-29T17:19:09.403Z | Downloaded num-complex v0.4.6 |
467 | 2024-11-29T17:19:09.403Z | Downloaded enum-as-inner v0.6.0 |
468 | 2024-11-29T17:19:09.403Z | Downloaded plain v0.2.3 |
469 | 2024-11-29T17:19:09.407Z | Downloaded dyn-clone v1.0.17 |
470 | 2024-11-29T17:19:09.407Z | Downloaded dof v0.3.0 |
471 | 2024-11-29T17:19:09.409Z | Downloaded camino-tempfile v1.1.1 |
472 | 2024-11-29T17:19:09.409Z | Downloaded url v2.5.0 |
473 | 2024-11-29T17:19:09.413Z | Downloaded time v0.3.36 |
474 | 2024-11-29T17:19:09.417Z | Downloaded steno v0.4.1 |
475 | 2024-11-29T17:19:09.421Z | Downloaded clap_builder v4.5.2 |
476 | 2024-11-29T17:19:09.427Z | Downloaded tracing v0.1.40 |
477 | 2024-11-29T17:19:09.431Z | Downloaded zerocopy v0.7.34 |
478 | 2024-11-29T17:19:09.447Z | Downloaded unicode-normalization v0.1.23 |
479 | 2024-11-29T17:19:09.450Z | Downloaded hickory-resolver v0.24.1 |
480 | 2024-11-29T17:19:09.455Z | Downloaded unicode-segmentation v1.11.0 |
481 | 2024-11-29T17:19:09.459Z | Downloaded mio v1.0.2 |
482 | 2024-11-29T17:19:09.463Z | Downloaded itertools v0.10.5 |
483 | 2024-11-29T17:19:09.469Z | Downloaded hashbrown v0.14.5 |
484 | 2024-11-29T17:19:09.474Z | Downloaded itertools v0.13.0 |
485 | 2024-11-29T17:19:09.480Z | Downloaded rusqlite v0.32.1 |
486 | 2024-11-29T17:19:09.486Z | Downloaded libm v0.2.8 |
487 | 2024-11-29T17:19:09.493Z | Downloaded num_enum v0.5.11 |
488 | 2024-11-29T17:19:09.498Z | Downloaded cancel-safe-futures v0.1.5 |
489 | 2024-11-29T17:19:09.501Z | Downloaded bitvec v1.0.1 |
490 | 2024-11-29T17:19:09.514Z | Downloaded toml_edit v0.22.20 |
491 | 2024-11-29T17:19:09.558Z | Downloaded hyper v1.4.1 |
492 | 2024-11-29T17:19:09.564Z | Downloaded rayon v1.10.0 |
493 | 2024-11-29T17:19:09.573Z | Downloaded futures-util v0.3.30 |
494 | 2024-11-29T17:19:09.585Z | Downloaded winnow v0.5.40 |
495 | 2024-11-29T17:19:09.596Z | Downloaded webpki-roots v0.26.3 |
496 | 2024-11-29T17:19:09.599Z | Downloaded rustls-webpki v0.102.4 |
497 | 2024-11-29T17:19:09.617Z | Downloaded vcpkg v0.2.15 |
498 | 2024-11-29T17:19:09.657Z | Downloaded goblin v0.8.2 |
499 | 2024-11-29T17:19:09.663Z | Downloaded dropshot v0.12.0 |
500 | 2024-11-29T17:19:09.685Z | Downloaded serde_with v3.9.0 |
501 | 2024-11-29T17:19:09.693Z | Downloaded syn v2.0.77 |
502 | 2024-11-29T17:19:09.704Z | Downloaded idna v0.5.0 |
503 | 2024-11-29T17:19:09.710Z | Downloaded smoltcp v0.11.0 |
504 | 2024-11-29T17:19:09.723Z | Downloaded nix v0.29.0 |
505 | 2024-11-29T17:19:09.735Z | Downloaded regex v1.10.6 |
506 | 2024-11-29T17:19:09.748Z | Downloaded bstr v1.9.1 |
507 | 2024-11-29T17:19:09.759Z | Downloaded syn v1.0.109 |
508 | 2024-11-29T17:19:09.770Z | Downloaded openssl v0.10.66 |
509 | 2024-11-29T17:19:09.779Z | Downloaded rustls v0.21.12 |
510 | 2024-11-29T17:19:09.791Z | Downloaded idna v0.4.0 |
511 | 2024-11-29T17:19:09.798Z | Downloaded unicode-width v0.1.14 |
512 | 2024-11-29T17:19:09.803Z | Downloaded typify-impl v0.2.0 |
513 | 2024-11-29T17:19:09.818Z | Downloaded quinn-proto v0.11.8 |
514 | 2024-11-29T17:19:09.825Z | Downloaded h2 v0.4.6 |
515 | 2024-11-29T17:19:09.831Z | Downloaded winnow v0.6.18 |
516 | 2024-11-29T17:19:09.840Z | Downloaded zerocopy-derive v0.6.6 |
517 | 2024-11-29T17:19:09.849Z | Downloaded nix v0.28.0 |
518 | 2024-11-29T17:19:09.859Z | Downloaded rustix v0.38.34 |
519 | 2024-11-29T17:19:09.881Z | Downloaded openapiv3 v2.0.0 |
520 | 2024-11-29T17:19:09.893Z | Downloaded regex-syntax v0.8.4 |
521 | 2024-11-29T17:19:09.901Z | Downloaded regress v0.9.1 |
522 | 2024-11-29T17:19:09.909Z | Downloaded regress v0.10.1 |
523 | 2024-11-29T17:19:09.918Z | Downloaded hickory-proto v0.24.1 |
524 | 2024-11-29T17:19:09.933Z | Downloaded rustls v0.23.10 |
525 | 2024-11-29T17:19:09.949Z | Downloaded rustls-webpki v0.101.7 |
526 | 2024-11-29T17:19:09.963Z | Downloaded reqwest v0.12.7 |
527 | 2024-11-29T17:19:09.971Z | Downloaded chrono v0.4.38 |
528 | 2024-11-29T17:19:09.978Z | Downloaded serde_json v1.0.128 |
529 | 2024-11-29T17:19:09.986Z | Downloaded ctrlc v3.4.4 |
530 | 2024-11-29T17:19:09.989Z | Downloaded libc v0.2.159 |
531 | 2024-11-29T17:19:10.017Z | Downloaded float-ord v0.3.2 |
532 | 2024-11-29T17:19:10.020Z | Downloaded zerocopy-derive v0.2.0 |
533 | 2024-11-29T17:19:10.026Z | Downloaded tokio v1.39.3 |
534 | 2024-11-29T17:19:10.063Z | Downloaded usdt-attr-macro v0.5.0 |
535 | 2024-11-29T17:19:10.066Z | Downloaded pretty-hex v0.4.1 |
536 | 2024-11-29T17:19:10.066Z | Downloaded regex-automata v0.4.6 |
537 | 2024-11-29T17:19:10.088Z | Downloaded petgraph v0.6.5 |
538 | 2024-11-29T17:19:10.162Z | Downloaded encoding_rs v0.8.34 |
539 | 2024-11-29T17:19:10.206Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
540 | 2024-11-29T17:19:10.786Z | Downloaded ring v0.17.8 |
541 | 2024-11-29T17:19:10.961Z | Downloaded libz-sys v1.1.16 |
542 | 2024-11-29T17:19:11.108Z | Downloaded libsqlite3-sys v0.30.1 |
543 | 2024-11-29T17:19:11.564Z | Compiling proc-macro2 v1.0.86 |
544 | 2024-11-29T17:19:11.564Z | Compiling unicode-ident v1.0.13 |
545 | 2024-11-29T17:19:11.567Z | Compiling libc v0.2.159 |
546 | 2024-11-29T17:19:11.567Z | Compiling serde v1.0.210 |
547 | 2024-11-29T17:19:11.567Z | Compiling version_check v0.9.5 |
548 | 2024-11-29T17:19:11.567Z | Compiling autocfg v1.3.0 |
549 | 2024-11-29T17:19:11.607Z | Checking cfg-if v1.0.0 |
550 | 2024-11-29T17:19:11.609Z | Compiling once_cell v1.19.0 |
551 | 2024-11-29T17:19:11.797Z | Compiling serde_json v1.0.128 |
552 | 2024-11-29T17:19:11.854Z | Compiling thiserror v1.0.64 |
553 | 2024-11-29T17:19:12.047Z | Compiling memchr v2.7.2 |
554 | 2024-11-29T17:19:12.230Z | Compiling ahash v0.8.11 |
555 | 2024-11-29T17:19:12.322Z | Compiling libm v0.2.8 |
556 | 2024-11-29T17:19:12.363Z | Compiling byteorder v1.5.0 |
557 | 2024-11-29T17:19:12.759Z | Compiling itoa v1.0.11 |
558 | 2024-11-29T17:19:12.921Z | Compiling lock_api v0.4.12 |
559 | 2024-11-29T17:19:12.973Z | Compiling parking_lot_core v0.9.10 |
560 | 2024-11-29T17:19:13.319Z | Compiling quote v1.0.37 |
561 | 2024-11-29T17:19:13.415Z | Checking getrandom v0.2.14 |
562 | 2024-11-29T17:19:13.438Z | Compiling jobserver v0.1.31 |
563 | 2024-11-29T17:19:13.486Z | Compiling ryu v1.0.18 |
564 | 2024-11-29T17:19:13.508Z | Compiling slab v0.4.9 |
565 | 2024-11-29T17:19:13.609Z | Compiling schemars v0.8.21 |
566 | 2024-11-29T17:19:13.641Z | Compiling allocator-api2 v0.2.18 |
567 | 2024-11-29T17:19:13.750Z | Compiling syn v2.0.77 |
568 | 2024-11-29T17:19:13.790Z | Compiling pkg-config v0.3.30 |
569 | 2024-11-29T17:19:13.862Z | Compiling cc v1.0.97 |
570 | 2024-11-29T17:19:13.862Z | Compiling vcpkg v0.2.15 |
571 | 2024-11-29T17:19:14.041Z | Compiling num-traits v0.2.19 |
572 | 2024-11-29T17:19:14.062Z | Checking pin-project-lite v0.2.14 |
573 | 2024-11-29T17:19:14.187Z | Compiling log v0.4.22 |
574 | 2024-11-29T17:19:14.337Z | Checking smallvec v1.13.2 |
575 | 2024-11-29T17:19:14.702Z | Checking scopeguard v1.2.0 |
576 | 2024-11-29T17:19:14.727Z | Compiling equivalent v1.0.1 |
577 | 2024-11-29T17:19:14.893Z | Checking mio v1.0.2 |
578 | 2024-11-29T17:19:14.931Z | Checking signal-hook-registry v1.4.2 |
579 | 2024-11-29T17:19:15.189Z | Checking socket2 v0.5.7 |
580 | 2024-11-29T17:19:15.255Z | Checking parking_lot v0.12.2 |
581 | 2024-11-29T17:19:15.359Z | Compiling typenum v1.17.0 |
582 | 2024-11-29T17:19:15.479Z | Compiling httparse v1.8.0 |
583 | 2024-11-29T17:19:15.605Z | Compiling generic-array v0.14.7 |
584 | 2024-11-29T17:19:15.700Z | Compiling fnv v1.0.7 |
585 | 2024-11-29T17:19:15.840Z | Checking futures-core v0.3.30 |
586 | 2024-11-29T17:19:15.991Z | Checking iana-time-zone v0.1.60 |
587 | 2024-11-29T17:19:16.157Z | Compiling semver v1.0.23 |
588 | 2024-11-29T17:19:16.288Z | Checking rand_core v0.6.4 |
589 | 2024-11-29T17:19:16.548Z | Checking futures-sink v0.3.30 |
590 | 2024-11-29T17:19:16.592Z | Compiling slog v2.7.0 |
591 | 2024-11-29T17:19:16.595Z | Compiling ucd-trie v0.1.6 |
592 | 2024-11-29T17:19:16.651Z | Checking dyn-clone v1.0.17 |
593 | 2024-11-29T17:19:16.685Z | Compiling heck v0.5.0 |
594 | 2024-11-29T17:19:16.796Z | Checking subtle v2.5.0 |
595 | 2024-11-29T17:19:16.926Z | Compiling ring v0.17.8 |
596 | 2024-11-29T17:19:17.032Z | Compiling openssl-sys v0.9.103 |
597 | 2024-11-29T17:19:17.035Z | Checking futures-channel v0.3.30 |
598 | 2024-11-29T17:19:17.071Z | Compiling rustversion v1.0.17 |
599 | 2024-11-29T17:19:17.176Z | Checking pin-utils v0.1.0 |
600 | 2024-11-29T17:19:17.269Z | Checking futures-task v0.3.30 |
601 | 2024-11-29T17:19:17.298Z | Checking futures-io v0.3.30 |
602 | 2024-11-29T17:19:17.387Z | Compiling syn v1.0.109 |
603 | 2024-11-29T17:19:17.500Z | Compiling openssl v0.10.66 |
604 | 2024-11-29T17:19:17.959Z | Compiling aho-corasick v1.1.3 |
605 | 2024-11-29T17:19:18.208Z | Compiling regex-syntax v0.8.4 |
606 | 2024-11-29T17:19:18.570Z | Compiling heck v0.4.1 |
607 | 2024-11-29T17:19:19.133Z | Compiling native-tls v0.2.11 |
608 | 2024-11-29T17:19:19.516Z | Compiling rustls v0.23.10 |
609 | 2024-11-29T17:19:19.774Z | Checking spin v0.9.8 |
610 | 2024-11-29T17:19:19.985Z | Checking untrusted v0.9.0 |
611 | 2024-11-29T17:19:20.013Z | Compiling anyhow v1.0.89 |
612 | 2024-11-29T17:19:20.148Z | Compiling serde_derive_internals v0.29.1 |
613 | 2024-11-29T17:19:20.188Z | Compiling num-conv v0.1.0 |
614 | 2024-11-29T17:19:20.453Z | Compiling time-core v0.1.2 |
615 | 2024-11-29T17:19:20.621Z | Compiling time-macros v0.2.18 |
616 | 2024-11-29T17:19:21.017Z | Checking tracing-core v0.1.32 |
617 | 2024-11-29T17:19:21.616Z | Compiling regex-automata v0.4.6 |
618 | 2024-11-29T17:19:21.791Z | Checking crypto-common v0.1.6 |
619 | 2024-11-29T17:19:21.969Z | Compiling thread-id v4.2.1 |
620 | 2024-11-29T17:19:22.083Z | Checking rustls-pki-types v1.7.0 |
621 | 2024-11-29T17:19:22.419Z | Compiling camino v1.1.9 |
622 | 2024-11-29T17:19:22.464Z | Checking percent-encoding v2.3.1 |
623 | 2024-11-29T17:19:22.667Z | Checking form_urlencoded v1.2.1 |
624 | 2024-11-29T17:19:22.864Z | Checking tinyvec_macros v0.1.1 |
625 | 2024-11-29T17:19:22.952Z | Checking tinyvec v1.6.0 |
626 | 2024-11-29T17:19:23.052Z | Checking zeroize v1.7.0 |
627 | 2024-11-29T17:19:23.292Z | Checking atomic-waker v1.1.2 |
628 | 2024-11-29T17:19:23.320Z | Checking ppv-lite86 v0.2.17 |
629 | 2024-11-29T17:19:23.921Z | Compiling usdt-impl v0.5.0 |
630 | 2024-11-29T17:19:23.923Z | Checking rand_chacha v0.3.1 |
631 | 2024-11-29T17:19:24.190Z | Checking unicode-normalization v0.1.23 |
632 | 2024-11-29T17:19:24.320Z | Checking unicode-bidi v0.3.15 |
633 | 2024-11-29T17:19:24.339Z | Compiling plain v0.2.3 |
634 | 2024-11-29T17:19:24.359Z | Compiling serde_derive v1.0.210 |
635 | 2024-11-29T17:19:24.482Z | Compiling zerocopy-derive v0.7.34 |
636 | 2024-11-29T17:19:24.880Z | Compiling thiserror-impl v1.0.64 |
637 | 2024-11-29T17:19:25.107Z | Compiling tokio-macros v2.4.0 |
638 | 2024-11-29T17:19:25.716Z | Compiling schemars_derive v0.8.21 |
639 | 2024-11-29T17:19:26.463Z | Compiling zerocopy v0.7.34 |
640 | 2024-11-29T17:19:27.841Z | Compiling futures-macro v0.3.30 |
641 | 2024-11-29T17:19:28.090Z | Compiling pest v2.7.10 |
642 | 2024-11-29T17:19:28.122Z | Compiling openssl-macros v0.1.1 |
643 | 2024-11-29T17:19:28.224Z | Compiling hashbrown v0.14.5 |
644 | 2024-11-29T17:19:28.370Z | Compiling regex v1.10.6 |
645 | 2024-11-29T17:19:28.552Z | Compiling scroll_derive v0.12.0 |
646 | 2024-11-29T17:19:28.941Z | Compiling tracing-attributes v0.1.27 |
647 | 2024-11-29T17:19:29.264Z | Checking rustls-webpki v0.102.4 |
648 | 2024-11-29T17:19:29.420Z | Compiling regress v0.10.1 |
649 | 2024-11-29T17:19:29.618Z | Checking try-lock v0.2.5 |
650 | 2024-11-29T17:19:29.739Z | Checking futures-util v0.3.30 |
651 | 2024-11-29T17:19:29.758Z | Checking want v0.3.1 |
652 | 2024-11-29T17:19:29.944Z | Compiling strum_macros v0.26.2 |
653 | 2024-11-29T17:19:30.059Z | Compiling scroll v0.12.0 |
654 | 2024-11-29T17:19:30.232Z | Checking rand v0.8.5 |
655 | 2024-11-29T17:19:30.592Z | Compiling pest_meta v2.7.10 |
656 | 2024-11-29T17:19:30.914Z | Compiling goblin v0.8.2 |
657 | 2024-11-29T17:19:31.107Z | Checking httpdate v1.0.3 |
658 | 2024-11-29T17:19:31.342Z | Checking base64 v0.22.1 |
659 | 2024-11-29T17:19:32.037Z | Compiling pest_generator v2.7.10 |
660 | 2024-11-29T17:19:33.684Z | Checking tracing v0.1.40 |
661 | 2024-11-29T17:19:33.994Z | Compiling pretty-hex v0.4.1 |
662 | 2024-11-29T17:19:34.016Z | Checking idna v0.5.0 |
663 | 2024-11-29T17:19:34.073Z | Compiling unsafe-libyaml v0.2.11 |
664 | 2024-11-29T17:19:34.207Z | Compiling pest_derive v2.7.10 |
665 | 2024-11-29T17:19:34.210Z | Compiling strsim v0.11.1 |
666 | 2024-11-29T17:19:34.316Z | Compiling omicron-workspace-hack v0.1.0 |
667 | 2024-11-29T17:19:34.699Z | Checking cpufeatures v0.2.12 |
668 | 2024-11-29T17:19:34.791Z | Checking tower-service v0.3.2 |
669 | 2024-11-29T17:19:34.913Z | Compiling async-trait v0.1.83 |
670 | 2024-11-29T17:19:34.932Z | Checking block-buffer v0.10.4 |
671 | 2024-11-29T17:19:34.953Z | Checking url v2.5.0 |
672 | 2024-11-29T17:19:35.100Z | Compiling dtrace-parser v0.2.0 |
673 | 2024-11-29T17:19:35.607Z | Checking foreign-types-shared v0.1.1 |
674 | 2024-11-29T17:19:35.718Z | Compiling rustls v0.22.4 |
675 | 2024-11-29T17:19:35.757Z | Checking foreign-types v0.3.2 |
676 | 2024-11-29T17:19:35.862Z | Checking digest v0.10.7 |
677 | 2024-11-29T17:19:35.958Z | Checking bytes v1.7.2 |
678 | 2024-11-29T17:19:36.219Z | Checking bitflags v2.6.0 |
679 | 2024-11-29T17:19:36.528Z | Checking chrono v0.4.38 |
680 | 2024-11-29T17:19:36.624Z | Checking uuid v1.10.0 |
681 | 2024-11-29T17:19:36.734Z | Checking tokio v1.39.3 |
682 | 2024-11-29T17:19:37.258Z | Compiling indexmap v2.5.0 |
683 | 2024-11-29T17:19:38.283Z | Compiling serde_tokenstream v0.2.2 |
684 | 2024-11-29T17:19:38.516Z | Compiling http v1.1.0 |
685 | 2024-11-29T17:19:39.255Z | Compiling openapiv3 v2.0.0 |
686 | 2024-11-29T17:19:39.278Z | Compiling dof v0.3.0 |
687 | 2024-11-29T17:19:39.532Z | Compiling serde_yaml v0.9.34+deprecated |
688 | 2024-11-29T17:19:40.307Z | Checking http-body v1.0.1 |
689 | 2024-11-29T17:19:40.522Z | Compiling toml_datetime v0.6.8 |
690 | 2024-11-29T17:19:40.556Z | Checking http-body-util v0.1.2 |
691 | 2024-11-29T17:19:41.283Z | Checking encoding_rs v0.8.34 |
692 | 2024-11-29T17:19:41.903Z | Compiling slog-async v2.8.0 |
693 | 2024-11-29T17:19:42.018Z | Compiling ident_case v1.0.1 |
694 | 2024-11-29T17:19:42.185Z | Compiling paste v1.0.15 |
695 | 2024-11-29T17:19:42.614Z | Checking mime v0.3.17 |
696 | 2024-11-29T17:19:42.689Z | Compiling crossbeam-utils v0.8.19 |
697 | 2024-11-29T17:19:42.857Z | Compiling typify-impl v0.2.0 |
698 | 2024-11-29T17:19:43.043Z | Compiling darling_core v0.20.9 |
699 | 2024-11-29T17:19:43.263Z | Compiling usdt-macro v0.5.0 |
700 | 2024-11-29T17:19:43.555Z | Checking tokio-util v0.7.11 |
701 | 2024-11-29T17:19:43.603Z | Compiling usdt-attr-macro v0.5.0 |
702 | 2024-11-29T17:19:44.270Z | Checking serde_urlencoded v0.7.1 |
703 | 2024-11-29T17:19:44.291Z | Checking h2 v0.4.6 |
704 | 2024-11-29T17:19:44.691Z | Checking rustls-pemfile v2.1.3 |
705 | 2024-11-29T17:19:44.941Z | Compiling multer v3.1.0 |
706 | 2024-11-29T17:19:45.115Z | Compiling rustix v0.38.34 |
707 | 2024-11-29T17:19:45.514Z | Checking openssl-probe v0.1.5 |
708 | 2024-11-29T17:19:47.247Z | Compiling async-stream-impl v0.3.5 |
709 | 2024-11-29T17:19:48.313Z | Compiling darling_macro v0.20.9 |
710 | 2024-11-29T17:19:48.492Z | Checking errno v0.3.9 |
711 | 2024-11-29T17:19:48.512Z | Checking hyper v1.4.1 |
712 | 2024-11-29T17:19:48.548Z | Checking ipnet v2.9.0 |
713 | 2024-11-29T17:19:48.677Z | Checking powerfmt v0.2.0 |
714 | 2024-11-29T17:19:48.946Z | Checking deranged v0.3.11 |
715 | 2024-11-29T17:19:49.072Z | Checking tokio-native-tls v0.3.1 |
716 | 2024-11-29T17:19:49.346Z | Compiling darling v0.20.9 |
717 | 2024-11-29T17:19:49.483Z | Checking serde_spanned v0.6.7 |
718 | 2024-11-29T17:19:49.719Z | Checking futures-executor v0.3.30 |
719 | 2024-11-29T17:19:49.969Z | Checking webpki-roots v0.26.3 |
720 | 2024-11-29T17:19:50.094Z | Checking is-terminal v0.4.12 |
721 | 2024-11-29T17:19:50.521Z | Checking hyper-util v0.1.9 |
722 | 2024-11-29T17:19:50.740Z | Compiling dropshot v0.12.0 |
723 | 2024-11-29T17:19:51.122Z | Checking num_threads v0.1.7 |
724 | 2024-11-29T17:19:51.295Z | Checking futures v0.3.30 |
725 | 2024-11-29T17:19:51.317Z | Checking time v0.3.36 |
726 | 2024-11-29T17:19:51.341Z | Compiling serde_with_macros v3.9.0 |
727 | 2024-11-29T17:19:51.344Z | Checking tokio-rustls v0.26.0 |
728 | 2024-11-29T17:19:51.743Z | Compiling dropshot_endpoint v0.12.0 |
729 | 2024-11-29T17:19:51.986Z | Checking sha1 v0.10.6 |
730 | 2024-11-29T17:19:52.211Z | Checking hyper-tls v0.6.0 |
731 | 2024-11-29T17:19:52.264Z | Checking hyper-rustls v0.27.3 |
732 | 2024-11-29T17:19:52.498Z | Checking strum v0.26.2 |
733 | 2024-11-29T17:19:52.659Z | Compiling structmeta-derive v0.3.0 |
734 | 2024-11-29T17:19:53.082Z | Checking sync_wrapper v1.0.1 |
735 | 2024-11-29T17:19:53.627Z | Checking reqwest v0.12.7 |
736 | 2024-11-29T17:19:54.675Z | Checking dirs-sys-next v0.1.2 |
737 | 2024-11-29T17:19:55.007Z | Compiling typify-macro v0.2.0 |
738 | 2024-11-29T17:19:55.163Z | Compiling structmeta v0.3.0 |
739 | 2024-11-29T17:19:55.502Z | Checking match_cfg v0.1.0 |
740 | 2024-11-29T17:19:55.523Z | Checking winnow v0.6.18 |
741 | 2024-11-29T17:19:55.549Z | Compiling parse-display-derive v0.10.0 |
742 | 2024-11-29T17:19:55.590Z | Checking hostname v0.3.1 |
743 | 2024-11-29T17:19:56.109Z | Checking progenitor-client v0.8.0 |
744 | 2024-11-29T17:19:56.418Z | Checking dirs-next v2.0.0 |
745 | 2024-11-29T17:19:56.553Z | Checking ipnetwork v0.20.0 |
746 | 2024-11-29T17:19:57.321Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
747 | 2024-11-29T17:19:57.363Z | Checking thread_local v1.1.8 |
748 | 2024-11-29T17:19:58.279Z | Checking term v0.7.0 |
749 | 2024-11-29T17:19:58.342Z | Checking crossbeam-channel v0.5.12 |
750 | 2024-11-29T17:19:58.573Z | Compiling typify v0.2.0 |
751 | 2024-11-29T17:19:58.677Z | Compiling progenitor-impl v0.8.0 |
752 | 2024-11-29T17:19:59.076Z | Checking memmap v0.7.0 |
753 | 2024-11-29T17:19:59.289Z | Checking take_mut v0.2.2 |
754 | 2024-11-29T17:19:59.663Z | Checking usdt v0.5.0 |
755 | 2024-11-29T17:19:59.780Z | Checking slog-term v2.9.1 |
756 | 2024-11-29T17:19:59.925Z | Checking toml_edit v0.22.20 |
757 | 2024-11-29T17:20:00.457Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
758 | 2024-11-29T17:20:00.828Z | Checking slog-json v2.6.1 |
759 | 2024-11-29T17:20:01.481Z | Compiling winnow v0.5.40 |
760 | 2024-11-29T17:20:02.102Z | Checking debug-ignore v1.0.5 |
761 | 2024-11-29T17:20:02.603Z | Checking toml v0.8.19 |
762 | 2024-11-29T17:20:02.735Z | Checking slog-bunyan v2.5.0 |
763 | 2024-11-29T17:20:03.313Z | Checking async-stream v0.3.5 |
764 | 2024-11-29T17:20:03.871Z | Checking serde_path_to_error v0.1.16 |
765 | 2024-11-29T17:20:03.894Z | Checking waitgroup v0.1.2 |
766 | 2024-11-29T17:20:04.037Z | Checking hostname v0.4.0 |
767 | 2024-11-29T17:20:04.463Z | Checking tokio-rustls v0.25.0 |
768 | 2024-11-29T17:20:04.486Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
769 | 2024-11-29T17:20:04.575Z | Compiling progenitor-macro v0.8.0 |
770 | 2024-11-29T17:20:04.625Z | Checking serde_with v3.9.0 |
771 | 2024-11-29T17:20:04.661Z | Compiling toml_edit v0.19.15 |
772 | 2024-11-29T17:20:04.851Z | Checking newtype-uuid v1.1.0 |
773 | 2024-11-29T17:20:04.902Z | Compiling clap_derive v4.5.4 |
774 | 2024-11-29T17:20:05.473Z | Checking unicode-width v0.1.14 |
775 | 2024-11-29T17:20:06.083Z | Checking utf8parse v0.2.1 |
776 | 2024-11-29T17:20:06.245Z | Checking anstyle-parse v0.2.4 |
777 | 2024-11-29T17:20:06.633Z | Checking hex v0.4.3 |
778 | 2024-11-29T17:20:07.604Z | Compiling proc-macro-crate v1.3.1 |
779 | 2024-11-29T17:20:08.344Z | Checking instant v0.1.12 |
780 | 2024-11-29T17:20:08.395Z | Checking anstyle v1.0.7 |
781 | 2024-11-29T17:20:08.468Z | Checking lazy_static v1.5.0 |
782 | 2024-11-29T17:20:08.498Z | Checking anstyle-query v1.0.3 |
783 | 2024-11-29T17:20:08.608Z | Checking is_terminal_polyfill v1.70.0 |
784 | 2024-11-29T17:20:08.630Z | Checking colorchoice v1.0.1 |
785 | 2024-11-29T17:20:08.733Z | Checking backoff v0.4.0 |
786 | 2024-11-29T17:20:08.774Z | Checking anstream v0.6.14 |
787 | 2024-11-29T17:20:08.797Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
788 | 2024-11-29T17:20:08.955Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
789 | 2024-11-29T17:20:09.118Z | Checking parse-display v0.10.0 |
790 | 2024-11-29T17:20:09.158Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-11-29T17:20:09.205Z | Checking terminal_size v0.3.0 |
792 | 2024-11-29T17:20:09.350Z | Checking macaddr v1.0.1 |
793 | 2024-11-29T17:20:09.371Z | Checking regress v0.9.1 |
794 | 2024-11-29T17:20:10.075Z | Checking num-integer v0.1.46 |
795 | 2024-11-29T17:20:10.142Z | Compiling unicode-xid v0.2.4 |
796 | 2024-11-29T17:20:10.326Z | Compiling crucible-workspace-hack v0.1.0 |
797 | 2024-11-29T17:20:10.649Z | Checking clap_lex v0.7.0 |
798 | 2024-11-29T17:20:10.915Z | Checking clap_builder v4.5.2 |
799 | 2024-11-29T17:20:13.206Z | Compiling heapless v0.8.0 |
800 | 2024-11-29T17:20:13.973Z | Checking clap v4.5.4 |
801 | 2024-11-29T17:20:14.070Z | Checking num-bigint v0.4.5 |
802 | 2024-11-29T17:20:14.096Z | Compiling num_enum_derive v0.5.11 |
803 | 2024-11-29T17:20:15.032Z | Checking hash32 v0.3.1 |
804 | 2024-11-29T17:20:15.241Z | Checking either v1.13.0 |
805 | 2024-11-29T17:20:15.304Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
806 | 2024-11-29T17:20:15.598Z | Compiling smoltcp v0.11.0 |
807 | 2024-11-29T17:20:15.854Z | Checking bitflags v1.3.2 |
808 | 2024-11-29T17:20:15.961Z | Checking stable_deref_trait v1.2.0 |
809 | 2024-11-29T17:20:16.071Z | Checking fastrand v2.1.0 |
810 | 2024-11-29T17:20:16.277Z | Checking num_enum v0.5.11 |
811 | 2024-11-29T17:20:16.281Z | Checking num-rational v0.4.2 |
812 | 2024-11-29T17:20:16.374Z | Checking tempfile v3.10.1 |
813 | 2024-11-29T17:20:16.448Z | Checking num-iter v0.1.45 |
814 | 2024-11-29T17:20:16.649Z | Compiling synstructure v0.12.6 |
815 | 2024-11-29T17:20:16.724Z | Checking num-complex v0.4.6 |
816 | 2024-11-29T17:20:16.915Z | Compiling proc-macro-error-attr v1.0.4 |
817 | 2024-11-29T17:20:16.961Z | Checking managed v0.8.0 |
818 | 2024-11-29T17:20:17.318Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
819 | 2024-11-29T17:20:17.339Z | Checking cobs v0.2.3 |
820 | 2024-11-29T17:20:17.522Z | Checking postcard v1.0.9 |
821 | 2024-11-29T17:20:17.556Z | Checking num v0.4.3 |
822 | 2024-11-29T17:20:17.774Z | Checking progenitor v0.8.0 |
823 | 2024-11-29T17:20:17.890Z | Compiling zerocopy-derive v0.2.0 |
824 | 2024-11-29T17:20:17.951Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
825 | 2024-11-29T17:20:18.317Z | Compiling foreign-types-macros v0.2.3 |
826 | 2024-11-29T17:20:18.476Z | Compiling libz-sys v1.1.16 |
827 | 2024-11-29T17:20:19.214Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
828 | 2024-11-29T17:20:19.433Z | Compiling proc-macro-error v1.0.4 |
829 | 2024-11-29T17:20:19.641Z | Checking pretty-hex v0.2.1 |
830 | 2024-11-29T17:20:19.855Z | Checking foreign-types-shared v0.3.1 |
831 | 2024-11-29T17:20:19.979Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
832 | 2024-11-29T17:20:20.221Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
833 | 2024-11-29T17:20:20.444Z | Checking foreign-types v0.5.0 |
834 | 2024-11-29T17:20:21.661Z | Checking tabwriter v1.4.0 |
835 | 2024-11-29T17:20:21.937Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
836 | 2024-11-29T17:20:22.036Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
837 | 2024-11-29T17:20:22.629Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
838 | 2024-11-29T17:20:22.747Z | Checking cstr-argument v0.1.2 |
839 | 2024-11-29T17:20:22.969Z | Checking data-encoding v2.6.0 |
840 | 2024-11-29T17:20:23.036Z | Compiling prettyplease v0.2.22 |
841 | 2024-11-29T17:20:23.058Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
842 | 2024-11-29T17:20:23.521Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
843 | 2024-11-29T17:20:23.854Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
844 | 2024-11-29T17:20:24.451Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
845 | 2024-11-29T17:20:24.926Z | Checking colored v2.1.0 |
846 | 2024-11-29T17:20:25.982Z | Compiling libgit2-sys v0.17.0+1.8.1 |
847 | 2024-11-29T17:20:26.045Z | Compiling semver v0.1.20 |
848 | 2024-11-29T17:20:26.193Z | Checking unicode-segmentation v1.11.0 |
849 | 2024-11-29T17:20:26.244Z | Checking float-ord v0.3.2 |
850 | 2024-11-29T17:20:26.389Z | Checking is_ci v1.2.0 |
851 | 2024-11-29T17:20:26.672Z | Checking static_assertions v1.1.0 |
852 | 2024-11-29T17:20:26.766Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
853 | 2024-11-29T17:20:26.836Z | Checking newline-converter v0.3.0 |
854 | 2024-11-29T17:20:27.004Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
855 | 2024-11-29T17:20:27.447Z | Compiling rustc_version v0.1.7 |
856 | 2024-11-29T17:20:28.875Z | Compiling zone_cfg_derive v0.3.0 |
857 | 2024-11-29T17:20:29.632Z | Checking camino-tempfile v1.1.1 |
858 | 2024-11-29T17:20:29.911Z | Checking itertools v0.10.5 |
859 | 2024-11-29T17:20:30.105Z | Checking console v0.15.8 |
860 | 2024-11-29T17:20:30.755Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
861 | 2024-11-29T17:20:31.245Z | Compiling num-derive v0.4.2 |
862 | 2024-11-29T17:20:32.125Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
863 | 2024-11-29T17:20:32.914Z | Checking sigpipe v0.1.3 |
864 | 2024-11-29T17:20:33.026Z | Compiling usdt-impl v0.3.5 |
865 | 2024-11-29T17:20:33.468Z | Checking similar v2.5.0 |
866 | 2024-11-29T17:20:33.834Z | Compiling owo-colors v4.1.0 |
867 | 2024-11-29T17:20:34.136Z | Checking base64ct v1.6.0 |
868 | 2024-11-29T17:20:34.158Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-11-29T17:20:34.160Z | Checking expectorate v1.1.0 |
870 | 2024-11-29T17:20:34.482Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
871 | 2024-11-29T17:20:34.516Z | Checking password-hash v0.5.0 |
872 | 2024-11-29T17:20:34.574Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2024-11-29T17:20:34.959Z | Checking zone v0.3.0 |
874 | 2024-11-29T17:20:35.024Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
875 | 2024-11-29T17:20:35.242Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
876 | 2024-11-29T17:20:35.268Z | Compiling newtype_derive v0.1.6 |
877 | 2024-11-29T17:20:35.314Z | Checking supports-color v3.0.1 |
878 | 2024-11-29T17:20:35.497Z | Checking supports-color v2.1.0 |
879 | 2024-11-29T17:20:35.519Z | Compiling zerocopy v0.3.2 |
880 | 2024-11-29T17:20:35.521Z | Compiling cargo-platform v0.1.8 |
881 | 2024-11-29T17:20:35.643Z | Checking blake2 v0.10.6 |
882 | 2024-11-29T17:20:35.671Z | Compiling hubpack_derive v0.1.1 |
883 | 2024-11-29T17:20:35.692Z | Checking smf v0.2.3 |
884 | 2024-11-29T17:20:35.946Z | Compiling zerocopy-derive v0.6.6 |
885 | 2024-11-29T17:20:36.023Z | Compiling serde_repr v0.1.19 |
886 | 2024-11-29T17:20:36.046Z | Compiling vergen v8.3.2 |
887 | 2024-11-29T17:20:36.296Z | Checking whoami v1.5.1 |
888 | 2024-11-29T17:20:36.428Z | Compiling cancel-safe-futures v0.1.5 |
889 | 2024-11-29T17:20:36.594Z | Checking fixedbitset v0.4.2 |
890 | 2024-11-29T17:20:36.614Z | Checking base64 v0.21.7 |
891 | 2024-11-29T17:20:36.821Z | Checking petgraph v0.6.5 |
892 | 2024-11-29T17:20:36.873Z | Checking hubpack v0.1.2 |
893 | 2024-11-29T17:20:37.199Z | Checking argon2 v0.5.3 |
894 | 2024-11-29T17:20:37.219Z | Compiling dof v0.1.5 |
895 | 2024-11-29T17:20:37.708Z | Checking zerocopy v0.6.6 |
896 | 2024-11-29T17:20:37.848Z | Compiling cargo_metadata v0.18.1 |
897 | 2024-11-29T17:20:39.467Z | Compiling rustc_version v0.4.0 |
898 | 2024-11-29T17:20:39.530Z | Checking serde-big-array v0.5.1 |
899 | 2024-11-29T17:20:39.741Z | Compiling dtrace-parser v0.1.14 |
900 | 2024-11-29T17:20:39.798Z | Compiling strum_macros v0.25.3 |
901 | 2024-11-29T17:20:40.066Z | Compiling libsqlite3-sys v0.30.1 |
902 | 2024-11-29T17:20:40.635Z | Compiling slog-dtrace v0.3.0 |
903 | 2024-11-29T17:20:40.757Z | Compiling cookie v0.18.1 |
904 | 2024-11-29T17:20:40.864Z | Compiling rustls v0.21.12 |
905 | 2024-11-29T17:20:41.015Z | Compiling cfg_aliases v0.2.1 |
906 | 2024-11-29T17:20:41.094Z | Compiling convert_case v0.4.0 |
907 | 2024-11-29T17:20:41.120Z | Compiling nix v0.29.0 |
908 | 2024-11-29T17:20:41.360Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
909 | 2024-11-29T17:20:41.726Z | Compiling derive_more v0.99.18 |
910 | 2024-11-29T17:20:41.751Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
911 | 2024-11-29T17:20:41.949Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
912 | 2024-11-29T17:20:42.600Z | Checking atomicwrites v0.4.4 |
913 | 2024-11-29T17:20:42.763Z | Checking itertools v0.13.0 |
914 | 2024-11-29T17:20:42.812Z | Checking libsw v3.3.1 |
915 | 2024-11-29T17:20:42.834Z | Compiling serde_tokenstream v0.1.7 |
916 | 2024-11-29T17:20:43.076Z | Checking rustls-webpki v0.101.7 |
917 | 2024-11-29T17:20:43.097Z | Checking sct v0.7.1 |
918 | 2024-11-29T17:20:43.132Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
919 | 2024-11-29T17:20:43.303Z | Checking idna v0.4.0 |
920 | 2024-11-29T17:20:43.330Z | Compiling enum-as-inner v0.6.0 |
921 | 2024-11-29T17:20:43.761Z | Compiling derive-where v1.2.7 |
922 | 2024-11-29T17:20:44.176Z | Checking inout v0.1.3 |
923 | 2024-11-29T17:20:44.372Z | Checking highway v1.2.0 |
924 | 2024-11-29T17:20:44.440Z | Checking quick-error v1.2.3 |
925 | 2024-11-29T17:20:44.617Z | Checking linear-map v1.2.0 |
926 | 2024-11-29T17:20:44.786Z | Checking indent_write v2.2.0 |
927 | 2024-11-29T17:20:44.917Z | Checking utf-8 v0.7.6 |
928 | 2024-11-29T17:20:44.988Z | Checking linked-hash-map v0.5.6 |
929 | 2024-11-29T17:20:45.124Z | Compiling radium v0.7.0 |
930 | 2024-11-29T17:20:45.229Z | Checking swrite v0.1.0 |
931 | 2024-11-29T17:20:45.294Z | Checking lru-cache v0.1.2 |
932 | 2024-11-29T17:20:45.347Z | Checking tungstenite v0.21.0 |
933 | 2024-11-29T17:20:45.649Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
934 | 2024-11-29T17:20:46.158Z | Checking resolv-conf v0.7.0 |
935 | 2024-11-29T17:20:46.526Z | Checking hickory-proto v0.24.1 |
936 | 2024-11-29T17:20:46.727Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
937 | 2024-11-29T17:20:47.010Z | Checking cipher v0.4.4 |
938 | 2024-11-29T17:20:47.520Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-11-29T17:20:48.107Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
940 | 2024-11-29T17:20:49.388Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-11-29T17:20:50.283Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-11-29T17:20:50.342Z | Checking steno v0.4.1 |
943 | 2024-11-29T17:20:52.013Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
944 | 2024-11-29T17:20:52.069Z | Checking crossbeam-epoch v0.9.18 |
945 | 2024-11-29T17:20:52.359Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-11-29T17:20:52.447Z | Checking hashlink v0.9.1 |
947 | 2024-11-29T17:20:52.482Z | Checking fallible-streaming-iterator v0.1.9 |
948 | 2024-11-29T17:20:52.569Z | Checking tap v1.0.1 |
949 | 2024-11-29T17:20:52.667Z | Checking fallible-iterator v0.3.0 |
950 | 2024-11-29T17:20:52.724Z | Checking humantime v2.1.0 |
951 | 2024-11-29T17:20:52.843Z | Compiling rayon-core v1.12.1 |
952 | 2024-11-29T17:20:52.970Z | Checking wyz v0.5.1 |
953 | 2024-11-29T17:20:52.991Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2024-11-29T17:20:53.060Z | Checking crossbeam-deque v0.8.5 |
955 | 2024-11-29T17:20:53.229Z | Checking rusqlite v0.32.1 |
956 | 2024-11-29T17:20:53.298Z | Checking tokio-rustls v0.24.1 |
957 | 2024-11-29T17:20:53.364Z | Checking hickory-resolver v0.24.1 |
958 | 2024-11-29T17:20:53.607Z | Checking tokio-tungstenite v0.21.0 |
959 | 2024-11-29T17:20:54.033Z | Compiling usdt-macro v0.3.5 |
960 | 2024-11-29T17:20:54.037Z | Compiling usdt-attr-macro v0.3.5 |
961 | 2024-11-29T17:20:54.564Z | Checking rustls-pemfile v1.0.4 |
962 | 2024-11-29T17:20:54.756Z | Checking twox-hash v1.6.3 |
963 | 2024-11-29T17:20:54.775Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
964 | 2024-11-29T17:20:55.212Z | Compiling num_enum_derive v0.7.2 |
965 | 2024-11-29T17:20:55.279Z | Checking universal-hash v0.5.1 |
966 | 2024-11-29T17:20:55.317Z | Checking atty v0.2.14 |
967 | 2024-11-29T17:20:55.368Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
968 | 2024-11-29T17:20:55.426Z | Checking opaque-debug v0.3.1 |
969 | 2024-11-29T17:20:55.447Z | Checking funty v2.0.0 |
970 | 2024-11-29T17:20:55.515Z | Checking polyval v0.6.2 |
971 | 2024-11-29T17:20:55.751Z | Checking usdt v0.3.5 |
972 | 2024-11-29T17:20:55.777Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
973 | 2024-11-29T17:20:56.239Z | Checking bitvec v1.0.1 |
974 | 2024-11-29T17:20:56.502Z | Checking ctr v0.9.2 |
975 | 2024-11-29T17:20:56.560Z | Checking aes v0.8.4 |
976 | 2024-11-29T17:20:56.769Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
977 | 2024-11-29T17:20:57.187Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
978 | 2024-11-29T17:20:57.344Z | Checking num_enum v0.7.2 |
979 | 2024-11-29T17:20:57.366Z | Checking bincode v1.3.3 |
980 | 2024-11-29T17:20:57.515Z | Checking aead v0.5.2 |
981 | 2024-11-29T17:20:57.637Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
982 | 2024-11-29T17:20:57.722Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
983 | 2024-11-29T17:20:57.845Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
984 | 2024-11-29T17:20:58.039Z | Checking aes-gcm-siv v0.11.1 |
985 | 2024-11-29T17:20:58.093Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
986 | 2024-11-29T17:20:58.132Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
987 | 2024-11-29T17:20:58.160Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
988 | 2024-11-29T17:20:58.251Z | Checking rayon v1.10.0 |
989 | 2024-11-29T17:20:58.454Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
990 | 2024-11-29T17:20:58.591Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
991 | 2024-11-29T17:20:58.673Z | Compiling bitstruct_derive v0.1.0 |
992 | 2024-11-29T17:20:58.908Z | Compiling async-recursion v1.1.1 |
993 | 2024-11-29T17:20:59.692Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
994 | 2024-11-29T17:21:00.022Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
995 | 2024-11-29T17:21:00.179Z | Checking typeid v1.0.0 |
996 | 2024-11-29T17:21:00.282Z | Checking ascii v1.1.0 |
997 | 2024-11-29T17:21:00.302Z | Checking ringbuffer v0.15.0 |
998 | 2024-11-29T17:21:00.411Z | Compiling cfg_aliases v0.1.1 |
999 | 2024-11-29T17:21:00.524Z | Compiling nix v0.28.0 |
1000 | 2024-11-29T17:21:00.629Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1001 | 2024-11-29T17:21:00.652Z | Checking erased-serde v0.4.5 |
1002 | 2024-11-29T17:21:00.684Z | Checking toml v0.7.8 |
1003 | 2024-11-29T17:21:01.154Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1004 | 2024-11-29T17:21:01.307Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1005 | 2024-11-29T17:21:01.375Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1006 | 2024-11-29T17:21:01.482Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1007 | 2024-11-29T17:21:01.511Z | Checking bitstruct v0.1.1 |
1008 | 2024-11-29T17:21:01.628Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1009 | 2024-11-29T17:21:01.657Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1010 | 2024-11-29T17:21:01.682Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1011 | 2024-11-29T17:21:01.705Z | Checking serde_arrays v0.1.0 |
1012 | 2024-11-29T17:21:01.705Z | Checking libloading v0.7.4 |
1013 | 2024-11-29T17:21:01.880Z | Compiling const_format_proc_macros v0.2.32 |
1014 | 2024-11-29T17:21:01.932Z | Checking kstat-rs v0.2.4 |
1015 | 2024-11-29T17:21:01.966Z | Compiling escargot v0.5.10 |
1016 | 2024-11-29T17:21:02.262Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1017 | 2024-11-29T17:21:02.283Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1018 | 2024-11-29T17:21:02.420Z | Checking ron v0.8.1 |
1019 | 2024-11-29T17:21:02.846Z | Checking xattr v1.3.1 |
1020 | 2024-11-29T17:21:03.130Z | Checking filetime v0.2.23 |
1021 | 2024-11-29T17:21:03.340Z | Checking bstr v1.9.1 |
1022 | 2024-11-29T17:21:03.383Z | Checking bit_field v0.10.2 |
1023 | 2024-11-29T17:21:03.544Z | Checking ctrlc v3.4.4 |
1024 | 2024-11-29T17:21:03.598Z | Checking tar v0.4.40 |
1025 | 2024-11-29T17:21:03.623Z | Checking const_format v0.2.32 |
1026 | 2024-11-29T17:21:04.032Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1027 | 2024-11-29T17:21:04.066Z | Checking globset v0.4.14 |
1028 | 2024-11-29T17:21:04.356Z | Checking fatfs v0.3.6 |
1029 | 2024-11-29T17:21:04.564Z | Checking glob v0.3.1 |
1030 | 2024-11-29T17:21:06.216Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1031 | 2024-11-29T17:21:06.775Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1032 | 2024-11-29T17:21:07.538Z | Compiling git2 v0.19.0 |
1033 | 2024-11-29T17:21:07.987Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1034 | 2024-11-29T17:21:11.575Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1035 | 2024-11-29T17:21:12.549Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-11-29T17:21:19.589Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1037 | 2024-11-29T17:21:24.752Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1038 | 2024-11-29T17:21:33.043Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1039 | 2024-11-29T17:21:33.047Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1040 | 2024-11-29T17:21:40.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s |
1041 | 2024-11-29T17:21:40.458Z | |
1042 | 2024-11-29T17:21:40.458Z | real 2:49.524732281 |
1043 | 2024-11-29T17:21:40.458Z | user 13:04.420849434 |
1044 | 2024-11-29T17:21:40.461Z | sys 2:14.261526202 |
1045 | 2024-11-29T17:21:40.461Z | trap 0.439568559 |
1046 | 2024-11-29T17:21:40.461Z | tflt 1.343668078 |
1047 | 2024-11-29T17:21:40.461Z | dflt 0.445262533 |
1048 | 2024-11-29T17:21:40.461Z | kflt 0.006985602 |
1049 | 2024-11-29T17:21:40.461Z | lock 15:18.083313869 |
1050 | 2024-11-29T17:21:40.461Z | slp 49:35.031564888 |
1051 | 2024-11-29T17:21:40.461Z | lat 58.054040992 |
1052 | 2024-11-29T17:21:40.461Z | stop 3:17.389931282 |
1053 | 2024-11-29T17:21:40.461Z | + ptime -m cargo clippy --features falcon --all-targets |
1054 | 2024-11-29T17:21:41.004Z | Downloading crates ... |
1055 | 2024-11-29T17:21:41.213Z | Downloaded downcast v0.11.0 |
1056 | 2024-11-29T17:21:41.221Z | Downloaded crc32fast v1.4.0 |
1057 | 2024-11-29T17:21:41.227Z | Downloaded predicates-tree v1.0.9 |
1058 | 2024-11-29T17:21:41.233Z | Downloaded termtree v0.4.1 |
1059 | 2024-11-29T17:21:41.240Z | Downloaded fragile v2.0.0 |
1060 | 2024-11-29T17:21:41.242Z | Downloaded slog-stdlog v4.1.1 |
1061 | 2024-11-29T17:21:41.244Z | Downloaded predicates v3.1.0 |
1062 | 2024-11-29T17:21:41.248Z | Downloaded simd-adler32 v0.3.7 |
1063 | 2024-11-29T17:21:41.251Z | Downloaded slog-scope v4.4.0 |
1064 | 2024-11-29T17:21:41.253Z | Downloaded serde_test v1.0.176 |
1065 | 2024-11-29T17:21:41.253Z | Downloaded mockall v0.12.1 |
1066 | 2024-11-29T17:21:41.256Z | Downloaded fdeflate v0.3.4 |
1067 | 2024-11-29T17:21:41.256Z | Downloaded predicates-core v1.0.6 |
1068 | 2024-11-29T17:21:41.258Z | Downloaded flate2 v1.0.30 |
1069 | 2024-11-29T17:21:41.262Z | Downloaded mockall_derive v0.12.1 |
1070 | 2024-11-29T17:21:41.264Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-11-29T17:21:41.267Z | Downloaded miniz_oxide v0.7.2 |
1072 | 2024-11-29T17:21:41.269Z | Downloaded bytemuck v1.16.0 |
1073 | 2024-11-29T17:21:41.272Z | Downloaded png v0.17.13 |
1074 | 2024-11-29T17:21:41.356Z | Downloaded slog-envlogger v2.2.0 |
1075 | 2024-11-29T17:21:41.890Z | Downloaded image v0.25.1 |
1076 | 2024-11-29T17:21:42.201Z | Checking log v0.4.22 |
1077 | 2024-11-29T17:21:42.203Z | Checking tokio v1.39.3 |
1078 | 2024-11-29T17:21:42.250Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1079 | 2024-11-29T17:21:42.253Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1080 | 2024-11-29T17:21:42.253Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1081 | 2024-11-29T17:21:42.263Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1082 | 2024-11-29T17:21:42.295Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1083 | 2024-11-29T17:21:42.298Z | Compiling crc32fast v1.4.0 |
1084 | 2024-11-29T17:21:42.450Z | Checking simd-adler32 v0.3.7 |
1085 | 2024-11-29T17:21:42.462Z | Checking native-tls v0.2.11 |
1086 | 2024-11-29T17:21:42.475Z | Checking goblin v0.8.2 |
1087 | 2024-11-29T17:21:42.527Z | Checking typify-impl v0.2.0 |
1088 | 2024-11-29T17:21:42.672Z | Checking rustls v0.22.4 |
1089 | 2024-11-29T17:21:42.746Z | Checking tungstenite v0.21.0 |
1090 | 2024-11-29T17:21:42.798Z | Checking rustls v0.21.12 |
1091 | 2024-11-29T17:21:42.811Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1092 | 2024-11-29T17:21:42.910Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1093 | 2024-11-29T17:21:43.182Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1094 | 2024-11-29T17:21:43.430Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1095 | 2024-11-29T17:21:43.631Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1096 | 2024-11-29T17:21:43.694Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1097 | 2024-11-29T17:21:44.062Z | Checking adler v1.0.2 |
1098 | 2024-11-29T17:21:44.212Z | Checking miniz_oxide v0.7.2 |
1099 | 2024-11-29T17:21:44.367Z | Checking arc-swap v1.7.1 |
1100 | 2024-11-29T17:21:44.762Z | Checking slog-scope v4.4.0 |
1101 | 2024-11-29T17:21:44.949Z | Checking fdeflate v0.3.4 |
1102 | 2024-11-29T17:21:44.962Z | Checking flate2 v1.0.30 |
1103 | 2024-11-29T17:21:45.059Z | Checking typify v0.2.0 |
1104 | 2024-11-29T17:21:45.182Z | Checking progenitor-impl v0.8.0 |
1105 | 2024-11-29T17:21:45.454Z | Checking slog-stdlog v4.1.1 |
1106 | 2024-11-29T17:21:45.552Z | Checking png v0.17.13 |
1107 | 2024-11-29T17:21:45.603Z | Checking bytemuck v1.16.0 |
1108 | 2024-11-29T17:21:45.790Z | Checking predicates-core v1.0.6 |
1109 | 2024-11-29T17:21:45.961Z | Checking slog-envlogger v2.2.0 |
1110 | 2024-11-29T17:21:45.975Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1111 | 2024-11-29T17:21:45.978Z | Checking termtree v0.4.1 |
1112 | 2024-11-29T17:21:46.161Z | Checking predicates v3.1.0 |
1113 | 2024-11-29T17:21:46.183Z | Checking predicates-tree v1.0.9 |
1114 | 2024-11-29T17:21:46.332Z | Compiling mockall_derive v0.12.1 |
1115 | 2024-11-29T17:21:46.666Z | Checking wait-timeout v0.2.0 |
1116 | 2024-11-29T17:21:46.725Z | Checking image v0.25.1 |
1117 | 2024-11-29T17:21:46.762Z | Checking downcast v0.11.0 |
1118 | 2024-11-29T17:21:46.831Z | Checking bit-vec v0.6.3 |
1119 | 2024-11-29T17:21:46.942Z | Checking fragile v2.0.0 |
1120 | 2024-11-29T17:21:47.116Z | Checking rusty-fork v0.3.0 |
1121 | 2024-11-29T17:21:47.134Z | Checking bit-set v0.5.3 |
1122 | 2024-11-29T17:21:47.187Z | Checking globset v0.4.14 |
1123 | 2024-11-29T17:21:47.367Z | Checking escargot v0.5.10 |
1124 | 2024-11-29T17:21:47.380Z | Checking fatfs v0.3.6 |
1125 | 2024-11-29T17:21:47.441Z | Checking dof v0.3.0 |
1126 | 2024-11-29T17:21:47.455Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1127 | 2024-11-29T17:21:47.667Z | Checking rand_xorshift v0.3.0 |
1128 | 2024-11-29T17:21:47.839Z | Checking unarray v0.1.4 |
1129 | 2024-11-29T17:21:47.984Z | Checking proptest v1.5.0 |
1130 | 2024-11-29T17:21:48.035Z | Checking usdt-impl v0.5.0 |
1131 | 2024-11-29T17:21:48.396Z | Checking serde_test v1.0.176 |
1132 | 2024-11-29T17:21:48.421Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1133 | 2024-11-29T17:21:48.570Z | Checking usdt v0.5.0 |
1134 | 2024-11-29T17:21:48.801Z | Checking slog-dtrace v0.3.0 |
1135 | 2024-11-29T17:21:48.845Z | Checking tokio-util v0.7.11 |
1136 | 2024-11-29T17:21:49.159Z | Checking tokio-native-tls v0.3.1 |
1137 | 2024-11-29T17:21:49.191Z | Checking tokio-rustls v0.26.0 |
1138 | 2024-11-29T17:21:49.201Z | Checking tokio-rustls v0.25.0 |
1139 | 2024-11-29T17:21:49.394Z | Checking backoff v0.4.0 |
1140 | 2024-11-29T17:21:49.531Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1141 | 2024-11-29T17:21:49.546Z | Checking tokio-tungstenite v0.21.0 |
1142 | 2024-11-29T17:21:49.633Z | Checking h2 v0.4.6 |
1143 | 2024-11-29T17:21:49.675Z | Checking zone v0.3.0 |
1144 | 2024-11-29T17:21:49.794Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1145 | 2024-11-29T17:21:49.844Z | Checking libsw v3.3.1 |
1146 | 2024-11-29T17:21:49.891Z | Checking cancel-safe-futures v0.1.5 |
1147 | 2024-11-29T17:21:49.979Z | Checking steno v0.4.1 |
1148 | 2024-11-29T17:21:50.106Z | Checking hickory-proto v0.24.1 |
1149 | 2024-11-29T17:21:50.323Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1150 | 2024-11-29T17:21:50.389Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1151 | 2024-11-29T17:21:51.394Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1152 | 2024-11-29T17:21:51.595Z | Checking tokio-rustls v0.24.1 |
1153 | 2024-11-29T17:21:51.666Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1154 | 2024-11-29T17:21:51.933Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1155 | 2024-11-29T17:21:53.172Z | Checking mockall v0.12.1 |
1156 | 2024-11-29T17:21:53.650Z | Checking hickory-resolver v0.24.1 |
1157 | 2024-11-29T17:21:53.835Z | Checking hyper v1.4.1 |
1158 | 2024-11-29T17:21:55.133Z | Checking hyper-util v0.1.9 |
1159 | 2024-11-29T17:21:56.193Z | Checking hyper-rustls v0.27.3 |
1160 | 2024-11-29T17:21:56.193Z | Checking hyper-tls v0.6.0 |
1161 | 2024-11-29T17:21:56.196Z | Checking dropshot v0.12.0 |
1162 | 2024-11-29T17:21:56.411Z | Checking reqwest v0.12.7 |
1163 | 2024-11-29T17:21:57.485Z | Checking progenitor-client v0.8.0 |
1164 | 2024-11-29T17:21:57.673Z | Checking progenitor v0.8.0 |
1165 | 2024-11-29T17:21:57.798Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1166 | 2024-11-29T17:21:57.798Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1167 | 2024-11-29T17:21:57.801Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1168 | 2024-11-29T17:21:57.801Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1169 | 2024-11-29T17:21:58.795Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1170 | 2024-11-29T17:21:59.823Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1171 | 2024-11-29T17:22:01.634Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-11-29T17:22:03.193Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1173 | 2024-11-29T17:22:07.601Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-11-29T17:22:07.601Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1175 | 2024-11-29T17:22:07.604Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-11-29T17:22:07.604Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-11-29T17:22:09.248Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-11-29T17:22:09.618Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-11-29T17:22:09.652Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-11-29T17:22:09.655Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-11-29T17:22:10.270Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-11-29T17:22:10.481Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-11-29T17:22:10.512Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-11-29T17:22:19.787Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-11-29T17:22:25.214Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-11-29T17:22:25.818Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1187 | 2024-11-29T17:22:29.600Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1188 | 2024-11-29T17:22:43.094Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1189 | 2024-11-29T17:22:43.094Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1190 | 2024-11-29T17:22:52.202Z | warning: unnecessary closure used to substitute value for `Option::None` |
1191 | 2024-11-29T17:22:52.202Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1192 | 2024-11-29T17:22:52.202Z | | |
1193 | 2024-11-29T17:22:52.202Z | 188 | let instance = kstats |
1194 | 2024-11-29T17:22:52.202Z | | ________________________^ |
1195 | 2024-11-29T17:22:52.202Z | 189 | | .iter() |
1196 | 2024-11-29T17:22:52.202Z | 190 | | .find_map(|(_, kstat, data)| { |
1197 | 2024-11-29T17:22:52.202Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1198 | 2024-11-29T17:22:52.202Z | 192 | | }) |
1199 | 2024-11-29T17:22:52.202Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1200 | 2024-11-29T17:22:52.202Z | | |______________________________________________^ |
1201 | 2024-11-29T17:22:52.202Z | | |
1202 | 2024-11-29T17:22:52.202Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1203 | 2024-11-29T17:22:52.202Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1204 | 2024-11-29T17:22:52.202Z | help: use `ok_or` instead |
1205 | 2024-11-29T17:22:52.203Z | | |
1206 | 2024-11-29T17:22:52.203Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1207 | 2024-11-29T17:22:52.203Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1208 | 2024-11-29T17:22:52.203Z | |
1209 | 2024-11-29T17:22:53.166Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1210 | 2024-11-29T17:22:54.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
1211 | 2024-11-29T17:22:54.221Z | |
1212 | 2024-11-29T17:22:54.221Z | real 1:13.748206524 |
1213 | 2024-11-29T17:22:54.221Z | user 3:12.775549300 |
1214 | 2024-11-29T17:22:54.221Z | sys 22.700237587 |
1215 | 2024-11-29T17:22:54.221Z | trap 0.083357843 |
1216 | 2024-11-29T17:22:54.221Z | tflt 0.196863744 |
1217 | 2024-11-29T17:22:54.221Z | dflt 0.017244089 |
1218 | 2024-11-29T17:22:54.221Z | kflt 0.000015407 |
1219 | 2024-11-29T17:22:54.223Z | lock 4:23.320592548 |
1220 | 2024-11-29T17:22:54.223Z | slp 10:22.973235495 |
1221 | 2024-11-29T17:22:54.223Z | lat 4.090099706 |
1222 | 2024-11-29T17:22:54.223Z | stop 12.355578436 |
1223 | 2024-11-29T17:22:54.223Z | + banner build |
1224 | 2024-11-29T17:22:54.223Z | |
1225 | 2024-11-29T17:22:54.224Z | ##### # # # # ##### |
1226 | 2024-11-29T17:22:54.224Z | # # # # # # # # |
1227 | 2024-11-29T17:22:54.224Z | ##### # # # # # # |
1228 | 2024-11-29T17:22:54.224Z | # # # # # # # # |
1229 | 2024-11-29T17:22:54.224Z | # # # # # # # # |
1230 | 2024-11-29T17:22:54.224Z | ##### #### # ###### ##### |
1231 | 2024-11-29T17:22:54.224Z | |
1232 | 2024-11-29T17:22:54.224Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1233 | 2024-11-29T17:22:55.020Z | Compiling proc-macro2 v1.0.86 |
1234 | 2024-11-29T17:22:55.020Z | Compiling unicode-ident v1.0.13 |
1235 | 2024-11-29T17:22:55.023Z | Compiling libc v0.2.159 |
1236 | 2024-11-29T17:22:55.023Z | Compiling serde v1.0.210 |
1237 | 2024-11-29T17:22:55.023Z | Compiling version_check v0.9.5 |
1238 | 2024-11-29T17:22:55.023Z | Compiling once_cell v1.19.0 |
1239 | 2024-11-29T17:22:55.023Z | Compiling autocfg v1.3.0 |
1240 | 2024-11-29T17:22:55.023Z | Compiling cfg-if v1.0.0 |
1241 | 2024-11-29T17:22:55.197Z | Compiling thiserror v1.0.64 |
1242 | 2024-11-29T17:22:55.269Z | Compiling memchr v2.7.2 |
1243 | 2024-11-29T17:22:55.368Z | Compiling libm v0.2.8 |
1244 | 2024-11-29T17:22:55.584Z | Compiling ahash v0.8.11 |
1245 | 2024-11-29T17:22:55.706Z | Compiling byteorder v1.5.0 |
1246 | 2024-11-29T17:22:55.730Z | Compiling itoa v1.0.11 |
1247 | 2024-11-29T17:22:55.927Z | Compiling lock_api v0.4.12 |
1248 | 2024-11-29T17:22:55.969Z | Compiling parking_lot_core v0.9.10 |
1249 | 2024-11-29T17:22:56.333Z | Compiling ryu v1.0.18 |
1250 | 2024-11-29T17:22:56.550Z | Compiling serde_json v1.0.128 |
1251 | 2024-11-29T17:22:56.607Z | Compiling slab v0.4.9 |
1252 | 2024-11-29T17:22:56.739Z | Compiling quote v1.0.37 |
1253 | 2024-11-29T17:22:56.917Z | Compiling jobserver v0.1.31 |
1254 | 2024-11-29T17:22:57.006Z | Compiling getrandom v0.2.14 |
1255 | 2024-11-29T17:22:57.107Z | Compiling syn v2.0.77 |
1256 | 2024-11-29T17:22:57.218Z | Compiling pkg-config v0.3.30 |
1257 | 2024-11-29T17:22:57.309Z | Compiling cc v1.0.97 |
1258 | 2024-11-29T17:22:58.323Z | Compiling vcpkg v0.2.15 |
1259 | 2024-11-29T17:22:58.325Z | Compiling schemars v0.8.21 |
1260 | 2024-11-29T17:22:58.325Z | Compiling allocator-api2 v0.2.18 |
1261 | 2024-11-29T17:22:58.325Z | Compiling pin-project-lite v0.2.14 |
1262 | 2024-11-29T17:22:58.325Z | Compiling num-traits v0.2.19 |
1263 | 2024-11-29T17:22:58.334Z | Compiling log v0.4.22 |
1264 | 2024-11-29T17:22:58.460Z | Compiling smallvec v1.13.2 |
1265 | 2024-11-29T17:22:58.763Z | Compiling scopeguard v1.2.0 |
1266 | 2024-11-29T17:22:58.801Z | Compiling equivalent v1.0.1 |
1267 | 2024-11-29T17:22:58.823Z | Compiling typenum v1.17.0 |
1268 | 2024-11-29T17:22:58.823Z | Compiling signal-hook-registry v1.4.2 |
1269 | 2024-11-29T17:22:58.932Z | Compiling mio v1.0.2 |
1270 | 2024-11-29T17:22:59.685Z | Compiling parking_lot v0.12.2 |
1271 | 2024-11-29T17:22:59.818Z | Compiling socket2 v0.5.7 |
1272 | 2024-11-29T17:23:00.265Z | Compiling httparse v1.8.0 |
1273 | 2024-11-29T17:23:00.387Z | Compiling ring v0.17.8 |
1274 | 2024-11-29T17:23:00.554Z | Compiling generic-array v0.14.7 |
1275 | 2024-11-29T17:23:00.956Z | Compiling fnv v1.0.7 |
1276 | 2024-11-29T17:23:01.077Z | Compiling futures-core v0.3.30 |
1277 | 2024-11-29T17:23:01.398Z | Compiling openssl-sys v0.9.103 |
1278 | 2024-11-29T17:23:01.415Z | Compiling iana-time-zone v0.1.60 |
1279 | 2024-11-29T17:23:01.433Z | Compiling rand_core v0.6.4 |
1280 | 2024-11-29T17:23:01.524Z | Compiling semver v1.0.23 |
1281 | 2024-11-29T17:23:01.666Z | Compiling slog v2.7.0 |
1282 | 2024-11-29T17:23:01.730Z | Compiling ucd-trie v0.1.6 |
1283 | 2024-11-29T17:23:01.875Z | Compiling futures-sink v0.3.30 |
1284 | 2024-11-29T17:23:02.059Z | Compiling dyn-clone v1.0.17 |
1285 | 2024-11-29T17:23:02.136Z | Compiling subtle v2.5.0 |
1286 | 2024-11-29T17:23:02.287Z | Compiling heck v0.5.0 |
1287 | 2024-11-29T17:23:02.434Z | Compiling futures-channel v0.3.30 |
1288 | 2024-11-29T17:23:02.447Z | Compiling futures-task v0.3.30 |
1289 | 2024-11-29T17:23:02.449Z | Compiling futures-io v0.3.30 |
1290 | 2024-11-29T17:23:02.471Z | Compiling pin-utils v0.1.0 |
1291 | 2024-11-29T17:23:02.522Z | Compiling rustversion v1.0.17 |
1292 | 2024-11-29T17:23:02.658Z | Compiling openssl v0.10.66 |
1293 | 2024-11-29T17:23:02.705Z | Compiling syn v1.0.109 |
1294 | 2024-11-29T17:23:03.267Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-11-29T17:23:03.469Z | Compiling regex-syntax v0.8.4 |
1296 | 2024-11-29T17:23:03.843Z | Compiling serde_derive_internals v0.29.1 |
1297 | 2024-11-29T17:23:04.329Z | Compiling heck v0.4.1 |
1298 | 2024-11-29T17:23:04.354Z | Compiling rustls v0.23.10 |
1299 | 2024-11-29T17:23:04.710Z | Compiling native-tls v0.2.11 |
1300 | 2024-11-29T17:23:05.720Z | Compiling spin v0.9.8 |
1301 | 2024-11-29T17:23:06.386Z | Compiling untrusted v0.9.0 |
1302 | 2024-11-29T17:23:06.578Z | Compiling time-core v0.1.2 |
1303 | 2024-11-29T17:23:06.739Z | Compiling anyhow v1.0.89 |
1304 | 2024-11-29T17:23:06.913Z | Compiling num-conv v0.1.0 |
1305 | 2024-11-29T17:23:07.182Z | Compiling regex-automata v0.4.6 |
1306 | 2024-11-29T17:23:07.344Z | Compiling time-macros v0.2.18 |
1307 | 2024-11-29T17:23:07.702Z | Compiling tracing-core v0.1.32 |
1308 | 2024-11-29T17:23:08.163Z | Compiling serde_derive v1.0.210 |
1309 | 2024-11-29T17:23:08.912Z | Compiling zerocopy-derive v0.7.34 |
1310 | 2024-11-29T17:23:09.616Z | Compiling thiserror-impl v1.0.64 |
1311 | 2024-11-29T17:23:09.743Z | Compiling tokio-macros v2.4.0 |
1312 | 2024-11-29T17:23:10.274Z | Compiling schemars_derive v0.8.21 |
1313 | 2024-11-29T17:23:10.814Z | Compiling zerocopy v0.7.34 |
1314 | 2024-11-29T17:23:11.226Z | Compiling futures-macro v0.3.30 |
1315 | 2024-11-29T17:23:12.586Z | Compiling hashbrown v0.14.5 |
1316 | 2024-11-29T17:23:13.104Z | Compiling pest v2.7.10 |
1317 | 2024-11-29T17:23:13.106Z | Compiling futures-util v0.3.30 |
1318 | 2024-11-29T17:23:13.766Z | Compiling openssl-macros v0.1.1 |
1319 | 2024-11-29T17:23:13.787Z | Compiling regex v1.10.6 |
1320 | 2024-11-29T17:23:13.966Z | Compiling scroll_derive v0.12.0 |
1321 | 2024-11-29T17:23:14.550Z | Compiling tracing-attributes v0.1.27 |
1322 | 2024-11-29T17:23:14.620Z | Compiling crypto-common v0.1.6 |
1323 | 2024-11-29T17:23:14.854Z | Compiling thread-id v4.2.1 |
1324 | 2024-11-29T17:23:15.731Z | Compiling pest_meta v2.7.10 |
1325 | 2024-11-29T17:23:15.846Z | Compiling regress v0.10.1 |
1326 | 2024-11-29T17:23:15.914Z | Compiling rustls-pki-types v1.7.0 |
1327 | 2024-11-29T17:23:17.157Z | Compiling pest_generator v2.7.10 |
1328 | 2024-11-29T17:23:17.613Z | Compiling tracing v0.1.40 |
1329 | 2024-11-29T17:23:18.308Z | Compiling percent-encoding v2.3.1 |
1330 | 2024-11-29T17:23:18.793Z | Compiling form_urlencoded v1.2.1 |
1331 | 2024-11-29T17:23:18.904Z | Compiling tinyvec_macros v0.1.1 |
1332 | 2024-11-29T17:23:19.001Z | Compiling camino v1.1.9 |
1333 | 2024-11-29T17:23:19.243Z | Compiling tinyvec v1.6.0 |
1334 | 2024-11-29T17:23:19.370Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-29T17:23:19.415Z | Compiling pest_derive v2.7.10 |
1336 | 2024-11-29T17:23:19.612Z | Compiling ppv-lite86 v0.2.17 |
1337 | 2024-11-29T17:23:19.811Z | Compiling zeroize v1.7.0 |
1338 | 2024-11-29T17:23:20.125Z | Compiling atomic-waker v1.1.2 |
1339 | 2024-11-29T17:23:20.330Z | Compiling rand_chacha v0.3.1 |
1340 | 2024-11-29T17:23:20.355Z | Compiling rustls-webpki v0.102.4 |
1341 | 2024-11-29T17:23:20.580Z | Compiling bytes v1.7.2 |
1342 | 2024-11-29T17:23:21.371Z | Compiling indexmap v2.5.0 |
1343 | 2024-11-29T17:23:22.051Z | Compiling tokio v1.39.3 |
1344 | 2024-11-29T17:23:22.091Z | Compiling chrono v0.4.38 |
1345 | 2024-11-29T17:23:22.453Z | Compiling uuid v1.10.0 |
1346 | 2024-11-29T17:23:22.807Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2024-11-29T17:23:23.236Z | Compiling bitflags v2.6.0 |
1348 | 2024-11-29T17:23:23.713Z | Compiling http v1.1.0 |
1349 | 2024-11-29T17:23:24.910Z | Compiling unicode-normalization v0.1.23 |
1350 | 2024-11-29T17:23:25.787Z | Compiling scroll v0.12.0 |
1351 | 2024-11-29T17:23:26.300Z | Compiling http-body v1.0.1 |
1352 | 2024-11-29T17:23:27.042Z | Compiling unicode-bidi v0.3.15 |
1353 | 2024-11-29T17:23:27.284Z | Compiling try-lock v0.2.5 |
1354 | 2024-11-29T17:23:27.460Z | Compiling plain v0.2.3 |
1355 | 2024-11-29T17:23:27.633Z | Compiling goblin v0.8.2 |
1356 | 2024-11-29T17:23:29.207Z | Compiling typify-impl v0.2.0 |
1357 | 2024-11-29T17:23:29.420Z | Compiling want v0.3.1 |
1358 | 2024-11-29T17:23:29.713Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-11-29T17:23:29.856Z | Compiling rand v0.8.5 |
1360 | 2024-11-29T17:23:30.751Z | Compiling tokio-util v0.7.11 |
1361 | 2024-11-29T17:23:31.411Z | Compiling strum_macros v0.26.2 |
1362 | 2024-11-29T17:23:32.686Z | Compiling h2 v0.4.6 |
1363 | 2024-11-29T17:23:33.741Z | Compiling pretty-hex v0.4.1 |
1364 | 2024-11-29T17:23:33.962Z | Compiling base64 v0.22.1 |
1365 | 2024-11-29T17:23:35.061Z | Compiling httpdate v1.0.3 |
1366 | 2024-11-29T17:23:35.704Z | Compiling omicron-workspace-hack v0.1.0 |
1367 | 2024-11-29T17:23:35.782Z | Compiling dof v0.3.0 |
1368 | 2024-11-29T17:23:35.880Z | Compiling idna v0.5.0 |
1369 | 2024-11-29T17:23:36.070Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-11-29T17:23:36.447Z | Compiling strsim v0.11.1 |
1371 | 2024-11-29T17:23:37.116Z | Compiling unsafe-libyaml v0.2.11 |
1372 | 2024-11-29T17:23:37.257Z | Compiling tower-service v0.3.2 |
1373 | 2024-11-29T17:23:37.385Z | Compiling rustls v0.22.4 |
1374 | 2024-11-29T17:23:37.586Z | Compiling cpufeatures v0.2.12 |
1375 | 2024-11-29T17:23:37.687Z | Compiling url v2.5.0 |
1376 | 2024-11-29T17:23:38.839Z | Compiling hyper v1.4.1 |
1377 | 2024-11-29T17:23:38.946Z | Compiling serde_yaml v0.9.34+deprecated |
1378 | 2024-11-29T17:23:39.710Z | Compiling typify-macro v0.2.0 |
1379 | 2024-11-29T17:23:39.885Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-11-29T17:23:40.322Z | Compiling async-trait v0.1.83 |
1381 | 2024-11-29T17:23:42.159Z | Compiling hyper-util v0.1.9 |
1382 | 2024-11-29T17:23:42.613Z | Compiling block-buffer v0.10.4 |
1383 | 2024-11-29T17:23:43.106Z | Compiling slog-async v2.8.0 |
1384 | 2024-11-29T17:23:43.242Z | Compiling foreign-types-shared v0.1.1 |
1385 | 2024-11-29T17:23:43.481Z | Compiling typify v0.2.0 |
1386 | 2024-11-29T17:23:43.608Z | Compiling progenitor-impl v0.8.0 |
1387 | 2024-11-29T17:23:44.502Z | Compiling foreign-types v0.3.2 |
1388 | 2024-11-29T17:23:44.604Z | Compiling digest v0.10.7 |
1389 | 2024-11-29T17:23:46.457Z | Compiling http-body-util v0.1.2 |
1390 | 2024-11-29T17:23:47.003Z | Compiling multer v3.1.0 |
1391 | 2024-11-29T17:23:47.017Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-11-29T17:23:47.143Z | Compiling paste v1.0.15 |
1393 | 2024-11-29T17:23:47.401Z | Compiling crossbeam-utils v0.8.19 |
1394 | 2024-11-29T17:23:47.449Z | Compiling mime v0.3.17 |
1395 | 2024-11-29T17:23:47.513Z | Compiling ident_case v1.0.1 |
1396 | 2024-11-29T17:23:47.673Z | Compiling darling_core v0.20.9 |
1397 | 2024-11-29T17:23:48.026Z | Compiling usdt-macro v0.5.0 |
1398 | 2024-11-29T17:23:48.525Z | Compiling usdt-attr-macro v0.5.0 |
1399 | 2024-11-29T17:23:49.062Z | Compiling rustls-pemfile v2.1.3 |
1400 | 2024-11-29T17:23:49.580Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-11-29T17:23:49.831Z | Compiling progenitor-macro v0.8.0 |
1402 | 2024-11-29T17:23:50.222Z | Compiling openssl-probe v0.1.5 |
1403 | 2024-11-29T17:23:53.111Z | Compiling darling_macro v0.20.9 |
1404 | 2024-11-29T17:23:53.376Z | Compiling async-stream-impl v0.3.5 |
1405 | 2024-11-29T17:23:55.206Z | Compiling dropshot v0.12.0 |
1406 | 2024-11-29T17:23:58.610Z | Compiling powerfmt v0.2.0 |
1407 | 2024-11-29T17:23:58.639Z | Compiling ipnet v2.9.0 |
1408 | 2024-11-29T17:23:59.266Z | Compiling deranged v0.3.11 |
1409 | 2024-11-29T17:24:01.672Z | Compiling tokio-rustls v0.26.0 |
1410 | 2024-11-29T17:24:02.970Z | Compiling tokio-native-tls v0.3.1 |
1411 | 2024-11-29T17:24:03.255Z | Compiling darling v0.20.9 |
1412 | 2024-11-29T17:24:03.377Z | Compiling serde_spanned v0.6.7 |
1413 | 2024-11-29T17:24:03.647Z | Compiling futures-executor v0.3.30 |
1414 | 2024-11-29T17:24:04.077Z | Compiling webpki-roots v0.26.3 |
1415 | 2024-11-29T17:24:05.985Z | Compiling num_threads v0.1.7 |
1416 | 2024-11-29T17:24:06.288Z | Compiling time v0.3.36 |
1417 | 2024-11-29T17:24:12.976Z | Compiling hyper-rustls v0.27.3 |
1418 | 2024-11-29T17:24:14.300Z | Compiling futures v0.3.30 |
1419 | 2024-11-29T17:24:14.419Z | Compiling serde_with_macros v3.9.0 |
1420 | 2024-11-29T17:24:15.231Z | Compiling hyper-tls v0.6.0 |
1421 | 2024-11-29T17:24:15.652Z | Compiling sha1 v0.10.6 |
1422 | 2024-11-29T17:24:16.473Z | Compiling strum v0.26.2 |
1423 | 2024-11-29T17:24:16.659Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-11-29T17:24:17.609Z | Compiling structmeta-derive v0.3.0 |
1425 | 2024-11-29T17:24:18.138Z | Compiling sync_wrapper v1.0.1 |
1426 | 2024-11-29T17:24:18.461Z | Compiling rustix v0.38.34 |
1427 | 2024-11-29T17:24:19.295Z | Compiling reqwest v0.12.7 |
1428 | 2024-11-29T17:24:20.206Z | Compiling structmeta v0.3.0 |
1429 | 2024-11-29T17:24:20.963Z | Compiling errno v0.3.9 |
1430 | 2024-11-29T17:24:21.224Z | Compiling dirs-sys-next v0.1.2 |
1431 | 2024-11-29T17:24:21.689Z | Compiling winnow v0.6.18 |
1432 | 2024-11-29T17:24:23.411Z | Compiling match_cfg v0.1.0 |
1433 | 2024-11-29T17:24:23.511Z | Compiling hostname v0.3.1 |
1434 | 2024-11-29T17:24:26.337Z | Compiling dirs-next v2.0.0 |
1435 | 2024-11-29T17:24:26.593Z | Compiling progenitor-client v0.8.0 |
1436 | 2024-11-29T17:24:31.318Z | Compiling parse-display-derive v0.10.0 |
1437 | 2024-11-29T17:24:31.698Z | Compiling ipnetwork v0.20.0 |
1438 | 2024-11-29T17:24:33.165Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1439 | 2024-11-29T17:24:34.042Z | Compiling thread_local v1.1.8 |
1440 | 2024-11-29T17:24:35.265Z | Compiling progenitor v0.8.0 |
1441 | 2024-11-29T17:24:35.775Z | Compiling term v0.7.0 |
1442 | 2024-11-29T17:24:37.507Z | Compiling crossbeam-channel v0.5.12 |
1443 | 2024-11-29T17:24:37.827Z | Compiling is-terminal v0.4.12 |
1444 | 2024-11-29T17:24:37.960Z | Compiling memmap v0.7.0 |
1445 | 2024-11-29T17:24:38.558Z | Compiling take_mut v0.2.2 |
1446 | 2024-11-29T17:24:41.197Z | Compiling usdt v0.5.0 |
1447 | 2024-11-29T17:24:41.812Z | Compiling slog-term v2.9.1 |
1448 | 2024-11-29T17:24:42.629Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1449 | 2024-11-29T17:24:43.145Z | Compiling toml_edit v0.22.20 |
1450 | 2024-11-29T17:24:43.493Z | Compiling slog-json v2.6.1 |
1451 | 2024-11-29T17:24:44.644Z | Compiling debug-ignore v1.0.5 |
1452 | 2024-11-29T17:24:44.759Z | Compiling winnow v0.5.40 |
1453 | 2024-11-29T17:24:46.619Z | Compiling slog-bunyan v2.5.0 |
1454 | 2024-11-29T17:24:46.886Z | Compiling toml v0.8.19 |
1455 | 2024-11-29T17:24:48.272Z | Compiling toml_edit v0.19.15 |
1456 | 2024-11-29T17:24:48.503Z | Compiling tokio-rustls v0.25.0 |
1457 | 2024-11-29T17:24:53.377Z | Compiling async-stream v0.3.5 |
1458 | 2024-11-29T17:24:53.639Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2024-11-29T17:24:53.664Z | Compiling waitgroup v0.1.2 |
1460 | 2024-11-29T17:24:53.906Z | Compiling hostname v0.4.0 |
1461 | 2024-11-29T17:24:58.670Z | Compiling proc-macro-crate v1.3.1 |
1462 | 2024-11-29T17:24:58.829Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1463 | 2024-11-29T17:24:59.446Z | Compiling serde_with v3.9.0 |
1464 | 2024-11-29T17:25:01.470Z | Compiling newtype-uuid v1.1.0 |
1465 | 2024-11-29T17:25:02.350Z | Compiling unicode-width v0.1.14 |
1466 | 2024-11-29T17:25:03.510Z | Compiling hex v0.4.3 |
1467 | 2024-11-29T17:25:04.182Z | Compiling clap_derive v4.5.4 |
1468 | 2024-11-29T17:25:04.326Z | Compiling instant v0.1.12 |
1469 | 2024-11-29T17:25:04.488Z | Compiling lazy_static v1.5.0 |
1470 | 2024-11-29T17:25:04.751Z | Compiling utf8parse v0.2.1 |
1471 | 2024-11-29T17:25:04.916Z | Compiling anstyle-parse v0.2.4 |
1472 | 2024-11-29T17:25:05.312Z | Compiling backoff v0.4.0 |
1473 | 2024-11-29T17:25:07.079Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1474 | 2024-11-29T17:25:07.264Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1475 | 2024-11-29T17:25:07.661Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1476 | 2024-11-29T17:25:07.820Z | Compiling parse-display v0.10.0 |
1477 | 2024-11-29T17:25:08.747Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1478 | 2024-11-29T17:25:08.996Z | Compiling macaddr v1.0.1 |
1479 | 2024-11-29T17:25:09.611Z | Compiling regress v0.9.1 |
1480 | 2024-11-29T17:25:10.100Z | Compiling num-integer v0.1.46 |
1481 | 2024-11-29T17:25:10.349Z | Compiling colorchoice v1.0.1 |
1482 | 2024-11-29T17:25:10.525Z | Compiling anstyle-query v1.0.3 |
1483 | 2024-11-29T17:25:10.970Z | Compiling is_terminal_polyfill v1.70.0 |
1484 | 2024-11-29T17:25:11.107Z | Compiling crucible-workspace-hack v0.1.0 |
1485 | 2024-11-29T17:25:11.216Z | Compiling anstyle v1.0.7 |
1486 | 2024-11-29T17:25:11.466Z | Compiling unicode-xid v0.2.4 |
1487 | 2024-11-29T17:25:11.641Z | Compiling anstream v0.6.14 |
1488 | 2024-11-29T17:25:13.607Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1489 | 2024-11-29T17:25:13.632Z | Compiling terminal_size v0.3.0 |
1490 | 2024-11-29T17:25:16.349Z | Compiling clap_lex v0.7.0 |
1491 | 2024-11-29T17:25:16.789Z | Compiling heapless v0.8.0 |
1492 | 2024-11-29T17:25:17.176Z | Compiling clap_builder v4.5.2 |
1493 | 2024-11-29T17:25:18.106Z | Compiling num-bigint v0.4.5 |
1494 | 2024-11-29T17:25:18.299Z | Compiling num_enum_derive v0.5.11 |
1495 | 2024-11-29T17:25:19.801Z | Compiling hash32 v0.3.1 |
1496 | 2024-11-29T17:25:20.589Z | Compiling fastrand v2.1.0 |
1497 | 2024-11-29T17:25:20.649Z | Compiling smoltcp v0.11.0 |
1498 | 2024-11-29T17:25:21.250Z | Compiling either v1.13.0 |
1499 | 2024-11-29T17:25:21.311Z | Compiling stable_deref_trait v1.2.0 |
1500 | 2024-11-29T17:25:21.422Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1501 | 2024-11-29T17:25:21.678Z | Compiling clap v4.5.4 |
1502 | 2024-11-29T17:25:21.906Z | Compiling num-rational v0.4.2 |
1503 | 2024-11-29T17:25:22.940Z | Compiling tempfile v3.10.1 |
1504 | 2024-11-29T17:25:23.267Z | Compiling num_enum v0.5.11 |
1505 | 2024-11-29T17:25:24.325Z | Compiling synstructure v0.12.6 |
1506 | 2024-11-29T17:25:24.573Z | Compiling num-iter v0.1.45 |
1507 | 2024-11-29T17:25:24.762Z | Compiling num-complex v0.4.6 |
1508 | 2024-11-29T17:25:25.304Z | Compiling proc-macro-error-attr v1.0.4 |
1509 | 2024-11-29T17:25:25.627Z | Compiling managed v0.8.0 |
1510 | 2024-11-29T17:25:25.712Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1511 | 2024-11-29T17:25:25.715Z | Compiling bitflags v1.3.2 |
1512 | 2024-11-29T17:25:25.828Z | Compiling cobs v0.2.3 |
1513 | 2024-11-29T17:25:26.033Z | Compiling postcard v1.0.9 |
1514 | 2024-11-29T17:25:26.122Z | Compiling num v0.4.3 |
1515 | 2024-11-29T17:25:26.327Z | Compiling zerocopy-derive v0.2.0 |
1516 | 2024-11-29T17:25:26.957Z | Compiling foreign-types-macros v0.2.3 |
1517 | 2024-11-29T17:25:27.133Z | Compiling libz-sys v1.1.16 |
1518 | 2024-11-29T17:25:27.897Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1519 | 2024-11-29T17:25:27.987Z | Compiling proc-macro-error v1.0.4 |
1520 | 2024-11-29T17:25:28.452Z | Compiling prettyplease v0.2.22 |
1521 | 2024-11-29T17:25:28.499Z | Compiling foreign-types-shared v0.3.1 |
1522 | 2024-11-29T17:25:28.622Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1523 | 2024-11-29T17:25:28.851Z | Compiling pretty-hex v0.2.1 |
1524 | 2024-11-29T17:25:29.069Z | Compiling foreign-types v0.5.0 |
1525 | 2024-11-29T17:25:29.516Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-11-29T17:25:33.013Z | Compiling tabwriter v1.4.0 |
1527 | 2024-11-29T17:25:33.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1528 | 2024-11-29T17:25:33.643Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1529 | 2024-11-29T17:25:34.431Z | Compiling cstr-argument v0.1.2 |
1530 | 2024-11-29T17:25:34.646Z | Compiling data-encoding v2.6.0 |
1531 | 2024-11-29T17:25:34.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1532 | 2024-11-29T17:25:35.070Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1533 | 2024-11-29T17:25:35.994Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-11-29T17:25:37.738Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1535 | 2024-11-29T17:25:37.930Z | Compiling colored v2.1.0 |
1536 | 2024-11-29T17:25:38.996Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1537 | 2024-11-29T17:25:39.248Z | Compiling usdt-impl v0.3.5 |
1538 | 2024-11-29T17:25:39.295Z | Compiling static_assertions v1.1.0 |
1539 | 2024-11-29T17:25:39.388Z | Compiling unicode-segmentation v1.11.0 |
1540 | 2024-11-29T17:25:39.420Z | Compiling semver v0.1.20 |
1541 | 2024-11-29T17:25:39.669Z | Compiling float-ord v0.3.2 |
1542 | 2024-11-29T17:25:39.823Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1543 | 2024-11-29T17:25:39.982Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1544 | 2024-11-29T17:25:40.215Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1545 | 2024-11-29T17:25:40.555Z | Compiling newline-converter v0.3.0 |
1546 | 2024-11-29T17:25:40.616Z | Compiling rustc_version v0.1.7 |
1547 | 2024-11-29T17:25:42.867Z | Compiling zone_cfg_derive v0.3.0 |
1548 | 2024-11-29T17:25:44.516Z | Compiling camino-tempfile v1.1.1 |
1549 | 2024-11-29T17:25:45.225Z | Compiling itertools v0.10.5 |
1550 | 2024-11-29T17:25:45.903Z | Compiling console v0.15.8 |
1551 | 2024-11-29T17:25:48.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1552 | 2024-11-29T17:25:48.968Z | Compiling num-derive v0.4.2 |
1553 | 2024-11-29T17:25:49.959Z | Compiling sigpipe v0.1.3 |
1554 | 2024-11-29T17:25:50.093Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1555 | 2024-11-29T17:25:50.188Z | Compiling base64ct v1.6.0 |
1556 | 2024-11-29T17:25:50.468Z | Compiling similar v2.5.0 |
1557 | 2024-11-29T17:25:51.240Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1558 | 2024-11-29T17:25:51.383Z | Compiling expectorate v1.1.0 |
1559 | 2024-11-29T17:25:51.637Z | Compiling password-hash v0.5.0 |
1560 | 2024-11-29T17:25:53.520Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-11-29T17:25:53.714Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1562 | 2024-11-29T17:25:54.199Z | Compiling zone v0.3.0 |
1563 | 2024-11-29T17:25:56.473Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1564 | 2024-11-29T17:25:56.562Z | Compiling newtype_derive v0.1.6 |
1565 | 2024-11-29T17:25:56.965Z | Compiling zerocopy v0.3.2 |
1566 | 2024-11-29T17:25:57.428Z | Compiling blake2 v0.10.6 |
1567 | 2024-11-29T17:25:57.483Z | Compiling cargo-platform v0.1.8 |
1568 | 2024-11-29T17:25:57.535Z | Compiling hubpack_derive v0.1.1 |
1569 | 2024-11-29T17:25:57.959Z | Compiling smf v0.2.3 |
1570 | 2024-11-29T17:25:58.503Z | Compiling serde_repr v0.1.19 |
1571 | 2024-11-29T17:25:58.595Z | Compiling zerocopy-derive v0.6.6 |
1572 | 2024-11-29T17:25:59.670Z | Compiling vergen v8.3.2 |
1573 | 2024-11-29T17:26:00.071Z | Compiling base64 v0.21.7 |
1574 | 2024-11-29T17:26:00.277Z | Compiling whoami v1.5.1 |
1575 | 2024-11-29T17:26:00.294Z | Compiling owo-colors v4.1.0 |
1576 | 2024-11-29T17:26:00.552Z | Compiling cancel-safe-futures v0.1.5 |
1577 | 2024-11-29T17:26:00.676Z | Compiling fixedbitset v0.4.2 |
1578 | 2024-11-29T17:26:00.993Z | Compiling petgraph v0.6.5 |
1579 | 2024-11-29T17:26:01.133Z | Compiling zerocopy v0.6.6 |
1580 | 2024-11-29T17:26:01.246Z | Compiling hubpack v0.1.2 |
1581 | 2024-11-29T17:26:01.463Z | Compiling argon2 v0.5.3 |
1582 | 2024-11-29T17:26:01.706Z | Compiling cargo_metadata v0.18.1 |
1583 | 2024-11-29T17:26:01.894Z | Compiling dof v0.1.5 |
1584 | 2024-11-29T17:26:04.441Z | Compiling rustc_version v0.4.0 |
1585 | 2024-11-29T17:26:04.657Z | Compiling serde-big-array v0.5.1 |
1586 | 2024-11-29T17:26:04.890Z | Compiling dtrace-parser v0.1.14 |
1587 | 2024-11-29T17:26:04.944Z | Compiling strum_macros v0.25.3 |
1588 | 2024-11-29T17:26:04.991Z | Compiling libsqlite3-sys v0.30.1 |
1589 | 2024-11-29T17:26:05.060Z | Compiling cookie v0.18.1 |
1590 | 2024-11-29T17:26:05.478Z | Compiling slog-dtrace v0.3.0 |
1591 | 2024-11-29T17:26:05.537Z | Compiling rustls v0.21.12 |
1592 | 2024-11-29T17:26:05.881Z | Compiling convert_case v0.4.0 |
1593 | 2024-11-29T17:26:06.358Z | Compiling cfg_aliases v0.2.1 |
1594 | 2024-11-29T17:26:06.462Z | Compiling nix v0.29.0 |
1595 | 2024-11-29T17:26:06.519Z | Compiling derive_more v0.99.18 |
1596 | 2024-11-29T17:26:07.305Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1597 | 2024-11-29T17:26:08.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1598 | 2024-11-29T17:26:08.545Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1599 | 2024-11-29T17:26:09.834Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1600 | 2024-11-29T17:26:10.899Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1601 | 2024-11-29T17:26:11.455Z | Compiling atomicwrites v0.4.4 |
1602 | 2024-11-29T17:26:11.958Z | Compiling itertools v0.13.0 |
1603 | 2024-11-29T17:26:12.348Z | Compiling libsw v3.3.1 |
1604 | 2024-11-29T17:26:12.483Z | Compiling idna v0.4.0 |
1605 | 2024-11-29T17:26:12.676Z | Compiling serde_tokenstream v0.1.7 |
1606 | 2024-11-29T17:26:13.177Z | Compiling sct v0.7.1 |
1607 | 2024-11-29T17:26:13.626Z | Compiling rustls-webpki v0.101.7 |
1608 | 2024-11-29T17:26:15.466Z | Compiling enum-as-inner v0.6.0 |
1609 | 2024-11-29T17:26:16.385Z | Compiling derive-where v1.2.7 |
1610 | 2024-11-29T17:26:16.637Z | Compiling inout v0.1.3 |
1611 | 2024-11-29T17:26:16.653Z | Compiling swrite v0.1.0 |
1612 | 2024-11-29T17:26:16.781Z | Compiling quick-error v1.2.3 |
1613 | 2024-11-29T17:26:16.832Z | Compiling utf-8 v0.7.6 |
1614 | 2024-11-29T17:26:16.907Z | Compiling indent_write v2.2.0 |
1615 | 2024-11-29T17:26:17.126Z | Compiling radium v0.7.0 |
1616 | 2024-11-29T17:26:17.179Z | Compiling linear-map v1.2.0 |
1617 | 2024-11-29T17:26:17.192Z | Compiling linked-hash-map v0.5.6 |
1618 | 2024-11-29T17:26:17.411Z | Compiling highway v1.2.0 |
1619 | 2024-11-29T17:26:17.534Z | Compiling lru-cache v0.1.2 |
1620 | 2024-11-29T17:26:17.546Z | Compiling tungstenite v0.21.0 |
1621 | 2024-11-29T17:26:17.654Z | Compiling resolv-conf v0.7.0 |
1622 | 2024-11-29T17:26:17.724Z | Compiling cipher v0.4.4 |
1623 | 2024-11-29T17:26:18.190Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1624 | 2024-11-29T17:26:18.826Z | Compiling hickory-proto v0.24.1 |
1625 | 2024-11-29T17:26:19.132Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1626 | 2024-11-29T17:26:19.514Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1627 | 2024-11-29T17:26:22.749Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-11-29T17:26:28.637Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1629 | 2024-11-29T17:26:29.333Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1630 | 2024-11-29T17:26:30.687Z | Compiling git2 v0.19.0 |
1631 | 2024-11-29T17:26:33.160Z | Compiling steno v0.4.1 |
1632 | 2024-11-29T17:26:38.032Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-11-29T17:26:38.568Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1634 | 2024-11-29T17:26:38.841Z | Compiling crossbeam-epoch v0.9.18 |
1635 | 2024-11-29T17:26:39.215Z | Compiling hashlink v0.9.1 |
1636 | 2024-11-29T17:26:39.897Z | Compiling fallible-iterator v0.3.0 |
1637 | 2024-11-29T17:26:39.926Z | Compiling rayon-core v1.12.1 |
1638 | 2024-11-29T17:26:39.929Z | Compiling tap v1.0.1 |
1639 | 2024-11-29T17:26:40.114Z | Compiling fallible-streaming-iterator v0.1.9 |
1640 | 2024-11-29T17:26:40.319Z | Compiling humantime v2.1.0 |
1641 | 2024-11-29T17:26:40.410Z | Compiling wyz v0.5.1 |
1642 | 2024-11-29T17:26:40.591Z | Compiling rusqlite v0.32.1 |
1643 | 2024-11-29T17:26:40.840Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1644 | 2024-11-29T17:26:42.719Z | Compiling crossbeam-deque v0.8.5 |
1645 | 2024-11-29T17:26:43.178Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1646 | 2024-11-29T17:26:44.818Z | Compiling tokio-rustls v0.24.1 |
1647 | 2024-11-29T17:26:45.078Z | Compiling hickory-resolver v0.24.1 |
1648 | 2024-11-29T17:26:45.281Z | Compiling tokio-tungstenite v0.21.0 |
1649 | 2024-11-29T17:26:45.870Z | Compiling usdt-macro v0.3.5 |
1650 | 2024-11-29T17:26:45.961Z | Compiling usdt-attr-macro v0.3.5 |
1651 | 2024-11-29T17:26:47.303Z | Compiling rustls-pemfile v1.0.4 |
1652 | 2024-11-29T17:26:47.466Z | Compiling twox-hash v1.6.3 |
1653 | 2024-11-29T17:26:48.078Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1654 | 2024-11-29T17:26:48.460Z | Compiling num_enum_derive v0.7.2 |
1655 | 2024-11-29T17:26:48.535Z | Compiling universal-hash v0.5.1 |
1656 | 2024-11-29T17:26:48.763Z | Compiling atty v0.2.14 |
1657 | 2024-11-29T17:26:48.920Z | Compiling funty v2.0.0 |
1658 | 2024-11-29T17:26:50.898Z | Compiling opaque-debug v0.3.1 |
1659 | 2024-11-29T17:26:51.001Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1660 | 2024-11-29T17:26:51.412Z | Compiling polyval v0.6.2 |
1661 | 2024-11-29T17:26:51.907Z | Compiling num_enum v0.7.2 |
1662 | 2024-11-29T17:26:52.093Z | Compiling bitvec v1.0.1 |
1663 | 2024-11-29T17:26:53.538Z | Compiling usdt v0.3.5 |
1664 | 2024-11-29T17:26:54.026Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1665 | 2024-11-29T17:26:57.396Z | Compiling ctr v0.9.2 |
1666 | 2024-11-29T17:26:57.739Z | Compiling aes v0.8.4 |
1667 | 2024-11-29T17:26:58.774Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1668 | 2024-11-29T17:26:59.241Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1669 | 2024-11-29T17:27:00.180Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1670 | 2024-11-29T17:27:02.902Z | Compiling bincode v1.3.3 |
1671 | 2024-11-29T17:27:03.085Z | Compiling aead v0.5.2 |
1672 | 2024-11-29T17:27:03.418Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1673 | 2024-11-29T17:27:03.603Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1674 | 2024-11-29T17:27:03.927Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
1675 | 2024-11-29T17:27:04.087Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1676 | 2024-11-29T17:27:04.430Z | Compiling aes-gcm-siv v0.11.1 |
1677 | 2024-11-29T17:27:04.716Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1678 | 2024-11-29T17:27:05.811Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1679 | 2024-11-29T17:27:06.359Z | Compiling toml v0.7.8 |
1680 | 2024-11-29T17:27:11.755Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1681 | 2024-11-29T17:27:14.068Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1682 | 2024-11-29T17:27:14.527Z | Compiling rayon v1.10.0 |
1683 | 2024-11-29T17:27:16.611Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1684 | 2024-11-29T17:27:16.986Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1685 | 2024-11-29T17:27:17.057Z | Compiling bitstruct_derive v0.1.0 |
1686 | 2024-11-29T17:27:17.460Z | Compiling async-recursion v1.1.1 |
1687 | 2024-11-29T17:27:18.446Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1688 | 2024-11-29T17:27:18.604Z | Compiling ascii v1.1.0 |
1689 | 2024-11-29T17:27:18.968Z | Compiling typeid v1.0.0 |
1690 | 2024-11-29T17:27:19.138Z | Compiling ringbuffer v0.15.0 |
1691 | 2024-11-29T17:27:19.335Z | Compiling erased-serde v0.4.5 |
1692 | 2024-11-29T17:27:20.011Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1693 | 2024-11-29T17:27:20.773Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1694 | 2024-11-29T17:27:20.809Z | Compiling bitstruct v0.1.1 |
1695 | 2024-11-29T17:27:20.943Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1696 | 2024-11-29T17:27:21.168Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1697 | 2024-11-29T17:27:21.588Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1698 | 2024-11-29T17:27:22.011Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1699 | 2024-11-29T17:27:22.060Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1700 | 2024-11-29T17:27:22.641Z | Compiling const_format_proc_macros v0.2.32 |
1701 | 2024-11-29T17:27:23.076Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1702 | 2024-11-29T17:27:24.233Z | Compiling serde_arrays v0.1.0 |
1703 | 2024-11-29T17:27:24.426Z | Compiling kstat-rs v0.2.4 |
1704 | 2024-11-29T17:27:24.584Z | Compiling libloading v0.7.4 |
1705 | 2024-11-29T17:27:25.018Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2024-11-29T17:27:25.300Z | Compiling const_format v0.2.32 |
1707 | 2024-11-29T17:27:26.549Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1708 | 2024-11-29T17:27:27.227Z | Compiling ron v0.8.1 |
1709 | 2024-11-29T17:27:27.743Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1710 | 2024-11-29T17:27:32.071Z | Compiling bit_field v0.10.2 |
1711 | 2024-11-29T17:27:32.356Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1712 | 2024-11-29T17:27:44.305Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1713 | 2024-11-29T17:27:47.308Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1714 | 2024-11-29T17:28:51.109Z | Finished `release` profile [optimized] target(s) in 5m 56s |
1715 | 2024-11-29T17:28:51.264Z | |
1716 | 2024-11-29T17:28:51.264Z | real 5:56.972908068 |
1717 | 2024-11-29T17:28:51.264Z | user 42:46.015051886 |
1718 | 2024-11-29T17:28:51.264Z | sys 2:32.628134212 |
1719 | 2024-11-29T17:28:51.264Z | trap 1.352733241 |
1720 | 2024-11-29T17:28:51.264Z | tflt 2.704727027 |
1721 | 2024-11-29T17:28:51.264Z | dflt 0.699235742 |
1722 | 2024-11-29T17:28:51.264Z | kflt 0.000513206 |
1723 | 2024-11-29T17:28:51.273Z | lock 1:33:00.426498307 |
1724 | 2024-11-29T17:28:51.273Z | slp 2:33:31.033953076 |
1725 | 2024-11-29T17:28:51.273Z | lat 2:03.495992093 |
1726 | 2024-11-29T17:28:51.273Z | stop 2:12.435562940 |
1727 | 2024-11-29T17:28:51.273Z | + OUTDIR=/work/release |
1728 | 2024-11-29T17:28:51.273Z | + mkdir -p /work/release |
1729 | 2024-11-29T17:28:51.273Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1730 | 2024-11-29T17:28:51.284Z | + cp target/release/propolis-server /work/release/propolis-server |
1731 | 2024-11-29T17:28:51.351Z | process exited: duration 600584 ms, exit code 0 |
|
1732 | 2024-11-29T17:28:51.362Z | found 2 output files |
1733 | 2024-11-29T17:28:51.362Z | uploading: /work/release/propolis-cli (14434024 bytes) |
1734 | 2024-11-29T17:28:52.581Z | uploaded: /work/release/propolis-cli |
1735 | 2024-11-29T17:28:52.581Z | uploading: /work/release/propolis-server (58301424 bytes) |
1736 | 2024-11-29T17:28:54.446Z | uploaded: /work/release/propolis-server |