|
|
|
1 | 2024-11-27T21:16:42.780Z | job assigned to worker 01JDQQP6K9J6KQVCKZ4MZDWT1E [factory aws, i-055afcf1f8cd0d21c] (queued for 50 s) |
|
2 | 2024-11-27T21:16:50.680Z | starting task 0: "setup" |
3 | 2024-11-27T21:16:50.689Z | ++ uname -s |
4 | 2024-11-27T21:16:50.692Z | + kern=SunOS |
5 | 2024-11-27T21:16:50.692Z | + case "$kern" in |
6 | 2024-11-27T21:16:50.692Z | + groupadd -g 12345 build |
7 | 2024-11-27T21:16:50.696Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T21:16:52.701Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T21:16:52.863Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T21:16:52.866Z | + home_fs=zfs |
11 | 2024-11-27T21:16:52.866Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T21:16:52.866Z | + mkdir -p /home/build |
13 | 2024-11-27T21:16:52.868Z | + chown build:build /home/build /work |
14 | 2024-11-27T21:16:54.870Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T21:16:54.872Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-11-27T21:16:54.878Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T21:16:54.883Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T21:16:54.883Z | ' stable |
19 | 2024-11-27T21:16:54.883Z | * toolchain channel = "stable" |
20 | 2024-11-27T21:16:54.883Z | * toolchain profile = "default" |
21 | 2024-11-27T21:16:54.883Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-27T21:16:54.883Z | ' default |
23 | 2024-11-27T21:16:54.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T21:16:54.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-27T21:16:54.998Z | info: downloading installer |
26 | 2024-11-27T21:16:56.387Z | info: profile set to 'default' |
27 | 2024-11-27T21:16:56.387Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T21:16:56.390Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-27T21:16:56.538Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-27T21:16:56.538Z | info: downloading component 'cargo' |
31 | 2024-11-27T21:16:57.398Z | info: downloading component 'clippy' |
32 | 2024-11-27T21:16:57.724Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T21:16:58.938Z | info: downloading component 'rust-std' |
34 | 2024-11-27T21:17:01.003Z | info: downloading component 'rustc' |
35 | 2024-11-27T21:17:08.094Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T21:17:08.339Z | info: installing component 'cargo' |
37 | 2024-11-27T21:17:09.129Z | info: installing component 'clippy' |
38 | 2024-11-27T21:17:09.492Z | info: installing component 'rust-docs' |
39 | 2024-11-27T21:17:11.168Z | info: installing component 'rust-std' |
40 | 2024-11-27T21:17:12.934Z | info: installing component 'rustc' |
41 | 2024-11-27T21:17:18.869Z | info: installing component 'rustfmt' |
42 | 2024-11-27T21:17:19.183Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-27T21:17:19.183Z | |
44 | 2024-11-27T21:17:19.559Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-27T21:17:19.559Z | |
46 | 2024-11-27T21:17:19.562Z | |
47 | 2024-11-27T21:17:19.562Z | Rust is installed now. Great! |
48 | 2024-11-27T21:17:19.562Z | |
49 | 2024-11-27T21:17:19.562Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T21:17:19.562Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T21:17:19.562Z | |
52 | 2024-11-27T21:17:19.562Z | To configure your current shell, you need to source |
53 | 2024-11-27T21:17:19.562Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T21:17:19.562Z | |
55 | 2024-11-27T21:17:19.562Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T21:17:19.562Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T21:17:19.562Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T21:17:19.636Z | + rustc --version |
59 | 2024-11-27T21:17:19.703Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-27T21:17:19.706Z | process exited: duration 24821 ms, exit code 0 |
|
61 | 2024-11-27T21:17:19.712Z | starting task 2: "authentication" |
62 | 2024-11-27T21:17:19.731Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-27T21:17:19.735Z | starting task 3: "clone repository" |
64 | 2024-11-27T21:17:19.740Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-11-27T21:17:19.742Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-11-27T21:17:19.788Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-11-27T21:17:20.857Z | + cd /work/oxidecomputer/propolis |
68 | 2024-11-27T21:17:20.859Z | + git fetch origin 7c1582ddb926eb16d1e635b74c94059f8cb8e72b |
69 | 2024-11-27T21:17:21.118Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-11-27T21:17:21.118Z | * branch 7c1582ddb926eb16d1e635b74c94059f8cb8e72b -> FETCH_HEAD |
71 | 2024-11-27T21:17:21.127Z | + [[ -n gjcolombo/phd-long-lines-linux ]] |
72 | 2024-11-27T21:17:21.129Z | ++ git branch --show-current |
73 | 2024-11-27T21:17:21.131Z | + current=master |
74 | 2024-11-27T21:17:21.131Z | + [[ master != gjcolombo/phd-long-lines-linux ]] |
75 | 2024-11-27T21:17:21.131Z | + git branch -f gjcolombo/phd-long-lines-linux 7c1582ddb926eb16d1e635b74c94059f8cb8e72b |
76 | 2024-11-27T21:17:21.134Z | + git checkout -f gjcolombo/phd-long-lines-linux |
77 | 2024-11-27T21:17:21.159Z | Switched to branch 'gjcolombo/phd-long-lines-linux' |
78 | 2024-11-27T21:17:21.161Z | + git reset --hard 7c1582ddb926eb16d1e635b74c94059f8cb8e72b |
79 | 2024-11-27T21:17:21.165Z | HEAD is now at 7c1582d PHD: use stty to widen the effective terminal for Linux guests |
80 | 2024-11-27T21:17:21.167Z | process exited: duration 1429 ms, exit code 0 |
|
81 | 2024-11-27T21:17:21.173Z | starting task 4: "build" |
82 | 2024-11-27T21:17:21.178Z | + cargo --version |
83 | 2024-11-27T21:17:21.237Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
84 | 2024-11-27T21:17:21.240Z | + rustc --version |
85 | 2024-11-27T21:17:21.301Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
86 | 2024-11-27T21:17:21.304Z | + banner check |
87 | 2024-11-27T21:17:21.307Z | |
88 | 2024-11-27T21:17:21.307Z | #### # # ###### #### # # |
89 | 2024-11-27T21:17:21.307Z | # # # # # # # # # |
90 | 2024-11-27T21:17:21.307Z | # ###### ##### # #### |
91 | 2024-11-27T21:17:21.307Z | # # # # # # # |
92 | 2024-11-27T21:17:21.307Z | # # # # # # # # # |
93 | 2024-11-27T21:17:21.307Z | #### # # ###### #### # # |
94 | 2024-11-27T21:17:21.307Z | |
95 | 2024-11-27T21:17:21.309Z | + ptime -m cargo check --features falcon |
96 | 2024-11-27T21:17:21.466Z | Updating crates.io index |
97 | 2024-11-27T21:17:21.470Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-11-27T21:17:24.175Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-11-27T21:17:30.599Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-11-27T21:17:30.960Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-11-27T21:17:31.202Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-11-27T21:17:31.461Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-11-27T21:17:31.863Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-27T21:17:32.151Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-11-27T21:17:32.780Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-11-27T21:17:33.169Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-11-27T21:17:33.539Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-11-27T21:17:33.966Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-11-27T21:17:35.002Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-11-27T21:17:36.061Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-11-27T21:17:36.644Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-11-27T21:17:36.936Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-11-27T21:17:37.427Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-11-27T21:17:37.688Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-11-27T21:17:39.245Z | Downloading crates ... |
116 | 2024-11-27T21:17:39.258Z | Downloaded aes v0.8.4 |
117 | 2024-11-27T21:17:39.258Z | Downloaded rustls-pemfile v1.0.4 |
118 | 2024-11-27T21:17:39.259Z | Downloaded anstream v0.6.14 |
119 | 2024-11-27T21:17:39.259Z | Downloaded aes-gcm-siv v0.11.1 |
120 | 2024-11-27T21:17:39.259Z | Downloaded async-stream v0.3.5 |
121 | 2024-11-27T21:17:39.259Z | Downloaded anyhow v1.0.89 |
122 | 2024-11-27T21:17:39.259Z | Downloaded argon2 v0.5.3 |
123 | 2024-11-27T21:17:39.259Z | Downloaded allocator-api2 v0.2.18 |
124 | 2024-11-27T21:17:39.259Z | Downloaded ascii v1.1.0 |
125 | 2024-11-27T21:17:39.259Z | Downloaded anstyle-parse v0.2.4 |
126 | 2024-11-27T21:17:39.259Z | Downloaded async-trait v0.1.83 |
127 | 2024-11-27T21:17:39.259Z | Downloaded async-recursion v1.1.1 |
128 | 2024-11-27T21:17:39.259Z | Downloaded atomic-waker v1.1.2 |
129 | 2024-11-27T21:17:39.259Z | Downloaded async-stream-impl v0.3.5 |
130 | 2024-11-27T21:17:39.259Z | Downloaded anstyle-query v1.0.3 |
131 | 2024-11-27T21:17:39.259Z | Downloaded ahash v0.8.11 |
132 | 2024-11-27T21:17:39.259Z | Downloaded anstyle v1.0.7 |
133 | 2024-11-27T21:17:39.259Z | Downloaded aead v0.5.2 |
134 | 2024-11-27T21:17:39.259Z | Downloaded aho-corasick v1.1.3 |
135 | 2024-11-27T21:17:39.259Z | Downloaded num-conv v0.1.0 |
136 | 2024-11-27T21:17:39.259Z | Downloaded num v0.4.3 |
137 | 2024-11-27T21:17:39.259Z | Downloaded base64 v0.21.7 |
138 | 2024-11-27T21:17:39.260Z | Downloaded atty v0.2.14 |
139 | 2024-11-27T21:17:39.260Z | Downloaded cfg_aliases v0.1.1 |
140 | 2024-11-27T21:17:39.260Z | Downloaded bitstruct v0.1.1 |
141 | 2024-11-27T21:17:39.260Z | Downloaded crossbeam-deque v0.8.5 |
142 | 2024-11-27T21:17:39.260Z | Downloaded backoff v0.4.0 |
143 | 2024-11-27T21:17:39.260Z | Downloaded expectorate v1.1.0 |
144 | 2024-11-27T21:17:39.260Z | Downloaded bitstruct_derive v0.1.0 |
145 | 2024-11-27T21:17:39.260Z | Downloaded num_threads v0.1.7 |
146 | 2024-11-27T21:17:39.260Z | Downloaded num-rational v0.4.2 |
147 | 2024-11-27T21:17:39.260Z | Downloaded num_enum v0.5.11 |
148 | 2024-11-27T21:17:39.260Z | Downloaded num-integer v0.1.46 |
149 | 2024-11-27T21:17:39.260Z | Downloaded dtrace-parser v0.1.14 |
150 | 2024-11-27T21:17:39.260Z | Downloaded defmt-parser v0.3.4 |
151 | 2024-11-27T21:17:39.260Z | Downloaded cobs v0.2.3 |
152 | 2024-11-27T21:17:39.260Z | Downloaded num_enum_derive v0.7.2 |
153 | 2024-11-27T21:17:39.260Z | Downloaded num-bigint v0.4.5 |
154 | 2024-11-27T21:17:39.260Z | Downloaded crucible-workspace-hack v0.1.0 |
155 | 2024-11-27T21:17:39.260Z | Downloaded once_cell v1.19.0 |
156 | 2024-11-27T21:17:39.260Z | Downloaded byteorder v1.5.0 |
157 | 2024-11-27T21:17:39.260Z | Downloaded num-traits v0.2.19 |
158 | 2024-11-27T21:17:39.260Z | Downloaded deranged v0.3.11 |
159 | 2024-11-27T21:17:39.260Z | Downloaded cpufeatures v0.2.12 |
160 | 2024-11-27T21:17:39.260Z | Downloaded atomicwrites v0.4.4 |
161 | 2024-11-27T21:17:39.260Z | Downloaded num_enum_derive v0.5.11 |
162 | 2024-11-27T21:17:39.260Z | Downloaded derive_more v0.99.18 |
163 | 2024-11-27T21:17:39.260Z | Downloaded parking_lot_core v0.9.10 |
164 | 2024-11-27T21:17:39.260Z | Downloaded dirs-next v2.0.0 |
165 | 2024-11-27T21:17:39.260Z | Downloaded digest v0.10.7 |
166 | 2024-11-27T21:17:39.261Z | Downloaded parse-display-derive v0.10.0 |
167 | 2024-11-27T21:17:39.261Z | Downloaded dof v0.3.0 |
168 | 2024-11-27T21:17:39.261Z | Downloaded ctrlc v3.4.4 |
169 | 2024-11-27T21:17:39.261Z | Downloaded base64ct v1.6.0 |
170 | 2024-11-27T21:17:39.261Z | Downloaded darling_macro v0.20.9 |
171 | 2024-11-27T21:17:39.261Z | Downloaded cancel-safe-futures v0.1.5 |
172 | 2024-11-27T21:17:39.261Z | Downloaded pretty-hex v0.4.1 |
173 | 2024-11-27T21:17:39.261Z | Downloaded openssl-macros v0.1.1 |
174 | 2024-11-27T21:17:39.261Z | Downloaded colored v2.1.0 |
175 | 2024-11-27T21:17:39.261Z | Downloaded owo-colors v4.1.0 |
176 | 2024-11-27T21:17:39.261Z | Downloaded plain v0.2.3 |
177 | 2024-11-27T21:17:39.261Z | Downloaded want v0.3.1 |
178 | 2024-11-27T21:17:39.261Z | Downloaded parse-display v0.10.0 |
179 | 2024-11-27T21:17:39.261Z | Downloaded progenitor-client v0.8.0 |
180 | 2024-11-27T21:17:39.261Z | Downloaded openapiv3 v2.0.0 |
181 | 2024-11-27T21:17:39.261Z | Downloaded scroll_derive v0.12.0 |
182 | 2024-11-27T21:17:39.261Z | Downloaded pretty-hex v0.2.1 |
183 | 2024-11-27T21:17:39.261Z | Downloaded ctr v0.9.2 |
184 | 2024-11-27T21:17:39.261Z | Downloaded crossbeam-utils v0.8.19 |
185 | 2024-11-27T21:17:39.261Z | Downloaded equivalent v1.0.1 |
186 | 2024-11-27T21:17:39.261Z | Downloaded dirs-sys-next v0.1.2 |
187 | 2024-11-27T21:17:39.261Z | Downloaded crypto-common v0.1.6 |
188 | 2024-11-27T21:17:39.261Z | Downloaded paste v1.0.15 |
189 | 2024-11-27T21:17:39.261Z | Downloaded progenitor v0.8.0 |
190 | 2024-11-27T21:17:39.261Z | Downloaded powerfmt v0.2.0 |
191 | 2024-11-27T21:17:39.261Z | Downloaded sync_wrapper v1.0.1 |
192 | 2024-11-27T21:17:39.261Z | Downloaded errno v0.3.9 |
193 | 2024-11-27T21:17:39.262Z | Downloaded embedded-io v0.4.0 |
194 | 2024-11-27T21:17:39.262Z | Downloaded either v1.13.0 |
195 | 2024-11-27T21:17:39.262Z | Downloaded escargot v0.5.10 |
196 | 2024-11-27T21:17:39.270Z | Downloaded take_mut v0.2.2 |
197 | 2024-11-27T21:17:39.270Z | Downloaded clap v4.5.4 |
198 | 2024-11-27T21:17:39.270Z | Downloaded strum v0.26.2 |
199 | 2024-11-27T21:17:39.271Z | Downloaded futures-executor v0.3.30 |
200 | 2024-11-27T21:17:39.271Z | Downloaded fixedbitset v0.4.2 |
201 | 2024-11-27T21:17:39.271Z | Downloaded hex v0.4.3 |
202 | 2024-11-27T21:17:39.275Z | Downloaded pkg-config v0.3.30 |
203 | 2024-11-27T21:17:39.275Z | Downloaded proc-macro-crate v1.3.1 |
204 | 2024-11-27T21:17:39.275Z | Downloaded pest_generator v2.7.10 |
205 | 2024-11-27T21:17:39.275Z | Downloaded rand_chacha v0.3.1 |
206 | 2024-11-27T21:17:39.275Z | Downloaded rand_core v0.6.4 |
207 | 2024-11-27T21:17:39.275Z | Downloaded progenitor-macro v0.8.0 |
208 | 2024-11-27T21:17:39.281Z | Downloaded form_urlencoded v1.2.1 |
209 | 2024-11-27T21:17:39.281Z | Downloaded serde_tokenstream v0.2.2 |
210 | 2024-11-27T21:17:39.281Z | Downloaded rustc-hash v2.0.0 |
211 | 2024-11-27T21:17:39.285Z | Downloaded typeid v1.0.0 |
212 | 2024-11-27T21:17:39.285Z | Downloaded base64 v0.22.1 |
213 | 2024-11-27T21:17:39.285Z | Downloaded tap v1.0.1 |
214 | 2024-11-27T21:17:39.289Z | Downloaded ringbuffer v0.15.0 |
215 | 2024-11-27T21:17:39.289Z | Downloaded tabwriter v1.4.0 |
216 | 2024-11-27T21:17:39.293Z | Downloaded synstructure v0.12.6 |
217 | 2024-11-27T21:17:39.293Z | Downloaded rustc_version v0.1.7 |
218 | 2024-11-27T21:17:39.293Z | Downloaded tinyvec_macros v0.1.1 |
219 | 2024-11-27T21:17:39.293Z | Downloaded scopeguard v1.2.0 |
220 | 2024-11-27T21:17:39.297Z | Downloaded bytes v1.7.2 |
221 | 2024-11-27T21:17:39.301Z | Downloaded radium v0.7.0 |
222 | 2024-11-27T21:17:39.301Z | Downloaded postcard v1.0.9 |
223 | 2024-11-27T21:17:39.305Z | Downloaded rustversion v1.0.17 |
224 | 2024-11-27T21:17:39.305Z | Downloaded newtype_derive v0.1.6 |
225 | 2024-11-27T21:17:39.308Z | Downloaded indent_write v2.2.0 |
226 | 2024-11-27T21:17:39.308Z | Downloaded proc-macro-error-attr v1.0.4 |
227 | 2024-11-27T21:17:39.308Z | Downloaded foreign-types-macros v0.2.3 |
228 | 2024-11-27T21:17:39.312Z | Downloaded native-tls v0.2.11 |
229 | 2024-11-27T21:17:39.316Z | Downloaded highway v1.2.0 |
230 | 2024-11-27T21:17:39.316Z | Downloaded foreign-types v0.3.2 |
231 | 2024-11-27T21:17:39.316Z | Downloaded multer v3.1.0 |
232 | 2024-11-27T21:17:39.318Z | Downloaded futures-io v0.3.30 |
233 | 2024-11-27T21:17:39.318Z | Downloaded futures-core v0.3.30 |
234 | 2024-11-27T21:17:39.321Z | Downloaded term v0.7.0 |
235 | 2024-11-27T21:17:39.326Z | Downloaded http-body v1.0.1 |
236 | 2024-11-27T21:17:39.332Z | Downloaded heck v0.5.0 |
237 | 2024-11-27T21:17:39.332Z | Downloaded heck v0.4.1 |
238 | 2024-11-27T21:17:39.332Z | Downloaded linked-hash-map v0.5.6 |
239 | 2024-11-27T21:17:39.332Z | Downloaded strsim v0.11.1 |
240 | 2024-11-27T21:17:39.337Z | Downloaded newtype-uuid v1.1.0 |
241 | 2024-11-27T21:17:39.337Z | Downloaded lru-cache v0.1.2 |
242 | 2024-11-27T21:17:39.337Z | Downloaded slog-dtrace v0.3.0 |
243 | 2024-11-27T21:17:39.340Z | Downloaded password-hash v0.5.0 |
244 | 2024-11-27T21:17:39.340Z | Downloaded tempfile v3.10.1 |
245 | 2024-11-27T21:17:39.340Z | Downloaded twox-hash v1.6.3 |
246 | 2024-11-27T21:17:39.344Z | Downloaded structmeta-derive v0.3.0 |
247 | 2024-11-27T21:17:39.347Z | Downloaded quote v1.0.37 |
248 | 2024-11-27T21:17:39.347Z | Downloaded proc-macro-error v1.0.4 |
249 | 2024-11-27T21:17:39.350Z | Downloaded sigpipe v0.1.3 |
250 | 2024-11-27T21:17:39.352Z | Downloaded parking_lot v0.12.2 |
251 | 2024-11-27T21:17:39.356Z | Downloaded untrusted v0.9.0 |
252 | 2024-11-27T21:17:39.356Z | Downloaded zeroize v1.7.0 |
253 | 2024-11-27T21:17:39.360Z | Downloaded universal-hash v0.5.1 |
254 | 2024-11-27T21:17:39.360Z | Downloaded sct v0.7.1 |
255 | 2024-11-27T21:17:39.363Z | Downloaded usdt-attr-macro v0.5.0 |
256 | 2024-11-27T21:17:39.366Z | Downloaded futures-macro v0.3.30 |
257 | 2024-11-27T21:17:39.366Z | Downloaded instant v0.1.12 |
258 | 2024-11-27T21:17:39.369Z | Downloaded ident_case v1.0.1 |
259 | 2024-11-27T21:17:39.369Z | Downloaded hostname v0.4.0 |
260 | 2024-11-27T21:17:39.371Z | Downloaded hostname v0.3.1 |
261 | 2024-11-27T21:17:39.372Z | Downloaded inout v0.1.3 |
262 | 2024-11-27T21:17:39.376Z | Downloaded futures-sink v0.3.30 |
263 | 2024-11-27T21:17:39.376Z | Downloaded float-ord v0.3.2 |
264 | 2024-11-27T21:17:39.380Z | Downloaded strum_macros v0.25.3 |
265 | 2024-11-27T21:17:39.380Z | Downloaded structmeta v0.3.0 |
266 | 2024-11-27T21:17:39.380Z | Downloaded hashlink v0.9.1 |
267 | 2024-11-27T21:17:39.383Z | Downloaded slog-async v2.8.0 |
268 | 2024-11-27T21:17:39.383Z | Downloaded semver v1.0.23 |
269 | 2024-11-27T21:17:39.386Z | Downloaded sha1 v0.10.6 |
270 | 2024-11-27T21:17:39.386Z | Downloaded scroll v0.12.0 |
271 | 2024-11-27T21:17:39.389Z | Downloaded newline-converter v0.3.0 |
272 | 2024-11-27T21:17:39.389Z | Downloaded is-terminal v0.4.12 |
273 | 2024-11-27T21:17:39.392Z | Downloaded typenum v1.17.0 |
274 | 2024-11-27T21:17:39.395Z | Downloaded tower-service v0.3.2 |
275 | 2024-11-27T21:17:39.395Z | Downloaded swrite v0.1.0 |
276 | 2024-11-27T21:17:39.398Z | Downloaded signal-hook-registry v1.4.2 |
277 | 2024-11-27T21:17:39.399Z | Downloaded toml_datetime v0.6.8 |
278 | 2024-11-27T21:17:39.405Z | Downloaded wyz v0.5.1 |
279 | 2024-11-27T21:17:39.405Z | Downloaded utf-8 v0.7.6 |
280 | 2024-11-27T21:17:39.406Z | Downloaded serde_derive_internals v0.29.1 |
281 | 2024-11-27T21:17:39.409Z | Downloaded foreign-types-shared v0.1.1 |
282 | 2024-11-27T21:17:39.409Z | Downloaded serde_urlencoded v0.7.1 |
283 | 2024-11-27T21:17:39.409Z | Downloaded log v0.4.22 |
284 | 2024-11-27T21:17:39.409Z | Downloaded tokio-macros v2.4.0 |
285 | 2024-11-27T21:17:39.409Z | Downloaded whoami v1.5.1 |
286 | 2024-11-27T21:17:39.420Z | Downloaded stable_deref_trait v1.2.0 |
287 | 2024-11-27T21:17:39.420Z | Downloaded serde-big-array v0.5.1 |
288 | 2024-11-27T21:17:39.420Z | Downloaded usdt v0.5.0 |
289 | 2024-11-27T21:17:39.420Z | Downloaded tokio-native-tls v0.3.1 |
290 | 2024-11-27T21:17:39.420Z | Downloaded http-body-util v0.1.2 |
291 | 2024-11-27T21:17:39.423Z | Downloaded itoa v1.0.11 |
292 | 2024-11-27T21:17:39.423Z | Downloaded usdt v0.3.5 |
293 | 2024-11-27T21:17:39.423Z | Downloaded lazy_static v1.5.0 |
294 | 2024-11-27T21:17:39.423Z | Downloaded kstat-rs v0.2.4 |
295 | 2024-11-27T21:17:39.423Z | Downloaded zerocopy-derive v0.7.34 |
296 | 2024-11-27T21:17:39.429Z | Downloaded waitgroup v0.1.2 |
297 | 2024-11-27T21:17:39.431Z | Downloaded openssl-sys v0.9.103 |
298 | 2024-11-27T21:17:39.434Z | Downloaded hubpack_derive v0.1.1 |
299 | 2024-11-27T21:17:39.437Z | Downloaded slog-bunyan v2.5.0 |
300 | 2024-11-27T21:17:39.437Z | Downloaded glob v0.3.1 |
301 | 2024-11-27T21:17:39.439Z | Downloaded libsw v3.3.1 |
302 | 2024-11-27T21:17:39.439Z | Downloaded toml v0.7.8 |
303 | 2024-11-27T21:17:39.442Z | Downloaded toml v0.8.19 |
304 | 2024-11-27T21:17:39.446Z | Downloaded utf8parse v0.2.1 |
305 | 2024-11-27T21:17:39.449Z | Downloaded rustls-pki-types v1.7.0 |
306 | 2024-11-27T21:17:39.452Z | Downloaded sha2 v0.10.8 |
307 | 2024-11-27T21:17:39.452Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-11-27T21:17:39.456Z | Downloaded smf v0.2.3 |
309 | 2024-11-27T21:17:39.456Z | Downloaded cc v1.0.97 |
310 | 2024-11-27T21:17:39.459Z | Downloaded typify-macro v0.2.0 |
311 | 2024-11-27T21:17:39.463Z | Downloaded static_assertions v1.1.0 |
312 | 2024-11-27T21:17:39.463Z | Downloaded serde_with_macros v3.9.0 |
313 | 2024-11-27T21:17:39.466Z | Downloaded foreign-types v0.5.0 |
314 | 2024-11-27T21:17:39.466Z | Downloaded fnv v1.0.7 |
315 | 2024-11-27T21:17:39.466Z | Downloaded hash32 v0.3.1 |
316 | 2024-11-27T21:17:39.469Z | Downloaded version_check v0.9.5 |
317 | 2024-11-27T21:17:39.469Z | Downloaded unicode-xid v0.2.4 |
318 | 2024-11-27T21:17:39.471Z | Downloaded tracing-attributes v0.1.27 |
319 | 2024-11-27T21:17:39.474Z | Downloaded serde_spanned v0.6.7 |
320 | 2024-11-27T21:17:39.475Z | Downloaded prettyplease v0.2.22 |
321 | 2024-11-27T21:17:39.477Z | Downloaded serde_repr v0.1.19 |
322 | 2024-11-27T21:17:39.480Z | Downloaded usdt-impl v0.3.5 |
323 | 2024-11-27T21:17:39.480Z | Downloaded foreign-types-shared v0.3.1 |
324 | 2024-11-27T21:17:39.480Z | Downloaded is_ci v1.2.0 |
325 | 2024-11-27T21:17:39.483Z | Downloaded match_cfg v0.1.0 |
326 | 2024-11-27T21:17:39.483Z | Downloaded mime v0.3.17 |
327 | 2024-11-27T21:17:39.485Z | Downloaded jobserver v0.1.31 |
328 | 2024-11-27T21:17:39.487Z | Downloaded ron v0.8.1 |
329 | 2024-11-27T21:17:39.491Z | Downloaded zone_cfg_derive v0.3.0 |
330 | 2024-11-27T21:17:39.495Z | Downloaded time-core v0.1.2 |
331 | 2024-11-27T21:17:39.495Z | Downloaded futures-task v0.3.30 |
332 | 2024-11-27T21:17:39.498Z | Downloaded is_terminal_polyfill v1.70.0 |
333 | 2024-11-27T21:17:39.498Z | Downloaded supports-color v3.0.1 |
334 | 2024-11-27T21:17:39.498Z | Downloaded supports-color v2.1.0 |
335 | 2024-11-27T21:17:39.498Z | Downloaded quinn v0.11.5 |
336 | 2024-11-27T21:17:39.501Z | Downloaded httpdate v1.0.3 |
337 | 2024-11-27T21:17:39.503Z | Downloaded indexmap v1.9.3 |
338 | 2024-11-27T21:17:39.506Z | Downloaded schemars v0.8.21 |
339 | 2024-11-27T21:17:39.517Z | Downloaded subtle v2.5.0 |
340 | 2024-11-27T21:17:39.519Z | Downloaded ipnet v2.9.0 |
341 | 2024-11-27T21:17:39.522Z | Downloaded managed v0.8.0 |
342 | 2024-11-27T21:17:39.522Z | Downloaded macaddr v1.0.1 |
343 | 2024-11-27T21:17:39.524Z | Downloaded zone v0.3.0 |
344 | 2024-11-27T21:17:39.524Z | Downloaded humantime v2.1.0 |
345 | 2024-11-27T21:17:39.528Z | Downloaded hubpack v0.1.2 |
346 | 2024-11-27T21:17:39.528Z | Downloaded serde_tokenstream v0.1.7 |
347 | 2024-11-27T21:17:39.530Z | Downloaded serde_path_to_error v0.1.16 |
348 | 2024-11-27T21:17:39.530Z | Downloaded serde_yaml v0.9.34+deprecated |
349 | 2024-11-27T21:17:39.534Z | Downloaded terminal_size v0.3.0 |
350 | 2024-11-27T21:17:39.536Z | Downloaded thread-id v4.2.1 |
351 | 2024-11-27T21:17:39.539Z | Downloaded rayon-core v1.12.1 |
352 | 2024-11-27T21:17:39.542Z | Downloaded generic-array v0.14.7 |
353 | 2024-11-27T21:17:39.542Z | Downloaded httparse v1.8.0 |
354 | 2024-11-27T21:17:39.545Z | Downloaded url v2.5.0 |
355 | 2024-11-27T21:17:39.548Z | Downloaded zerocopy v0.3.2 |
356 | 2024-11-27T21:17:39.550Z | Downloaded strum_macros v0.26.2 |
357 | 2024-11-27T21:17:39.554Z | Downloaded tokio-rustls v0.25.0 |
358 | 2024-11-27T21:17:39.556Z | Downloaded steno v0.4.1 |
359 | 2024-11-27T21:17:39.558Z | Downloaded fallible-streaming-iterator v0.1.9 |
360 | 2024-11-27T21:17:39.558Z | Downloaded tracing-core v0.1.32 |
361 | 2024-11-27T21:17:39.561Z | Downloaded vergen v8.3.2 |
362 | 2024-11-27T21:17:39.563Z | Downloaded serde_arrays v0.1.0 |
363 | 2024-11-27T21:17:39.567Z | Downloaded libloading v0.7.4 |
364 | 2024-11-27T21:17:39.570Z | Downloaded memmap v0.7.0 |
365 | 2024-11-27T21:17:39.570Z | Downloaded fallible-iterator v0.3.0 |
366 | 2024-11-27T21:17:39.573Z | Downloaded thiserror v1.0.64 |
367 | 2024-11-27T21:17:39.575Z | Downloaded serde v1.0.210 |
368 | 2024-11-27T21:17:39.578Z | Downloaded getrandom v0.2.14 |
369 | 2024-11-27T21:17:39.581Z | Downloaded uuid v1.10.0 |
370 | 2024-11-27T21:17:39.584Z | Downloaded linear-map v1.2.0 |
371 | 2024-11-27T21:17:39.586Z | Downloaded typify v0.2.0 |
372 | 2024-11-27T21:17:39.589Z | Downloaded unicode-bidi v0.3.15 |
373 | 2024-11-27T21:17:39.592Z | Downloaded xattr v1.3.1 |
374 | 2024-11-27T21:17:39.594Z | Downloaded tinyvec v1.6.0 |
375 | 2024-11-27T21:17:39.597Z | Downloaded tokio-tungstenite v0.21.0 |
376 | 2024-11-27T21:17:39.600Z | Downloaded tokio-rustls v0.26.0 |
377 | 2024-11-27T21:17:39.603Z | Downloaded iana-time-zone v0.1.60 |
378 | 2024-11-27T21:17:39.603Z | Downloaded smallvec v1.13.2 |
379 | 2024-11-27T21:17:39.608Z | Downloaded tungstenite v0.21.0 |
380 | 2024-11-27T21:17:39.611Z | Downloaded futures-channel v0.3.30 |
381 | 2024-11-27T21:17:39.611Z | Downloaded indexmap v2.5.0 |
382 | 2024-11-27T21:17:39.614Z | Downloaded time-macros v0.2.18 |
383 | 2024-11-27T21:17:39.617Z | Downloaded serde_derive v1.0.210 |
384 | 2024-11-27T21:17:39.619Z | Downloaded similar v2.5.0 |
385 | 2024-11-27T21:17:39.624Z | Downloaded spin v0.9.8 |
386 | 2024-11-27T21:17:39.627Z | Downloaded zerocopy v0.6.6 |
387 | 2024-11-27T21:17:39.629Z | Downloaded mio v1.0.2 |
388 | 2024-11-27T21:17:39.635Z | Downloaded clap_builder v4.5.2 |
389 | 2024-11-27T21:17:39.641Z | Downloaded futures v0.3.30 |
390 | 2024-11-27T21:17:39.646Z | Downloaded fastrand v2.1.0 |
391 | 2024-11-27T21:17:39.649Z | Downloaded hyper-util v0.1.9 |
392 | 2024-11-27T21:17:39.653Z | Downloaded fatfs v0.3.6 |
393 | 2024-11-27T21:17:39.656Z | Downloaded ucd-trie v0.1.6 |
394 | 2024-11-27T21:17:39.658Z | Downloaded http v1.1.0 |
395 | 2024-11-27T21:17:39.661Z | Downloaded unicode-ident v1.0.13 |
396 | 2024-11-27T21:17:39.664Z | Downloaded unsafe-libyaml v0.2.11 |
397 | 2024-11-27T21:17:39.666Z | Downloaded hashbrown v0.12.3 |
398 | 2024-11-27T21:17:39.670Z | Downloaded unicode-segmentation v1.11.0 |
399 | 2024-11-27T21:17:39.678Z | Downloaded socket2 v0.5.7 |
400 | 2024-11-27T21:17:39.678Z | Downloaded itertools v0.10.5 |
401 | 2024-11-27T21:17:39.682Z | Downloaded zerocopy v0.7.34 |
402 | 2024-11-27T21:17:39.698Z | Downloaded memchr v2.7.2 |
403 | 2024-11-27T21:17:39.703Z | Downloaded tracing v0.1.40 |
404 | 2024-11-27T21:17:39.707Z | Downloaded goblin v0.8.2 |
405 | 2024-11-27T21:17:39.713Z | Downloaded unicode-normalization v0.1.23 |
406 | 2024-11-27T21:17:39.717Z | Downloaded bitvec v1.0.1 |
407 | 2024-11-27T21:17:39.732Z | Downloaded time v0.3.36 |
408 | 2024-11-27T21:17:39.738Z | Downloaded serde_json v1.0.128 |
409 | 2024-11-27T21:17:39.745Z | Downloaded itertools v0.13.0 |
410 | 2024-11-27T21:17:39.752Z | Downloaded serde_with v3.9.0 |
411 | 2024-11-27T21:17:39.760Z | Downloaded rusqlite v0.32.1 |
412 | 2024-11-27T21:17:39.766Z | Downloaded toml_edit v0.22.20 |
413 | 2024-11-27T21:17:39.788Z | Downloaded libm v0.2.8 |
414 | 2024-11-27T21:17:39.796Z | Downloaded hyper v1.4.1 |
415 | 2024-11-27T21:17:39.800Z | Downloaded h2 v0.4.6 |
416 | 2024-11-27T21:17:39.807Z | Downloaded reqwest v0.12.7 |
417 | 2024-11-27T21:17:39.815Z | Downloaded winnow v0.5.40 |
418 | 2024-11-27T21:17:39.823Z | Downloaded rayon v1.10.0 |
419 | 2024-11-27T21:17:39.832Z | Downloaded rustls-webpki v0.102.4 |
420 | 2024-11-27T21:17:39.849Z | Downloaded syn v2.0.77 |
421 | 2024-11-27T21:17:39.860Z | Downloaded git2 v0.19.0 |
422 | 2024-11-27T21:17:39.867Z | Downloaded idna v0.4.0 |
423 | 2024-11-27T21:17:39.874Z | Downloaded syn v1.0.109 |
424 | 2024-11-27T21:17:39.884Z | Downloaded nix v0.28.0 |
425 | 2024-11-27T21:17:39.895Z | Downloaded unicode-width v0.1.14 |
426 | 2024-11-27T21:17:39.901Z | Downloaded regex v1.10.6 |
427 | 2024-11-27T21:17:39.913Z | Downloaded vcpkg v0.2.15 |
428 | 2024-11-27T21:17:39.948Z | Downloaded idna v0.5.0 |
429 | 2024-11-27T21:17:39.955Z | Downloaded rustls v0.21.12 |
430 | 2024-11-27T21:17:39.965Z | Downloaded smoltcp v0.11.0 |
431 | 2024-11-27T21:17:39.977Z | Downloaded bstr v1.9.1 |
432 | 2024-11-27T21:17:39.987Z | Downloaded hickory-proto v0.24.1 |
433 | 2024-11-27T21:17:40.001Z | Downloaded regress v0.9.1 |
434 | 2024-11-27T21:17:40.009Z | Downloaded rustls v0.22.4 |
435 | 2024-11-27T21:17:40.022Z | Downloaded regress v0.10.1 |
436 | 2024-11-27T21:17:40.029Z | Downloaded typify-impl v0.2.0 |
437 | 2024-11-27T21:17:40.042Z | Downloaded zerocopy-derive v0.6.6 |
438 | 2024-11-27T21:17:40.050Z | Downloaded zerocopy-derive v0.2.0 |
439 | 2024-11-27T21:17:40.059Z | Downloaded nix v0.29.0 |
440 | 2024-11-27T21:17:40.069Z | Downloaded rustls v0.23.10 |
441 | 2024-11-27T21:17:40.084Z | Downloaded rustix v0.38.34 |
442 | 2024-11-27T21:17:40.104Z | Downloaded regex-syntax v0.8.4 |
443 | 2024-11-27T21:17:40.112Z | Downloaded openssl v0.10.66 |
444 | 2024-11-27T21:17:40.123Z | Downloaded webpki-roots v0.26.3 |
445 | 2024-11-27T21:17:40.126Z | Downloaded dropshot v0.12.0 |
446 | 2024-11-27T21:17:40.145Z | Downloaded quinn-proto v0.11.8 |
447 | 2024-11-27T21:17:40.150Z | Downloaded tokio-util v0.7.11 |
448 | 2024-11-27T21:17:40.157Z | Downloaded rustls-webpki v0.101.7 |
449 | 2024-11-27T21:17:40.169Z | Downloaded toml_edit v0.19.15 |
450 | 2024-11-27T21:17:40.185Z | Downloaded winnow v0.6.18 |
451 | 2024-11-27T21:17:40.193Z | Downloaded regex-automata v0.4.6 |
452 | 2024-11-27T21:17:40.208Z | Downloaded libc v0.2.159 |
453 | 2024-11-27T21:17:40.232Z | Downloaded futures-util v0.3.30 |
454 | 2024-11-27T21:17:40.244Z | Downloaded hashbrown v0.14.5 |
455 | 2024-11-27T21:17:40.250Z | Downloaded pest v2.7.10 |
456 | 2024-11-27T21:17:40.252Z | Downloaded hyper-rustls v0.27.3 |
457 | 2024-11-27T21:17:40.255Z | Downloaded petgraph v0.6.5 |
458 | 2024-11-27T21:17:40.272Z | Downloaded hickory-resolver v0.24.1 |
459 | 2024-11-27T21:17:40.275Z | Downloaded rand v0.8.5 |
460 | 2024-11-27T21:17:40.278Z | Downloaded thiserror-impl v1.0.64 |
461 | 2024-11-27T21:17:40.281Z | Downloaded hyper-tls v0.6.0 |
462 | 2024-11-27T21:17:40.281Z | Downloaded tokio-rustls v0.24.1 |
463 | 2024-11-27T21:17:40.283Z | Downloaded heapless v0.8.0 |
464 | 2024-11-27T21:17:40.286Z | Downloaded chrono v0.4.38 |
465 | 2024-11-27T21:17:40.293Z | Downloaded tar v0.4.40 |
466 | 2024-11-27T21:17:40.296Z | Downloaded tokio v1.39.3 |
467 | 2024-11-27T21:17:40.330Z | Downloaded funty v2.0.0 |
468 | 2024-11-27T21:17:40.333Z | Downloaded slog v2.7.0 |
469 | 2024-11-27T21:17:40.335Z | Downloaded try-lock v0.2.5 |
470 | 2024-11-27T21:17:40.335Z | Downloaded thread_local v1.1.8 |
471 | 2024-11-27T21:17:40.335Z | Downloaded ryu v1.0.18 |
472 | 2024-11-27T21:17:40.337Z | Downloaded slog-term v2.9.1 |
473 | 2024-11-27T21:17:40.340Z | Downloaded slog-json v2.6.1 |
474 | 2024-11-27T21:17:40.343Z | Downloaded rustls-pemfile v2.1.3 |
475 | 2024-11-27T21:17:40.346Z | Downloaded progenitor-impl v0.8.0 |
476 | 2024-11-27T21:17:40.346Z | Downloaded proc-macro2 v1.0.86 |
477 | 2024-11-27T21:17:40.348Z | Downloaded const_format v0.2.32 |
478 | 2024-11-27T21:17:40.352Z | Downloaded pest_derive v2.7.10 |
479 | 2024-11-27T21:17:40.355Z | Downloaded crossbeam-channel v0.5.12 |
480 | 2024-11-27T21:17:40.358Z | Downloaded pest_meta v2.7.10 |
481 | 2024-11-27T21:17:40.361Z | Downloaded resolv-conf v0.7.0 |
482 | 2024-11-27T21:17:40.364Z | Downloaded pin-project-lite v0.2.14 |
483 | 2024-11-27T21:17:40.367Z | Downloaded slab v0.4.9 |
484 | 2024-11-27T21:17:40.370Z | Downloaded ipnetwork v0.20.0 |
485 | 2024-11-27T21:17:40.373Z | Downloaded usdt-attr-macro v0.3.5 |
486 | 2024-11-27T21:17:40.373Z | Downloaded camino v1.1.9 |
487 | 2024-11-27T21:17:40.376Z | Downloaded schemars_derive v0.8.21 |
488 | 2024-11-27T21:17:40.376Z | Downloaded rustc_version v0.4.0 |
489 | 2024-11-27T21:17:40.376Z | Downloaded lock_api v0.4.12 |
490 | 2024-11-27T21:17:40.378Z | Downloaded semver v0.1.20 |
491 | 2024-11-27T21:17:40.379Z | Downloaded dropshot_endpoint v0.12.0 |
492 | 2024-11-27T21:17:40.381Z | Downloaded cookie v0.18.1 |
493 | 2024-11-27T21:17:40.384Z | Downloaded globset v0.4.14 |
494 | 2024-11-27T21:17:40.387Z | Downloaded erased-serde v0.4.5 |
495 | 2024-11-27T21:17:40.387Z | Downloaded quick-error v1.2.3 |
496 | 2024-11-27T21:17:40.390Z | Downloaded quinn-udp v0.5.5 |
497 | 2024-11-27T21:17:40.390Z | Downloaded const_format_proc_macros v0.2.32 |
498 | 2024-11-27T21:17:40.395Z | Downloaded filetime v0.2.23 |
499 | 2024-11-27T21:17:40.395Z | Downloaded usdt-macro v0.5.0 |
500 | 2024-11-27T21:17:40.397Z | Downloaded usdt-macro v0.3.5 |
501 | 2024-11-27T21:17:40.397Z | Downloaded encoding_rs v0.8.34 |
502 | 2024-11-27T21:17:40.415Z | Downloaded ppv-lite86 v0.2.17 |
503 | 2024-11-27T21:17:40.417Z | Downloaded polyval v0.6.2 |
504 | 2024-11-27T21:17:40.420Z | Downloaded darling_core v0.20.9 |
505 | 2024-11-27T21:17:40.422Z | Downloaded crossbeam-epoch v0.9.18 |
506 | 2024-11-27T21:17:40.424Z | Downloaded console v0.15.8 |
507 | 2024-11-27T21:17:40.426Z | Downloaded cargo_metadata v0.18.1 |
508 | 2024-11-27T21:17:40.428Z | Downloaded blake2 v0.10.6 |
509 | 2024-11-27T21:17:40.431Z | Downloaded enum-as-inner v0.6.0 |
510 | 2024-11-27T21:17:40.433Z | Downloaded dyn-clone v1.0.17 |
511 | 2024-11-27T21:17:40.433Z | Downloaded defmt v0.3.8 |
512 | 2024-11-27T21:17:40.435Z | Downloaded debug-ignore v1.0.5 |
513 | 2024-11-27T21:17:40.437Z | Downloaded colorchoice v1.0.1 |
514 | 2024-11-27T21:17:40.439Z | Downloaded pin-utils v0.1.0 |
515 | 2024-11-27T21:17:40.439Z | Downloaded percent-encoding v2.3.1 |
516 | 2024-11-27T21:17:40.441Z | Downloaded clap_derive v4.5.4 |
517 | 2024-11-27T21:17:40.441Z | Downloaded embedded-io v0.6.1 |
518 | 2024-11-27T21:17:40.444Z | Downloaded dof v0.1.5 |
519 | 2024-11-27T21:17:40.448Z | Downloaded data-encoding v2.6.0 |
520 | 2024-11-27T21:17:40.448Z | Downloaded darling v0.20.9 |
521 | 2024-11-27T21:17:40.452Z | Downloaded dtrace-parser v0.2.0 |
522 | 2024-11-27T21:17:40.452Z | Downloaded bitflags v2.6.0 |
523 | 2024-11-27T21:17:40.457Z | Downloaded cipher v0.4.4 |
524 | 2024-11-27T21:17:40.457Z | Downloaded openssl-probe v0.1.5 |
525 | 2024-11-27T21:17:40.457Z | Downloaded opaque-debug v0.3.1 |
526 | 2024-11-27T21:17:40.460Z | Downloaded omicron-workspace-hack v0.1.0 |
527 | 2024-11-27T21:17:40.460Z | Downloaded cstr-argument v0.1.2 |
528 | 2024-11-27T21:17:40.460Z | Downloaded derive-where v1.2.7 |
529 | 2024-11-27T21:17:40.463Z | Downloaded clap_lex v0.7.0 |
530 | 2024-11-27T21:17:40.463Z | Downloaded bitflags v1.3.2 |
531 | 2024-11-27T21:17:40.466Z | Downloaded bit_field v0.10.2 |
532 | 2024-11-27T21:17:40.467Z | Downloaded num_enum v0.7.2 |
533 | 2024-11-27T21:17:40.470Z | Downloaded cargo-platform v0.1.8 |
534 | 2024-11-27T21:17:40.472Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
535 | 2024-11-27T21:17:40.524Z | Downloaded autocfg v1.3.0 |
536 | 2024-11-27T21:17:40.526Z | Downloaded defmt-macros v0.3.9 |
537 | 2024-11-27T21:17:40.529Z | Downloaded convert_case v0.4.0 |
538 | 2024-11-27T21:17:40.529Z | Downloaded cfg_aliases v0.2.1 |
539 | 2024-11-27T21:17:40.532Z | Downloaded cfg-if v1.0.0 |
540 | 2024-11-27T21:17:40.532Z | Downloaded camino-tempfile v1.1.1 |
541 | 2024-11-27T21:17:40.534Z | Downloaded block-buffer v0.10.4 |
542 | 2024-11-27T21:17:40.534Z | Downloaded bincode v1.3.3 |
543 | 2024-11-27T21:17:40.537Z | Downloaded num-complex v0.4.6 |
544 | 2024-11-27T21:17:40.537Z | Downloaded num-iter v0.1.45 |
545 | 2024-11-27T21:17:40.539Z | Downloaded num-derive v0.4.2 |
546 | 2024-11-27T21:17:40.735Z | Downloaded libsqlite3-sys v0.30.1 |
547 | 2024-11-27T21:17:40.929Z | Downloaded libz-sys v1.1.16 |
548 | 2024-11-27T21:17:41.010Z | Downloaded ring v0.17.8 |
549 | 2024-11-27T21:17:41.456Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-11-27T21:17:41.456Z | Compiling unicode-ident v1.0.13 |
551 | 2024-11-27T21:17:41.459Z | Compiling libc v0.2.159 |
552 | 2024-11-27T21:17:41.459Z | Compiling serde v1.0.210 |
553 | 2024-11-27T21:17:41.459Z | Compiling version_check v0.9.5 |
554 | 2024-11-27T21:17:41.459Z | Compiling autocfg v1.3.0 |
555 | 2024-11-27T21:17:41.459Z | Checking cfg-if v1.0.0 |
556 | 2024-11-27T21:17:41.459Z | Compiling once_cell v1.19.0 |
557 | 2024-11-27T21:17:41.693Z | Compiling serde_json v1.0.128 |
558 | 2024-11-27T21:17:41.725Z | Compiling thiserror v1.0.64 |
559 | 2024-11-27T21:17:41.955Z | Compiling memchr v2.7.2 |
560 | 2024-11-27T21:17:42.179Z | Compiling ahash v0.8.11 |
561 | 2024-11-27T21:17:42.559Z | Compiling libm v0.2.8 |
562 | 2024-11-27T21:17:42.583Z | Compiling byteorder v1.5.0 |
563 | 2024-11-27T21:17:42.813Z | Compiling itoa v1.0.11 |
564 | 2024-11-27T21:17:43.010Z | Compiling lock_api v0.4.12 |
565 | 2024-11-27T21:17:43.040Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-11-27T21:17:43.318Z | Compiling ryu v1.0.18 |
567 | 2024-11-27T21:17:43.480Z | Compiling slab v0.4.9 |
568 | 2024-11-27T21:17:43.503Z | Compiling schemars v0.8.21 |
569 | 2024-11-27T21:17:43.563Z | Compiling allocator-api2 v0.2.18 |
570 | 2024-11-27T21:17:43.600Z | Compiling pkg-config v0.3.30 |
571 | 2024-11-27T21:17:43.737Z | Compiling quote v1.0.37 |
572 | 2024-11-27T21:17:43.825Z | Checking getrandom v0.2.14 |
573 | 2024-11-27T21:17:43.846Z | Compiling jobserver v0.1.31 |
574 | 2024-11-27T21:17:44.066Z | Compiling vcpkg v0.2.15 |
575 | 2024-11-27T21:17:44.086Z | Compiling syn v2.0.77 |
576 | 2024-11-27T21:17:44.104Z | Compiling num-traits v0.2.19 |
577 | 2024-11-27T21:17:44.282Z | Compiling cc v1.0.97 |
578 | 2024-11-27T21:17:44.306Z | Checking pin-project-lite v0.2.14 |
579 | 2024-11-27T21:17:44.432Z | Compiling log v0.4.22 |
580 | 2024-11-27T21:17:44.582Z | Checking smallvec v1.13.2 |
581 | 2024-11-27T21:17:44.736Z | Compiling equivalent v1.0.1 |
582 | 2024-11-27T21:17:44.795Z | Checking scopeguard v1.2.0 |
583 | 2024-11-27T21:17:44.848Z | Checking socket2 v0.5.7 |
584 | 2024-11-27T21:17:45.010Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-11-27T21:17:45.270Z | Checking mio v1.0.2 |
586 | 2024-11-27T21:17:45.288Z | Compiling typenum v1.17.0 |
587 | 2024-11-27T21:17:45.367Z | Checking parking_lot v0.12.2 |
588 | 2024-11-27T21:17:45.574Z | Compiling httparse v1.8.0 |
589 | 2024-11-27T21:17:45.755Z | Compiling generic-array v0.14.7 |
590 | 2024-11-27T21:17:45.913Z | Compiling fnv v1.0.7 |
591 | 2024-11-27T21:17:46.072Z | Checking futures-core v0.3.30 |
592 | 2024-11-27T21:17:46.212Z | Checking iana-time-zone v0.1.60 |
593 | 2024-11-27T21:17:46.367Z | Compiling semver v1.0.23 |
594 | 2024-11-27T21:17:46.403Z | Checking rand_core v0.6.4 |
595 | 2024-11-27T21:17:46.640Z | Checking futures-sink v0.3.30 |
596 | 2024-11-27T21:17:46.643Z | Compiling ucd-trie v0.1.6 |
597 | 2024-11-27T21:17:46.723Z | Compiling slog v2.7.0 |
598 | 2024-11-27T21:17:46.784Z | Checking dyn-clone v1.0.17 |
599 | 2024-11-27T21:17:46.891Z | Compiling heck v0.5.0 |
600 | 2024-11-27T21:17:46.942Z | Checking subtle v2.5.0 |
601 | 2024-11-27T21:17:47.150Z | Checking futures-channel v0.3.30 |
602 | 2024-11-27T21:17:47.176Z | Checking futures-io v0.3.30 |
603 | 2024-11-27T21:17:47.195Z | Checking pin-utils v0.1.0 |
604 | 2024-11-27T21:17:47.299Z | Checking futures-task v0.3.30 |
605 | 2024-11-27T21:17:47.341Z | Compiling rustversion v1.0.17 |
606 | 2024-11-27T21:17:47.366Z | Compiling syn v1.0.109 |
607 | 2024-11-27T21:17:47.483Z | Compiling ring v0.17.8 |
608 | 2024-11-27T21:17:47.520Z | Compiling openssl-sys v0.9.103 |
609 | 2024-11-27T21:17:47.560Z | Compiling openssl v0.10.66 |
610 | 2024-11-27T21:17:48.052Z | Compiling aho-corasick v1.1.3 |
611 | 2024-11-27T21:17:49.059Z | Compiling heck v0.4.1 |
612 | 2024-11-27T21:17:49.297Z | Compiling regex-syntax v0.8.4 |
613 | 2024-11-27T21:17:50.040Z | Compiling native-tls v0.2.11 |
614 | 2024-11-27T21:17:50.347Z | Compiling rustls v0.23.10 |
615 | 2024-11-27T21:17:50.527Z | Compiling serde_derive_internals v0.29.1 |
616 | 2024-11-27T21:17:50.617Z | Checking spin v0.9.8 |
617 | 2024-11-27T21:17:51.131Z | Compiling anyhow v1.0.89 |
618 | 2024-11-27T21:17:51.237Z | Compiling num-conv v0.1.0 |
619 | 2024-11-27T21:17:51.511Z | Compiling time-core v0.1.2 |
620 | 2024-11-27T21:17:51.663Z | Checking untrusted v0.9.0 |
621 | 2024-11-27T21:17:51.682Z | Compiling time-macros v0.2.18 |
622 | 2024-11-27T21:17:51.866Z | Checking tracing-core v0.1.32 |
623 | 2024-11-27T21:17:52.181Z | Checking crypto-common v0.1.6 |
624 | 2024-11-27T21:17:52.371Z | Compiling thread-id v4.2.1 |
625 | 2024-11-27T21:17:52.442Z | Compiling regex-automata v0.4.6 |
626 | 2024-11-27T21:17:52.486Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-11-27T21:17:52.863Z | Checking percent-encoding v2.3.1 |
628 | 2024-11-27T21:17:52.903Z | Compiling camino v1.1.9 |
629 | 2024-11-27T21:17:53.082Z | Checking form_urlencoded v1.2.1 |
630 | 2024-11-27T21:17:53.289Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-11-27T21:17:53.381Z | Checking tinyvec v1.6.0 |
632 | 2024-11-27T21:17:53.533Z | Checking zeroize v1.7.0 |
633 | 2024-11-27T21:17:53.798Z | Checking ppv-lite86 v0.2.17 |
634 | 2024-11-27T21:17:54.401Z | Checking atomic-waker v1.1.2 |
635 | 2024-11-27T21:17:54.469Z | Checking rand_chacha v0.3.1 |
636 | 2024-11-27T21:17:54.628Z | Checking unicode-normalization v0.1.23 |
637 | 2024-11-27T21:17:54.816Z | Compiling usdt-impl v0.5.0 |
638 | 2024-11-27T21:17:54.948Z | Compiling serde_derive v1.0.210 |
639 | 2024-11-27T21:17:55.026Z | Compiling zerocopy-derive v0.7.34 |
640 | 2024-11-27T21:17:55.191Z | Compiling thiserror-impl v1.0.64 |
641 | 2024-11-27T21:17:55.511Z | Compiling tokio-macros v2.4.0 |
642 | 2024-11-27T21:17:57.034Z | Compiling zerocopy v0.7.34 |
643 | 2024-11-27T21:17:57.037Z | Compiling schemars_derive v0.8.21 |
644 | 2024-11-27T21:17:58.125Z | Compiling futures-macro v0.3.30 |
645 | 2024-11-27T21:17:58.202Z | Compiling pest v2.7.10 |
646 | 2024-11-27T21:17:59.097Z | Compiling hashbrown v0.14.5 |
647 | 2024-11-27T21:17:59.454Z | Compiling openssl-macros v0.1.1 |
648 | 2024-11-27T21:17:59.599Z | Compiling regex v1.10.6 |
649 | 2024-11-27T21:17:59.954Z | Checking futures-util v0.3.30 |
650 | 2024-11-27T21:18:00.237Z | Compiling scroll_derive v0.12.0 |
651 | 2024-11-27T21:18:00.482Z | Compiling tracing-attributes v0.1.27 |
652 | 2024-11-27T21:18:00.544Z | Compiling regress v0.10.1 |
653 | 2024-11-27T21:18:01.148Z | Compiling pest_meta v2.7.10 |
654 | 2024-11-27T21:18:01.183Z | Checking unicode-bidi v0.3.15 |
655 | 2024-11-27T21:18:01.686Z | Compiling scroll v0.12.0 |
656 | 2024-11-27T21:18:01.769Z | Checking try-lock v0.2.5 |
657 | 2024-11-27T21:18:01.909Z | Checking rustls-webpki v0.102.4 |
658 | 2024-11-27T21:18:02.353Z | Compiling plain v0.2.3 |
659 | 2024-11-27T21:18:02.521Z | Compiling pest_generator v2.7.10 |
660 | 2024-11-27T21:18:02.703Z | Compiling goblin v0.8.2 |
661 | 2024-11-27T21:18:03.739Z | Checking tracing v0.1.40 |
662 | 2024-11-27T21:18:04.087Z | Checking want v0.3.1 |
663 | 2024-11-27T21:18:04.273Z | Compiling strum_macros v0.26.2 |
664 | 2024-11-27T21:18:04.343Z | Checking rand v0.8.5 |
665 | 2024-11-27T21:18:05.042Z | Compiling pest_derive v2.7.10 |
666 | 2024-11-27T21:18:05.294Z | Compiling pretty-hex v0.4.1 |
667 | 2024-11-27T21:18:05.316Z | Checking base64 v0.22.1 |
668 | 2024-11-27T21:18:05.336Z | Checking httpdate v1.0.3 |
669 | 2024-11-27T21:18:05.512Z | Checking idna v0.5.0 |
670 | 2024-11-27T21:18:05.575Z | Compiling strsim v0.11.1 |
671 | 2024-11-27T21:18:05.805Z | Checking tower-service v0.3.2 |
672 | 2024-11-27T21:18:05.938Z | Compiling unsafe-libyaml v0.2.11 |
673 | 2024-11-27T21:18:05.959Z | Compiling dtrace-parser v0.2.0 |
674 | 2024-11-27T21:18:06.276Z | Compiling omicron-workspace-hack v0.1.0 |
675 | 2024-11-27T21:18:06.403Z | Checking cpufeatures v0.2.12 |
676 | 2024-11-27T21:18:06.501Z | Checking url v2.5.0 |
677 | 2024-11-27T21:18:06.646Z | Compiling async-trait v0.1.83 |
678 | 2024-11-27T21:18:06.922Z | Checking bytes v1.7.2 |
679 | 2024-11-27T21:18:07.589Z | Checking bitflags v2.6.0 |
680 | 2024-11-27T21:18:07.651Z | Checking chrono v0.4.38 |
681 | 2024-11-27T21:18:08.012Z | Compiling indexmap v2.5.0 |
682 | 2024-11-27T21:18:08.429Z | Checking tokio v1.39.3 |
683 | 2024-11-27T21:18:08.838Z | Checking uuid v1.10.0 |
684 | 2024-11-27T21:18:09.099Z | Compiling serde_tokenstream v0.2.2 |
685 | 2024-11-27T21:18:09.543Z | Compiling http v1.1.0 |
686 | 2024-11-27T21:18:10.264Z | Compiling openapiv3 v2.0.0 |
687 | 2024-11-27T21:18:10.512Z | Compiling dof v0.3.0 |
688 | 2024-11-27T21:18:11.508Z | Compiling serde_yaml v0.9.34+deprecated |
689 | 2024-11-27T21:18:11.627Z | Checking http-body v1.0.1 |
690 | 2024-11-27T21:18:11.815Z | Compiling toml_datetime v0.6.8 |
691 | 2024-11-27T21:18:11.837Z | Checking block-buffer v0.10.4 |
692 | 2024-11-27T21:18:12.030Z | Compiling rustls v0.22.4 |
693 | 2024-11-27T21:18:12.223Z | Checking foreign-types-shared v0.1.1 |
694 | 2024-11-27T21:18:12.573Z | Checking foreign-types v0.3.2 |
695 | 2024-11-27T21:18:12.667Z | Checking digest v0.10.7 |
696 | 2024-11-27T21:18:12.776Z | Checking http-body-util v0.1.2 |
697 | 2024-11-27T21:18:13.375Z | Checking encoding_rs v0.8.34 |
698 | 2024-11-27T21:18:14.388Z | Compiling typify-impl v0.2.0 |
699 | 2024-11-27T21:18:14.467Z | Compiling ident_case v1.0.1 |
700 | 2024-11-27T21:18:14.649Z | Compiling crossbeam-utils v0.8.19 |
701 | 2024-11-27T21:18:14.967Z | Compiling slog-async v2.8.0 |
702 | 2024-11-27T21:18:15.083Z | Checking mime v0.3.17 |
703 | 2024-11-27T21:18:15.216Z | Compiling paste v1.0.15 |
704 | 2024-11-27T21:18:15.439Z | Compiling darling_core v0.20.9 |
705 | 2024-11-27T21:18:15.554Z | Compiling usdt-attr-macro v0.5.0 |
706 | 2024-11-27T21:18:15.585Z | Checking tokio-util v0.7.11 |
707 | 2024-11-27T21:18:15.744Z | Compiling usdt-macro v0.5.0 |
708 | 2024-11-27T21:18:16.257Z | Checking serde_urlencoded v0.7.1 |
709 | 2024-11-27T21:18:16.501Z | Checking h2 v0.4.6 |
710 | 2024-11-27T21:18:16.678Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-11-27T21:18:17.206Z | Compiling multer v3.1.0 |
712 | 2024-11-27T21:18:17.562Z | Compiling rustix v0.38.34 |
713 | 2024-11-27T21:18:17.639Z | Checking openssl-probe v0.1.5 |
714 | 2024-11-27T21:18:19.488Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-11-27T21:18:20.743Z | Checking hyper v1.4.1 |
716 | 2024-11-27T21:18:20.825Z | Checking errno v0.3.9 |
717 | 2024-11-27T21:18:21.104Z | Checking powerfmt v0.2.0 |
718 | 2024-11-27T21:18:21.154Z | Compiling darling_macro v0.20.9 |
719 | 2024-11-27T21:18:21.251Z | Checking ipnet v2.9.0 |
720 | 2024-11-27T21:18:21.556Z | Checking deranged v0.3.11 |
721 | 2024-11-27T21:18:21.721Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-11-27T21:18:22.122Z | Compiling darling v0.20.9 |
723 | 2024-11-27T21:18:22.249Z | Checking serde_spanned v0.6.7 |
724 | 2024-11-27T21:18:22.283Z | Checking futures-executor v0.3.30 |
725 | 2024-11-27T21:18:22.516Z | Checking webpki-roots v0.26.3 |
726 | 2024-11-27T21:18:22.883Z | Checking hyper-util v0.1.9 |
727 | 2024-11-27T21:18:23.389Z | Checking is-terminal v0.4.12 |
728 | 2024-11-27T21:18:23.514Z | Compiling dropshot v0.12.0 |
729 | 2024-11-27T21:18:23.881Z | Checking num_threads v0.1.7 |
730 | 2024-11-27T21:18:24.003Z | Checking time v0.3.36 |
731 | 2024-11-27T21:18:24.047Z | Checking futures v0.3.30 |
732 | 2024-11-27T21:18:24.050Z | Checking tokio-rustls v0.26.0 |
733 | 2024-11-27T21:18:24.188Z | Compiling serde_with_macros v3.9.0 |
734 | 2024-11-27T21:18:24.431Z | Checking sha1 v0.10.6 |
735 | 2024-11-27T21:18:24.704Z | Checking hyper-rustls v0.27.3 |
736 | 2024-11-27T21:18:24.726Z | Checking hyper-tls v0.6.0 |
737 | 2024-11-27T21:18:24.937Z | Compiling dropshot_endpoint v0.12.0 |
738 | 2024-11-27T21:18:25.004Z | Checking strum v0.26.2 |
739 | 2024-11-27T21:18:25.173Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-11-27T21:18:25.518Z | Checking sync_wrapper v1.0.1 |
741 | 2024-11-27T21:18:26.590Z | Checking reqwest v0.12.7 |
742 | 2024-11-27T21:18:27.076Z | Compiling typify-macro v0.2.0 |
743 | 2024-11-27T21:18:27.709Z | Compiling structmeta v0.3.0 |
744 | 2024-11-27T21:18:27.852Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-11-27T21:18:28.328Z | Checking winnow v0.6.18 |
746 | 2024-11-27T21:18:28.387Z | Checking match_cfg v0.1.0 |
747 | 2024-11-27T21:18:28.624Z | Checking hostname v0.3.1 |
748 | 2024-11-27T21:18:28.810Z | Checking progenitor-client v0.8.0 |
749 | 2024-11-27T21:18:28.991Z | Compiling parse-display-derive v0.10.0 |
750 | 2024-11-27T21:18:29.123Z | Checking dirs-next v2.0.0 |
751 | 2024-11-27T21:18:29.765Z | Checking ipnetwork v0.20.0 |
752 | 2024-11-27T21:18:30.256Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
753 | 2024-11-27T21:18:30.461Z | Checking thread_local v1.1.8 |
754 | 2024-11-27T21:18:30.829Z | Compiling typify v0.2.0 |
755 | 2024-11-27T21:18:30.973Z | Compiling progenitor-impl v0.8.0 |
756 | 2024-11-27T21:18:31.579Z | Checking term v0.7.0 |
757 | 2024-11-27T21:18:32.022Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-11-27T21:18:32.595Z | Checking memmap v0.7.0 |
759 | 2024-11-27T21:18:32.780Z | Checking take_mut v0.2.2 |
760 | 2024-11-27T21:18:32.800Z | Checking usdt v0.5.0 |
761 | 2024-11-27T21:18:33.047Z | Checking slog-term v2.9.1 |
762 | 2024-11-27T21:18:33.051Z | Checking toml_edit v0.22.20 |
763 | 2024-11-27T21:18:33.227Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-11-27T21:18:33.928Z | Checking slog-json v2.6.1 |
765 | 2024-11-27T21:18:34.981Z | Compiling winnow v0.5.40 |
766 | 2024-11-27T21:18:35.366Z | Checking debug-ignore v1.0.5 |
767 | 2024-11-27T21:18:35.879Z | Checking toml v0.8.19 |
768 | 2024-11-27T21:18:36.675Z | Checking slog-bunyan v2.5.0 |
769 | 2024-11-27T21:18:36.894Z | Checking async-stream v0.3.5 |
770 | 2024-11-27T21:18:37.271Z | Compiling progenitor-macro v0.8.0 |
771 | 2024-11-27T21:18:37.487Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-11-27T21:18:37.637Z | Checking waitgroup v0.1.2 |
773 | 2024-11-27T21:18:37.703Z | Checking hostname v0.4.0 |
774 | 2024-11-27T21:18:37.786Z | Checking tokio-rustls v0.25.0 |
775 | 2024-11-27T21:18:38.151Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
776 | 2024-11-27T21:18:38.271Z | Checking serde_with v3.9.0 |
777 | 2024-11-27T21:18:38.484Z | Checking newtype-uuid v1.1.0 |
778 | 2024-11-27T21:18:38.486Z | Compiling clap_derive v4.5.4 |
779 | 2024-11-27T21:18:38.727Z | Compiling toml_edit v0.19.15 |
780 | 2024-11-27T21:18:38.796Z | Checking utf8parse v0.2.1 |
781 | 2024-11-27T21:18:39.080Z | Checking unicode-width v0.1.14 |
782 | 2024-11-27T21:18:40.112Z | Checking anstyle-parse v0.2.4 |
783 | 2024-11-27T21:18:40.397Z | Checking hex v0.4.3 |
784 | 2024-11-27T21:18:41.620Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-11-27T21:18:41.839Z | Checking instant v0.1.12 |
786 | 2024-11-27T21:18:42.090Z | Checking is_terminal_polyfill v1.70.0 |
787 | 2024-11-27T21:18:42.221Z | Checking colorchoice v1.0.1 |
788 | 2024-11-27T21:18:42.361Z | Checking lazy_static v1.5.0 |
789 | 2024-11-27T21:18:42.363Z | Checking anstyle v1.0.7 |
790 | 2024-11-27T21:18:42.435Z | Checking anstyle-query v1.0.3 |
791 | 2024-11-27T21:18:42.580Z | Checking backoff v0.4.0 |
792 | 2024-11-27T21:18:42.739Z | Checking anstream v0.6.14 |
793 | 2024-11-27T21:18:42.760Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-11-27T21:18:42.921Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-11-27T21:18:42.942Z | Checking parse-display v0.10.0 |
796 | 2024-11-27T21:18:43.128Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-11-27T21:18:43.167Z | Checking terminal_size v0.3.0 |
798 | 2024-11-27T21:18:43.277Z | Checking macaddr v1.0.1 |
799 | 2024-11-27T21:18:43.338Z | Checking regress v0.9.1 |
800 | 2024-11-27T21:18:44.057Z | Checking num-integer v0.1.46 |
801 | 2024-11-27T21:18:44.478Z | Checking clap_lex v0.7.0 |
802 | 2024-11-27T21:18:44.579Z | Compiling unicode-xid v0.2.4 |
803 | 2024-11-27T21:18:44.744Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-11-27T21:18:44.765Z | Checking clap_builder v4.5.2 |
805 | 2024-11-27T21:18:47.697Z | Compiling heapless v0.8.0 |
806 | 2024-11-27T21:18:47.907Z | Checking clap v4.5.4 |
807 | 2024-11-27T21:18:48.162Z | Checking num-bigint v0.4.5 |
808 | 2024-11-27T21:18:48.231Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-11-27T21:18:49.533Z | Checking hash32 v0.3.1 |
810 | 2024-11-27T21:18:49.728Z | Checking fastrand v2.1.0 |
811 | 2024-11-27T21:18:49.899Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
812 | 2024-11-27T21:18:50.057Z | Compiling smoltcp v0.11.0 |
813 | 2024-11-27T21:18:50.305Z | Checking bitflags v1.3.2 |
814 | 2024-11-27T21:18:50.401Z | Checking stable_deref_trait v1.2.0 |
815 | 2024-11-27T21:18:50.423Z | Checking either v1.13.0 |
816 | 2024-11-27T21:18:50.479Z | Checking num-rational v0.4.2 |
817 | 2024-11-27T21:18:50.533Z | Checking num_enum v0.5.11 |
818 | 2024-11-27T21:18:50.790Z | Checking tempfile v3.10.1 |
819 | 2024-11-27T21:18:50.942Z | Compiling synstructure v0.12.6 |
820 | 2024-11-27T21:18:51.090Z | Checking progenitor v0.8.0 |
821 | 2024-11-27T21:18:51.167Z | Checking num-iter v0.1.45 |
822 | 2024-11-27T21:18:51.209Z | Checking num-complex v0.4.6 |
823 | 2024-11-27T21:18:51.292Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
824 | 2024-11-27T21:18:51.355Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-11-27T21:18:51.455Z | Checking cobs v0.2.3 |
826 | 2024-11-27T21:18:51.646Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
827 | 2024-11-27T21:18:51.718Z | Checking managed v0.8.0 |
828 | 2024-11-27T21:18:51.919Z | Checking postcard v1.0.9 |
829 | 2024-11-27T21:18:52.166Z | Checking num v0.4.3 |
830 | 2024-11-27T21:18:52.327Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-11-27T21:18:52.845Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-11-27T21:18:52.940Z | Compiling libz-sys v1.1.16 |
833 | 2024-11-27T21:18:53.661Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-11-27T21:18:53.776Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-11-27T21:18:54.128Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-11-27T21:18:54.148Z | Checking pretty-hex v0.2.1 |
837 | 2024-11-27T21:18:54.498Z | Checking foreign-types-shared v0.3.1 |
838 | 2024-11-27T21:18:54.985Z | Checking foreign-types v0.5.0 |
839 | 2024-11-27T21:18:55.056Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
840 | 2024-11-27T21:18:56.160Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
841 | 2024-11-27T21:18:56.303Z | Checking tabwriter v1.4.0 |
842 | 2024-11-27T21:18:56.591Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-11-27T21:18:56.813Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-11-27T21:18:57.477Z | Checking cstr-argument v0.1.2 |
845 | 2024-11-27T21:18:57.684Z | Checking data-encoding v2.6.0 |
846 | 2024-11-27T21:18:57.684Z | Compiling prettyplease v0.2.22 |
847 | 2024-11-27T21:18:57.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-11-27T21:18:58.344Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-11-27T21:18:58.557Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-11-27T21:18:59.588Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-11-27T21:18:59.853Z | Checking colored v2.1.0 |
852 | 2024-11-27T21:19:00.827Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-11-27T21:19:01.337Z | Checking unicode-segmentation v1.11.0 |
854 | 2024-11-27T21:19:01.629Z | Compiling semver v0.1.20 |
855 | 2024-11-27T21:19:01.651Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
856 | 2024-11-27T21:19:01.876Z | Checking float-ord v0.3.2 |
857 | 2024-11-27T21:19:01.878Z | Checking is_ci v1.2.0 |
858 | 2024-11-27T21:19:01.989Z | Checking static_assertions v1.1.0 |
859 | 2024-11-27T21:19:02.048Z | Checking newline-converter v0.3.0 |
860 | 2024-11-27T21:19:02.094Z | Compiling rustc_version v0.1.7 |
861 | 2024-11-27T21:19:02.201Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
862 | 2024-11-27T21:19:03.959Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-11-27T21:19:04.883Z | Checking camino-tempfile v1.1.1 |
864 | 2024-11-27T21:19:04.904Z | Checking itertools v0.10.5 |
865 | 2024-11-27T21:19:05.278Z | Checking console v0.15.8 |
866 | 2024-11-27T21:19:05.871Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-11-27T21:19:06.289Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
868 | 2024-11-27T21:19:06.668Z | Compiling num-derive v0.4.2 |
869 | 2024-11-27T21:19:08.125Z | Checking sigpipe v0.1.3 |
870 | 2024-11-27T21:19:08.239Z | Compiling usdt-impl v0.3.5 |
871 | 2024-11-27T21:19:08.626Z | Checking base64ct v1.6.0 |
872 | 2024-11-27T21:19:08.839Z | Compiling owo-colors v4.1.0 |
873 | 2024-11-27T21:19:09.055Z | Checking similar v2.5.0 |
874 | 2024-11-27T21:19:09.594Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
875 | 2024-11-27T21:19:09.722Z | Checking password-hash v0.5.0 |
876 | 2024-11-27T21:19:09.744Z | Checking expectorate v1.1.0 |
877 | 2024-11-27T21:19:09.747Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-11-27T21:19:10.094Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-11-27T21:19:10.172Z | Checking zone v0.3.0 |
880 | 2024-11-27T21:19:10.258Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-11-27T21:19:10.328Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-11-27T21:19:10.469Z | Compiling newtype_derive v0.1.6 |
883 | 2024-11-27T21:19:10.498Z | Checking supports-color v3.0.1 |
884 | 2024-11-27T21:19:10.622Z | Checking supports-color v2.1.0 |
885 | 2024-11-27T21:19:10.713Z | Compiling zerocopy v0.3.2 |
886 | 2024-11-27T21:19:10.785Z | Checking blake2 v0.10.6 |
887 | 2024-11-27T21:19:10.816Z | Compiling cargo-platform v0.1.8 |
888 | 2024-11-27T21:19:10.874Z | Checking smf v0.2.3 |
889 | 2024-11-27T21:19:10.904Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-11-27T21:19:11.212Z | Compiling serde_repr v0.1.19 |
891 | 2024-11-27T21:19:11.287Z | Compiling zerocopy-derive v0.6.6 |
892 | 2024-11-27T21:19:11.323Z | Compiling vergen v8.3.2 |
893 | 2024-11-27T21:19:11.505Z | Checking base64 v0.21.7 |
894 | 2024-11-27T21:19:11.647Z | Checking whoami v1.5.1 |
895 | 2024-11-27T21:19:11.793Z | Compiling cancel-safe-futures v0.1.5 |
896 | 2024-11-27T21:19:11.947Z | Checking fixedbitset v0.4.2 |
897 | 2024-11-27T21:19:12.181Z | Checking hubpack v0.1.2 |
898 | 2024-11-27T21:19:12.233Z | Checking petgraph v0.6.5 |
899 | 2024-11-27T21:19:12.334Z | Compiling dof v0.1.5 |
900 | 2024-11-27T21:19:12.508Z | Checking argon2 v0.5.3 |
901 | 2024-11-27T21:19:13.036Z | Compiling cargo_metadata v0.18.1 |
902 | 2024-11-27T21:19:13.087Z | Checking zerocopy v0.6.6 |
903 | 2024-11-27T21:19:14.550Z | Compiling rustc_version v0.4.0 |
904 | 2024-11-27T21:19:15.084Z | Checking serde-big-array v0.5.1 |
905 | 2024-11-27T21:19:15.161Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-11-27T21:19:15.291Z | Compiling strum_macros v0.25.3 |
907 | 2024-11-27T21:19:15.312Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-11-27T21:19:15.870Z | Compiling cookie v0.18.1 |
909 | 2024-11-27T21:19:16.074Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-11-27T21:19:16.424Z | Compiling cfg_aliases v0.2.1 |
911 | 2024-11-27T21:19:16.531Z | Compiling rustls v0.21.12 |
912 | 2024-11-27T21:19:16.551Z | Compiling convert_case v0.4.0 |
913 | 2024-11-27T21:19:16.746Z | Compiling nix v0.29.0 |
914 | 2024-11-27T21:19:17.088Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-11-27T21:19:17.220Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
916 | 2024-11-27T21:19:17.295Z | Compiling derive_more v0.99.18 |
917 | 2024-11-27T21:19:17.541Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-11-27T21:19:18.279Z | Checking atomicwrites v0.4.4 |
919 | 2024-11-27T21:19:18.399Z | Checking itertools v0.13.0 |
920 | 2024-11-27T21:19:18.457Z | Checking libsw v3.3.1 |
921 | 2024-11-27T21:19:18.478Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-11-27T21:19:18.687Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
923 | 2024-11-27T21:19:18.713Z | Checking rustls-webpki v0.101.7 |
924 | 2024-11-27T21:19:18.749Z | Checking sct v0.7.1 |
925 | 2024-11-27T21:19:18.949Z | Checking idna v0.4.0 |
926 | 2024-11-27T21:19:18.952Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-11-27T21:19:19.399Z | Compiling derive-where v1.2.7 |
928 | 2024-11-27T21:19:19.813Z | Checking inout v0.1.3 |
929 | 2024-11-27T21:19:20.020Z | Compiling radium v0.7.0 |
930 | 2024-11-27T21:19:20.066Z | Checking utf-8 v0.7.6 |
931 | 2024-11-27T21:19:20.263Z | Checking linear-map v1.2.0 |
932 | 2024-11-27T21:19:20.508Z | Checking linked-hash-map v0.5.6 |
933 | 2024-11-27T21:19:20.871Z | Checking quick-error v1.2.3 |
934 | 2024-11-27T21:19:21.026Z | Checking swrite v0.1.0 |
935 | 2024-11-27T21:19:21.046Z | Checking indent_write v2.2.0 |
936 | 2024-11-27T21:19:21.160Z | Checking highway v1.2.0 |
937 | 2024-11-27T21:19:21.265Z | Checking resolv-conf v0.7.0 |
938 | 2024-11-27T21:19:21.605Z | Checking lru-cache v0.1.2 |
939 | 2024-11-27T21:19:21.626Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
940 | 2024-11-27T21:19:21.804Z | Checking tungstenite v0.21.0 |
941 | 2024-11-27T21:19:22.335Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-11-27T21:19:22.643Z | Checking hickory-proto v0.24.1 |
943 | 2024-11-27T21:19:23.020Z | Checking cipher v0.4.4 |
944 | 2024-11-27T21:19:23.367Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-11-27T21:19:23.882Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-11-27T21:19:25.184Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-11-27T21:19:26.270Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-11-27T21:19:26.631Z | Checking steno v0.4.1 |
949 | 2024-11-27T21:19:27.322Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-11-27T21:19:27.565Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-11-27T21:19:27.974Z | Checking hashlink v0.9.1 |
952 | 2024-11-27T21:19:28.307Z | Checking fallible-streaming-iterator v0.1.9 |
953 | 2024-11-27T21:19:28.365Z | Checking tap v1.0.1 |
954 | 2024-11-27T21:19:28.385Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2024-11-27T21:19:28.503Z | Compiling rayon-core v1.12.1 |
956 | 2024-11-27T21:19:28.503Z | Checking humantime v2.1.0 |
957 | 2024-11-27T21:19:28.542Z | Checking fallible-iterator v0.3.0 |
958 | 2024-11-27T21:19:28.595Z | Checking wyz v0.5.1 |
959 | 2024-11-27T21:19:28.820Z | Checking crossbeam-deque v0.8.5 |
960 | 2024-11-27T21:19:28.887Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
961 | 2024-11-27T21:19:28.936Z | Checking tokio-rustls v0.24.1 |
962 | 2024-11-27T21:19:29.131Z | Checking hickory-resolver v0.24.1 |
963 | 2024-11-27T21:19:29.158Z | Checking rusqlite v0.32.1 |
964 | 2024-11-27T21:19:29.283Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-11-27T21:19:29.738Z | Compiling usdt-attr-macro v0.3.5 |
966 | 2024-11-27T21:19:29.775Z | Compiling usdt-macro v0.3.5 |
967 | 2024-11-27T21:19:30.579Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-11-27T21:19:30.657Z | Checking twox-hash v1.6.3 |
969 | 2024-11-27T21:19:30.807Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
970 | 2024-11-27T21:19:31.028Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-11-27T21:19:31.154Z | Checking universal-hash v0.5.1 |
972 | 2024-11-27T21:19:31.174Z | Checking atty v0.2.14 |
973 | 2024-11-27T21:19:31.282Z | Checking funty v2.0.0 |
974 | 2024-11-27T21:19:31.360Z | Checking opaque-debug v0.3.1 |
975 | 2024-11-27T21:19:31.455Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-11-27T21:19:31.849Z | Checking polyval v0.6.2 |
977 | 2024-11-27T21:19:32.103Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
978 | 2024-11-27T21:19:32.176Z | Checking bitvec v1.0.1 |
979 | 2024-11-27T21:19:32.397Z | Checking usdt v0.3.5 |
980 | 2024-11-27T21:19:32.886Z | Checking ctr v0.9.2 |
981 | 2024-11-27T21:19:33.175Z | Checking aes v0.8.4 |
982 | 2024-11-27T21:19:33.235Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-11-27T21:19:33.276Z | Checking num_enum v0.7.2 |
984 | 2024-11-27T21:19:33.445Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
985 | 2024-11-27T21:19:33.659Z | Checking bincode v1.3.3 |
986 | 2024-11-27T21:19:33.689Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
987 | 2024-11-27T21:19:33.925Z | Checking aead v0.5.2 |
988 | 2024-11-27T21:19:33.977Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
989 | 2024-11-27T21:19:34.032Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
990 | 2024-11-27T21:19:34.143Z | Checking aes-gcm-siv v0.11.1 |
991 | 2024-11-27T21:19:34.168Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
992 | 2024-11-27T21:19:34.338Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
993 | 2024-11-27T21:19:34.366Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-11-27T21:19:34.385Z | Checking rayon v1.10.0 |
995 | 2024-11-27T21:19:34.609Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-11-27T21:19:34.632Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-11-27T21:19:34.856Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-11-27T21:19:34.985Z | Compiling async-recursion v1.1.1 |
999 | 2024-11-27T21:19:36.144Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-11-27T21:19:36.279Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-11-27T21:19:36.433Z | Checking ringbuffer v0.15.0 |
1002 | 2024-11-27T21:19:36.600Z | Compiling cfg_aliases v0.1.1 |
1003 | 2024-11-27T21:19:36.679Z | Checking toml v0.7.8 |
1004 | 2024-11-27T21:19:36.713Z | Checking typeid v1.0.0 |
1005 | 2024-11-27T21:19:36.787Z | Checking ascii v1.1.0 |
1006 | 2024-11-27T21:19:36.842Z | Checking erased-serde v0.4.5 |
1007 | 2024-11-27T21:19:36.860Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1008 | 2024-11-27T21:19:37.187Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-11-27T21:19:37.227Z | Compiling nix v0.28.0 |
1010 | 2024-11-27T21:19:37.432Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1011 | 2024-11-27T21:19:37.607Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1012 | 2024-11-27T21:19:37.741Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1013 | 2024-11-27T21:19:37.772Z | Checking bitstruct v0.1.1 |
1014 | 2024-11-27T21:19:37.886Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-11-27T21:19:37.948Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-11-27T21:19:38.001Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-11-27T21:19:38.117Z | Checking serde_arrays v0.1.0 |
1018 | 2024-11-27T21:19:38.200Z | Checking libloading v0.7.4 |
1019 | 2024-11-27T21:19:38.248Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-11-27T21:19:38.270Z | Checking kstat-rs v0.2.4 |
1021 | 2024-11-27T21:19:38.346Z | Compiling escargot v0.5.10 |
1022 | 2024-11-27T21:19:38.618Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2024-11-27T21:19:38.722Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1024 | 2024-11-27T21:19:38.820Z | Checking ron v0.8.1 |
1025 | 2024-11-27T21:19:39.270Z | Checking xattr v1.3.1 |
1026 | 2024-11-27T21:19:39.559Z | Checking filetime v0.2.23 |
1027 | 2024-11-27T21:19:39.744Z | Checking bstr v1.9.1 |
1028 | 2024-11-27T21:19:39.764Z | Checking bit_field v0.10.2 |
1029 | 2024-11-27T21:19:40.003Z | Checking tar v0.4.40 |
1030 | 2024-11-27T21:19:40.024Z | Checking const_format v0.2.32 |
1031 | 2024-11-27T21:19:40.112Z | Checking ctrlc v3.4.4 |
1032 | 2024-11-27T21:19:40.528Z | Checking globset v0.4.14 |
1033 | 2024-11-27T21:19:40.549Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-11-27T21:19:40.700Z | Checking fatfs v0.3.6 |
1035 | 2024-11-27T21:19:41.049Z | Checking glob v0.3.1 |
1036 | 2024-11-27T21:19:42.787Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-11-27T21:19:43.148Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-11-27T21:19:43.821Z | Compiling git2 v0.19.0 |
1039 | 2024-11-27T21:19:44.559Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-11-27T21:19:48.288Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1041 | 2024-11-27T21:19:49.127Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-11-27T21:19:57.004Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1043 | 2024-11-27T21:20:03.492Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-11-27T21:20:10.998Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-11-27T21:20:11.002Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-11-27T21:20:24.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
1047 | 2024-11-27T21:20:24.911Z | |
1048 | 2024-11-27T21:20:24.911Z | real 3:03.504710344 |
1049 | 2024-11-27T21:20:24.911Z | user 13:05.124185984 |
1050 | 2024-11-27T21:20:24.911Z | sys 3:06.046022948 |
1051 | 2024-11-27T21:20:24.911Z | trap 0.367979010 |
1052 | 2024-11-27T21:20:24.916Z | tflt 6.102544567 |
1053 | 2024-11-27T21:20:24.916Z | dflt 2.335120477 |
1054 | 2024-11-27T21:20:24.917Z | kflt 0.011617555 |
1055 | 2024-11-27T21:20:24.917Z | lock 16:43.093945647 |
1056 | 2024-11-27T21:20:24.917Z | slp 53:00.726632779 |
1057 | 2024-11-27T21:20:24.917Z | lat 56.262655970 |
1058 | 2024-11-27T21:20:24.917Z | stop 3:09.858994523 |
1059 | 2024-11-27T21:20:24.917Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-11-27T21:20:25.421Z | Downloading crates ... |
1061 | 2024-11-27T21:20:25.627Z | Downloaded arc-swap v1.7.1 |
1062 | 2024-11-27T21:20:25.634Z | Downloaded downcast v0.11.0 |
1063 | 2024-11-27T21:20:25.638Z | Downloaded termtree v0.4.1 |
1064 | 2024-11-27T21:20:25.641Z | Downloaded predicates v3.1.0 |
1065 | 2024-11-27T21:20:25.645Z | Downloaded slog-stdlog v4.1.1 |
1066 | 2024-11-27T21:20:25.648Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-11-27T21:20:25.648Z | Downloaded predicates-tree v1.0.9 |
1068 | 2024-11-27T21:20:25.648Z | Downloaded fragile v2.0.0 |
1069 | 2024-11-27T21:20:25.652Z | Downloaded slog-scope v4.4.0 |
1070 | 2024-11-27T21:20:25.652Z | Downloaded simd-adler32 v0.3.7 |
1071 | 2024-11-27T21:20:25.657Z | Downloaded mockall v0.12.1 |
1072 | 2024-11-27T21:20:25.657Z | Downloaded serde_test v1.0.176 |
1073 | 2024-11-27T21:20:25.658Z | Downloaded bytemuck v1.16.0 |
1074 | 2024-11-27T21:20:25.662Z | Downloaded predicates-core v1.0.6 |
1075 | 2024-11-27T21:20:25.662Z | Downloaded fdeflate v0.3.4 |
1076 | 2024-11-27T21:20:25.662Z | Downloaded mockall_derive v0.12.1 |
1077 | 2024-11-27T21:20:25.666Z | Downloaded crc32fast v1.4.0 |
1078 | 2024-11-27T21:20:25.696Z | Downloaded miniz_oxide v0.7.2 |
1079 | 2024-11-27T21:20:25.696Z | Downloaded flate2 v1.0.30 |
1080 | 2024-11-27T21:20:25.696Z | Downloaded png v0.17.13 |
1081 | 2024-11-27T21:20:26.324Z | Downloaded image v0.25.1 |
1082 | 2024-11-27T21:20:26.617Z | Checking log v0.4.22 |
1083 | 2024-11-27T21:20:26.624Z | Checking tokio v1.39.3 |
1084 | 2024-11-27T21:20:26.657Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-11-27T21:20:26.669Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-11-27T21:20:26.669Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-11-27T21:20:26.672Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-11-27T21:20:26.698Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-11-27T21:20:26.701Z | Compiling crc32fast v1.4.0 |
1090 | 2024-11-27T21:20:26.851Z | Checking simd-adler32 v0.3.7 |
1091 | 2024-11-27T21:20:26.876Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1092 | 2024-11-27T21:20:26.905Z | Checking native-tls v0.2.11 |
1093 | 2024-11-27T21:20:26.933Z | Checking goblin v0.8.2 |
1094 | 2024-11-27T21:20:27.094Z | Checking typify-impl v0.2.0 |
1095 | 2024-11-27T21:20:27.113Z | Checking rustls v0.22.4 |
1096 | 2024-11-27T21:20:27.192Z | Checking tungstenite v0.21.0 |
1097 | 2024-11-27T21:20:27.204Z | Checking rustls v0.21.12 |
1098 | 2024-11-27T21:20:27.207Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1099 | 2024-11-27T21:20:27.250Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1100 | 2024-11-27T21:20:27.660Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-11-27T21:20:27.916Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-11-27T21:20:28.113Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-11-27T21:20:28.337Z | Checking adler v1.0.2 |
1104 | 2024-11-27T21:20:28.495Z | Checking miniz_oxide v0.7.2 |
1105 | 2024-11-27T21:20:28.770Z | Checking arc-swap v1.7.1 |
1106 | 2024-11-27T21:20:29.200Z | Checking slog-scope v4.4.0 |
1107 | 2024-11-27T21:20:29.282Z | Checking flate2 v1.0.30 |
1108 | 2024-11-27T21:20:29.373Z | Checking fdeflate v0.3.4 |
1109 | 2024-11-27T21:20:29.523Z | Checking typify v0.2.0 |
1110 | 2024-11-27T21:20:29.644Z | Checking progenitor-impl v0.8.0 |
1111 | 2024-11-27T21:20:29.885Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-11-27T21:20:29.969Z | Checking png v0.17.13 |
1113 | 2024-11-27T21:20:30.055Z | Checking bytemuck v1.16.0 |
1114 | 2024-11-27T21:20:30.518Z | Checking predicates-core v1.0.6 |
1115 | 2024-11-27T21:20:30.641Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-11-27T21:20:30.664Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1117 | 2024-11-27T21:20:30.688Z | Checking termtree v0.4.1 |
1118 | 2024-11-27T21:20:30.754Z | Checking predicates v3.1.0 |
1119 | 2024-11-27T21:20:30.886Z | Checking predicates-tree v1.0.9 |
1120 | 2024-11-27T21:20:31.030Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-11-27T21:20:31.211Z | Checking image v0.25.1 |
1122 | 2024-11-27T21:20:31.321Z | Checking wait-timeout v0.2.0 |
1123 | 2024-11-27T21:20:31.429Z | Checking downcast v0.11.0 |
1124 | 2024-11-27T21:20:31.493Z | Checking fragile v2.0.0 |
1125 | 2024-11-27T21:20:31.547Z | Checking bit-vec v0.6.3 |
1126 | 2024-11-27T21:20:31.617Z | Checking rusty-fork v0.3.0 |
1127 | 2024-11-27T21:20:31.737Z | Checking globset v0.4.14 |
1128 | 2024-11-27T21:20:31.868Z | Checking bit-set v0.5.3 |
1129 | 2024-11-27T21:20:31.885Z | Checking escargot v0.5.10 |
1130 | 2024-11-27T21:20:32.019Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1131 | 2024-11-27T21:20:32.030Z | Checking dof v0.3.0 |
1132 | 2024-11-27T21:20:32.122Z | Checking fatfs v0.3.6 |
1133 | 2024-11-27T21:20:32.243Z | Checking rand_xorshift v0.3.0 |
1134 | 2024-11-27T21:20:32.404Z | Checking unarray v0.1.4 |
1135 | 2024-11-27T21:20:32.553Z | Checking proptest v1.5.0 |
1136 | 2024-11-27T21:20:32.650Z | Checking usdt-impl v0.5.0 |
1137 | 2024-11-27T21:20:32.925Z | Checking serde_test v1.0.176 |
1138 | 2024-11-27T21:20:33.061Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1139 | 2024-11-27T21:20:33.140Z | Checking usdt v0.5.0 |
1140 | 2024-11-27T21:20:33.411Z | Checking slog-dtrace v0.3.0 |
1141 | 2024-11-27T21:20:33.795Z | Checking tokio-util v0.7.11 |
1142 | 2024-11-27T21:20:33.811Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-11-27T21:20:34.063Z | Checking tokio-rustls v0.26.0 |
1144 | 2024-11-27T21:20:34.381Z | Checking tokio-rustls v0.25.0 |
1145 | 2024-11-27T21:20:34.418Z | Checking backoff v0.4.0 |
1146 | 2024-11-27T21:20:34.457Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1147 | 2024-11-27T21:20:34.471Z | Checking tokio-tungstenite v0.21.0 |
1148 | 2024-11-27T21:20:34.509Z | Checking zone v0.3.0 |
1149 | 2024-11-27T21:20:34.603Z | Checking h2 v0.4.6 |
1150 | 2024-11-27T21:20:34.694Z | Checking libsw v3.3.1 |
1151 | 2024-11-27T21:20:34.718Z | Checking cancel-safe-futures v0.1.5 |
1152 | 2024-11-27T21:20:34.730Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1153 | 2024-11-27T21:20:34.948Z | Checking hickory-proto v0.24.1 |
1154 | 2024-11-27T21:20:34.961Z | Checking steno v0.4.1 |
1155 | 2024-11-27T21:20:35.178Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1156 | 2024-11-27T21:20:35.315Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-11-27T21:20:36.442Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-11-27T21:20:36.570Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-11-27T21:20:36.716Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-11-27T21:20:36.919Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1161 | 2024-11-27T21:20:37.844Z | Checking mockall v0.12.1 |
1162 | 2024-11-27T21:20:38.627Z | Checking hickory-resolver v0.24.1 |
1163 | 2024-11-27T21:20:38.675Z | Checking hyper v1.4.1 |
1164 | 2024-11-27T21:20:40.160Z | Checking hyper-util v0.1.9 |
1165 | 2024-11-27T21:20:41.185Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-11-27T21:20:41.185Z | Checking hyper-tls v0.6.0 |
1167 | 2024-11-27T21:20:41.190Z | Checking dropshot v0.12.0 |
1168 | 2024-11-27T21:20:41.439Z | Checking reqwest v0.12.7 |
1169 | 2024-11-27T21:20:42.537Z | Checking progenitor-client v0.8.0 |
1170 | 2024-11-27T21:20:42.733Z | Checking progenitor v0.8.0 |
1171 | 2024-11-27T21:20:42.857Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-11-27T21:20:42.857Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-11-27T21:20:42.871Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-11-27T21:20:42.871Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-11-27T21:20:43.563Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1176 | 2024-11-27T21:20:44.601Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1177 | 2024-11-27T21:20:46.867Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-11-27T21:20:52.482Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-11-27T21:20:52.969Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-11-27T21:20:52.974Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-11-27T21:20:52.974Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-11-27T21:20:52.974Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-11-27T21:20:54.648Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-11-27T21:20:55.020Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-11-27T21:20:55.020Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-11-27T21:20:55.054Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-11-27T21:20:55.644Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-11-27T21:20:55.888Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-11-27T21:20:55.974Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-11-27T21:21:05.215Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-11-27T21:21:10.963Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-11-27T21:21:11.579Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1193 | 2024-11-27T21:21:15.516Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-11-27T21:21:29.302Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-11-27T21:21:29.302Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-11-27T21:21:45.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1197 | 2024-11-27T21:21:45.843Z | |
1198 | 2024-11-27T21:21:45.843Z | real 1:20.906034658 |
1199 | 2024-11-27T21:21:45.843Z | user 3:17.736628121 |
1200 | 2024-11-27T21:21:45.843Z | sys 30.992115319 |
1201 | 2024-11-27T21:21:45.843Z | trap 0.065674257 |
1202 | 2024-11-27T21:21:45.843Z | tflt 0.243759928 |
1203 | 2024-11-27T21:21:45.843Z | dflt 0.050599670 |
1204 | 2024-11-27T21:21:45.847Z | kflt 0.000005996 |
1205 | 2024-11-27T21:21:45.848Z | lock 4:49.972936803 |
1206 | 2024-11-27T21:21:45.848Z | slp 10:58.175719953 |
1207 | 2024-11-27T21:21:45.848Z | lat 5.399477150 |
1208 | 2024-11-27T21:21:45.849Z | stop 13.594199757 |
1209 | 2024-11-27T21:21:45.849Z | + banner build |
1210 | 2024-11-27T21:21:45.849Z | |
1211 | 2024-11-27T21:21:45.849Z | ##### # # # # ##### |
1212 | 2024-11-27T21:21:45.849Z | # # # # # # # # |
1213 | 2024-11-27T21:21:45.849Z | ##### # # # # # # |
1214 | 2024-11-27T21:21:45.849Z | # # # # # # # # |
1215 | 2024-11-27T21:21:45.849Z | # # # # # # # # |
1216 | 2024-11-27T21:21:45.849Z | ##### #### # ###### ##### |
1217 | 2024-11-27T21:21:45.849Z | |
1218 | 2024-11-27T21:21:45.849Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1219 | 2024-11-27T21:21:46.597Z | Compiling proc-macro2 v1.0.86 |
1220 | 2024-11-27T21:21:46.597Z | Compiling unicode-ident v1.0.13 |
1221 | 2024-11-27T21:21:46.600Z | Compiling libc v0.2.159 |
1222 | 2024-11-27T21:21:46.601Z | Compiling serde v1.0.210 |
1223 | 2024-11-27T21:21:46.601Z | Compiling version_check v0.9.5 |
1224 | 2024-11-27T21:21:46.601Z | Compiling once_cell v1.19.0 |
1225 | 2024-11-27T21:21:46.601Z | Compiling autocfg v1.3.0 |
1226 | 2024-11-27T21:21:46.623Z | Compiling cfg-if v1.0.0 |
1227 | 2024-11-27T21:21:46.839Z | Compiling thiserror v1.0.64 |
1228 | 2024-11-27T21:21:47.012Z | Compiling memchr v2.7.2 |
1229 | 2024-11-27T21:21:47.183Z | Compiling ahash v0.8.11 |
1230 | 2024-11-27T21:21:47.198Z | Compiling libm v0.2.8 |
1231 | 2024-11-27T21:21:47.349Z | Compiling byteorder v1.5.0 |
1232 | 2024-11-27T21:21:47.554Z | Compiling itoa v1.0.11 |
1233 | 2024-11-27T21:21:47.576Z | Compiling lock_api v0.4.12 |
1234 | 2024-11-27T21:21:47.755Z | Compiling parking_lot_core v0.9.10 |
1235 | 2024-11-27T21:21:48.000Z | Compiling ryu v1.0.18 |
1236 | 2024-11-27T21:21:48.240Z | Compiling serde_json v1.0.128 |
1237 | 2024-11-27T21:21:48.297Z | Compiling quote v1.0.37 |
1238 | 2024-11-27T21:21:48.435Z | Compiling slab v0.4.9 |
1239 | 2024-11-27T21:21:48.507Z | Compiling jobserver v0.1.31 |
1240 | 2024-11-27T21:21:48.603Z | Compiling getrandom v0.2.14 |
1241 | 2024-11-27T21:21:48.705Z | Compiling syn v2.0.77 |
1242 | 2024-11-27T21:21:48.895Z | Compiling cc v1.0.97 |
1243 | 2024-11-27T21:21:48.922Z | Compiling pkg-config v0.3.30 |
1244 | 2024-11-27T21:21:49.071Z | Compiling schemars v0.8.21 |
1245 | 2024-11-27T21:21:49.083Z | Compiling vcpkg v0.2.15 |
1246 | 2024-11-27T21:21:49.234Z | Compiling allocator-api2 v0.2.18 |
1247 | 2024-11-27T21:21:49.478Z | Compiling pin-project-lite v0.2.14 |
1248 | 2024-11-27T21:21:49.908Z | Compiling num-traits v0.2.19 |
1249 | 2024-11-27T21:21:50.041Z | Compiling log v0.4.22 |
1250 | 2024-11-27T21:21:50.064Z | Compiling smallvec v1.13.2 |
1251 | 2024-11-27T21:21:50.502Z | Compiling scopeguard v1.2.0 |
1252 | 2024-11-27T21:21:50.533Z | Compiling equivalent v1.0.1 |
1253 | 2024-11-27T21:21:50.555Z | Compiling typenum v1.17.0 |
1254 | 2024-11-27T21:21:50.657Z | Compiling signal-hook-registry v1.4.2 |
1255 | 2024-11-27T21:21:50.669Z | Compiling mio v1.0.2 |
1256 | 2024-11-27T21:21:51.314Z | Compiling parking_lot v0.12.2 |
1257 | 2024-11-27T21:21:51.517Z | Compiling socket2 v0.5.7 |
1258 | 2024-11-27T21:21:52.086Z | Compiling httparse v1.8.0 |
1259 | 2024-11-27T21:21:52.089Z | Compiling ring v0.17.8 |
1260 | 2024-11-27T21:21:52.317Z | Compiling generic-array v0.14.7 |
1261 | 2024-11-27T21:21:52.683Z | Compiling fnv v1.0.7 |
1262 | 2024-11-27T21:21:52.796Z | Compiling futures-core v0.3.30 |
1263 | 2024-11-27T21:21:53.146Z | Compiling openssl-sys v0.9.103 |
1264 | 2024-11-27T21:21:53.165Z | Compiling iana-time-zone v0.1.60 |
1265 | 2024-11-27T21:21:53.321Z | Compiling rand_core v0.6.4 |
1266 | 2024-11-27T21:21:53.342Z | Compiling slog v2.7.0 |
1267 | 2024-11-27T21:21:53.435Z | Compiling semver v1.0.23 |
1268 | 2024-11-27T21:21:53.587Z | Compiling futures-sink v0.3.30 |
1269 | 2024-11-27T21:21:53.752Z | Compiling ucd-trie v0.1.6 |
1270 | 2024-11-27T21:21:53.843Z | Compiling dyn-clone v1.0.17 |
1271 | 2024-11-27T21:21:53.925Z | Compiling heck v0.5.0 |
1272 | 2024-11-27T21:21:54.187Z | Compiling subtle v2.5.0 |
1273 | 2024-11-27T21:21:54.256Z | Compiling futures-channel v0.3.30 |
1274 | 2024-11-27T21:21:54.268Z | Compiling pin-utils v0.1.0 |
1275 | 2024-11-27T21:21:54.280Z | Compiling futures-io v0.3.30 |
1276 | 2024-11-27T21:21:54.282Z | Compiling futures-task v0.3.30 |
1277 | 2024-11-27T21:21:54.321Z | Compiling rustversion v1.0.17 |
1278 | 2024-11-27T21:21:54.441Z | Compiling syn v1.0.109 |
1279 | 2024-11-27T21:21:54.559Z | Compiling openssl v0.10.66 |
1280 | 2024-11-27T21:21:54.954Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-27T21:21:55.564Z | Compiling native-tls v0.2.11 |
1282 | 2024-11-27T21:21:55.941Z | Compiling serde_derive_internals v0.29.1 |
1283 | 2024-11-27T21:21:56.150Z | Compiling rustls v0.23.10 |
1284 | 2024-11-27T21:21:56.255Z | Compiling heck v0.4.1 |
1285 | 2024-11-27T21:21:56.285Z | Compiling regex-syntax v0.8.4 |
1286 | 2024-11-27T21:21:57.949Z | Compiling spin v0.9.8 |
1287 | 2024-11-27T21:21:58.210Z | Compiling num-conv v0.1.0 |
1288 | 2024-11-27T21:21:58.481Z | Compiling anyhow v1.0.89 |
1289 | 2024-11-27T21:21:59.018Z | Compiling untrusted v0.9.0 |
1290 | 2024-11-27T21:21:59.062Z | Compiling time-core v0.1.2 |
1291 | 2024-11-27T21:21:59.201Z | Compiling tracing-core v0.1.32 |
1292 | 2024-11-27T21:21:59.235Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-27T21:22:00.323Z | Compiling regex-automata v0.4.6 |
1294 | 2024-11-27T21:22:00.451Z | Compiling serde_derive v1.0.210 |
1295 | 2024-11-27T21:22:01.428Z | Compiling zerocopy-derive v0.7.34 |
1296 | 2024-11-27T21:22:01.453Z | Compiling thiserror-impl v1.0.64 |
1297 | 2024-11-27T21:22:01.962Z | Compiling tokio-macros v2.4.0 |
1298 | 2024-11-27T21:22:02.035Z | Compiling schemars_derive v0.8.21 |
1299 | 2024-11-27T21:22:03.386Z | Compiling zerocopy v0.7.34 |
1300 | 2024-11-27T21:22:03.450Z | Compiling futures-macro v0.3.30 |
1301 | 2024-11-27T21:22:05.022Z | Compiling pest v2.7.10 |
1302 | 2024-11-27T21:22:05.304Z | Compiling futures-util v0.3.30 |
1303 | 2024-11-27T21:22:05.445Z | Compiling hashbrown v0.14.5 |
1304 | 2024-11-27T21:22:06.244Z | Compiling openssl-macros v0.1.1 |
1305 | 2024-11-27T21:22:06.718Z | Compiling regex v1.10.6 |
1306 | 2024-11-27T21:22:07.021Z | Compiling tracing-attributes v0.1.27 |
1307 | 2024-11-27T21:22:07.660Z | Compiling pest_meta v2.7.10 |
1308 | 2024-11-27T21:22:07.892Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-11-27T21:22:08.038Z | Compiling crypto-common v0.1.6 |
1310 | 2024-11-27T21:22:08.273Z | Compiling thread-id v4.2.1 |
1311 | 2024-11-27T21:22:09.396Z | Compiling pest_generator v2.7.10 |
1312 | 2024-11-27T21:22:09.407Z | Compiling regress v0.10.1 |
1313 | 2024-11-27T21:22:10.289Z | Compiling tracing v0.1.40 |
1314 | 2024-11-27T21:22:10.972Z | Compiling percent-encoding v2.3.1 |
1315 | 2024-11-27T21:22:11.064Z | Compiling rustls-pki-types v1.7.0 |
1316 | 2024-11-27T21:22:11.441Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-11-27T21:22:11.444Z | Compiling pest_derive v2.7.10 |
1318 | 2024-11-27T21:22:11.989Z | Compiling tinyvec_macros v0.1.1 |
1319 | 2024-11-27T21:22:12.024Z | Compiling camino v1.1.9 |
1320 | 2024-11-27T21:22:12.083Z | Compiling tinyvec v1.6.0 |
1321 | 2024-11-27T21:22:12.373Z | Compiling usdt-impl v0.5.0 |
1322 | 2024-11-27T21:22:12.400Z | Compiling atomic-waker v1.1.2 |
1323 | 2024-11-27T21:22:12.580Z | Compiling zeroize v1.7.0 |
1324 | 2024-11-27T21:22:12.638Z | Compiling ppv-lite86 v0.2.17 |
1325 | 2024-11-27T21:22:12.917Z | Compiling rustls-webpki v0.102.4 |
1326 | 2024-11-27T21:22:13.635Z | Compiling bytes v1.7.2 |
1327 | 2024-11-27T21:22:13.964Z | Compiling indexmap v2.5.0 |
1328 | 2024-11-27T21:22:14.083Z | Compiling chrono v0.4.38 |
1329 | 2024-11-27T21:22:14.936Z | Compiling tokio v1.39.3 |
1330 | 2024-11-27T21:22:15.075Z | Compiling uuid v1.10.0 |
1331 | 2024-11-27T21:22:15.526Z | Compiling bitflags v2.6.0 |
1332 | 2024-11-27T21:22:15.529Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-11-27T21:22:16.087Z | Compiling http v1.1.0 |
1334 | 2024-11-27T21:22:17.781Z | Compiling unicode-normalization v0.1.23 |
1335 | 2024-11-27T21:22:18.360Z | Compiling rand_chacha v0.3.1 |
1336 | 2024-11-27T21:22:19.658Z | Compiling http-body v1.0.1 |
1337 | 2024-11-27T21:22:19.940Z | Compiling scroll v0.12.0 |
1338 | 2024-11-27T21:22:20.243Z | Compiling unicode-bidi v0.3.15 |
1339 | 2024-11-27T21:22:20.486Z | Compiling plain v0.2.3 |
1340 | 2024-11-27T21:22:20.644Z | Compiling try-lock v0.2.5 |
1341 | 2024-11-27T21:22:20.800Z | Compiling want v0.3.1 |
1342 | 2024-11-27T21:22:21.089Z | Compiling typify-impl v0.2.0 |
1343 | 2024-11-27T21:22:21.912Z | Compiling goblin v0.8.2 |
1344 | 2024-11-27T21:22:22.339Z | Compiling rand v0.8.5 |
1345 | 2024-11-27T21:22:22.644Z | Compiling openapiv3 v2.0.0 |
1346 | 2024-11-27T21:22:23.081Z | Compiling strum_macros v0.26.2 |
1347 | 2024-11-27T21:22:23.942Z | Compiling tokio-util v0.7.11 |
1348 | 2024-11-27T21:22:25.989Z | Compiling h2 v0.4.6 |
1349 | 2024-11-27T21:22:27.127Z | Compiling httpdate v1.0.3 |
1350 | 2024-11-27T21:22:27.380Z | Compiling pretty-hex v0.4.1 |
1351 | 2024-11-27T21:22:27.593Z | Compiling omicron-workspace-hack v0.1.0 |
1352 | 2024-11-27T21:22:27.673Z | Compiling base64 v0.22.1 |
1353 | 2024-11-27T21:22:27.929Z | Compiling dof v0.3.0 |
1354 | 2024-11-27T21:22:27.942Z | Compiling idna v0.5.0 |
1355 | 2024-11-27T21:22:28.900Z | Compiling dtrace-parser v0.2.0 |
1356 | 2024-11-27T21:22:29.946Z | Compiling unsafe-libyaml v0.2.11 |
1357 | 2024-11-27T21:22:30.595Z | Compiling rustls v0.22.4 |
1358 | 2024-11-27T21:22:30.794Z | Compiling tower-service v0.3.2 |
1359 | 2024-11-27T21:22:30.925Z | Compiling strsim v0.11.1 |
1360 | 2024-11-27T21:22:30.939Z | Compiling cpufeatures v0.2.12 |
1361 | 2024-11-27T21:22:31.039Z | Compiling serde_yaml v0.9.34+deprecated |
1362 | 2024-11-27T21:22:31.364Z | Compiling hyper v1.4.1 |
1363 | 2024-11-27T21:22:31.930Z | Compiling url v2.5.0 |
1364 | 2024-11-27T21:22:32.130Z | Compiling typify-macro v0.2.0 |
1365 | 2024-11-27T21:22:32.890Z | Compiling toml_datetime v0.6.8 |
1366 | 2024-11-27T21:22:33.332Z | Compiling async-trait v0.1.83 |
1367 | 2024-11-27T21:22:34.640Z | Compiling hyper-util v0.1.9 |
1368 | 2024-11-27T21:22:35.749Z | Compiling block-buffer v0.10.4 |
1369 | 2024-11-27T21:22:35.970Z | Compiling typify v0.2.0 |
1370 | 2024-11-27T21:22:36.146Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-11-27T21:22:37.410Z | Compiling foreign-types-shared v0.1.1 |
1372 | 2024-11-27T21:22:37.440Z | Compiling slog-async v2.8.0 |
1373 | 2024-11-27T21:22:37.559Z | Compiling foreign-types v0.3.2 |
1374 | 2024-11-27T21:22:37.955Z | Compiling digest v0.10.7 |
1375 | 2024-11-27T21:22:39.785Z | Compiling http-body-util v0.1.2 |
1376 | 2024-11-27T21:22:39.845Z | Compiling multer v3.1.0 |
1377 | 2024-11-27T21:22:39.922Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-11-27T21:22:40.213Z | Compiling crossbeam-utils v0.8.19 |
1379 | 2024-11-27T21:22:40.374Z | Compiling ident_case v1.0.1 |
1380 | 2024-11-27T21:22:40.553Z | Compiling mime v0.3.17 |
1381 | 2024-11-27T21:22:40.792Z | Compiling paste v1.0.15 |
1382 | 2024-11-27T21:22:40.823Z | Compiling darling_core v0.20.9 |
1383 | 2024-11-27T21:22:41.474Z | Compiling usdt-macro v0.5.0 |
1384 | 2024-11-27T21:22:41.552Z | Compiling usdt-attr-macro v0.5.0 |
1385 | 2024-11-27T21:22:41.583Z | Compiling rustls-pemfile v2.1.3 |
1386 | 2024-11-27T21:22:42.323Z | Compiling serde_urlencoded v0.7.1 |
1387 | 2024-11-27T21:22:42.388Z | Compiling progenitor-macro v0.8.0 |
1388 | 2024-11-27T21:22:43.318Z | Compiling openssl-probe v0.1.5 |
1389 | 2024-11-27T21:22:46.569Z | Compiling darling_macro v0.20.9 |
1390 | 2024-11-27T21:22:46.997Z | Compiling async-stream-impl v0.3.5 |
1391 | 2024-11-27T21:22:49.278Z | Compiling dropshot v0.12.0 |
1392 | 2024-11-27T21:22:49.647Z | Compiling powerfmt v0.2.0 |
1393 | 2024-11-27T21:22:51.255Z | Compiling ipnet v2.9.0 |
1394 | 2024-11-27T21:22:51.337Z | Compiling tokio-rustls v0.26.0 |
1395 | 2024-11-27T21:22:51.811Z | Compiling deranged v0.3.11 |
1396 | 2024-11-27T21:22:54.272Z | Compiling tokio-native-tls v0.3.1 |
1397 | 2024-11-27T21:22:55.994Z | Compiling darling v0.20.9 |
1398 | 2024-11-27T21:22:56.912Z | Compiling serde_spanned v0.6.7 |
1399 | 2024-11-27T21:22:56.977Z | Compiling webpki-roots v0.26.3 |
1400 | 2024-11-27T21:22:57.010Z | Compiling futures-executor v0.3.30 |
1401 | 2024-11-27T21:22:58.957Z | Compiling num_threads v0.1.7 |
1402 | 2024-11-27T21:22:59.245Z | Compiling time v0.3.36 |
1403 | 2024-11-27T21:23:07.099Z | Compiling futures v0.3.30 |
1404 | 2024-11-27T21:23:07.220Z | Compiling hyper-rustls v0.27.3 |
1405 | 2024-11-27T21:23:08.101Z | Compiling serde_with_macros v3.9.0 |
1406 | 2024-11-27T21:23:08.548Z | Compiling hyper-tls v0.6.0 |
1407 | 2024-11-27T21:23:08.983Z | Compiling sha1 v0.10.6 |
1408 | 2024-11-27T21:23:09.820Z | Compiling strum v0.26.2 |
1409 | 2024-11-27T21:23:10.006Z | Compiling dropshot_endpoint v0.12.0 |
1410 | 2024-11-27T21:23:11.305Z | Compiling structmeta-derive v0.3.0 |
1411 | 2024-11-27T21:23:11.880Z | Compiling sync_wrapper v1.0.1 |
1412 | 2024-11-27T21:23:12.028Z | Compiling rustix v0.38.34 |
1413 | 2024-11-27T21:23:12.696Z | Compiling reqwest v0.12.7 |
1414 | 2024-11-27T21:23:13.880Z | Compiling structmeta v0.3.0 |
1415 | 2024-11-27T21:23:14.008Z | Compiling errno v0.3.9 |
1416 | 2024-11-27T21:23:14.326Z | Compiling dirs-sys-next v0.1.2 |
1417 | 2024-11-27T21:23:14.329Z | Compiling winnow v0.6.18 |
1418 | 2024-11-27T21:23:15.556Z | Compiling match_cfg v0.1.0 |
1419 | 2024-11-27T21:23:18.400Z | Compiling hostname v0.3.1 |
1420 | 2024-11-27T21:23:18.628Z | Compiling progenitor-client v0.8.0 |
1421 | 2024-11-27T21:23:19.483Z | Compiling dirs-next v2.0.0 |
1422 | 2024-11-27T21:23:19.743Z | Compiling parse-display-derive v0.10.0 |
1423 | 2024-11-27T21:23:24.591Z | Compiling ipnetwork v0.20.0 |
1424 | 2024-11-27T21:23:25.176Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1425 | 2024-11-27T21:23:26.019Z | Compiling thread_local v1.1.8 |
1426 | 2024-11-27T21:23:27.693Z | Compiling progenitor v0.8.0 |
1427 | 2024-11-27T21:23:28.748Z | Compiling term v0.7.0 |
1428 | 2024-11-27T21:23:30.192Z | Compiling crossbeam-channel v0.5.12 |
1429 | 2024-11-27T21:23:30.350Z | Compiling memmap v0.7.0 |
1430 | 2024-11-27T21:23:30.769Z | Compiling is-terminal v0.4.12 |
1431 | 2024-11-27T21:23:31.988Z | Compiling take_mut v0.2.2 |
1432 | 2024-11-27T21:23:34.359Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-27T21:23:35.000Z | Compiling usdt v0.5.0 |
1434 | 2024-11-27T21:23:36.245Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1435 | 2024-11-27T21:23:36.411Z | Compiling toml_edit v0.22.20 |
1436 | 2024-11-27T21:23:36.484Z | Compiling slog-json v2.6.1 |
1437 | 2024-11-27T21:23:37.259Z | Compiling winnow v0.5.40 |
1438 | 2024-11-27T21:23:37.375Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-11-27T21:23:39.480Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-11-27T21:23:41.085Z | Compiling toml_edit v0.19.15 |
1441 | 2024-11-27T21:23:41.495Z | Compiling tokio-rustls v0.25.0 |
1442 | 2024-11-27T21:23:41.795Z | Compiling toml v0.8.19 |
1443 | 2024-11-27T21:23:44.885Z | Compiling async-stream v0.3.5 |
1444 | 2024-11-27T21:23:45.448Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2024-11-27T21:23:46.461Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-27T21:23:46.703Z | Compiling hostname v0.4.0 |
1447 | 2024-11-27T21:23:51.827Z | Compiling proc-macro-crate v1.3.1 |
1448 | 2024-11-27T21:23:52.133Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1449 | 2024-11-27T21:23:52.618Z | Compiling serde_with v3.9.0 |
1450 | 2024-11-27T21:23:55.124Z | Compiling newtype-uuid v1.1.0 |
1451 | 2024-11-27T21:23:55.472Z | Compiling unicode-width v0.1.14 |
1452 | 2024-11-27T21:23:57.091Z | Compiling hex v0.4.3 |
1453 | 2024-11-27T21:23:57.721Z | Compiling clap_derive v4.5.4 |
1454 | 2024-11-27T21:23:57.850Z | Compiling instant v0.1.12 |
1455 | 2024-11-27T21:23:58.008Z | Compiling lazy_static v1.5.0 |
1456 | 2024-11-27T21:23:58.170Z | Compiling utf8parse v0.2.1 |
1457 | 2024-11-27T21:23:58.324Z | Compiling backoff v0.4.0 |
1458 | 2024-11-27T21:23:58.328Z | Compiling anstyle-parse v0.2.4 |
1459 | 2024-11-27T21:23:59.808Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1460 | 2024-11-27T21:24:00.384Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1461 | 2024-11-27T21:24:00.955Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1462 | 2024-11-27T21:24:01.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1463 | 2024-11-27T21:24:01.521Z | Compiling parse-display v0.10.0 |
1464 | 2024-11-27T21:24:02.098Z | Compiling macaddr v1.0.1 |
1465 | 2024-11-27T21:24:02.478Z | Compiling regress v0.9.1 |
1466 | 2024-11-27T21:24:03.053Z | Compiling num-integer v0.1.46 |
1467 | 2024-11-27T21:24:03.505Z | Compiling colorchoice v1.0.1 |
1468 | 2024-11-27T21:24:03.675Z | Compiling unicode-xid v0.2.4 |
1469 | 2024-11-27T21:24:03.848Z | Compiling is_terminal_polyfill v1.70.0 |
1470 | 2024-11-27T21:24:03.977Z | Compiling anstyle-query v1.0.3 |
1471 | 2024-11-27T21:24:04.135Z | Compiling anstyle v1.0.7 |
1472 | 2024-11-27T21:24:04.163Z | Compiling crucible-workspace-hack v0.1.0 |
1473 | 2024-11-27T21:24:04.682Z | Compiling anstream v0.6.14 |
1474 | 2024-11-27T21:24:05.799Z | Compiling terminal_size v0.3.0 |
1475 | 2024-11-27T21:24:06.528Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1476 | 2024-11-27T21:24:07.503Z | Compiling clap_lex v0.7.0 |
1477 | 2024-11-27T21:24:07.921Z | Compiling heapless v0.8.0 |
1478 | 2024-11-27T21:24:08.794Z | Compiling clap_builder v4.5.2 |
1479 | 2024-11-27T21:24:10.490Z | Compiling num-bigint v0.4.5 |
1480 | 2024-11-27T21:24:10.927Z | Compiling num_enum_derive v0.5.11 |
1481 | 2024-11-27T21:24:12.663Z | Compiling hash32 v0.3.1 |
1482 | 2024-11-27T21:24:12.924Z | Compiling either v1.13.0 |
1483 | 2024-11-27T21:24:13.410Z | Compiling smoltcp v0.11.0 |
1484 | 2024-11-27T21:24:13.873Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2024-11-27T21:24:14.050Z | Compiling stable_deref_trait v1.2.0 |
1486 | 2024-11-27T21:24:14.161Z | Compiling fastrand v2.1.0 |
1487 | 2024-11-27T21:24:14.821Z | Compiling tempfile v3.10.1 |
1488 | 2024-11-27T21:24:15.659Z | Compiling num-rational v0.4.2 |
1489 | 2024-11-27T21:24:16.427Z | Compiling num_enum v0.5.11 |
1490 | 2024-11-27T21:24:16.507Z | Compiling clap v4.5.4 |
1491 | 2024-11-27T21:24:16.998Z | Compiling synstructure v0.12.6 |
1492 | 2024-11-27T21:24:17.124Z | Compiling num-iter v0.1.45 |
1493 | 2024-11-27T21:24:17.481Z | Compiling num-complex v0.4.6 |
1494 | 2024-11-27T21:24:18.259Z | Compiling proc-macro-error-attr v1.0.4 |
1495 | 2024-11-27T21:24:18.377Z | Compiling cobs v0.2.3 |
1496 | 2024-11-27T21:24:18.632Z | Compiling managed v0.8.0 |
1497 | 2024-11-27T21:24:18.795Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1498 | 2024-11-27T21:24:18.832Z | Compiling bitflags v1.3.2 |
1499 | 2024-11-27T21:24:18.902Z | Compiling num v0.4.3 |
1500 | 2024-11-27T21:24:18.930Z | Compiling postcard v1.0.9 |
1501 | 2024-11-27T21:24:18.934Z | Compiling zerocopy-derive v0.2.0 |
1502 | 2024-11-27T21:24:19.811Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-11-27T21:24:19.939Z | Compiling libz-sys v1.1.16 |
1504 | 2024-11-27T21:24:20.655Z | Compiling proc-macro-error v1.0.4 |
1505 | 2024-11-27T21:24:20.781Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1506 | 2024-11-27T21:24:21.019Z | Compiling pretty-hex v0.2.1 |
1507 | 2024-11-27T21:24:21.151Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1508 | 2024-11-27T21:24:21.297Z | Compiling foreign-types-shared v0.3.1 |
1509 | 2024-11-27T21:24:21.507Z | Compiling prettyplease v0.2.22 |
1510 | 2024-11-27T21:24:22.121Z | Compiling foreign-types v0.5.0 |
1511 | 2024-11-27T21:24:22.805Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1512 | 2024-11-27T21:24:26.185Z | Compiling tabwriter v1.4.0 |
1513 | 2024-11-27T21:24:26.675Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1514 | 2024-11-27T21:24:26.863Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1515 | 2024-11-27T21:24:27.636Z | Compiling cstr-argument v0.1.2 |
1516 | 2024-11-27T21:24:27.812Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1517 | 2024-11-27T21:24:27.836Z | Compiling data-encoding v2.6.0 |
1518 | 2024-11-27T21:24:28.608Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1519 | 2024-11-27T21:24:29.663Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1520 | 2024-11-27T21:24:30.939Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1521 | 2024-11-27T21:24:31.390Z | Compiling colored v2.1.0 |
1522 | 2024-11-27T21:24:32.404Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1523 | 2024-11-27T21:24:32.668Z | Compiling usdt-impl v0.3.5 |
1524 | 2024-11-27T21:24:32.951Z | Compiling unicode-segmentation v1.11.0 |
1525 | 2024-11-27T21:24:33.067Z | Compiling semver v0.1.20 |
1526 | 2024-11-27T21:24:33.134Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1527 | 2024-11-27T21:24:33.203Z | Compiling float-ord v0.3.2 |
1528 | 2024-11-27T21:24:33.215Z | Compiling static_assertions v1.1.0 |
1529 | 2024-11-27T21:24:33.369Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1530 | 2024-11-27T21:24:33.515Z | Compiling rustc_version v0.1.7 |
1531 | 2024-11-27T21:24:33.603Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1532 | 2024-11-27T21:24:33.906Z | Compiling newline-converter v0.3.0 |
1533 | 2024-11-27T21:24:35.382Z | Compiling zone_cfg_derive v0.3.0 |
1534 | 2024-11-27T21:24:37.019Z | Compiling camino-tempfile v1.1.1 |
1535 | 2024-11-27T21:24:37.747Z | Compiling itertools v0.10.5 |
1536 | 2024-11-27T21:24:38.107Z | Compiling console v0.15.8 |
1537 | 2024-11-27T21:24:41.383Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1538 | 2024-11-27T21:24:41.835Z | Compiling num-derive v0.4.2 |
1539 | 2024-11-27T21:24:43.186Z | Compiling sigpipe v0.1.3 |
1540 | 2024-11-27T21:24:43.309Z | Compiling base64ct v1.6.0 |
1541 | 2024-11-27T21:24:43.612Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1542 | 2024-11-27T21:24:43.960Z | Compiling similar v2.5.0 |
1543 | 2024-11-27T21:24:43.983Z | Compiling password-hash v0.5.0 |
1544 | 2024-11-27T21:24:43.993Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1545 | 2024-11-27T21:24:46.155Z | Compiling expectorate v1.1.0 |
1546 | 2024-11-27T21:24:46.323Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1547 | 2024-11-27T21:24:46.503Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1548 | 2024-11-27T21:24:47.021Z | Compiling zone v0.3.0 |
1549 | 2024-11-27T21:24:49.482Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1550 | 2024-11-27T21:24:49.909Z | Compiling newtype_derive v0.1.6 |
1551 | 2024-11-27T21:24:50.209Z | Compiling zerocopy v0.3.2 |
1552 | 2024-11-27T21:24:50.279Z | Compiling blake2 v0.10.6 |
1553 | 2024-11-27T21:24:50.741Z | Compiling cargo-platform v0.1.8 |
1554 | 2024-11-27T21:24:51.212Z | Compiling hubpack_derive v0.1.1 |
1555 | 2024-11-27T21:24:51.537Z | Compiling smf v0.2.3 |
1556 | 2024-11-27T21:24:51.541Z | Compiling zerocopy-derive v0.6.6 |
1557 | 2024-11-27T21:24:52.135Z | Compiling serde_repr v0.1.19 |
1558 | 2024-11-27T21:24:53.139Z | Compiling vergen v8.3.2 |
1559 | 2024-11-27T21:24:53.316Z | Compiling cancel-safe-futures v0.1.5 |
1560 | 2024-11-27T21:24:53.380Z | Compiling base64 v0.21.7 |
1561 | 2024-11-27T21:24:53.493Z | Compiling fixedbitset v0.4.2 |
1562 | 2024-11-27T21:24:53.858Z | Compiling owo-colors v4.1.0 |
1563 | 2024-11-27T21:24:53.868Z | Compiling whoami v1.5.1 |
1564 | 2024-11-27T21:24:53.985Z | Compiling petgraph v0.6.5 |
1565 | 2024-11-27T21:24:54.298Z | Compiling zerocopy v0.6.6 |
1566 | 2024-11-27T21:24:54.419Z | Compiling hubpack v0.1.2 |
1567 | 2024-11-27T21:24:54.733Z | Compiling cargo_metadata v0.18.1 |
1568 | 2024-11-27T21:24:54.902Z | Compiling argon2 v0.5.3 |
1569 | 2024-11-27T21:24:55.236Z | Compiling dof v0.1.5 |
1570 | 2024-11-27T21:24:57.470Z | Compiling rustc_version v0.4.0 |
1571 | 2024-11-27T21:24:57.868Z | Compiling serde-big-array v0.5.1 |
1572 | 2024-11-27T21:24:58.009Z | Compiling dtrace-parser v0.1.14 |
1573 | 2024-11-27T21:24:58.106Z | Compiling strum_macros v0.25.3 |
1574 | 2024-11-27T21:24:58.394Z | Compiling libsqlite3-sys v0.30.1 |
1575 | 2024-11-27T21:24:58.530Z | Compiling slog-dtrace v0.3.0 |
1576 | 2024-11-27T21:24:58.886Z | Compiling cookie v0.18.1 |
1577 | 2024-11-27T21:24:58.937Z | Compiling rustls v0.21.12 |
1578 | 2024-11-27T21:24:59.265Z | Compiling convert_case v0.4.0 |
1579 | 2024-11-27T21:24:59.596Z | Compiling cfg_aliases v0.2.1 |
1580 | 2024-11-27T21:24:59.701Z | Compiling nix v0.29.0 |
1581 | 2024-11-27T21:24:59.964Z | Compiling derive_more v0.99.18 |
1582 | 2024-11-27T21:25:01.348Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1583 | 2024-11-27T21:25:01.669Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1584 | 2024-11-27T21:25:01.730Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1585 | 2024-11-27T21:25:03.724Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1586 | 2024-11-27T21:25:04.503Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1587 | 2024-11-27T21:25:05.325Z | Compiling atomicwrites v0.4.4 |
1588 | 2024-11-27T21:25:05.831Z | Compiling itertools v0.13.0 |
1589 | 2024-11-27T21:25:06.314Z | Compiling libsw v3.3.1 |
1590 | 2024-11-27T21:25:06.650Z | Compiling idna v0.4.0 |
1591 | 2024-11-27T21:25:06.820Z | Compiling serde_tokenstream v0.1.7 |
1592 | 2024-11-27T21:25:07.345Z | Compiling rustls-webpki v0.101.7 |
1593 | 2024-11-27T21:25:09.534Z | Compiling sct v0.7.1 |
1594 | 2024-11-27T21:25:09.951Z | Compiling derive-where v1.2.7 |
1595 | 2024-11-27T21:25:10.448Z | Compiling enum-as-inner v0.6.0 |
1596 | 2024-11-27T21:25:10.500Z | Compiling inout v0.1.3 |
1597 | 2024-11-27T21:25:10.657Z | Compiling indent_write v2.2.0 |
1598 | 2024-11-27T21:25:10.723Z | Compiling linked-hash-map v0.5.6 |
1599 | 2024-11-27T21:25:10.873Z | Compiling swrite v0.1.0 |
1600 | 2024-11-27T21:25:11.002Z | Compiling highway v1.2.0 |
1601 | 2024-11-27T21:25:11.073Z | Compiling quick-error v1.2.3 |
1602 | 2024-11-27T21:25:11.134Z | Compiling utf-8 v0.7.6 |
1603 | 2024-11-27T21:25:11.197Z | Compiling radium v0.7.0 |
1604 | 2024-11-27T21:25:11.476Z | Compiling linear-map v1.2.0 |
1605 | 2024-11-27T21:25:11.561Z | Compiling hickory-proto v0.24.1 |
1606 | 2024-11-27T21:25:11.705Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-11-27T21:25:11.854Z | Compiling tungstenite v0.21.0 |
1608 | 2024-11-27T21:25:12.355Z | Compiling resolv-conf v0.7.0 |
1609 | 2024-11-27T21:25:13.064Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-11-27T21:25:13.808Z | Compiling lru-cache v0.1.2 |
1611 | 2024-11-27T21:25:14.028Z | Compiling cipher v0.4.4 |
1612 | 2024-11-27T21:25:15.501Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1613 | 2024-11-27T21:25:16.869Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1614 | 2024-11-27T21:25:22.000Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1615 | 2024-11-27T21:25:22.028Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1616 | 2024-11-27T21:25:23.348Z | Compiling git2 v0.19.0 |
1617 | 2024-11-27T21:25:25.607Z | Compiling steno v0.4.1 |
1618 | 2024-11-27T21:25:30.889Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1619 | 2024-11-27T21:25:31.134Z | Compiling crossbeam-epoch v0.9.18 |
1620 | 2024-11-27T21:25:32.194Z | Compiling hashlink v0.9.1 |
1621 | 2024-11-27T21:25:32.206Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1622 | 2024-11-27T21:25:32.420Z | Compiling fallible-streaming-iterator v0.1.9 |
1623 | 2024-11-27T21:25:32.702Z | Compiling tap v1.0.1 |
1624 | 2024-11-27T21:25:32.895Z | Compiling fallible-iterator v0.3.0 |
1625 | 2024-11-27T21:25:32.985Z | Compiling humantime v2.1.0 |
1626 | 2024-11-27T21:25:33.480Z | Compiling rayon-core v1.12.1 |
1627 | 2024-11-27T21:25:33.661Z | Compiling rusqlite v0.32.1 |
1628 | 2024-11-27T21:25:33.863Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1629 | 2024-11-27T21:25:35.355Z | Compiling wyz v0.5.1 |
1630 | 2024-11-27T21:25:35.911Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-11-27T21:25:36.242Z | Compiling crossbeam-deque v0.8.5 |
1632 | 2024-11-27T21:25:37.789Z | Compiling tokio-rustls v0.24.1 |
1633 | 2024-11-27T21:25:38.259Z | Compiling hickory-resolver v0.24.1 |
1634 | 2024-11-27T21:25:38.637Z | Compiling tokio-tungstenite v0.21.0 |
1635 | 2024-11-27T21:25:39.811Z | Compiling usdt-macro v0.3.5 |
1636 | 2024-11-27T21:25:40.069Z | Compiling usdt-attr-macro v0.3.5 |
1637 | 2024-11-27T21:25:40.344Z | Compiling rustls-pemfile v1.0.4 |
1638 | 2024-11-27T21:25:41.026Z | Compiling twox-hash v1.6.3 |
1639 | 2024-11-27T21:25:41.150Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1640 | 2024-11-27T21:25:41.599Z | Compiling num_enum_derive v0.7.2 |
1641 | 2024-11-27T21:25:41.984Z | Compiling universal-hash v0.5.1 |
1642 | 2024-11-27T21:25:42.219Z | Compiling atty v0.2.14 |
1643 | 2024-11-27T21:25:42.378Z | Compiling opaque-debug v0.3.1 |
1644 | 2024-11-27T21:25:44.062Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1645 | 2024-11-27T21:25:44.427Z | Compiling funty v2.0.0 |
1646 | 2024-11-27T21:25:45.377Z | Compiling num_enum v0.7.2 |
1647 | 2024-11-27T21:25:45.567Z | Compiling bitvec v1.0.1 |
1648 | 2024-11-27T21:25:46.940Z | Compiling polyval v0.6.2 |
1649 | 2024-11-27T21:25:47.296Z | Compiling usdt v0.3.5 |
1650 | 2024-11-27T21:25:47.454Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1651 | 2024-11-27T21:25:50.991Z | Compiling aes v0.8.4 |
1652 | 2024-11-27T21:25:51.066Z | Compiling ctr v0.9.2 |
1653 | 2024-11-27T21:25:51.421Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1654 | 2024-11-27T21:25:51.913Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1655 | 2024-11-27T21:25:53.437Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1656 | 2024-11-27T21:25:54.705Z | Compiling bincode v1.3.3 |
1657 | 2024-11-27T21:25:55.836Z | Compiling aead v0.5.2 |
1658 | 2024-11-27T21:25:56.177Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1659 | 2024-11-27T21:25:56.365Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1660 | 2024-11-27T21:25:56.806Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1661 | 2024-11-27T21:25:57.150Z | Compiling aes-gcm-siv v0.11.1 |
1662 | 2024-11-27T21:25:57.451Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1663 | 2024-11-27T21:25:57.572Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1664 | 2024-11-27T21:25:58.848Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1665 | 2024-11-27T21:25:59.420Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1666 | 2024-11-27T21:26:01.791Z | Compiling toml v0.7.8 |
1667 | 2024-11-27T21:26:07.197Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1668 | 2024-11-27T21:26:07.355Z | Compiling rayon v1.10.0 |
1669 | 2024-11-27T21:26:08.345Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1670 | 2024-11-27T21:26:08.366Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1671 | 2024-11-27T21:26:08.710Z | Compiling bitstruct_derive v0.1.0 |
1672 | 2024-11-27T21:26:08.882Z | Compiling async-recursion v1.1.1 |
1673 | 2024-11-27T21:26:10.036Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1674 | 2024-11-27T21:26:10.188Z | Compiling ringbuffer v0.15.0 |
1675 | 2024-11-27T21:26:10.427Z | Compiling typeid v1.0.0 |
1676 | 2024-11-27T21:26:10.601Z | Compiling ascii v1.1.0 |
1677 | 2024-11-27T21:26:10.833Z | Compiling erased-serde v0.4.5 |
1678 | 2024-11-27T21:26:11.367Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1679 | 2024-11-27T21:26:13.117Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1680 | 2024-11-27T21:26:13.289Z | Compiling bitstruct v0.1.1 |
1681 | 2024-11-27T21:26:13.391Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1682 | 2024-11-27T21:26:13.415Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1683 | 2024-11-27T21:26:13.497Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1684 | 2024-11-27T21:26:13.793Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1685 | 2024-11-27T21:26:14.087Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1686 | 2024-11-27T21:26:14.545Z | Compiling const_format_proc_macros v0.2.32 |
1687 | 2024-11-27T21:26:15.549Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1688 | 2024-11-27T21:26:16.436Z | Compiling serde_arrays v0.1.0 |
1689 | 2024-11-27T21:26:16.633Z | Compiling kstat-rs v0.2.4 |
1690 | 2024-11-27T21:26:16.700Z | Compiling libloading v0.7.4 |
1691 | 2024-11-27T21:26:17.134Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1692 | 2024-11-27T21:26:17.517Z | Compiling const_format v0.2.32 |
1693 | 2024-11-27T21:26:18.779Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1694 | 2024-11-27T21:26:19.423Z | Compiling ron v0.8.1 |
1695 | 2024-11-27T21:26:19.564Z | Compiling bit_field v0.10.2 |
1696 | 2024-11-27T21:26:19.838Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1697 | 2024-11-27T21:26:21.924Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1698 | 2024-11-27T21:26:35.661Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1699 | 2024-11-27T21:26:39.381Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1700 | 2024-11-27T21:27:46.066Z | Finished `release` profile [optimized] target(s) in 6m 00s |
1701 | 2024-11-27T21:27:46.214Z | |
1702 | 2024-11-27T21:27:46.214Z | real 6:00.252258653 |
1703 | 2024-11-27T21:27:46.214Z | user 41:41.575805877 |
1704 | 2024-11-27T21:27:46.214Z | sys 3:52.488371378 |
1705 | 2024-11-27T21:27:46.214Z | trap 1.145663023 |
1706 | 2024-11-27T21:27:46.217Z | tflt 2.841835159 |
1707 | 2024-11-27T21:27:46.217Z | dflt 0.937597851 |
1708 | 2024-11-27T21:27:46.217Z | kflt 0.008281136 |
1709 | 2024-11-27T21:27:46.217Z | lock 1:31:59.212797709 |
1710 | 2024-11-27T21:27:46.217Z | slp 2:32:27.285658597 |
1711 | 2024-11-27T21:27:46.217Z | lat 1:48.319202052 |
1712 | 2024-11-27T21:27:46.217Z | stop 1:54.632512990 |
1713 | 2024-11-27T21:27:46.217Z | + OUTDIR=/work/release |
1714 | 2024-11-27T21:27:46.217Z | + mkdir -p /work/release |
1715 | 2024-11-27T21:27:46.220Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1716 | 2024-11-27T21:27:46.234Z | + cp target/release/propolis-server /work/release/propolis-server |
1717 | 2024-11-27T21:27:46.297Z | process exited: duration 624965 ms, exit code 0 |
|
1718 | 2024-11-27T21:27:46.308Z | found 2 output files |
1719 | 2024-11-27T21:27:46.308Z | uploading: /work/release/propolis-cli (14295456 bytes) |
1720 | 2024-11-27T21:27:47.545Z | uploaded: /work/release/propolis-cli |
1721 | 2024-11-27T21:27:47.547Z | uploading: /work/release/propolis-server (57701000 bytes) |
1722 | 2024-11-27T21:27:49.263Z | uploaded: /work/release/propolis-server |