|
|
|
1 | 2024-12-03T19:18:56.500Z | job assigned to worker 01JE6ZBG38M0YRJRTGNMVDBGDC [factory gimlet-EVT22200007-propolis, EVT22200007/19815] (queued for 23 s) |
|
2 | 2024-12-03T19:19:04.720Z | starting task 0: "setup" |
3 | 2024-12-03T19:19:04.744Z | ++ uname -s |
4 | 2024-12-03T19:19:04.744Z | + kern=SunOS |
5 | 2024-12-03T19:19:04.744Z | + case "$kern" in |
6 | 2024-12-03T19:19:04.744Z | + groupadd -g 12345 build |
7 | 2024-12-03T19:19:04.744Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T19:19:06.742Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T19:19:06.776Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T19:19:06.800Z | + home_fs=zfs |
11 | 2024-12-03T19:19:06.800Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T19:19:06.800Z | + mkdir -p /home/build |
13 | 2024-12-03T19:19:06.800Z | + chown build:build /home/build /work |
14 | 2024-12-03T19:19:08.785Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T19:19:08.809Z | process exited: duration 4071 ms, exit code 0 |
|
16 | 2024-12-03T19:19:08.858Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T19:19:08.884Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T19:19:08.884Z | ' stable |
19 | 2024-12-03T19:19:08.884Z | * toolchain channel = "stable" |
20 | 2024-12-03T19:19:08.884Z | * toolchain profile = "default" |
21 | 2024-12-03T19:19:08.884Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-03T19:19:08.884Z | ' default |
23 | 2024-12-03T19:19:08.884Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T19:19:08.884Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-03T19:19:09.008Z | info: downloading installer |
26 | 2024-12-03T19:19:09.448Z | info: profile set to 'default' |
27 | 2024-12-03T19:19:09.448Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T19:19:09.448Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-03T19:19:09.551Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-03T19:19:09.551Z | info: downloading component 'cargo' |
31 | 2024-12-03T19:19:09.700Z | info: downloading component 'clippy' |
32 | 2024-12-03T19:19:09.755Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T19:19:09.941Z | info: downloading component 'rust-std' |
34 | 2024-12-03T19:19:10.198Z | info: downloading component 'rustc' |
35 | 2024-12-03T19:19:11.137Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T19:19:11.184Z | info: installing component 'cargo' |
37 | 2024-12-03T19:19:12.282Z | info: installing component 'clippy' |
38 | 2024-12-03T19:19:12.733Z | info: installing component 'rust-docs' |
39 | 2024-12-03T19:19:15.560Z | info: installing component 'rust-std' |
40 | 2024-12-03T19:19:17.504Z | info: installing component 'rustc' |
41 | 2024-12-03T19:19:24.438Z | info: installing component 'rustfmt' |
42 | 2024-12-03T19:19:24.830Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-03T19:19:24.830Z | |
44 | 2024-12-03T19:19:24.974Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-03T19:19:24.974Z | |
46 | 2024-12-03T19:19:24.999Z | |
47 | 2024-12-03T19:19:24.999Z | Rust is installed now. Great! |
48 | 2024-12-03T19:19:24.999Z | |
49 | 2024-12-03T19:19:24.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T19:19:24.999Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T19:19:24.999Z | |
52 | 2024-12-03T19:19:24.999Z | To configure your current shell, you need to source |
53 | 2024-12-03T19:19:24.999Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T19:19:24.999Z | |
55 | 2024-12-03T19:19:24.999Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T19:19:24.999Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T19:19:24.999Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T19:19:25.061Z | + rustc --version |
59 | 2024-12-03T19:19:25.179Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-03T19:19:25.204Z | process exited: duration 16326 ms, exit code 0 |
|
61 | 2024-12-03T19:19:25.252Z | starting task 2: "authentication" |
62 | 2024-12-03T19:19:25.311Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-12-03T19:19:25.360Z | starting task 3: "clone repository" |
64 | 2024-12-03T19:19:25.385Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-03T19:19:25.385Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-03T19:19:25.409Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-03T19:19:26.460Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-03T19:19:26.460Z | + git fetch origin 24c6a9b7e15c77c353cec7209f0d737cd4c60515 |
69 | 2024-12-03T19:19:26.815Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-03T19:19:26.815Z | * branch 24c6a9b7e15c77c353cec7209f0d737cd4c60515 -> FETCH_HEAD |
71 | 2024-12-03T19:19:26.839Z | + [[ -n gjcolombo/nvme-trace-script ]] |
72 | 2024-12-03T19:19:26.839Z | ++ git branch --show-current |
73 | 2024-12-03T19:19:26.839Z | + current=master |
74 | 2024-12-03T19:19:26.839Z | + [[ master != gjcolombo/nvme-trace-script ]] |
75 | 2024-12-03T19:19:26.839Z | + git branch -f gjcolombo/nvme-trace-script 24c6a9b7e15c77c353cec7209f0d737cd4c60515 |
76 | 2024-12-03T19:19:26.864Z | + git checkout -f gjcolombo/nvme-trace-script |
77 | 2024-12-03T19:19:26.887Z | Switched to branch 'gjcolombo/nvme-trace-script' |
78 | 2024-12-03T19:19:26.888Z | + git reset --hard 24c6a9b7e15c77c353cec7209f0d737cd4c60515 |
79 | 2024-12-03T19:19:26.912Z | HEAD is now at 24c6a9b update nvme-trace.d to match current probe definitions |
80 | 2024-12-03T19:19:26.912Z | process exited: duration 1545 ms, exit code 0 |
|
81 | 2024-12-03T19:19:26.961Z | starting task 4: "build" |
82 | 2024-12-03T19:19:26.986Z | + cargo --version |
83 | 2024-12-03T19:19:27.077Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-03T19:19:27.101Z | + rustc --version |
85 | 2024-12-03T19:19:27.188Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-03T19:19:27.212Z | + banner check |
87 | 2024-12-03T19:19:27.212Z | |
88 | 2024-12-03T19:19:27.212Z | #### # # ###### #### # # |
89 | 2024-12-03T19:19:27.212Z | # # # # # # # # # |
90 | 2024-12-03T19:19:27.212Z | # ###### ##### # #### |
91 | 2024-12-03T19:19:27.212Z | # # # # # # # |
92 | 2024-12-03T19:19:27.212Z | # # # # # # # # # |
93 | 2024-12-03T19:19:27.212Z | #### # # ###### #### # # |
94 | 2024-12-03T19:19:27.213Z | |
95 | 2024-12-03T19:19:27.213Z | + ptime -m cargo check --features falcon |
96 | 2024-12-03T19:19:27.467Z | Updating crates.io index |
97 | 2024-12-03T19:19:27.491Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-03T19:19:30.350Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-03T19:19:37.151Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-03T19:19:37.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-03T19:19:37.820Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-03T19:19:38.202Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-03T19:19:38.601Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-03T19:19:38.990Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-03T19:19:39.658Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-03T19:19:39.999Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-03T19:19:40.467Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-03T19:19:41.140Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-03T19:19:42.103Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-03T19:19:43.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-03T19:19:43.866Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-03T19:19:44.327Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-03T19:19:44.841Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-03T19:19:45.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-03T19:19:46.601Z | Downloading crates ... |
116 | 2024-12-03T19:19:46.689Z | Downloaded openssl-macros v0.1.1 |
117 | 2024-12-03T19:19:46.714Z | Downloaded owo-colors v4.1.0 |
118 | 2024-12-03T19:19:46.714Z | Downloaded anstyle-parse v0.2.4 |
119 | 2024-12-03T19:19:46.714Z | Downloaded rand_chacha v0.3.1 |
120 | 2024-12-03T19:19:46.714Z | Downloaded async-stream-impl v0.3.5 |
121 | 2024-12-03T19:19:46.714Z | Downloaded num v0.4.3 |
122 | 2024-12-03T19:19:46.714Z | Downloaded atomic-waker v1.1.2 |
123 | 2024-12-03T19:19:46.714Z | Downloaded blake2 v0.10.6 |
124 | 2024-12-03T19:19:46.739Z | Downloaded usdt-macro v0.3.5 |
125 | 2024-12-03T19:19:46.739Z | Downloaded num-conv v0.1.0 |
126 | 2024-12-03T19:19:46.739Z | Downloaded colored v2.1.0 |
127 | 2024-12-03T19:19:46.739Z | Downloaded rustc-hash v2.0.0 |
128 | 2024-12-03T19:19:46.739Z | Downloaded num_enum_derive v0.7.2 |
129 | 2024-12-03T19:19:46.764Z | Downloaded omicron-workspace-hack v0.1.0 |
130 | 2024-12-03T19:19:46.764Z | Downloaded progenitor-client v0.8.0 |
131 | 2024-12-03T19:19:46.764Z | Downloaded nix v0.29.0 |
132 | 2024-12-03T19:19:46.789Z | Downloaded usdt-attr-macro v0.3.5 |
133 | 2024-12-03T19:19:46.789Z | Downloaded quick-error v1.2.3 |
134 | 2024-12-03T19:19:46.789Z | Downloaded scopeguard v1.2.0 |
135 | 2024-12-03T19:19:46.789Z | Downloaded globset v0.4.14 |
136 | 2024-12-03T19:19:46.789Z | Downloaded take_mut v0.2.2 |
137 | 2024-12-03T19:19:46.789Z | Downloaded want v0.3.1 |
138 | 2024-12-03T19:19:46.814Z | Downloaded zone_cfg_derive v0.3.0 |
139 | 2024-12-03T19:19:46.815Z | Downloaded zone v0.3.0 |
140 | 2024-12-03T19:19:46.815Z | Downloaded zerocopy v0.3.2 |
141 | 2024-12-03T19:19:46.815Z | Downloaded mime v0.3.17 |
142 | 2024-12-03T19:19:46.815Z | Downloaded typeid v1.0.0 |
143 | 2024-12-03T19:19:46.815Z | Downloaded lazy_static v1.5.0 |
144 | 2024-12-03T19:19:46.841Z | Downloaded jobserver v0.1.31 |
145 | 2024-12-03T19:19:46.841Z | Downloaded tinyvec_macros v0.1.1 |
146 | 2024-12-03T19:19:46.841Z | Downloaded libloading v0.7.4 |
147 | 2024-12-03T19:19:46.841Z | Downloaded serde_repr v0.1.19 |
148 | 2024-12-03T19:19:46.841Z | Downloaded time-core v0.1.2 |
149 | 2024-12-03T19:19:46.841Z | Downloaded thread_local v1.1.8 |
150 | 2024-12-03T19:19:46.841Z | Downloaded thread-id v4.2.1 |
151 | 2024-12-03T19:19:46.841Z | Downloaded usdt-attr-macro v0.5.0 |
152 | 2024-12-03T19:19:46.867Z | Downloaded hubpack_derive v0.1.1 |
153 | 2024-12-03T19:19:46.867Z | Downloaded thiserror v1.0.64 |
154 | 2024-12-03T19:19:46.867Z | Downloaded tower-service v0.3.2 |
155 | 2024-12-03T19:19:46.867Z | Downloaded toml_datetime v0.6.8 |
156 | 2024-12-03T19:19:46.867Z | Downloaded glob v0.3.1 |
157 | 2024-12-03T19:19:46.867Z | Downloaded sigpipe v0.1.3 |
158 | 2024-12-03T19:19:46.867Z | Downloaded instant v0.1.12 |
159 | 2024-12-03T19:19:46.867Z | Downloaded slog-json v2.6.1 |
160 | 2024-12-03T19:19:46.892Z | Downloaded inout v0.1.3 |
161 | 2024-12-03T19:19:46.892Z | Downloaded slog-async v2.8.0 |
162 | 2024-12-03T19:19:46.892Z | Downloaded iana-time-zone v0.1.60 |
163 | 2024-12-03T19:19:46.892Z | Downloaded indexmap v1.9.3 |
164 | 2024-12-03T19:19:46.893Z | Downloaded toml_edit v0.19.15 |
165 | 2024-12-03T19:19:46.917Z | Downloaded serde_tokenstream v0.2.2 |
166 | 2024-12-03T19:19:46.917Z | Downloaded tokio-rustls v0.25.0 |
167 | 2024-12-03T19:19:46.917Z | Downloaded rand v0.8.5 |
168 | 2024-12-03T19:19:46.917Z | Downloaded hyper v1.4.1 |
169 | 2024-12-03T19:19:46.942Z | Downloaded serde_yaml v0.9.34+deprecated |
170 | 2024-12-03T19:19:46.943Z | Downloaded heapless v0.8.0 |
171 | 2024-12-03T19:19:46.943Z | Downloaded hyper-util v0.1.9 |
172 | 2024-12-03T19:19:46.943Z | Downloaded hickory-resolver v0.24.1 |
173 | 2024-12-03T19:19:46.968Z | Downloaded rustls v0.22.4 |
174 | 2024-12-03T19:19:46.968Z | Downloaded rustls-webpki v0.101.7 |
175 | 2024-12-03T19:19:46.992Z | Downloaded hashbrown v0.14.5 |
176 | 2024-12-03T19:19:46.993Z | Downloaded idna v0.4.0 |
177 | 2024-12-03T19:19:47.017Z | Downloaded rustls-webpki v0.102.4 |
178 | 2024-12-03T19:19:47.017Z | Downloaded quinn-proto v0.11.8 |
179 | 2024-12-03T19:19:47.041Z | Downloaded smoltcp v0.11.0 |
180 | 2024-12-03T19:19:47.041Z | Downloaded regex v1.10.6 |
181 | 2024-12-03T19:19:47.065Z | Downloaded openssl v0.10.66 |
182 | 2024-12-03T19:19:47.065Z | Downloaded idna v0.5.0 |
183 | 2024-12-03T19:19:47.089Z | Downloaded regress v0.9.1 |
184 | 2024-12-03T19:19:47.089Z | Downloaded openapiv3 v2.0.0 |
185 | 2024-12-03T19:19:47.113Z | Downloaded regress v0.10.1 |
186 | 2024-12-03T19:19:47.113Z | Downloaded libc v0.2.159 |
187 | 2024-12-03T19:19:47.137Z | Downloaded regex-syntax v0.8.4 |
188 | 2024-12-03T19:19:47.161Z | Downloaded hickory-proto v0.24.1 |
189 | 2024-12-03T19:19:47.161Z | Downloaded rustls v0.23.10 |
190 | 2024-12-03T19:19:47.186Z | Downloaded regex-automata v0.4.6 |
191 | 2024-12-03T19:19:47.210Z | Downloaded rustix v0.38.34 |
192 | 2024-12-03T19:19:47.234Z | Downloaded rustls v0.21.12 |
193 | 2024-12-03T19:19:47.234Z | Downloaded rayon v1.10.0 |
194 | 2024-12-03T19:19:47.259Z | Downloaded tokio-util v0.7.11 |
195 | 2024-12-03T19:19:47.259Z | Downloaded winnow v0.6.18 |
196 | 2024-12-03T19:19:47.283Z | Downloaded winnow v0.5.40 |
197 | 2024-12-03T19:19:47.283Z | Downloaded reqwest v0.12.7 |
198 | 2024-12-03T19:19:47.283Z | Downloaded rusqlite v0.32.1 |
199 | 2024-12-03T19:19:47.307Z | Downloaded pest v2.7.10 |
200 | 2024-12-03T19:19:47.307Z | Downloaded typify-impl v0.2.0 |
201 | 2024-12-03T19:19:47.307Z | Downloaded futures v0.3.30 |
202 | 2024-12-03T19:19:47.331Z | Downloaded petgraph v0.6.5 |
203 | 2024-12-03T19:19:47.355Z | Downloaded zerocopy-derive v0.2.0 |
204 | 2024-12-03T19:19:47.355Z | Downloaded url v2.5.0 |
205 | 2024-12-03T19:19:47.355Z | Downloaded zerocopy-derive v0.6.6 |
206 | 2024-12-03T19:19:47.355Z | Downloaded futures-util v0.3.30 |
207 | 2024-12-03T19:19:47.379Z | Downloaded tinyvec v1.6.0 |
208 | 2024-12-03T19:19:47.379Z | Downloaded unsafe-libyaml v0.2.11 |
209 | 2024-12-03T19:19:47.379Z | Downloaded serde v1.0.210 |
210 | 2024-12-03T19:19:47.379Z | Downloaded tokio v1.39.3 |
211 | 2024-12-03T19:19:47.419Z | Downloaded quinn v0.11.5 |
212 | 2024-12-03T19:19:47.443Z | Downloaded indexmap v2.5.0 |
213 | 2024-12-03T19:19:47.443Z | Downloaded smallvec v1.13.2 |
214 | 2024-12-03T19:19:47.443Z | Downloaded slog-term v2.9.1 |
215 | 2024-12-03T19:19:47.443Z | Downloaded httparse v1.8.0 |
216 | 2024-12-03T19:19:47.443Z | Downloaded hashlink v0.9.1 |
217 | 2024-12-03T19:19:47.443Z | Downloaded hashbrown v0.12.3 |
218 | 2024-12-03T19:19:47.443Z | Downloaded toml_edit v0.22.20 |
219 | 2024-12-03T19:19:47.468Z | Downloaded futures-channel v0.3.30 |
220 | 2024-12-03T19:19:47.492Z | Downloaded sha2 v0.10.8 |
221 | 2024-12-03T19:19:47.492Z | Downloaded tokio-tungstenite v0.21.0 |
222 | 2024-12-03T19:19:47.492Z | Downloaded tokio-rustls v0.24.1 |
223 | 2024-12-03T19:19:47.492Z | Downloaded fatfs v0.3.6 |
224 | 2024-12-03T19:19:47.492Z | Downloaded serde_derive v1.0.210 |
225 | 2024-12-03T19:19:47.492Z | Downloaded schemars v0.8.21 |
226 | 2024-12-03T19:19:47.516Z | Downloaded rayon-core v1.12.1 |
227 | 2024-12-03T19:19:47.516Z | Downloaded heck v0.4.1 |
228 | 2024-12-03T19:19:47.516Z | Downloaded tokio-rustls v0.26.0 |
229 | 2024-12-03T19:19:47.516Z | Downloaded ron v0.8.1 |
230 | 2024-12-03T19:19:47.516Z | Downloaded hyper-rustls v0.27.3 |
231 | 2024-12-03T19:19:47.516Z | Downloaded similar v2.5.0 |
232 | 2024-12-03T19:19:47.516Z | Downloaded humantime v2.1.0 |
233 | 2024-12-03T19:19:47.540Z | Downloaded tar v0.4.40 |
234 | 2024-12-03T19:19:47.540Z | Downloaded quote v1.0.37 |
235 | 2024-12-03T19:19:47.540Z | Downloaded slog v2.7.0 |
236 | 2024-12-03T19:19:47.540Z | Downloaded usdt v0.5.0 |
237 | 2024-12-03T19:19:47.540Z | Downloaded tracing v0.1.40 |
238 | 2024-12-03T19:19:47.540Z | Downloaded steno v0.4.1 |
239 | 2024-12-03T19:19:47.540Z | Downloaded git2 v0.19.0 |
240 | 2024-12-03T19:19:47.565Z | Downloaded tracing-core v0.1.32 |
241 | 2024-12-03T19:19:47.565Z | Downloaded hyper-tls v0.6.0 |
242 | 2024-12-03T19:19:47.565Z | Downloaded smf v0.2.3 |
243 | 2024-12-03T19:19:47.565Z | Downloaded slog-dtrace v0.3.0 |
244 | 2024-12-03T19:19:47.565Z | Downloaded slog-bunyan v2.5.0 |
245 | 2024-12-03T19:19:47.565Z | Downloaded slab v0.4.9 |
246 | 2024-12-03T19:19:47.565Z | Downloaded hash32 v0.3.1 |
247 | 2024-12-03T19:19:47.565Z | Downloaded toml v0.8.19 |
248 | 2024-12-03T19:19:47.565Z | Downloaded toml v0.7.8 |
249 | 2024-12-03T19:19:47.589Z | Downloaded funty v2.0.0 |
250 | 2024-12-03T19:19:47.589Z | Downloaded serde_urlencoded v0.7.1 |
251 | 2024-12-03T19:19:47.589Z | Downloaded hubpack v0.1.2 |
252 | 2024-12-03T19:19:47.589Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
253 | 2024-12-03T19:19:47.635Z | Downloaded getrandom v0.2.14 |
254 | 2024-12-03T19:19:47.659Z | Downloaded tracing-attributes v0.1.27 |
255 | 2024-12-03T19:19:47.659Z | Downloaded socket2 v0.5.7 |
256 | 2024-12-03T19:19:47.659Z | Downloaded signal-hook-registry v1.4.2 |
257 | 2024-12-03T19:19:47.659Z | Downloaded sha1 v0.10.6 |
258 | 2024-12-03T19:19:47.659Z | Downloaded indent_write v2.2.0 |
259 | 2024-12-03T19:19:47.659Z | Downloaded ident_case v1.0.1 |
260 | 2024-12-03T19:19:47.659Z | Downloaded httpdate v1.0.3 |
261 | 2024-12-03T19:19:47.659Z | Downloaded hex v0.4.3 |
262 | 2024-12-03T19:19:47.659Z | Downloaded untrusted v0.9.0 |
263 | 2024-12-03T19:19:47.659Z | Downloaded generic-array v0.14.7 |
264 | 2024-12-03T19:19:47.659Z | Downloaded futures-core v0.3.30 |
265 | 2024-12-03T19:19:47.659Z | Downloaded term v0.7.0 |
266 | 2024-12-03T19:19:47.683Z | Downloaded serde_with v3.9.0 |
267 | 2024-12-03T19:19:47.683Z | Downloaded heck v0.5.0 |
268 | 2024-12-03T19:19:47.683Z | Downloaded prettyplease v0.2.22 |
269 | 2024-12-03T19:19:47.684Z | Downloaded futures-task v0.3.30 |
270 | 2024-12-03T19:19:47.684Z | Downloaded futures-sink v0.3.30 |
271 | 2024-12-03T19:19:47.684Z | Downloaded futures-executor v0.3.30 |
272 | 2024-12-03T19:19:47.684Z | Downloaded spin v0.9.8 |
273 | 2024-12-03T19:19:47.684Z | Downloaded strsim v0.11.1 |
274 | 2024-12-03T19:19:47.684Z | Downloaded static_assertions v1.1.0 |
275 | 2024-12-03T19:19:47.708Z | Downloaded stable_deref_trait v1.2.0 |
276 | 2024-12-03T19:19:47.708Z | Downloaded form_urlencoded v1.2.1 |
277 | 2024-12-03T19:19:47.708Z | Downloaded foreign-types-macros v0.2.3 |
278 | 2024-12-03T19:19:47.708Z | Downloaded foreign-types v0.5.0 |
279 | 2024-12-03T19:19:47.708Z | Downloaded filetime v0.2.23 |
280 | 2024-12-03T19:19:47.708Z | Downloaded utf-8 v0.7.6 |
281 | 2024-12-03T19:19:47.708Z | Downloaded usdt-impl v0.5.0 |
282 | 2024-12-03T19:19:47.708Z | Downloaded usdt-impl v0.3.5 |
283 | 2024-12-03T19:19:47.708Z | Downloaded tokio-native-tls v0.3.1 |
284 | 2024-12-03T19:19:47.708Z | Downloaded time v0.3.36 |
285 | 2024-12-03T19:19:47.708Z | Downloaded unicode-width v0.1.14 |
286 | 2024-12-03T19:19:47.732Z | Downloaded serde_tokenstream v0.1.7 |
287 | 2024-12-03T19:19:47.732Z | Downloaded pest_meta v2.7.10 |
288 | 2024-12-03T19:19:47.732Z | Downloaded foreign-types-shared v0.3.1 |
289 | 2024-12-03T19:19:47.732Z | Downloaded foreign-types-shared v0.1.1 |
290 | 2024-12-03T19:19:47.732Z | Downloaded fixedbitset v0.4.2 |
291 | 2024-12-03T19:19:47.732Z | Downloaded utf8parse v0.2.1 |
292 | 2024-12-03T19:19:47.732Z | Downloaded usdt-macro v0.5.0 |
293 | 2024-12-03T19:19:47.732Z | Downloaded tokio-macros v2.4.0 |
294 | 2024-12-03T19:19:47.732Z | Downloaded fallible-iterator v0.3.0 |
295 | 2024-12-03T19:19:47.732Z | Downloaded tempfile v3.10.1 |
296 | 2024-12-03T19:19:47.733Z | Downloaded ryu v1.0.18 |
297 | 2024-12-03T19:19:47.733Z | Downloaded proc-macro2 v1.0.86 |
298 | 2024-12-03T19:19:47.757Z | Downloaded serde_with_macros v3.9.0 |
299 | 2024-12-03T19:19:47.757Z | Downloaded nix v0.28.0 |
300 | 2024-12-03T19:19:47.757Z | Downloaded usdt v0.3.5 |
301 | 2024-12-03T19:19:47.757Z | Downloaded thiserror-impl v1.0.64 |
302 | 2024-12-03T19:19:47.757Z | Downloaded terminal_size v0.3.0 |
303 | 2024-12-03T19:19:47.757Z | Downloaded syn v2.0.77 |
304 | 2024-12-03T19:19:47.781Z | Downloaded progenitor-impl v0.8.0 |
305 | 2024-12-03T19:19:47.782Z | Downloaded try-lock v0.2.5 |
306 | 2024-12-03T19:19:47.782Z | Downloaded time-macros v0.2.18 |
307 | 2024-12-03T19:19:47.782Z | Downloaded syn v1.0.109 |
308 | 2024-12-03T19:19:47.805Z | Downloaded whoami v1.5.1 |
309 | 2024-12-03T19:19:47.805Z | Downloaded libsw v3.3.1 |
310 | 2024-12-03T19:19:47.805Z | Downloaded universal-hash v0.5.1 |
311 | 2024-12-03T19:19:47.805Z | Downloaded serde_json v1.0.128 |
312 | 2024-12-03T19:19:47.805Z | Downloaded libm v0.2.8 |
313 | 2024-12-03T19:19:47.805Z | Downloaded unicode-segmentation v1.11.0 |
314 | 2024-12-03T19:19:47.830Z | Downloaded unicode-normalization v0.1.23 |
315 | 2024-12-03T19:19:47.830Z | Downloaded zerocopy v0.7.34 |
316 | 2024-12-03T19:19:47.830Z | Downloaded mio v1.0.2 |
317 | 2024-12-03T19:19:47.859Z | Downloaded sct v0.7.1 |
318 | 2024-12-03T19:19:47.859Z | Downloaded serde_path_to_error v0.1.16 |
319 | 2024-12-03T19:19:47.859Z | Downloaded unicode-bidi v0.3.15 |
320 | 2024-12-03T19:19:47.859Z | Downloaded typenum v1.17.0 |
321 | 2024-12-03T19:19:47.859Z | Downloaded memchr v2.7.2 |
322 | 2024-12-03T19:19:47.859Z | Downloaded kstat-rs v0.2.4 |
323 | 2024-12-03T19:19:47.859Z | Downloaded unicode-ident v1.0.13 |
324 | 2024-12-03T19:19:47.859Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-12-03T19:19:47.859Z | Downloaded tungstenite v0.21.0 |
326 | 2024-12-03T19:19:47.883Z | Downloaded itertools v0.13.0 |
327 | 2024-12-03T19:19:47.883Z | Downloaded h2 v0.4.6 |
328 | 2024-12-03T19:19:47.883Z | Downloaded rustls-pki-types v1.7.0 |
329 | 2024-12-03T19:19:47.884Z | Downloaded rustls-pemfile v2.1.3 |
330 | 2024-12-03T19:19:47.884Z | Downloaded ipnet v2.9.0 |
331 | 2024-12-03T19:19:47.884Z | Downloaded typify v0.2.0 |
332 | 2024-12-03T19:19:47.908Z | Downloaded serde_spanned v0.6.7 |
333 | 2024-12-03T19:19:47.908Z | Downloaded fastrand v2.1.0 |
334 | 2024-12-03T19:19:47.908Z | Downloaded fallible-streaming-iterator v0.1.9 |
335 | 2024-12-03T19:19:47.908Z | Downloaded itoa v1.0.11 |
336 | 2024-12-03T19:19:47.908Z | Downloaded futures-macro v0.3.30 |
337 | 2024-12-03T19:19:47.908Z | Downloaded proc-macro-error v1.0.4 |
338 | 2024-12-03T19:19:47.908Z | Downloaded postcard v1.0.9 |
339 | 2024-12-03T19:19:47.908Z | Downloaded unicode-xid v0.2.4 |
340 | 2024-12-03T19:19:47.908Z | Downloaded typify-macro v0.2.0 |
341 | 2024-12-03T19:19:47.908Z | Downloaded serde_derive_internals v0.29.1 |
342 | 2024-12-03T19:19:47.908Z | Downloaded log v0.4.22 |
343 | 2024-12-03T19:19:47.932Z | Downloaded lock_api v0.4.12 |
344 | 2024-12-03T19:19:47.932Z | Downloaded itertools v0.10.5 |
345 | 2024-12-03T19:19:47.932Z | Downloaded wyz v0.5.1 |
346 | 2024-12-03T19:19:47.933Z | Downloaded semver v1.0.23 |
347 | 2024-12-03T19:19:47.933Z | Downloaded scroll v0.12.0 |
348 | 2024-12-03T19:19:47.933Z | Downloaded plain v0.2.3 |
349 | 2024-12-03T19:19:47.933Z | Downloaded twox-hash v1.6.3 |
350 | 2024-12-03T19:19:47.933Z | Downloaded managed v0.8.0 |
351 | 2024-12-03T19:19:47.933Z | Downloaded macaddr v1.0.1 |
352 | 2024-12-03T19:19:47.933Z | Downloaded linked-hash-map v0.5.6 |
353 | 2024-12-03T19:19:47.933Z | Downloaded pest_derive v2.7.10 |
354 | 2024-12-03T19:19:47.958Z | Downloaded memmap v0.7.0 |
355 | 2024-12-03T19:19:47.958Z | Downloaded match_cfg v0.1.0 |
356 | 2024-12-03T19:19:47.958Z | Downloaded lru-cache v0.1.2 |
357 | 2024-12-03T19:19:47.958Z | Downloaded linear-map v1.2.0 |
358 | 2024-12-03T19:19:47.958Z | Downloaded zerocopy-derive v0.7.34 |
359 | 2024-12-03T19:19:47.958Z | Downloaded zerocopy v0.6.6 |
360 | 2024-12-03T19:19:47.958Z | Downloaded http v1.1.0 |
361 | 2024-12-03T19:19:47.958Z | Downloaded goblin v0.8.2 |
362 | 2024-12-03T19:19:47.958Z | Downloaded parking_lot v0.12.2 |
363 | 2024-12-03T19:19:47.982Z | Downloaded openssl-sys v0.9.103 |
364 | 2024-12-03T19:19:47.982Z | Downloaded uuid v1.10.0 |
365 | 2024-12-03T19:19:47.982Z | Downloaded tap v1.0.1 |
366 | 2024-12-03T19:19:47.982Z | Downloaded resolv-conf v0.7.0 |
367 | 2024-12-03T19:19:47.982Z | Downloaded zeroize v1.7.0 |
368 | 2024-12-03T19:19:47.982Z | Downloaded xattr v1.3.1 |
369 | 2024-12-03T19:19:47.982Z | Downloaded waitgroup v0.1.2 |
370 | 2024-12-03T19:19:47.982Z | Downloaded version_check v0.9.5 |
371 | 2024-12-03T19:19:47.983Z | Downloaded vergen v8.3.2 |
372 | 2024-12-03T19:19:47.983Z | Downloaded synstructure v0.12.6 |
373 | 2024-12-03T19:19:47.983Z | Downloaded sync_wrapper v1.0.1 |
374 | 2024-12-03T19:19:47.983Z | Downloaded ring v0.17.8 |
375 | 2024-12-03T19:19:48.058Z | Downloaded strum_macros v0.26.2 |
376 | 2024-12-03T19:19:48.084Z | Downloaded structmeta-derive v0.3.0 |
377 | 2024-12-03T19:19:48.084Z | Downloaded native-tls v0.2.11 |
378 | 2024-12-03T19:19:48.084Z | Downloaded semver v0.1.20 |
379 | 2024-12-03T19:19:48.084Z | Downloaded schemars_derive v0.8.21 |
380 | 2024-12-03T19:19:48.084Z | Downloaded rustversion v1.0.17 |
381 | 2024-12-03T19:19:48.084Z | Downloaded proc-macro-crate v1.3.1 |
382 | 2024-12-03T19:19:48.084Z | Downloaded polyval v0.6.2 |
383 | 2024-12-03T19:19:48.084Z | Downloaded tabwriter v1.4.0 |
384 | 2024-12-03T19:19:48.084Z | Downloaded supports-color v3.0.1 |
385 | 2024-12-03T19:19:48.084Z | Downloaded supports-color v2.1.0 |
386 | 2024-12-03T19:19:48.084Z | Downloaded subtle v2.5.0 |
387 | 2024-12-03T19:19:48.084Z | Downloaded strum_macros v0.25.3 |
388 | 2024-12-03T19:19:48.084Z | Downloaded strum v0.26.2 |
389 | 2024-12-03T19:19:48.084Z | Downloaded structmeta v0.3.0 |
390 | 2024-12-03T19:19:48.084Z | Downloaded serde_arrays v0.1.0 |
391 | 2024-12-03T19:19:48.084Z | Downloaded newtype-uuid v1.1.0 |
392 | 2024-12-03T19:19:48.108Z | Downloaded multer v3.1.0 |
393 | 2024-12-03T19:19:48.108Z | Downloaded ipnetwork v0.20.0 |
394 | 2024-12-03T19:19:48.108Z | Downloaded libz-sys v1.1.16 |
395 | 2024-12-03T19:19:48.162Z | Downloaded http-body-util v0.1.2 |
396 | 2024-12-03T19:19:48.186Z | Downloaded hostname v0.4.0 |
397 | 2024-12-03T19:19:48.186Z | Downloaded hostname v0.3.1 |
398 | 2024-12-03T19:19:48.186Z | Downloaded futures-io v0.3.30 |
399 | 2024-12-03T19:19:48.186Z | Downloaded rustls-pemfile v1.0.4 |
400 | 2024-12-03T19:19:48.186Z | Downloaded ringbuffer v0.15.0 |
401 | 2024-12-03T19:19:48.186Z | Downloaded quinn-udp v0.5.5 |
402 | 2024-12-03T19:19:48.186Z | Downloaded powerfmt v0.2.0 |
403 | 2024-12-03T19:19:48.186Z | Downloaded swrite v0.1.0 |
404 | 2024-12-03T19:19:48.186Z | Downloaded serde-big-array v0.5.1 |
405 | 2024-12-03T19:19:48.186Z | Downloaded newtype_derive v0.1.6 |
406 | 2024-12-03T19:19:48.186Z | Downloaded newline-converter v0.3.0 |
407 | 2024-12-03T19:19:48.186Z | Downloaded is_terminal_polyfill v1.70.0 |
408 | 2024-12-03T19:19:48.186Z | Downloaded is_ci v1.2.0 |
409 | 2024-12-03T19:19:48.186Z | Downloaded is-terminal v0.4.12 |
410 | 2024-12-03T19:19:48.186Z | Downloaded http-body v1.0.1 |
411 | 2024-12-03T19:19:48.186Z | Downloaded fnv v1.0.7 |
412 | 2024-12-03T19:19:48.186Z | Downloaded float-ord v0.3.2 |
413 | 2024-12-03T19:19:48.186Z | Downloaded webpki-roots v0.26.3 |
414 | 2024-12-03T19:19:48.211Z | Downloaded progenitor v0.8.0 |
415 | 2024-12-03T19:19:48.211Z | Downloaded pin-project-lite v0.2.14 |
416 | 2024-12-03T19:19:48.211Z | Downloaded pest_generator v2.7.10 |
417 | 2024-12-03T19:19:48.211Z | Downloaded highway v1.2.0 |
418 | 2024-12-03T19:19:48.211Z | Downloaded foreign-types v0.3.2 |
419 | 2024-12-03T19:19:48.211Z | Downloaded vcpkg v0.2.15 |
420 | 2024-12-03T19:19:48.243Z | Downloaded rustc_version v0.4.0 |
421 | 2024-12-03T19:19:48.267Z | Downloaded rustc_version v0.1.7 |
422 | 2024-12-03T19:19:48.267Z | Downloaded radium v0.7.0 |
423 | 2024-12-03T19:19:48.267Z | Downloaded pkg-config v0.3.30 |
424 | 2024-12-03T19:19:48.267Z | Downloaded encoding_rs v0.8.34 |
425 | 2024-12-03T19:19:48.291Z | Downloaded rand_core v0.6.4 |
426 | 2024-12-03T19:19:48.291Z | Downloaded password-hash v0.5.0 |
427 | 2024-12-03T19:19:48.292Z | Downloaded parking_lot_core v0.9.10 |
428 | 2024-12-03T19:19:48.292Z | Downloaded num-bigint v0.4.5 |
429 | 2024-12-03T19:19:48.292Z | Downloaded scroll_derive v0.12.0 |
430 | 2024-12-03T19:19:48.292Z | Downloaded proc-macro-error-attr v1.0.4 |
431 | 2024-12-03T19:19:48.292Z | Downloaded pretty-hex v0.4.1 |
432 | 2024-12-03T19:19:48.292Z | Downloaded ppv-lite86 v0.2.17 |
433 | 2024-12-03T19:19:48.292Z | Downloaded percent-encoding v2.3.1 |
434 | 2024-12-03T19:19:48.292Z | Downloaded paste v1.0.15 |
435 | 2024-12-03T19:19:48.292Z | Downloaded parse-display-derive v0.10.0 |
436 | 2024-12-03T19:19:48.292Z | Downloaded parse-display v0.10.0 |
437 | 2024-12-03T19:19:48.316Z | Downloaded errno v0.3.9 |
438 | 2024-12-03T19:19:48.316Z | Downloaded erased-serde v0.4.5 |
439 | 2024-12-03T19:19:48.316Z | Downloaded embedded-io v0.6.1 |
440 | 2024-12-03T19:19:48.316Z | Downloaded dtrace-parser v0.2.0 |
441 | 2024-12-03T19:19:48.316Z | Downloaded dof v0.3.0 |
442 | 2024-12-03T19:19:48.316Z | Downloaded pretty-hex v0.2.1 |
443 | 2024-12-03T19:19:48.316Z | Downloaded num_enum v0.5.11 |
444 | 2024-12-03T19:19:48.316Z | Downloaded escargot v0.5.10 |
445 | 2024-12-03T19:19:48.316Z | Downloaded embedded-io v0.4.0 |
446 | 2024-12-03T19:19:48.316Z | Downloaded dropshot_endpoint v0.12.0 |
447 | 2024-12-03T19:19:48.316Z | Downloaded dropshot v0.12.0 |
448 | 2024-12-03T19:19:48.340Z | Downloaded darling v0.20.9 |
449 | 2024-12-03T19:19:48.340Z | Downloaded chrono v0.4.38 |
450 | 2024-12-03T19:19:48.365Z | Downloaded cc v1.0.97 |
451 | 2024-12-03T19:19:48.365Z | Downloaded once_cell v1.19.0 |
452 | 2024-12-03T19:19:48.365Z | Downloaded num-traits v0.2.19 |
453 | 2024-12-03T19:19:48.365Z | Downloaded num-complex v0.4.6 |
454 | 2024-12-03T19:19:48.365Z | Downloaded equivalent v1.0.1 |
455 | 2024-12-03T19:19:48.365Z | Downloaded libsqlite3-sys v0.30.1 |
456 | 2024-12-03T19:19:48.442Z | Downloaded enum-as-inner v0.6.0 |
457 | 2024-12-03T19:19:48.466Z | Downloaded dirs-sys-next v0.1.2 |
458 | 2024-12-03T19:19:48.466Z | Downloaded defmt-parser v0.3.4 |
459 | 2024-12-03T19:19:48.466Z | Downloaded darling_core v0.20.9 |
460 | 2024-12-03T19:19:48.466Z | Downloaded ctrlc v3.4.4 |
461 | 2024-12-03T19:19:48.466Z | Downloaded ctr v0.9.2 |
462 | 2024-12-03T19:19:48.466Z | Downloaded crucible-workspace-hack v0.1.0 |
463 | 2024-12-03T19:19:48.466Z | Downloaded const_format_proc_macros v0.2.32 |
464 | 2024-12-03T19:19:48.466Z | Downloaded const_format v0.2.32 |
465 | 2024-12-03T19:19:48.466Z | Downloaded cipher v0.4.4 |
466 | 2024-12-03T19:19:48.467Z | Downloaded cfg_aliases v0.2.1 |
467 | 2024-12-03T19:19:48.467Z | Downloaded cargo_metadata v0.18.1 |
468 | 2024-12-03T19:19:48.491Z | Downloaded block-buffer v0.10.4 |
469 | 2024-12-03T19:19:48.491Z | Downloaded num_threads v0.1.7 |
470 | 2024-12-03T19:19:48.491Z | Downloaded num_enum_derive v0.5.11 |
471 | 2024-12-03T19:19:48.491Z | Downloaded num-rational v0.4.2 |
472 | 2024-12-03T19:19:48.491Z | Downloaded dyn-clone v1.0.17 |
473 | 2024-12-03T19:19:48.491Z | Downloaded dtrace-parser v0.1.14 |
474 | 2024-12-03T19:19:48.491Z | Downloaded dof v0.1.5 |
475 | 2024-12-03T19:19:48.491Z | Downloaded derive-where v1.2.7 |
476 | 2024-12-03T19:19:48.491Z | Downloaded defmt-macros v0.3.9 |
477 | 2024-12-03T19:19:48.491Z | Downloaded crossbeam-utils v0.8.19 |
478 | 2024-12-03T19:19:48.491Z | Downloaded crossbeam-epoch v0.9.18 |
479 | 2024-12-03T19:19:48.491Z | Downloaded crossbeam-deque v0.8.5 |
480 | 2024-12-03T19:19:48.491Z | Downloaded cpufeatures v0.2.12 |
481 | 2024-12-03T19:19:48.491Z | Downloaded colorchoice v1.0.1 |
482 | 2024-12-03T19:19:48.569Z | Downloaded clap v4.5.4 |
483 | 2024-12-03T19:19:48.569Z | Downloaded cfg_aliases v0.1.1 |
484 | 2024-12-03T19:19:48.569Z | Downloaded camino-tempfile v1.1.1 |
485 | 2024-12-03T19:19:48.569Z | Downloaded bitflags v2.6.0 |
486 | 2024-12-03T19:19:48.569Z | Downloaded num-integer v0.1.46 |
487 | 2024-12-03T19:19:48.569Z | Downloaded num-derive v0.4.2 |
488 | 2024-12-03T19:19:48.569Z | Downloaded expectorate v1.1.0 |
489 | 2024-12-03T19:19:48.569Z | Downloaded either v1.13.0 |
490 | 2024-12-03T19:19:48.569Z | Downloaded digest v0.10.7 |
491 | 2024-12-03T19:19:48.594Z | Downloaded derive_more v0.99.18 |
492 | 2024-12-03T19:19:48.594Z | Downloaded deranged v0.3.11 |
493 | 2024-12-03T19:19:48.594Z | Downloaded defmt v0.3.8 |
494 | 2024-12-03T19:19:48.594Z | Downloaded debug-ignore v1.0.5 |
495 | 2024-12-03T19:19:48.594Z | Downloaded data-encoding v2.6.0 |
496 | 2024-12-03T19:19:48.594Z | Downloaded cookie v0.18.1 |
497 | 2024-12-03T19:19:48.594Z | Downloaded clap_lex v0.7.0 |
498 | 2024-12-03T19:19:48.594Z | Downloaded clap_derive v4.5.4 |
499 | 2024-12-03T19:19:48.594Z | Downloaded clap_builder v4.5.2 |
500 | 2024-12-03T19:19:48.594Z | Downloaded cfg-if v1.0.0 |
501 | 2024-12-03T19:19:48.594Z | Downloaded cargo-platform v0.1.8 |
502 | 2024-12-03T19:19:48.594Z | Downloaded base64 v0.21.7 |
503 | 2024-12-03T19:19:48.594Z | Downloaded backoff v0.4.0 |
504 | 2024-12-03T19:19:48.594Z | Downloaded openssl-probe v0.1.5 |
505 | 2024-12-03T19:19:48.594Z | Downloaded opaque-debug v0.3.1 |
506 | 2024-12-03T19:19:48.594Z | Downloaded num-iter v0.1.45 |
507 | 2024-12-03T19:19:48.594Z | Downloaded dirs-next v2.0.0 |
508 | 2024-12-03T19:19:48.594Z | Downloaded darling_macro v0.20.9 |
509 | 2024-12-03T19:19:48.594Z | Downloaded cstr-argument v0.1.2 |
510 | 2024-12-03T19:19:48.594Z | Downloaded crypto-common v0.1.6 |
511 | 2024-12-03T19:19:48.594Z | Downloaded crossbeam-channel v0.5.12 |
512 | 2024-12-03T19:19:48.594Z | Downloaded convert_case v0.4.0 |
513 | 2024-12-03T19:19:48.594Z | Downloaded console v0.15.8 |
514 | 2024-12-03T19:19:48.594Z | Downloaded cobs v0.2.3 |
515 | 2024-12-03T19:19:48.594Z | Downloaded cancel-safe-futures v0.1.5 |
516 | 2024-12-03T19:19:48.594Z | Downloaded byteorder v1.5.0 |
517 | 2024-12-03T19:19:48.594Z | Downloaded bstr v1.9.1 |
518 | 2024-12-03T19:19:48.594Z | Downloaded bitstruct_derive v0.1.0 |
519 | 2024-12-03T19:19:48.594Z | Downloaded base64ct v1.6.0 |
520 | 2024-12-03T19:19:48.594Z | Downloaded autocfg v1.3.0 |
521 | 2024-12-03T19:19:48.594Z | Downloaded bitvec v1.0.1 |
522 | 2024-12-03T19:19:48.619Z | Downloaded base64 v0.22.1 |
523 | 2024-12-03T19:19:48.620Z | Downloaded atty v0.2.14 |
524 | 2024-12-03T19:19:48.620Z | Downloaded atomicwrites v0.4.4 |
525 | 2024-12-03T19:19:48.620Z | Downloaded async-trait v0.1.83 |
526 | 2024-12-03T19:19:48.620Z | Downloaded async-recursion v1.1.1 |
527 | 2024-12-03T19:19:48.620Z | Downloaded anstyle v1.0.7 |
528 | 2024-12-03T19:19:48.620Z | Downloaded anstream v0.6.14 |
529 | 2024-12-03T19:19:48.620Z | Downloaded camino v1.1.9 |
530 | 2024-12-03T19:19:48.644Z | Downloaded bytes v1.7.2 |
531 | 2024-12-03T19:19:48.644Z | Downloaded bitstruct v0.1.1 |
532 | 2024-12-03T19:19:48.645Z | Downloaded bitflags v1.3.2 |
533 | 2024-12-03T19:19:48.645Z | Downloaded bit_field v0.10.2 |
534 | 2024-12-03T19:19:48.645Z | Downloaded bincode v1.3.3 |
535 | 2024-12-03T19:19:48.645Z | Downloaded argon2 v0.5.3 |
536 | 2024-12-03T19:19:48.645Z | Downloaded anyhow v1.0.89 |
537 | 2024-12-03T19:19:48.645Z | Downloaded anstyle-query v1.0.3 |
538 | 2024-12-03T19:19:48.645Z | Downloaded aho-corasick v1.1.3 |
539 | 2024-12-03T19:19:48.669Z | Downloaded ahash v0.8.11 |
540 | 2024-12-03T19:19:48.669Z | Downloaded async-stream v0.3.5 |
541 | 2024-12-03T19:19:48.669Z | Downloaded aes v0.8.4 |
542 | 2024-12-03T19:19:48.669Z | Downloaded allocator-api2 v0.2.18 |
543 | 2024-12-03T19:19:48.669Z | Downloaded ascii v1.1.0 |
544 | 2024-12-03T19:19:48.669Z | Downloaded aes-gcm-siv v0.11.1 |
545 | 2024-12-03T19:19:48.669Z | Downloaded progenitor-macro v0.8.0 |
546 | 2024-12-03T19:19:48.669Z | Downloaded pin-utils v0.1.0 |
547 | 2024-12-03T19:19:48.669Z | Downloaded num_enum v0.7.2 |
548 | 2024-12-03T19:19:48.669Z | Downloaded aead v0.5.2 |
549 | 2024-12-03T19:19:48.920Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-03T19:19:48.920Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-03T19:19:48.920Z | Compiling libc v0.2.159 |
552 | 2024-12-03T19:19:48.920Z | Compiling serde v1.0.210 |
553 | 2024-12-03T19:19:48.944Z | Compiling version_check v0.9.5 |
554 | 2024-12-03T19:19:48.944Z | Compiling autocfg v1.3.0 |
555 | 2024-12-03T19:19:48.944Z | Checking cfg-if v1.0.0 |
556 | 2024-12-03T19:19:48.944Z | Compiling once_cell v1.19.0 |
557 | 2024-12-03T19:19:49.167Z | Compiling serde_json v1.0.128 |
558 | 2024-12-03T19:19:49.232Z | Compiling thiserror v1.0.64 |
559 | 2024-12-03T19:19:49.396Z | Compiling memchr v2.7.2 |
560 | 2024-12-03T19:19:49.470Z | Compiling ahash v0.8.11 |
561 | 2024-12-03T19:19:49.837Z | Compiling libm v0.2.8 |
562 | 2024-12-03T19:19:50.179Z | Compiling byteorder v1.5.0 |
563 | 2024-12-03T19:19:50.230Z | Compiling itoa v1.0.11 |
564 | 2024-12-03T19:19:50.518Z | Compiling lock_api v0.4.12 |
565 | 2024-12-03T19:19:50.636Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-03T19:19:50.862Z | Compiling ryu v1.0.18 |
567 | 2024-12-03T19:19:50.912Z | Compiling quote v1.0.37 |
568 | 2024-12-03T19:19:51.032Z | Compiling jobserver v0.1.31 |
569 | 2024-12-03T19:19:51.088Z | Checking getrandom v0.2.14 |
570 | 2024-12-03T19:19:51.159Z | Compiling slab v0.4.9 |
571 | 2024-12-03T19:19:51.266Z | Compiling syn v2.0.77 |
572 | 2024-12-03T19:19:51.299Z | Compiling allocator-api2 v0.2.18 |
573 | 2024-12-03T19:19:51.434Z | Compiling cc v1.0.97 |
574 | 2024-12-03T19:19:51.458Z | Compiling schemars v0.8.21 |
575 | 2024-12-03T19:19:51.483Z | Compiling pkg-config v0.3.30 |
576 | 2024-12-03T19:19:51.506Z | Compiling vcpkg v0.2.15 |
577 | 2024-12-03T19:19:51.618Z | Compiling num-traits v0.2.19 |
578 | 2024-12-03T19:19:51.656Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-03T19:19:51.820Z | Compiling log v0.4.22 |
580 | 2024-12-03T19:19:51.865Z | Checking smallvec v1.13.2 |
581 | 2024-12-03T19:19:52.116Z | Compiling equivalent v1.0.1 |
582 | 2024-12-03T19:19:52.150Z | Checking scopeguard v1.2.0 |
583 | 2024-12-03T19:19:52.352Z | Checking socket2 v0.5.7 |
584 | 2024-12-03T19:19:52.376Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-12-03T19:19:52.498Z | Checking mio v1.0.2 |
586 | 2024-12-03T19:19:52.605Z | Checking parking_lot v0.12.2 |
587 | 2024-12-03T19:19:52.650Z | Compiling typenum v1.17.0 |
588 | 2024-12-03T19:19:52.718Z | Compiling httparse v1.8.0 |
589 | 2024-12-03T19:19:52.871Z | Compiling generic-array v0.14.7 |
590 | 2024-12-03T19:19:52.951Z | Compiling fnv v1.0.7 |
591 | 2024-12-03T19:19:53.067Z | Checking futures-core v0.3.30 |
592 | 2024-12-03T19:19:53.136Z | Checking iana-time-zone v0.1.60 |
593 | 2024-12-03T19:19:53.279Z | Compiling semver v1.0.23 |
594 | 2024-12-03T19:19:53.450Z | Checking rand_core v0.6.4 |
595 | 2024-12-03T19:19:53.565Z | Compiling slog v2.7.0 |
596 | 2024-12-03T19:19:53.612Z | Checking futures-sink v0.3.30 |
597 | 2024-12-03T19:19:53.636Z | Compiling ucd-trie v0.1.6 |
598 | 2024-12-03T19:19:53.706Z | Compiling heck v0.5.0 |
599 | 2024-12-03T19:19:53.739Z | Checking dyn-clone v1.0.17 |
600 | 2024-12-03T19:19:53.763Z | Compiling ring v0.17.8 |
601 | 2024-12-03T19:19:53.788Z | Compiling openssl-sys v0.9.103 |
602 | 2024-12-03T19:19:54.055Z | Checking subtle v2.5.0 |
603 | 2024-12-03T19:19:54.105Z | Checking futures-channel v0.3.30 |
604 | 2024-12-03T19:19:54.129Z | Checking pin-utils v0.1.0 |
605 | 2024-12-03T19:19:54.212Z | Checking futures-task v0.3.30 |
606 | 2024-12-03T19:19:54.236Z | Compiling rustversion v1.0.17 |
607 | 2024-12-03T19:19:54.272Z | Checking futures-io v0.3.30 |
608 | 2024-12-03T19:19:54.392Z | Compiling syn v1.0.109 |
609 | 2024-12-03T19:19:54.652Z | Compiling openssl v0.10.66 |
610 | 2024-12-03T19:19:54.762Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-03T19:19:55.080Z | Compiling heck v0.4.1 |
612 | 2024-12-03T19:19:55.288Z | Compiling regex-syntax v0.8.4 |
613 | 2024-12-03T19:19:55.814Z | Compiling rustls v0.23.10 |
614 | 2024-12-03T19:19:56.084Z | Checking spin v0.9.8 |
615 | 2024-12-03T19:19:56.155Z | Compiling native-tls v0.2.11 |
616 | 2024-12-03T19:19:56.269Z | Compiling serde_derive_internals v0.29.1 |
617 | 2024-12-03T19:19:56.492Z | Compiling anyhow v1.0.89 |
618 | 2024-12-03T19:19:56.612Z | Compiling time-core v0.1.2 |
619 | 2024-12-03T19:19:56.754Z | Checking untrusted v0.9.0 |
620 | 2024-12-03T19:19:56.892Z | Compiling num-conv v0.1.0 |
621 | 2024-12-03T19:19:57.134Z | Compiling time-macros v0.2.18 |
622 | 2024-12-03T19:19:57.227Z | Checking tracing-core v0.1.32 |
623 | 2024-12-03T19:19:57.744Z | Checking crypto-common v0.1.6 |
624 | 2024-12-03T19:19:57.804Z | Compiling regex-automata v0.4.6 |
625 | 2024-12-03T19:19:57.845Z | Compiling thread-id v4.2.1 |
626 | 2024-12-03T19:19:57.955Z | Compiling camino v1.1.9 |
627 | 2024-12-03T19:19:58.213Z | Checking percent-encoding v2.3.1 |
628 | 2024-12-03T19:19:58.390Z | Checking rustls-pki-types v1.7.0 |
629 | 2024-12-03T19:19:58.496Z | Checking form_urlencoded v1.2.1 |
630 | 2024-12-03T19:19:58.659Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-12-03T19:19:58.713Z | Checking atomic-waker v1.1.2 |
632 | 2024-12-03T19:19:58.737Z | Checking tinyvec v1.6.0 |
633 | 2024-12-03T19:19:58.831Z | Checking ppv-lite86 v0.2.17 |
634 | 2024-12-03T19:19:59.293Z | Checking zeroize v1.7.0 |
635 | 2024-12-03T19:19:59.360Z | Checking rand_chacha v0.3.1 |
636 | 2024-12-03T19:19:59.703Z | Compiling serde_derive v1.0.210 |
637 | 2024-12-03T19:19:59.742Z | Compiling zerocopy-derive v0.7.34 |
638 | 2024-12-03T19:19:59.850Z | Compiling thiserror-impl v1.0.64 |
639 | 2024-12-03T19:19:59.952Z | Compiling tokio-macros v2.4.0 |
640 | 2024-12-03T19:20:00.538Z | Compiling schemars_derive v0.8.21 |
641 | 2024-12-03T19:20:01.216Z | Compiling futures-macro v0.3.30 |
642 | 2024-12-03T19:20:01.338Z | Compiling zerocopy v0.7.34 |
643 | 2024-12-03T19:20:02.564Z | Compiling pest v2.7.10 |
644 | 2024-12-03T19:20:02.720Z | Compiling hashbrown v0.14.5 |
645 | 2024-12-03T19:20:02.744Z | Checking futures-util v0.3.30 |
646 | 2024-12-03T19:20:02.976Z | Compiling openssl-macros v0.1.1 |
647 | 2024-12-03T19:20:03.183Z | Compiling regex v1.10.6 |
648 | 2024-12-03T19:20:03.400Z | Compiling tracing-attributes v0.1.27 |
649 | 2024-12-03T19:20:03.598Z | Compiling scroll_derive v0.12.0 |
650 | 2024-12-03T19:20:03.681Z | Compiling regress v0.10.1 |
651 | 2024-12-03T19:20:03.878Z | Checking rustls-webpki v0.102.4 |
652 | 2024-12-03T19:20:04.201Z | Checking unicode-normalization v0.1.23 |
653 | 2024-12-03T19:20:04.439Z | Compiling pest_meta v2.7.10 |
654 | 2024-12-03T19:20:04.743Z | Compiling scroll v0.12.0 |
655 | 2024-12-03T19:20:04.808Z | Compiling usdt-impl v0.5.0 |
656 | 2024-12-03T19:20:05.152Z | Checking unicode-bidi v0.3.15 |
657 | 2024-12-03T19:20:05.247Z | Checking try-lock v0.2.5 |
658 | 2024-12-03T19:20:05.365Z | Compiling plain v0.2.3 |
659 | 2024-12-03T19:20:05.494Z | Compiling pest_generator v2.7.10 |
660 | 2024-12-03T19:20:05.620Z | Compiling goblin v0.8.2 |
661 | 2024-12-03T19:20:05.682Z | Checking tracing v0.1.40 |
662 | 2024-12-03T19:20:05.930Z | Checking want v0.3.1 |
663 | 2024-12-03T19:20:06.217Z | Checking rand v0.8.5 |
664 | 2024-12-03T19:20:06.346Z | Compiling strum_macros v0.26.2 |
665 | 2024-12-03T19:20:06.671Z | Checking httpdate v1.0.3 |
666 | 2024-12-03T19:20:06.857Z | Compiling pretty-hex v0.4.1 |
667 | 2024-12-03T19:20:06.945Z | Checking base64 v0.22.1 |
668 | 2024-12-03T19:20:06.970Z | Checking idna v0.5.0 |
669 | 2024-12-03T19:20:07.046Z | Checking tower-service v0.3.2 |
670 | 2024-12-03T19:20:07.151Z | Compiling omicron-workspace-hack v0.1.0 |
671 | 2024-12-03T19:20:07.334Z | Checking cpufeatures v0.2.12 |
672 | 2024-12-03T19:20:07.359Z | Compiling pest_derive v2.7.10 |
673 | 2024-12-03T19:20:07.418Z | Compiling unsafe-libyaml v0.2.11 |
674 | 2024-12-03T19:20:07.443Z | Compiling strsim v0.11.1 |
675 | 2024-12-03T19:20:07.588Z | Checking url v2.5.0 |
676 | 2024-12-03T19:20:07.962Z | Compiling async-trait v0.1.83 |
677 | 2024-12-03T19:20:08.061Z | Compiling dtrace-parser v0.2.0 |
678 | 2024-12-03T19:20:08.185Z | Checking block-buffer v0.10.4 |
679 | 2024-12-03T19:20:08.327Z | Checking bytes v1.7.2 |
680 | 2024-12-03T19:20:08.682Z | Checking bitflags v2.6.0 |
681 | 2024-12-03T19:20:08.973Z | Compiling indexmap v2.5.0 |
682 | 2024-12-03T19:20:09.296Z | Checking tokio v1.39.3 |
683 | 2024-12-03T19:20:09.363Z | Checking chrono v0.4.38 |
684 | 2024-12-03T19:20:09.428Z | Checking uuid v1.10.0 |
685 | 2024-12-03T19:20:09.860Z | Compiling serde_tokenstream v0.2.2 |
686 | 2024-12-03T19:20:10.050Z | Compiling http v1.1.0 |
687 | 2024-12-03T19:20:10.711Z | Compiling openapiv3 v2.0.0 |
688 | 2024-12-03T19:20:10.866Z | Compiling dof v0.3.0 |
689 | 2024-12-03T19:20:11.568Z | Checking http-body v1.0.1 |
690 | 2024-12-03T19:20:11.738Z | Compiling serde_yaml v0.9.34+deprecated |
691 | 2024-12-03T19:20:11.992Z | Compiling toml_datetime v0.6.8 |
692 | 2024-12-03T19:20:12.338Z | Compiling rustls v0.22.4 |
693 | 2024-12-03T19:20:12.457Z | Checking foreign-types-shared v0.1.1 |
694 | 2024-12-03T19:20:12.546Z | Checking foreign-types v0.3.2 |
695 | 2024-12-03T19:20:12.639Z | Checking http-body-util v0.1.2 |
696 | 2024-12-03T19:20:12.665Z | Checking digest v0.10.7 |
697 | 2024-12-03T19:20:12.979Z | Checking encoding_rs v0.8.34 |
698 | 2024-12-03T19:20:13.551Z | Compiling typify-impl v0.2.0 |
699 | 2024-12-03T19:20:13.635Z | Compiling paste v1.0.15 |
700 | 2024-12-03T19:20:14.022Z | Compiling slog-async v2.8.0 |
701 | 2024-12-03T19:20:14.185Z | Compiling ident_case v1.0.1 |
702 | 2024-12-03T19:20:14.247Z | Compiling crossbeam-utils v0.8.19 |
703 | 2024-12-03T19:20:14.317Z | Checking mime v0.3.17 |
704 | 2024-12-03T19:20:14.503Z | Compiling darling_core v0.20.9 |
705 | 2024-12-03T19:20:14.596Z | Checking tokio-util v0.7.11 |
706 | 2024-12-03T19:20:14.653Z | Compiling usdt-macro v0.5.0 |
707 | 2024-12-03T19:20:14.758Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-12-03T19:20:15.098Z | Checking serde_urlencoded v0.7.1 |
709 | 2024-12-03T19:20:15.241Z | Checking h2 v0.4.6 |
710 | 2024-12-03T19:20:15.425Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-12-03T19:20:15.804Z | Compiling multer v3.1.0 |
712 | 2024-12-03T19:20:15.926Z | Compiling rustix v0.38.34 |
713 | 2024-12-03T19:20:16.317Z | Checking openssl-probe v0.1.5 |
714 | 2024-12-03T19:20:17.656Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-12-03T19:20:18.498Z | Checking hyper v1.4.1 |
716 | 2024-12-03T19:20:18.653Z | Compiling darling_macro v0.20.9 |
717 | 2024-12-03T19:20:18.705Z | Checking errno v0.3.9 |
718 | 2024-12-03T19:20:18.856Z | Checking powerfmt v0.2.0 |
719 | 2024-12-03T19:20:18.923Z | Checking ipnet v2.9.0 |
720 | 2024-12-03T19:20:19.076Z | Checking deranged v0.3.11 |
721 | 2024-12-03T19:20:19.300Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-12-03T19:20:19.416Z | Compiling darling v0.20.9 |
723 | 2024-12-03T19:20:19.512Z | Checking serde_spanned v0.6.7 |
724 | 2024-12-03T19:20:19.686Z | Checking futures-executor v0.3.30 |
725 | 2024-12-03T19:20:19.882Z | Checking webpki-roots v0.26.3 |
726 | 2024-12-03T19:20:20.120Z | Checking hyper-util v0.1.9 |
727 | 2024-12-03T19:20:20.450Z | Checking is-terminal v0.4.12 |
728 | 2024-12-03T19:20:20.552Z | Compiling dropshot v0.12.0 |
729 | 2024-12-03T19:20:20.711Z | Checking tokio-rustls v0.26.0 |
730 | 2024-12-03T19:20:20.863Z | Checking num_threads v0.1.7 |
731 | 2024-12-03T19:20:20.966Z | Checking futures v0.3.30 |
732 | 2024-12-03T19:20:20.992Z | Compiling serde_with_macros v3.9.0 |
733 | 2024-12-03T19:20:21.055Z | Checking time v0.3.36 |
734 | 2024-12-03T19:20:21.081Z | Checking sha1 v0.10.6 |
735 | 2024-12-03T19:20:21.295Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-12-03T19:20:21.389Z | Checking hyper-rustls v0.27.3 |
737 | 2024-12-03T19:20:21.492Z | Checking hyper-tls v0.6.0 |
738 | 2024-12-03T19:20:21.652Z | Checking strum v0.26.2 |
739 | 2024-12-03T19:20:21.787Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-12-03T19:20:22.095Z | Checking sync_wrapper v1.0.1 |
741 | 2024-12-03T19:20:22.391Z | Compiling typify-macro v0.2.0 |
742 | 2024-12-03T19:20:22.878Z | Checking reqwest v0.12.7 |
743 | 2024-12-03T19:20:23.648Z | Compiling structmeta v0.3.0 |
744 | 2024-12-03T19:20:23.672Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-12-03T19:20:23.816Z | Checking match_cfg v0.1.0 |
746 | 2024-12-03T19:20:23.897Z | Checking winnow v0.6.18 |
747 | 2024-12-03T19:20:24.382Z | Checking progenitor-client v0.8.0 |
748 | 2024-12-03T19:20:24.644Z | Compiling parse-display-derive v0.10.0 |
749 | 2024-12-03T19:20:24.669Z | Checking hostname v0.3.1 |
750 | 2024-12-03T19:20:24.781Z | Checking dirs-next v2.0.0 |
751 | 2024-12-03T19:20:25.128Z | Compiling typify v0.2.0 |
752 | 2024-12-03T19:20:25.238Z | Compiling progenitor-impl v0.8.0 |
753 | 2024-12-03T19:20:25.598Z | Checking ipnetwork v0.20.0 |
754 | 2024-12-03T19:20:25.956Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
755 | 2024-12-03T19:20:26.095Z | Checking thread_local v1.1.8 |
756 | 2024-12-03T19:20:26.779Z | Checking term v0.7.0 |
757 | 2024-12-03T19:20:27.045Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-03T19:20:27.179Z | Checking memmap v0.7.0 |
759 | 2024-12-03T19:20:27.206Z | Checking take_mut v0.2.2 |
760 | 2024-12-03T19:20:27.395Z | Checking usdt v0.5.0 |
761 | 2024-12-03T19:20:27.468Z | Checking slog-term v2.9.1 |
762 | 2024-12-03T19:20:27.620Z | Checking toml_edit v0.22.20 |
763 | 2024-12-03T19:20:27.870Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-12-03T19:20:28.238Z | Checking slog-json v2.6.1 |
765 | 2024-12-03T19:20:28.687Z | Compiling winnow v0.5.40 |
766 | 2024-12-03T19:20:28.891Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-03T19:20:29.704Z | Compiling progenitor-macro v0.8.0 |
768 | 2024-12-03T19:20:29.759Z | Checking toml v0.8.19 |
769 | 2024-12-03T19:20:30.309Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-03T19:20:30.412Z | Checking async-stream v0.3.5 |
771 | 2024-12-03T19:20:30.651Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-03T19:20:30.762Z | Checking waitgroup v0.1.2 |
773 | 2024-12-03T19:20:30.886Z | Checking hostname v0.4.0 |
774 | 2024-12-03T19:20:31.125Z | Compiling toml_edit v0.19.15 |
775 | 2024-12-03T19:20:31.175Z | Checking tokio-rustls v0.25.0 |
776 | 2024-12-03T19:20:31.452Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-12-03T19:20:31.501Z | Checking serde_with v3.9.0 |
778 | 2024-12-03T19:20:31.648Z | Checking newtype-uuid v1.1.0 |
779 | 2024-12-03T19:20:31.741Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-03T19:20:31.848Z | Checking unicode-width v0.1.14 |
781 | 2024-12-03T19:20:32.231Z | Checking utf8parse v0.2.1 |
782 | 2024-12-03T19:20:32.874Z | Checking anstyle-parse v0.2.4 |
783 | 2024-12-03T19:20:33.089Z | Checking hex v0.4.3 |
784 | 2024-12-03T19:20:33.459Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-12-03T19:20:34.069Z | Checking instant v0.1.12 |
786 | 2024-12-03T19:20:34.100Z | Checking anstyle-query v1.0.3 |
787 | 2024-12-03T19:20:34.169Z | Checking is_terminal_polyfill v1.70.0 |
788 | 2024-12-03T19:20:34.219Z | Checking lazy_static v1.5.0 |
789 | 2024-12-03T19:20:34.278Z | Checking anstyle v1.0.7 |
790 | 2024-12-03T19:20:34.330Z | Checking colorchoice v1.0.1 |
791 | 2024-12-03T19:20:34.593Z | Checking anstream v0.6.14 |
792 | 2024-12-03T19:20:34.639Z | Checking backoff v0.4.0 |
793 | 2024-12-03T19:20:34.709Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-12-03T19:20:34.844Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-12-03T19:20:34.870Z | Checking parse-display v0.10.0 |
796 | 2024-12-03T19:20:34.896Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-12-03T19:20:34.921Z | Checking terminal_size v0.3.0 |
798 | 2024-12-03T19:20:35.077Z | Checking macaddr v1.0.1 |
799 | 2024-12-03T19:20:35.101Z | Checking regress v0.9.1 |
800 | 2024-12-03T19:20:35.485Z | Checking num-integer v0.1.46 |
801 | 2024-12-03T19:20:35.893Z | Compiling unicode-xid v0.2.4 |
802 | 2024-12-03T19:20:35.918Z | Checking clap_lex v0.7.0 |
803 | 2024-12-03T19:20:36.047Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-12-03T19:20:36.143Z | Checking clap_builder v4.5.2 |
805 | 2024-12-03T19:20:38.097Z | Compiling heapless v0.8.0 |
806 | 2024-12-03T19:20:38.508Z | Checking clap v4.5.4 |
807 | 2024-12-03T19:20:38.747Z | Checking num-bigint v0.4.5 |
808 | 2024-12-03T19:20:38.772Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-03T19:20:39.711Z | Checking hash32 v0.3.1 |
810 | 2024-12-03T19:20:39.860Z | Checking fastrand v2.1.0 |
811 | 2024-12-03T19:20:39.970Z | Checking stable_deref_trait v1.2.0 |
812 | 2024-12-03T19:20:40.011Z | Checking progenitor v0.8.0 |
813 | 2024-12-03T19:20:40.146Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
814 | 2024-12-03T19:20:40.171Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
815 | 2024-12-03T19:20:40.254Z | Compiling smoltcp v0.11.0 |
816 | 2024-12-03T19:20:40.509Z | Checking bitflags v1.3.2 |
817 | 2024-12-03T19:20:40.536Z | Checking either v1.13.0 |
818 | 2024-12-03T19:20:40.584Z | Checking num_enum v0.5.11 |
819 | 2024-12-03T19:20:40.629Z | Checking num-rational v0.4.2 |
820 | 2024-12-03T19:20:40.684Z | Checking tempfile v3.10.1 |
821 | 2024-12-03T19:20:40.840Z | Compiling synstructure v0.12.6 |
822 | 2024-12-03T19:20:40.983Z | Checking num-iter v0.1.45 |
823 | 2024-12-03T19:20:41.147Z | Checking num-complex v0.4.6 |
824 | 2024-12-03T19:20:41.218Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-12-03T19:20:41.262Z | Checking managed v0.8.0 |
826 | 2024-12-03T19:20:41.435Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
827 | 2024-12-03T19:20:41.550Z | Checking cobs v0.2.3 |
828 | 2024-12-03T19:20:41.717Z | Checking postcard v1.0.9 |
829 | 2024-12-03T19:20:41.815Z | Compiling zerocopy-derive v0.2.0 |
830 | 2024-12-03T19:20:41.839Z | Checking num v0.4.3 |
831 | 2024-12-03T19:20:42.464Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-03T19:20:42.519Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-03T19:20:43.052Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-12-03T19:20:43.140Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-12-03T19:20:43.439Z | Checking foreign-types-shared v0.3.1 |
836 | 2024-12-03T19:20:43.532Z | Checking pretty-hex v0.2.1 |
837 | 2024-12-03T19:20:43.657Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
838 | 2024-12-03T19:20:43.682Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-12-03T19:20:43.896Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
840 | 2024-12-03T19:20:44.043Z | Checking foreign-types v0.5.0 |
841 | 2024-12-03T19:20:44.916Z | Checking tabwriter v1.4.0 |
842 | 2024-12-03T19:20:45.188Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-12-03T19:20:45.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-12-03T19:20:45.882Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-03T19:20:45.974Z | Checking data-encoding v2.6.0 |
846 | 2024-12-03T19:20:46.075Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-12-03T19:20:46.149Z | Compiling prettyplease v0.2.22 |
848 | 2024-12-03T19:20:46.414Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-03T19:20:46.699Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-03T19:20:47.308Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-03T19:20:47.601Z | Checking colored v2.1.0 |
852 | 2024-12-03T19:20:48.434Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-03T19:20:48.814Z | Checking is_ci v1.2.0 |
854 | 2024-12-03T19:20:48.839Z | Checking float-ord v0.3.2 |
855 | 2024-12-03T19:20:48.872Z | Checking unicode-segmentation v1.11.0 |
856 | 2024-12-03T19:20:48.971Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
857 | 2024-12-03T19:20:49.072Z | Checking static_assertions v1.1.0 |
858 | 2024-12-03T19:20:49.186Z | Compiling semver v0.1.20 |
859 | 2024-12-03T19:20:49.278Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-03T19:20:49.355Z | Checking newline-converter v0.3.0 |
861 | 2024-12-03T19:20:49.493Z | Compiling rustc_version v0.1.7 |
862 | 2024-12-03T19:20:50.518Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-03T19:20:51.032Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
864 | 2024-12-03T19:20:51.425Z | Checking camino-tempfile v1.1.1 |
865 | 2024-12-03T19:20:51.576Z | Checking itertools v0.10.5 |
866 | 2024-12-03T19:20:51.659Z | Checking console v0.15.8 |
867 | 2024-12-03T19:20:52.193Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
868 | 2024-12-03T19:20:52.789Z | Compiling num-derive v0.4.2 |
869 | 2024-12-03T19:20:53.421Z | Checking sigpipe v0.1.3 |
870 | 2024-12-03T19:20:53.523Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-03T19:20:53.837Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
872 | 2024-12-03T19:20:53.944Z | Checking base64ct v1.6.0 |
873 | 2024-12-03T19:20:54.302Z | Checking similar v2.5.0 |
874 | 2024-12-03T19:20:54.377Z | Compiling owo-colors v4.1.0 |
875 | 2024-12-03T19:20:54.470Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
876 | 2024-12-03T19:20:54.749Z | Checking password-hash v0.5.0 |
877 | 2024-12-03T19:20:54.890Z | Checking expectorate v1.1.0 |
878 | 2024-12-03T19:20:55.041Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-12-03T19:20:55.105Z | Checking zone v0.3.0 |
880 | 2024-12-03T19:20:55.242Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-12-03T19:20:55.397Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-12-03T19:20:55.452Z | Compiling newtype_derive v0.1.6 |
883 | 2024-12-03T19:20:55.637Z | Checking supports-color v2.1.0 |
884 | 2024-12-03T19:20:55.700Z | Checking supports-color v3.0.1 |
885 | 2024-12-03T19:20:55.726Z | Compiling zerocopy v0.3.2 |
886 | 2024-12-03T19:20:55.755Z | Checking blake2 v0.10.6 |
887 | 2024-12-03T19:20:55.805Z | Compiling cargo-platform v0.1.8 |
888 | 2024-12-03T19:20:55.872Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-12-03T19:20:55.904Z | Checking smf v0.2.3 |
890 | 2024-12-03T19:20:56.080Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-12-03T19:20:56.125Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-03T19:20:56.174Z | Compiling vergen v8.3.2 |
893 | 2024-12-03T19:20:56.274Z | Checking whoami v1.5.1 |
894 | 2024-12-03T19:20:56.512Z | Checking fixedbitset v0.4.2 |
895 | 2024-12-03T19:20:56.615Z | Checking base64 v0.21.7 |
896 | 2024-12-03T19:20:56.639Z | Compiling cancel-safe-futures v0.1.5 |
897 | 2024-12-03T19:20:56.725Z | Checking petgraph v0.6.5 |
898 | 2024-12-03T19:20:56.997Z | Checking hubpack v0.1.2 |
899 | 2024-12-03T19:20:57.077Z | Checking argon2 v0.5.3 |
900 | 2024-12-03T19:20:57.247Z | Compiling dof v0.1.5 |
901 | 2024-12-03T19:20:57.499Z | Checking zerocopy v0.6.6 |
902 | 2024-12-03T19:20:57.659Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-12-03T19:20:58.879Z | Compiling rustc_version v0.4.0 |
904 | 2024-12-03T19:20:58.931Z | Checking serde-big-array v0.5.1 |
905 | 2024-12-03T19:20:59.109Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-03T19:20:59.144Z | Compiling strum_macros v0.25.3 |
907 | 2024-12-03T19:20:59.353Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-12-03T19:20:59.836Z | Compiling cookie v0.18.1 |
909 | 2024-12-03T19:20:59.955Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-03T19:21:00.003Z | Compiling rustls v0.21.12 |
911 | 2024-12-03T19:21:00.151Z | Compiling convert_case v0.4.0 |
912 | 2024-12-03T19:21:00.266Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-12-03T19:21:00.372Z | Compiling nix v0.29.0 |
914 | 2024-12-03T19:21:00.481Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-12-03T19:21:00.715Z | Compiling derive_more v0.99.18 |
916 | 2024-12-03T19:21:00.941Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-12-03T19:21:01.013Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-03T19:21:01.454Z | Checking atomicwrites v0.4.4 |
919 | 2024-12-03T19:21:01.620Z | Checking itertools v0.13.0 |
920 | 2024-12-03T19:21:01.689Z | Checking libsw v3.3.1 |
921 | 2024-12-03T19:21:01.736Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-12-03T19:21:01.849Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
923 | 2024-12-03T19:21:01.909Z | Checking idna v0.4.0 |
924 | 2024-12-03T19:21:02.038Z | Checking sct v0.7.1 |
925 | 2024-12-03T19:21:02.154Z | Checking rustls-webpki v0.101.7 |
926 | 2024-12-03T19:21:02.236Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-12-03T19:21:02.543Z | Compiling derive-where v1.2.7 |
928 | 2024-12-03T19:21:02.751Z | Checking inout v0.1.3 |
929 | 2024-12-03T19:21:02.909Z | Compiling radium v0.7.0 |
930 | 2024-12-03T19:21:03.079Z | Checking quick-error v1.2.3 |
931 | 2024-12-03T19:21:03.199Z | Checking linked-hash-map v0.5.6 |
932 | 2024-12-03T19:21:03.293Z | Checking utf-8 v0.7.6 |
933 | 2024-12-03T19:21:03.483Z | Checking highway v1.2.0 |
934 | 2024-12-03T19:21:03.557Z | Checking indent_write v2.2.0 |
935 | 2024-12-03T19:21:03.721Z | Checking linear-map v1.2.0 |
936 | 2024-12-03T19:21:03.833Z | Checking swrite v0.1.0 |
937 | 2024-12-03T19:21:03.950Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
938 | 2024-12-03T19:21:03.986Z | Checking tungstenite v0.21.0 |
939 | 2024-12-03T19:21:04.672Z | Checking lru-cache v0.1.2 |
940 | 2024-12-03T19:21:04.856Z | Checking resolv-conf v0.7.0 |
941 | 2024-12-03T19:21:04.882Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-12-03T19:21:05.073Z | Checking hickory-proto v0.24.1 |
943 | 2024-12-03T19:21:05.140Z | Checking cipher v0.4.4 |
944 | 2024-12-03T19:21:05.315Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-03T19:21:05.609Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-12-03T19:21:06.681Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-03T19:21:07.769Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-03T19:21:07.852Z | Checking steno v0.4.1 |
949 | 2024-12-03T19:21:08.582Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-12-03T19:21:08.884Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-12-03T19:21:08.909Z | Checking hashlink v0.9.1 |
952 | 2024-12-03T19:21:09.072Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2024-12-03T19:21:09.242Z | Checking fallible-iterator v0.3.0 |
954 | 2024-12-03T19:21:09.288Z | Compiling rayon-core v1.12.1 |
955 | 2024-12-03T19:21:09.377Z | Checking fallible-streaming-iterator v0.1.9 |
956 | 2024-12-03T19:21:09.471Z | Checking tap v1.0.1 |
957 | 2024-12-03T19:21:09.604Z | Checking humantime v2.1.0 |
958 | 2024-12-03T19:21:09.654Z | Checking wyz v0.5.1 |
959 | 2024-12-03T19:21:09.654Z | Checking crossbeam-deque v0.8.5 |
960 | 2024-12-03T19:21:09.742Z | Checking rusqlite v0.32.1 |
961 | 2024-12-03T19:21:09.847Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
962 | 2024-12-03T19:21:09.933Z | Checking hickory-resolver v0.24.1 |
963 | 2024-12-03T19:21:09.958Z | Checking tokio-rustls v0.24.1 |
964 | 2024-12-03T19:21:10.245Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-12-03T19:21:10.361Z | Compiling usdt-macro v0.3.5 |
966 | 2024-12-03T19:21:10.597Z | Compiling usdt-attr-macro v0.3.5 |
967 | 2024-12-03T19:21:10.865Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-12-03T19:21:11.018Z | Checking twox-hash v1.6.3 |
969 | 2024-12-03T19:21:11.047Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
970 | 2024-12-03T19:21:11.393Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-12-03T19:21:11.417Z | Checking universal-hash v0.5.1 |
972 | 2024-12-03T19:21:11.499Z | Checking atty v0.2.14 |
973 | 2024-12-03T19:21:11.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
974 | 2024-12-03T19:21:11.808Z | Checking funty v2.0.0 |
975 | 2024-12-03T19:21:11.944Z | Checking opaque-debug v0.3.1 |
976 | 2024-12-03T19:21:12.048Z | Checking polyval v0.6.2 |
977 | 2024-12-03T19:21:12.214Z | Checking usdt v0.3.5 |
978 | 2024-12-03T19:21:12.332Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-12-03T19:21:12.501Z | Checking bitvec v1.0.1 |
980 | 2024-12-03T19:21:12.988Z | Checking ctr v0.9.2 |
981 | 2024-12-03T19:21:13.011Z | Checking aes v0.8.4 |
982 | 2024-12-03T19:21:13.214Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-12-03T19:21:13.345Z | Checking num_enum v0.7.2 |
984 | 2024-12-03T19:21:13.489Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
985 | 2024-12-03T19:21:13.540Z | Checking bincode v1.3.3 |
986 | 2024-12-03T19:21:13.640Z | Checking aead v0.5.2 |
987 | 2024-12-03T19:21:13.807Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
988 | 2024-12-03T19:21:13.833Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
989 | 2024-12-03T19:21:13.886Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
990 | 2024-12-03T19:21:14.009Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
991 | 2024-12-03T19:21:14.085Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
992 | 2024-12-03T19:21:14.112Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-03T19:21:14.185Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-12-03T19:21:14.281Z | Checking rayon v1.10.0 |
995 | 2024-12-03T19:21:14.434Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-12-03T19:21:14.458Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-12-03T19:21:14.694Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-12-03T19:21:14.819Z | Compiling async-recursion v1.1.1 |
999 | 2024-12-03T19:21:15.457Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-12-03T19:21:15.699Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-03T19:21:15.823Z | Checking ringbuffer v0.15.0 |
1002 | 2024-12-03T19:21:15.903Z | Checking toml v0.7.8 |
1003 | 2024-12-03T19:21:15.952Z | Compiling cfg_aliases v0.1.1 |
1004 | 2024-12-03T19:21:15.980Z | Checking typeid v1.0.0 |
1005 | 2024-12-03T19:21:16.056Z | Checking ascii v1.1.0 |
1006 | 2024-12-03T19:21:16.099Z | Checking erased-serde v0.4.5 |
1007 | 2024-12-03T19:21:16.130Z | Compiling nix v0.28.0 |
1008 | 2024-12-03T19:21:16.358Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-12-03T19:21:16.452Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1010 | 2024-12-03T19:21:16.487Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1011 | 2024-12-03T19:21:16.689Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1012 | 2024-12-03T19:21:16.780Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1013 | 2024-12-03T19:21:16.805Z | Checking bitstruct v0.1.1 |
1014 | 2024-12-03T19:21:16.910Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-12-03T19:21:16.977Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-12-03T19:21:17.007Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-12-03T19:21:17.047Z | Checking serde_arrays v0.1.0 |
1018 | 2024-12-03T19:21:17.169Z | Checking libloading v0.7.4 |
1019 | 2024-12-03T19:21:17.219Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-03T19:21:17.248Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-03T19:21:17.294Z | Compiling escargot v0.5.10 |
1022 | 2024-12-03T19:21:17.380Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1023 | 2024-12-03T19:21:17.531Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-03T19:21:17.710Z | Checking ron v0.8.1 |
1025 | 2024-12-03T19:21:17.855Z | Checking xattr v1.3.1 |
1026 | 2024-12-03T19:21:18.102Z | Checking filetime v0.2.23 |
1027 | 2024-12-03T19:21:18.279Z | Checking bstr v1.9.1 |
1028 | 2024-12-03T19:21:18.458Z | Checking bit_field v0.10.2 |
1029 | 2024-12-03T19:21:18.575Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-03T19:21:18.621Z | Checking const_format v0.2.32 |
1031 | 2024-12-03T19:21:18.697Z | Checking tar v0.4.40 |
1032 | 2024-12-03T19:21:18.904Z | Checking globset v0.4.14 |
1033 | 2024-12-03T19:21:18.980Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-12-03T19:21:19.289Z | Checking fatfs v0.3.6 |
1035 | 2024-12-03T19:21:19.314Z | Checking glob v0.3.1 |
1036 | 2024-12-03T19:21:20.628Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-12-03T19:21:21.344Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-03T19:21:22.133Z | Compiling git2 v0.19.0 |
1039 | 2024-12-03T19:21:22.725Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-12-03T19:21:26.591Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1041 | 2024-12-03T19:21:27.614Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-03T19:21:34.028Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1043 | 2024-12-03T19:21:39.959Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-03T19:21:50.010Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-03T19:21:50.010Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-03T19:21:58.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1047 | 2024-12-03T19:21:58.446Z | |
1048 | 2024-12-03T19:21:58.446Z | real 2:31.179984830 |
1049 | 2024-12-03T19:21:58.446Z | user 10:14.024428814 |
1050 | 2024-12-03T19:21:58.446Z | sys 2:08.800370838 |
1051 | 2024-12-03T19:21:58.446Z | trap 0.312749673 |
1052 | 2024-12-03T19:21:58.446Z | tflt 0.566857386 |
1053 | 2024-12-03T19:21:58.446Z | dflt 0.284458759 |
1054 | 2024-12-03T19:21:58.446Z | kflt 0.002231677 |
1055 | 2024-12-03T19:21:58.446Z | lock 11:46.512115156 |
1056 | 2024-12-03T19:21:58.446Z | slp 39:09.210396110 |
1057 | 2024-12-03T19:21:58.446Z | lat 55.839406915 |
1058 | 2024-12-03T19:21:58.471Z | stop 3:07.443880952 |
1059 | 2024-12-03T19:21:58.471Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-03T19:21:59.107Z | Downloading crates ... |
1061 | 2024-12-03T19:21:59.335Z | Downloaded fragile v2.0.0 |
1062 | 2024-12-03T19:21:59.359Z | Downloaded crc32fast v1.4.0 |
1063 | 2024-12-03T19:21:59.359Z | Downloaded termtree v0.4.1 |
1064 | 2024-12-03T19:21:59.360Z | Downloaded simd-adler32 v0.3.7 |
1065 | 2024-12-03T19:21:59.360Z | Downloaded predicates-core v1.0.6 |
1066 | 2024-12-03T19:21:59.360Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-12-03T19:21:59.385Z | Downloaded mockall_derive v0.12.1 |
1068 | 2024-12-03T19:21:59.385Z | Downloaded miniz_oxide v0.7.2 |
1069 | 2024-12-03T19:21:59.385Z | Downloaded slog-scope v4.4.0 |
1070 | 2024-12-03T19:21:59.385Z | Downloaded mockall v0.12.1 |
1071 | 2024-12-03T19:21:59.385Z | Downloaded flate2 v1.0.30 |
1072 | 2024-12-03T19:21:59.385Z | Downloaded slog-stdlog v4.1.1 |
1073 | 2024-12-03T19:21:59.385Z | Downloaded serde_test v1.0.176 |
1074 | 2024-12-03T19:21:59.385Z | Downloaded predicates-tree v1.0.9 |
1075 | 2024-12-03T19:21:59.385Z | Downloaded predicates v3.1.0 |
1076 | 2024-12-03T19:21:59.385Z | Downloaded png v0.17.13 |
1077 | 2024-12-03T19:21:59.410Z | Downloaded fdeflate v0.3.4 |
1078 | 2024-12-03T19:21:59.410Z | Downloaded downcast v0.11.0 |
1079 | 2024-12-03T19:21:59.410Z | Downloaded bytemuck v1.16.0 |
1080 | 2024-12-03T19:21:59.411Z | Downloaded arc-swap v1.7.1 |
1081 | 2024-12-03T19:21:59.508Z | Downloaded image v0.25.1 |
1082 | 2024-12-03T19:21:59.768Z | Checking log v0.4.22 |
1083 | 2024-12-03T19:21:59.793Z | Checking tokio v1.39.3 |
1084 | 2024-12-03T19:21:59.818Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-12-03T19:21:59.818Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-12-03T19:21:59.842Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-12-03T19:21:59.842Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-03T19:21:59.867Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-03T19:21:59.867Z | Checking simd-adler32 v0.3.7 |
1090 | 2024-12-03T19:21:59.992Z | Checking native-tls v0.2.11 |
1091 | 2024-12-03T19:22:00.017Z | Checking goblin v0.8.2 |
1092 | 2024-12-03T19:22:00.041Z | Checking typify-impl v0.2.0 |
1093 | 2024-12-03T19:22:00.068Z | Checking rustls v0.22.4 |
1094 | 2024-12-03T19:22:00.093Z | Checking tungstenite v0.21.0 |
1095 | 2024-12-03T19:22:00.240Z | Checking rustls v0.21.12 |
1096 | 2024-12-03T19:22:00.264Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-12-03T19:22:00.363Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-12-03T19:22:00.561Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1099 | 2024-12-03T19:22:00.717Z | Compiling crc32fast v1.4.0 |
1100 | 2024-12-03T19:22:00.766Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-03T19:22:00.985Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-12-03T19:22:01.154Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-12-03T19:22:01.324Z | Checking adler v1.0.2 |
1104 | 2024-12-03T19:22:01.450Z | Checking miniz_oxide v0.7.2 |
1105 | 2024-12-03T19:22:01.684Z | Checking arc-swap v1.7.1 |
1106 | 2024-12-03T19:22:01.866Z | Checking typify v0.2.0 |
1107 | 2024-12-03T19:22:01.977Z | Checking progenitor-impl v0.8.0 |
1108 | 2024-12-03T19:22:02.001Z | Checking slog-scope v4.4.0 |
1109 | 2024-12-03T19:22:02.026Z | Checking flate2 v1.0.30 |
1110 | 2024-12-03T19:22:02.182Z | Checking fdeflate v0.3.4 |
1111 | 2024-12-03T19:22:02.531Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-12-03T19:22:02.558Z | Checking png v0.17.13 |
1113 | 2024-12-03T19:22:02.657Z | Checking bytemuck v1.16.0 |
1114 | 2024-12-03T19:22:02.710Z | Checking predicates-core v1.0.6 |
1115 | 2024-12-03T19:22:02.752Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-03T19:22:02.863Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1117 | 2024-12-03T19:22:02.924Z | Checking termtree v0.4.1 |
1118 | 2024-12-03T19:22:02.983Z | Checking predicates v3.1.0 |
1119 | 2024-12-03T19:22:03.074Z | Checking predicates-tree v1.0.9 |
1120 | 2024-12-03T19:22:03.188Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-12-03T19:22:03.389Z | Checking wait-timeout v0.2.0 |
1122 | 2024-12-03T19:22:03.414Z | Checking fragile v2.0.0 |
1123 | 2024-12-03T19:22:03.453Z | Checking bit-vec v0.6.3 |
1124 | 2024-12-03T19:22:03.505Z | Checking image v0.25.1 |
1125 | 2024-12-03T19:22:03.542Z | Checking downcast v0.11.0 |
1126 | 2024-12-03T19:22:03.623Z | Checking rusty-fork v0.3.0 |
1127 | 2024-12-03T19:22:03.703Z | Checking globset v0.4.14 |
1128 | 2024-12-03T19:22:03.728Z | Checking bit-set v0.5.3 |
1129 | 2024-12-03T19:22:03.799Z | Checking dof v0.3.0 |
1130 | 2024-12-03T19:22:03.852Z | Checking escargot v0.5.10 |
1131 | 2024-12-03T19:22:03.915Z | Checking fatfs v0.3.6 |
1132 | 2024-12-03T19:22:03.950Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1133 | 2024-12-03T19:22:04.088Z | Checking rand_xorshift v0.3.0 |
1134 | 2024-12-03T19:22:04.219Z | Checking unarray v0.1.4 |
1135 | 2024-12-03T19:22:04.259Z | Checking usdt-impl v0.5.0 |
1136 | 2024-12-03T19:22:04.341Z | Checking proptest v1.5.0 |
1137 | 2024-12-03T19:22:04.633Z | Checking serde_test v1.0.176 |
1138 | 2024-12-03T19:22:04.672Z | Checking usdt v0.5.0 |
1139 | 2024-12-03T19:22:04.701Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1140 | 2024-12-03T19:22:04.876Z | Checking slog-dtrace v0.3.0 |
1141 | 2024-12-03T19:22:05.147Z | Checking tokio-util v0.7.11 |
1142 | 2024-12-03T19:22:05.189Z | Checking tokio-rustls v0.26.0 |
1143 | 2024-12-03T19:22:05.228Z | Checking tokio-native-tls v0.3.1 |
1144 | 2024-12-03T19:22:05.252Z | Checking tokio-rustls v0.25.0 |
1145 | 2024-12-03T19:22:05.430Z | Checking backoff v0.4.0 |
1146 | 2024-12-03T19:22:05.477Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1147 | 2024-12-03T19:22:05.527Z | Checking tokio-tungstenite v0.21.0 |
1148 | 2024-12-03T19:22:05.645Z | Checking zone v0.3.0 |
1149 | 2024-12-03T19:22:05.689Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1150 | 2024-12-03T19:22:05.781Z | Checking h2 v0.4.6 |
1151 | 2024-12-03T19:22:05.816Z | Checking cancel-safe-futures v0.1.5 |
1152 | 2024-12-03T19:22:05.882Z | Checking libsw v3.3.1 |
1153 | 2024-12-03T19:22:06.011Z | Checking steno v0.4.1 |
1154 | 2024-12-03T19:22:06.090Z | Checking hickory-proto v0.24.1 |
1155 | 2024-12-03T19:22:06.146Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1156 | 2024-12-03T19:22:06.225Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-12-03T19:22:06.912Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-12-03T19:22:07.118Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-12-03T19:22:07.222Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-03T19:22:07.402Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1161 | 2024-12-03T19:22:07.935Z | Checking mockall v0.12.1 |
1162 | 2024-12-03T19:22:08.859Z | Checking hickory-resolver v0.24.1 |
1163 | 2024-12-03T19:22:09.038Z | Checking hyper v1.4.1 |
1164 | 2024-12-03T19:22:10.472Z | Checking hyper-util v0.1.9 |
1165 | 2024-12-03T19:22:11.672Z | Checking hyper-tls v0.6.0 |
1166 | 2024-12-03T19:22:11.672Z | Checking hyper-rustls v0.27.3 |
1167 | 2024-12-03T19:22:11.697Z | Checking dropshot v0.12.0 |
1168 | 2024-12-03T19:22:11.948Z | Checking reqwest v0.12.7 |
1169 | 2024-12-03T19:22:13.214Z | Checking progenitor-client v0.8.0 |
1170 | 2024-12-03T19:22:13.437Z | Checking progenitor v0.8.0 |
1171 | 2024-12-03T19:22:13.577Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-12-03T19:22:13.602Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-03T19:22:13.602Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-03T19:22:13.602Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-12-03T19:22:14.309Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1176 | 2024-12-03T19:22:15.059Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1177 | 2024-12-03T19:22:16.926Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-03T19:22:19.166Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-03T19:22:24.005Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-03T19:22:24.005Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-03T19:22:24.030Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-03T19:22:24.030Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-03T19:22:25.884Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-03T19:22:26.272Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-03T19:22:26.297Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-03T19:22:26.340Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-03T19:22:26.982Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-03T19:22:27.223Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-03T19:22:27.397Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-03T19:22:37.822Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-03T19:22:43.881Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-03T19:22:44.547Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1193 | 2024-12-03T19:22:48.851Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-03T19:23:04.742Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-03T19:23:04.742Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-03T19:23:14.841Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-03T19:23:14.841Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-03T19:23:14.841Z | | |
1199 | 2024-12-03T19:23:14.841Z | 188 | let instance = kstats |
1200 | 2024-12-03T19:23:14.841Z | | ________________________^ |
1201 | 2024-12-03T19:23:14.841Z | 189 | | .iter() |
1202 | 2024-12-03T19:23:14.841Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-03T19:23:14.841Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-03T19:23:14.841Z | 192 | | }) |
1205 | 2024-12-03T19:23:14.841Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-03T19:23:14.841Z | | |______________________________________________^ |
1207 | 2024-12-03T19:23:14.841Z | | |
1208 | 2024-12-03T19:23:14.841Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-03T19:23:14.841Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-03T19:23:14.841Z | help: use `ok_or` instead |
1211 | 2024-12-03T19:23:14.841Z | | |
1212 | 2024-12-03T19:23:14.842Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-03T19:23:14.842Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-03T19:23:14.842Z | |
1215 | 2024-12-03T19:23:15.911Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-03T19:23:16.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1217 | 2024-12-03T19:23:17.104Z | |
1218 | 2024-12-03T19:23:17.104Z | real 1:18.649205920 |
1219 | 2024-12-03T19:23:17.104Z | user 3:02.626535105 |
1220 | 2024-12-03T19:23:17.104Z | sys 24.604926948 |
1221 | 2024-12-03T19:23:17.104Z | trap 0.065781955 |
1222 | 2024-12-03T19:23:17.104Z | tflt 0.093801523 |
1223 | 2024-12-03T19:23:17.129Z | dflt 0.009839354 |
1224 | 2024-12-03T19:23:17.129Z | kflt 0.000076470 |
1225 | 2024-12-03T19:23:17.129Z | lock 4:31.822032199 |
1226 | 2024-12-03T19:23:17.129Z | slp 9:51.040847105 |
1227 | 2024-12-03T19:23:17.129Z | lat 5.431080029 |
1228 | 2024-12-03T19:23:17.129Z | stop 14.421245698 |
1229 | 2024-12-03T19:23:17.129Z | + banner build |
1230 | 2024-12-03T19:23:17.129Z | |
1231 | 2024-12-03T19:23:17.129Z | ##### # # # # ##### |
1232 | 2024-12-03T19:23:17.129Z | # # # # # # # # |
1233 | 2024-12-03T19:23:17.129Z | ##### # # # # # # |
1234 | 2024-12-03T19:23:17.130Z | # # # # # # # # |
1235 | 2024-12-03T19:23:17.130Z | # # # # # # # # |
1236 | 2024-12-03T19:23:17.130Z | ##### #### # ###### ##### |
1237 | 2024-12-03T19:23:17.130Z | |
1238 | 2024-12-03T19:23:17.130Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-03T19:23:18.030Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-03T19:23:18.030Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-03T19:23:18.030Z | Compiling libc v0.2.159 |
1242 | 2024-12-03T19:23:18.053Z | Compiling serde v1.0.210 |
1243 | 2024-12-03T19:23:18.054Z | Compiling version_check v0.9.5 |
1244 | 2024-12-03T19:23:18.054Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-03T19:23:18.054Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-03T19:23:18.054Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-03T19:23:18.199Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-03T19:23:18.231Z | Compiling memchr v2.7.2 |
1249 | 2024-12-03T19:23:18.346Z | Compiling libm v0.2.8 |
1250 | 2024-12-03T19:23:18.592Z | Compiling ahash v0.8.11 |
1251 | 2024-12-03T19:23:18.652Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-03T19:23:18.681Z | Compiling itoa v1.0.11 |
1253 | 2024-12-03T19:23:18.849Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-03T19:23:18.926Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-03T19:23:19.188Z | Compiling ryu v1.0.18 |
1256 | 2024-12-03T19:23:19.296Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-03T19:23:19.405Z | Compiling quote v1.0.37 |
1258 | 2024-12-03T19:23:19.486Z | Compiling slab v0.4.9 |
1259 | 2024-12-03T19:23:19.527Z | Compiling jobserver v0.1.31 |
1260 | 2024-12-03T19:23:19.586Z | Compiling getrandom v0.2.14 |
1261 | 2024-12-03T19:23:19.676Z | Compiling syn v2.0.77 |
1262 | 2024-12-03T19:23:19.814Z | Compiling cc v1.0.97 |
1263 | 2024-12-03T19:23:19.860Z | Compiling pkg-config v0.3.30 |
1264 | 2024-12-03T19:23:19.987Z | Compiling schemars v0.8.21 |
1265 | 2024-12-03T19:23:20.011Z | Compiling vcpkg v0.2.15 |
1266 | 2024-12-03T19:23:20.079Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-03T19:23:20.633Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-03T19:23:20.701Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-03T19:23:20.725Z | Compiling log v0.4.22 |
1270 | 2024-12-03T19:23:20.750Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-03T19:23:21.126Z | Compiling scopeguard v1.2.0 |
1272 | 2024-12-03T19:23:21.150Z | Compiling equivalent v1.0.1 |
1273 | 2024-12-03T19:23:21.196Z | Compiling typenum v1.17.0 |
1274 | 2024-12-03T19:23:21.220Z | Compiling mio v1.0.2 |
1275 | 2024-12-03T19:23:21.271Z | Compiling socket2 v0.5.7 |
1276 | 2024-12-03T19:23:21.750Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-03T19:23:21.917Z | Compiling signal-hook-registry v1.4.2 |
1278 | 2024-12-03T19:23:22.113Z | Compiling ring v0.17.8 |
1279 | 2024-12-03T19:23:22.477Z | Compiling httparse v1.8.0 |
1280 | 2024-12-03T19:23:22.642Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-03T19:23:22.857Z | Compiling fnv v1.0.7 |
1282 | 2024-12-03T19:23:22.968Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-03T19:23:23.150Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-03T19:23:23.174Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-03T19:23:23.209Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-03T19:23:23.400Z | Compiling semver v1.0.23 |
1287 | 2024-12-03T19:23:23.476Z | Compiling slog v2.7.0 |
1288 | 2024-12-03T19:23:23.554Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-03T19:23:23.592Z | Compiling ucd-trie v0.1.6 |
1290 | 2024-12-03T19:23:23.853Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-03T19:23:23.909Z | Compiling subtle v2.5.0 |
1292 | 2024-12-03T19:23:23.973Z | Compiling heck v0.5.0 |
1293 | 2024-12-03T19:23:24.108Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-03T19:23:24.148Z | Compiling pin-utils v0.1.0 |
1295 | 2024-12-03T19:23:24.172Z | Compiling futures-io v0.3.30 |
1296 | 2024-12-03T19:23:24.172Z | Compiling rustversion v1.0.17 |
1297 | 2024-12-03T19:23:24.205Z | Compiling futures-task v0.3.30 |
1298 | 2024-12-03T19:23:24.290Z | Compiling syn v1.0.109 |
1299 | 2024-12-03T19:23:24.442Z | Compiling openssl v0.10.66 |
1300 | 2024-12-03T19:23:24.744Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-03T19:23:24.819Z | Compiling serde_derive_internals v0.29.1 |
1302 | 2024-12-03T19:23:25.446Z | Compiling regex-syntax v0.8.4 |
1303 | 2024-12-03T19:23:25.586Z | Compiling rustls v0.23.10 |
1304 | 2024-12-03T19:23:25.674Z | Compiling native-tls v0.2.11 |
1305 | 2024-12-03T19:23:25.876Z | Compiling heck v0.4.1 |
1306 | 2024-12-03T19:23:26.311Z | Compiling spin v0.9.8 |
1307 | 2024-12-03T19:23:26.518Z | Compiling anyhow v1.0.89 |
1308 | 2024-12-03T19:23:26.976Z | Compiling num-conv v0.1.0 |
1309 | 2024-12-03T19:23:27.237Z | Compiling untrusted v0.9.0 |
1310 | 2024-12-03T19:23:27.392Z | Compiling time-core v0.1.2 |
1311 | 2024-12-03T19:23:27.522Z | Compiling time-macros v0.2.18 |
1312 | 2024-12-03T19:23:27.675Z | Compiling tracing-core v0.1.32 |
1313 | 2024-12-03T19:23:28.280Z | Compiling serde_derive v1.0.210 |
1314 | 2024-12-03T19:23:28.387Z | Compiling zerocopy-derive v0.7.34 |
1315 | 2024-12-03T19:23:29.384Z | Compiling thiserror-impl v1.0.64 |
1316 | 2024-12-03T19:23:29.601Z | Compiling tokio-macros v2.4.0 |
1317 | 2024-12-03T19:23:29.629Z | Compiling schemars_derive v0.8.21 |
1318 | 2024-12-03T19:23:29.872Z | Compiling zerocopy v0.7.34 |
1319 | 2024-12-03T19:23:29.995Z | Compiling futures-macro v0.3.30 |
1320 | 2024-12-03T19:23:31.213Z | Compiling hashbrown v0.14.5 |
1321 | 2024-12-03T19:23:31.402Z | Compiling futures-util v0.3.30 |
1322 | 2024-12-03T19:23:31.637Z | Compiling pest v2.7.10 |
1323 | 2024-12-03T19:23:31.848Z | Compiling openssl-macros v0.1.1 |
1324 | 2024-12-03T19:23:32.272Z | Compiling regex-automata v0.4.6 |
1325 | 2024-12-03T19:23:32.550Z | Compiling tracing-attributes v0.1.27 |
1326 | 2024-12-03T19:23:32.957Z | Compiling scroll_derive v0.12.0 |
1327 | 2024-12-03T19:23:33.465Z | Compiling crypto-common v0.1.6 |
1328 | 2024-12-03T19:23:33.905Z | Compiling pest_meta v2.7.10 |
1329 | 2024-12-03T19:23:34.117Z | Compiling thread-id v4.2.1 |
1330 | 2024-12-03T19:23:34.821Z | Compiling tracing v0.1.40 |
1331 | 2024-12-03T19:23:34.930Z | Compiling pest_generator v2.7.10 |
1332 | 2024-12-03T19:23:35.335Z | Compiling regex v1.10.6 |
1333 | 2024-12-03T19:23:36.030Z | Compiling regress v0.10.1 |
1334 | 2024-12-03T19:23:36.117Z | Compiling percent-encoding v2.3.1 |
1335 | 2024-12-03T19:23:36.256Z | Compiling rustls-pki-types v1.7.0 |
1336 | 2024-12-03T19:23:36.489Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-03T19:23:36.634Z | Compiling pest_derive v2.7.10 |
1338 | 2024-12-03T19:23:36.885Z | Compiling camino v1.1.9 |
1339 | 2024-12-03T19:23:37.262Z | Compiling tinyvec_macros v0.1.1 |
1340 | 2024-12-03T19:23:37.348Z | Compiling tinyvec v1.6.0 |
1341 | 2024-12-03T19:23:37.445Z | Compiling usdt-impl v0.5.0 |
1342 | 2024-12-03T19:23:37.469Z | Compiling ppv-lite86 v0.2.17 |
1343 | 2024-12-03T19:23:37.796Z | Compiling bytes v1.7.2 |
1344 | 2024-12-03T19:23:38.148Z | Compiling indexmap v2.5.0 |
1345 | 2024-12-03T19:23:38.591Z | Compiling tokio v1.39.3 |
1346 | 2024-12-03T19:23:38.878Z | Compiling uuid v1.10.0 |
1347 | 2024-12-03T19:23:39.149Z | Compiling chrono v0.4.38 |
1348 | 2024-12-03T19:23:39.206Z | Compiling bitflags v2.6.0 |
1349 | 2024-12-03T19:23:39.427Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2024-12-03T19:23:39.848Z | Compiling http v1.1.0 |
1351 | 2024-12-03T19:23:40.420Z | Compiling zeroize v1.7.0 |
1352 | 2024-12-03T19:23:40.688Z | Compiling atomic-waker v1.1.2 |
1353 | 2024-12-03T19:23:40.713Z | Compiling unicode-normalization v0.1.23 |
1354 | 2024-12-03T19:23:40.867Z | Compiling rand_chacha v0.3.1 |
1355 | 2024-12-03T19:23:42.073Z | Compiling http-body v1.0.1 |
1356 | 2024-12-03T19:23:42.335Z | Compiling rustls-webpki v0.102.4 |
1357 | 2024-12-03T19:23:42.360Z | Compiling scroll v0.12.0 |
1358 | 2024-12-03T19:23:43.129Z | Compiling typify-impl v0.2.0 |
1359 | 2024-12-03T19:23:43.506Z | Compiling try-lock v0.2.5 |
1360 | 2024-12-03T19:23:43.641Z | Compiling unicode-bidi v0.3.15 |
1361 | 2024-12-03T19:23:44.075Z | Compiling plain v0.2.3 |
1362 | 2024-12-03T19:23:44.206Z | Compiling goblin v0.8.2 |
1363 | 2024-12-03T19:23:45.486Z | Compiling tokio-util v0.7.11 |
1364 | 2024-12-03T19:23:45.704Z | Compiling want v0.3.1 |
1365 | 2024-12-03T19:23:45.728Z | Compiling rand v0.8.5 |
1366 | 2024-12-03T19:23:45.931Z | Compiling openapiv3 v2.0.0 |
1367 | 2024-12-03T19:23:46.919Z | Compiling h2 v0.4.6 |
1368 | 2024-12-03T19:23:46.953Z | Compiling strum_macros v0.26.2 |
1369 | 2024-12-03T19:23:48.939Z | Compiling base64 v0.22.1 |
1370 | 2024-12-03T19:23:49.677Z | Compiling pretty-hex v0.4.1 |
1371 | 2024-12-03T19:23:49.813Z | Compiling omicron-workspace-hack v0.1.0 |
1372 | 2024-12-03T19:23:49.876Z | Compiling httpdate v1.0.3 |
1373 | 2024-12-03T19:23:50.154Z | Compiling dof v0.3.0 |
1374 | 2024-12-03T19:23:50.201Z | Compiling idna v0.5.0 |
1375 | 2024-12-03T19:23:50.621Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-03T19:23:50.680Z | Compiling cpufeatures v0.2.12 |
1377 | 2024-12-03T19:23:50.765Z | Compiling unsafe-libyaml v0.2.11 |
1378 | 2024-12-03T19:23:50.890Z | Compiling typify-macro v0.2.0 |
1379 | 2024-12-03T19:23:51.323Z | Compiling hyper v1.4.1 |
1380 | 2024-12-03T19:23:51.837Z | Compiling rustls v0.22.4 |
1381 | 2024-12-03T19:23:51.942Z | Compiling strsim v0.11.1 |
1382 | 2024-12-03T19:23:52.119Z | Compiling tower-service v0.3.2 |
1383 | 2024-12-03T19:23:52.254Z | Compiling serde_yaml v0.9.34+deprecated |
1384 | 2024-12-03T19:23:53.154Z | Compiling url v2.5.0 |
1385 | 2024-12-03T19:23:53.359Z | Compiling toml_datetime v0.6.8 |
1386 | 2024-12-03T19:23:53.654Z | Compiling typify v0.2.0 |
1387 | 2024-12-03T19:23:53.686Z | Compiling hyper-util v0.1.9 |
1388 | 2024-12-03T19:23:53.762Z | Compiling progenitor-impl v0.8.0 |
1389 | 2024-12-03T19:23:54.782Z | Compiling async-trait v0.1.83 |
1390 | 2024-12-03T19:23:56.419Z | Compiling block-buffer v0.10.4 |
1391 | 2024-12-03T19:23:56.796Z | Compiling slog-async v2.8.0 |
1392 | 2024-12-03T19:23:57.251Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-12-03T19:23:57.364Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-03T19:23:57.449Z | Compiling digest v0.10.7 |
1395 | 2024-12-03T19:23:58.010Z | Compiling http-body-util v0.1.2 |
1396 | 2024-12-03T19:23:58.064Z | Compiling multer v3.1.0 |
1397 | 2024-12-03T19:23:58.256Z | Compiling progenitor-macro v0.8.0 |
1398 | 2024-12-03T19:23:58.282Z | Compiling encoding_rs v0.8.34 |
1399 | 2024-12-03T19:23:58.360Z | Compiling crossbeam-utils v0.8.19 |
1400 | 2024-12-03T19:23:58.450Z | Compiling mime v0.3.17 |
1401 | 2024-12-03T19:23:58.536Z | Compiling paste v1.0.15 |
1402 | 2024-12-03T19:23:58.799Z | Compiling ident_case v1.0.1 |
1403 | 2024-12-03T19:23:58.946Z | Compiling darling_core v0.20.9 |
1404 | 2024-12-03T19:23:59.130Z | Compiling usdt-macro v0.5.0 |
1405 | 2024-12-03T19:23:59.276Z | Compiling usdt-attr-macro v0.5.0 |
1406 | 2024-12-03T19:24:00.272Z | Compiling rustls-pemfile v2.1.3 |
1407 | 2024-12-03T19:24:00.546Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2024-12-03T19:24:00.982Z | Compiling openssl-probe v0.1.5 |
1409 | 2024-12-03T19:24:02.982Z | Compiling darling_macro v0.20.9 |
1410 | 2024-12-03T19:24:03.342Z | Compiling async-stream-impl v0.3.5 |
1411 | 2024-12-03T19:24:04.568Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-03T19:24:04.986Z | Compiling powerfmt v0.2.0 |
1413 | 2024-12-03T19:24:06.444Z | Compiling ipnet v2.9.0 |
1414 | 2024-12-03T19:24:07.445Z | Compiling tokio-rustls v0.26.0 |
1415 | 2024-12-03T19:24:07.802Z | Compiling deranged v0.3.11 |
1416 | 2024-12-03T19:24:09.121Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-03T19:24:09.345Z | Compiling darling v0.20.9 |
1418 | 2024-12-03T19:24:09.805Z | Compiling serde_spanned v0.6.7 |
1419 | 2024-12-03T19:24:09.998Z | Compiling webpki-roots v0.26.3 |
1420 | 2024-12-03T19:24:10.148Z | Compiling futures-executor v0.3.30 |
1421 | 2024-12-03T19:24:11.497Z | Compiling num_threads v0.1.7 |
1422 | 2024-12-03T19:24:12.068Z | Compiling time v0.3.36 |
1423 | 2024-12-03T19:24:18.027Z | Compiling futures v0.3.30 |
1424 | 2024-12-03T19:24:18.124Z | Compiling hyper-rustls v0.27.3 |
1425 | 2024-12-03T19:24:18.508Z | Compiling serde_with_macros v3.9.0 |
1426 | 2024-12-03T19:24:19.117Z | Compiling hyper-tls v0.6.0 |
1427 | 2024-12-03T19:24:19.472Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-03T19:24:20.035Z | Compiling strum v0.26.2 |
1429 | 2024-12-03T19:24:20.186Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-12-03T19:24:20.849Z | Compiling structmeta-derive v0.3.0 |
1431 | 2024-12-03T19:24:21.521Z | Compiling sync_wrapper v1.0.1 |
1432 | 2024-12-03T19:24:21.652Z | Compiling rustix v0.38.34 |
1433 | 2024-12-03T19:24:22.308Z | Compiling reqwest v0.12.7 |
1434 | 2024-12-03T19:24:22.734Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-03T19:24:23.169Z | Compiling dirs-sys-next v0.1.2 |
1436 | 2024-12-03T19:24:23.346Z | Compiling errno v0.3.9 |
1437 | 2024-12-03T19:24:23.742Z | Compiling winnow v0.6.18 |
1438 | 2024-12-03T19:24:24.477Z | Compiling match_cfg v0.1.0 |
1439 | 2024-12-03T19:24:27.493Z | Compiling hostname v0.3.1 |
1440 | 2024-12-03T19:24:28.802Z | Compiling progenitor-client v0.8.0 |
1441 | 2024-12-03T19:24:29.436Z | Compiling dirs-next v2.0.0 |
1442 | 2024-12-03T19:24:31.187Z | Compiling parse-display-derive v0.10.0 |
1443 | 2024-12-03T19:24:31.667Z | Compiling ipnetwork v0.20.0 |
1444 | 2024-12-03T19:24:32.575Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1445 | 2024-12-03T19:24:33.232Z | Compiling thread_local v1.1.8 |
1446 | 2024-12-03T19:24:34.829Z | Compiling progenitor v0.8.0 |
1447 | 2024-12-03T19:24:34.981Z | Compiling term v0.7.0 |
1448 | 2024-12-03T19:24:35.785Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-03T19:24:35.961Z | Compiling is-terminal v0.4.12 |
1450 | 2024-12-03T19:24:36.062Z | Compiling memmap v0.7.0 |
1451 | 2024-12-03T19:24:36.519Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-03T19:24:38.508Z | Compiling usdt v0.5.0 |
1453 | 2024-12-03T19:24:39.174Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-03T19:24:39.560Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-03T19:24:40.202Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-03T19:24:40.632Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-03T19:24:41.120Z | Compiling winnow v0.5.40 |
1458 | 2024-12-03T19:24:41.503Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-12-03T19:24:42.982Z | Compiling toml v0.8.19 |
1460 | 2024-12-03T19:24:43.709Z | Compiling toml_edit v0.19.15 |
1461 | 2024-12-03T19:24:44.386Z | Compiling tokio-rustls v0.25.0 |
1462 | 2024-12-03T19:24:44.741Z | Compiling slog-bunyan v2.5.0 |
1463 | 2024-12-03T19:24:47.917Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-03T19:24:48.110Z | Compiling waitgroup v0.1.2 |
1465 | 2024-12-03T19:24:48.163Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2024-12-03T19:24:48.187Z | Compiling hostname v0.4.0 |
1467 | 2024-12-03T19:24:51.760Z | Compiling proc-macro-crate v1.3.1 |
1468 | 2024-12-03T19:24:52.191Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1469 | 2024-12-03T19:24:52.384Z | Compiling serde_with v3.9.0 |
1470 | 2024-12-03T19:24:54.046Z | Compiling newtype-uuid v1.1.0 |
1471 | 2024-12-03T19:24:54.591Z | Compiling unicode-width v0.1.14 |
1472 | 2024-12-03T19:24:55.301Z | Compiling hex v0.4.3 |
1473 | 2024-12-03T19:24:55.860Z | Compiling clap_derive v4.5.4 |
1474 | 2024-12-03T19:24:56.213Z | Compiling instant v0.1.12 |
1475 | 2024-12-03T19:24:56.451Z | Compiling utf8parse v0.2.1 |
1476 | 2024-12-03T19:24:56.578Z | Compiling lazy_static v1.5.0 |
1477 | 2024-12-03T19:24:56.678Z | Compiling anstyle-parse v0.2.4 |
1478 | 2024-12-03T19:24:56.702Z | Compiling backoff v0.4.0 |
1479 | 2024-12-03T19:24:58.311Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1480 | 2024-12-03T19:24:58.461Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2024-12-03T19:24:58.738Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1482 | 2024-12-03T19:24:58.874Z | Compiling parse-display v0.10.0 |
1483 | 2024-12-03T19:24:58.897Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1484 | 2024-12-03T19:24:59.014Z | Compiling macaddr v1.0.1 |
1485 | 2024-12-03T19:24:59.072Z | Compiling regress v0.9.1 |
1486 | 2024-12-03T19:24:59.759Z | Compiling num-integer v0.1.46 |
1487 | 2024-12-03T19:25:00.498Z | Compiling unicode-xid v0.2.4 |
1488 | 2024-12-03T19:25:00.602Z | Compiling colorchoice v1.0.1 |
1489 | 2024-12-03T19:25:00.741Z | Compiling is_terminal_polyfill v1.70.0 |
1490 | 2024-12-03T19:25:00.853Z | Compiling anstyle-query v1.0.3 |
1491 | 2024-12-03T19:25:00.876Z | Compiling anstyle v1.0.7 |
1492 | 2024-12-03T19:25:00.986Z | Compiling crucible-workspace-hack v0.1.0 |
1493 | 2024-12-03T19:25:01.287Z | Compiling anstream v0.6.14 |
1494 | 2024-12-03T19:25:02.656Z | Compiling terminal_size v0.3.0 |
1495 | 2024-12-03T19:25:02.830Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1496 | 2024-12-03T19:25:03.115Z | Compiling clap_lex v0.7.0 |
1497 | 2024-12-03T19:25:04.037Z | Compiling heapless v0.8.0 |
1498 | 2024-12-03T19:25:05.269Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-03T19:25:05.787Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-03T19:25:05.849Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-03T19:25:07.174Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-03T19:25:07.376Z | Compiling fastrand v2.1.0 |
1503 | 2024-12-03T19:25:07.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1504 | 2024-12-03T19:25:07.915Z | Compiling either v1.13.0 |
1505 | 2024-12-03T19:25:08.249Z | Compiling smoltcp v0.11.0 |
1506 | 2024-12-03T19:25:08.316Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-12-03T19:25:08.741Z | Compiling clap v4.5.4 |
1508 | 2024-12-03T19:25:08.881Z | Compiling num-rational v0.4.2 |
1509 | 2024-12-03T19:25:09.252Z | Compiling tempfile v3.10.1 |
1510 | 2024-12-03T19:25:09.863Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-03T19:25:10.511Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-03T19:25:10.683Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-03T19:25:10.962Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-03T19:25:11.340Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-03T19:25:11.498Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-03T19:25:11.596Z | Compiling managed v0.8.0 |
1517 | 2024-12-03T19:25:11.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2024-12-03T19:25:11.937Z | Compiling cobs v0.2.3 |
1519 | 2024-12-03T19:25:12.176Z | Compiling postcard v1.0.9 |
1520 | 2024-12-03T19:25:12.272Z | Compiling num v0.4.3 |
1521 | 2024-12-03T19:25:12.377Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-03T19:25:12.892Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-03T19:25:12.938Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-03T19:25:13.488Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1525 | 2024-12-03T19:25:13.575Z | Compiling proc-macro-error v1.0.4 |
1526 | 2024-12-03T19:25:13.799Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1527 | 2024-12-03T19:25:13.898Z | Compiling prettyplease v0.2.22 |
1528 | 2024-12-03T19:25:14.203Z | Compiling foreign-types-shared v0.3.1 |
1529 | 2024-12-03T19:25:14.309Z | Compiling pretty-hex v0.2.1 |
1530 | 2024-12-03T19:25:14.484Z | Compiling foreign-types v0.5.0 |
1531 | 2024-12-03T19:25:14.784Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-03T19:25:17.520Z | Compiling tabwriter v1.4.0 |
1533 | 2024-12-03T19:25:17.799Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-03T19:25:17.895Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1535 | 2024-12-03T19:25:18.584Z | Compiling cstr-argument v0.1.2 |
1536 | 2024-12-03T19:25:18.628Z | Compiling data-encoding v2.6.0 |
1537 | 2024-12-03T19:25:18.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1538 | 2024-12-03T19:25:19.134Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-03T19:25:20.218Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-03T19:25:21.129Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-03T19:25:21.455Z | Compiling colored v2.1.0 |
1542 | 2024-12-03T19:25:22.252Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-03T19:25:22.395Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-03T19:25:22.496Z | Compiling semver v0.1.20 |
1545 | 2024-12-03T19:25:22.541Z | Compiling static_assertions v1.1.0 |
1546 | 2024-12-03T19:25:22.639Z | Compiling unicode-segmentation v1.11.0 |
1547 | 2024-12-03T19:25:22.694Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1548 | 2024-12-03T19:25:22.734Z | Compiling float-ord v0.3.2 |
1549 | 2024-12-03T19:25:23.098Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1550 | 2024-12-03T19:25:23.586Z | Compiling newline-converter v0.3.0 |
1551 | 2024-12-03T19:25:23.625Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1552 | 2024-12-03T19:25:23.690Z | Compiling rustc_version v0.1.7 |
1553 | 2024-12-03T19:25:24.489Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-03T19:25:25.964Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-03T19:25:26.547Z | Compiling itertools v0.10.5 |
1556 | 2024-12-03T19:25:26.885Z | Compiling console v0.15.8 |
1557 | 2024-12-03T19:25:29.156Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-03T19:25:29.652Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-03T19:25:30.722Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-03T19:25:30.833Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-03T19:25:31.027Z | Compiling base64ct v1.6.0 |
1562 | 2024-12-03T19:25:31.128Z | Compiling similar v2.5.0 |
1563 | 2024-12-03T19:25:31.417Z | Compiling password-hash v0.5.0 |
1564 | 2024-12-03T19:25:31.601Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1565 | 2024-12-03T19:25:32.864Z | Compiling expectorate v1.1.0 |
1566 | 2024-12-03T19:25:33.104Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1567 | 2024-12-03T19:25:33.173Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-12-03T19:25:33.608Z | Compiling zone v0.3.0 |
1569 | 2024-12-03T19:25:35.541Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1570 | 2024-12-03T19:25:35.924Z | Compiling newtype_derive v0.1.6 |
1571 | 2024-12-03T19:25:36.113Z | Compiling zerocopy v0.3.2 |
1572 | 2024-12-03T19:25:36.226Z | Compiling blake2 v0.10.6 |
1573 | 2024-12-03T19:25:36.510Z | Compiling cargo-platform v0.1.8 |
1574 | 2024-12-03T19:25:36.572Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-12-03T19:25:36.872Z | Compiling smf v0.2.3 |
1576 | 2024-12-03T19:25:37.063Z | Compiling serde_repr v0.1.19 |
1577 | 2024-12-03T19:25:37.354Z | Compiling zerocopy-derive v0.6.6 |
1578 | 2024-12-03T19:25:37.971Z | Compiling vergen v8.3.2 |
1579 | 2024-12-03T19:25:38.263Z | Compiling base64 v0.21.7 |
1580 | 2024-12-03T19:25:38.543Z | Compiling cancel-safe-futures v0.1.5 |
1581 | 2024-12-03T19:25:38.567Z | Compiling owo-colors v4.1.0 |
1582 | 2024-12-03T19:25:38.806Z | Compiling whoami v1.5.1 |
1583 | 2024-12-03T19:25:38.833Z | Compiling fixedbitset v0.4.2 |
1584 | 2024-12-03T19:25:38.888Z | Compiling zerocopy v0.6.6 |
1585 | 2024-12-03T19:25:38.940Z | Compiling hubpack v0.1.2 |
1586 | 2024-12-03T19:25:39.325Z | Compiling petgraph v0.6.5 |
1587 | 2024-12-03T19:25:39.467Z | Compiling cargo_metadata v0.18.1 |
1588 | 2024-12-03T19:25:39.490Z | Compiling argon2 v0.5.3 |
1589 | 2024-12-03T19:25:39.565Z | Compiling dof v0.1.5 |
1590 | 2024-12-03T19:25:41.715Z | Compiling rustc_version v0.4.0 |
1591 | 2024-12-03T19:25:41.791Z | Compiling serde-big-array v0.5.1 |
1592 | 2024-12-03T19:25:41.972Z | Compiling dtrace-parser v0.1.14 |
1593 | 2024-12-03T19:25:41.998Z | Compiling strum_macros v0.25.3 |
1594 | 2024-12-03T19:25:42.189Z | Compiling libsqlite3-sys v0.30.1 |
1595 | 2024-12-03T19:25:42.607Z | Compiling slog-dtrace v0.3.0 |
1596 | 2024-12-03T19:25:42.646Z | Compiling cookie v0.18.1 |
1597 | 2024-12-03T19:25:42.951Z | Compiling rustls v0.21.12 |
1598 | 2024-12-03T19:25:43.229Z | Compiling convert_case v0.4.0 |
1599 | 2024-12-03T19:25:43.252Z | Compiling cfg_aliases v0.2.1 |
1600 | 2024-12-03T19:25:43.346Z | Compiling nix v0.29.0 |
1601 | 2024-12-03T19:25:43.775Z | Compiling derive_more v0.99.18 |
1602 | 2024-12-03T19:25:44.020Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-12-03T19:25:44.695Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-12-03T19:25:44.718Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1605 | 2024-12-03T19:25:46.077Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-03T19:25:46.571Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-12-03T19:25:47.349Z | Compiling atomicwrites v0.4.4 |
1608 | 2024-12-03T19:25:47.746Z | Compiling itertools v0.13.0 |
1609 | 2024-12-03T19:25:48.293Z | Compiling libsw v3.3.1 |
1610 | 2024-12-03T19:25:48.342Z | Compiling idna v0.4.0 |
1611 | 2024-12-03T19:25:48.565Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2024-12-03T19:25:48.944Z | Compiling sct v0.7.1 |
1613 | 2024-12-03T19:25:49.281Z | Compiling rustls-webpki v0.101.7 |
1614 | 2024-12-03T19:25:50.499Z | Compiling derive-where v1.2.7 |
1615 | 2024-12-03T19:25:51.178Z | Compiling enum-as-inner v0.6.0 |
1616 | 2024-12-03T19:25:51.304Z | Compiling inout v0.1.3 |
1617 | 2024-12-03T19:25:51.481Z | Compiling highway v1.2.0 |
1618 | 2024-12-03T19:25:51.571Z | Compiling linear-map v1.2.0 |
1619 | 2024-12-03T19:25:51.893Z | Compiling quick-error v1.2.3 |
1620 | 2024-12-03T19:25:52.026Z | Compiling linked-hash-map v0.5.6 |
1621 | 2024-12-03T19:25:52.054Z | Compiling utf-8 v0.7.6 |
1622 | 2024-12-03T19:25:52.308Z | Compiling indent_write v2.2.0 |
1623 | 2024-12-03T19:25:52.355Z | Compiling radium v0.7.0 |
1624 | 2024-12-03T19:25:52.378Z | Compiling swrite v0.1.0 |
1625 | 2024-12-03T19:25:52.487Z | Compiling lru-cache v0.1.2 |
1626 | 2024-12-03T19:25:52.511Z | Compiling tungstenite v0.21.0 |
1627 | 2024-12-03T19:25:52.593Z | Compiling hickory-proto v0.24.1 |
1628 | 2024-12-03T19:25:52.656Z | Compiling resolv-conf v0.7.0 |
1629 | 2024-12-03T19:25:52.784Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1630 | 2024-12-03T19:25:52.864Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-12-03T19:25:53.802Z | Compiling cipher v0.4.4 |
1632 | 2024-12-03T19:25:54.163Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-03T19:25:56.330Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-03T19:25:59.886Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-03T19:26:01.472Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2024-12-03T19:26:02.009Z | Compiling steno v0.4.1 |
1637 | 2024-12-03T19:26:02.822Z | Compiling git2 v0.19.0 |
1638 | 2024-12-03T19:26:08.143Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-03T19:26:08.345Z | Compiling crossbeam-epoch v0.9.18 |
1640 | 2024-12-03T19:26:09.008Z | Compiling hashlink v0.9.1 |
1641 | 2024-12-03T19:26:09.154Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1642 | 2024-12-03T19:26:09.211Z | Compiling tap v1.0.1 |
1643 | 2024-12-03T19:26:09.358Z | Compiling fallible-iterator v0.3.0 |
1644 | 2024-12-03T19:26:09.576Z | Compiling fallible-streaming-iterator v0.1.9 |
1645 | 2024-12-03T19:26:09.786Z | Compiling rayon-core v1.12.1 |
1646 | 2024-12-03T19:26:09.928Z | Compiling humantime v2.1.0 |
1647 | 2024-12-03T19:26:10.118Z | Compiling rusqlite v0.32.1 |
1648 | 2024-12-03T19:26:10.568Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1649 | 2024-12-03T19:26:12.767Z | Compiling wyz v0.5.1 |
1650 | 2024-12-03T19:26:13.093Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1651 | 2024-12-03T19:26:13.373Z | Compiling crossbeam-deque v0.8.5 |
1652 | 2024-12-03T19:26:13.874Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-12-03T19:26:14.201Z | Compiling hickory-resolver v0.24.1 |
1654 | 2024-12-03T19:26:14.325Z | Compiling tokio-tungstenite v0.21.0 |
1655 | 2024-12-03T19:26:14.923Z | Compiling usdt-macro v0.3.5 |
1656 | 2024-12-03T19:26:15.140Z | Compiling usdt-attr-macro v0.3.5 |
1657 | 2024-12-03T19:26:15.914Z | Compiling rustls-pemfile v1.0.4 |
1658 | 2024-12-03T19:26:15.962Z | Compiling twox-hash v1.6.3 |
1659 | 2024-12-03T19:26:16.239Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1660 | 2024-12-03T19:26:16.493Z | Compiling num_enum_derive v0.7.2 |
1661 | 2024-12-03T19:26:16.707Z | Compiling universal-hash v0.5.1 |
1662 | 2024-12-03T19:26:16.882Z | Compiling atty v0.2.14 |
1663 | 2024-12-03T19:26:17.016Z | Compiling opaque-debug v0.3.1 |
1664 | 2024-12-03T19:26:17.118Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1665 | 2024-12-03T19:26:17.416Z | Compiling funty v2.0.0 |
1666 | 2024-12-03T19:26:18.339Z | Compiling num_enum v0.7.2 |
1667 | 2024-12-03T19:26:18.484Z | Compiling bitvec v1.0.1 |
1668 | 2024-12-03T19:26:18.668Z | Compiling polyval v0.6.2 |
1669 | 2024-12-03T19:26:19.174Z | Compiling usdt v0.3.5 |
1670 | 2024-12-03T19:26:19.502Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1671 | 2024-12-03T19:26:22.188Z | Compiling aes v0.8.4 |
1672 | 2024-12-03T19:26:22.349Z | Compiling ctr v0.9.2 |
1673 | 2024-12-03T19:26:22.611Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1674 | 2024-12-03T19:26:22.965Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1675 | 2024-12-03T19:26:23.891Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1676 | 2024-12-03T19:26:24.988Z | Compiling bincode v1.3.3 |
1677 | 2024-12-03T19:26:25.758Z | Compiling aead v0.5.2 |
1678 | 2024-12-03T19:26:26.005Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1679 | 2024-12-03T19:26:26.149Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1680 | 2024-12-03T19:26:26.493Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1681 | 2024-12-03T19:26:26.766Z | Compiling aes-gcm-siv v0.11.1 |
1682 | 2024-12-03T19:26:26.985Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1683 | 2024-12-03T19:26:27.307Z | Compiling toml v0.7.8 |
1684 | 2024-12-03T19:26:29.472Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1685 | 2024-12-03T19:26:31.360Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1686 | 2024-12-03T19:26:31.773Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1687 | 2024-12-03T19:26:34.531Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-03T19:26:34.806Z | Compiling rayon v1.10.0 |
1689 | 2024-12-03T19:26:36.440Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1690 | 2024-12-03T19:26:36.712Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1691 | 2024-12-03T19:26:37.102Z | Compiling bitstruct_derive v0.1.0 |
1692 | 2024-12-03T19:26:37.471Z | Compiling async-recursion v1.1.1 |
1693 | 2024-12-03T19:26:38.154Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1694 | 2024-12-03T19:26:38.272Z | Compiling ascii v1.1.0 |
1695 | 2024-12-03T19:26:38.614Z | Compiling ringbuffer v0.15.0 |
1696 | 2024-12-03T19:26:38.858Z | Compiling typeid v1.0.0 |
1697 | 2024-12-03T19:26:38.881Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1698 | 2024-12-03T19:26:39.002Z | Compiling erased-serde v0.4.5 |
1699 | 2024-12-03T19:26:40.143Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-03T19:26:40.384Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-03T19:26:40.441Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-03T19:26:40.494Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1703 | 2024-12-03T19:26:40.772Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1704 | 2024-12-03T19:26:40.796Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-03T19:26:41.116Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1706 | 2024-12-03T19:26:41.567Z | Compiling const_format_proc_macros v0.2.32 |
1707 | 2024-12-03T19:26:42.007Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1708 | 2024-12-03T19:26:42.901Z | Compiling serde_arrays v0.1.0 |
1709 | 2024-12-03T19:26:42.956Z | Compiling kstat-rs v0.2.4 |
1710 | 2024-12-03T19:26:43.055Z | Compiling libloading v0.7.4 |
1711 | 2024-12-03T19:26:43.399Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1712 | 2024-12-03T19:26:43.664Z | Compiling const_format v0.2.32 |
1713 | 2024-12-03T19:26:44.626Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1714 | 2024-12-03T19:26:45.064Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1715 | 2024-12-03T19:26:45.220Z | Compiling ron v0.8.1 |
1716 | 2024-12-03T19:26:46.252Z | Compiling bit_field v0.10.2 |
1717 | 2024-12-03T19:26:46.482Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1718 | 2024-12-03T19:26:57.672Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1719 | 2024-12-03T19:26:58.779Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1720 | 2024-12-03T19:27:50.167Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1721 | 2024-12-03T19:27:50.300Z | |
1722 | 2024-12-03T19:27:50.300Z | real 4:33.155857002 |
1723 | 2024-12-03T19:27:50.300Z | user 32:05.586104748 |
1724 | 2024-12-03T19:27:50.300Z | sys 2:15.533169535 |
1725 | 2024-12-03T19:27:50.300Z | trap 0.939448676 |
1726 | 2024-12-03T19:27:50.300Z | tflt 1.275529813 |
1727 | 2024-12-03T19:27:50.300Z | dflt 0.377917318 |
1728 | 2024-12-03T19:27:50.300Z | kflt 0.031442533 |
1729 | 2024-12-03T19:27:50.300Z | lock 1:08:57.834457977 |
1730 | 2024-12-03T19:27:50.300Z | slp 1:54:42.051939800 |
1731 | 2024-12-03T19:27:50.300Z | lat 1:50.056883358 |
1732 | 2024-12-03T19:27:50.324Z | stop 2:14.964538871 |
1733 | 2024-12-03T19:27:50.324Z | + OUTDIR=/work/release |
1734 | 2024-12-03T19:27:50.324Z | + mkdir -p /work/release |
1735 | 2024-12-03T19:27:50.324Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-03T19:27:50.324Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-03T19:27:50.394Z | process exited: duration 503434 ms, exit code 0 |
|
1738 | 2024-12-03T19:27:50.471Z | found 2 output files |
1739 | 2024-12-03T19:27:50.471Z | uploading: /work/release/propolis-cli (14434024 bytes) |
1740 | 2024-12-03T19:27:52.239Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-03T19:27:52.264Z | uploading: /work/release/propolis-server (58298528 bytes) |
1742 | 2024-12-03T19:27:55.820Z | uploaded: /work/release/propolis-server |