|
|
|
1 | 2024-12-18T01:00:47.082Z | job assigned to worker 01JFBMETYD5K4Z20SAY29T619S [factory aws, i-062f1ed156a79abc6] (queued for 46 s) |
|
2 | 2024-12-18T01:00:55.070Z | starting task 0: "setup" |
3 | 2024-12-18T01:00:55.079Z | ++ uname -s |
4 | 2024-12-18T01:00:55.082Z | + kern=SunOS |
5 | 2024-12-18T01:00:55.082Z | + case "$kern" in |
6 | 2024-12-18T01:00:55.082Z | + groupadd -g 12345 build |
7 | 2024-12-18T01:00:55.085Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T01:00:57.092Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T01:00:57.225Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T01:00:57.227Z | + home_fs=zfs |
11 | 2024-12-18T01:00:57.228Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T01:00:57.228Z | + mkdir -p /home/build |
13 | 2024-12-18T01:00:57.231Z | + chown build:build /home/build /work |
14 | 2024-12-18T01:00:59.231Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T01:00:59.234Z | process exited: duration 4165 ms, exit code 0 |
|
16 | 2024-12-18T01:00:59.240Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T01:00:59.245Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T01:00:59.245Z | ' stable |
19 | 2024-12-18T01:00:59.245Z | * toolchain channel = "stable" |
20 | 2024-12-18T01:00:59.245Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T01:00:59.245Z | ' default |
22 | 2024-12-18T01:00:59.245Z | * toolchain profile = "default" |
23 | 2024-12-18T01:00:59.247Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T01:00:59.247Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-18T01:00:59.363Z | info: downloading installer |
26 | 2024-12-18T01:01:00.501Z | info: profile set to 'default' |
27 | 2024-12-18T01:01:00.501Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T01:01:00.503Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-18T01:01:00.653Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-18T01:01:00.653Z | info: downloading component 'cargo' |
31 | 2024-12-18T01:01:01.611Z | info: downloading component 'clippy' |
32 | 2024-12-18T01:01:02.052Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T01:01:03.258Z | info: downloading component 'rust-std' |
34 | 2024-12-18T01:01:05.085Z | info: downloading component 'rustc' |
35 | 2024-12-18T01:01:11.811Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T01:01:12.161Z | info: installing component 'cargo' |
37 | 2024-12-18T01:01:12.998Z | info: installing component 'clippy' |
38 | 2024-12-18T01:01:13.375Z | info: installing component 'rust-docs' |
39 | 2024-12-18T01:01:15.083Z | info: installing component 'rust-std' |
40 | 2024-12-18T01:01:16.773Z | info: installing component 'rustc' |
41 | 2024-12-18T01:01:22.606Z | info: installing component 'rustfmt' |
42 | 2024-12-18T01:01:22.942Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-18T01:01:22.942Z | |
44 | 2024-12-18T01:01:23.314Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-18T01:01:23.314Z | |
46 | 2024-12-18T01:01:23.317Z | |
47 | 2024-12-18T01:01:23.317Z | Rust is installed now. Great! |
48 | 2024-12-18T01:01:23.317Z | |
49 | 2024-12-18T01:01:23.317Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T01:01:23.317Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T01:01:23.317Z | |
52 | 2024-12-18T01:01:23.317Z | To configure your current shell, you need to source |
53 | 2024-12-18T01:01:23.317Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T01:01:23.317Z | |
55 | 2024-12-18T01:01:23.317Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T01:01:23.317Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T01:01:23.317Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T01:01:23.390Z | + rustc --version |
59 | 2024-12-18T01:01:23.458Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-18T01:01:23.462Z | process exited: duration 24219 ms, exit code 0 |
|
61 | 2024-12-18T01:01:23.469Z | starting task 2: "authentication" |
62 | 2024-12-18T01:01:23.491Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-18T01:01:23.496Z | starting task 3: "clone repository" |
64 | 2024-12-18T01:01:23.502Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-18T01:01:23.504Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-18T01:01:23.611Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-18T01:01:24.600Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-18T01:01:24.600Z | + git fetch origin 9a291d3e35147cb79679558dd4b350bfeab550fd |
69 | 2024-12-18T01:01:24.847Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-18T01:01:24.847Z | * branch 9a291d3e35147cb79679558dd4b350bfeab550fd -> FETCH_HEAD |
71 | 2024-12-18T01:01:24.855Z | + [[ -n gjcolombo/spec-key ]] |
72 | 2024-12-18T01:01:24.858Z | ++ git branch --show-current |
73 | 2024-12-18T01:01:24.861Z | + current=master |
74 | 2024-12-18T01:01:24.861Z | + [[ master != gjcolombo/spec-key ]] |
75 | 2024-12-18T01:01:24.861Z | + git branch -f gjcolombo/spec-key 9a291d3e35147cb79679558dd4b350bfeab550fd |
76 | 2024-12-18T01:01:24.863Z | + git checkout -f gjcolombo/spec-key |
77 | 2024-12-18T01:01:24.888Z | Switched to branch 'gjcolombo/spec-key' |
78 | 2024-12-18T01:01:24.890Z | + git reset --hard 9a291d3e35147cb79679558dd4b350bfeab550fd |
79 | 2024-12-18T01:01:24.914Z | HEAD is now at 9a291d3 rearrange explanatory comments |
80 | 2024-12-18T01:01:24.916Z | process exited: duration 1419 ms, exit code 0 |
|
81 | 2024-12-18T01:01:24.922Z | starting task 4: "build" |
82 | 2024-12-18T01:01:24.938Z | + cargo --version |
83 | 2024-12-18T01:01:24.989Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-18T01:01:24.992Z | + rustc --version |
85 | 2024-12-18T01:01:25.057Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-18T01:01:25.061Z | + banner check |
87 | 2024-12-18T01:01:25.064Z | |
88 | 2024-12-18T01:01:25.064Z | #### # # ###### #### # # |
89 | 2024-12-18T01:01:25.064Z | # # # # # # # # # |
90 | 2024-12-18T01:01:25.064Z | # ###### ##### # #### |
91 | 2024-12-18T01:01:25.064Z | # # # # # # # |
92 | 2024-12-18T01:01:25.064Z | # # # # # # # # # |
93 | 2024-12-18T01:01:25.064Z | #### # # ###### #### # # |
94 | 2024-12-18T01:01:25.064Z | |
95 | 2024-12-18T01:01:25.064Z | + ptime -m cargo check --features falcon |
96 | 2024-12-18T01:01:25.228Z | Updating crates.io index |
97 | 2024-12-18T01:01:25.231Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-18T01:01:26.773Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-18T01:01:33.711Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-18T01:01:34.039Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-18T01:01:34.305Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-18T01:01:34.577Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-18T01:01:34.867Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-18T01:01:35.188Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-18T01:01:35.833Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-18T01:01:36.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-18T01:01:36.529Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-18T01:01:36.919Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-18T01:01:37.883Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-18T01:01:38.460Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-18T01:01:39.038Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-18T01:01:39.319Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-18T01:01:39.719Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-18T01:01:39.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-18T01:01:41.067Z | Downloading crates ... |
116 | 2024-12-18T01:01:41.155Z | Downloaded aead v0.5.2 |
117 | 2024-12-18T01:01:41.169Z | Downloaded aes v0.8.4 |
118 | 2024-12-18T01:01:41.173Z | Downloaded ahash v0.8.11 |
119 | 2024-12-18T01:01:41.175Z | Downloaded aes-gcm-siv v0.11.1 |
120 | 2024-12-18T01:01:41.179Z | Downloaded anstream v0.6.14 |
121 | 2024-12-18T01:01:41.188Z | Downloaded aho-corasick v1.1.3 |
122 | 2024-12-18T01:01:41.195Z | Downloaded allocator-api2 v0.2.18 |
123 | 2024-12-18T01:01:41.197Z | Downloaded async-stream v0.3.5 |
124 | 2024-12-18T01:01:41.199Z | Downloaded clap v4.5.4 |
125 | 2024-12-18T01:01:41.207Z | Downloaded cfg_aliases v0.2.1 |
126 | 2024-12-18T01:01:41.209Z | Downloaded camino v1.1.9 |
127 | 2024-12-18T01:01:41.212Z | Downloaded async-trait v0.1.83 |
128 | 2024-12-18T01:01:41.214Z | Downloaded argon2 v0.5.3 |
129 | 2024-12-18T01:01:41.216Z | Downloaded bitflags v2.6.0 |
130 | 2024-12-18T01:01:41.219Z | Downloaded async-recursion v1.1.1 |
131 | 2024-12-18T01:01:41.222Z | Downloaded camino-tempfile v1.1.1 |
132 | 2024-12-18T01:01:41.225Z | Downloaded bit_field v0.10.2 |
133 | 2024-12-18T01:01:41.231Z | Downloaded anstyle v1.0.7 |
134 | 2024-12-18T01:01:41.236Z | Downloaded bstr v1.9.1 |
135 | 2024-12-18T01:01:41.245Z | Downloaded num-complex v0.4.6 |
136 | 2024-12-18T01:01:41.248Z | Downloaded num-iter v0.1.45 |
137 | 2024-12-18T01:01:41.248Z | Downloaded cargo-platform v0.1.8 |
138 | 2024-12-18T01:01:41.251Z | Downloaded base64 v0.22.1 |
139 | 2024-12-18T01:01:41.254Z | Downloaded cfg_aliases v0.1.1 |
140 | 2024-12-18T01:01:41.258Z | Downloaded cfg-if v1.0.0 |
141 | 2024-12-18T01:01:41.258Z | Downloaded num-conv v0.1.0 |
142 | 2024-12-18T01:01:41.261Z | Downloaded bitstruct v0.1.1 |
143 | 2024-12-18T01:01:41.261Z | Downloaded atomic-waker v1.1.2 |
144 | 2024-12-18T01:01:41.261Z | Downloaded atty v0.2.14 |
145 | 2024-12-18T01:01:41.265Z | Downloaded num_threads v0.1.7 |
146 | 2024-12-18T01:01:41.265Z | Downloaded num_enum v0.7.2 |
147 | 2024-12-18T01:01:41.268Z | Downloaded openssl-probe v0.1.5 |
148 | 2024-12-18T01:01:41.271Z | Downloaded omicron-workspace-hack v0.1.0 |
149 | 2024-12-18T01:01:41.271Z | Downloaded openssl-macros v0.1.1 |
150 | 2024-12-18T01:01:41.274Z | Downloaded byteorder v1.5.0 |
151 | 2024-12-18T01:01:41.274Z | Downloaded progenitor-client v0.8.0 |
152 | 2024-12-18T01:01:41.278Z | Downloaded cobs v0.2.3 |
153 | 2024-12-18T01:01:41.278Z | Downloaded cipher v0.4.4 |
154 | 2024-12-18T01:01:41.278Z | Downloaded block-buffer v0.10.4 |
155 | 2024-12-18T01:01:41.281Z | Downloaded dtrace-parser v0.1.14 |
156 | 2024-12-18T01:01:41.281Z | Downloaded ascii v1.1.0 |
157 | 2024-12-18T01:01:41.284Z | Downloaded pretty-hex v0.4.1 |
158 | 2024-12-18T01:01:41.286Z | Downloaded anstyle-parse v0.2.4 |
159 | 2024-12-18T01:01:41.297Z | Downloaded dtrace-parser v0.2.0 |
160 | 2024-12-18T01:01:41.297Z | Downloaded num_enum_derive v0.5.11 |
161 | 2024-12-18T01:01:41.297Z | Downloaded equivalent v1.0.1 |
162 | 2024-12-18T01:01:41.297Z | Downloaded num_enum v0.5.11 |
163 | 2024-12-18T01:01:41.298Z | Downloaded pest_generator v2.7.10 |
164 | 2024-12-18T01:01:41.299Z | Downloaded pretty-hex v0.2.1 |
165 | 2024-12-18T01:01:41.302Z | Downloaded colored v2.1.0 |
166 | 2024-12-18T01:01:41.302Z | Downloaded pkg-config v0.3.30 |
167 | 2024-12-18T01:01:41.302Z | Downloaded ctr v0.9.2 |
168 | 2024-12-18T01:01:41.304Z | Downloaded cpufeatures v0.2.12 |
169 | 2024-12-18T01:01:41.307Z | Downloaded paste v1.0.15 |
170 | 2024-12-18T01:01:41.309Z | Downloaded percent-encoding v2.3.1 |
171 | 2024-12-18T01:01:41.312Z | Downloaded ppv-lite86 v0.2.17 |
172 | 2024-12-18T01:01:41.312Z | Downloaded usdt-macro v0.5.0 |
173 | 2024-12-18T01:01:41.312Z | Downloaded usdt-attr-macro v0.3.5 |
174 | 2024-12-18T01:01:41.315Z | Downloaded embedded-io v0.4.0 |
175 | 2024-12-18T01:01:41.315Z | Downloaded foreign-types-shared v0.1.1 |
176 | 2024-12-18T01:01:41.317Z | Downloaded dirs-next v2.0.0 |
177 | 2024-12-18T01:01:41.317Z | Downloaded pin-utils v0.1.0 |
178 | 2024-12-18T01:01:41.319Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2024-12-18T01:01:41.319Z | Downloaded digest v0.10.7 |
180 | 2024-12-18T01:01:41.321Z | Downloaded debug-ignore v1.0.5 |
181 | 2024-12-18T01:01:41.324Z | Downloaded errno v0.3.9 |
182 | 2024-12-18T01:01:41.326Z | Downloaded dyn-clone v1.0.17 |
183 | 2024-12-18T01:01:41.326Z | Downloaded scroll_derive v0.12.0 |
184 | 2024-12-18T01:01:41.329Z | Downloaded parse-display-derive v0.10.0 |
185 | 2024-12-18T01:01:41.329Z | Downloaded escargot v0.5.10 |
186 | 2024-12-18T01:01:41.331Z | Downloaded powerfmt v0.2.0 |
187 | 2024-12-18T01:01:41.337Z | Downloaded embedded-io v0.6.1 |
188 | 2024-12-18T01:01:41.337Z | Downloaded plain v0.2.3 |
189 | 2024-12-18T01:01:41.340Z | Downloaded console v0.15.8 |
190 | 2024-12-18T01:01:41.340Z | Downloaded convert_case v0.4.0 |
191 | 2024-12-18T01:01:41.340Z | Downloaded quinn-udp v0.5.5 |
192 | 2024-12-18T01:01:41.342Z | Downloaded expectorate v1.1.0 |
193 | 2024-12-18T01:01:41.344Z | Downloaded is-terminal v0.4.12 |
194 | 2024-12-18T01:01:41.344Z | Downloaded sigpipe v0.1.3 |
195 | 2024-12-18T01:01:41.347Z | Downloaded once_cell v1.19.0 |
196 | 2024-12-18T01:01:41.349Z | Downloaded sync_wrapper v1.0.1 |
197 | 2024-12-18T01:01:41.349Z | Downloaded crossbeam-deque v0.8.5 |
198 | 2024-12-18T01:01:41.351Z | Downloaded swrite v0.1.0 |
199 | 2024-12-18T01:01:41.354Z | Downloaded polyval v0.6.2 |
200 | 2024-12-18T01:01:41.354Z | Downloaded radium v0.7.0 |
201 | 2024-12-18T01:01:41.356Z | Downloaded fallible-streaming-iterator v0.1.9 |
202 | 2024-12-18T01:01:41.356Z | Downloaded xattr v1.3.1 |
203 | 2024-12-18T01:01:41.358Z | Downloaded rustc-hash v2.0.0 |
204 | 2024-12-18T01:01:41.361Z | Downloaded rand_core v0.6.4 |
205 | 2024-12-18T01:01:41.361Z | Downloaded rustls-pemfile v1.0.4 |
206 | 2024-12-18T01:01:41.364Z | Downloaded zone_cfg_derive v0.3.0 |
207 | 2024-12-18T01:01:41.364Z | Downloaded universal-hash v0.5.1 |
208 | 2024-12-18T01:01:41.366Z | Downloaded either v1.13.0 |
209 | 2024-12-18T01:01:41.368Z | Downloaded humantime v2.1.0 |
210 | 2024-12-18T01:01:41.368Z | Downloaded hostname v0.3.1 |
211 | 2024-12-18T01:01:41.370Z | Downloaded progenitor v0.8.0 |
212 | 2024-12-18T01:01:41.373Z | Downloaded erased-serde v0.4.5 |
213 | 2024-12-18T01:01:41.376Z | Downloaded serde_derive_internals v0.29.1 |
214 | 2024-12-18T01:01:41.376Z | Downloaded take_mut v0.2.2 |
215 | 2024-12-18T01:01:41.378Z | Downloaded libsw v3.3.1 |
216 | 2024-12-18T01:01:41.378Z | Downloaded foreign-types-shared v0.3.1 |
217 | 2024-12-18T01:01:41.380Z | Downloaded num-bigint v0.4.5 |
218 | 2024-12-18T01:01:41.384Z | Downloaded serde_path_to_error v0.1.16 |
219 | 2024-12-18T01:01:41.386Z | Downloaded derive_more v0.99.18 |
220 | 2024-12-18T01:01:41.390Z | Downloaded match_cfg v0.1.0 |
221 | 2024-12-18T01:01:41.393Z | Downloaded cancel-safe-futures v0.1.5 |
222 | 2024-12-18T01:01:41.396Z | Downloaded foreign-types-macros v0.2.3 |
223 | 2024-12-18T01:01:41.396Z | Downloaded quote v1.0.37 |
224 | 2024-12-18T01:01:41.398Z | Downloaded utf8parse v0.2.1 |
225 | 2024-12-18T01:01:41.401Z | Downloaded iana-time-zone v0.1.60 |
226 | 2024-12-18T01:01:41.404Z | Downloaded hash32 v0.3.1 |
227 | 2024-12-18T01:01:41.404Z | Downloaded linear-map v1.2.0 |
228 | 2024-12-18T01:01:41.407Z | Downloaded schemars_derive v0.8.21 |
229 | 2024-12-18T01:01:41.410Z | Downloaded strsim v0.11.1 |
230 | 2024-12-18T01:01:41.410Z | Downloaded terminal_size v0.3.0 |
231 | 2024-12-18T01:01:41.413Z | Downloaded rand_chacha v0.3.1 |
232 | 2024-12-18T01:01:41.413Z | Downloaded foreign-types v0.5.0 |
233 | 2024-12-18T01:01:41.413Z | Downloaded ipnetwork v0.20.0 |
234 | 2024-12-18T01:01:41.415Z | Downloaded libloading v0.7.4 |
235 | 2024-12-18T01:01:41.418Z | Downloaded ipnet v2.9.0 |
236 | 2024-12-18T01:01:41.421Z | Downloaded want v0.3.1 |
237 | 2024-12-18T01:01:41.421Z | Downloaded synstructure v0.12.6 |
238 | 2024-12-18T01:01:41.423Z | Downloaded hubpack_derive v0.1.1 |
239 | 2024-12-18T01:01:41.423Z | Downloaded zone v0.3.0 |
240 | 2024-12-18T01:01:41.423Z | Downloaded dropshot_endpoint v0.12.0 |
241 | 2024-12-18T01:01:41.427Z | Downloaded managed v0.8.0 |
242 | 2024-12-18T01:01:41.430Z | Downloaded rustls-pemfile v2.1.3 |
243 | 2024-12-18T01:01:41.433Z | Downloaded vergen v8.3.2 |
244 | 2024-12-18T01:01:41.435Z | Downloaded hubpack v0.1.2 |
245 | 2024-12-18T01:01:41.435Z | Downloaded darling_core v0.20.9 |
246 | 2024-12-18T01:01:41.439Z | Downloaded instant v0.1.12 |
247 | 2024-12-18T01:01:41.442Z | Downloaded indexmap v1.9.3 |
248 | 2024-12-18T01:01:41.444Z | Downloaded tokio-tungstenite v0.21.0 |
249 | 2024-12-18T01:01:41.447Z | Downloaded semver v1.0.23 |
250 | 2024-12-18T01:01:41.450Z | Downloaded tinyvec_macros v0.1.1 |
251 | 2024-12-18T01:01:41.452Z | Downloaded num-traits v0.2.19 |
252 | 2024-12-18T01:01:41.454Z | Downloaded try-lock v0.2.5 |
253 | 2024-12-18T01:01:41.454Z | Downloaded tower-service v0.3.2 |
254 | 2024-12-18T01:01:41.457Z | Downloaded cc v1.0.97 |
255 | 2024-12-18T01:01:41.461Z | Downloaded serde_spanned v0.6.7 |
256 | 2024-12-18T01:01:41.461Z | Downloaded kstat-rs v0.2.4 |
257 | 2024-12-18T01:01:41.461Z | Downloaded indent_write v2.2.0 |
258 | 2024-12-18T01:01:41.463Z | Downloaded http-body v1.0.1 |
259 | 2024-12-18T01:01:41.463Z | Downloaded hostname v0.4.0 |
260 | 2024-12-18T01:01:41.466Z | Downloaded funty v2.0.0 |
261 | 2024-12-18T01:01:41.466Z | Downloaded time-core v0.1.2 |
262 | 2024-12-18T01:01:41.468Z | Downloaded is_terminal_polyfill v1.70.0 |
263 | 2024-12-18T01:01:41.468Z | Downloaded is_ci v1.2.0 |
264 | 2024-12-18T01:01:41.470Z | Downloaded strum v0.26.2 |
265 | 2024-12-18T01:01:41.470Z | Downloaded progenitor-impl v0.8.0 |
266 | 2024-12-18T01:01:41.472Z | Downloaded proc-macro2 v1.0.86 |
267 | 2024-12-18T01:01:41.474Z | Downloaded parking_lot v0.12.2 |
268 | 2024-12-18T01:01:41.477Z | Downloaded structmeta-derive v0.3.0 |
269 | 2024-12-18T01:01:41.479Z | Downloaded structmeta v0.3.0 |
270 | 2024-12-18T01:01:41.480Z | Downloaded openssl-sys v0.9.103 |
271 | 2024-12-18T01:01:41.483Z | Downloaded typify-macro v0.2.0 |
272 | 2024-12-18T01:01:41.485Z | Downloaded thiserror v1.0.64 |
273 | 2024-12-18T01:01:41.488Z | Downloaded typeid v1.0.0 |
274 | 2024-12-18T01:01:41.491Z | Downloaded ryu v1.0.18 |
275 | 2024-12-18T01:01:41.493Z | Downloaded serde_urlencoded v0.7.1 |
276 | 2024-12-18T01:01:41.495Z | Downloaded inout v0.1.3 |
277 | 2024-12-18T01:01:41.495Z | Downloaded newline-converter v0.3.0 |
278 | 2024-12-18T01:01:41.497Z | Downloaded jobserver v0.1.31 |
279 | 2024-12-18T01:01:41.499Z | Downloaded const_format v0.2.32 |
280 | 2024-12-18T01:01:41.503Z | Downloaded fastrand v2.1.0 |
281 | 2024-12-18T01:01:41.505Z | Downloaded fallible-iterator v0.3.0 |
282 | 2024-12-18T01:01:41.508Z | Downloaded foreign-types v0.3.2 |
283 | 2024-12-18T01:01:41.508Z | Downloaded zeroize v1.7.0 |
284 | 2024-12-18T01:01:41.508Z | Downloaded tracing-attributes v0.1.27 |
285 | 2024-12-18T01:01:41.510Z | Downloaded strum_macros v0.25.3 |
286 | 2024-12-18T01:01:41.512Z | Downloaded stable_deref_trait v1.2.0 |
287 | 2024-12-18T01:01:41.514Z | Downloaded slog-json v2.6.1 |
288 | 2024-12-18T01:01:41.516Z | Downloaded prettyplease v0.2.22 |
289 | 2024-12-18T01:01:41.520Z | Downloaded futures-executor v0.3.30 |
290 | 2024-12-18T01:01:41.520Z | Downloaded float-ord v0.3.2 |
291 | 2024-12-18T01:01:41.523Z | Downloaded wyz v0.5.1 |
292 | 2024-12-18T01:01:41.523Z | Downloaded httpdate v1.0.3 |
293 | 2024-12-18T01:01:41.523Z | Downloaded futures-task v0.3.30 |
294 | 2024-12-18T01:01:41.526Z | Downloaded tokio-macros v2.4.0 |
295 | 2024-12-18T01:01:41.526Z | Downloaded supports-color v2.1.0 |
296 | 2024-12-18T01:01:41.530Z | Downloaded serde_tokenstream v0.1.7 |
297 | 2024-12-18T01:01:41.533Z | Downloaded subtle v2.5.0 |
298 | 2024-12-18T01:01:41.533Z | Downloaded tokio-rustls v0.26.0 |
299 | 2024-12-18T01:01:41.535Z | Downloaded fnv v1.0.7 |
300 | 2024-12-18T01:01:41.535Z | Downloaded memmap v0.7.0 |
301 | 2024-12-18T01:01:41.535Z | Downloaded typify v0.2.0 |
302 | 2024-12-18T01:01:41.538Z | Downloaded serde_repr v0.1.19 |
303 | 2024-12-18T01:01:41.540Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-12-18T01:01:41.542Z | Downloaded static_assertions v1.1.0 |
305 | 2024-12-18T01:01:41.542Z | Downloaded serde_with_macros v3.11.0 |
306 | 2024-12-18T01:01:41.545Z | Downloaded tokio-native-tls v0.3.1 |
307 | 2024-12-18T01:01:41.547Z | Downloaded mime v0.3.17 |
308 | 2024-12-18T01:01:41.552Z | Downloaded serde_arrays v0.1.0 |
309 | 2024-12-18T01:01:41.552Z | Downloaded waitgroup v0.1.2 |
310 | 2024-12-18T01:01:41.552Z | Downloaded heck v0.4.1 |
311 | 2024-12-18T01:01:41.554Z | Downloaded highway v1.2.0 |
312 | 2024-12-18T01:01:41.554Z | Downloaded hashlink v0.9.1 |
313 | 2024-12-18T01:01:41.558Z | Downloaded smf v0.2.3 |
314 | 2024-12-18T01:01:41.558Z | Downloaded tracing-core v0.1.32 |
315 | 2024-12-18T01:01:41.558Z | Downloaded untrusted v0.9.0 |
316 | 2024-12-18T01:01:41.561Z | Downloaded tap v1.0.1 |
317 | 2024-12-18T01:01:41.561Z | Downloaded supports-color v3.0.1 |
318 | 2024-12-18T01:01:41.564Z | Downloaded usdt-macro v0.3.5 |
319 | 2024-12-18T01:01:41.564Z | Downloaded spin v0.9.8 |
320 | 2024-12-18T01:01:41.566Z | Downloaded unsafe-libyaml v0.2.11 |
321 | 2024-12-18T01:01:41.568Z | Downloaded ident_case v1.0.1 |
322 | 2024-12-18T01:01:41.570Z | Downloaded hex v0.4.3 |
323 | 2024-12-18T01:01:41.570Z | Downloaded linked-hash-map v0.5.6 |
324 | 2024-12-18T01:01:41.573Z | Downloaded generic-array v0.14.7 |
325 | 2024-12-18T01:01:41.573Z | Downloaded time-macros v0.2.18 |
326 | 2024-12-18T01:01:41.576Z | Downloaded filetime v0.2.23 |
327 | 2024-12-18T01:01:41.578Z | Downloaded strum_macros v0.26.2 |
328 | 2024-12-18T01:01:41.581Z | Downloaded sha2 v0.10.8 |
329 | 2024-12-18T01:01:41.581Z | Downloaded twox-hash v1.6.3 |
330 | 2024-12-18T01:01:41.584Z | Downloaded httparse v1.8.0 |
331 | 2024-12-18T01:01:41.589Z | Downloaded serde-big-array v0.5.1 |
332 | 2024-12-18T01:01:41.589Z | Downloaded typenum v1.17.0 |
333 | 2024-12-18T01:01:41.591Z | Downloaded itoa v1.0.11 |
334 | 2024-12-18T01:01:41.591Z | Downloaded newtype_derive v0.1.6 |
335 | 2024-12-18T01:01:41.594Z | Downloaded newtype-uuid v1.1.0 |
336 | 2024-12-18T01:01:41.594Z | Downloaded http-body-util v0.1.2 |
337 | 2024-12-18T01:01:41.596Z | Downloaded quinn v0.11.5 |
338 | 2024-12-18T01:01:41.599Z | Downloaded hyper-tls v0.6.0 |
339 | 2024-12-18T01:01:41.604Z | Downloaded tokio-rustls v0.24.1 |
340 | 2024-12-18T01:01:41.604Z | Downloaded fatfs v0.3.6 |
341 | 2024-12-18T01:01:41.608Z | Downloaded signal-hook-registry v1.4.2 |
342 | 2024-12-18T01:01:41.608Z | Downloaded ron v0.8.1 |
343 | 2024-12-18T01:01:41.610Z | Downloaded glob v0.3.1 |
344 | 2024-12-18T01:01:41.612Z | Downloaded toml_datetime v0.6.8 |
345 | 2024-12-18T01:01:41.615Z | Downloaded utf-8 v0.7.6 |
346 | 2024-12-18T01:01:41.615Z | Downloaded usdt v0.3.5 |
347 | 2024-12-18T01:01:41.617Z | Downloaded slab v0.4.9 |
348 | 2024-12-18T01:01:41.618Z | Downloaded multer v3.1.0 |
349 | 2024-12-18T01:01:41.620Z | Downloaded usdt v0.5.0 |
350 | 2024-12-18T01:01:41.620Z | Downloaded smallvec v1.13.2 |
351 | 2024-12-18T01:01:41.624Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-12-18T01:01:41.624Z | Downloaded tinyvec v1.6.0 |
353 | 2024-12-18T01:01:41.626Z | Downloaded serde_yaml v0.9.34+deprecated |
354 | 2024-12-18T01:01:41.630Z | Downloaded lock_api v0.4.12 |
355 | 2024-12-18T01:01:41.632Z | Downloaded native-tls v0.2.11 |
356 | 2024-12-18T01:01:41.635Z | Downloaded serde_derive v1.0.210 |
357 | 2024-12-18T01:01:41.635Z | Downloaded rand v0.8.5 |
358 | 2024-12-18T01:01:41.638Z | Downloaded futures-channel v0.3.30 |
359 | 2024-12-18T01:01:41.641Z | Downloaded tempfile v3.10.1 |
360 | 2024-12-18T01:01:41.644Z | Downloaded serde v1.0.210 |
361 | 2024-12-18T01:01:41.646Z | Downloaded lazy_static v1.5.0 |
362 | 2024-12-18T01:01:41.648Z | Downloaded lru-cache v0.1.2 |
363 | 2024-12-18T01:01:41.648Z | Downloaded futures-core v0.3.30 |
364 | 2024-12-18T01:01:41.651Z | Downloaded thread-id v4.2.1 |
365 | 2024-12-18T01:01:41.651Z | Downloaded term v0.7.0 |
366 | 2024-12-18T01:01:41.654Z | Downloaded socket2 v0.5.7 |
367 | 2024-12-18T01:01:41.657Z | Downloaded hashbrown v0.12.3 |
368 | 2024-12-18T01:01:41.660Z | Downloaded tracing v0.1.40 |
369 | 2024-12-18T01:01:41.664Z | Downloaded slog v2.7.0 |
370 | 2024-12-18T01:01:41.666Z | Downloaded whoami v1.5.1 |
371 | 2024-12-18T01:01:41.668Z | Downloaded ucd-trie v0.1.6 |
372 | 2024-12-18T01:01:41.671Z | Downloaded similar v2.5.0 |
373 | 2024-12-18T01:01:41.674Z | Downloaded slog-async v2.8.0 |
374 | 2024-12-18T01:01:41.678Z | Downloaded hyper-rustls v0.27.3 |
375 | 2024-12-18T01:01:41.681Z | Downloaded log v0.4.22 |
376 | 2024-12-18T01:01:41.681Z | Downloaded globset v0.4.14 |
377 | 2024-12-18T01:01:41.684Z | Downloaded clap_builder v4.5.2 |
378 | 2024-12-18T01:01:41.688Z | Downloaded tokio-rustls v0.25.0 |
379 | 2024-12-18T01:01:41.690Z | Downloaded thread_local v1.1.8 |
380 | 2024-12-18T01:01:41.693Z | Downloaded getrandom v0.2.14 |
381 | 2024-12-18T01:01:41.696Z | Downloaded slog-term v2.9.1 |
382 | 2024-12-18T01:01:41.698Z | Downloaded unicode-bidi v0.3.15 |
383 | 2024-12-18T01:01:41.700Z | Downloaded hickory-resolver v0.24.1 |
384 | 2024-12-18T01:01:41.703Z | Downloaded libm v0.2.8 |
385 | 2024-12-18T01:01:41.710Z | Downloaded zerocopy v0.6.6 |
386 | 2024-12-18T01:01:41.713Z | Downloaded toml v0.8.19 |
387 | 2024-12-18T01:01:41.716Z | Downloaded heapless v0.8.0 |
388 | 2024-12-18T01:01:41.720Z | Downloaded pest v2.7.10 |
389 | 2024-12-18T01:01:41.725Z | Downloaded futures v0.3.30 |
390 | 2024-12-18T01:01:41.729Z | Downloaded steno v0.4.1 |
391 | 2024-12-18T01:01:41.733Z | Downloaded mio v1.0.2 |
392 | 2024-12-18T01:01:41.738Z | Downloaded url v2.5.0 |
393 | 2024-12-18T01:01:41.741Z | Downloaded indexmap v2.5.0 |
394 | 2024-12-18T01:01:41.745Z | Downloaded serde_json v1.0.128 |
395 | 2024-12-18T01:01:41.752Z | Downloaded hyper-util v0.1.9 |
396 | 2024-12-18T01:01:41.756Z | Downloaded tar v0.4.40 |
397 | 2024-12-18T01:01:41.759Z | Downloaded toml_edit v0.19.15 |
398 | 2024-12-18T01:01:41.774Z | Downloaded unicode-segmentation v1.11.0 |
399 | 2024-12-18T01:01:41.777Z | Downloaded time v0.3.36 |
400 | 2024-12-18T01:01:41.783Z | Downloaded tungstenite v0.21.0 |
401 | 2024-12-18T01:01:41.787Z | Downloaded rayon-core v1.12.1 |
402 | 2024-12-18T01:01:41.790Z | Downloaded usdt-impl v0.3.5 |
403 | 2024-12-18T01:01:41.792Z | Downloaded slog-bunyan v2.5.0 |
404 | 2024-12-18T01:01:41.795Z | Downloaded toml_edit v0.22.20 |
405 | 2024-12-18T01:01:41.814Z | Downloaded memchr v2.7.2 |
406 | 2024-12-18T01:01:41.818Z | Downloaded chrono v0.4.38 |
407 | 2024-12-18T01:01:41.825Z | Downloaded bitvec v1.0.1 |
408 | 2024-12-18T01:01:41.839Z | Downloaded crossbeam-channel v0.5.12 |
409 | 2024-12-18T01:01:41.843Z | Downloaded unicode-xid v0.2.4 |
410 | 2024-12-18T01:01:41.846Z | Downloaded serde_tokenstream v0.2.2 |
411 | 2024-12-18T01:01:41.846Z | Downloaded schemars v0.8.21 |
412 | 2024-12-18T01:01:41.857Z | Downloaded http v1.1.0 |
413 | 2024-12-18T01:01:41.860Z | Downloaded zerocopy v0.7.34 |
414 | 2024-12-18T01:01:41.876Z | Downloaded itertools v0.10.5 |
415 | 2024-12-18T01:01:41.881Z | Downloaded rayon v1.10.0 |
416 | 2024-12-18T01:01:41.890Z | Downloaded unicode-normalization v0.1.23 |
417 | 2024-12-18T01:01:41.934Z | Downloaded tokio-util v0.7.11 |
418 | 2024-12-18T01:01:41.934Z | Downloaded syn v1.0.109 |
419 | 2024-12-18T01:01:41.934Z | Downloaded reqwest v0.12.7 |
420 | 2024-12-18T01:01:41.934Z | Downloaded goblin v0.8.2 |
421 | 2024-12-18T01:01:41.934Z | Downloaded winnow v0.6.18 |
422 | 2024-12-18T01:01:41.936Z | Downloaded itertools v0.13.0 |
423 | 2024-12-18T01:01:41.939Z | Downloaded winnow v0.5.40 |
424 | 2024-12-18T01:01:41.947Z | Downloaded serde_with v3.11.0 |
425 | 2024-12-18T01:01:41.956Z | Downloaded rustls-webpki v0.102.4 |
426 | 2024-12-18T01:01:41.972Z | Downloaded vcpkg v0.2.15 |
427 | 2024-12-18T01:01:42.011Z | Downloaded git2 v0.19.0 |
428 | 2024-12-18T01:01:42.026Z | Downloaded unicode-width v0.1.14 |
429 | 2024-12-18T01:01:42.052Z | Downloaded openssl v0.10.66 |
430 | 2024-12-18T01:01:42.052Z | Downloaded regex v1.10.6 |
431 | 2024-12-18T01:01:42.065Z | Downloaded idna v0.4.0 |
432 | 2024-12-18T01:01:42.065Z | Downloaded nix v0.29.0 |
433 | 2024-12-18T01:01:42.089Z | Downloaded hickory-proto v0.24.1 |
434 | 2024-12-18T01:01:42.121Z | Downloaded regress v0.10.1 |
435 | 2024-12-18T01:01:42.121Z | Downloaded regress v0.9.1 |
436 | 2024-12-18T01:01:42.121Z | Downloaded nix v0.28.0 |
437 | 2024-12-18T01:01:42.121Z | Downloaded rustix v0.38.34 |
438 | 2024-12-18T01:01:42.168Z | Downloaded openapiv3 v2.0.0 |
439 | 2024-12-18T01:01:42.168Z | Downloaded rustls v0.22.4 |
440 | 2024-12-18T01:01:42.168Z | Downloaded regex-syntax v0.8.4 |
441 | 2024-12-18T01:01:42.204Z | Downloaded rustls v0.21.12 |
442 | 2024-12-18T01:01:42.204Z | Downloaded rustls v0.23.10 |
443 | 2024-12-18T01:01:42.229Z | Downloaded zerocopy-derive v0.2.0 |
444 | 2024-12-18T01:01:42.235Z | Downloaded zerocopy-derive v0.6.6 |
445 | 2024-12-18T01:01:42.235Z | Downloaded typify-impl v0.2.0 |
446 | 2024-12-18T01:01:42.235Z | Downloaded idna v0.5.0 |
447 | 2024-12-18T01:01:42.238Z | Downloaded smoltcp v0.11.0 |
448 | 2024-12-18T01:01:42.263Z | Downloaded webpki-roots v0.26.3 |
449 | 2024-12-18T01:01:42.263Z | Downloaded dropshot v0.12.0 |
450 | 2024-12-18T01:01:42.264Z | Downloaded syn v2.0.77 |
451 | 2024-12-18T01:01:42.264Z | Downloaded quinn-proto v0.11.8 |
452 | 2024-12-18T01:01:42.281Z | Downloaded hyper v1.4.1 |
453 | 2024-12-18T01:01:42.281Z | Downloaded regex-automata v0.4.6 |
454 | 2024-12-18T01:01:42.294Z | Downloaded h2 v0.4.6 |
455 | 2024-12-18T01:01:42.321Z | Downloaded rustls-webpki v0.101.7 |
456 | 2024-12-18T01:01:42.321Z | Downloaded futures-util v0.3.30 |
457 | 2024-12-18T01:01:42.330Z | Downloaded petgraph v0.6.5 |
458 | 2024-12-18T01:01:42.330Z | Downloaded hashbrown v0.14.5 |
459 | 2024-12-18T01:01:42.357Z | Downloaded rusqlite v0.32.1 |
460 | 2024-12-18T01:01:42.358Z | Downloaded unicode-ident v1.0.13 |
461 | 2024-12-18T01:01:42.383Z | Downloaded toml v0.7.8 |
462 | 2024-12-18T01:01:42.383Z | Downloaded uuid v1.10.0 |
463 | 2024-12-18T01:01:42.383Z | Downloaded sha1 v0.10.6 |
464 | 2024-12-18T01:01:42.383Z | Downloaded pest_meta v2.7.10 |
465 | 2024-12-18T01:01:42.383Z | Downloaded thiserror-impl v1.0.64 |
466 | 2024-12-18T01:01:42.383Z | Downloaded sct v0.7.1 |
467 | 2024-12-18T01:01:42.383Z | Downloaded tokio v1.39.3 |
468 | 2024-12-18T01:01:42.396Z | Downloaded libc v0.2.159 |
469 | 2024-12-18T01:01:42.410Z | Downloaded scroll v0.12.0 |
470 | 2024-12-18T01:01:42.414Z | Downloaded base64 v0.21.7 |
471 | 2024-12-18T01:01:42.422Z | Downloaded form_urlencoded v1.2.1 |
472 | 2024-12-18T01:01:42.422Z | Downloaded zerocopy v0.3.2 |
473 | 2024-12-18T01:01:42.422Z | Downloaded tabwriter v1.4.0 |
474 | 2024-12-18T01:01:42.422Z | Downloaded rustls-pki-types v1.7.0 |
475 | 2024-12-18T01:01:42.426Z | Downloaded parking_lot_core v0.9.10 |
476 | 2024-12-18T01:01:42.426Z | Downloaded macaddr v1.0.1 |
477 | 2024-12-18T01:01:42.426Z | Downloaded proc-macro-error v1.0.4 |
478 | 2024-12-18T01:01:42.427Z | Downloaded postcard v1.0.9 |
479 | 2024-12-18T01:01:42.431Z | Downloaded owo-colors v4.1.0 |
480 | 2024-12-18T01:01:42.431Z | Downloaded zerocopy-derive v0.7.34 |
481 | 2024-12-18T01:01:42.438Z | Downloaded derive-where v1.2.7 |
482 | 2024-12-18T01:01:42.438Z | Downloaded slog-dtrace v0.3.0 |
483 | 2024-12-18T01:01:42.442Z | Downloaded semver v0.1.20 |
484 | 2024-12-18T01:01:42.442Z | Downloaded scopeguard v1.2.0 |
485 | 2024-12-18T01:01:42.442Z | Downloaded ringbuffer v0.15.0 |
486 | 2024-12-18T01:01:42.443Z | Downloaded crossbeam-utils v0.8.19 |
487 | 2024-12-18T01:01:42.450Z | Downloaded crossbeam-epoch v0.9.18 |
488 | 2024-12-18T01:01:42.450Z | Downloaded rustversion v1.0.17 |
489 | 2024-12-18T01:01:42.450Z | Downloaded rustc_version v0.1.7 |
490 | 2024-12-18T01:01:42.450Z | Downloaded cookie v0.18.1 |
491 | 2024-12-18T01:01:42.459Z | Downloaded darling v0.20.9 |
492 | 2024-12-18T01:01:42.460Z | Downloaded heck v0.5.0 |
493 | 2024-12-18T01:01:42.475Z | Downloaded futures-sink v0.3.30 |
494 | 2024-12-18T01:01:42.475Z | Downloaded futures-macro v0.3.30 |
495 | 2024-12-18T01:01:42.476Z | Downloaded futures-io v0.3.30 |
496 | 2024-12-18T01:01:42.476Z | Downloaded fixedbitset v0.4.2 |
497 | 2024-12-18T01:01:42.476Z | Downloaded resolv-conf v0.7.0 |
498 | 2024-12-18T01:01:42.476Z | Downloaded blake2 v0.10.6 |
499 | 2024-12-18T01:01:42.476Z | Downloaded rustc_version v0.4.0 |
500 | 2024-12-18T01:01:42.476Z | Downloaded pest_derive v2.7.10 |
501 | 2024-12-18T01:01:42.477Z | Downloaded pin-project-lite v0.2.14 |
502 | 2024-12-18T01:01:42.489Z | Downloaded password-hash v0.5.0 |
503 | 2024-12-18T01:01:42.489Z | Downloaded parse-display v0.10.0 |
504 | 2024-12-18T01:01:42.489Z | Downloaded version_check v0.9.5 |
505 | 2024-12-18T01:01:42.489Z | Downloaded quick-error v1.2.3 |
506 | 2024-12-18T01:01:42.490Z | Downloaded progenitor-macro v0.8.0 |
507 | 2024-12-18T01:01:42.490Z | Downloaded proc-macro-error-attr v1.0.4 |
508 | 2024-12-18T01:01:42.490Z | Downloaded num-rational v0.4.2 |
509 | 2024-12-18T01:01:42.490Z | Downloaded enum-as-inner v0.6.0 |
510 | 2024-12-18T01:01:42.490Z | Downloaded bytes v1.7.2 |
511 | 2024-12-18T01:01:42.509Z | Downloaded proc-macro-crate v1.3.1 |
512 | 2024-12-18T01:01:42.516Z | Downloaded clap_derive v4.5.4 |
513 | 2024-12-18T01:01:42.516Z | Downloaded cargo_metadata v0.18.1 |
514 | 2024-12-18T01:01:42.516Z | Downloaded dof v0.1.5 |
515 | 2024-12-18T01:01:42.516Z | Downloaded deranged v0.3.11 |
516 | 2024-12-18T01:01:42.516Z | Downloaded defmt-macros v0.3.9 |
517 | 2024-12-18T01:01:42.516Z | Downloaded const_format_proc_macros v0.2.32 |
518 | 2024-12-18T01:01:42.516Z | Downloaded defmt-parser v0.3.4 |
519 | 2024-12-18T01:01:42.516Z | Downloaded data-encoding v2.6.0 |
520 | 2024-12-18T01:01:42.516Z | Downloaded ctrlc v3.4.4 |
521 | 2024-12-18T01:01:42.543Z | Downloaded backoff v0.4.0 |
522 | 2024-12-18T01:01:42.544Z | Downloaded defmt v0.3.8 |
523 | 2024-12-18T01:01:42.544Z | Downloaded bincode v1.3.3 |
524 | 2024-12-18T01:01:42.544Z | Downloaded base64ct v1.6.0 |
525 | 2024-12-18T01:01:42.544Z | Downloaded crypto-common v0.1.6 |
526 | 2024-12-18T01:01:42.544Z | Downloaded colorchoice v1.0.1 |
527 | 2024-12-18T01:01:42.544Z | Downloaded dof v0.3.0 |
528 | 2024-12-18T01:01:42.544Z | Downloaded num_enum_derive v0.7.2 |
529 | 2024-12-18T01:01:42.545Z | Downloaded clap_lex v0.7.0 |
530 | 2024-12-18T01:01:42.545Z | Downloaded autocfg v1.3.0 |
531 | 2024-12-18T01:01:42.546Z | Downloaded num-integer v0.1.46 |
532 | 2024-12-18T01:01:42.546Z | Downloaded num v0.4.3 |
533 | 2024-12-18T01:01:42.546Z | Downloaded darling_macro v0.20.9 |
534 | 2024-12-18T01:01:42.546Z | Downloaded opaque-debug v0.3.1 |
535 | 2024-12-18T01:01:42.546Z | Downloaded num-derive v0.4.2 |
536 | 2024-12-18T01:01:42.546Z | Downloaded cstr-argument v0.1.2 |
537 | 2024-12-18T01:01:42.547Z | Downloaded encoding_rs v0.8.34 |
538 | 2024-12-18T01:01:42.547Z | Downloaded crucible-workspace-hack v0.1.0 |
539 | 2024-12-18T01:01:42.547Z | Downloaded bitstruct_derive v0.1.0 |
540 | 2024-12-18T01:01:42.547Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-12-18T01:01:42.547Z | Downloaded anyhow v1.0.89 |
542 | 2024-12-18T01:01:42.575Z | Downloaded anstyle-query v1.0.3 |
543 | 2024-12-18T01:01:42.575Z | Downloaded bitflags v1.3.2 |
544 | 2024-12-18T01:01:42.576Z | Downloaded async-stream-impl v0.3.5 |
545 | 2024-12-18T01:01:42.624Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
546 | 2024-12-18T01:01:42.738Z | Downloaded ring v0.17.8 |
547 | 2024-12-18T01:01:42.954Z | Downloaded libz-sys v1.1.16 |
548 | 2024-12-18T01:01:43.078Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-12-18T01:01:43.525Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-18T01:01:43.525Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-18T01:01:43.528Z | Compiling libc v0.2.159 |
552 | 2024-12-18T01:01:43.528Z | Compiling serde v1.0.210 |
553 | 2024-12-18T01:01:43.528Z | Compiling version_check v0.9.5 |
554 | 2024-12-18T01:01:43.528Z | Compiling autocfg v1.3.0 |
555 | 2024-12-18T01:01:43.567Z | Compiling once_cell v1.19.0 |
556 | 2024-12-18T01:01:43.570Z | Checking cfg-if v1.0.0 |
557 | 2024-12-18T01:01:43.740Z | Compiling serde_json v1.0.128 |
558 | 2024-12-18T01:01:43.808Z | Compiling thiserror v1.0.64 |
559 | 2024-12-18T01:01:44.220Z | Compiling memchr v2.7.2 |
560 | 2024-12-18T01:01:44.240Z | Compiling ahash v0.8.11 |
561 | 2024-12-18T01:01:44.318Z | Compiling libm v0.2.8 |
562 | 2024-12-18T01:01:44.360Z | Compiling byteorder v1.5.0 |
563 | 2024-12-18T01:01:44.748Z | Compiling itoa v1.0.11 |
564 | 2024-12-18T01:01:44.771Z | Compiling lock_api v0.4.12 |
565 | 2024-12-18T01:01:44.986Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-18T01:01:45.168Z | Compiling ryu v1.0.18 |
567 | 2024-12-18T01:01:45.465Z | Compiling quote v1.0.37 |
568 | 2024-12-18T01:01:45.503Z | Checking getrandom v0.2.14 |
569 | 2024-12-18T01:01:45.523Z | Compiling slab v0.4.9 |
570 | 2024-12-18T01:01:45.591Z | Compiling allocator-api2 v0.2.18 |
571 | 2024-12-18T01:01:45.626Z | Compiling schemars v0.8.21 |
572 | 2024-12-18T01:01:45.720Z | Compiling jobserver v0.1.31 |
573 | 2024-12-18T01:01:45.792Z | Compiling syn v2.0.77 |
574 | 2024-12-18T01:01:45.898Z | Compiling pkg-config v0.3.30 |
575 | 2024-12-18T01:01:45.998Z | Compiling vcpkg v0.2.15 |
576 | 2024-12-18T01:01:46.001Z | Compiling num-traits v0.2.19 |
577 | 2024-12-18T01:01:46.064Z | Compiling cc v1.0.97 |
578 | 2024-12-18T01:01:46.087Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-18T01:01:46.267Z | Compiling log v0.4.22 |
580 | 2024-12-18T01:01:46.397Z | Checking smallvec v1.13.2 |
581 | 2024-12-18T01:01:46.645Z | Checking scopeguard v1.2.0 |
582 | 2024-12-18T01:01:46.758Z | Compiling equivalent v1.0.1 |
583 | 2024-12-18T01:01:46.971Z | Checking signal-hook-registry v1.4.2 |
584 | 2024-12-18T01:01:47.087Z | Checking mio v1.0.2 |
585 | 2024-12-18T01:01:47.209Z | Checking socket2 v0.5.7 |
586 | 2024-12-18T01:01:47.245Z | Compiling typenum v1.17.0 |
587 | 2024-12-18T01:01:47.269Z | Checking parking_lot v0.12.2 |
588 | 2024-12-18T01:01:47.479Z | Compiling fnv v1.0.7 |
589 | 2024-12-18T01:01:47.608Z | Compiling httparse v1.8.0 |
590 | 2024-12-18T01:01:47.628Z | Compiling generic-array v0.14.7 |
591 | 2024-12-18T01:01:48.126Z | Checking futures-core v0.3.30 |
592 | 2024-12-18T01:01:48.158Z | Checking iana-time-zone v0.1.60 |
593 | 2024-12-18T01:01:48.314Z | Compiling semver v1.0.23 |
594 | 2024-12-18T01:01:48.355Z | Checking rand_core v0.6.4 |
595 | 2024-12-18T01:01:48.355Z | Compiling slog v2.7.0 |
596 | 2024-12-18T01:01:48.410Z | Checking futures-sink v0.3.30 |
597 | 2024-12-18T01:01:48.517Z | Compiling ucd-trie v0.1.6 |
598 | 2024-12-18T01:01:48.568Z | Compiling heck v0.5.0 |
599 | 2024-12-18T01:01:48.711Z | Checking dyn-clone v1.0.17 |
600 | 2024-12-18T01:01:48.851Z | Checking subtle v2.5.0 |
601 | 2024-12-18T01:01:48.875Z | Checking futures-channel v0.3.30 |
602 | 2024-12-18T01:01:48.935Z | Checking futures-io v0.3.30 |
603 | 2024-12-18T01:01:48.973Z | Checking pin-utils v0.1.0 |
604 | 2024-12-18T01:01:48.993Z | Compiling ring v0.17.8 |
605 | 2024-12-18T01:01:49.068Z | Compiling openssl-sys v0.9.103 |
606 | 2024-12-18T01:01:49.100Z | Checking futures-task v0.3.30 |
607 | 2024-12-18T01:01:49.142Z | Compiling rustversion v1.0.17 |
608 | 2024-12-18T01:01:49.316Z | Compiling openssl v0.10.66 |
609 | 2024-12-18T01:01:49.486Z | Compiling syn v1.0.109 |
610 | 2024-12-18T01:01:49.785Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-18T01:01:50.133Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-18T01:01:50.976Z | Compiling rustls v0.23.10 |
613 | 2024-12-18T01:01:51.150Z | Checking spin v0.9.8 |
614 | 2024-12-18T01:01:51.316Z | Compiling heck v0.4.1 |
615 | 2024-12-18T01:01:51.340Z | Compiling native-tls v0.2.11 |
616 | 2024-12-18T01:01:51.667Z | Checking untrusted v0.9.0 |
617 | 2024-12-18T01:01:51.734Z | Checking tracing-core v0.1.32 |
618 | 2024-12-18T01:01:51.795Z | Compiling num-conv v0.1.0 |
619 | 2024-12-18T01:01:51.949Z | Compiling anyhow v1.0.89 |
620 | 2024-12-18T01:01:52.035Z | Compiling serde_derive_internals v0.29.1 |
621 | 2024-12-18T01:01:52.328Z | Compiling time-core v0.1.2 |
622 | 2024-12-18T01:01:52.507Z | Compiling time-macros v0.2.18 |
623 | 2024-12-18T01:01:52.908Z | Checking crypto-common v0.1.6 |
624 | 2024-12-18T01:01:53.482Z | Compiling regex-automata v0.4.6 |
625 | 2024-12-18T01:01:53.609Z | Compiling thread-id v4.2.1 |
626 | 2024-12-18T01:01:53.710Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-12-18T01:01:53.915Z | Checking percent-encoding v2.3.1 |
628 | 2024-12-18T01:01:54.150Z | Checking form_urlencoded v1.2.1 |
629 | 2024-12-18T01:01:54.170Z | Compiling strsim v0.11.1 |
630 | 2024-12-18T01:01:54.333Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-12-18T01:01:54.433Z | Compiling camino v1.1.9 |
632 | 2024-12-18T01:01:54.774Z | Checking tinyvec v1.6.0 |
633 | 2024-12-18T01:01:55.086Z | Checking zeroize v1.7.0 |
634 | 2024-12-18T01:01:55.211Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-12-18T01:01:55.256Z | Checking atomic-waker v1.1.2 |
636 | 2024-12-18T01:01:55.809Z | Checking rand_chacha v0.3.1 |
637 | 2024-12-18T01:01:55.843Z | Checking unicode-bidi v0.3.15 |
638 | 2024-12-18T01:01:55.958Z | Checking unicode-normalization v0.1.23 |
639 | 2024-12-18T01:01:56.127Z | Checking try-lock v0.2.5 |
640 | 2024-12-18T01:01:56.272Z | Compiling ident_case v1.0.1 |
641 | 2024-12-18T01:01:56.297Z | Compiling serde_derive v1.0.210 |
642 | 2024-12-18T01:01:56.408Z | Compiling zerocopy-derive v0.7.34 |
643 | 2024-12-18T01:01:56.442Z | Compiling thiserror-impl v1.0.64 |
644 | 2024-12-18T01:01:56.881Z | Compiling tokio-macros v2.4.0 |
645 | 2024-12-18T01:01:57.414Z | Compiling schemars_derive v0.8.21 |
646 | 2024-12-18T01:01:58.356Z | Compiling futures-macro v0.3.30 |
647 | 2024-12-18T01:01:58.379Z | Compiling zerocopy v0.7.34 |
648 | 2024-12-18T01:01:59.917Z | Compiling pest v2.7.10 |
649 | 2024-12-18T01:02:00.188Z | Compiling hashbrown v0.14.5 |
650 | 2024-12-18T01:02:00.197Z | Checking futures-util v0.3.30 |
651 | 2024-12-18T01:02:00.254Z | Compiling openssl-macros v0.1.1 |
652 | 2024-12-18T01:02:00.268Z | Compiling regex v1.10.6 |
653 | 2024-12-18T01:02:00.897Z | Compiling tracing-attributes v0.1.27 |
654 | 2024-12-18T01:02:01.084Z | Compiling scroll_derive v0.12.0 |
655 | 2024-12-18T01:02:01.119Z | Checking rustls-webpki v0.102.4 |
656 | 2024-12-18T01:02:01.357Z | Compiling regress v0.10.1 |
657 | 2024-12-18T01:02:01.842Z | Compiling darling_core v0.20.9 |
658 | 2024-12-18T01:02:01.984Z | Checking want v0.3.1 |
659 | 2024-12-18T01:02:02.162Z | Checking rand v0.8.5 |
660 | 2024-12-18T01:02:02.534Z | Compiling pest_meta v2.7.10 |
661 | 2024-12-18T01:02:02.647Z | Compiling scroll v0.12.0 |
662 | 2024-12-18T01:02:03.056Z | Compiling usdt-impl v0.5.0 |
663 | 2024-12-18T01:02:03.131Z | Compiling plain v0.2.3 |
664 | 2024-12-18T01:02:03.272Z | Checking base64 v0.22.1 |
665 | 2024-12-18T01:02:03.845Z | Compiling pest_generator v2.7.10 |
666 | 2024-12-18T01:02:03.866Z | Checking tracing v0.1.40 |
667 | 2024-12-18T01:02:04.207Z | Checking httpdate v1.0.3 |
668 | 2024-12-18T01:02:04.541Z | Compiling goblin v0.8.2 |
669 | 2024-12-18T01:02:04.601Z | Checking idna v0.5.0 |
670 | 2024-12-18T01:02:05.517Z | Compiling strum_macros v0.26.2 |
671 | 2024-12-18T01:02:05.567Z | Compiling unsafe-libyaml v0.2.11 |
672 | 2024-12-18T01:02:05.899Z | Checking tower-service v0.3.2 |
673 | 2024-12-18T01:02:06.013Z | Checking cpufeatures v0.2.12 |
674 | 2024-12-18T01:02:06.113Z | Compiling pretty-hex v0.4.1 |
675 | 2024-12-18T01:02:06.176Z | Compiling pest_derive v2.7.10 |
676 | 2024-12-18T01:02:06.342Z | Checking url v2.5.0 |
677 | 2024-12-18T01:02:07.068Z | Compiling darling_macro v0.20.9 |
678 | 2024-12-18T01:02:07.125Z | Compiling dtrace-parser v0.2.0 |
679 | 2024-12-18T01:02:07.147Z | Compiling async-trait v0.1.83 |
680 | 2024-12-18T01:02:07.210Z | Checking block-buffer v0.10.4 |
681 | 2024-12-18T01:02:07.476Z | Compiling omicron-workspace-hack v0.1.0 |
682 | 2024-12-18T01:02:07.837Z | Checking foreign-types-shared v0.1.1 |
683 | 2024-12-18T01:02:07.985Z | Checking foreign-types v0.3.2 |
684 | 2024-12-18T01:02:08.108Z | Checking bytes v1.7.2 |
685 | 2024-12-18T01:02:08.108Z | Checking bitflags v2.6.0 |
686 | 2024-12-18T01:02:08.310Z | Checking chrono v0.4.38 |
687 | 2024-12-18T01:02:08.729Z | Compiling indexmap v2.5.0 |
688 | 2024-12-18T01:02:09.283Z | Checking tokio v1.39.3 |
689 | 2024-12-18T01:02:09.350Z | Checking uuid v1.10.0 |
690 | 2024-12-18T01:02:09.570Z | Compiling serde_tokenstream v0.2.2 |
691 | 2024-12-18T01:02:09.987Z | Compiling http v1.1.0 |
692 | 2024-12-18T01:02:11.035Z | Compiling openapiv3 v2.0.0 |
693 | 2024-12-18T01:02:11.250Z | Compiling dof v0.3.0 |
694 | 2024-12-18T01:02:11.774Z | Compiling serde_yaml v0.9.34+deprecated |
695 | 2024-12-18T01:02:11.970Z | Compiling darling v0.20.9 |
696 | 2024-12-18T01:02:12.086Z | Compiling serde_with_macros v3.11.0 |
697 | 2024-12-18T01:02:12.151Z | Checking http-body v1.0.1 |
698 | 2024-12-18T01:02:12.706Z | Checking http-body-util v0.1.2 |
699 | 2024-12-18T01:02:13.138Z | Compiling toml_datetime v0.6.8 |
700 | 2024-12-18T01:02:13.187Z | Checking digest v0.10.7 |
701 | 2024-12-18T01:02:14.188Z | Checking encoding_rs v0.8.34 |
702 | 2024-12-18T01:02:14.577Z | Compiling typify-impl v0.2.0 |
703 | 2024-12-18T01:02:14.602Z | Checking mime v0.3.17 |
704 | 2024-12-18T01:02:15.127Z | Compiling rustls v0.22.4 |
705 | 2024-12-18T01:02:15.488Z | Checking serde_urlencoded v0.7.1 |
706 | 2024-12-18T01:02:15.723Z | Checking rustls-pemfile v2.1.3 |
707 | 2024-12-18T01:02:15.808Z | Checking tokio-util v0.7.11 |
708 | 2024-12-18T01:02:15.886Z | Checking openssl-probe v0.1.5 |
709 | 2024-12-18T01:02:15.948Z | Compiling slog-async v2.8.0 |
710 | 2024-12-18T01:02:16.046Z | Compiling paste v1.0.15 |
711 | 2024-12-18T01:02:16.521Z | Compiling crossbeam-utils v0.8.19 |
712 | 2024-12-18T01:02:16.538Z | Compiling usdt-attr-macro v0.5.0 |
713 | 2024-12-18T01:02:16.543Z | Checking h2 v0.4.6 |
714 | 2024-12-18T01:02:16.614Z | Compiling usdt-macro v0.5.0 |
715 | 2024-12-18T01:02:18.101Z | Compiling multer v3.1.0 |
716 | 2024-12-18T01:02:18.482Z | Checking ipnet v2.9.0 |
717 | 2024-12-18T01:02:18.934Z | Compiling rustix v0.38.34 |
718 | 2024-12-18T01:02:20.236Z | Checking serde_spanned v0.6.7 |
719 | 2024-12-18T01:02:20.374Z | Checking tokio-native-tls v0.3.1 |
720 | 2024-12-18T01:02:20.622Z | Checking futures-executor v0.3.30 |
721 | 2024-12-18T01:02:20.714Z | Compiling async-stream-impl v0.3.5 |
722 | 2024-12-18T01:02:20.750Z | Checking hyper v1.4.1 |
723 | 2024-12-18T01:02:20.842Z | Checking webpki-roots v0.26.3 |
724 | 2024-12-18T01:02:21.151Z | Checking errno v0.3.9 |
725 | 2024-12-18T01:02:21.210Z | Checking powerfmt v0.2.0 |
726 | 2024-12-18T01:02:21.450Z | Checking deranged v0.3.11 |
727 | 2024-12-18T01:02:21.917Z | Checking tokio-rustls v0.26.0 |
728 | 2024-12-18T01:02:21.938Z | Checking futures v0.3.30 |
729 | 2024-12-18T01:02:22.083Z | Checking sha1 v0.10.6 |
730 | 2024-12-18T01:02:22.269Z | Checking sync_wrapper v1.0.1 |
731 | 2024-12-18T01:02:22.632Z | Checking hyper-util v0.1.9 |
732 | 2024-12-18T01:02:22.737Z | Checking is-terminal v0.4.12 |
733 | 2024-12-18T01:02:22.858Z | Compiling dropshot v0.12.0 |
734 | 2024-12-18T01:02:23.243Z | Checking num_threads v0.1.7 |
735 | 2024-12-18T01:02:23.307Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-12-18T01:02:23.360Z | Checking strum v0.26.2 |
737 | 2024-12-18T01:02:23.361Z | Checking time v0.3.36 |
738 | 2024-12-18T01:02:23.664Z | Compiling structmeta-derive v0.3.0 |
739 | 2024-12-18T01:02:24.253Z | Checking hyper-tls v0.6.0 |
740 | 2024-12-18T01:02:24.315Z | Checking hyper-rustls v0.27.3 |
741 | 2024-12-18T01:02:24.643Z | Checking reqwest v0.12.7 |
742 | 2024-12-18T01:02:26.085Z | Checking serde_with v3.11.0 |
743 | 2024-12-18T01:02:26.134Z | Compiling structmeta v0.3.0 |
744 | 2024-12-18T01:02:26.307Z | Checking progenitor-client v0.8.0 |
745 | 2024-12-18T01:02:26.428Z | Compiling typify-macro v0.2.0 |
746 | 2024-12-18T01:02:26.585Z | Checking dirs-sys-next v0.1.2 |
747 | 2024-12-18T01:02:26.876Z | Checking winnow v0.6.18 |
748 | 2024-12-18T01:02:26.955Z | Checking match_cfg v0.1.0 |
749 | 2024-12-18T01:02:27.154Z | Checking hostname v0.3.1 |
750 | 2024-12-18T01:02:27.554Z | Checking dirs-next v2.0.0 |
751 | 2024-12-18T01:02:27.687Z | Compiling parse-display-derive v0.10.0 |
752 | 2024-12-18T01:02:28.999Z | Checking ipnetwork v0.20.0 |
753 | 2024-12-18T01:02:29.224Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
754 | 2024-12-18T01:02:29.357Z | Checking thread_local v1.1.8 |
755 | 2024-12-18T01:02:30.031Z | Compiling typify v0.2.0 |
756 | 2024-12-18T01:02:30.159Z | Compiling progenitor-impl v0.8.0 |
757 | 2024-12-18T01:02:30.264Z | Checking term v0.7.0 |
758 | 2024-12-18T01:02:30.429Z | Checking crossbeam-channel v0.5.12 |
759 | 2024-12-18T01:02:30.776Z | Checking memmap v0.7.0 |
760 | 2024-12-18T01:02:30.807Z | Checking take_mut v0.2.2 |
761 | 2024-12-18T01:02:31.267Z | Checking usdt v0.5.0 |
762 | 2024-12-18T01:02:31.365Z | Checking slog-term v2.9.1 |
763 | 2024-12-18T01:02:31.519Z | Checking toml_edit v0.22.20 |
764 | 2024-12-18T01:02:32.062Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
765 | 2024-12-18T01:02:32.115Z | Checking slog-json v2.6.1 |
766 | 2024-12-18T01:02:33.064Z | Compiling winnow v0.5.40 |
767 | 2024-12-18T01:02:33.168Z | Checking debug-ignore v1.0.5 |
768 | 2024-12-18T01:02:34.134Z | Checking toml v0.8.19 |
769 | 2024-12-18T01:02:34.654Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-18T01:02:34.847Z | Checking async-stream v0.3.5 |
771 | 2024-12-18T01:02:35.270Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-18T01:02:35.406Z | Checking waitgroup v0.1.2 |
773 | 2024-12-18T01:02:35.673Z | Checking hostname v0.4.0 |
774 | 2024-12-18T01:02:35.736Z | Checking tokio-rustls v0.25.0 |
775 | 2024-12-18T01:02:35.940Z | Compiling progenitor-macro v0.8.0 |
776 | 2024-12-18T01:02:35.943Z | Compiling crucible-workspace-hack v0.1.0 |
777 | 2024-12-18T01:02:36.117Z | Compiling toml_edit v0.19.15 |
778 | 2024-12-18T01:02:36.277Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
779 | 2024-12-18T01:02:36.327Z | Checking newtype-uuid v1.1.0 |
780 | 2024-12-18T01:02:36.349Z | Compiling clap_derive v4.5.4 |
781 | 2024-12-18T01:02:36.672Z | Checking unicode-width v0.1.14 |
782 | 2024-12-18T01:02:37.003Z | Checking utf8parse v0.2.1 |
783 | 2024-12-18T01:02:37.194Z | Checking anstyle-parse v0.2.4 |
784 | 2024-12-18T01:02:37.353Z | Checking hex v0.4.3 |
785 | 2024-12-18T01:02:37.823Z | Checking instant v0.1.12 |
786 | 2024-12-18T01:02:37.944Z | Checking colorchoice v1.0.1 |
787 | 2024-12-18T01:02:38.088Z | Checking lazy_static v1.5.0 |
788 | 2024-12-18T01:02:38.216Z | Checking anstyle v1.0.7 |
789 | 2024-12-18T01:02:38.559Z | Compiling proc-macro-crate v1.3.1 |
790 | 2024-12-18T01:02:38.658Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-12-18T01:02:38.911Z | Checking anstyle-query v1.0.3 |
792 | 2024-12-18T01:02:39.042Z | Checking anstream v0.6.14 |
793 | 2024-12-18T01:02:39.435Z | Checking backoff v0.4.0 |
794 | 2024-12-18T01:02:39.454Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2024-12-18T01:02:39.606Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2024-12-18T01:02:39.711Z | Checking parse-display v0.10.0 |
797 | 2024-12-18T01:02:39.820Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-12-18T01:02:39.933Z | Checking terminal_size v0.3.0 |
799 | 2024-12-18T01:02:40.104Z | Checking macaddr v1.0.1 |
800 | 2024-12-18T01:02:40.231Z | Checking regress v0.9.1 |
801 | 2024-12-18T01:02:40.576Z | Checking num-integer v0.1.46 |
802 | 2024-12-18T01:02:41.358Z | Checking clap_lex v0.7.0 |
803 | 2024-12-18T01:02:41.360Z | Compiling unicode-xid v0.2.4 |
804 | 2024-12-18T01:02:41.588Z | Checking clap_builder v4.5.2 |
805 | 2024-12-18T01:02:43.719Z | Compiling heapless v0.8.0 |
806 | 2024-12-18T01:02:44.495Z | Checking clap v4.5.4 |
807 | 2024-12-18T01:02:45.247Z | Compiling num_enum_derive v0.5.11 |
808 | 2024-12-18T01:02:45.465Z | Checking num-bigint v0.4.5 |
809 | 2024-12-18T01:02:45.931Z | Checking hash32 v0.3.1 |
810 | 2024-12-18T01:02:46.122Z | Checking stable_deref_trait v1.2.0 |
811 | 2024-12-18T01:02:46.398Z | Checking bitflags v1.3.2 |
812 | 2024-12-18T01:02:46.403Z | Checking fastrand v2.1.0 |
813 | 2024-12-18T01:02:46.403Z | Checking either v1.13.0 |
814 | 2024-12-18T01:02:46.437Z | Compiling smoltcp v0.11.0 |
815 | 2024-12-18T01:02:46.638Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
816 | 2024-12-18T01:02:46.992Z | Checking tempfile v3.10.1 |
817 | 2024-12-18T01:02:47.299Z | Compiling synstructure v0.12.6 |
818 | 2024-12-18T01:02:47.348Z | Checking num_enum v0.5.11 |
819 | 2024-12-18T01:02:47.474Z | Checking num-iter v0.1.45 |
820 | 2024-12-18T01:02:47.565Z | Checking num-rational v0.4.2 |
821 | 2024-12-18T01:02:47.590Z | Checking num-complex v0.4.6 |
822 | 2024-12-18T01:02:47.664Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-12-18T01:02:47.867Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
824 | 2024-12-18T01:02:48.038Z | Checking managed v0.8.0 |
825 | 2024-12-18T01:02:48.167Z | Checking cobs v0.2.3 |
826 | 2024-12-18T01:02:48.360Z | Checking postcard v1.0.9 |
827 | 2024-12-18T01:02:48.432Z | Checking num v0.4.3 |
828 | 2024-12-18T01:02:48.474Z | Compiling zerocopy-derive v0.2.0 |
829 | 2024-12-18T01:02:48.802Z | Checking progenitor v0.8.0 |
830 | 2024-12-18T01:02:48.972Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
831 | 2024-12-18T01:02:49.082Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-18T01:02:49.270Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-18T01:02:49.891Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-12-18T01:02:49.974Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-12-18T01:02:50.373Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-12-18T01:02:50.441Z | Checking pretty-hex v0.2.1 |
837 | 2024-12-18T01:02:50.523Z | Checking foreign-types-shared v0.3.1 |
838 | 2024-12-18T01:02:50.607Z | Checking data-encoding v2.6.0 |
839 | 2024-12-18T01:02:51.163Z | Checking foreign-types v0.5.0 |
840 | 2024-12-18T01:02:51.184Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
841 | 2024-12-18T01:02:52.428Z | Checking tabwriter v1.4.0 |
842 | 2024-12-18T01:02:52.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-12-18T01:02:52.745Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-12-18T01:02:53.514Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-18T01:02:53.553Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
846 | 2024-12-18T01:02:53.565Z | Compiling prettyplease v0.2.22 |
847 | 2024-12-18T01:02:53.674Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-12-18T01:02:54.105Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-18T01:02:54.344Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-18T01:02:55.133Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-18T01:02:55.455Z | Checking colored v2.1.0 |
852 | 2024-12-18T01:02:56.244Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-18T01:02:56.877Z | Checking static_assertions v1.1.0 |
854 | 2024-12-18T01:02:56.996Z | Checking is_ci v1.2.0 |
855 | 2024-12-18T01:02:57.039Z | Compiling semver v0.1.20 |
856 | 2024-12-18T01:02:57.124Z | Checking float-ord v0.3.2 |
857 | 2024-12-18T01:02:57.248Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
858 | 2024-12-18T01:02:57.294Z | Checking unicode-segmentation v1.11.0 |
859 | 2024-12-18T01:02:57.485Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-18T01:02:57.728Z | Compiling rustc_version v0.1.7 |
861 | 2024-12-18T01:02:57.956Z | Checking newline-converter v0.3.0 |
862 | 2024-12-18T01:02:59.086Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-18T01:03:00.269Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-18T01:03:00.307Z | Checking itertools v0.10.5 |
865 | 2024-12-18T01:03:00.524Z | Checking console v0.15.8 |
866 | 2024-12-18T01:03:01.036Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-12-18T01:03:01.695Z | Compiling num-derive v0.4.2 |
868 | 2024-12-18T01:03:02.698Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-12-18T01:03:03.000Z | Checking sigpipe v0.1.3 |
870 | 2024-12-18T01:03:03.110Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-18T01:03:03.520Z | Checking base64ct v1.6.0 |
872 | 2024-12-18T01:03:03.964Z | Checking similar v2.5.0 |
873 | 2024-12-18T01:03:04.266Z | Checking base64 v0.21.7 |
874 | 2024-12-18T01:03:04.346Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
875 | 2024-12-18T01:03:04.681Z | Compiling owo-colors v4.1.0 |
876 | 2024-12-18T01:03:04.725Z | Checking expectorate v1.1.0 |
877 | 2024-12-18T01:03:04.806Z | Checking password-hash v0.5.0 |
878 | 2024-12-18T01:03:05.032Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
879 | 2024-12-18T01:03:05.331Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2024-12-18T01:03:05.453Z | Checking zone v0.3.0 |
881 | 2024-12-18T01:03:05.536Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2024-12-18T01:03:05.556Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2024-12-18T01:03:05.678Z | Compiling newtype_derive v0.1.6 |
884 | 2024-12-18T01:03:05.760Z | Checking supports-color v2.1.0 |
885 | 2024-12-18T01:03:05.778Z | Checking supports-color v3.0.1 |
886 | 2024-12-18T01:03:05.805Z | Compiling zerocopy v0.3.2 |
887 | 2024-12-18T01:03:05.918Z | Checking blake2 v0.10.6 |
888 | 2024-12-18T01:03:05.950Z | Compiling cargo-platform v0.1.8 |
889 | 2024-12-18T01:03:06.044Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-12-18T01:03:06.133Z | Checking smf v0.2.3 |
891 | 2024-12-18T01:03:06.274Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-18T01:03:06.295Z | Compiling zerocopy-derive v0.6.6 |
893 | 2024-12-18T01:03:06.402Z | Compiling vergen v8.3.2 |
894 | 2024-12-18T01:03:06.576Z | Compiling cancel-safe-futures v0.1.5 |
895 | 2024-12-18T01:03:06.755Z | Checking whoami v1.5.1 |
896 | 2024-12-18T01:03:06.974Z | Checking fixedbitset v0.4.2 |
897 | 2024-12-18T01:03:07.117Z | Checking hubpack v0.1.2 |
898 | 2024-12-18T01:03:07.216Z | Checking petgraph v0.6.5 |
899 | 2024-12-18T01:03:07.348Z | Checking argon2 v0.5.3 |
900 | 2024-12-18T01:03:07.379Z | Compiling cargo_metadata v0.18.1 |
901 | 2024-12-18T01:03:07.902Z | Compiling dof v0.1.5 |
902 | 2024-12-18T01:03:07.989Z | Checking zerocopy v0.6.6 |
903 | 2024-12-18T01:03:09.384Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
904 | 2024-12-18T01:03:09.945Z | Compiling rustc_version v0.4.0 |
905 | 2024-12-18T01:03:10.199Z | Checking serde-big-array v0.5.1 |
906 | 2024-12-18T01:03:10.221Z | Compiling dtrace-parser v0.1.14 |
907 | 2024-12-18T01:03:10.225Z | Compiling strum_macros v0.25.3 |
908 | 2024-12-18T01:03:10.401Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2024-12-18T01:03:10.474Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-18T01:03:10.829Z | Compiling cookie v0.18.1 |
911 | 2024-12-18T01:03:10.944Z | Compiling cfg_aliases v0.2.1 |
912 | 2024-12-18T01:03:10.981Z | Checking utf-8 v0.7.6 |
913 | 2024-12-18T01:03:11.152Z | Compiling rustls v0.21.12 |
914 | 2024-12-18T01:03:11.196Z | Compiling convert_case v0.4.0 |
915 | 2024-12-18T01:03:11.473Z | Checking tungstenite v0.21.0 |
916 | 2024-12-18T01:03:11.528Z | Compiling nix v0.29.0 |
917 | 2024-12-18T01:03:11.748Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-18T01:03:11.827Z | Compiling derive_more v0.99.18 |
919 | 2024-12-18T01:03:12.308Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
920 | 2024-12-18T01:03:12.370Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
921 | 2024-12-18T01:03:12.884Z | Checking atomicwrites v0.4.4 |
922 | 2024-12-18T01:03:13.083Z | Checking itertools v0.13.0 |
923 | 2024-12-18T01:03:13.153Z | Checking libsw v3.3.1 |
924 | 2024-12-18T01:03:13.190Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
925 | 2024-12-18T01:03:13.398Z | Compiling serde_tokenstream v0.1.7 |
926 | 2024-12-18T01:03:13.493Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
927 | 2024-12-18T01:03:13.591Z | Checking rustls-webpki v0.101.7 |
928 | 2024-12-18T01:03:13.633Z | Checking sct v0.7.1 |
929 | 2024-12-18T01:03:13.828Z | Checking idna v0.4.0 |
930 | 2024-12-18T01:03:13.849Z | Compiling enum-as-inner v0.6.0 |
931 | 2024-12-18T01:03:14.286Z | Compiling derive-where v1.2.7 |
932 | 2024-12-18T01:03:14.721Z | Checking inout v0.1.3 |
933 | 2024-12-18T01:03:14.945Z | Checking linear-map v1.2.0 |
934 | 2024-12-18T01:03:15.231Z | Compiling radium v0.7.0 |
935 | 2024-12-18T01:03:15.422Z | Checking quick-error v1.2.3 |
936 | 2024-12-18T01:03:15.548Z | Checking indent_write v2.2.0 |
937 | 2024-12-18T01:03:15.724Z | Checking linked-hash-map v0.5.6 |
938 | 2024-12-18T01:03:15.745Z | Checking swrite v0.1.0 |
939 | 2024-12-18T01:03:15.852Z | Checking highway v1.2.0 |
940 | 2024-12-18T01:03:16.018Z | Checking lru-cache v0.1.2 |
941 | 2024-12-18T01:03:16.229Z | Checking resolv-conf v0.7.0 |
942 | 2024-12-18T01:03:16.249Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
943 | 2024-12-18T01:03:16.579Z | Checking hickory-proto v0.24.1 |
944 | 2024-12-18T01:03:17.127Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-18T01:03:17.509Z | Checking cipher v0.4.4 |
946 | 2024-12-18T01:03:17.573Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-18T01:03:18.113Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-18T01:03:19.459Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2024-12-18T01:03:19.820Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
950 | 2024-12-18T01:03:20.870Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-12-18T01:03:21.011Z | Checking steno v0.4.1 |
952 | 2024-12-18T01:03:21.199Z | Checking tokio-tungstenite v0.21.0 |
953 | 2024-12-18T01:03:22.102Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2024-12-18T01:03:22.397Z | Checking crossbeam-epoch v0.9.18 |
955 | 2024-12-18T01:03:22.433Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
956 | 2024-12-18T01:03:22.783Z | Checking hashlink v0.9.1 |
957 | 2024-12-18T01:03:22.870Z | Checking fallible-streaming-iterator v0.1.9 |
958 | 2024-12-18T01:03:22.925Z | Checking fallible-iterator v0.3.0 |
959 | 2024-12-18T01:03:23.005Z | Checking humantime v2.1.0 |
960 | 2024-12-18T01:03:23.071Z | Checking tap v1.0.1 |
961 | 2024-12-18T01:03:23.117Z | Compiling rayon-core v1.12.1 |
962 | 2024-12-18T01:03:23.260Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
963 | 2024-12-18T01:03:23.263Z | Checking wyz v0.5.1 |
964 | 2024-12-18T01:03:23.477Z | Checking crossbeam-deque v0.8.5 |
965 | 2024-12-18T01:03:23.491Z | Checking rusqlite v0.32.1 |
966 | 2024-12-18T01:03:23.780Z | Checking tokio-rustls v0.24.1 |
967 | 2024-12-18T01:03:23.991Z | Checking hickory-resolver v0.24.1 |
968 | 2024-12-18T01:03:24.474Z | Compiling usdt-attr-macro v0.3.5 |
969 | 2024-12-18T01:03:24.907Z | Compiling usdt-macro v0.3.5 |
970 | 2024-12-18T01:03:25.378Z | Checking rustls-pemfile v1.0.4 |
971 | 2024-12-18T01:03:25.557Z | Checking twox-hash v1.6.3 |
972 | 2024-12-18T01:03:25.841Z | Compiling num_enum_derive v0.7.2 |
973 | 2024-12-18T01:03:26.059Z | Checking universal-hash v0.5.1 |
974 | 2024-12-18T01:03:26.190Z | Checking atty v0.2.14 |
975 | 2024-12-18T01:03:26.235Z | Checking funty v2.0.0 |
976 | 2024-12-18T01:03:26.313Z | Checking opaque-debug v0.3.1 |
977 | 2024-12-18T01:03:26.354Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
978 | 2024-12-18T01:03:26.394Z | Checking polyval v0.6.2 |
979 | 2024-12-18T01:03:26.650Z | Checking usdt v0.3.5 |
980 | 2024-12-18T01:03:26.724Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
981 | 2024-12-18T01:03:27.001Z | Checking bitvec v1.0.1 |
982 | 2024-12-18T01:03:27.494Z | Checking aes v0.8.4 |
983 | 2024-12-18T01:03:27.524Z | Checking ctr v0.9.2 |
984 | 2024-12-18T01:03:27.805Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
985 | 2024-12-18T01:03:28.083Z | Checking num_enum v0.7.2 |
986 | 2024-12-18T01:03:28.136Z | Checking toml v0.7.8 |
987 | 2024-12-18T01:03:28.221Z | Checking bincode v1.3.3 |
988 | 2024-12-18T01:03:28.240Z | Checking aead v0.5.2 |
989 | 2024-12-18T01:03:28.243Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
990 | 2024-12-18T01:03:28.243Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
991 | 2024-12-18T01:03:28.449Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
992 | 2024-12-18T01:03:28.471Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
993 | 2024-12-18T01:03:28.593Z | Checking aes-gcm-siv v0.11.1 |
994 | 2024-12-18T01:03:28.649Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
995 | 2024-12-18T01:03:28.755Z | Checking rayon v1.10.0 |
996 | 2024-12-18T01:03:28.852Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
997 | 2024-12-18T01:03:28.875Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
998 | 2024-12-18T01:03:28.915Z | Compiling bitstruct_derive v0.1.0 |
999 | 2024-12-18T01:03:28.960Z | Compiling async-recursion v1.1.1 |
1000 | 2024-12-18T01:03:29.049Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-18T01:03:29.227Z | Checking ascii v1.1.0 |
1002 | 2024-12-18T01:03:29.251Z | Checking typeid v1.0.0 |
1003 | 2024-12-18T01:03:29.382Z | Checking ringbuffer v0.15.0 |
1004 | 2024-12-18T01:03:29.573Z | Compiling cfg_aliases v0.1.1 |
1005 | 2024-12-18T01:03:29.681Z | Compiling nix v0.28.0 |
1006 | 2024-12-18T01:03:29.749Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1007 | 2024-12-18T01:03:30.258Z | Checking bitstruct v0.1.1 |
1008 | 2024-12-18T01:03:30.368Z | Checking erased-serde v0.4.5 |
1009 | 2024-12-18T01:03:30.404Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1010 | 2024-12-18T01:03:30.426Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1011 | 2024-12-18T01:03:30.457Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1012 | 2024-12-18T01:03:30.545Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1013 | 2024-12-18T01:03:30.660Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1014 | 2024-12-18T01:03:30.811Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-12-18T01:03:31.016Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1016 | 2024-12-18T01:03:31.127Z | Checking serde_arrays v0.1.0 |
1017 | 2024-12-18T01:03:31.211Z | Checking libloading v0.7.4 |
1018 | 2024-12-18T01:03:31.310Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1019 | 2024-12-18T01:03:31.355Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-18T01:03:31.440Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-18T01:03:31.634Z | Compiling escargot v0.5.10 |
1022 | 2024-12-18T01:03:31.749Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2024-12-18T01:03:31.799Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1024 | 2024-12-18T01:03:32.063Z | Checking ron v0.8.1 |
1025 | 2024-12-18T01:03:32.114Z | Checking xattr v1.3.1 |
1026 | 2024-12-18T01:03:32.595Z | Checking filetime v0.2.23 |
1027 | 2024-12-18T01:03:32.797Z | Checking bstr v1.9.1 |
1028 | 2024-12-18T01:03:32.832Z | Checking bit_field v0.10.2 |
1029 | 2024-12-18T01:03:33.082Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-18T01:03:33.110Z | Checking const_format v0.2.32 |
1031 | 2024-12-18T01:03:33.208Z | Checking tar v0.4.40 |
1032 | 2024-12-18T01:03:33.601Z | Checking globset v0.4.14 |
1033 | 2024-12-18T01:03:33.887Z | Checking fatfs v0.3.6 |
1034 | 2024-12-18T01:03:34.032Z | Checking glob v0.3.1 |
1035 | 2024-12-18T01:03:35.814Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1036 | 2024-12-18T01:03:35.903Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1037 | 2024-12-18T01:03:36.444Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-18T01:03:36.529Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1039 | 2024-12-18T01:03:37.224Z | Compiling git2 v0.19.0 |
1040 | 2024-12-18T01:03:40.992Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-18T01:03:41.917Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-18T01:03:48.885Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-18T01:03:53.799Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-18T01:04:01.824Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-18T01:04:01.824Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-18T01:04:08.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
1047 | 2024-12-18T01:04:08.517Z | |
1048 | 2024-12-18T01:04:08.518Z | real 2:43.377658298 |
1049 | 2024-12-18T01:04:08.518Z | user 12:48.171008299 |
1050 | 2024-12-18T01:04:08.518Z | sys 2:09.298476286 |
1051 | 2024-12-18T01:04:08.518Z | trap 0.432928601 |
1052 | 2024-12-18T01:04:08.518Z | tflt 1.115593716 |
1053 | 2024-12-18T01:04:08.518Z | dflt 0.338274355 |
1054 | 2024-12-18T01:04:08.518Z | kflt 0.011290825 |
1055 | 2024-12-18T01:04:08.518Z | lock 14:55.092639025 |
1056 | 2024-12-18T01:04:08.520Z | slp 48:20.492325298 |
1057 | 2024-12-18T01:04:08.521Z | lat 1:00.115435501 |
1058 | 2024-12-18T01:04:08.521Z | stop 3:20.909134311 |
1059 | 2024-12-18T01:04:08.521Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-18T01:04:09.054Z | Downloading crates ... |
1061 | 2024-12-18T01:04:09.260Z | Downloaded crc32fast v1.4.0 |
1062 | 2024-12-18T01:04:09.264Z | Downloaded termtree v0.4.1 |
1063 | 2024-12-18T01:04:09.268Z | Downloaded downcast v0.11.0 |
1064 | 2024-12-18T01:04:09.275Z | Downloaded bytemuck v1.16.0 |
1065 | 2024-12-18T01:04:09.277Z | Downloaded slog-scope v4.4.0 |
1066 | 2024-12-18T01:04:09.280Z | Downloaded predicates-core v1.0.6 |
1067 | 2024-12-18T01:04:09.280Z | Downloaded fragile v2.0.0 |
1068 | 2024-12-18T01:04:09.283Z | Downloaded slog-stdlog v4.1.1 |
1069 | 2024-12-18T01:04:09.285Z | Downloaded slog-envlogger v2.2.0 |
1070 | 2024-12-18T01:04:09.288Z | Downloaded mockall v0.12.1 |
1071 | 2024-12-18T01:04:09.290Z | Downloaded predicates-tree v1.0.9 |
1072 | 2024-12-18T01:04:09.290Z | Downloaded predicates v3.1.0 |
1073 | 2024-12-18T01:04:09.292Z | Downloaded simd-adler32 v0.3.7 |
1074 | 2024-12-18T01:04:09.296Z | Downloaded serde_test v1.0.176 |
1075 | 2024-12-18T01:04:09.299Z | Downloaded mockall_derive v0.12.1 |
1076 | 2024-12-18T01:04:09.299Z | Downloaded miniz_oxide v0.7.2 |
1077 | 2024-12-18T01:04:09.302Z | Downloaded fdeflate v0.3.4 |
1078 | 2024-12-18T01:04:09.304Z | Downloaded arc-swap v1.7.1 |
1079 | 2024-12-18T01:04:09.308Z | Downloaded png v0.17.13 |
1080 | 2024-12-18T01:04:09.311Z | Downloaded flate2 v1.0.30 |
1081 | 2024-12-18T01:04:09.954Z | Downloaded image v0.25.1 |
1082 | 2024-12-18T01:04:10.253Z | Checking log v0.4.22 |
1083 | 2024-12-18T01:04:10.255Z | Checking tokio v1.39.3 |
1084 | 2024-12-18T01:04:10.298Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-12-18T01:04:10.316Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1086 | 2024-12-18T01:04:10.328Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1087 | 2024-12-18T01:04:10.331Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-18T01:04:10.350Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-18T01:04:10.355Z | Compiling crc32fast v1.4.0 |
1090 | 2024-12-18T01:04:10.493Z | Checking native-tls v0.2.11 |
1091 | 2024-12-18T01:04:10.507Z | Checking typify-impl v0.2.0 |
1092 | 2024-12-18T01:04:10.519Z | Checking goblin v0.8.2 |
1093 | 2024-12-18T01:04:10.558Z | Checking rustls v0.22.4 |
1094 | 2024-12-18T01:04:10.763Z | Checking tungstenite v0.21.0 |
1095 | 2024-12-18T01:04:10.842Z | Checking rustls v0.21.12 |
1096 | 2024-12-18T01:04:10.854Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-12-18T01:04:10.882Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-12-18T01:04:11.201Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2024-12-18T01:04:11.424Z | Checking simd-adler32 v0.3.7 |
1100 | 2024-12-18T01:04:11.548Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-18T01:04:11.716Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1102 | 2024-12-18T01:04:11.802Z | Checking adler v1.0.2 |
1103 | 2024-12-18T01:04:11.947Z | Checking miniz_oxide v0.7.2 |
1104 | 2024-12-18T01:04:12.359Z | Checking arc-swap v1.7.1 |
1105 | 2024-12-18T01:04:12.684Z | Checking flate2 v1.0.30 |
1106 | 2024-12-18T01:04:12.759Z | Checking slog-scope v4.4.0 |
1107 | 2024-12-18T01:04:12.899Z | Checking typify v0.2.0 |
1108 | 2024-12-18T01:04:12.936Z | Checking fdeflate v0.3.4 |
1109 | 2024-12-18T01:04:13.023Z | Checking progenitor-impl v0.8.0 |
1110 | 2024-12-18T01:04:13.291Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1111 | 2024-12-18T01:04:13.413Z | Checking png v0.17.13 |
1112 | 2024-12-18T01:04:13.717Z | Checking slog-stdlog v4.1.1 |
1113 | 2024-12-18T01:04:13.798Z | Checking bytemuck v1.16.0 |
1114 | 2024-12-18T01:04:13.864Z | Checking predicates-core v1.0.6 |
1115 | 2024-12-18T01:04:13.914Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-18T01:04:14.034Z | Checking termtree v0.4.1 |
1117 | 2024-12-18T01:04:14.107Z | Checking predicates v3.1.0 |
1118 | 2024-12-18T01:04:14.185Z | Compiling mockall_derive v0.12.1 |
1119 | 2024-12-18T01:04:14.214Z | Checking predicates-tree v1.0.9 |
1120 | 2024-12-18T01:04:14.348Z | Checking wait-timeout v0.2.0 |
1121 | 2024-12-18T01:04:14.518Z | Checking downcast v0.11.0 |
1122 | 2024-12-18T01:04:14.550Z | Checking image v0.25.1 |
1123 | 2024-12-18T01:04:14.603Z | Checking fragile v2.0.0 |
1124 | 2024-12-18T01:04:14.692Z | Checking bit-vec v0.6.3 |
1125 | 2024-12-18T01:04:14.837Z | Checking globset v0.4.14 |
1126 | 2024-12-18T01:04:14.935Z | Checking rusty-fork v0.3.0 |
1127 | 2024-12-18T01:04:14.974Z | Checking bit-set v0.5.3 |
1128 | 2024-12-18T01:04:15.195Z | Checking escargot v0.5.10 |
1129 | 2024-12-18T01:04:15.213Z | Checking fatfs v0.3.6 |
1130 | 2024-12-18T01:04:15.291Z | Checking rand_xorshift v0.3.0 |
1131 | 2024-12-18T01:04:15.422Z | Checking dof v0.3.0 |
1132 | 2024-12-18T01:04:15.446Z | Checking unarray v0.1.4 |
1133 | 2024-12-18T01:04:15.582Z | Checking proptest v1.5.0 |
1134 | 2024-12-18T01:04:15.607Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1135 | 2024-12-18T01:04:16.003Z | Checking usdt-impl v0.5.0 |
1136 | 2024-12-18T01:04:16.141Z | Checking serde_test v1.0.176 |
1137 | 2024-12-18T01:04:16.189Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1138 | 2024-12-18T01:04:16.494Z | Checking usdt v0.5.0 |
1139 | 2024-12-18T01:04:16.737Z | Checking slog-dtrace v0.3.0 |
1140 | 2024-12-18T01:04:16.788Z | Checking tokio-util v0.7.11 |
1141 | 2024-12-18T01:04:16.881Z | Checking tokio-rustls v0.26.0 |
1142 | 2024-12-18T01:04:17.111Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-12-18T01:04:17.228Z | Checking tokio-rustls v0.25.0 |
1144 | 2024-12-18T01:04:17.244Z | Checking backoff v0.4.0 |
1145 | 2024-12-18T01:04:17.340Z | Checking tokio-tungstenite v0.21.0 |
1146 | 2024-12-18T01:04:17.497Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1147 | 2024-12-18T01:04:17.547Z | Checking zone v0.3.0 |
1148 | 2024-12-18T01:04:17.549Z | Checking h2 v0.4.6 |
1149 | 2024-12-18T01:04:17.626Z | Checking cancel-safe-futures v0.1.5 |
1150 | 2024-12-18T01:04:17.668Z | Checking libsw v3.3.1 |
1151 | 2024-12-18T01:04:17.754Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1152 | 2024-12-18T01:04:17.767Z | Checking hickory-proto v0.24.1 |
1153 | 2024-12-18T01:04:17.905Z | Checking steno v0.4.1 |
1154 | 2024-12-18T01:04:18.025Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1155 | 2024-12-18T01:04:18.303Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1156 | 2024-12-18T01:04:19.302Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1157 | 2024-12-18T01:04:19.474Z | Checking tokio-rustls v0.24.1 |
1158 | 2024-12-18T01:04:19.490Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1159 | 2024-12-18T01:04:19.555Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-18T01:04:20.828Z | Checking mockall v0.12.1 |
1161 | 2024-12-18T01:04:21.120Z | Checking hickory-resolver v0.24.1 |
1162 | 2024-12-18T01:04:21.589Z | Checking hyper v1.4.1 |
1163 | 2024-12-18T01:04:22.848Z | Checking hyper-util v0.1.9 |
1164 | 2024-12-18T01:04:23.841Z | Checking hyper-tls v0.6.0 |
1165 | 2024-12-18T01:04:23.841Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-18T01:04:23.843Z | Checking dropshot v0.12.0 |
1167 | 2024-12-18T01:04:24.053Z | Checking reqwest v0.12.7 |
1168 | 2024-12-18T01:04:25.054Z | Checking progenitor-client v0.8.0 |
1169 | 2024-12-18T01:04:25.243Z | Checking progenitor v0.8.0 |
1170 | 2024-12-18T01:04:25.360Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1171 | 2024-12-18T01:04:25.363Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-12-18T01:04:25.363Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-18T01:04:25.363Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1174 | 2024-12-18T01:04:26.319Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1175 | 2024-12-18T01:04:27.277Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-18T01:04:28.627Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-12-18T01:04:30.527Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1178 | 2024-12-18T01:04:31.223Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-18T01:04:34.562Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-18T01:04:34.562Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-18T01:04:34.565Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-18T01:04:34.565Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-18T01:04:36.106Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-18T01:04:36.477Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-18T01:04:36.527Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-18T01:04:36.527Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-18T01:04:37.119Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-18T01:04:37.330Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-18T01:04:37.376Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-18T01:04:45.849Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-18T01:04:50.887Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-18T01:04:51.449Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-18T01:04:55.033Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-18T01:05:08.190Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-18T01:05:08.192Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-18T01:05:16.424Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-18T01:05:16.424Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-18T01:05:16.424Z | | |
1199 | 2024-12-18T01:05:16.424Z | 188 | let instance = kstats |
1200 | 2024-12-18T01:05:16.424Z | | ________________________^ |
1201 | 2024-12-18T01:05:16.424Z | 189 | | .iter() |
1202 | 2024-12-18T01:05:16.424Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-18T01:05:16.424Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-18T01:05:16.424Z | 192 | | }) |
1205 | 2024-12-18T01:05:16.424Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-18T01:05:16.424Z | | |______________________________________________^ |
1207 | 2024-12-18T01:05:16.424Z | | |
1208 | 2024-12-18T01:05:16.424Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-18T01:05:16.425Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-18T01:05:16.425Z | help: use `ok_or` instead |
1211 | 2024-12-18T01:05:16.425Z | | |
1212 | 2024-12-18T01:05:16.425Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-18T01:05:16.425Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-18T01:05:16.425Z | |
1215 | 2024-12-18T01:05:17.371Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-18T01:05:18.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
1217 | 2024-12-18T01:05:18.417Z | |
1218 | 2024-12-18T01:05:18.417Z | real 1:09.885060608 |
1219 | 2024-12-18T01:05:18.417Z | user 3:04.212819791 |
1220 | 2024-12-18T01:05:18.417Z | sys 21.872667278 |
1221 | 2024-12-18T01:05:18.417Z | trap 0.070026183 |
1222 | 2024-12-18T01:05:18.417Z | tflt 0.187205256 |
1223 | 2024-12-18T01:05:18.417Z | dflt 0.024445692 |
1224 | 2024-12-18T01:05:18.417Z | kflt 0.000053934 |
1225 | 2024-12-18T01:05:18.417Z | lock 4:08.105313545 |
1226 | 2024-12-18T01:05:18.417Z | slp 9:52.573096009 |
1227 | 2024-12-18T01:05:18.420Z | lat 5.110569403 |
1228 | 2024-12-18T01:05:18.420Z | stop 12.531276107 |
1229 | 2024-12-18T01:05:18.420Z | + banner build |
1230 | 2024-12-18T01:05:18.420Z | |
1231 | 2024-12-18T01:05:18.420Z | ##### # # # # ##### |
1232 | 2024-12-18T01:05:18.420Z | # # # # # # # # |
1233 | 2024-12-18T01:05:18.420Z | ##### # # # # # # |
1234 | 2024-12-18T01:05:18.420Z | # # # # # # # # |
1235 | 2024-12-18T01:05:18.420Z | # # # # # # # # |
1236 | 2024-12-18T01:05:18.420Z | ##### #### # ###### ##### |
1237 | 2024-12-18T01:05:18.420Z | |
1238 | 2024-12-18T01:05:18.420Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-18T01:05:19.205Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-18T01:05:19.205Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-18T01:05:19.205Z | Compiling libc v0.2.159 |
1242 | 2024-12-18T01:05:19.205Z | Compiling serde v1.0.210 |
1243 | 2024-12-18T01:05:19.208Z | Compiling version_check v0.9.5 |
1244 | 2024-12-18T01:05:19.208Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-18T01:05:19.208Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-18T01:05:19.208Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-18T01:05:19.380Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-18T01:05:19.439Z | Compiling memchr v2.7.2 |
1249 | 2024-12-18T01:05:19.535Z | Compiling libm v0.2.8 |
1250 | 2024-12-18T01:05:19.794Z | Compiling ahash v0.8.11 |
1251 | 2024-12-18T01:05:19.859Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-18T01:05:19.894Z | Compiling itoa v1.0.11 |
1253 | 2024-12-18T01:05:20.093Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-18T01:05:20.167Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-18T01:05:20.464Z | Compiling ryu v1.0.18 |
1256 | 2024-12-18T01:05:20.670Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-18T01:05:20.728Z | Compiling slab v0.4.9 |
1258 | 2024-12-18T01:05:20.932Z | Compiling quote v1.0.37 |
1259 | 2024-12-18T01:05:20.944Z | Compiling getrandom v0.2.14 |
1260 | 2024-12-18T01:05:21.028Z | Compiling jobserver v0.1.31 |
1261 | 2024-12-18T01:05:21.128Z | Compiling pkg-config v0.3.30 |
1262 | 2024-12-18T01:05:21.342Z | Compiling syn v2.0.77 |
1263 | 2024-12-18T01:05:21.410Z | Compiling cc v1.0.97 |
1264 | 2024-12-18T01:05:21.515Z | Compiling schemars v0.8.21 |
1265 | 2024-12-18T01:05:21.528Z | Compiling vcpkg v0.2.15 |
1266 | 2024-12-18T01:05:21.602Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-18T01:05:22.159Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-18T01:05:22.270Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-18T01:05:22.335Z | Compiling log v0.4.22 |
1270 | 2024-12-18T01:05:22.377Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-18T01:05:22.832Z | Compiling scopeguard v1.2.0 |
1272 | 2024-12-18T01:05:22.844Z | Compiling equivalent v1.0.1 |
1273 | 2024-12-18T01:05:22.894Z | Compiling typenum v1.17.0 |
1274 | 2024-12-18T01:05:22.953Z | Compiling mio v1.0.2 |
1275 | 2024-12-18T01:05:22.976Z | Compiling socket2 v0.5.7 |
1276 | 2024-12-18T01:05:23.645Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-18T01:05:23.839Z | Compiling signal-hook-registry v1.4.2 |
1278 | 2024-12-18T01:05:24.264Z | Compiling ring v0.17.8 |
1279 | 2024-12-18T01:05:24.458Z | Compiling httparse v1.8.0 |
1280 | 2024-12-18T01:05:24.570Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-18T01:05:24.931Z | Compiling fnv v1.0.7 |
1282 | 2024-12-18T01:05:25.084Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-18T01:05:25.281Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-18T01:05:25.314Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-18T01:05:25.412Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-18T01:05:25.632Z | Compiling slog v2.7.0 |
1287 | 2024-12-18T01:05:25.681Z | Compiling semver v1.0.23 |
1288 | 2024-12-18T01:05:25.763Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-18T01:05:25.906Z | Compiling dyn-clone v1.0.17 |
1290 | 2024-12-18T01:05:25.976Z | Compiling ucd-trie v0.1.6 |
1291 | 2024-12-18T01:05:26.156Z | Compiling subtle v2.5.0 |
1292 | 2024-12-18T01:05:26.318Z | Compiling heck v0.5.0 |
1293 | 2024-12-18T01:05:26.393Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-18T01:05:26.407Z | Compiling pin-utils v0.1.0 |
1295 | 2024-12-18T01:05:26.425Z | Compiling futures-task v0.3.30 |
1296 | 2024-12-18T01:05:26.449Z | Compiling futures-io v0.3.30 |
1297 | 2024-12-18T01:05:26.495Z | Compiling openssl v0.10.66 |
1298 | 2024-12-18T01:05:26.542Z | Compiling rustversion v1.0.17 |
1299 | 2024-12-18T01:05:26.927Z | Compiling syn v1.0.109 |
1300 | 2024-12-18T01:05:26.989Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-18T01:05:27.523Z | Compiling regex-syntax v0.8.4 |
1302 | 2024-12-18T01:05:27.557Z | Compiling rustls v0.23.10 |
1303 | 2024-12-18T01:05:27.736Z | Compiling serde_derive_internals v0.29.1 |
1304 | 2024-12-18T01:05:28.084Z | Compiling native-tls v0.2.11 |
1305 | 2024-12-18T01:05:29.294Z | Compiling heck v0.4.1 |
1306 | 2024-12-18T01:05:29.608Z | Compiling spin v0.9.8 |
1307 | 2024-12-18T01:05:29.842Z | Compiling untrusted v0.9.0 |
1308 | 2024-12-18T01:05:30.033Z | Compiling tracing-core v0.1.32 |
1309 | 2024-12-18T01:05:30.719Z | Compiling num-conv v0.1.0 |
1310 | 2024-12-18T01:05:30.977Z | Compiling regex-automata v0.4.6 |
1311 | 2024-12-18T01:05:31.356Z | Compiling time-core v0.1.2 |
1312 | 2024-12-18T01:05:31.512Z | Compiling anyhow v1.0.89 |
1313 | 2024-12-18T01:05:32.084Z | Compiling serde_derive v1.0.210 |
1314 | 2024-12-18T01:05:32.086Z | Compiling zerocopy-derive v0.7.34 |
1315 | 2024-12-18T01:05:32.162Z | Compiling thiserror-impl v1.0.64 |
1316 | 2024-12-18T01:05:32.908Z | Compiling tokio-macros v2.4.0 |
1317 | 2024-12-18T01:05:33.209Z | Compiling schemars_derive v0.8.21 |
1318 | 2024-12-18T01:05:34.004Z | Compiling zerocopy v0.7.34 |
1319 | 2024-12-18T01:05:34.369Z | Compiling futures-macro v0.3.30 |
1320 | 2024-12-18T01:05:35.753Z | Compiling hashbrown v0.14.5 |
1321 | 2024-12-18T01:05:36.105Z | Compiling pest v2.7.10 |
1322 | 2024-12-18T01:05:36.217Z | Compiling futures-util v0.3.30 |
1323 | 2024-12-18T01:05:36.996Z | Compiling openssl-macros v0.1.1 |
1324 | 2024-12-18T01:05:37.529Z | Compiling regex v1.10.6 |
1325 | 2024-12-18T01:05:37.839Z | Compiling tracing-attributes v0.1.27 |
1326 | 2024-12-18T01:05:38.313Z | Compiling scroll_derive v0.12.0 |
1327 | 2024-12-18T01:05:38.430Z | Compiling time-macros v0.2.18 |
1328 | 2024-12-18T01:05:38.456Z | Compiling pest_meta v2.7.10 |
1329 | 2024-12-18T01:05:38.773Z | Compiling crypto-common v0.1.6 |
1330 | 2024-12-18T01:05:39.709Z | Compiling pest_generator v2.7.10 |
1331 | 2024-12-18T01:05:40.793Z | Compiling tracing v0.1.40 |
1332 | 2024-12-18T01:05:41.352Z | Compiling regress v0.10.1 |
1333 | 2024-12-18T01:05:41.436Z | Compiling thread-id v4.2.1 |
1334 | 2024-12-18T01:05:41.561Z | Compiling rustls-pki-types v1.7.0 |
1335 | 2024-12-18T01:05:41.887Z | Compiling percent-encoding v2.3.1 |
1336 | 2024-12-18T01:05:41.906Z | Compiling pest_derive v2.7.10 |
1337 | 2024-12-18T01:05:42.189Z | Compiling form_urlencoded v1.2.1 |
1338 | 2024-12-18T01:05:42.362Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-12-18T01:05:42.458Z | Compiling strsim v0.11.1 |
1340 | 2024-12-18T01:05:42.706Z | Compiling tinyvec v1.6.0 |
1341 | 2024-12-18T01:05:42.804Z | Compiling camino v1.1.9 |
1342 | 2024-12-18T01:05:42.863Z | Compiling ppv-lite86 v0.2.17 |
1343 | 2024-12-18T01:05:43.079Z | Compiling zeroize v1.7.0 |
1344 | 2024-12-18T01:05:43.393Z | Compiling atomic-waker v1.1.2 |
1345 | 2024-12-18T01:05:43.576Z | Compiling rand_chacha v0.3.1 |
1346 | 2024-12-18T01:05:43.576Z | Compiling rustls-webpki v0.102.4 |
1347 | 2024-12-18T01:05:44.269Z | Compiling bytes v1.7.2 |
1348 | 2024-12-18T01:05:45.292Z | Compiling indexmap v2.5.0 |
1349 | 2024-12-18T01:05:45.735Z | Compiling tokio v1.39.3 |
1350 | 2024-12-18T01:05:45.842Z | Compiling chrono v0.4.38 |
1351 | 2024-12-18T01:05:46.096Z | Compiling uuid v1.10.0 |
1352 | 2024-12-18T01:05:46.528Z | Compiling bitflags v2.6.0 |
1353 | 2024-12-18T01:05:46.574Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2024-12-18T01:05:47.095Z | Compiling http v1.1.0 |
1355 | 2024-12-18T01:05:48.075Z | Compiling unicode-normalization v0.1.23 |
1356 | 2024-12-18T01:05:49.397Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-18T01:05:50.179Z | Compiling http-body v1.0.1 |
1358 | 2024-12-18T01:05:50.436Z | Compiling unicode-bidi v0.3.15 |
1359 | 2024-12-18T01:05:50.649Z | Compiling try-lock v0.2.5 |
1360 | 2024-12-18T01:05:50.806Z | Compiling ident_case v1.0.1 |
1361 | 2024-12-18T01:05:51.003Z | Compiling darling_core v0.20.9 |
1362 | 2024-12-18T01:05:52.467Z | Compiling typify-impl v0.2.0 |
1363 | 2024-12-18T01:05:52.775Z | Compiling want v0.3.1 |
1364 | 2024-12-18T01:05:53.056Z | Compiling openapiv3 v2.0.0 |
1365 | 2024-12-18T01:05:53.126Z | Compiling rand v0.8.5 |
1366 | 2024-12-18T01:05:54.187Z | Compiling tokio-util v0.7.11 |
1367 | 2024-12-18T01:05:54.648Z | Compiling scroll v0.12.0 |
1368 | 2024-12-18T01:05:55.306Z | Compiling h2 v0.4.6 |
1369 | 2024-12-18T01:05:56.181Z | Compiling httpdate v1.0.3 |
1370 | 2024-12-18T01:05:56.471Z | Compiling plain v0.2.3 |
1371 | 2024-12-18T01:05:56.625Z | Compiling base64 v0.22.1 |
1372 | 2024-12-18T01:05:56.915Z | Compiling goblin v0.8.2 |
1373 | 2024-12-18T01:05:56.968Z | Compiling darling_macro v0.20.9 |
1374 | 2024-12-18T01:05:57.717Z | Compiling idna v0.5.0 |
1375 | 2024-12-18T01:05:58.039Z | Compiling strum_macros v0.26.2 |
1376 | 2024-12-18T01:05:59.240Z | Compiling unsafe-libyaml v0.2.11 |
1377 | 2024-12-18T01:06:00.925Z | Compiling hyper v1.4.1 |
1378 | 2024-12-18T01:06:01.609Z | Compiling omicron-workspace-hack v0.1.0 |
1379 | 2024-12-18T01:06:01.948Z | Compiling cpufeatures v0.2.12 |
1380 | 2024-12-18T01:06:02.046Z | Compiling tower-service v0.3.2 |
1381 | 2024-12-18T01:06:02.113Z | Compiling pretty-hex v0.4.1 |
1382 | 2024-12-18T01:06:02.171Z | Compiling serde_yaml v0.9.34+deprecated |
1383 | 2024-12-18T01:06:02.311Z | Compiling url v2.5.0 |
1384 | 2024-12-18T01:06:02.917Z | Compiling typify-macro v0.2.0 |
1385 | 2024-12-18T01:06:05.409Z | Compiling hyper-util v0.1.9 |
1386 | 2024-12-18T01:06:05.422Z | Compiling dof v0.3.0 |
1387 | 2024-12-18T01:06:06.711Z | Compiling typify v0.2.0 |
1388 | 2024-12-18T01:06:06.803Z | Compiling progenitor-impl v0.8.0 |
1389 | 2024-12-18T01:06:06.916Z | Compiling darling v0.20.9 |
1390 | 2024-12-18T01:06:07.156Z | Compiling dtrace-parser v0.2.0 |
1391 | 2024-12-18T01:06:07.779Z | Compiling async-trait v0.1.83 |
1392 | 2024-12-18T01:06:08.747Z | Compiling block-buffer v0.10.4 |
1393 | 2024-12-18T01:06:08.987Z | Compiling rustls v0.22.4 |
1394 | 2024-12-18T01:06:09.359Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2024-12-18T01:06:09.472Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-18T01:06:09.567Z | Compiling digest v0.10.7 |
1397 | 2024-12-18T01:06:10.001Z | Compiling serde_with_macros v3.11.0 |
1398 | 2024-12-18T01:06:10.106Z | Compiling http-body-util v0.1.2 |
1399 | 2024-12-18T01:06:10.265Z | Compiling toml_datetime v0.6.8 |
1400 | 2024-12-18T01:06:10.621Z | Compiling encoding_rs v0.8.34 |
1401 | 2024-12-18T01:06:10.683Z | Compiling slog-async v2.8.0 |
1402 | 2024-12-18T01:06:10.883Z | Compiling mime v0.3.17 |
1403 | 2024-12-18T01:06:11.343Z | Compiling rustls-pemfile v2.1.3 |
1404 | 2024-12-18T01:06:12.073Z | Compiling serde_urlencoded v0.7.1 |
1405 | 2024-12-18T01:06:12.355Z | Compiling multer v3.1.0 |
1406 | 2024-12-18T01:06:12.544Z | Compiling crossbeam-utils v0.8.19 |
1407 | 2024-12-18T01:06:12.587Z | Compiling openssl-probe v0.1.5 |
1408 | 2024-12-18T01:06:12.723Z | Compiling progenitor-macro v0.8.0 |
1409 | 2024-12-18T01:06:12.755Z | Compiling paste v1.0.15 |
1410 | 2024-12-18T01:06:13.134Z | Compiling usdt-macro v0.5.0 |
1411 | 2024-12-18T01:06:13.335Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2024-12-18T01:06:16.260Z | Compiling ipnet v2.9.0 |
1413 | 2024-12-18T01:06:20.684Z | Compiling tokio-native-tls v0.3.1 |
1414 | 2024-12-18T01:06:20.981Z | Compiling tokio-rustls v0.26.0 |
1415 | 2024-12-18T01:06:25.988Z | Compiling serde_spanned v0.6.7 |
1416 | 2024-12-18T01:06:26.158Z | Compiling webpki-roots v0.26.3 |
1417 | 2024-12-18T01:06:26.232Z | Compiling futures-executor v0.3.30 |
1418 | 2024-12-18T01:06:26.566Z | Compiling async-stream-impl v0.3.5 |
1419 | 2024-12-18T01:06:27.240Z | Compiling dropshot v0.12.0 |
1420 | 2024-12-18T01:06:27.894Z | Compiling powerfmt v0.2.0 |
1421 | 2024-12-18T01:06:28.378Z | Compiling deranged v0.3.11 |
1422 | 2024-12-18T01:06:29.077Z | Compiling futures v0.3.30 |
1423 | 2024-12-18T01:06:29.193Z | Compiling hyper-rustls v0.27.3 |
1424 | 2024-12-18T01:06:30.740Z | Compiling hyper-tls v0.6.0 |
1425 | 2024-12-18T01:06:31.141Z | Compiling sha1 v0.10.6 |
1426 | 2024-12-18T01:06:31.547Z | Compiling sync_wrapper v1.0.1 |
1427 | 2024-12-18T01:06:33.181Z | Compiling num_threads v0.1.7 |
1428 | 2024-12-18T01:06:33.304Z | Compiling time v0.3.36 |
1429 | 2024-12-18T01:06:35.187Z | Compiling reqwest v0.12.7 |
1430 | 2024-12-18T01:06:36.702Z | Compiling strum v0.26.2 |
1431 | 2024-12-18T01:06:36.888Z | Compiling dropshot_endpoint v0.12.0 |
1432 | 2024-12-18T01:06:41.409Z | Compiling structmeta-derive v0.3.0 |
1433 | 2024-12-18T01:06:42.023Z | Compiling rustix v0.38.34 |
1434 | 2024-12-18T01:06:44.006Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-18T01:06:44.271Z | Compiling progenitor-client v0.8.0 |
1436 | 2024-12-18T01:06:45.469Z | Compiling serde_with v3.11.0 |
1437 | 2024-12-18T01:06:49.323Z | Compiling dirs-sys-next v0.1.2 |
1438 | 2024-12-18T01:06:50.315Z | Compiling errno v0.3.9 |
1439 | 2024-12-18T01:06:50.942Z | Compiling match_cfg v0.1.0 |
1440 | 2024-12-18T01:06:51.341Z | Compiling winnow v0.6.18 |
1441 | 2024-12-18T01:06:54.577Z | Compiling hostname v0.3.1 |
1442 | 2024-12-18T01:06:56.288Z | Compiling dirs-next v2.0.0 |
1443 | 2024-12-18T01:06:56.535Z | Compiling progenitor v0.8.0 |
1444 | 2024-12-18T01:06:56.824Z | Compiling parse-display-derive v0.10.0 |
1445 | 2024-12-18T01:06:58.562Z | Compiling ipnetwork v0.20.0 |
1446 | 2024-12-18T01:07:00.015Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1447 | 2024-12-18T01:07:00.619Z | Compiling thread_local v1.1.8 |
1448 | 2024-12-18T01:07:02.481Z | Compiling term v0.7.0 |
1449 | 2024-12-18T01:07:03.379Z | Compiling crossbeam-channel v0.5.12 |
1450 | 2024-12-18T01:07:03.690Z | Compiling memmap v0.7.0 |
1451 | 2024-12-18T01:07:04.107Z | Compiling is-terminal v0.4.12 |
1452 | 2024-12-18T01:07:04.840Z | Compiling take_mut v0.2.2 |
1453 | 2024-12-18T01:07:06.583Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-18T01:07:06.932Z | Compiling usdt v0.5.0 |
1455 | 2024-12-18T01:07:08.318Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1456 | 2024-12-18T01:07:09.169Z | Compiling toml_edit v0.22.20 |
1457 | 2024-12-18T01:07:09.211Z | Compiling slog-json v2.6.1 |
1458 | 2024-12-18T01:07:10.151Z | Compiling winnow v0.5.40 |
1459 | 2024-12-18T01:07:10.478Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-12-18T01:07:10.881Z | Compiling slog-bunyan v2.5.0 |
1461 | 2024-12-18T01:07:13.629Z | Compiling toml_edit v0.19.15 |
1462 | 2024-12-18T01:07:13.671Z | Compiling toml v0.8.19 |
1463 | 2024-12-18T01:07:14.143Z | Compiling tokio-rustls v0.25.0 |
1464 | 2024-12-18T01:07:15.702Z | Compiling async-stream v0.3.5 |
1465 | 2024-12-18T01:07:15.973Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2024-12-18T01:07:16.003Z | Compiling waitgroup v0.1.2 |
1467 | 2024-12-18T01:07:16.230Z | Compiling hostname v0.4.0 |
1468 | 2024-12-18T01:07:16.766Z | Compiling crucible-workspace-hack v0.1.0 |
1469 | 2024-12-18T01:07:19.205Z | Compiling proc-macro-crate v1.3.1 |
1470 | 2024-12-18T01:07:19.977Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1471 | 2024-12-18T01:07:21.496Z | Compiling newtype-uuid v1.1.0 |
1472 | 2024-12-18T01:07:22.033Z | Compiling unicode-width v0.1.14 |
1473 | 2024-12-18T01:07:22.646Z | Compiling hex v0.4.3 |
1474 | 2024-12-18T01:07:23.363Z | Compiling clap_derive v4.5.4 |
1475 | 2024-12-18T01:07:23.776Z | Compiling instant v0.1.12 |
1476 | 2024-12-18T01:07:23.854Z | Compiling utf8parse v0.2.1 |
1477 | 2024-12-18T01:07:24.011Z | Compiling lazy_static v1.5.0 |
1478 | 2024-12-18T01:07:24.064Z | Compiling anstyle-parse v0.2.4 |
1479 | 2024-12-18T01:07:24.136Z | Compiling backoff v0.4.0 |
1480 | 2024-12-18T01:07:27.145Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1481 | 2024-12-18T01:07:27.306Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1482 | 2024-12-18T01:07:27.810Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1483 | 2024-12-18T01:07:28.031Z | Compiling parse-display v0.10.0 |
1484 | 2024-12-18T01:07:28.492Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1485 | 2024-12-18T01:07:29.909Z | Compiling macaddr v1.0.1 |
1486 | 2024-12-18T01:07:30.003Z | Compiling regress v0.9.1 |
1487 | 2024-12-18T01:07:30.654Z | Compiling num-integer v0.1.46 |
1488 | 2024-12-18T01:07:31.009Z | Compiling anstyle-query v1.0.3 |
1489 | 2024-12-18T01:07:31.159Z | Compiling anstyle v1.0.7 |
1490 | 2024-12-18T01:07:31.670Z | Compiling colorchoice v1.0.1 |
1491 | 2024-12-18T01:07:31.763Z | Compiling is_terminal_polyfill v1.70.0 |
1492 | 2024-12-18T01:07:31.814Z | Compiling unicode-xid v0.2.4 |
1493 | 2024-12-18T01:07:31.893Z | Compiling anstream v0.6.14 |
1494 | 2024-12-18T01:07:33.151Z | Compiling terminal_size v0.3.0 |
1495 | 2024-12-18T01:07:34.150Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1496 | 2024-12-18T01:07:35.903Z | Compiling clap_lex v0.7.0 |
1497 | 2024-12-18T01:07:36.786Z | Compiling heapless v0.8.0 |
1498 | 2024-12-18T01:07:37.574Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-18T01:07:38.819Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-18T01:07:39.052Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-18T01:07:39.955Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-18T01:07:40.209Z | Compiling smoltcp v0.11.0 |
1503 | 2024-12-18T01:07:40.864Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1504 | 2024-12-18T01:07:41.282Z | Compiling either v1.13.0 |
1505 | 2024-12-18T01:07:41.295Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-12-18T01:07:41.693Z | Compiling fastrand v2.1.0 |
1507 | 2024-12-18T01:07:41.987Z | Compiling clap v4.5.4 |
1508 | 2024-12-18T01:07:42.109Z | Compiling tempfile v3.10.1 |
1509 | 2024-12-18T01:07:42.321Z | Compiling num-rational v0.4.2 |
1510 | 2024-12-18T01:07:43.783Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-18T01:07:44.314Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-18T01:07:44.374Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-18T01:07:44.707Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-18T01:07:45.547Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-18T01:07:45.578Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-18T01:07:45.685Z | Compiling cobs v0.2.3 |
1517 | 2024-12-18T01:07:45.934Z | Compiling managed v0.8.0 |
1518 | 2024-12-18T01:07:45.976Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1519 | 2024-12-18T01:07:46.526Z | Compiling postcard v1.0.9 |
1520 | 2024-12-18T01:07:46.532Z | Compiling num v0.4.3 |
1521 | 2024-12-18T01:07:46.834Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-18T01:07:47.668Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-18T01:07:48.039Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-18T01:07:48.600Z | Compiling proc-macro-error v1.0.4 |
1525 | 2024-12-18T01:07:48.612Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-18T01:07:49.060Z | Compiling prettyplease v0.2.22 |
1527 | 2024-12-18T01:07:49.144Z | Compiling foreign-types-shared v0.3.1 |
1528 | 2024-12-18T01:07:49.436Z | Compiling pretty-hex v0.2.1 |
1529 | 2024-12-18T01:07:49.626Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1530 | 2024-12-18T01:07:49.638Z | Compiling data-encoding v2.6.0 |
1531 | 2024-12-18T01:07:49.778Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-18T01:07:50.946Z | Compiling foreign-types v0.5.0 |
1533 | 2024-12-18T01:07:54.266Z | Compiling tabwriter v1.4.0 |
1534 | 2024-12-18T01:07:54.679Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1535 | 2024-12-18T01:07:54.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1536 | 2024-12-18T01:07:55.768Z | Compiling cstr-argument v0.1.2 |
1537 | 2024-12-18T01:07:55.841Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1538 | 2024-12-18T01:07:56.445Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-18T01:07:57.263Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-18T01:07:58.222Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-18T01:07:58.584Z | Compiling colored v2.1.0 |
1542 | 2024-12-18T01:07:59.524Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-18T01:07:59.738Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-18T01:07:59.786Z | Compiling unicode-segmentation v1.11.0 |
1545 | 2024-12-18T01:07:59.882Z | Compiling static_assertions v1.1.0 |
1546 | 2024-12-18T01:07:59.999Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1547 | 2024-12-18T01:08:00.116Z | Compiling float-ord v0.3.2 |
1548 | 2024-12-18T01:08:00.280Z | Compiling semver v0.1.20 |
1549 | 2024-12-18T01:08:00.410Z | Compiling newline-converter v0.3.0 |
1550 | 2024-12-18T01:08:00.441Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1551 | 2024-12-18T01:08:00.595Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1552 | 2024-12-18T01:08:00.772Z | Compiling rustc_version v0.1.7 |
1553 | 2024-12-18T01:08:01.978Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-18T01:08:04.066Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-18T01:08:04.790Z | Compiling itertools v0.10.5 |
1556 | 2024-12-18T01:08:05.300Z | Compiling console v0.15.8 |
1557 | 2024-12-18T01:08:08.061Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-18T01:08:08.794Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-18T01:08:09.709Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-18T01:08:09.837Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-18T01:08:10.550Z | Compiling base64ct v1.6.0 |
1562 | 2024-12-18T01:08:10.567Z | Compiling base64 v0.21.7 |
1563 | 2024-12-18T01:08:10.912Z | Compiling similar v2.5.0 |
1564 | 2024-12-18T01:08:11.194Z | Compiling password-hash v0.5.0 |
1565 | 2024-12-18T01:08:11.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1566 | 2024-12-18T01:08:12.575Z | Compiling expectorate v1.1.0 |
1567 | 2024-12-18T01:08:12.878Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1568 | 2024-12-18T01:08:13.204Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1569 | 2024-12-18T01:08:13.729Z | Compiling zone v0.3.0 |
1570 | 2024-12-18T01:08:15.979Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1571 | 2024-12-18T01:08:16.834Z | Compiling newtype_derive v0.1.6 |
1572 | 2024-12-18T01:08:17.115Z | Compiling zerocopy v0.3.2 |
1573 | 2024-12-18T01:08:17.170Z | Compiling blake2 v0.10.6 |
1574 | 2024-12-18T01:08:17.474Z | Compiling cargo-platform v0.1.8 |
1575 | 2024-12-18T01:08:17.914Z | Compiling hubpack_derive v0.1.1 |
1576 | 2024-12-18T01:08:18.296Z | Compiling smf v0.2.3 |
1577 | 2024-12-18T01:08:18.835Z | Compiling zerocopy-derive v0.6.6 |
1578 | 2024-12-18T01:08:18.916Z | Compiling serde_repr v0.1.19 |
1579 | 2024-12-18T01:08:19.612Z | Compiling vergen v8.3.2 |
1580 | 2024-12-18T01:08:19.983Z | Compiling owo-colors v4.1.0 |
1581 | 2024-12-18T01:08:20.199Z | Compiling cancel-safe-futures v0.1.5 |
1582 | 2024-12-18T01:08:20.347Z | Compiling whoami v1.5.1 |
1583 | 2024-12-18T01:08:20.359Z | Compiling fixedbitset v0.4.2 |
1584 | 2024-12-18T01:08:20.617Z | Compiling petgraph v0.6.5 |
1585 | 2024-12-18T01:08:20.696Z | Compiling zerocopy v0.6.6 |
1586 | 2024-12-18T01:08:21.126Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-18T01:08:21.225Z | Compiling cargo_metadata v0.18.1 |
1588 | 2024-12-18T01:08:21.409Z | Compiling argon2 v0.5.3 |
1589 | 2024-12-18T01:08:21.583Z | Compiling dof v0.1.5 |
1590 | 2024-12-18T01:08:24.067Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1591 | 2024-12-18T01:08:24.077Z | Compiling rustc_version v0.4.0 |
1592 | 2024-12-18T01:08:24.630Z | Compiling serde-big-array v0.5.1 |
1593 | 2024-12-18T01:08:24.650Z | Compiling dtrace-parser v0.1.14 |
1594 | 2024-12-18T01:08:24.871Z | Compiling strum_macros v0.25.3 |
1595 | 2024-12-18T01:08:30.071Z | Compiling libsqlite3-sys v0.30.1 |
1596 | 2024-12-18T01:08:30.205Z | Compiling slog-dtrace v0.3.0 |
1597 | 2024-12-18T01:08:30.206Z | Compiling cookie v0.18.1 |
1598 | 2024-12-18T01:08:30.206Z | Compiling utf-8 v0.7.6 |
1599 | 2024-12-18T01:08:30.206Z | Compiling cfg_aliases v0.2.1 |
1600 | 2024-12-18T01:08:30.206Z | Compiling convert_case v0.4.0 |
1601 | 2024-12-18T01:08:30.206Z | Compiling rustls v0.21.12 |
1602 | 2024-12-18T01:08:30.206Z | Compiling nix v0.29.0 |
1603 | 2024-12-18T01:08:30.206Z | Compiling tungstenite v0.21.0 |
1604 | 2024-12-18T01:08:30.206Z | Compiling derive_more v0.99.18 |
1605 | 2024-12-18T01:08:30.206Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-18T01:08:30.206Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1607 | 2024-12-18T01:08:30.206Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1608 | 2024-12-18T01:08:30.941Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-12-18T01:08:32.339Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-12-18T01:08:32.954Z | Compiling atomicwrites v0.4.4 |
1611 | 2024-12-18T01:08:33.410Z | Compiling itertools v0.13.0 |
1612 | 2024-12-18T01:08:33.521Z | Compiling libsw v3.3.1 |
1613 | 2024-12-18T01:08:33.687Z | Compiling idna v0.4.0 |
1614 | 2024-12-18T01:08:33.832Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1615 | 2024-12-18T01:08:36.289Z | Compiling serde_tokenstream v0.1.7 |
1616 | 2024-12-18T01:08:36.369Z | Compiling sct v0.7.1 |
1617 | 2024-12-18T01:08:36.740Z | Compiling rustls-webpki v0.101.7 |
1618 | 2024-12-18T01:08:36.763Z | Compiling enum-as-inner v0.6.0 |
1619 | 2024-12-18T01:08:36.814Z | Compiling derive-where v1.2.7 |
1620 | 2024-12-18T01:08:37.501Z | Compiling inout v0.1.3 |
1621 | 2024-12-18T01:08:37.713Z | Compiling quick-error v1.2.3 |
1622 | 2024-12-18T01:08:37.854Z | Compiling swrite v0.1.0 |
1623 | 2024-12-18T01:08:37.893Z | Compiling radium v0.7.0 |
1624 | 2024-12-18T01:08:37.979Z | Compiling indent_write v2.2.0 |
1625 | 2024-12-18T01:08:38.178Z | Compiling highway v1.2.0 |
1626 | 2024-12-18T01:08:38.372Z | Compiling linear-map v1.2.0 |
1627 | 2024-12-18T01:08:38.462Z | Compiling linked-hash-map v0.5.6 |
1628 | 2024-12-18T01:08:38.746Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1629 | 2024-12-18T01:08:38.815Z | Compiling lru-cache v0.1.2 |
1630 | 2024-12-18T01:08:39.039Z | Compiling hickory-proto v0.24.1 |
1631 | 2024-12-18T01:08:39.493Z | Compiling resolv-conf v0.7.0 |
1632 | 2024-12-18T01:08:39.802Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-18T01:08:40.400Z | Compiling cipher v0.4.4 |
1634 | 2024-12-18T01:08:40.968Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-18T01:08:41.709Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1636 | 2024-12-18T01:08:47.408Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1637 | 2024-12-18T01:08:50.573Z | Compiling git2 v0.19.0 |
1638 | 2024-12-18T01:08:50.697Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-18T01:08:51.567Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1640 | 2024-12-18T01:08:57.414Z | Compiling steno v0.4.1 |
1641 | 2024-12-18T01:08:57.426Z | Compiling tokio-tungstenite v0.21.0 |
1642 | 2024-12-18T01:08:58.494Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1643 | 2024-12-18T01:08:59.615Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1644 | 2024-12-18T01:08:59.827Z | Compiling crossbeam-epoch v0.9.18 |
1645 | 2024-12-18T01:09:00.632Z | Compiling hashlink v0.9.1 |
1646 | 2024-12-18T01:09:00.765Z | Compiling tap v1.0.1 |
1647 | 2024-12-18T01:09:00.941Z | Compiling rayon-core v1.12.1 |
1648 | 2024-12-18T01:09:01.310Z | Compiling humantime v2.1.0 |
1649 | 2024-12-18T01:09:01.321Z | Compiling fallible-iterator v0.3.0 |
1650 | 2024-12-18T01:09:02.038Z | Compiling fallible-streaming-iterator v0.1.9 |
1651 | 2024-12-18T01:09:02.146Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-12-18T01:09:02.286Z | Compiling rusqlite v0.32.1 |
1653 | 2024-12-18T01:09:06.425Z | Compiling wyz v0.5.1 |
1654 | 2024-12-18T01:09:06.857Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1655 | 2024-12-18T01:09:07.011Z | Compiling crossbeam-deque v0.8.5 |
1656 | 2024-12-18T01:09:07.377Z | Compiling tokio-rustls v0.24.1 |
1657 | 2024-12-18T01:09:07.782Z | Compiling hickory-resolver v0.24.1 |
1658 | 2024-12-18T01:09:08.689Z | Compiling usdt-attr-macro v0.3.5 |
1659 | 2024-12-18T01:09:08.734Z | Compiling usdt-macro v0.3.5 |
1660 | 2024-12-18T01:09:10.073Z | Compiling rustls-pemfile v1.0.4 |
1661 | 2024-12-18T01:09:10.173Z | Compiling twox-hash v1.6.3 |
1662 | 2024-12-18T01:09:10.813Z | Compiling num_enum_derive v0.7.2 |
1663 | 2024-12-18T01:09:11.105Z | Compiling universal-hash v0.5.1 |
1664 | 2024-12-18T01:09:11.329Z | Compiling atty v0.2.14 |
1665 | 2024-12-18T01:09:11.480Z | Compiling opaque-debug v0.3.1 |
1666 | 2024-12-18T01:09:11.580Z | Compiling funty v2.0.0 |
1667 | 2024-12-18T01:09:13.227Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1668 | 2024-12-18T01:09:13.624Z | Compiling num_enum v0.7.2 |
1669 | 2024-12-18T01:09:13.812Z | Compiling bitvec v1.0.1 |
1670 | 2024-12-18T01:09:13.876Z | Compiling polyval v0.6.2 |
1671 | 2024-12-18T01:09:14.369Z | Compiling usdt v0.3.5 |
1672 | 2024-12-18T01:09:14.835Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1673 | 2024-12-18T01:09:18.891Z | Compiling toml v0.7.8 |
1674 | 2024-12-18T01:09:22.264Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1675 | 2024-12-18T01:09:24.230Z | Compiling ctr v0.9.2 |
1676 | 2024-12-18T01:09:24.455Z | Compiling aes v0.8.4 |
1677 | 2024-12-18T01:09:24.584Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1678 | 2024-12-18T01:09:25.009Z | Compiling bincode v1.3.3 |
1679 | 2024-12-18T01:09:26.007Z | Compiling aead v0.5.2 |
1680 | 2024-12-18T01:09:26.338Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1681 | 2024-12-18T01:09:26.514Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1682 | 2024-12-18T01:09:26.855Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1683 | 2024-12-18T01:09:26.986Z | Compiling aes-gcm-siv v0.11.1 |
1684 | 2024-12-18T01:09:27.190Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1685 | 2024-12-18T01:09:27.283Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1686 | 2024-12-18T01:09:27.602Z | Compiling rayon v1.10.0 |
1687 | 2024-12-18T01:09:27.623Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-18T01:09:27.983Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1689 | 2024-12-18T01:09:28.341Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1690 | 2024-12-18T01:09:28.823Z | Compiling bitstruct_derive v0.1.0 |
1691 | 2024-12-18T01:09:29.904Z | Compiling async-recursion v1.1.1 |
1692 | 2024-12-18T01:09:30.203Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1693 | 2024-12-18T01:09:30.344Z | Compiling typeid v1.0.0 |
1694 | 2024-12-18T01:09:30.514Z | Compiling ascii v1.1.0 |
1695 | 2024-12-18T01:09:31.176Z | Compiling ringbuffer v0.15.0 |
1696 | 2024-12-18T01:09:31.384Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1697 | 2024-12-18T01:09:31.823Z | Compiling erased-serde v0.4.5 |
1698 | 2024-12-18T01:09:32.804Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1699 | 2024-12-18T01:09:33.278Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-18T01:09:33.311Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-18T01:09:33.435Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-18T01:09:33.647Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1703 | 2024-12-18T01:09:34.611Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1704 | 2024-12-18T01:09:34.988Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-18T01:09:35.477Z | Compiling const_format_proc_macros v0.2.32 |
1706 | 2024-12-18T01:09:37.333Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1707 | 2024-12-18T01:09:37.563Z | Compiling serde_arrays v0.1.0 |
1708 | 2024-12-18T01:09:37.819Z | Compiling kstat-rs v0.2.4 |
1709 | 2024-12-18T01:09:38.506Z | Compiling libloading v0.7.4 |
1710 | 2024-12-18T01:09:38.672Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1711 | 2024-12-18T01:09:38.916Z | Compiling const_format v0.2.32 |
1712 | 2024-12-18T01:09:40.117Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1713 | 2024-12-18T01:09:40.672Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1714 | 2024-12-18T01:09:40.684Z | Compiling ron v0.8.1 |
1715 | 2024-12-18T01:09:46.472Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1716 | 2024-12-18T01:09:50.999Z | Compiling bit_field v0.10.2 |
1717 | 2024-12-18T01:09:51.264Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1718 | 2024-12-18T01:09:53.465Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1719 | 2024-12-18T01:10:02.265Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1720 | 2024-12-18T01:11:05.813Z | Finished `release` profile [optimized] target(s) in 5m 47s |
1721 | 2024-12-18T01:11:05.959Z | |
1722 | 2024-12-18T01:11:05.959Z | real 5:47.474284150 |
1723 | 2024-12-18T01:11:05.959Z | user 41:46.197980279 |
1724 | 2024-12-18T01:11:05.959Z | sys 2:26.686576335 |
1725 | 2024-12-18T01:11:05.959Z | trap 1.240008163 |
1726 | 2024-12-18T01:11:05.959Z | tflt 2.537631612 |
1727 | 2024-12-18T01:11:05.959Z | dflt 0.475793746 |
1728 | 2024-12-18T01:11:05.959Z | kflt 0.000093499 |
1729 | 2024-12-18T01:11:05.962Z | lock 1:31:00.733036258 |
1730 | 2024-12-18T01:11:05.962Z | slp 2:30:25.042608835 |
1731 | 2024-12-18T01:11:05.962Z | lat 2:01.039484758 |
1732 | 2024-12-18T01:11:05.962Z | stop 2:07.248698720 |
1733 | 2024-12-18T01:11:05.962Z | + OUTDIR=/work/release |
1734 | 2024-12-18T01:11:05.962Z | + mkdir -p /work/release |
1735 | 2024-12-18T01:11:05.962Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-18T01:11:05.981Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-18T01:11:06.046Z | process exited: duration 581061 ms, exit code 0 |
|
1738 | 2024-12-18T01:11:06.057Z | found 2 output files |
1739 | 2024-12-18T01:11:06.057Z | uploading: /work/release/propolis-cli (16411152 bytes) |
1740 | 2024-12-18T01:11:07.375Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-18T01:11:07.379Z | uploading: /work/release/propolis-server (57338208 bytes) |
1742 | 2024-12-18T01:11:09.319Z | uploaded: /work/release/propolis-server |