|
|
|
1 | 2024-12-17T18:45:04.613Z | job assigned to worker 01JFAYYQM8EG4NSWX753C5SHMA [factory aws, i-0aa1c3a4539e9a557] (queued for 57 s) |
|
2 | 2024-12-17T18:45:12.471Z | starting task 0: "setup" |
3 | 2024-12-17T18:45:12.480Z | ++ uname -s |
4 | 2024-12-17T18:45:12.482Z | + kern=SunOS |
5 | 2024-12-17T18:45:12.482Z | + case "$kern" in |
6 | 2024-12-17T18:45:12.482Z | + groupadd -g 12345 build |
7 | 2024-12-17T18:45:12.485Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T18:45:14.491Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T18:45:14.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T18:45:14.601Z | + home_fs=zfs |
11 | 2024-12-17T18:45:14.601Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T18:45:14.601Z | + mkdir -p /home/build |
13 | 2024-12-17T18:45:14.603Z | + chown build:build /home/build /work |
14 | 2024-12-17T18:45:16.605Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T18:45:16.608Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-12-17T18:45:16.613Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T18:45:16.618Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T18:45:16.619Z | ' stable |
19 | 2024-12-17T18:45:16.619Z | * toolchain channel = "stable" |
20 | 2024-12-17T18:45:16.621Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T18:45:16.621Z | ' default |
22 | 2024-12-17T18:45:16.621Z | * toolchain profile = "default" |
23 | 2024-12-17T18:45:16.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T18:45:16.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-17T18:45:16.735Z | info: downloading installer |
26 | 2024-12-17T18:45:18.223Z | info: profile set to 'default' |
27 | 2024-12-17T18:45:18.223Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T18:45:18.226Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-17T18:45:18.381Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-17T18:45:18.381Z | info: downloading component 'cargo' |
31 | 2024-12-17T18:45:19.272Z | info: downloading component 'clippy' |
32 | 2024-12-17T18:45:19.610Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T18:45:20.853Z | info: downloading component 'rust-std' |
34 | 2024-12-17T18:45:22.648Z | info: downloading component 'rustc' |
35 | 2024-12-17T18:45:29.477Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T18:45:29.739Z | info: installing component 'cargo' |
37 | 2024-12-17T18:45:30.559Z | info: installing component 'clippy' |
38 | 2024-12-17T18:45:30.934Z | info: installing component 'rust-docs' |
39 | 2024-12-17T18:45:32.631Z | info: installing component 'rust-std' |
40 | 2024-12-17T18:45:34.290Z | info: installing component 'rustc' |
41 | 2024-12-17T18:45:40.047Z | info: installing component 'rustfmt' |
42 | 2024-12-17T18:45:40.379Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-17T18:45:40.379Z | |
44 | 2024-12-17T18:45:40.733Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-17T18:45:40.733Z | |
46 | 2024-12-17T18:45:40.735Z | |
47 | 2024-12-17T18:45:40.735Z | Rust is installed now. Great! |
48 | 2024-12-17T18:45:40.735Z | |
49 | 2024-12-17T18:45:40.735Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T18:45:40.735Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T18:45:40.736Z | |
52 | 2024-12-17T18:45:40.736Z | To configure your current shell, you need to source |
53 | 2024-12-17T18:45:40.736Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T18:45:40.736Z | |
55 | 2024-12-17T18:45:40.736Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T18:45:40.736Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T18:45:40.736Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T18:45:40.798Z | + rustc --version |
59 | 2024-12-17T18:45:40.866Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-17T18:45:40.869Z | process exited: duration 24254 ms, exit code 0 |
|
61 | 2024-12-17T18:45:40.877Z | starting task 2: "authentication" |
62 | 2024-12-17T18:45:40.896Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-17T18:45:40.901Z | starting task 3: "clone repository" |
64 | 2024-12-17T18:45:40.906Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-17T18:45:40.908Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-17T18:45:41.248Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-17T18:45:42.350Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-17T18:45:42.350Z | + git fetch origin fb4b08159dee36275c5a33c0a05356d65cd70ee8 |
69 | 2024-12-17T18:45:42.661Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-17T18:45:42.661Z | * branch fb4b08159dee36275c5a33c0a05356d65cd70ee8 -> FETCH_HEAD |
71 | 2024-12-17T18:45:42.669Z | + [[ -n gjcolombo/death-of-a-config-file ]] |
72 | 2024-12-17T18:45:42.672Z | ++ git branch --show-current |
73 | 2024-12-17T18:45:42.675Z | + current=master |
74 | 2024-12-17T18:45:42.675Z | + [[ master != gjcolombo/death-of-a-config-file ]] |
75 | 2024-12-17T18:45:42.675Z | + git branch -f gjcolombo/death-of-a-config-file fb4b08159dee36275c5a33c0a05356d65cd70ee8 |
76 | 2024-12-17T18:45:42.677Z | + git checkout -f gjcolombo/death-of-a-config-file |
77 | 2024-12-17T18:45:42.701Z | Switched to branch 'gjcolombo/death-of-a-config-file' |
78 | 2024-12-17T18:45:42.703Z | + git reset --hard fb4b08159dee36275c5a33c0a05356d65cd70ee8 |
79 | 2024-12-17T18:45:42.726Z | HEAD is now at fb4b081 don't archive nonexistent TOML files |
80 | 2024-12-17T18:45:42.729Z | process exited: duration 1825 ms, exit code 0 |
|
81 | 2024-12-17T18:45:42.736Z | starting task 4: "build" |
82 | 2024-12-17T18:45:42.739Z | + cargo --version |
83 | 2024-12-17T18:45:42.797Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-17T18:45:42.799Z | + rustc --version |
85 | 2024-12-17T18:45:42.861Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-17T18:45:42.864Z | + banner check |
87 | 2024-12-17T18:45:42.886Z | |
88 | 2024-12-17T18:45:42.886Z | #### # # ###### #### # # |
89 | 2024-12-17T18:45:42.886Z | # # # # # # # # # |
90 | 2024-12-17T18:45:42.886Z | # ###### ##### # #### |
91 | 2024-12-17T18:45:42.886Z | # # # # # # # |
92 | 2024-12-17T18:45:42.886Z | # # # # # # # # # |
93 | 2024-12-17T18:45:42.886Z | #### # # ###### #### # # |
94 | 2024-12-17T18:45:42.886Z | |
95 | 2024-12-17T18:45:42.888Z | + ptime -m cargo check --features falcon |
96 | 2024-12-17T18:45:43.043Z | Updating crates.io index |
97 | 2024-12-17T18:45:43.045Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-17T18:45:44.675Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-17T18:45:51.234Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-17T18:45:51.512Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-17T18:45:51.769Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-17T18:45:52.063Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-17T18:45:52.424Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-17T18:45:52.753Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-17T18:45:53.261Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-17T18:45:53.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-17T18:45:53.904Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-17T18:45:54.463Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-17T18:45:55.239Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-17T18:45:55.945Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-17T18:45:56.551Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-17T18:45:56.800Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-17T18:45:57.188Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-17T18:45:57.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-17T18:45:58.592Z | Downloading crates ... |
116 | 2024-12-17T18:45:58.692Z | Downloaded bitstruct v0.1.1 |
117 | 2024-12-17T18:45:58.704Z | Downloaded cfg_aliases v0.2.1 |
118 | 2024-12-17T18:45:58.707Z | Downloaded async-stream-impl v0.3.5 |
119 | 2024-12-17T18:45:58.709Z | Downloaded num-conv v0.1.0 |
120 | 2024-12-17T18:45:58.711Z | Downloaded cfg_aliases v0.1.1 |
121 | 2024-12-17T18:45:58.714Z | Downloaded darling_macro v0.20.9 |
122 | 2024-12-17T18:45:58.716Z | Downloaded openssl-macros v0.1.1 |
123 | 2024-12-17T18:45:58.716Z | Downloaded openssl-probe v0.1.5 |
124 | 2024-12-17T18:45:58.719Z | Downloaded omicron-workspace-hack v0.1.0 |
125 | 2024-12-17T18:45:58.719Z | Downloaded opaque-debug v0.3.1 |
126 | 2024-12-17T18:45:58.719Z | Downloaded cstr-argument v0.1.2 |
127 | 2024-12-17T18:45:58.721Z | Downloaded equivalent v1.0.1 |
128 | 2024-12-17T18:45:58.721Z | Downloaded num_threads v0.1.7 |
129 | 2024-12-17T18:45:58.724Z | Downloaded bitstruct_derive v0.1.0 |
130 | 2024-12-17T18:45:58.728Z | Downloaded progenitor-client v0.8.0 |
131 | 2024-12-17T18:45:58.730Z | Downloaded dtrace-parser v0.2.0 |
132 | 2024-12-17T18:45:58.730Z | Downloaded atty v0.2.14 |
133 | 2024-12-17T18:45:58.732Z | Downloaded dtrace-parser v0.1.14 |
134 | 2024-12-17T18:45:58.734Z | Downloaded anstyle v1.0.7 |
135 | 2024-12-17T18:45:58.738Z | Downloaded anstyle-parse v0.2.4 |
136 | 2024-12-17T18:45:58.741Z | Downloaded aead v0.5.2 |
137 | 2024-12-17T18:45:58.743Z | Downloaded num-iter v0.1.45 |
138 | 2024-12-17T18:45:58.743Z | Downloaded num_enum v0.5.11 |
139 | 2024-12-17T18:45:58.748Z | Downloaded crucible-workspace-hack v0.1.0 |
140 | 2024-12-17T18:45:58.750Z | Downloaded anstyle-query v1.0.3 |
141 | 2024-12-17T18:45:58.753Z | Downloaded pretty-hex v0.4.1 |
142 | 2024-12-17T18:45:58.753Z | Downloaded ctr v0.9.2 |
143 | 2024-12-17T18:45:58.755Z | Downloaded crossbeam-deque v0.8.5 |
144 | 2024-12-17T18:45:58.758Z | Downloaded bit_field v0.10.2 |
145 | 2024-12-17T18:45:58.758Z | Downloaded pretty-hex v0.2.1 |
146 | 2024-12-17T18:45:58.760Z | Downloaded atomicwrites v0.4.4 |
147 | 2024-12-17T18:45:58.762Z | Downloaded parse-display-derive v0.10.0 |
148 | 2024-12-17T18:45:58.762Z | Downloaded parse-display v0.10.0 |
149 | 2024-12-17T18:45:58.764Z | Downloaded num_enum_derive v0.7.2 |
150 | 2024-12-17T18:45:58.766Z | Downloaded polyval v0.6.2 |
151 | 2024-12-17T18:45:58.766Z | Downloaded cpufeatures v0.2.12 |
152 | 2024-12-17T18:45:58.769Z | Downloaded rustls-pemfile v1.0.4 |
153 | 2024-12-17T18:45:58.771Z | Downloaded dof v0.3.0 |
154 | 2024-12-17T18:45:58.773Z | Downloaded ringbuffer v0.15.0 |
155 | 2024-12-17T18:45:58.776Z | Downloaded digest v0.10.7 |
156 | 2024-12-17T18:45:58.778Z | Downloaded resolv-conf v0.7.0 |
157 | 2024-12-17T18:45:58.780Z | Downloaded crypto-common v0.1.6 |
158 | 2024-12-17T18:45:58.782Z | Downloaded rustversion v1.0.17 |
159 | 2024-12-17T18:45:58.785Z | Downloaded scopeguard v1.2.0 |
160 | 2024-12-17T18:45:58.785Z | Downloaded defmt v0.3.8 |
161 | 2024-12-17T18:45:58.789Z | Downloaded rand_core v0.6.4 |
162 | 2024-12-17T18:45:58.791Z | Downloaded progenitor v0.8.0 |
163 | 2024-12-17T18:45:58.793Z | Downloaded num_enum v0.7.2 |
164 | 2024-12-17T18:45:58.798Z | Downloaded ppv-lite86 v0.2.17 |
165 | 2024-12-17T18:45:58.800Z | Downloaded paste v1.0.15 |
166 | 2024-12-17T18:45:58.803Z | Downloaded parking_lot_core v0.9.10 |
167 | 2024-12-17T18:45:58.807Z | Downloaded scroll_derive v0.12.0 |
168 | 2024-12-17T18:45:58.809Z | Downloaded aes-gcm-siv v0.11.1 |
169 | 2024-12-17T18:45:58.811Z | Downloaded rustc-hash v2.0.0 |
170 | 2024-12-17T18:45:58.811Z | Downloaded radium v0.7.0 |
171 | 2024-12-17T18:45:58.815Z | Downloaded usdt-macro v0.5.0 |
172 | 2024-12-17T18:45:58.817Z | Downloaded schemars_derive v0.8.21 |
173 | 2024-12-17T18:45:58.817Z | Downloaded progenitor-macro v0.8.0 |
174 | 2024-12-17T18:45:58.818Z | Downloaded is-terminal v0.4.12 |
175 | 2024-12-17T18:45:58.820Z | Downloaded semver v0.1.20 |
176 | 2024-12-17T18:45:58.820Z | Downloaded quinn-udp v0.5.5 |
177 | 2024-12-17T18:45:58.823Z | Downloaded once_cell v1.19.0 |
178 | 2024-12-17T18:45:58.825Z | Downloaded powerfmt v0.2.0 |
179 | 2024-12-17T18:45:58.827Z | Downloaded defmt-macros v0.3.9 |
180 | 2024-12-17T18:45:58.830Z | Downloaded quote v1.0.37 |
181 | 2024-12-17T18:45:58.833Z | Downloaded rustls-pki-types v1.7.0 |
182 | 2024-12-17T18:45:58.836Z | Downloaded semver v1.0.23 |
183 | 2024-12-17T18:45:58.839Z | Downloaded colored v2.1.0 |
184 | 2024-12-17T18:45:58.841Z | Downloaded darling v0.20.9 |
185 | 2024-12-17T18:45:58.846Z | Downloaded rand_chacha v0.3.1 |
186 | 2024-12-17T18:45:58.848Z | Downloaded sct v0.7.1 |
187 | 2024-12-17T18:45:58.851Z | Downloaded fallible-streaming-iterator v0.1.9 |
188 | 2024-12-17T18:45:58.853Z | Downloaded dyn-clone v1.0.17 |
189 | 2024-12-17T18:45:58.856Z | Downloaded anyhow v1.0.89 |
190 | 2024-12-17T18:45:58.859Z | Downloaded typeid v1.0.0 |
191 | 2024-12-17T18:45:58.862Z | Downloaded strum v0.26.2 |
192 | 2024-12-17T18:45:58.864Z | Downloaded usdt-attr-macro v0.3.5 |
193 | 2024-12-17T18:45:58.865Z | Downloaded fastrand v2.1.0 |
194 | 2024-12-17T18:45:58.865Z | Downloaded proc-macro-error v1.0.4 |
195 | 2024-12-17T18:45:58.868Z | Downloaded owo-colors v4.1.0 |
196 | 2024-12-17T18:45:58.871Z | Downloaded instant v0.1.12 |
197 | 2024-12-17T18:45:58.873Z | Downloaded zone_cfg_derive v0.3.0 |
198 | 2024-12-17T18:45:58.875Z | Downloaded serde-big-array v0.5.1 |
199 | 2024-12-17T18:45:58.875Z | Downloaded hubpack_derive v0.1.1 |
200 | 2024-12-17T18:45:58.878Z | Downloaded zerocopy v0.3.2 |
201 | 2024-12-17T18:45:58.878Z | Downloaded generic-array v0.14.7 |
202 | 2024-12-17T18:45:58.880Z | Downloaded ipnetwork v0.20.0 |
203 | 2024-12-17T18:45:58.882Z | Downloaded linked-hash-map v0.5.6 |
204 | 2024-12-17T18:45:58.884Z | Downloaded lazy_static v1.5.0 |
205 | 2024-12-17T18:45:58.887Z | Downloaded pest_meta v2.7.10 |
206 | 2024-12-17T18:45:58.889Z | Downloaded crossbeam-epoch v0.9.18 |
207 | 2024-12-17T18:45:58.891Z | Downloaded ryu v1.0.18 |
208 | 2024-12-17T18:45:58.894Z | Downloaded progenitor-impl v0.8.0 |
209 | 2024-12-17T18:45:58.897Z | Downloaded derive_more v0.99.18 |
210 | 2024-12-17T18:45:58.903Z | Downloaded proc-macro2 v1.0.86 |
211 | 2024-12-17T18:45:58.906Z | Downloaded foreign-types-shared v0.1.1 |
212 | 2024-12-17T18:45:58.908Z | Downloaded swrite v0.1.0 |
213 | 2024-12-17T18:45:58.908Z | Downloaded take_mut v0.2.2 |
214 | 2024-12-17T18:45:58.911Z | Downloaded strum_macros v0.25.3 |
215 | 2024-12-17T18:45:58.913Z | Downloaded tokio-native-tls v0.3.1 |
216 | 2024-12-17T18:45:58.915Z | Downloaded foreign-types v0.3.2 |
217 | 2024-12-17T18:45:58.915Z | Downloaded parking_lot v0.12.2 |
218 | 2024-12-17T18:45:58.918Z | Downloaded stable_deref_trait v1.2.0 |
219 | 2024-12-17T18:45:58.921Z | Downloaded slog-async v2.8.0 |
220 | 2024-12-17T18:45:58.921Z | Downloaded serde_arrays v0.1.0 |
221 | 2024-12-17T18:45:58.924Z | Downloaded zone v0.3.0 |
222 | 2024-12-17T18:45:58.924Z | Downloaded unicode-xid v0.2.4 |
223 | 2024-12-17T18:45:58.926Z | Downloaded universal-hash v0.5.1 |
224 | 2024-12-17T18:45:58.927Z | Downloaded tinyvec_macros v0.1.1 |
225 | 2024-12-17T18:45:58.929Z | Downloaded zeroize v1.7.0 |
226 | 2024-12-17T18:45:58.931Z | Downloaded sigpipe v0.1.3 |
227 | 2024-12-17T18:45:58.931Z | Downloaded openssl-sys v0.9.103 |
228 | 2024-12-17T18:45:58.936Z | Downloaded usdt-attr-macro v0.5.0 |
229 | 2024-12-17T18:45:58.939Z | Downloaded try-lock v0.2.5 |
230 | 2024-12-17T18:45:58.939Z | Downloaded newtype_derive v0.1.6 |
231 | 2024-12-17T18:45:58.941Z | Downloaded is_terminal_polyfill v1.70.0 |
232 | 2024-12-17T18:45:58.943Z | Downloaded zerocopy-derive v0.7.34 |
233 | 2024-12-17T18:45:58.946Z | Downloaded usdt-macro v0.3.5 |
234 | 2024-12-17T18:45:58.948Z | Downloaded kstat-rs v0.2.4 |
235 | 2024-12-17T18:45:58.950Z | Downloaded tap v1.0.1 |
236 | 2024-12-17T18:45:58.950Z | Downloaded iana-time-zone v0.1.60 |
237 | 2024-12-17T18:45:58.954Z | Downloaded dropshot_endpoint v0.12.0 |
238 | 2024-12-17T18:45:58.957Z | Downloaded rayon-core v1.12.1 |
239 | 2024-12-17T18:45:58.961Z | Downloaded hostname v0.4.0 |
240 | 2024-12-17T18:45:58.964Z | Downloaded foreign-types-shared v0.3.1 |
241 | 2024-12-17T18:45:58.966Z | Downloaded waitgroup v0.1.2 |
242 | 2024-12-17T18:45:58.966Z | Downloaded toml_datetime v0.6.8 |
243 | 2024-12-17T18:45:58.968Z | Downloaded tokio-rustls v0.24.1 |
244 | 2024-12-17T18:45:58.970Z | Downloaded sync_wrapper v1.0.1 |
245 | 2024-12-17T18:45:58.973Z | Downloaded mime v0.3.17 |
246 | 2024-12-17T18:45:58.974Z | Downloaded schemars v0.8.21 |
247 | 2024-12-17T18:45:58.985Z | Downloaded foreign-types v0.5.0 |
248 | 2024-12-17T18:45:58.987Z | Downloaded tower-service v0.3.2 |
249 | 2024-12-17T18:45:58.987Z | Downloaded fnv v1.0.7 |
250 | 2024-12-17T18:45:58.990Z | Downloaded utf8parse v0.2.1 |
251 | 2024-12-17T18:45:58.990Z | Downloaded tabwriter v1.4.0 |
252 | 2024-12-17T18:45:58.992Z | Downloaded synstructure v0.12.6 |
253 | 2024-12-17T18:45:58.994Z | Downloaded supports-color v3.0.1 |
254 | 2024-12-17T18:45:58.994Z | Downloaded ron v0.8.1 |
255 | 2024-12-17T18:45:58.999Z | Downloaded smf v0.2.3 |
256 | 2024-12-17T18:45:59.002Z | Downloaded is_ci v1.2.0 |
257 | 2024-12-17T18:45:59.004Z | Downloaded prettyplease v0.2.22 |
258 | 2024-12-17T18:45:59.007Z | Downloaded base64 v0.22.1 |
259 | 2024-12-17T18:45:59.009Z | Downloaded usdt-impl v0.3.5 |
260 | 2024-12-17T18:45:59.012Z | Downloaded usdt v0.5.0 |
261 | 2024-12-17T18:45:59.014Z | Downloaded usdt v0.3.5 |
262 | 2024-12-17T18:45:59.014Z | Downloaded newtype-uuid v1.1.0 |
263 | 2024-12-17T18:45:59.016Z | Downloaded serde_path_to_error v0.1.16 |
264 | 2024-12-17T18:45:59.019Z | Downloaded signal-hook-registry v1.4.2 |
265 | 2024-12-17T18:45:59.019Z | Downloaded expectorate v1.1.0 |
266 | 2024-12-17T18:45:59.021Z | Downloaded cc v1.0.97 |
267 | 2024-12-17T18:45:59.024Z | Downloaded sha1 v0.10.6 |
268 | 2024-12-17T18:45:59.026Z | Downloaded base64 v0.21.7 |
269 | 2024-12-17T18:45:59.029Z | Downloaded newline-converter v0.3.0 |
270 | 2024-12-17T18:45:59.032Z | Downloaded typenum v1.17.0 |
271 | 2024-12-17T18:45:59.034Z | Downloaded httpdate v1.0.3 |
272 | 2024-12-17T18:45:59.036Z | Downloaded libloading v0.7.4 |
273 | 2024-12-17T18:45:59.039Z | Downloaded memmap v0.7.0 |
274 | 2024-12-17T18:45:59.039Z | Downloaded fatfs v0.3.6 |
275 | 2024-12-17T18:45:59.042Z | Downloaded serde v1.0.210 |
276 | 2024-12-17T18:45:59.046Z | Downloaded serde_derive v1.0.210 |
277 | 2024-12-17T18:45:59.049Z | Downloaded const_format v0.2.32 |
278 | 2024-12-17T18:45:59.053Z | Downloaded thread_local v1.1.8 |
279 | 2024-12-17T18:45:59.055Z | Downloaded rand v0.8.5 |
280 | 2024-12-17T18:45:59.058Z | Downloaded usdt-impl v0.5.0 |
281 | 2024-12-17T18:45:59.061Z | Downloaded slog v2.7.0 |
282 | 2024-12-17T18:45:59.063Z | Downloaded quinn v0.11.5 |
283 | 2024-12-17T18:45:59.067Z | Downloaded heck v0.5.0 |
284 | 2024-12-17T18:45:59.069Z | Downloaded version_check v0.9.5 |
285 | 2024-12-17T18:45:59.071Z | Downloaded slog-json v2.6.1 |
286 | 2024-12-17T18:45:59.072Z | Downloaded serde_urlencoded v0.7.1 |
287 | 2024-12-17T18:45:59.074Z | Downloaded ident_case v1.0.1 |
288 | 2024-12-17T18:45:59.074Z | Downloaded slog-dtrace v0.3.0 |
289 | 2024-12-17T18:45:59.076Z | Downloaded glob v0.3.1 |
290 | 2024-12-17T18:45:59.079Z | Downloaded futures-core v0.3.30 |
291 | 2024-12-17T18:45:59.079Z | Downloaded num-bigint v0.4.5 |
292 | 2024-12-17T18:45:59.083Z | Downloaded sha2 v0.10.8 |
293 | 2024-12-17T18:45:59.086Z | Downloaded thiserror v1.0.64 |
294 | 2024-12-17T18:45:59.091Z | Downloaded futures-channel v0.3.30 |
295 | 2024-12-17T18:45:59.093Z | Downloaded futures-io v0.3.30 |
296 | 2024-12-17T18:45:59.096Z | Downloaded futures-executor v0.3.30 |
297 | 2024-12-17T18:45:59.096Z | Downloaded float-ord v0.3.2 |
298 | 2024-12-17T18:45:59.098Z | Downloaded fixedbitset v0.4.2 |
299 | 2024-12-17T18:45:59.100Z | Downloaded zerocopy v0.6.6 |
300 | 2024-12-17T18:45:59.103Z | Downloaded untrusted v0.9.0 |
301 | 2024-12-17T18:45:59.103Z | Downloaded typify-macro v0.2.0 |
302 | 2024-12-17T18:45:59.105Z | Downloaded terminal_size v0.3.0 |
303 | 2024-12-17T18:45:59.105Z | Downloaded hash32 v0.3.1 |
304 | 2024-12-17T18:45:59.108Z | Downloaded managed v0.8.0 |
305 | 2024-12-17T18:45:59.108Z | Downloaded serde_tokenstream v0.1.7 |
306 | 2024-12-17T18:45:59.111Z | Downloaded filetime v0.2.23 |
307 | 2024-12-17T18:45:59.113Z | Downloaded term v0.7.0 |
308 | 2024-12-17T18:45:59.116Z | Downloaded futures-macro v0.3.30 |
309 | 2024-12-17T18:45:59.118Z | Downloaded serde_spanned v0.6.7 |
310 | 2024-12-17T18:45:59.121Z | Downloaded twox-hash v1.6.3 |
311 | 2024-12-17T18:45:59.121Z | Downloaded wyz v0.5.1 |
312 | 2024-12-17T18:45:59.129Z | Downloaded thread-id v4.2.1 |
313 | 2024-12-17T18:45:59.129Z | Downloaded unicode-bidi v0.3.15 |
314 | 2024-12-17T18:45:59.129Z | Downloaded thiserror-impl v1.0.64 |
315 | 2024-12-17T18:45:59.129Z | Downloaded tracing-attributes v0.1.27 |
316 | 2024-12-17T18:45:59.131Z | Downloaded unsafe-libyaml v0.2.11 |
317 | 2024-12-17T18:45:59.134Z | Downloaded futures v0.3.30 |
318 | 2024-12-17T18:45:59.138Z | Downloaded typify v0.2.0 |
319 | 2024-12-17T18:45:59.141Z | Downloaded subtle v2.5.0 |
320 | 2024-12-17T18:45:59.143Z | Downloaded futures-sink v0.3.30 |
321 | 2024-12-17T18:45:59.143Z | Downloaded tokio-tungstenite v0.21.0 |
322 | 2024-12-17T18:45:59.146Z | Downloaded strum_macros v0.26.2 |
323 | 2024-12-17T18:45:59.148Z | Downloaded hex v0.4.3 |
324 | 2024-12-17T18:45:59.151Z | Downloaded inout v0.1.3 |
325 | 2024-12-17T18:45:59.151Z | Downloaded tinyvec v1.6.0 |
326 | 2024-12-17T18:45:59.154Z | Downloaded globset v0.4.14 |
327 | 2024-12-17T18:45:59.156Z | Downloaded supports-color v2.1.0 |
328 | 2024-12-17T18:45:59.158Z | Downloaded linear-map v1.2.0 |
329 | 2024-12-17T18:45:59.158Z | Downloaded serde_tokenstream v0.2.2 |
330 | 2024-12-17T18:45:59.161Z | Downloaded toml v0.7.8 |
331 | 2024-12-17T18:45:59.163Z | Downloaded utf-8 v0.7.6 |
332 | 2024-12-17T18:45:59.166Z | Downloaded aes v0.8.4 |
333 | 2024-12-17T18:45:59.168Z | Downloaded native-tls v0.2.11 |
334 | 2024-12-17T18:45:59.171Z | Downloaded serde_with_macros v3.9.0 |
335 | 2024-12-17T18:45:59.173Z | Downloaded multer v3.1.0 |
336 | 2024-12-17T18:45:59.175Z | Downloaded tempfile v3.10.1 |
337 | 2024-12-17T18:45:59.178Z | Downloaded time-macros v0.2.18 |
338 | 2024-12-17T18:45:59.180Z | Downloaded hashbrown v0.12.3 |
339 | 2024-12-17T18:45:59.185Z | Downloaded pest v2.7.10 |
340 | 2024-12-17T18:45:59.190Z | Downloaded tungstenite v0.21.0 |
341 | 2024-12-17T18:45:59.194Z | Downloaded toml v0.8.19 |
342 | 2024-12-17T18:45:59.197Z | Downloaded hickory-resolver v0.24.1 |
343 | 2024-12-17T18:45:59.202Z | Downloaded tracing-core v0.1.32 |
344 | 2024-12-17T18:45:59.205Z | Downloaded hyper-tls v0.6.0 |
345 | 2024-12-17T18:45:59.207Z | Downloaded tokio-rustls v0.25.0 |
346 | 2024-12-17T18:45:59.209Z | Downloaded serde_yaml v0.9.34+deprecated |
347 | 2024-12-17T18:45:59.212Z | Downloaded similar v2.5.0 |
348 | 2024-12-17T18:45:59.217Z | Downloaded smallvec v1.13.2 |
349 | 2024-12-17T18:45:59.219Z | Downloaded slog-term v2.9.1 |
350 | 2024-12-17T18:45:59.222Z | Downloaded vergen v8.3.2 |
351 | 2024-12-17T18:45:59.225Z | Downloaded ipnet v2.9.0 |
352 | 2024-12-17T18:45:59.228Z | Downloaded tar v0.4.40 |
353 | 2024-12-17T18:45:59.230Z | Downloaded rusqlite v0.32.1 |
354 | 2024-12-17T18:45:59.236Z | Downloaded unicode-segmentation v1.11.0 |
355 | 2024-12-17T18:45:59.240Z | Downloaded heapless v0.8.0 |
356 | 2024-12-17T18:45:59.244Z | Downloaded tracing v0.1.40 |
357 | 2024-12-17T18:45:59.249Z | Downloaded log v0.4.22 |
358 | 2024-12-17T18:45:59.252Z | Downloaded mio v1.0.2 |
359 | 2024-12-17T18:45:59.257Z | Downloaded uuid v1.10.0 |
360 | 2024-12-17T18:45:59.260Z | Downloaded rustls-webpki v0.101.7 |
361 | 2024-12-17T18:45:59.275Z | Downloaded steno v0.4.1 |
362 | 2024-12-17T18:45:59.278Z | Downloaded toml_edit v0.22.20 |
363 | 2024-12-17T18:45:59.300Z | Downloaded hyper-util v0.1.9 |
364 | 2024-12-17T18:45:59.304Z | Downloaded reqwest v0.12.7 |
365 | 2024-12-17T18:45:59.312Z | Downloaded unicode-normalization v0.1.23 |
366 | 2024-12-17T18:45:59.316Z | Downloaded tokio-util v0.7.11 |
367 | 2024-12-17T18:45:59.323Z | Downloaded libm v0.2.8 |
368 | 2024-12-17T18:45:59.331Z | Downloaded futures-util v0.3.30 |
369 | 2024-12-17T18:45:59.342Z | Downloaded clap_builder v4.5.2 |
370 | 2024-12-17T18:45:59.349Z | Downloaded hyper v1.4.1 |
371 | 2024-12-17T18:45:59.355Z | Downloaded indexmap v2.5.0 |
372 | 2024-12-17T18:45:59.359Z | Downloaded aho-corasick v1.1.3 |
373 | 2024-12-17T18:45:59.365Z | Downloaded hashbrown v0.14.5 |
374 | 2024-12-17T18:45:59.371Z | Downloaded regex v1.10.6 |
375 | 2024-12-17T18:45:59.385Z | Downloaded time v0.3.36 |
376 | 2024-12-17T18:45:59.391Z | Downloaded openssl v0.10.66 |
377 | 2024-12-17T18:45:59.400Z | Downloaded itertools v0.10.5 |
378 | 2024-12-17T18:45:59.407Z | Downloaded itertools v0.13.0 |
379 | 2024-12-17T18:45:59.414Z | Downloaded rustls v0.21.12 |
380 | 2024-12-17T18:45:59.425Z | Downloaded serde_with v3.9.0 |
381 | 2024-12-17T18:45:59.433Z | Downloaded rustls-webpki v0.102.4 |
382 | 2024-12-17T18:45:59.450Z | Downloaded zerocopy v0.7.34 |
383 | 2024-12-17T18:45:59.465Z | Downloaded goblin v0.8.2 |
384 | 2024-12-17T18:45:59.471Z | Downloaded h2 v0.4.6 |
385 | 2024-12-17T18:45:59.478Z | Downloaded bitvec v1.0.1 |
386 | 2024-12-17T18:45:59.491Z | Downloaded winnow v0.6.18 |
387 | 2024-12-17T18:45:59.498Z | Downloaded nix v0.28.0 |
388 | 2024-12-17T18:45:59.508Z | Downloaded vcpkg v0.2.15 |
389 | 2024-12-17T18:45:59.543Z | Downloaded regex-syntax v0.8.4 |
390 | 2024-12-17T18:45:59.550Z | Downloaded git2 v0.19.0 |
391 | 2024-12-17T18:45:59.558Z | Downloaded rustls v0.23.10 |
392 | 2024-12-17T18:45:59.572Z | Downloaded syn v1.0.109 |
393 | 2024-12-17T18:45:59.581Z | Downloaded unicode-width v0.1.14 |
394 | 2024-12-17T18:45:59.587Z | Downloaded openapiv3 v2.0.0 |
395 | 2024-12-17T18:45:59.597Z | Downloaded rustix v0.38.34 |
396 | 2024-12-17T18:45:59.617Z | Downloaded syn v2.0.77 |
397 | 2024-12-17T18:45:59.627Z | Downloaded idna v0.4.0 |
398 | 2024-12-17T18:45:59.633Z | Downloaded webpki-roots v0.26.3 |
399 | 2024-12-17T18:45:59.636Z | Downloaded dropshot v0.12.0 |
400 | 2024-12-17T18:45:59.654Z | Downloaded rustls v0.22.4 |
401 | 2024-12-17T18:45:59.666Z | Downloaded regex-automata v0.4.6 |
402 | 2024-12-17T18:45:59.681Z | Downloaded bstr v1.9.1 |
403 | 2024-12-17T18:45:59.691Z | Downloaded regress v0.9.1 |
404 | 2024-12-17T18:45:59.699Z | Downloaded nix v0.29.0 |
405 | 2024-12-17T18:45:59.710Z | Downloaded hickory-proto v0.24.1 |
406 | 2024-12-17T18:45:59.723Z | Downloaded smoltcp v0.11.0 |
407 | 2024-12-17T18:45:59.734Z | Downloaded petgraph v0.6.5 |
408 | 2024-12-17T18:45:59.749Z | Downloaded chrono v0.4.38 |
409 | 2024-12-17T18:45:59.756Z | Downloaded idna v0.5.0 |
410 | 2024-12-17T18:45:59.761Z | Downloaded regress v0.10.1 |
411 | 2024-12-17T18:45:59.769Z | Downloaded quinn-proto v0.11.8 |
412 | 2024-12-17T18:45:59.775Z | Downloaded winnow v0.5.40 |
413 | 2024-12-17T18:45:59.782Z | Downloaded rayon v1.10.0 |
414 | 2024-12-17T18:45:59.790Z | Downloaded memchr v2.7.2 |
415 | 2024-12-17T18:45:59.795Z | Downloaded zerocopy-derive v0.6.6 |
416 | 2024-12-17T18:45:59.803Z | Downloaded zerocopy-derive v0.2.0 |
417 | 2024-12-17T18:45:59.811Z | Downloaded typify-impl v0.2.0 |
418 | 2024-12-17T18:45:59.823Z | Downloaded libc v0.2.159 |
419 | 2024-12-17T18:45:59.847Z | Downloaded http v1.1.0 |
420 | 2024-12-17T18:45:59.851Z | Downloaded url v2.5.0 |
421 | 2024-12-17T18:45:59.854Z | Downloaded toml_edit v0.19.15 |
422 | 2024-12-17T18:45:59.868Z | Downloaded serde_json v1.0.128 |
423 | 2024-12-17T18:45:59.874Z | Downloaded tokio-rustls v0.26.0 |
424 | 2024-12-17T18:45:59.877Z | Downloaded indexmap v1.9.3 |
425 | 2024-12-17T18:45:59.879Z | Downloaded socket2 v0.5.7 |
426 | 2024-12-17T18:45:59.881Z | Downloaded macaddr v1.0.1 |
427 | 2024-12-17T18:45:59.883Z | Downloaded lru-cache v0.1.2 |
428 | 2024-12-17T18:45:59.883Z | Downloaded heck v0.4.1 |
429 | 2024-12-17T18:45:59.886Z | Downloaded tokio-macros v2.4.0 |
430 | 2024-12-17T18:45:59.886Z | Downloaded libsw v3.3.1 |
431 | 2024-12-17T18:45:59.888Z | Downloaded getrandom v0.2.14 |
432 | 2024-12-17T18:45:59.891Z | Downloaded spin v0.9.8 |
433 | 2024-12-17T18:45:59.891Z | Downloaded jobserver v0.1.31 |
434 | 2024-12-17T18:45:59.894Z | Downloaded crossbeam-channel v0.5.12 |
435 | 2024-12-17T18:45:59.896Z | Downloaded hyper-rustls v0.27.3 |
436 | 2024-12-17T18:45:59.899Z | Downloaded unicode-ident v1.0.13 |
437 | 2024-12-17T18:45:59.901Z | Downloaded ucd-trie v0.1.6 |
438 | 2024-12-17T18:45:59.903Z | Downloaded futures-task v0.3.30 |
439 | 2024-12-17T18:45:59.905Z | Downloaded xattr v1.3.1 |
440 | 2024-12-17T18:45:59.906Z | Downloaded tokio v1.39.3 |
441 | 2024-12-17T18:45:59.939Z | Downloaded hashlink v0.9.1 |
442 | 2024-12-17T18:45:59.941Z | Downloaded serde_derive_internals v0.29.1 |
443 | 2024-12-17T18:45:59.944Z | Downloaded crossbeam-utils v0.8.19 |
444 | 2024-12-17T18:45:59.946Z | Downloaded time-core v0.1.2 |
445 | 2024-12-17T18:45:59.946Z | Downloaded match_cfg v0.1.0 |
446 | 2024-12-17T18:45:59.946Z | Downloaded http-body v1.0.1 |
447 | 2024-12-17T18:45:59.946Z | Downloaded hostname v0.3.1 |
448 | 2024-12-17T18:45:59.949Z | Downloaded foreign-types-macros v0.2.3 |
449 | 2024-12-17T18:45:59.949Z | Downloaded darling_core v0.20.9 |
450 | 2024-12-17T18:45:59.952Z | Downloaded bytes v1.7.2 |
451 | 2024-12-17T18:45:59.956Z | Downloaded bitflags v2.6.0 |
452 | 2024-12-17T18:45:59.959Z | Downloaded httparse v1.8.0 |
453 | 2024-12-17T18:45:59.961Z | Downloaded itoa v1.0.11 |
454 | 2024-12-17T18:45:59.964Z | Downloaded http-body-util v0.1.2 |
455 | 2024-12-17T18:45:59.964Z | Downloaded slab v0.4.9 |
456 | 2024-12-17T18:45:59.966Z | Downloaded lock_api v0.4.12 |
457 | 2024-12-17T18:45:59.966Z | Downloaded highway v1.2.0 |
458 | 2024-12-17T18:45:59.969Z | Downloaded serde_repr v0.1.19 |
459 | 2024-12-17T18:45:59.969Z | Downloaded humantime v2.1.0 |
460 | 2024-12-17T18:45:59.972Z | Downloaded static_assertions v1.1.0 |
461 | 2024-12-17T18:45:59.972Z | Downloaded structmeta v0.3.0 |
462 | 2024-12-17T18:45:59.974Z | Downloaded strsim v0.11.1 |
463 | 2024-12-17T18:45:59.974Z | Downloaded structmeta-derive v0.3.0 |
464 | 2024-12-17T18:45:59.977Z | Downloaded slog-bunyan v2.5.0 |
465 | 2024-12-17T18:45:59.977Z | Downloaded fallible-iterator v0.3.0 |
466 | 2024-12-17T18:45:59.977Z | Downloaded want v0.3.1 |
467 | 2024-12-17T18:45:59.979Z | Downloaded allocator-api2 v0.2.18 |
468 | 2024-12-17T18:45:59.982Z | Downloaded cookie v0.18.1 |
469 | 2024-12-17T18:45:59.984Z | Downloaded cancel-safe-futures v0.1.5 |
470 | 2024-12-17T18:45:59.987Z | Downloaded blake2 v0.10.6 |
471 | 2024-12-17T18:45:59.989Z | Downloaded derive-where v1.2.7 |
472 | 2024-12-17T18:45:59.991Z | Downloaded clap v4.5.4 |
473 | 2024-12-17T18:45:59.998Z | Downloaded indent_write v2.2.0 |
474 | 2024-12-17T18:46:00.001Z | Downloaded funty v2.0.0 |
475 | 2024-12-17T18:46:00.001Z | Downloaded rustls-pemfile v2.1.3 |
476 | 2024-12-17T18:46:00.004Z | Downloaded hubpack v0.1.2 |
477 | 2024-12-17T18:46:00.004Z | Downloaded postcard v1.0.9 |
478 | 2024-12-17T18:46:00.006Z | Downloaded form_urlencoded v1.2.1 |
479 | 2024-12-17T18:46:00.006Z | Downloaded password-hash v0.5.0 |
480 | 2024-12-17T18:46:00.008Z | Downloaded ahash v0.8.11 |
481 | 2024-12-17T18:46:00.011Z | Downloaded whoami v1.5.1 |
482 | 2024-12-17T18:46:00.013Z | Downloaded erased-serde v0.4.5 |
483 | 2024-12-17T18:46:00.013Z | Downloaded dirs-next v2.0.0 |
484 | 2024-12-17T18:46:00.015Z | Downloaded encoding_rs v0.8.34 |
485 | 2024-12-17T18:46:00.033Z | Downloaded base64ct v1.6.0 |
486 | 2024-12-17T18:46:00.035Z | Downloaded num-traits v0.2.19 |
487 | 2024-12-17T18:46:00.037Z | Downloaded pin-project-lite v0.2.14 |
488 | 2024-12-17T18:46:00.041Z | Downloaded pest_derive v2.7.10 |
489 | 2024-12-17T18:46:00.044Z | Downloaded console v0.15.8 |
490 | 2024-12-17T18:46:00.046Z | Downloaded cargo_metadata v0.18.1 |
491 | 2024-12-17T18:46:00.048Z | Downloaded cargo-platform v0.1.8 |
492 | 2024-12-17T18:46:00.048Z | Downloaded bincode v1.3.3 |
493 | 2024-12-17T18:46:00.051Z | Downloaded backoff v0.4.0 |
494 | 2024-12-17T18:46:00.053Z | Downloaded scroll v0.12.0 |
495 | 2024-12-17T18:46:00.053Z | Downloaded const_format_proc_macros v0.2.32 |
496 | 2024-12-17T18:46:00.055Z | Downloaded clap_derive v4.5.4 |
497 | 2024-12-17T18:46:00.057Z | Downloaded camino v1.1.9 |
498 | 2024-12-17T18:46:00.059Z | Downloaded atomic-waker v1.1.2 |
499 | 2024-12-17T18:46:00.061Z | Downloaded async-trait v0.1.83 |
500 | 2024-12-17T18:46:00.063Z | Downloaded ascii v1.1.0 |
501 | 2024-12-17T18:46:00.065Z | Downloaded argon2 v0.5.3 |
502 | 2024-12-17T18:46:00.065Z | Downloaded proc-macro-error-attr v1.0.4 |
503 | 2024-12-17T18:46:00.068Z | Downloaded escargot v0.5.10 |
504 | 2024-12-17T18:46:00.068Z | Downloaded either v1.13.0 |
505 | 2024-12-17T18:46:00.070Z | Downloaded plain v0.2.3 |
506 | 2024-12-17T18:46:00.070Z | Downloaded num_enum_derive v0.5.11 |
507 | 2024-12-17T18:46:00.073Z | Downloaded num-complex v0.4.6 |
508 | 2024-12-17T18:46:00.073Z | Downloaded errno v0.3.9 |
509 | 2024-12-17T18:46:00.075Z | Downloaded deranged v0.3.11 |
510 | 2024-12-17T18:46:00.075Z | Downloaded debug-ignore v1.0.5 |
511 | 2024-12-17T18:46:00.078Z | Downloaded cfg-if v1.0.0 |
512 | 2024-12-17T18:46:00.078Z | Downloaded camino-tempfile v1.1.1 |
513 | 2024-12-17T18:46:00.080Z | Downloaded byteorder v1.5.0 |
514 | 2024-12-17T18:46:00.080Z | Downloaded block-buffer v0.10.4 |
515 | 2024-12-17T18:46:00.082Z | Downloaded anstream v0.6.14 |
516 | 2024-12-17T18:46:00.085Z | Downloaded dof v0.1.5 |
517 | 2024-12-17T18:46:00.085Z | Downloaded num-rational v0.4.2 |
518 | 2024-12-17T18:46:00.087Z | Downloaded enum-as-inner v0.6.0 |
519 | 2024-12-17T18:46:00.087Z | Downloaded embedded-io v0.6.1 |
520 | 2024-12-17T18:46:00.089Z | Downloaded embedded-io v0.4.0 |
521 | 2024-12-17T18:46:00.089Z | Downloaded colorchoice v1.0.1 |
522 | 2024-12-17T18:46:00.091Z | Downloaded clap_lex v0.7.0 |
523 | 2024-12-17T18:46:00.091Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
524 | 2024-12-17T18:46:00.142Z | Downloaded rustc_version v0.1.7 |
525 | 2024-12-17T18:46:00.145Z | Downloaded pest_generator v2.7.10 |
526 | 2024-12-17T18:46:00.145Z | Downloaded rustc_version v0.4.0 |
527 | 2024-12-17T18:46:00.147Z | Downloaded pin-utils v0.1.0 |
528 | 2024-12-17T18:46:00.147Z | Downloaded proc-macro-crate v1.3.1 |
529 | 2024-12-17T18:46:00.147Z | Downloaded percent-encoding v2.3.1 |
530 | 2024-12-17T18:46:00.150Z | Downloaded dirs-sys-next v0.1.2 |
531 | 2024-12-17T18:46:00.150Z | Downloaded defmt-parser v0.3.4 |
532 | 2024-12-17T18:46:00.150Z | Downloaded cobs v0.2.3 |
533 | 2024-12-17T18:46:00.152Z | Downloaded data-encoding v2.6.0 |
534 | 2024-12-17T18:46:00.152Z | Downloaded convert_case v0.4.0 |
535 | 2024-12-17T18:46:00.152Z | Downloaded async-stream v0.3.5 |
536 | 2024-12-17T18:46:00.155Z | Downloaded quick-error v1.2.3 |
537 | 2024-12-17T18:46:00.158Z | Downloaded cipher v0.4.4 |
538 | 2024-12-17T18:46:00.158Z | Downloaded pkg-config v0.3.30 |
539 | 2024-12-17T18:46:00.158Z | Downloaded num-derive v0.4.2 |
540 | 2024-12-17T18:46:00.161Z | Downloaded num v0.4.3 |
541 | 2024-12-17T18:46:00.161Z | Downloaded ctrlc v3.4.4 |
542 | 2024-12-17T18:46:00.163Z | Downloaded bitflags v1.3.2 |
543 | 2024-12-17T18:46:00.166Z | Downloaded autocfg v1.3.0 |
544 | 2024-12-17T18:46:00.166Z | Downloaded num-integer v0.1.46 |
545 | 2024-12-17T18:46:00.168Z | Downloaded async-recursion v1.1.1 |
546 | 2024-12-17T18:46:00.510Z | Downloaded libz-sys v1.1.16 |
547 | 2024-12-17T18:46:00.578Z | Downloaded ring v0.17.8 |
548 | 2024-12-17T18:46:00.694Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-12-17T18:46:01.134Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-17T18:46:01.134Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-17T18:46:01.136Z | Compiling libc v0.2.159 |
552 | 2024-12-17T18:46:01.136Z | Compiling serde v1.0.210 |
553 | 2024-12-17T18:46:01.136Z | Compiling version_check v0.9.5 |
554 | 2024-12-17T18:46:01.136Z | Compiling autocfg v1.3.0 |
555 | 2024-12-17T18:46:01.175Z | Compiling once_cell v1.19.0 |
556 | 2024-12-17T18:46:01.177Z | Checking cfg-if v1.0.0 |
557 | 2024-12-17T18:46:01.372Z | Compiling serde_json v1.0.128 |
558 | 2024-12-17T18:46:01.441Z | Compiling thiserror v1.0.64 |
559 | 2024-12-17T18:46:01.645Z | Compiling memchr v2.7.2 |
560 | 2024-12-17T18:46:01.842Z | Compiling ahash v0.8.11 |
561 | 2024-12-17T18:46:02.437Z | Compiling libm v0.2.8 |
562 | 2024-12-17T18:46:02.566Z | Compiling byteorder v1.5.0 |
563 | 2024-12-17T18:46:02.838Z | Compiling itoa v1.0.11 |
564 | 2024-12-17T18:46:03.129Z | Compiling lock_api v0.4.12 |
565 | 2024-12-17T18:46:03.416Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-17T18:46:03.450Z | Compiling ryu v1.0.18 |
567 | 2024-12-17T18:46:03.649Z | Compiling slab v0.4.9 |
568 | 2024-12-17T18:46:03.787Z | Compiling allocator-api2 v0.2.18 |
569 | 2024-12-17T18:46:03.807Z | Compiling schemars v0.8.21 |
570 | 2024-12-17T18:46:03.857Z | Compiling pkg-config v0.3.30 |
571 | 2024-12-17T18:46:03.987Z | Compiling vcpkg v0.2.15 |
572 | 2024-12-17T18:46:04.139Z | Compiling num-traits v0.2.19 |
573 | 2024-12-17T18:46:04.219Z | Checking pin-project-lite v0.2.14 |
574 | 2024-12-17T18:46:04.495Z | Compiling quote v1.0.37 |
575 | 2024-12-17T18:46:04.501Z | Checking getrandom v0.2.14 |
576 | 2024-12-17T18:46:04.717Z | Compiling jobserver v0.1.31 |
577 | 2024-12-17T18:46:04.759Z | Compiling log v0.4.22 |
578 | 2024-12-17T18:46:04.801Z | Checking smallvec v1.13.2 |
579 | 2024-12-17T18:46:04.868Z | Compiling syn v2.0.77 |
580 | 2024-12-17T18:46:05.032Z | Compiling equivalent v1.0.1 |
581 | 2024-12-17T18:46:05.095Z | Compiling cc v1.0.97 |
582 | 2024-12-17T18:46:05.127Z | Checking scopeguard v1.2.0 |
583 | 2024-12-17T18:46:05.302Z | Checking signal-hook-registry v1.4.2 |
584 | 2024-12-17T18:46:05.356Z | Checking mio v1.0.2 |
585 | 2024-12-17T18:46:05.380Z | Checking socket2 v0.5.7 |
586 | 2024-12-17T18:46:05.453Z | Compiling typenum v1.17.0 |
587 | 2024-12-17T18:46:05.524Z | Compiling httparse v1.8.0 |
588 | 2024-12-17T18:46:05.608Z | Checking parking_lot v0.12.2 |
589 | 2024-12-17T18:46:05.869Z | Compiling generic-array v0.14.7 |
590 | 2024-12-17T18:46:05.927Z | Compiling fnv v1.0.7 |
591 | 2024-12-17T18:46:06.054Z | Checking futures-core v0.3.30 |
592 | 2024-12-17T18:46:06.311Z | Checking iana-time-zone v0.1.60 |
593 | 2024-12-17T18:46:06.445Z | Compiling semver v1.0.23 |
594 | 2024-12-17T18:46:06.469Z | Checking rand_core v0.6.4 |
595 | 2024-12-17T18:46:06.576Z | Checking futures-sink v0.3.30 |
596 | 2024-12-17T18:46:06.625Z | Compiling slog v2.7.0 |
597 | 2024-12-17T18:46:06.704Z | Checking dyn-clone v1.0.17 |
598 | 2024-12-17T18:46:06.745Z | Compiling heck v0.5.0 |
599 | 2024-12-17T18:46:06.826Z | Compiling ucd-trie v0.1.6 |
600 | 2024-12-17T18:46:07.022Z | Checking subtle v2.5.0 |
601 | 2024-12-17T18:46:07.091Z | Checking futures-channel v0.3.30 |
602 | 2024-12-17T18:46:07.114Z | Checking futures-io v0.3.30 |
603 | 2024-12-17T18:46:07.195Z | Checking pin-utils v0.1.0 |
604 | 2024-12-17T18:46:07.231Z | Checking futures-task v0.3.30 |
605 | 2024-12-17T18:46:07.291Z | Compiling rustversion v1.0.17 |
606 | 2024-12-17T18:46:07.421Z | Compiling syn v1.0.109 |
607 | 2024-12-17T18:46:07.444Z | Compiling openssl v0.10.66 |
608 | 2024-12-17T18:46:07.734Z | Compiling aho-corasick v1.1.3 |
609 | 2024-12-17T18:46:07.919Z | Compiling ring v0.17.8 |
610 | 2024-12-17T18:46:07.939Z | Compiling openssl-sys v0.9.103 |
611 | 2024-12-17T18:46:08.259Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-17T18:46:09.408Z | Checking spin v0.9.8 |
613 | 2024-12-17T18:46:09.604Z | Compiling heck v0.4.1 |
614 | 2024-12-17T18:46:09.623Z | Compiling rustls v0.23.10 |
615 | 2024-12-17T18:46:09.881Z | Compiling native-tls v0.2.11 |
616 | 2024-12-17T18:46:10.225Z | Checking untrusted v0.9.0 |
617 | 2024-12-17T18:46:10.260Z | Checking tracing-core v0.1.32 |
618 | 2024-12-17T18:46:10.347Z | Compiling time-core v0.1.2 |
619 | 2024-12-17T18:46:10.476Z | Compiling serde_derive_internals v0.29.1 |
620 | 2024-12-17T18:46:10.829Z | Compiling num-conv v0.1.0 |
621 | 2024-12-17T18:46:11.082Z | Compiling anyhow v1.0.89 |
622 | 2024-12-17T18:46:11.142Z | Compiling time-macros v0.2.18 |
623 | 2024-12-17T18:46:11.564Z | Compiling regex-automata v0.4.6 |
624 | 2024-12-17T18:46:12.469Z | Checking crypto-common v0.1.6 |
625 | 2024-12-17T18:46:12.918Z | Compiling thread-id v4.2.1 |
626 | 2024-12-17T18:46:12.960Z | Checking percent-encoding v2.3.1 |
627 | 2024-12-17T18:46:13.014Z | Checking rustls-pki-types v1.7.0 |
628 | 2024-12-17T18:46:13.137Z | Checking form_urlencoded v1.2.1 |
629 | 2024-12-17T18:46:13.299Z | Checking tinyvec_macros v0.1.1 |
630 | 2024-12-17T18:46:13.370Z | Compiling camino v1.1.9 |
631 | 2024-12-17T18:46:13.389Z | Checking tinyvec v1.6.0 |
632 | 2024-12-17T18:46:13.663Z | Checking zeroize v1.7.0 |
633 | 2024-12-17T18:46:13.865Z | Checking atomic-waker v1.1.2 |
634 | 2024-12-17T18:46:13.901Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-12-17T18:46:14.051Z | Compiling serde_derive v1.0.210 |
636 | 2024-12-17T18:46:14.189Z | Compiling zerocopy-derive v0.7.34 |
637 | 2024-12-17T18:46:14.409Z | Compiling thiserror-impl v1.0.64 |
638 | 2024-12-17T18:46:14.454Z | Compiling tokio-macros v2.4.0 |
639 | 2024-12-17T18:46:15.859Z | Compiling schemars_derive v0.8.21 |
640 | 2024-12-17T18:46:15.990Z | Compiling zerocopy v0.7.34 |
641 | 2024-12-17T18:46:16.967Z | Compiling futures-macro v0.3.30 |
642 | 2024-12-17T18:46:17.637Z | Compiling hashbrown v0.14.5 |
643 | 2024-12-17T18:46:18.144Z | Compiling pest v2.7.10 |
644 | 2024-12-17T18:46:18.314Z | Compiling openssl-macros v0.1.1 |
645 | 2024-12-17T18:46:18.446Z | Compiling regex v1.10.6 |
646 | 2024-12-17T18:46:18.665Z | Compiling tracing-attributes v0.1.27 |
647 | 2024-12-17T18:46:18.723Z | Checking futures-util v0.3.30 |
648 | 2024-12-17T18:46:19.084Z | Compiling scroll_derive v0.12.0 |
649 | 2024-12-17T18:46:19.222Z | Compiling regress v0.10.1 |
650 | 2024-12-17T18:46:19.644Z | Checking rand_chacha v0.3.1 |
651 | 2024-12-17T18:46:19.967Z | Checking unicode-normalization v0.1.23 |
652 | 2024-12-17T18:46:20.719Z | Compiling pest_meta v2.7.10 |
653 | 2024-12-17T18:46:21.221Z | Checking unicode-bidi v0.3.15 |
654 | 2024-12-17T18:46:21.255Z | Checking tracing v0.1.40 |
655 | 2024-12-17T18:46:21.613Z | Checking try-lock v0.2.5 |
656 | 2024-12-17T18:46:21.736Z | Checking want v0.3.1 |
657 | 2024-12-17T18:46:21.830Z | Compiling pest_generator v2.7.10 |
658 | 2024-12-17T18:46:21.910Z | Compiling scroll v0.12.0 |
659 | 2024-12-17T18:46:22.328Z | Checking rand v0.8.5 |
660 | 2024-12-17T18:46:22.875Z | Compiling usdt-impl v0.5.0 |
661 | 2024-12-17T18:46:23.172Z | Checking base64 v0.22.1 |
662 | 2024-12-17T18:46:23.246Z | Compiling plain v0.2.3 |
663 | 2024-12-17T18:46:23.291Z | Checking httpdate v1.0.3 |
664 | 2024-12-17T18:46:23.394Z | Compiling goblin v0.8.2 |
665 | 2024-12-17T18:46:23.504Z | Checking idna v0.5.0 |
666 | 2024-12-17T18:46:23.580Z | Compiling strum_macros v0.26.2 |
667 | 2024-12-17T18:46:23.600Z | Checking tower-service v0.3.2 |
668 | 2024-12-17T18:46:23.709Z | Checking cpufeatures v0.2.12 |
669 | 2024-12-17T18:46:23.800Z | Compiling unsafe-libyaml v0.2.11 |
670 | 2024-12-17T18:46:24.108Z | Compiling pest_derive v2.7.10 |
671 | 2024-12-17T18:46:24.356Z | Compiling pretty-hex v0.4.1 |
672 | 2024-12-17T18:46:24.547Z | Checking url v2.5.0 |
673 | 2024-12-17T18:46:24.665Z | Checking bytes v1.7.2 |
674 | 2024-12-17T18:46:25.373Z | Compiling indexmap v2.5.0 |
675 | 2024-12-17T18:46:25.376Z | Checking tokio v1.39.3 |
676 | 2024-12-17T18:46:26.261Z | Checking bitflags v2.6.0 |
677 | 2024-12-17T18:46:26.323Z | Checking chrono v0.4.38 |
678 | 2024-12-17T18:46:26.361Z | Checking uuid v1.10.0 |
679 | 2024-12-17T18:46:26.532Z | Compiling serde_tokenstream v0.2.2 |
680 | 2024-12-17T18:46:27.049Z | Compiling http v1.1.0 |
681 | 2024-12-17T18:46:27.962Z | Compiling openapiv3 v2.0.0 |
682 | 2024-12-17T18:46:28.749Z | Checking http-body v1.0.1 |
683 | 2024-12-17T18:46:28.937Z | Compiling dof v0.3.0 |
684 | 2024-12-17T18:46:29.008Z | Compiling serde_yaml v0.9.34+deprecated |
685 | 2024-12-17T18:46:29.400Z | Checking rustls-webpki v0.102.4 |
686 | 2024-12-17T18:46:30.095Z | Compiling dtrace-parser v0.2.0 |
687 | 2024-12-17T18:46:30.396Z | Compiling async-trait v0.1.83 |
688 | 2024-12-17T18:46:30.426Z | Checking block-buffer v0.10.4 |
689 | 2024-12-17T18:46:30.610Z | Compiling omicron-workspace-hack v0.1.0 |
690 | 2024-12-17T18:46:30.944Z | Compiling strsim v0.11.1 |
691 | 2024-12-17T18:46:31.447Z | Compiling typify-impl v0.2.0 |
692 | 2024-12-17T18:46:31.555Z | Checking foreign-types-shared v0.1.1 |
693 | 2024-12-17T18:46:31.675Z | Checking foreign-types v0.3.2 |
694 | 2024-12-17T18:46:31.700Z | Checking digest v0.10.7 |
695 | 2024-12-17T18:46:31.756Z | Checking http-body-util v0.1.2 |
696 | 2024-12-17T18:46:31.831Z | Checking tokio-util v0.7.11 |
697 | 2024-12-17T18:46:32.030Z | Compiling toml_datetime v0.6.8 |
698 | 2024-12-17T18:46:32.431Z | Checking encoding_rs v0.8.34 |
699 | 2024-12-17T18:46:32.511Z | Compiling rustls v0.22.4 |
700 | 2024-12-17T18:46:32.581Z | Checking h2 v0.4.6 |
701 | 2024-12-17T18:46:32.853Z | Checking mime v0.3.17 |
702 | 2024-12-17T18:46:33.637Z | Checking serde_urlencoded v0.7.1 |
703 | 2024-12-17T18:46:33.695Z | Checking rustls-pemfile v2.1.3 |
704 | 2024-12-17T18:46:33.929Z | Compiling slog-async v2.8.0 |
705 | 2024-12-17T18:46:33.995Z | Checking openssl-probe v0.1.5 |
706 | 2024-12-17T18:46:34.137Z | Compiling ident_case v1.0.1 |
707 | 2024-12-17T18:46:34.289Z | Compiling paste v1.0.15 |
708 | 2024-12-17T18:46:34.417Z | Compiling crossbeam-utils v0.8.19 |
709 | 2024-12-17T18:46:34.671Z | Compiling darling_core v0.20.9 |
710 | 2024-12-17T18:46:34.863Z | Compiling usdt-macro v0.5.0 |
711 | 2024-12-17T18:46:34.972Z | Compiling usdt-attr-macro v0.5.0 |
712 | 2024-12-17T18:46:36.455Z | Checking hyper v1.4.1 |
713 | 2024-12-17T18:46:36.921Z | Compiling multer v3.1.0 |
714 | 2024-12-17T18:46:37.299Z | Checking ipnet v2.9.0 |
715 | 2024-12-17T18:46:38.273Z | Compiling rustix v0.38.34 |
716 | 2024-12-17T18:46:38.435Z | Checking hyper-util v0.1.9 |
717 | 2024-12-17T18:46:38.616Z | Checking tokio-native-tls v0.3.1 |
718 | 2024-12-17T18:46:39.308Z | Checking serde_spanned v0.6.7 |
719 | 2024-12-17T18:46:39.575Z | Checking futures-executor v0.3.30 |
720 | 2024-12-17T18:46:39.785Z | Compiling async-stream-impl v0.3.5 |
721 | 2024-12-17T18:46:39.810Z | Checking webpki-roots v0.26.3 |
722 | 2024-12-17T18:46:39.899Z | Checking tokio-rustls v0.26.0 |
723 | 2024-12-17T18:46:39.969Z | Checking errno v0.3.9 |
724 | 2024-12-17T18:46:39.991Z | Compiling darling_macro v0.20.9 |
725 | 2024-12-17T18:46:40.190Z | Checking powerfmt v0.2.0 |
726 | 2024-12-17T18:46:40.233Z | Checking hyper-rustls v0.27.3 |
727 | 2024-12-17T18:46:40.294Z | Checking hyper-tls v0.6.0 |
728 | 2024-12-17T18:46:40.447Z | Checking deranged v0.3.11 |
729 | 2024-12-17T18:46:40.525Z | Checking futures v0.3.30 |
730 | 2024-12-17T18:46:40.923Z | Compiling darling v0.20.9 |
731 | 2024-12-17T18:46:40.961Z | Checking sha1 v0.10.6 |
732 | 2024-12-17T18:46:41.038Z | Checking sync_wrapper v1.0.1 |
733 | 2024-12-17T18:46:41.258Z | Checking is-terminal v0.4.12 |
734 | 2024-12-17T18:46:41.370Z | Compiling dropshot v0.12.0 |
735 | 2024-12-17T18:46:41.748Z | Checking num_threads v0.1.7 |
736 | 2024-12-17T18:46:41.906Z | Checking reqwest v0.12.7 |
737 | 2024-12-17T18:46:41.948Z | Compiling serde_with_macros v3.9.0 |
738 | 2024-12-17T18:46:41.994Z | Checking time v0.3.36 |
739 | 2024-12-17T18:46:42.044Z | Checking strum v0.26.2 |
740 | 2024-12-17T18:46:42.131Z | Compiling dropshot_endpoint v0.12.0 |
741 | 2024-12-17T18:46:42.599Z | Compiling structmeta-derive v0.3.0 |
742 | 2024-12-17T18:46:42.979Z | Compiling typify-macro v0.2.0 |
743 | 2024-12-17T18:46:44.350Z | Checking progenitor-client v0.8.0 |
744 | 2024-12-17T18:46:44.747Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-12-17T18:46:44.973Z | Compiling structmeta v0.3.0 |
746 | 2024-12-17T18:46:45.097Z | Checking match_cfg v0.1.0 |
747 | 2024-12-17T18:46:45.310Z | Checking winnow v0.6.18 |
748 | 2024-12-17T18:46:45.673Z | Compiling parse-display-derive v0.10.0 |
749 | 2024-12-17T18:46:45.857Z | Checking hostname v0.3.1 |
750 | 2024-12-17T18:46:46.230Z | Checking dirs-next v2.0.0 |
751 | 2024-12-17T18:46:46.494Z | Compiling typify v0.2.0 |
752 | 2024-12-17T18:46:46.644Z | Compiling progenitor-impl v0.8.0 |
753 | 2024-12-17T18:46:47.097Z | Checking ipnetwork v0.20.0 |
754 | 2024-12-17T18:46:47.412Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
755 | 2024-12-17T18:46:47.998Z | Checking thread_local v1.1.8 |
756 | 2024-12-17T18:46:48.853Z | Checking term v0.7.0 |
757 | 2024-12-17T18:46:48.891Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-17T18:46:49.274Z | Checking memmap v0.7.0 |
759 | 2024-12-17T18:46:49.467Z | Checking take_mut v0.2.2 |
760 | 2024-12-17T18:46:49.578Z | Checking slog-term v2.9.1 |
761 | 2024-12-17T18:46:49.620Z | Checking usdt v0.5.0 |
762 | 2024-12-17T18:46:49.850Z | Checking toml_edit v0.22.20 |
763 | 2024-12-17T18:46:49.870Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-12-17T18:46:50.489Z | Checking slog-json v2.6.1 |
765 | 2024-12-17T18:46:50.737Z | Compiling winnow v0.5.40 |
766 | 2024-12-17T18:46:51.391Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-17T18:46:52.363Z | Compiling progenitor-macro v0.8.0 |
768 | 2024-12-17T18:46:52.506Z | Checking toml v0.8.19 |
769 | 2024-12-17T18:46:52.935Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-17T18:46:53.191Z | Checking async-stream v0.3.5 |
771 | 2024-12-17T18:46:53.590Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-17T18:46:53.644Z | Checking waitgroup v0.1.2 |
773 | 2024-12-17T18:46:53.797Z | Checking tokio-rustls v0.25.0 |
774 | 2024-12-17T18:46:53.867Z | Compiling toml_edit v0.19.15 |
775 | 2024-12-17T18:46:53.931Z | Checking hostname v0.4.0 |
776 | 2024-12-17T18:46:54.171Z | Compiling crucible-workspace-hack v0.1.0 |
777 | 2024-12-17T18:46:54.416Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
778 | 2024-12-17T18:46:54.419Z | Checking serde_with v3.9.0 |
779 | 2024-12-17T18:46:54.534Z | Checking newtype-uuid v1.1.0 |
780 | 2024-12-17T18:46:54.728Z | Compiling clap_derive v4.5.4 |
781 | 2024-12-17T18:46:54.756Z | Checking utf8parse v0.2.1 |
782 | 2024-12-17T18:46:55.258Z | Checking unicode-width v0.1.14 |
783 | 2024-12-17T18:46:55.952Z | Checking anstyle-parse v0.2.4 |
784 | 2024-12-17T18:46:56.302Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-12-17T18:46:57.078Z | Checking hex v0.4.3 |
786 | 2024-12-17T18:46:57.555Z | Checking instant v0.1.12 |
787 | 2024-12-17T18:46:57.661Z | Checking anstyle v1.0.7 |
788 | 2024-12-17T18:46:57.682Z | Checking colorchoice v1.0.1 |
789 | 2024-12-17T18:46:57.807Z | Checking lazy_static v1.5.0 |
790 | 2024-12-17T18:46:57.930Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-12-17T18:46:58.046Z | Checking anstyle-query v1.0.3 |
792 | 2024-12-17T18:46:58.116Z | Checking backoff v0.4.0 |
793 | 2024-12-17T18:46:58.168Z | Checking anstream v0.6.14 |
794 | 2024-12-17T18:46:58.367Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2024-12-17T18:46:58.496Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2024-12-17T18:46:58.517Z | Checking parse-display v0.10.0 |
797 | 2024-12-17T18:46:58.519Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-12-17T18:46:58.658Z | Checking terminal_size v0.3.0 |
799 | 2024-12-17T18:46:58.812Z | Checking macaddr v1.0.1 |
800 | 2024-12-17T18:46:58.858Z | Checking regress v0.9.1 |
801 | 2024-12-17T18:46:59.204Z | Checking num-integer v0.1.46 |
802 | 2024-12-17T18:46:59.656Z | Compiling unicode-xid v0.2.4 |
803 | 2024-12-17T18:46:59.659Z | Checking clap_lex v0.7.0 |
804 | 2024-12-17T18:46:59.988Z | Checking clap_builder v4.5.2 |
805 | 2024-12-17T18:47:02.001Z | Compiling heapless v0.8.0 |
806 | 2024-12-17T18:47:02.954Z | Checking clap v4.5.4 |
807 | 2024-12-17T18:47:03.228Z | Checking num-bigint v0.4.5 |
808 | 2024-12-17T18:47:03.247Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-17T18:47:04.269Z | Checking hash32 v0.3.1 |
810 | 2024-12-17T18:47:04.456Z | Compiling smoltcp v0.11.0 |
811 | 2024-12-17T18:47:04.521Z | Checking bitflags v1.3.2 |
812 | 2024-12-17T18:47:05.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
813 | 2024-12-17T18:47:05.178Z | Checking fastrand v2.1.0 |
814 | 2024-12-17T18:47:05.227Z | Checking progenitor v0.8.0 |
815 | 2024-12-17T18:47:05.322Z | Checking stable_deref_trait v1.2.0 |
816 | 2024-12-17T18:47:05.358Z | Checking either v1.13.0 |
817 | 2024-12-17T18:47:05.380Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
818 | 2024-12-17T18:47:05.458Z | Checking num_enum v0.5.11 |
819 | 2024-12-17T18:47:05.479Z | Checking tempfile v3.10.1 |
820 | 2024-12-17T18:47:05.563Z | Checking num-rational v0.4.2 |
821 | 2024-12-17T18:47:05.686Z | Compiling synstructure v0.12.6 |
822 | 2024-12-17T18:47:05.800Z | Checking num-iter v0.1.45 |
823 | 2024-12-17T18:47:05.960Z | Checking num-complex v0.4.6 |
824 | 2024-12-17T18:47:06.052Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-12-17T18:47:06.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
826 | 2024-12-17T18:47:06.413Z | Checking managed v0.8.0 |
827 | 2024-12-17T18:47:06.432Z | Checking cobs v0.2.3 |
828 | 2024-12-17T18:47:06.681Z | Checking postcard v1.0.9 |
829 | 2024-12-17T18:47:06.774Z | Checking num v0.4.3 |
830 | 2024-12-17T18:47:06.902Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-12-17T18:47:07.377Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-17T18:47:07.537Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-17T18:47:08.214Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-12-17T18:47:08.411Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-12-17T18:47:08.646Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-12-17T18:47:08.983Z | Checking pretty-hex v0.2.1 |
837 | 2024-12-17T18:47:09.141Z | Checking data-encoding v2.6.0 |
838 | 2024-12-17T18:47:09.347Z | Checking foreign-types-shared v0.3.1 |
839 | 2024-12-17T18:47:09.460Z | Checking foreign-types v0.5.0 |
840 | 2024-12-17T18:47:09.558Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
841 | 2024-12-17T18:47:09.768Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
842 | 2024-12-17T18:47:10.706Z | Checking tabwriter v1.4.0 |
843 | 2024-12-17T18:47:10.956Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
844 | 2024-12-17T18:47:11.068Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
845 | 2024-12-17T18:47:11.864Z | Checking cstr-argument v0.1.2 |
846 | 2024-12-17T18:47:11.947Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-12-17T18:47:12.028Z | Compiling prettyplease v0.2.22 |
848 | 2024-12-17T18:47:12.330Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-17T18:47:12.689Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-17T18:47:13.242Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-17T18:47:13.674Z | Checking colored v2.1.0 |
852 | 2024-12-17T18:47:14.312Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-17T18:47:15.085Z | Checking float-ord v0.3.2 |
854 | 2024-12-17T18:47:15.173Z | Checking unicode-segmentation v1.11.0 |
855 | 2024-12-17T18:47:15.218Z | Checking is_ci v1.2.0 |
856 | 2024-12-17T18:47:15.245Z | Checking static_assertions v1.1.0 |
857 | 2024-12-17T18:47:15.320Z | Compiling semver v0.1.20 |
858 | 2024-12-17T18:47:15.343Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
859 | 2024-12-17T18:47:15.552Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-17T18:47:15.797Z | Checking newline-converter v0.3.0 |
861 | 2024-12-17T18:47:15.818Z | Compiling rustc_version v0.1.7 |
862 | 2024-12-17T18:47:17.128Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-17T18:47:18.111Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-17T18:47:18.236Z | Checking itertools v0.10.5 |
865 | 2024-12-17T18:47:18.377Z | Checking console v0.15.8 |
866 | 2024-12-17T18:47:18.940Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-12-17T18:47:18.981Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
868 | 2024-12-17T18:47:19.551Z | Compiling num-derive v0.4.2 |
869 | 2024-12-17T18:47:21.019Z | Checking sigpipe v0.1.3 |
870 | 2024-12-17T18:47:21.123Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-17T18:47:21.544Z | Checking similar v2.5.0 |
872 | 2024-12-17T18:47:21.768Z | Compiling owo-colors v4.1.0 |
873 | 2024-12-17T18:47:21.869Z | Checking base64ct v1.6.0 |
874 | 2024-12-17T18:47:22.064Z | Checking base64 v0.21.7 |
875 | 2024-12-17T18:47:22.202Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
876 | 2024-12-17T18:47:22.205Z | Checking expectorate v1.1.0 |
877 | 2024-12-17T18:47:22.291Z | Checking password-hash v0.5.0 |
878 | 2024-12-17T18:47:22.503Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
879 | 2024-12-17T18:47:22.721Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2024-12-17T18:47:22.940Z | Checking zone v0.3.0 |
881 | 2024-12-17T18:47:23.001Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2024-12-17T18:47:23.048Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2024-12-17T18:47:23.220Z | Compiling newtype_derive v0.1.6 |
884 | 2024-12-17T18:47:23.308Z | Checking supports-color v2.1.0 |
885 | 2024-12-17T18:47:23.451Z | Checking supports-color v3.0.1 |
886 | 2024-12-17T18:47:23.474Z | Compiling zerocopy v0.3.2 |
887 | 2024-12-17T18:47:23.510Z | Checking blake2 v0.10.6 |
888 | 2024-12-17T18:47:23.567Z | Compiling cargo-platform v0.1.8 |
889 | 2024-12-17T18:47:23.606Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-12-17T18:47:23.628Z | Checking smf v0.2.3 |
891 | 2024-12-17T18:47:23.839Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-17T18:47:23.964Z | Compiling zerocopy-derive v0.6.6 |
893 | 2024-12-17T18:47:23.981Z | Compiling vergen v8.3.2 |
894 | 2024-12-17T18:47:24.196Z | Compiling cancel-safe-futures v0.1.5 |
895 | 2024-12-17T18:47:24.295Z | Checking whoami v1.5.1 |
896 | 2024-12-17T18:47:24.477Z | Checking fixedbitset v0.4.2 |
897 | 2024-12-17T18:47:24.603Z | Checking hubpack v0.1.2 |
898 | 2024-12-17T18:47:24.699Z | Checking petgraph v0.6.5 |
899 | 2024-12-17T18:47:24.868Z | Compiling dof v0.1.5 |
900 | 2024-12-17T18:47:24.894Z | Checking argon2 v0.5.3 |
901 | 2024-12-17T18:47:25.461Z | Compiling cargo_metadata v0.18.1 |
902 | 2024-12-17T18:47:25.606Z | Checking zerocopy v0.6.6 |
903 | 2024-12-17T18:47:26.754Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
904 | 2024-12-17T18:47:27.007Z | Compiling rustc_version v0.4.0 |
905 | 2024-12-17T18:47:27.253Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-17T18:47:27.529Z | Checking serde-big-array v0.5.1 |
907 | 2024-12-17T18:47:27.565Z | Compiling strum_macros v0.25.3 |
908 | 2024-12-17T18:47:27.736Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2024-12-17T18:47:28.223Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-17T18:47:28.288Z | Compiling cookie v0.18.1 |
911 | 2024-12-17T18:47:28.638Z | Compiling convert_case v0.4.0 |
912 | 2024-12-17T18:47:28.659Z | Compiling rustls v0.21.12 |
913 | 2024-12-17T18:47:28.717Z | Compiling cfg_aliases v0.2.1 |
914 | 2024-12-17T18:47:28.818Z | Checking utf-8 v0.7.6 |
915 | 2024-12-17T18:47:28.993Z | Checking tungstenite v0.21.0 |
916 | 2024-12-17T18:47:28.996Z | Compiling nix v0.29.0 |
917 | 2024-12-17T18:47:29.252Z | Compiling derive_more v0.99.18 |
918 | 2024-12-17T18:47:29.321Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
919 | 2024-12-17T18:47:29.798Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
920 | 2024-12-17T18:47:29.897Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
921 | 2024-12-17T18:47:30.334Z | Checking atomicwrites v0.4.4 |
922 | 2024-12-17T18:47:30.522Z | Checking itertools v0.13.0 |
923 | 2024-12-17T18:47:30.631Z | Checking libsw v3.3.1 |
924 | 2024-12-17T18:47:30.732Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
925 | 2024-12-17T18:47:30.754Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
926 | 2024-12-17T18:47:30.865Z | Checking sct v0.7.1 |
927 | 2024-12-17T18:47:31.023Z | Checking rustls-webpki v0.101.7 |
928 | 2024-12-17T18:47:31.053Z | Compiling serde_tokenstream v0.1.7 |
929 | 2024-12-17T18:47:31.176Z | Checking idna v0.4.0 |
930 | 2024-12-17T18:47:31.471Z | Compiling derive-where v1.2.7 |
931 | 2024-12-17T18:47:31.702Z | Compiling enum-as-inner v0.6.0 |
932 | 2024-12-17T18:47:32.061Z | Checking inout v0.1.3 |
933 | 2024-12-17T18:47:32.225Z | Compiling radium v0.7.0 |
934 | 2024-12-17T18:47:32.729Z | Checking quick-error v1.2.3 |
935 | 2024-12-17T18:47:32.837Z | Checking highway v1.2.0 |
936 | 2024-12-17T18:47:32.859Z | Checking linked-hash-map v0.5.6 |
937 | 2024-12-17T18:47:33.113Z | Checking swrite v0.1.0 |
938 | 2024-12-17T18:47:33.228Z | Checking indent_write v2.2.0 |
939 | 2024-12-17T18:47:33.231Z | Checking linear-map v1.2.0 |
940 | 2024-12-17T18:47:33.412Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-12-17T18:47:33.516Z | Checking lru-cache v0.1.2 |
942 | 2024-12-17T18:47:33.657Z | Checking resolv-conf v0.7.0 |
943 | 2024-12-17T18:47:33.961Z | Checking hickory-proto v0.24.1 |
944 | 2024-12-17T18:47:34.316Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-17T18:47:34.785Z | Checking cipher v0.4.4 |
946 | 2024-12-17T18:47:34.854Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-17T18:47:35.565Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-17T18:47:36.659Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2024-12-17T18:47:36.930Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
950 | 2024-12-17T18:47:38.201Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-12-17T18:47:38.328Z | Checking steno v0.4.1 |
952 | 2024-12-17T18:47:38.588Z | Checking tokio-tungstenite v0.21.0 |
953 | 2024-12-17T18:47:39.536Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2024-12-17T18:47:39.614Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2024-12-17T18:47:39.770Z | Checking crossbeam-epoch v0.9.18 |
956 | 2024-12-17T18:47:39.847Z | Checking hashlink v0.9.1 |
957 | 2024-12-17T18:47:40.234Z | Checking humantime v2.1.0 |
958 | 2024-12-17T18:47:40.275Z | Checking fallible-iterator v0.3.0 |
959 | 2024-12-17T18:47:40.374Z | Checking tap v1.0.1 |
960 | 2024-12-17T18:47:40.479Z | Compiling rayon-core v1.12.1 |
961 | 2024-12-17T18:47:40.521Z | Checking fallible-streaming-iterator v0.1.9 |
962 | 2024-12-17T18:47:40.553Z | Checking wyz v0.5.1 |
963 | 2024-12-17T18:47:40.707Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
964 | 2024-12-17T18:47:40.792Z | Checking rusqlite v0.32.1 |
965 | 2024-12-17T18:47:40.841Z | Checking crossbeam-deque v0.8.5 |
966 | 2024-12-17T18:47:41.121Z | Checking tokio-rustls v0.24.1 |
967 | 2024-12-17T18:47:41.284Z | Checking hickory-resolver v0.24.1 |
968 | 2024-12-17T18:47:41.794Z | Compiling usdt-macro v0.3.5 |
969 | 2024-12-17T18:47:42.182Z | Compiling usdt-attr-macro v0.3.5 |
970 | 2024-12-17T18:47:42.608Z | Checking rustls-pemfile v1.0.4 |
971 | 2024-12-17T18:47:42.784Z | Checking twox-hash v1.6.3 |
972 | 2024-12-17T18:47:43.068Z | Compiling num_enum_derive v0.7.2 |
973 | 2024-12-17T18:47:43.138Z | Checking universal-hash v0.5.1 |
974 | 2024-12-17T18:47:43.301Z | Checking atty v0.2.14 |
975 | 2024-12-17T18:47:43.415Z | Checking opaque-debug v0.3.1 |
976 | 2024-12-17T18:47:43.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
977 | 2024-12-17T18:47:43.527Z | Checking funty v2.0.0 |
978 | 2024-12-17T18:47:43.855Z | Checking usdt v0.3.5 |
979 | 2024-12-17T18:47:43.901Z | Checking polyval v0.6.2 |
980 | 2024-12-17T18:47:44.069Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
981 | 2024-12-17T18:47:44.255Z | Checking bitvec v1.0.1 |
982 | 2024-12-17T18:47:44.720Z | Checking ctr v0.9.2 |
983 | 2024-12-17T18:47:44.782Z | Checking aes v0.8.4 |
984 | 2024-12-17T18:47:44.975Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
985 | 2024-12-17T18:47:44.978Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
986 | 2024-12-17T18:47:45.050Z | Checking toml v0.7.8 |
987 | 2024-12-17T18:47:45.181Z | Checking num_enum v0.7.2 |
988 | 2024-12-17T18:47:45.318Z | Checking bincode v1.3.3 |
989 | 2024-12-17T18:47:45.338Z | Checking aead v0.5.2 |
990 | 2024-12-17T18:47:45.358Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
991 | 2024-12-17T18:47:45.447Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
992 | 2024-12-17T18:47:45.520Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-17T18:47:45.545Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
994 | 2024-12-17T18:47:45.704Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
995 | 2024-12-17T18:47:45.724Z | Checking rayon v1.10.0 |
996 | 2024-12-17T18:47:45.857Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
997 | 2024-12-17T18:47:45.877Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
998 | 2024-12-17T18:47:45.943Z | Compiling bitstruct_derive v0.1.0 |
999 | 2024-12-17T18:47:45.946Z | Compiling async-recursion v1.1.1 |
1000 | 2024-12-17T18:47:46.057Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-17T18:47:46.197Z | Checking ascii v1.1.0 |
1002 | 2024-12-17T18:47:46.214Z | Checking typeid v1.0.0 |
1003 | 2024-12-17T18:47:46.339Z | Checking ringbuffer v0.15.0 |
1004 | 2024-12-17T18:47:46.516Z | Compiling cfg_aliases v0.1.1 |
1005 | 2024-12-17T18:47:46.674Z | Compiling nix v0.28.0 |
1006 | 2024-12-17T18:47:46.740Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1007 | 2024-12-17T18:47:47.172Z | Checking bitstruct v0.1.1 |
1008 | 2024-12-17T18:47:47.286Z | Checking erased-serde v0.4.5 |
1009 | 2024-12-17T18:47:47.307Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1010 | 2024-12-17T18:47:47.383Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1011 | 2024-12-17T18:47:47.571Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1012 | 2024-12-17T18:47:47.591Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1013 | 2024-12-17T18:47:47.714Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1014 | 2024-12-17T18:47:47.846Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-12-17T18:47:48.130Z | Checking serde_arrays v0.1.0 |
1016 | 2024-12-17T18:47:48.175Z | Checking libloading v0.7.4 |
1017 | 2024-12-17T18:47:48.199Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1018 | 2024-12-17T18:47:48.306Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1019 | 2024-12-17T18:47:48.407Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-17T18:47:48.554Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-17T18:47:48.620Z | Compiling escargot v0.5.10 |
1022 | 2024-12-17T18:47:48.667Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1023 | 2024-12-17T18:47:48.859Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-17T18:47:49.055Z | Checking ron v0.8.1 |
1025 | 2024-12-17T18:47:49.090Z | Checking xattr v1.3.1 |
1026 | 2024-12-17T18:47:49.544Z | Checking filetime v0.2.23 |
1027 | 2024-12-17T18:47:49.747Z | Checking bstr v1.9.1 |
1028 | 2024-12-17T18:47:50.009Z | Checking bit_field v0.10.2 |
1029 | 2024-12-17T18:47:50.078Z | Checking const_format v0.2.32 |
1030 | 2024-12-17T18:47:50.169Z | Checking ctrlc v3.4.4 |
1031 | 2024-12-17T18:47:50.235Z | Checking tar v0.4.40 |
1032 | 2024-12-17T18:47:50.432Z | Checking globset v0.4.14 |
1033 | 2024-12-17T18:47:50.884Z | Checking fatfs v0.3.6 |
1034 | 2024-12-17T18:47:50.928Z | Checking glob v0.3.1 |
1035 | 2024-12-17T18:47:52.594Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1036 | 2024-12-17T18:47:53.201Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1037 | 2024-12-17T18:47:53.574Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-17T18:47:53.787Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1039 | 2024-12-17T18:47:54.413Z | Compiling git2 v0.19.0 |
1040 | 2024-12-17T18:47:58.093Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-17T18:47:58.938Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-17T18:48:06.503Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-17T18:48:11.253Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-17T18:48:19.178Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-17T18:48:19.180Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-17T18:48:25.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
1047 | 2024-12-17T18:48:25.942Z | |
1048 | 2024-12-17T18:48:25.942Z | real 2:42.921404086 |
1049 | 2024-12-17T18:48:25.942Z | user 12:26.278629054 |
1050 | 2024-12-17T18:48:25.942Z | sys 2:04.068742894 |
1051 | 2024-12-17T18:48:25.947Z | trap 0.383021298 |
1052 | 2024-12-17T18:48:25.947Z | tflt 9.328435088 |
1053 | 2024-12-17T18:48:25.947Z | dflt 6.147809260 |
1054 | 2024-12-17T18:48:25.947Z | kflt 0.020857721 |
1055 | 2024-12-17T18:48:25.948Z | lock 14:30.499458474 |
1056 | 2024-12-17T18:48:25.948Z | slp 48:55.154127916 |
1057 | 2024-12-17T18:48:25.948Z | lat 52.597031006 |
1058 | 2024-12-17T18:48:25.948Z | stop 3:05.972328635 |
1059 | 2024-12-17T18:48:25.948Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-17T18:48:26.383Z | Downloading crates ... |
1061 | 2024-12-17T18:48:26.577Z | Downloaded crc32fast v1.4.0 |
1062 | 2024-12-17T18:48:26.586Z | Downloaded arc-swap v1.7.1 |
1063 | 2024-12-17T18:48:26.593Z | Downloaded termtree v0.4.1 |
1064 | 2024-12-17T18:48:26.596Z | Downloaded downcast v0.11.0 |
1065 | 2024-12-17T18:48:26.600Z | Downloaded fragile v2.0.0 |
1066 | 2024-12-17T18:48:26.603Z | Downloaded predicates-core v1.0.6 |
1067 | 2024-12-17T18:48:26.606Z | Downloaded slog-scope v4.4.0 |
1068 | 2024-12-17T18:48:26.606Z | Downloaded simd-adler32 v0.3.7 |
1069 | 2024-12-17T18:48:26.608Z | Downloaded mockall v0.12.1 |
1070 | 2024-12-17T18:48:26.608Z | Downloaded predicates-tree v1.0.9 |
1071 | 2024-12-17T18:48:26.611Z | Downloaded slog-envlogger v2.2.0 |
1072 | 2024-12-17T18:48:26.611Z | Downloaded serde_test v1.0.176 |
1073 | 2024-12-17T18:48:26.614Z | Downloaded predicates v3.1.0 |
1074 | 2024-12-17T18:48:26.617Z | Downloaded slog-stdlog v4.1.1 |
1075 | 2024-12-17T18:48:26.620Z | Downloaded fdeflate v0.3.4 |
1076 | 2024-12-17T18:48:26.622Z | Downloaded mockall_derive v0.12.1 |
1077 | 2024-12-17T18:48:26.624Z | Downloaded bytemuck v1.16.0 |
1078 | 2024-12-17T18:48:26.627Z | Downloaded miniz_oxide v0.7.2 |
1079 | 2024-12-17T18:48:26.630Z | Downloaded flate2 v1.0.30 |
1080 | 2024-12-17T18:48:26.636Z | Downloaded png v0.17.13 |
1081 | 2024-12-17T18:48:27.279Z | Downloaded image v0.25.1 |
1082 | 2024-12-17T18:48:27.566Z | Checking log v0.4.22 |
1083 | 2024-12-17T18:48:27.569Z | Checking tokio v1.39.3 |
1084 | 2024-12-17T18:48:27.608Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-12-17T18:48:27.623Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1086 | 2024-12-17T18:48:27.636Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1087 | 2024-12-17T18:48:27.639Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-17T18:48:27.659Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-17T18:48:27.662Z | Checking simd-adler32 v0.3.7 |
1090 | 2024-12-17T18:48:27.788Z | Checking native-tls v0.2.11 |
1091 | 2024-12-17T18:48:27.805Z | Checking typify-impl v0.2.0 |
1092 | 2024-12-17T18:48:27.838Z | Checking goblin v0.8.2 |
1093 | 2024-12-17T18:48:27.880Z | Checking rustls v0.22.4 |
1094 | 2024-12-17T18:48:27.883Z | Checking tungstenite v0.21.0 |
1095 | 2024-12-17T18:48:28.061Z | Checking rustls v0.21.12 |
1096 | 2024-12-17T18:48:28.101Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-12-17T18:48:28.151Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-12-17T18:48:28.451Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2024-12-17T18:48:28.637Z | Compiling crc32fast v1.4.0 |
1100 | 2024-12-17T18:48:28.679Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-17T18:48:28.959Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1102 | 2024-12-17T18:48:29.194Z | Checking adler v1.0.2 |
1103 | 2024-12-17T18:48:29.338Z | Checking miniz_oxide v0.7.2 |
1104 | 2024-12-17T18:48:29.568Z | Checking arc-swap v1.7.1 |
1105 | 2024-12-17T18:48:29.939Z | Checking slog-scope v4.4.0 |
1106 | 2024-12-17T18:48:30.048Z | Checking flate2 v1.0.30 |
1107 | 2024-12-17T18:48:30.084Z | Checking typify v0.2.0 |
1108 | 2024-12-17T18:48:30.108Z | Checking fdeflate v0.3.4 |
1109 | 2024-12-17T18:48:30.193Z | Checking progenitor-impl v0.8.0 |
1110 | 2024-12-17T18:48:30.617Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1111 | 2024-12-17T18:48:30.630Z | Checking png v0.17.13 |
1112 | 2024-12-17T18:48:30.915Z | Checking slog-stdlog v4.1.1 |
1113 | 2024-12-17T18:48:31.029Z | Checking predicates-core v1.0.6 |
1114 | 2024-12-17T18:48:31.058Z | Checking bytemuck v1.16.0 |
1115 | 2024-12-17T18:48:31.146Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-17T18:48:31.192Z | Checking termtree v0.4.1 |
1117 | 2024-12-17T18:48:31.331Z | Checking predicates v3.1.0 |
1118 | 2024-12-17T18:48:31.376Z | Checking predicates-tree v1.0.9 |
1119 | 2024-12-17T18:48:31.444Z | Compiling mockall_derive v0.12.1 |
1120 | 2024-12-17T18:48:31.499Z | Checking wait-timeout v0.2.0 |
1121 | 2024-12-17T18:48:31.659Z | Checking fragile v2.0.0 |
1122 | 2024-12-17T18:48:31.783Z | Checking image v0.25.1 |
1123 | 2024-12-17T18:48:31.795Z | Checking downcast v0.11.0 |
1124 | 2024-12-17T18:48:31.884Z | Checking bit-vec v0.6.3 |
1125 | 2024-12-17T18:48:31.962Z | Checking rusty-fork v0.3.0 |
1126 | 2024-12-17T18:48:32.067Z | Checking globset v0.4.14 |
1127 | 2024-12-17T18:48:32.167Z | Checking bit-set v0.5.3 |
1128 | 2024-12-17T18:48:32.220Z | Checking escargot v0.5.10 |
1129 | 2024-12-17T18:48:32.370Z | Checking fatfs v0.3.6 |
1130 | 2024-12-17T18:48:32.518Z | Checking rand_xorshift v0.3.0 |
1131 | 2024-12-17T18:48:32.521Z | Checking dof v0.3.0 |
1132 | 2024-12-17T18:48:32.677Z | Checking unarray v0.1.4 |
1133 | 2024-12-17T18:48:32.752Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1134 | 2024-12-17T18:48:32.806Z | Checking proptest v1.5.0 |
1135 | 2024-12-17T18:48:33.085Z | Checking usdt-impl v0.5.0 |
1136 | 2024-12-17T18:48:33.193Z | Checking serde_test v1.0.176 |
1137 | 2024-12-17T18:48:33.336Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1138 | 2024-12-17T18:48:33.569Z | Checking usdt v0.5.0 |
1139 | 2024-12-17T18:48:33.808Z | Checking slog-dtrace v0.3.0 |
1140 | 2024-12-17T18:48:33.848Z | Checking tokio-util v0.7.11 |
1141 | 2024-12-17T18:48:33.919Z | Checking tokio-rustls v0.26.0 |
1142 | 2024-12-17T18:48:34.167Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-12-17T18:48:34.263Z | Checking tokio-rustls v0.25.0 |
1144 | 2024-12-17T18:48:34.381Z | Checking backoff v0.4.0 |
1145 | 2024-12-17T18:48:34.388Z | Checking tokio-tungstenite v0.21.0 |
1146 | 2024-12-17T18:48:34.557Z | Checking h2 v0.4.6 |
1147 | 2024-12-17T18:48:34.591Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1148 | 2024-12-17T18:48:34.625Z | Checking zone v0.3.0 |
1149 | 2024-12-17T18:48:34.758Z | Checking libsw v3.3.1 |
1150 | 2024-12-17T18:48:34.788Z | Checking cancel-safe-futures v0.1.5 |
1151 | 2024-12-17T18:48:34.831Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1152 | 2024-12-17T18:48:34.831Z | Checking steno v0.4.1 |
1153 | 2024-12-17T18:48:34.976Z | Checking hickory-proto v0.24.1 |
1154 | 2024-12-17T18:48:35.199Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1155 | 2024-12-17T18:48:35.319Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1156 | 2024-12-17T18:48:36.373Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1157 | 2024-12-17T18:48:36.504Z | Checking tokio-rustls v0.24.1 |
1158 | 2024-12-17T18:48:36.647Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1159 | 2024-12-17T18:48:36.729Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-17T18:48:37.878Z | Checking mockall v0.12.1 |
1161 | 2024-12-17T18:48:38.288Z | Checking hickory-resolver v0.24.1 |
1162 | 2024-12-17T18:48:38.465Z | Checking hyper v1.4.1 |
1163 | 2024-12-17T18:48:39.676Z | Checking hyper-util v0.1.9 |
1164 | 2024-12-17T18:48:40.646Z | Checking hyper-tls v0.6.0 |
1165 | 2024-12-17T18:48:40.646Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-17T18:48:40.649Z | Checking dropshot v0.12.0 |
1167 | 2024-12-17T18:48:40.873Z | Checking reqwest v0.12.7 |
1168 | 2024-12-17T18:48:41.850Z | Checking progenitor-client v0.8.0 |
1169 | 2024-12-17T18:48:42.032Z | Checking progenitor v0.8.0 |
1170 | 2024-12-17T18:48:42.141Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1171 | 2024-12-17T18:48:42.144Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-12-17T18:48:42.144Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-17T18:48:42.144Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1174 | 2024-12-17T18:48:42.754Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1175 | 2024-12-17T18:48:43.671Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-17T18:48:46.030Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-12-17T18:48:47.278Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1178 | 2024-12-17T18:48:47.955Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-17T18:48:51.593Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-17T18:48:51.597Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-17T18:48:51.597Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-17T18:48:51.597Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-17T18:48:53.107Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-17T18:48:53.462Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-17T18:48:53.527Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-17T18:48:53.527Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-17T18:48:54.308Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-17T18:48:54.336Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-17T18:48:54.505Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-17T18:49:02.713Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-17T18:49:07.655Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-17T18:49:08.195Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-17T18:49:11.672Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-17T18:49:24.489Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-17T18:49:24.491Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-17T18:49:32.346Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-17T18:49:32.346Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-17T18:49:32.346Z | | |
1199 | 2024-12-17T18:49:32.346Z | 188 | let instance = kstats |
1200 | 2024-12-17T18:49:32.346Z | | ________________________^ |
1201 | 2024-12-17T18:49:32.346Z | 189 | | .iter() |
1202 | 2024-12-17T18:49:32.346Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-17T18:49:32.346Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-17T18:49:32.347Z | 192 | | }) |
1205 | 2024-12-17T18:49:32.347Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-17T18:49:32.347Z | | |______________________________________________^ |
1207 | 2024-12-17T18:49:32.347Z | | |
1208 | 2024-12-17T18:49:32.347Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-17T18:49:32.347Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-17T18:49:32.347Z | help: use `ok_or` instead |
1211 | 2024-12-17T18:49:32.347Z | | |
1212 | 2024-12-17T18:49:32.347Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-17T18:49:32.347Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-17T18:49:32.347Z | |
1215 | 2024-12-17T18:49:33.242Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-17T18:49:34.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
1217 | 2024-12-17T18:49:34.239Z | |
1218 | 2024-12-17T18:49:34.242Z | real 1:08.354260479 |
1219 | 2024-12-17T18:49:34.242Z | user 3:00.819640733 |
1220 | 2024-12-17T18:49:34.242Z | sys 21.239759936 |
1221 | 2024-12-17T18:49:34.242Z | trap 0.067691165 |
1222 | 2024-12-17T18:49:34.242Z | tflt 0.170630814 |
1223 | 2024-12-17T18:49:34.242Z | dflt 0.013980701 |
1224 | 2024-12-17T18:49:34.242Z | kflt 0.000085111 |
1225 | 2024-12-17T18:49:34.242Z | lock 4:02.680201896 |
1226 | 2024-12-17T18:49:34.242Z | slp 9:41.211254021 |
1227 | 2024-12-17T18:49:34.242Z | lat 5.143629632 |
1228 | 2024-12-17T18:49:34.242Z | stop 12.532180299 |
1229 | 2024-12-17T18:49:34.242Z | + banner build |
1230 | 2024-12-17T18:49:34.242Z | |
1231 | 2024-12-17T18:49:34.242Z | ##### # # # # ##### |
1232 | 2024-12-17T18:49:34.242Z | # # # # # # # # |
1233 | 2024-12-17T18:49:34.242Z | ##### # # # # # # |
1234 | 2024-12-17T18:49:34.242Z | # # # # # # # # |
1235 | 2024-12-17T18:49:34.242Z | # # # # # # # # |
1236 | 2024-12-17T18:49:34.242Z | ##### #### # ###### ##### |
1237 | 2024-12-17T18:49:34.242Z | |
1238 | 2024-12-17T18:49:34.245Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-17T18:49:35.009Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-17T18:49:35.009Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-17T18:49:35.012Z | Compiling libc v0.2.159 |
1242 | 2024-12-17T18:49:35.012Z | Compiling serde v1.0.210 |
1243 | 2024-12-17T18:49:35.012Z | Compiling version_check v0.9.5 |
1244 | 2024-12-17T18:49:35.012Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-17T18:49:35.012Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-17T18:49:35.012Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-17T18:49:35.191Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-17T18:49:35.203Z | Compiling memchr v2.7.2 |
1249 | 2024-12-17T18:49:35.382Z | Compiling libm v0.2.8 |
1250 | 2024-12-17T18:49:35.623Z | Compiling ahash v0.8.11 |
1251 | 2024-12-17T18:49:35.649Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-17T18:49:35.760Z | Compiling itoa v1.0.11 |
1253 | 2024-12-17T18:49:35.968Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-17T18:49:36.036Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-17T18:49:36.328Z | Compiling ryu v1.0.18 |
1256 | 2024-12-17T18:49:36.489Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-17T18:49:36.577Z | Compiling slab v0.4.9 |
1258 | 2024-12-17T18:49:36.695Z | Compiling quote v1.0.37 |
1259 | 2024-12-17T18:49:36.851Z | Compiling jobserver v0.1.31 |
1260 | 2024-12-17T18:49:36.965Z | Compiling getrandom v0.2.14 |
1261 | 2024-12-17T18:49:37.012Z | Compiling pkg-config v0.3.30 |
1262 | 2024-12-17T18:49:37.144Z | Compiling syn v2.0.77 |
1263 | 2024-12-17T18:49:37.231Z | Compiling cc v1.0.97 |
1264 | 2024-12-17T18:49:37.305Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-17T18:49:37.350Z | Compiling schemars v0.8.21 |
1266 | 2024-12-17T18:49:37.378Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-17T18:49:38.022Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-17T18:49:38.066Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-17T18:49:38.170Z | Compiling log v0.4.22 |
1270 | 2024-12-17T18:49:38.183Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-17T18:49:38.608Z | Compiling equivalent v1.0.1 |
1272 | 2024-12-17T18:49:38.619Z | Compiling scopeguard v1.2.0 |
1273 | 2024-12-17T18:49:38.631Z | Compiling typenum v1.17.0 |
1274 | 2024-12-17T18:49:38.656Z | Compiling mio v1.0.2 |
1275 | 2024-12-17T18:49:38.698Z | Compiling socket2 v0.5.7 |
1276 | 2024-12-17T18:49:39.357Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-17T18:49:39.564Z | Compiling signal-hook-registry v1.4.2 |
1278 | 2024-12-17T18:49:40.050Z | Compiling ring v0.17.8 |
1279 | 2024-12-17T18:49:40.122Z | Compiling httparse v1.8.0 |
1280 | 2024-12-17T18:49:40.248Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-17T18:49:40.671Z | Compiling fnv v1.0.7 |
1282 | 2024-12-17T18:49:40.827Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-17T18:49:41.081Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-17T18:49:41.105Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-17T18:49:41.167Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-17T18:49:41.358Z | Compiling slog v2.7.0 |
1287 | 2024-12-17T18:49:41.392Z | Compiling semver v1.0.23 |
1288 | 2024-12-17T18:49:41.413Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-17T18:49:41.595Z | Compiling ucd-trie v0.1.6 |
1290 | 2024-12-17T18:49:41.739Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-17T18:49:41.946Z | Compiling subtle v2.5.0 |
1292 | 2024-12-17T18:49:41.965Z | Compiling heck v0.5.0 |
1293 | 2024-12-17T18:49:42.079Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-17T18:49:42.092Z | Compiling pin-utils v0.1.0 |
1295 | 2024-12-17T18:49:42.121Z | Compiling futures-task v0.3.30 |
1296 | 2024-12-17T18:49:42.176Z | Compiling futures-io v0.3.30 |
1297 | 2024-12-17T18:49:42.292Z | Compiling rustversion v1.0.17 |
1298 | 2024-12-17T18:49:42.331Z | Compiling openssl v0.10.66 |
1299 | 2024-12-17T18:49:42.511Z | Compiling syn v1.0.109 |
1300 | 2024-12-17T18:49:42.708Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-17T18:49:43.093Z | Compiling rustls v0.23.10 |
1302 | 2024-12-17T18:49:43.225Z | Compiling native-tls v0.2.11 |
1303 | 2024-12-17T18:49:43.381Z | Compiling serde_derive_internals v0.29.1 |
1304 | 2024-12-17T18:49:43.443Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-12-17T18:49:44.908Z | Compiling spin v0.9.8 |
1306 | 2024-12-17T18:49:45.157Z | Compiling heck v0.4.1 |
1307 | 2024-12-17T18:49:45.514Z | Compiling untrusted v0.9.0 |
1308 | 2024-12-17T18:49:45.704Z | Compiling tracing-core v0.1.32 |
1309 | 2024-12-17T18:49:46.314Z | Compiling time-core v0.1.2 |
1310 | 2024-12-17T18:49:46.473Z | Compiling anyhow v1.0.89 |
1311 | 2024-12-17T18:49:47.004Z | Compiling regex-automata v0.4.6 |
1312 | 2024-12-17T18:49:47.057Z | Compiling num-conv v0.1.0 |
1313 | 2024-12-17T18:49:47.323Z | Compiling time-macros v0.2.18 |
1314 | 2024-12-17T18:49:47.745Z | Compiling serde_derive v1.0.210 |
1315 | 2024-12-17T18:49:47.763Z | Compiling zerocopy-derive v0.7.34 |
1316 | 2024-12-17T18:49:48.545Z | Compiling thiserror-impl v1.0.64 |
1317 | 2024-12-17T18:49:48.634Z | Compiling tokio-macros v2.4.0 |
1318 | 2024-12-17T18:49:49.623Z | Compiling zerocopy v0.7.34 |
1319 | 2024-12-17T18:49:50.054Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-12-17T18:49:50.065Z | Compiling futures-macro v0.3.30 |
1321 | 2024-12-17T18:49:51.167Z | Compiling hashbrown v0.14.5 |
1322 | 2024-12-17T18:49:51.929Z | Compiling pest v2.7.10 |
1323 | 2024-12-17T18:49:52.306Z | Compiling futures-util v0.3.30 |
1324 | 2024-12-17T18:49:52.841Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-12-17T18:49:53.430Z | Compiling regex v1.10.6 |
1326 | 2024-12-17T18:49:53.654Z | Compiling tracing-attributes v0.1.27 |
1327 | 2024-12-17T18:49:54.223Z | Compiling scroll_derive v0.12.0 |
1328 | 2024-12-17T18:49:54.235Z | Compiling crypto-common v0.1.6 |
1329 | 2024-12-17T18:49:54.450Z | Compiling pest_meta v2.7.10 |
1330 | 2024-12-17T18:49:55.593Z | Compiling regress v0.10.1 |
1331 | 2024-12-17T18:49:55.669Z | Compiling pest_generator v2.7.10 |
1332 | 2024-12-17T18:49:56.586Z | Compiling tracing v0.1.40 |
1333 | 2024-12-17T18:49:57.266Z | Compiling thread-id v4.2.1 |
1334 | 2024-12-17T18:49:57.309Z | Compiling rustls-pki-types v1.7.0 |
1335 | 2024-12-17T18:49:57.372Z | Compiling percent-encoding v2.3.1 |
1336 | 2024-12-17T18:49:57.827Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-17T18:49:57.959Z | Compiling pest_derive v2.7.10 |
1338 | 2024-12-17T18:49:58.059Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-12-17T18:49:58.150Z | Compiling tinyvec v1.6.0 |
1340 | 2024-12-17T18:49:58.356Z | Compiling ppv-lite86 v0.2.17 |
1341 | 2024-12-17T18:49:58.571Z | Compiling zeroize v1.7.0 |
1342 | 2024-12-17T18:49:58.863Z | Compiling atomic-waker v1.1.2 |
1343 | 2024-12-17T18:49:58.893Z | Compiling camino v1.1.9 |
1344 | 2024-12-17T18:49:59.020Z | Compiling rand_chacha v0.3.1 |
1345 | 2024-12-17T18:49:59.657Z | Compiling bytes v1.7.2 |
1346 | 2024-12-17T18:49:59.969Z | Compiling indexmap v2.5.0 |
1347 | 2024-12-17T18:50:00.039Z | Compiling chrono v0.4.38 |
1348 | 2024-12-17T18:50:00.714Z | Compiling tokio v1.39.3 |
1349 | 2024-12-17T18:50:01.039Z | Compiling uuid v1.10.0 |
1350 | 2024-12-17T18:50:01.231Z | Compiling bitflags v2.6.0 |
1351 | 2024-12-17T18:50:01.420Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2024-12-17T18:50:01.912Z | Compiling http v1.1.0 |
1353 | 2024-12-17T18:50:03.210Z | Compiling unicode-normalization v0.1.23 |
1354 | 2024-12-17T18:50:03.912Z | Compiling rustls-webpki v0.102.4 |
1355 | 2024-12-17T18:50:05.220Z | Compiling http-body v1.0.1 |
1356 | 2024-12-17T18:50:05.489Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-17T18:50:05.900Z | Compiling unicode-bidi v0.3.15 |
1358 | 2024-12-17T18:50:07.252Z | Compiling typify-impl v0.2.0 |
1359 | 2024-12-17T18:50:07.470Z | Compiling try-lock v0.2.5 |
1360 | 2024-12-17T18:50:07.668Z | Compiling want v0.3.1 |
1361 | 2024-12-17T18:50:07.935Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-12-17T18:50:08.185Z | Compiling rand v0.8.5 |
1363 | 2024-12-17T18:50:08.295Z | Compiling scroll v0.12.0 |
1364 | 2024-12-17T18:50:08.650Z | Compiling base64 v0.22.1 |
1365 | 2024-12-17T18:50:08.781Z | Compiling tokio-util v0.7.11 |
1366 | 2024-12-17T18:50:09.676Z | Compiling h2 v0.4.6 |
1367 | 2024-12-17T18:50:09.835Z | Compiling plain v0.2.3 |
1368 | 2024-12-17T18:50:09.987Z | Compiling httpdate v1.0.3 |
1369 | 2024-12-17T18:50:10.630Z | Compiling goblin v0.8.2 |
1370 | 2024-12-17T18:50:10.756Z | Compiling idna v0.5.0 |
1371 | 2024-12-17T18:50:11.777Z | Compiling strum_macros v0.26.2 |
1372 | 2024-12-17T18:50:12.968Z | Compiling tower-service v0.3.2 |
1373 | 2024-12-17T18:50:13.095Z | Compiling unsafe-libyaml v0.2.11 |
1374 | 2024-12-17T18:50:14.685Z | Compiling omicron-workspace-hack v0.1.0 |
1375 | 2024-12-17T18:50:14.778Z | Compiling hyper v1.4.1 |
1376 | 2024-12-17T18:50:15.033Z | Compiling cpufeatures v0.2.12 |
1377 | 2024-12-17T18:50:15.129Z | Compiling pretty-hex v0.4.1 |
1378 | 2024-12-17T18:50:15.341Z | Compiling serde_yaml v0.9.34+deprecated |
1379 | 2024-12-17T18:50:16.007Z | Compiling url v2.5.0 |
1380 | 2024-12-17T18:50:17.396Z | Compiling typify-macro v0.2.0 |
1381 | 2024-12-17T18:50:18.543Z | Compiling hyper-util v0.1.9 |
1382 | 2024-12-17T18:50:18.836Z | Compiling dof v0.3.0 |
1383 | 2024-12-17T18:50:20.476Z | Compiling dtrace-parser v0.2.0 |
1384 | 2024-12-17T18:50:21.008Z | Compiling typify v0.2.0 |
1385 | 2024-12-17T18:50:21.133Z | Compiling progenitor-impl v0.8.0 |
1386 | 2024-12-17T18:50:21.310Z | Compiling async-trait v0.1.83 |
1387 | 2024-12-17T18:50:22.041Z | Compiling block-buffer v0.10.4 |
1388 | 2024-12-17T18:50:22.292Z | Compiling rustls v0.22.4 |
1389 | 2024-12-17T18:50:22.658Z | Compiling strsim v0.11.1 |
1390 | 2024-12-17T18:50:23.267Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2024-12-17T18:50:23.269Z | Compiling digest v0.10.7 |
1392 | 2024-12-17T18:50:23.378Z | Compiling foreign-types v0.3.2 |
1393 | 2024-12-17T18:50:23.713Z | Compiling http-body-util v0.1.2 |
1394 | 2024-12-17T18:50:23.991Z | Compiling toml_datetime v0.6.8 |
1395 | 2024-12-17T18:50:24.241Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-12-17T18:50:24.580Z | Compiling mime v0.3.17 |
1397 | 2024-12-17T18:50:24.596Z | Compiling slog-async v2.8.0 |
1398 | 2024-12-17T18:50:24.623Z | Compiling rustls-pemfile v2.1.3 |
1399 | 2024-12-17T18:50:25.321Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-17T18:50:25.613Z | Compiling multer v3.1.0 |
1401 | 2024-12-17T18:50:25.643Z | Compiling crossbeam-utils v0.8.19 |
1402 | 2024-12-17T18:50:25.841Z | Compiling ident_case v1.0.1 |
1403 | 2024-12-17T18:50:25.991Z | Compiling paste v1.0.15 |
1404 | 2024-12-17T18:50:26.003Z | Compiling openssl-probe v0.1.5 |
1405 | 2024-12-17T18:50:26.190Z | Compiling darling_core v0.20.9 |
1406 | 2024-12-17T18:50:26.582Z | Compiling usdt-macro v0.5.0 |
1407 | 2024-12-17T18:50:27.002Z | Compiling progenitor-macro v0.8.0 |
1408 | 2024-12-17T18:50:28.056Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2024-12-17T18:50:34.788Z | Compiling ipnet v2.9.0 |
1410 | 2024-12-17T18:50:37.733Z | Compiling tokio-rustls v0.26.0 |
1411 | 2024-12-17T18:50:38.201Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-12-17T18:50:38.481Z | Compiling darling_macro v0.20.9 |
1413 | 2024-12-17T18:50:40.985Z | Compiling serde_spanned v0.6.7 |
1414 | 2024-12-17T18:50:41.229Z | Compiling webpki-roots v0.26.3 |
1415 | 2024-12-17T18:50:41.443Z | Compiling futures-executor v0.3.30 |
1416 | 2024-12-17T18:50:42.333Z | Compiling async-stream-impl v0.3.5 |
1417 | 2024-12-17T18:50:42.563Z | Compiling dropshot v0.12.0 |
1418 | 2024-12-17T18:50:43.501Z | Compiling powerfmt v0.2.0 |
1419 | 2024-12-17T18:50:43.619Z | Compiling futures v0.3.30 |
1420 | 2024-12-17T18:50:43.746Z | Compiling deranged v0.3.11 |
1421 | 2024-12-17T18:50:43.938Z | Compiling hyper-rustls v0.27.3 |
1422 | 2024-12-17T18:50:45.152Z | Compiling darling v0.20.9 |
1423 | 2024-12-17T18:50:45.262Z | Compiling hyper-tls v0.6.0 |
1424 | 2024-12-17T18:50:46.109Z | Compiling sha1 v0.10.6 |
1425 | 2024-12-17T18:50:46.819Z | Compiling sync_wrapper v1.0.1 |
1426 | 2024-12-17T18:50:48.019Z | Compiling num_threads v0.1.7 |
1427 | 2024-12-17T18:50:48.380Z | Compiling time v0.3.36 |
1428 | 2024-12-17T18:50:48.970Z | Compiling reqwest v0.12.7 |
1429 | 2024-12-17T18:50:49.947Z | Compiling serde_with_macros v3.9.0 |
1430 | 2024-12-17T18:50:52.500Z | Compiling strum v0.26.2 |
1431 | 2024-12-17T18:50:52.679Z | Compiling dropshot_endpoint v0.12.0 |
1432 | 2024-12-17T18:50:57.216Z | Compiling structmeta-derive v0.3.0 |
1433 | 2024-12-17T18:50:57.591Z | Compiling rustix v0.38.34 |
1434 | 2024-12-17T18:50:59.464Z | Compiling progenitor-client v0.8.0 |
1435 | 2024-12-17T18:50:59.677Z | Compiling structmeta v0.3.0 |
1436 | 2024-12-17T18:51:00.647Z | Compiling errno v0.3.9 |
1437 | 2024-12-17T18:51:00.888Z | Compiling dirs-sys-next v0.1.2 |
1438 | 2024-12-17T18:51:01.816Z | Compiling winnow v0.6.18 |
1439 | 2024-12-17T18:51:05.984Z | Compiling match_cfg v0.1.0 |
1440 | 2024-12-17T18:51:06.074Z | Compiling hostname v0.3.1 |
1441 | 2024-12-17T18:51:06.975Z | Compiling progenitor v0.8.0 |
1442 | 2024-12-17T18:51:07.168Z | Compiling dirs-next v2.0.0 |
1443 | 2024-12-17T18:51:07.535Z | Compiling parse-display-derive v0.10.0 |
1444 | 2024-12-17T18:51:11.356Z | Compiling ipnetwork v0.20.0 |
1445 | 2024-12-17T18:51:11.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1446 | 2024-12-17T18:51:12.096Z | Compiling thread_local v1.1.8 |
1447 | 2024-12-17T18:51:15.219Z | Compiling term v0.7.0 |
1448 | 2024-12-17T18:51:15.330Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-17T18:51:16.906Z | Compiling memmap v0.7.0 |
1450 | 2024-12-17T18:51:16.923Z | Compiling is-terminal v0.4.12 |
1451 | 2024-12-17T18:51:17.213Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-17T18:51:19.668Z | Compiling usdt v0.5.0 |
1453 | 2024-12-17T18:51:20.191Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-17T18:51:21.482Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-17T18:51:21.581Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-17T18:51:22.322Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-17T18:51:22.719Z | Compiling winnow v0.5.40 |
1458 | 2024-12-17T18:51:22.734Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-12-17T18:51:23.752Z | Compiling slog-bunyan v2.5.0 |
1460 | 2024-12-17T18:51:24.979Z | Compiling toml v0.8.19 |
1461 | 2024-12-17T18:51:25.955Z | Compiling toml_edit v0.19.15 |
1462 | 2024-12-17T18:51:26.862Z | Compiling tokio-rustls v0.25.0 |
1463 | 2024-12-17T18:51:28.746Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-17T18:51:29.313Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-17T18:51:29.747Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-17T18:51:29.976Z | Compiling hostname v0.4.0 |
1467 | 2024-12-17T18:51:30.226Z | Compiling crucible-workspace-hack v0.1.0 |
1468 | 2024-12-17T18:51:31.444Z | Compiling proc-macro-crate v1.3.1 |
1469 | 2024-12-17T18:51:32.190Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1470 | 2024-12-17T18:51:34.917Z | Compiling serde_with v3.9.0 |
1471 | 2024-12-17T18:51:35.986Z | Compiling newtype-uuid v1.1.0 |
1472 | 2024-12-17T18:51:36.699Z | Compiling unicode-width v0.1.14 |
1473 | 2024-12-17T18:51:37.521Z | Compiling hex v0.4.3 |
1474 | 2024-12-17T18:51:38.179Z | Compiling clap_derive v4.5.4 |
1475 | 2024-12-17T18:51:38.621Z | Compiling instant v0.1.12 |
1476 | 2024-12-17T18:51:38.705Z | Compiling lazy_static v1.5.0 |
1477 | 2024-12-17T18:51:38.776Z | Compiling utf8parse v0.2.1 |
1478 | 2024-12-17T18:51:38.925Z | Compiling anstyle-parse v0.2.4 |
1479 | 2024-12-17T18:51:38.960Z | Compiling backoff v0.4.0 |
1480 | 2024-12-17T18:51:41.092Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1481 | 2024-12-17T18:51:41.260Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1482 | 2024-12-17T18:51:41.543Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1483 | 2024-12-17T18:51:41.747Z | Compiling parse-display v0.10.0 |
1484 | 2024-12-17T18:51:41.758Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1485 | 2024-12-17T18:51:42.506Z | Compiling macaddr v1.0.1 |
1486 | 2024-12-17T18:51:43.004Z | Compiling regress v0.9.1 |
1487 | 2024-12-17T18:51:43.437Z | Compiling num-integer v0.1.46 |
1488 | 2024-12-17T18:51:43.805Z | Compiling colorchoice v1.0.1 |
1489 | 2024-12-17T18:51:43.971Z | Compiling unicode-xid v0.2.4 |
1490 | 2024-12-17T18:51:44.131Z | Compiling is_terminal_polyfill v1.70.0 |
1491 | 2024-12-17T18:51:44.477Z | Compiling anstyle v1.0.7 |
1492 | 2024-12-17T18:51:44.503Z | Compiling anstyle-query v1.0.3 |
1493 | 2024-12-17T18:51:45.005Z | Compiling anstream v0.6.14 |
1494 | 2024-12-17T18:51:47.018Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1495 | 2024-12-17T18:51:47.120Z | Compiling terminal_size v0.3.0 |
1496 | 2024-12-17T18:51:50.253Z | Compiling clap_lex v0.7.0 |
1497 | 2024-12-17T18:51:50.656Z | Compiling heapless v0.8.0 |
1498 | 2024-12-17T18:51:51.402Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-17T18:51:52.311Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-17T18:51:52.539Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-17T18:51:53.300Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-17T18:51:53.538Z | Compiling either v1.13.0 |
1503 | 2024-12-17T18:51:53.955Z | Compiling fastrand v2.1.0 |
1504 | 2024-12-17T18:51:54.580Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1505 | 2024-12-17T18:51:54.985Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-12-17T18:51:55.092Z | Compiling smoltcp v0.11.0 |
1507 | 2024-12-17T18:51:55.744Z | Compiling clap v4.5.4 |
1508 | 2024-12-17T18:51:55.862Z | Compiling num-rational v0.4.2 |
1509 | 2024-12-17T18:51:56.086Z | Compiling num_enum v0.5.11 |
1510 | 2024-12-17T18:51:56.260Z | Compiling tempfile v3.10.1 |
1511 | 2024-12-17T18:51:57.256Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-17T18:51:57.840Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-17T18:51:58.164Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-17T18:51:58.552Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-17T18:51:58.889Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-17T18:51:58.926Z | Compiling managed v0.8.0 |
1517 | 2024-12-17T18:51:58.943Z | Compiling cobs v0.2.3 |
1518 | 2024-12-17T18:51:59.356Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1519 | 2024-12-17T18:51:59.394Z | Compiling postcard v1.0.9 |
1520 | 2024-12-17T18:51:59.888Z | Compiling num v0.4.3 |
1521 | 2024-12-17T18:52:00.059Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-17T18:52:00.890Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-17T18:52:01.084Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-17T18:52:01.622Z | Compiling proc-macro-error v1.0.4 |
1525 | 2024-12-17T18:52:01.768Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-17T18:52:02.000Z | Compiling prettyplease v0.2.22 |
1527 | 2024-12-17T18:52:02.149Z | Compiling foreign-types-shared v0.3.1 |
1528 | 2024-12-17T18:52:02.260Z | Compiling pretty-hex v0.2.1 |
1529 | 2024-12-17T18:52:02.369Z | Compiling data-encoding v2.6.0 |
1530 | 2024-12-17T18:52:02.469Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1531 | 2024-12-17T18:52:03.242Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-17T18:52:04.101Z | Compiling foreign-types v0.5.0 |
1533 | 2024-12-17T18:52:07.411Z | Compiling tabwriter v1.4.0 |
1534 | 2024-12-17T18:52:07.847Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1535 | 2024-12-17T18:52:07.954Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1536 | 2024-12-17T18:52:08.885Z | Compiling cstr-argument v0.1.2 |
1537 | 2024-12-17T18:52:09.133Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1538 | 2024-12-17T18:52:09.444Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-17T18:52:10.273Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-17T18:52:11.261Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-17T18:52:11.632Z | Compiling colored v2.1.0 |
1542 | 2024-12-17T18:52:12.450Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-17T18:52:12.635Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-17T18:52:12.773Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-17T18:52:12.894Z | Compiling semver v0.1.20 |
1546 | 2024-12-17T18:52:13.029Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1547 | 2024-12-17T18:52:13.046Z | Compiling float-ord v0.3.2 |
1548 | 2024-12-17T18:52:13.147Z | Compiling unicode-segmentation v1.11.0 |
1549 | 2024-12-17T18:52:13.387Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1550 | 2024-12-17T18:52:13.391Z | Compiling rustc_version v0.1.7 |
1551 | 2024-12-17T18:52:13.449Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1552 | 2024-12-17T18:52:14.173Z | Compiling newline-converter v0.3.0 |
1553 | 2024-12-17T18:52:15.038Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-17T18:52:17.320Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-17T18:52:17.804Z | Compiling itertools v0.10.5 |
1556 | 2024-12-17T18:52:18.167Z | Compiling console v0.15.8 |
1557 | 2024-12-17T18:52:20.759Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-17T18:52:21.418Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-17T18:52:22.818Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-17T18:52:22.926Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-17T18:52:23.242Z | Compiling base64 v0.21.7 |
1562 | 2024-12-17T18:52:23.278Z | Compiling similar v2.5.0 |
1563 | 2024-12-17T18:52:23.912Z | Compiling base64ct v1.6.0 |
1564 | 2024-12-17T18:52:24.247Z | Compiling expectorate v1.1.0 |
1565 | 2024-12-17T18:52:24.426Z | Compiling password-hash v0.5.0 |
1566 | 2024-12-17T18:52:24.552Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1567 | 2024-12-17T18:52:26.154Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1568 | 2024-12-17T18:52:26.492Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1569 | 2024-12-17T18:52:27.024Z | Compiling zone v0.3.0 |
1570 | 2024-12-17T18:52:29.135Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1571 | 2024-12-17T18:52:29.359Z | Compiling newtype_derive v0.1.6 |
1572 | 2024-12-17T18:52:29.764Z | Compiling zerocopy v0.3.2 |
1573 | 2024-12-17T18:52:30.135Z | Compiling blake2 v0.10.6 |
1574 | 2024-12-17T18:52:30.185Z | Compiling cargo-platform v0.1.8 |
1575 | 2024-12-17T18:52:30.197Z | Compiling hubpack_derive v0.1.1 |
1576 | 2024-12-17T18:52:30.626Z | Compiling smf v0.2.3 |
1577 | 2024-12-17T18:52:31.115Z | Compiling serde_repr v0.1.19 |
1578 | 2024-12-17T18:52:31.326Z | Compiling zerocopy-derive v0.6.6 |
1579 | 2024-12-17T18:52:32.247Z | Compiling vergen v8.3.2 |
1580 | 2024-12-17T18:52:32.497Z | Compiling whoami v1.5.1 |
1581 | 2024-12-17T18:52:32.605Z | Compiling cancel-safe-futures v0.1.5 |
1582 | 2024-12-17T18:52:32.640Z | Compiling fixedbitset v0.4.2 |
1583 | 2024-12-17T18:52:32.919Z | Compiling owo-colors v4.1.0 |
1584 | 2024-12-17T18:52:32.994Z | Compiling petgraph v0.6.5 |
1585 | 2024-12-17T18:52:33.141Z | Compiling zerocopy v0.6.6 |
1586 | 2024-12-17T18:52:33.347Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-17T18:52:33.368Z | Compiling argon2 v0.5.3 |
1588 | 2024-12-17T18:52:33.770Z | Compiling cargo_metadata v0.18.1 |
1589 | 2024-12-17T18:52:33.810Z | Compiling dof v0.1.5 |
1590 | 2024-12-17T18:52:36.775Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1591 | 2024-12-17T18:52:36.835Z | Compiling rustc_version v0.4.0 |
1592 | 2024-12-17T18:52:36.870Z | Compiling serde-big-array v0.5.1 |
1593 | 2024-12-17T18:52:36.947Z | Compiling dtrace-parser v0.1.14 |
1594 | 2024-12-17T18:52:37.096Z | Compiling strum_macros v0.25.3 |
1595 | 2024-12-17T18:52:37.348Z | Compiling libsqlite3-sys v0.30.1 |
1596 | 2024-12-17T18:52:37.919Z | Compiling cookie v0.18.1 |
1597 | 2024-12-17T18:52:38.279Z | Compiling slog-dtrace v0.3.0 |
1598 | 2024-12-17T18:52:38.378Z | Compiling convert_case v0.4.0 |
1599 | 2024-12-17T18:52:38.623Z | Compiling cfg_aliases v0.2.1 |
1600 | 2024-12-17T18:52:38.725Z | Compiling rustls v0.21.12 |
1601 | 2024-12-17T18:52:39.037Z | Compiling utf-8 v0.7.6 |
1602 | 2024-12-17T18:52:39.366Z | Compiling tungstenite v0.21.0 |
1603 | 2024-12-17T18:52:39.741Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-12-17T18:52:40.423Z | Compiling derive_more v0.99.18 |
1605 | 2024-12-17T18:52:40.436Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1606 | 2024-12-17T18:52:40.856Z | Compiling nix v0.29.0 |
1607 | 2024-12-17T18:52:42.742Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1608 | 2024-12-17T18:52:42.899Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-12-17T18:52:44.731Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-12-17T18:52:45.462Z | Compiling atomicwrites v0.4.4 |
1611 | 2024-12-17T18:52:45.648Z | Compiling itertools v0.13.0 |
1612 | 2024-12-17T18:52:45.933Z | Compiling libsw v3.3.1 |
1613 | 2024-12-17T18:52:46.173Z | Compiling idna v0.4.0 |
1614 | 2024-12-17T18:52:46.235Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1615 | 2024-12-17T18:52:48.395Z | Compiling serde_tokenstream v0.1.7 |
1616 | 2024-12-17T18:52:48.735Z | Compiling sct v0.7.1 |
1617 | 2024-12-17T18:52:48.863Z | Compiling rustls-webpki v0.101.7 |
1618 | 2024-12-17T18:52:49.005Z | Compiling enum-as-inner v0.6.0 |
1619 | 2024-12-17T18:52:49.138Z | Compiling derive-where v1.2.7 |
1620 | 2024-12-17T18:52:49.898Z | Compiling inout v0.1.3 |
1621 | 2024-12-17T18:52:50.063Z | Compiling radium v0.7.0 |
1622 | 2024-12-17T18:52:50.118Z | Compiling indent_write v2.2.0 |
1623 | 2024-12-17T18:52:50.332Z | Compiling linked-hash-map v0.5.6 |
1624 | 2024-12-17T18:52:50.565Z | Compiling linear-map v1.2.0 |
1625 | 2024-12-17T18:52:50.703Z | Compiling quick-error v1.2.3 |
1626 | 2024-12-17T18:52:50.727Z | Compiling highway v1.2.0 |
1627 | 2024-12-17T18:52:50.847Z | Compiling swrite v0.1.0 |
1628 | 2024-12-17T18:52:50.936Z | Compiling resolv-conf v0.7.0 |
1629 | 2024-12-17T18:52:50.974Z | Compiling lru-cache v0.1.2 |
1630 | 2024-12-17T18:52:51.180Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-12-17T18:52:52.038Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1632 | 2024-12-17T18:52:52.108Z | Compiling cipher v0.4.4 |
1633 | 2024-12-17T18:52:52.258Z | Compiling hickory-proto v0.24.1 |
1634 | 2024-12-17T18:52:52.589Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-17T18:52:53.848Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1636 | 2024-12-17T18:52:59.534Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1637 | 2024-12-17T18:53:02.913Z | Compiling git2 v0.19.0 |
1638 | 2024-12-17T18:53:03.330Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-17T18:53:05.434Z | Compiling steno v0.4.1 |
1640 | 2024-12-17T18:53:10.348Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1641 | 2024-12-17T18:53:10.778Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1642 | 2024-12-17T18:53:12.190Z | Compiling tokio-tungstenite v0.21.0 |
1643 | 2024-12-17T18:53:12.998Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1644 | 2024-12-17T18:53:13.010Z | Compiling crossbeam-epoch v0.9.18 |
1645 | 2024-12-17T18:53:14.016Z | Compiling hashlink v0.9.1 |
1646 | 2024-12-17T18:53:14.705Z | Compiling tap v1.0.1 |
1647 | 2024-12-17T18:53:14.879Z | Compiling fallible-iterator v0.3.0 |
1648 | 2024-12-17T18:53:15.594Z | Compiling fallible-streaming-iterator v0.1.9 |
1649 | 2024-12-17T18:53:15.849Z | Compiling humantime v2.1.0 |
1650 | 2024-12-17T18:53:16.253Z | Compiling rayon-core v1.12.1 |
1651 | 2024-12-17T18:53:16.642Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-12-17T18:53:16.691Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1653 | 2024-12-17T18:53:16.974Z | Compiling rusqlite v0.32.1 |
1654 | 2024-12-17T18:53:17.205Z | Compiling wyz v0.5.1 |
1655 | 2024-12-17T18:53:17.617Z | Compiling crossbeam-deque v0.8.5 |
1656 | 2024-12-17T18:53:19.292Z | Compiling hickory-resolver v0.24.1 |
1657 | 2024-12-17T18:53:19.692Z | Compiling tokio-rustls v0.24.1 |
1658 | 2024-12-17T18:53:20.603Z | Compiling usdt-macro v0.3.5 |
1659 | 2024-12-17T18:53:21.653Z | Compiling usdt-attr-macro v0.3.5 |
1660 | 2024-12-17T18:53:21.921Z | Compiling rustls-pemfile v1.0.4 |
1661 | 2024-12-17T18:53:22.636Z | Compiling twox-hash v1.6.3 |
1662 | 2024-12-17T18:53:23.118Z | Compiling num_enum_derive v0.7.2 |
1663 | 2024-12-17T18:53:23.570Z | Compiling universal-hash v0.5.1 |
1664 | 2024-12-17T18:53:23.788Z | Compiling atty v0.2.14 |
1665 | 2024-12-17T18:53:23.947Z | Compiling opaque-debug v0.3.1 |
1666 | 2024-12-17T18:53:24.048Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1667 | 2024-12-17T18:53:24.422Z | Compiling funty v2.0.0 |
1668 | 2024-12-17T18:53:25.872Z | Compiling num_enum v0.7.2 |
1669 | 2024-12-17T18:53:25.893Z | Compiling bitvec v1.0.1 |
1670 | 2024-12-17T18:53:26.051Z | Compiling polyval v0.6.2 |
1671 | 2024-12-17T18:53:26.747Z | Compiling usdt v0.3.5 |
1672 | 2024-12-17T18:53:27.206Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1673 | 2024-12-17T18:53:27.585Z | Compiling toml v0.7.8 |
1674 | 2024-12-17T18:53:32.851Z | Compiling ctr v0.9.2 |
1675 | 2024-12-17T18:53:33.186Z | Compiling aes v0.8.4 |
1676 | 2024-12-17T18:53:34.138Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1677 | 2024-12-17T18:53:35.616Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1678 | 2024-12-17T18:53:36.052Z | Compiling bincode v1.3.3 |
1679 | 2024-12-17T18:53:36.875Z | Compiling aead v0.5.2 |
1680 | 2024-12-17T18:53:37.050Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1681 | 2024-12-17T18:53:37.226Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1682 | 2024-12-17T18:53:37.238Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1683 | 2024-12-17T18:53:37.563Z | Compiling aes-gcm-siv v0.11.1 |
1684 | 2024-12-17T18:53:37.684Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1685 | 2024-12-17T18:53:37.836Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1686 | 2024-12-17T18:53:38.384Z | Compiling rayon v1.10.0 |
1687 | 2024-12-17T18:53:38.831Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-17T18:53:39.239Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1689 | 2024-12-17T18:53:39.606Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1690 | 2024-12-17T18:53:40.070Z | Compiling bitstruct_derive v0.1.0 |
1691 | 2024-12-17T18:53:41.106Z | Compiling async-recursion v1.1.1 |
1692 | 2024-12-17T18:53:41.435Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1693 | 2024-12-17T18:53:41.576Z | Compiling ringbuffer v0.15.0 |
1694 | 2024-12-17T18:53:42.183Z | Compiling typeid v1.0.0 |
1695 | 2024-12-17T18:53:42.351Z | Compiling ascii v1.1.0 |
1696 | 2024-12-17T18:53:42.606Z | Compiling erased-serde v0.4.5 |
1697 | 2024-12-17T18:53:43.058Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1698 | 2024-12-17T18:53:43.471Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1699 | 2024-12-17T18:53:43.841Z | Compiling bitstruct v0.1.1 |
1700 | 2024-12-17T18:53:43.960Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1701 | 2024-12-17T18:53:44.044Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1702 | 2024-12-17T18:53:44.476Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1703 | 2024-12-17T18:53:44.977Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1704 | 2024-12-17T18:53:45.368Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-17T18:53:46.602Z | Compiling const_format_proc_macros v0.2.32 |
1706 | 2024-12-17T18:53:47.931Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1707 | 2024-12-17T18:53:48.476Z | Compiling serde_arrays v0.1.0 |
1708 | 2024-12-17T18:53:48.674Z | Compiling kstat-rs v0.2.4 |
1709 | 2024-12-17T18:53:49.020Z | Compiling libloading v0.7.4 |
1710 | 2024-12-17T18:53:49.399Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1711 | 2024-12-17T18:53:49.516Z | Compiling const_format v0.2.32 |
1712 | 2024-12-17T18:53:50.725Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1713 | 2024-12-17T18:53:50.910Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1714 | 2024-12-17T18:53:51.294Z | Compiling ron v0.8.1 |
1715 | 2024-12-17T18:53:57.088Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1716 | 2024-12-17T18:54:02.499Z | Compiling bit_field v0.10.2 |
1717 | 2024-12-17T18:54:02.763Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1718 | 2024-12-17T18:54:06.703Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1719 | 2024-12-17T18:54:14.440Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1720 | 2024-12-17T18:55:15.785Z | Finished `release` profile [optimized] target(s) in 5m 41s |
1721 | 2024-12-17T18:55:15.930Z | |
1722 | 2024-12-17T18:55:15.930Z | real 5:41.634751292 |
1723 | 2024-12-17T18:55:15.930Z | user 41:08.484101919 |
1724 | 2024-12-17T18:55:15.930Z | sys 2:25.149237718 |
1725 | 2024-12-17T18:55:15.930Z | trap 1.212498147 |
1726 | 2024-12-17T18:55:15.935Z | tflt 2.588102104 |
1727 | 2024-12-17T18:55:15.935Z | dflt 1.102538105 |
1728 | 2024-12-17T18:55:15.935Z | kflt 0.040361265 |
1729 | 2024-12-17T18:55:15.935Z | lock 1:29:21.109984043 |
1730 | 2024-12-17T18:55:15.935Z | slp 2:27:59.421140009 |
1731 | 2024-12-17T18:55:15.935Z | lat 1:57.649246062 |
1732 | 2024-12-17T18:55:15.935Z | stop 2:00.107830527 |
1733 | 2024-12-17T18:55:15.935Z | + OUTDIR=/work/release |
1734 | 2024-12-17T18:55:15.935Z | + mkdir -p /work/release |
1735 | 2024-12-17T18:55:15.935Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-17T18:55:15.953Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-17T18:55:16.020Z | process exited: duration 573241 ms, exit code 0 |
|
1738 | 2024-12-17T18:55:16.032Z | found 2 output files |
1739 | 2024-12-17T18:55:16.032Z | uploading: /work/release/propolis-cli (15764072 bytes) |
1740 | 2024-12-17T18:55:17.190Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-17T18:55:17.194Z | uploading: /work/release/propolis-server (57227408 bytes) |
1742 | 2024-12-17T18:55:18.787Z | uploaded: /work/release/propolis-server |