|
|
|
1 | 2024-12-03T23:23:31.157Z | job assigned to worker 01JE7DAQ1V3KV67D99PX3FXBFB [factory aws, i-0d09d5f5c5cd2acaf] (queued for 49 s) |
|
2 | 2024-12-03T23:23:38.915Z | starting task 0: "setup" |
3 | 2024-12-03T23:23:38.925Z | ++ uname -s |
4 | 2024-12-03T23:23:38.928Z | + kern=SunOS |
5 | 2024-12-03T23:23:38.928Z | + case "$kern" in |
6 | 2024-12-03T23:23:38.928Z | + groupadd -g 12345 build |
7 | 2024-12-03T23:23:38.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T23:23:40.940Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T23:23:41.050Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T23:23:41.053Z | + home_fs=zfs |
11 | 2024-12-03T23:23:41.053Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T23:23:41.053Z | + mkdir -p /home/build |
13 | 2024-12-03T23:23:41.055Z | + chown build:build /home/build /work |
14 | 2024-12-03T23:23:43.057Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T23:23:43.060Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-12-03T23:23:43.065Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T23:23:43.071Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T23:23:43.071Z | ' stable |
19 | 2024-12-03T23:23:43.071Z | * toolchain channel = "stable" |
20 | 2024-12-03T23:23:43.071Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-03T23:23:43.071Z | ' default |
22 | 2024-12-03T23:23:43.071Z | * toolchain profile = "default" |
23 | 2024-12-03T23:23:43.074Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T23:23:43.074Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-03T23:23:43.196Z | info: downloading installer |
26 | 2024-12-03T23:23:44.359Z | info: profile set to 'default' |
27 | 2024-12-03T23:23:44.359Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T23:23:44.362Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-03T23:23:44.537Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-03T23:23:44.537Z | info: downloading component 'cargo' |
31 | 2024-12-03T23:23:45.559Z | info: downloading component 'clippy' |
32 | 2024-12-03T23:23:45.950Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T23:23:47.387Z | info: downloading component 'rust-std' |
34 | 2024-12-03T23:23:49.461Z | info: downloading component 'rustc' |
35 | 2024-12-03T23:23:57.332Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T23:23:57.633Z | info: installing component 'cargo' |
37 | 2024-12-03T23:23:58.463Z | info: installing component 'clippy' |
38 | 2024-12-03T23:23:58.840Z | info: installing component 'rust-docs' |
39 | 2024-12-03T23:24:00.582Z | info: installing component 'rust-std' |
40 | 2024-12-03T23:24:02.235Z | info: installing component 'rustc' |
41 | 2024-12-03T23:24:08.158Z | info: installing component 'rustfmt' |
42 | 2024-12-03T23:24:08.502Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-03T23:24:08.503Z | |
44 | 2024-12-03T23:24:08.874Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-03T23:24:08.875Z | |
46 | 2024-12-03T23:24:08.879Z | |
47 | 2024-12-03T23:24:08.879Z | Rust is installed now. Great! |
48 | 2024-12-03T23:24:08.879Z | |
49 | 2024-12-03T23:24:08.879Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T23:24:08.879Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T23:24:08.879Z | |
52 | 2024-12-03T23:24:08.879Z | To configure your current shell, you need to source |
53 | 2024-12-03T23:24:08.879Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T23:24:08.880Z | |
55 | 2024-12-03T23:24:08.880Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T23:24:08.880Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T23:24:08.880Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T23:24:08.952Z | + rustc --version |
59 | 2024-12-03T23:24:09.025Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-03T23:24:09.029Z | process exited: duration 25958 ms, exit code 0 |
|
61 | 2024-12-03T23:24:09.038Z | starting task 2: "authentication" |
62 | 2024-12-03T23:24:09.061Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-03T23:24:09.067Z | starting task 3: "clone repository" |
64 | 2024-12-03T23:24:09.072Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-03T23:24:09.075Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-03T23:24:09.114Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-03T23:24:10.095Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-03T23:24:10.098Z | + git fetch origin b01f622ed2b022196b70040cbd54ffd8b42ce132 |
69 | 2024-12-03T23:24:10.375Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-03T23:24:10.375Z | * branch b01f622ed2b022196b70040cbd54ffd8b42ce132 -> FETCH_HEAD |
71 | 2024-12-03T23:24:10.384Z | + [[ -n alan/same-old-same-old ]] |
72 | 2024-12-03T23:24:10.387Z | ++ git branch --show-current |
73 | 2024-12-03T23:24:10.390Z | + current=master |
74 | 2024-12-03T23:24:10.390Z | + [[ master != alan/same-old-same-old ]] |
75 | 2024-12-03T23:24:10.390Z | + git branch -f alan/same-old-same-old b01f622ed2b022196b70040cbd54ffd8b42ce132 |
76 | 2024-12-03T23:24:10.393Z | + git checkout -f alan/same-old-same-old |
77 | 2024-12-03T23:24:10.420Z | Switched to branch 'alan/same-old-same-old' |
78 | 2024-12-03T23:24:10.422Z | + git reset --hard b01f622ed2b022196b70040cbd54ffd8b42ce132 |
79 | 2024-12-03T23:24:10.428Z | HEAD is now at b01f622 Update crucible |
80 | 2024-12-03T23:24:10.430Z | process exited: duration 1361 ms, exit code 0 |
|
81 | 2024-12-03T23:24:10.436Z | starting task 4: "build" |
82 | 2024-12-03T23:24:10.442Z | + cargo --version |
83 | 2024-12-03T23:24:10.508Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-03T23:24:10.510Z | + rustc --version |
85 | 2024-12-03T23:24:10.581Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-03T23:24:10.585Z | + banner check |
87 | 2024-12-03T23:24:10.588Z | |
88 | 2024-12-03T23:24:10.588Z | #### # # ###### #### # # |
89 | 2024-12-03T23:24:10.588Z | # # # # # # # # # |
90 | 2024-12-03T23:24:10.588Z | # ###### ##### # #### |
91 | 2024-12-03T23:24:10.588Z | # # # # # # # |
92 | 2024-12-03T23:24:10.588Z | # # # # # # # # # |
93 | 2024-12-03T23:24:10.588Z | #### # # ###### #### # # |
94 | 2024-12-03T23:24:10.588Z | |
95 | 2024-12-03T23:24:10.591Z | + ptime -m cargo check --features falcon |
96 | 2024-12-03T23:24:10.761Z | Updating crates.io index |
97 | 2024-12-03T23:24:10.765Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-03T23:24:13.414Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-03T23:24:20.442Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-03T23:24:20.683Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-03T23:24:20.921Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-03T23:24:21.191Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-03T23:24:21.514Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-03T23:24:22.061Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-03T23:24:22.708Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-03T23:24:22.970Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-03T23:24:23.279Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-03T23:24:23.885Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-03T23:24:24.767Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-03T23:24:25.797Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-03T23:24:26.947Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-03T23:24:27.216Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-03T23:24:27.868Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-03T23:24:28.161Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-03T23:24:29.463Z | Downloading crates ... |
116 | 2024-12-03T23:24:29.550Z | Downloaded cfg_aliases v0.2.1 |
117 | 2024-12-03T23:24:29.560Z | Downloaded clap v4.5.4 |
118 | 2024-12-03T23:24:29.573Z | Downloaded aes-gcm-siv v0.11.1 |
119 | 2024-12-03T23:24:29.576Z | Downloaded argon2 v0.5.3 |
120 | 2024-12-03T23:24:29.579Z | Downloaded anstyle-query v1.0.3 |
121 | 2024-12-03T23:24:29.581Z | Downloaded pin-project-lite v0.2.14 |
122 | 2024-12-03T23:24:29.586Z | Downloaded anstyle v1.0.7 |
123 | 2024-12-03T23:24:29.593Z | Downloaded ascii v1.1.0 |
124 | 2024-12-03T23:24:29.596Z | Downloaded anyhow v1.0.89 |
125 | 2024-12-03T23:24:29.599Z | Downloaded allocator-api2 v0.2.18 |
126 | 2024-12-03T23:24:29.604Z | Downloaded anstream v0.6.14 |
127 | 2024-12-03T23:24:29.607Z | Downloaded once_cell v1.19.0 |
128 | 2024-12-03T23:24:29.610Z | Downloaded anstyle-parse v0.2.4 |
129 | 2024-12-03T23:24:29.613Z | Downloaded aead v0.5.2 |
130 | 2024-12-03T23:24:29.615Z | Downloaded num-integer v0.1.46 |
131 | 2024-12-03T23:24:29.619Z | Downloaded openssl-macros v0.1.1 |
132 | 2024-12-03T23:24:29.619Z | Downloaded omicron-workspace-hack v0.1.0 |
133 | 2024-12-03T23:24:29.619Z | Downloaded num-traits v0.2.19 |
134 | 2024-12-03T23:24:29.621Z | Downloaded num_threads v0.1.7 |
135 | 2024-12-03T23:24:29.623Z | Downloaded bit_field v0.10.2 |
136 | 2024-12-03T23:24:29.625Z | Downloaded expectorate v1.1.0 |
137 | 2024-12-03T23:24:29.628Z | Downloaded autocfg v1.3.0 |
138 | 2024-12-03T23:24:29.630Z | Downloaded byteorder v1.5.0 |
139 | 2024-12-03T23:24:29.633Z | Downloaded atomic-waker v1.1.2 |
140 | 2024-12-03T23:24:29.633Z | Downloaded block-buffer v0.10.4 |
141 | 2024-12-03T23:24:29.635Z | Downloaded bitstruct_derive v0.1.0 |
142 | 2024-12-03T23:24:29.635Z | Downloaded async-stream-impl v0.3.5 |
143 | 2024-12-03T23:24:29.635Z | Downloaded aes v0.8.4 |
144 | 2024-12-03T23:24:29.640Z | Downloaded opaque-debug v0.3.1 |
145 | 2024-12-03T23:24:29.642Z | Downloaded num-rational v0.4.2 |
146 | 2024-12-03T23:24:29.645Z | Downloaded num-iter v0.1.45 |
147 | 2024-12-03T23:24:29.645Z | Downloaded cargo-platform v0.1.8 |
148 | 2024-12-03T23:24:29.647Z | Downloaded num_enum v0.7.2 |
149 | 2024-12-03T23:24:29.651Z | Downloaded cipher v0.4.4 |
150 | 2024-12-03T23:24:29.654Z | Downloaded async-trait v0.1.83 |
151 | 2024-12-03T23:24:29.657Z | Downloaded bitstruct v0.1.1 |
152 | 2024-12-03T23:24:29.660Z | Downloaded bitflags v2.6.0 |
153 | 2024-12-03T23:24:29.664Z | Downloaded atomicwrites v0.4.4 |
154 | 2024-12-03T23:24:29.666Z | Downloaded cfg_aliases v0.1.1 |
155 | 2024-12-03T23:24:29.666Z | Downloaded cargo_metadata v0.18.1 |
156 | 2024-12-03T23:24:29.668Z | Downloaded openssl v0.10.66 |
157 | 2024-12-03T23:24:29.679Z | Downloaded progenitor v0.8.0 |
158 | 2024-12-03T23:24:29.682Z | Downloaded progenitor-client v0.8.0 |
159 | 2024-12-03T23:24:29.684Z | Downloaded cstr-argument v0.1.2 |
160 | 2024-12-03T23:24:29.687Z | Downloaded crucible-workspace-hack v0.1.0 |
161 | 2024-12-03T23:24:29.687Z | Downloaded owo-colors v4.1.0 |
162 | 2024-12-03T23:24:29.689Z | Downloaded async-stream v0.3.5 |
163 | 2024-12-03T23:24:29.692Z | Downloaded pretty-hex v0.2.1 |
164 | 2024-12-03T23:24:29.695Z | Downloaded openssl-sys v0.9.103 |
165 | 2024-12-03T23:24:29.699Z | Downloaded powerfmt v0.2.0 |
166 | 2024-12-03T23:24:29.701Z | Downloaded colored v2.1.0 |
167 | 2024-12-03T23:24:29.704Z | Downloaded serde_arrays v0.1.0 |
168 | 2024-12-03T23:24:29.706Z | Downloaded quick-error v1.2.3 |
169 | 2024-12-03T23:24:29.709Z | Downloaded equivalent v1.0.1 |
170 | 2024-12-03T23:24:29.709Z | Downloaded darling_macro v0.20.9 |
171 | 2024-12-03T23:24:29.709Z | Downloaded resolv-conf v0.7.0 |
172 | 2024-12-03T23:24:29.711Z | Downloaded dtrace-parser v0.1.14 |
173 | 2024-12-03T23:24:29.713Z | Downloaded convert_case v0.4.0 |
174 | 2024-12-03T23:24:29.713Z | Downloaded crypto-common v0.1.6 |
175 | 2024-12-03T23:24:29.716Z | Downloaded cobs v0.2.3 |
176 | 2024-12-03T23:24:29.716Z | Downloaded clap_lex v0.7.0 |
177 | 2024-12-03T23:24:29.719Z | Downloaded bitflags v1.3.2 |
178 | 2024-12-03T23:24:29.721Z | Downloaded pretty-hex v0.4.1 |
179 | 2024-12-03T23:24:29.723Z | Downloaded usdt-macro v0.5.0 |
180 | 2024-12-03T23:24:29.727Z | Downloaded quinn-udp v0.5.5 |
181 | 2024-12-03T23:24:29.727Z | Downloaded progenitor-macro v0.8.0 |
182 | 2024-12-03T23:24:29.730Z | Downloaded foreign-types-shared v0.1.1 |
183 | 2024-12-03T23:24:29.730Z | Downloaded rand_chacha v0.3.1 |
184 | 2024-12-03T23:24:29.730Z | Downloaded percent-encoding v2.3.1 |
185 | 2024-12-03T23:24:29.733Z | Downloaded serde-big-array v0.5.1 |
186 | 2024-12-03T23:24:29.733Z | Downloaded rand_core v0.6.4 |
187 | 2024-12-03T23:24:29.735Z | Downloaded scroll_derive v0.12.0 |
188 | 2024-12-03T23:24:29.738Z | Downloaded data-encoding v2.6.0 |
189 | 2024-12-03T23:24:29.738Z | Downloaded errno v0.3.9 |
190 | 2024-12-03T23:24:29.740Z | Downloaded semver v1.0.23 |
191 | 2024-12-03T23:24:29.743Z | Downloaded proc-macro-crate v1.3.1 |
192 | 2024-12-03T23:24:29.745Z | Downloaded dof v0.3.0 |
193 | 2024-12-03T23:24:29.745Z | Downloaded const_format_proc_macros v0.2.32 |
194 | 2024-12-03T23:24:29.749Z | Downloaded semver v0.1.20 |
195 | 2024-12-03T23:24:29.749Z | Downloaded rustc-hash v2.0.0 |
196 | 2024-12-03T23:24:29.752Z | Downloaded num-conv v0.1.0 |
197 | 2024-12-03T23:24:29.752Z | Downloaded ident_case v1.0.1 |
198 | 2024-12-03T23:24:29.754Z | Downloaded dyn-clone v1.0.17 |
199 | 2024-12-03T23:24:29.757Z | Downloaded radium v0.7.0 |
200 | 2024-12-03T23:24:29.757Z | Downloaded polyval v0.6.2 |
201 | 2024-12-03T23:24:29.759Z | Downloaded either v1.13.0 |
202 | 2024-12-03T23:24:29.760Z | Downloaded schemars_derive v0.8.21 |
203 | 2024-12-03T23:24:29.762Z | Downloaded sync_wrapper v1.0.1 |
204 | 2024-12-03T23:24:29.764Z | Downloaded rustls-pemfile v1.0.4 |
205 | 2024-12-03T23:24:29.767Z | Downloaded want v0.3.1 |
206 | 2024-12-03T23:24:29.767Z | Downloaded tower-service v0.3.2 |
207 | 2024-12-03T23:24:29.769Z | Downloaded console v0.15.8 |
208 | 2024-12-03T23:24:29.772Z | Downloaded scopeguard v1.2.0 |
209 | 2024-12-03T23:24:29.774Z | Downloaded foreign-types-shared v0.3.1 |
210 | 2024-12-03T23:24:29.775Z | Downloaded zone_cfg_derive v0.3.0 |
211 | 2024-12-03T23:24:29.775Z | Downloaded num v0.4.3 |
212 | 2024-12-03T23:24:29.777Z | Downloaded float-ord v0.3.2 |
213 | 2024-12-03T23:24:29.777Z | Downloaded fallible-iterator v0.3.0 |
214 | 2024-12-03T23:24:29.780Z | Downloaded xattr v1.3.1 |
215 | 2024-12-03T23:24:29.783Z | Downloaded sct v0.7.1 |
216 | 2024-12-03T23:24:29.786Z | Downloaded hex v0.4.3 |
217 | 2024-12-03T23:24:29.788Z | Downloaded proc-macro-error v1.0.4 |
218 | 2024-12-03T23:24:29.791Z | Downloaded blake2 v0.10.6 |
219 | 2024-12-03T23:24:29.794Z | Downloaded http-body v1.0.1 |
220 | 2024-12-03T23:24:29.796Z | Downloaded pest_meta v2.7.10 |
221 | 2024-12-03T23:24:29.799Z | Downloaded defmt v0.3.8 |
222 | 2024-12-03T23:24:29.801Z | Downloaded lru-cache v0.1.2 |
223 | 2024-12-03T23:24:29.808Z | Downloaded sigpipe v0.1.3 |
224 | 2024-12-03T23:24:29.810Z | Downloaded tap v1.0.1 |
225 | 2024-12-03T23:24:29.810Z | Downloaded tabwriter v1.4.0 |
226 | 2024-12-03T23:24:29.810Z | Downloaded ppv-lite86 v0.2.17 |
227 | 2024-12-03T23:24:29.810Z | Downloaded synstructure v0.12.6 |
228 | 2024-12-03T23:24:29.813Z | Downloaded newtype-uuid v1.1.0 |
229 | 2024-12-03T23:24:29.813Z | Downloaded crossbeam-utils v0.8.19 |
230 | 2024-12-03T23:24:29.815Z | Downloaded typify-macro v0.2.0 |
231 | 2024-12-03T23:24:29.817Z | Downloaded static_assertions v1.1.0 |
232 | 2024-12-03T23:24:29.820Z | Downloaded whoami v1.5.1 |
233 | 2024-12-03T23:24:29.822Z | Downloaded ringbuffer v0.15.0 |
234 | 2024-12-03T23:24:29.825Z | Downloaded password-hash v0.5.0 |
235 | 2024-12-03T23:24:29.828Z | Downloaded funty v2.0.0 |
236 | 2024-12-03T23:24:29.828Z | Downloaded usdt-impl v0.3.5 |
237 | 2024-12-03T23:24:29.828Z | Downloaded derive_more v0.99.18 |
238 | 2024-12-03T23:24:29.834Z | Downloaded hash32 v0.3.1 |
239 | 2024-12-03T23:24:29.837Z | Downloaded tinyvec_macros v0.1.1 |
240 | 2024-12-03T23:24:29.839Z | Downloaded parking_lot v0.12.2 |
241 | 2024-12-03T23:24:29.842Z | Downloaded sha1 v0.10.6 |
242 | 2024-12-03T23:24:29.844Z | Downloaded base64 v0.22.1 |
243 | 2024-12-03T23:24:29.848Z | Downloaded newtype_derive v0.1.6 |
244 | 2024-12-03T23:24:29.851Z | Downloaded lazy_static v1.5.0 |
245 | 2024-12-03T23:24:29.853Z | Downloaded indent_write v2.2.0 |
246 | 2024-12-03T23:24:29.853Z | Downloaded usdt-attr-macro v0.5.0 |
247 | 2024-12-03T23:24:29.856Z | Downloaded usdt-impl v0.5.0 |
248 | 2024-12-03T23:24:29.856Z | Downloaded waitgroup v0.1.2 |
249 | 2024-12-03T23:24:29.858Z | Downloaded usdt-attr-macro v0.3.5 |
250 | 2024-12-03T23:24:29.858Z | Downloaded derive-where v1.2.7 |
251 | 2024-12-03T23:24:29.862Z | Downloaded instant v0.1.12 |
252 | 2024-12-03T23:24:29.865Z | Downloaded httparse v1.8.0 |
253 | 2024-12-03T23:24:29.867Z | Downloaded cc v1.0.97 |
254 | 2024-12-03T23:24:29.870Z | Downloaded zeroize v1.7.0 |
255 | 2024-12-03T23:24:29.872Z | Downloaded smf v0.2.3 |
256 | 2024-12-03T23:24:29.875Z | Downloaded signal-hook-registry v1.4.2 |
257 | 2024-12-03T23:24:29.877Z | Downloaded time-core v0.1.2 |
258 | 2024-12-03T23:24:29.877Z | Downloaded proc-macro2 v1.0.86 |
259 | 2024-12-03T23:24:29.880Z | Downloaded tempfile v3.10.1 |
260 | 2024-12-03T23:24:29.882Z | Downloaded is_terminal_polyfill v1.70.0 |
261 | 2024-12-03T23:24:29.884Z | Downloaded jobserver v0.1.31 |
262 | 2024-12-03T23:24:29.887Z | Downloaded log v0.4.22 |
263 | 2024-12-03T23:24:29.890Z | Downloaded form_urlencoded v1.2.1 |
264 | 2024-12-03T23:24:29.892Z | Downloaded futures-executor v0.3.30 |
265 | 2024-12-03T23:24:29.892Z | Downloaded socket2 v0.5.7 |
266 | 2024-12-03T23:24:29.895Z | Downloaded const_format v0.2.32 |
267 | 2024-12-03T23:24:29.900Z | Downloaded newline-converter v0.3.0 |
268 | 2024-12-03T23:24:29.902Z | Downloaded serde_tokenstream v0.2.2 |
269 | 2024-12-03T23:24:29.904Z | Downloaded usdt v0.5.0 |
270 | 2024-12-03T23:24:29.905Z | Downloaded toml_datetime v0.6.8 |
271 | 2024-12-03T23:24:29.907Z | Downloaded smallvec v1.13.2 |
272 | 2024-12-03T23:24:29.910Z | Downloaded linear-map v1.2.0 |
273 | 2024-12-03T23:24:29.910Z | Downloaded hostname v0.4.0 |
274 | 2024-12-03T23:24:29.912Z | Downloaded mime v0.3.17 |
275 | 2024-12-03T23:24:29.915Z | Downloaded fnv v1.0.7 |
276 | 2024-12-03T23:24:29.915Z | Downloaded version_check v0.9.5 |
277 | 2024-12-03T23:24:29.918Z | Downloaded strsim v0.11.1 |
278 | 2024-12-03T23:24:29.918Z | Downloaded memmap v0.7.0 |
279 | 2024-12-03T23:24:29.921Z | Downloaded libloading v0.7.4 |
280 | 2024-12-03T23:24:29.923Z | Downloaded hubpack_derive v0.1.1 |
281 | 2024-12-03T23:24:29.923Z | Downloaded is_ci v1.2.0 |
282 | 2024-12-03T23:24:29.923Z | Downloaded slog-json v2.6.1 |
283 | 2024-12-03T23:24:29.926Z | Downloaded inout v0.1.3 |
284 | 2024-12-03T23:24:29.928Z | Downloaded is-terminal v0.4.12 |
285 | 2024-12-03T23:24:29.928Z | Downloaded generic-array v0.14.7 |
286 | 2024-12-03T23:24:29.931Z | Downloaded tar v0.4.40 |
287 | 2024-12-03T23:24:29.933Z | Downloaded tokio-macros v2.4.0 |
288 | 2024-12-03T23:24:29.936Z | Downloaded serde_yaml v0.9.34+deprecated |
289 | 2024-12-03T23:24:29.938Z | Downloaded foreign-types v0.3.2 |
290 | 2024-12-03T23:24:29.941Z | Downloaded structmeta v0.3.0 |
291 | 2024-12-03T23:24:29.941Z | Downloaded zerocopy-derive v0.7.34 |
292 | 2024-12-03T23:24:29.945Z | Downloaded heck v0.5.0 |
293 | 2024-12-03T23:24:29.947Z | Downloaded unicode-xid v0.2.4 |
294 | 2024-12-03T23:24:29.950Z | Downloaded slog-dtrace v0.3.0 |
295 | 2024-12-03T23:24:29.950Z | Downloaded schemars v0.8.21 |
296 | 2024-12-03T23:24:29.962Z | Downloaded strum v0.26.2 |
297 | 2024-12-03T23:24:29.964Z | Downloaded typeid v1.0.0 |
298 | 2024-12-03T23:24:29.965Z | Downloaded try-lock v0.2.5 |
299 | 2024-12-03T23:24:29.967Z | Downloaded native-tls v0.2.11 |
300 | 2024-12-03T23:24:29.970Z | Downloaded heck v0.4.1 |
301 | 2024-12-03T23:24:29.970Z | Downloaded tokio-rustls v0.25.0 |
302 | 2024-12-03T23:24:29.972Z | Downloaded slab v0.4.9 |
303 | 2024-12-03T23:24:29.975Z | Downloaded hyper-tls v0.6.0 |
304 | 2024-12-03T23:24:29.975Z | Downloaded humantime v2.1.0 |
305 | 2024-12-03T23:24:29.978Z | Downloaded hostname v0.3.1 |
306 | 2024-12-03T23:24:29.978Z | Downloaded foreign-types v0.5.0 |
307 | 2024-12-03T23:24:29.982Z | Downloaded macaddr v1.0.1 |
308 | 2024-12-03T23:24:29.982Z | Downloaded swrite v0.1.0 |
309 | 2024-12-03T23:24:29.982Z | Downloaded serde_with_macros v3.9.0 |
310 | 2024-12-03T23:24:29.984Z | Downloaded getrandom v0.2.14 |
311 | 2024-12-03T23:24:29.987Z | Downloaded ryu v1.0.18 |
312 | 2024-12-03T23:24:29.990Z | Downloaded thread-id v4.2.1 |
313 | 2024-12-03T23:24:29.992Z | Downloaded tokio-rustls v0.24.1 |
314 | 2024-12-03T23:24:29.995Z | Downloaded match_cfg v0.1.0 |
315 | 2024-12-03T23:24:29.997Z | Downloaded tinyvec v1.6.0 |
316 | 2024-12-03T23:24:30.000Z | Downloaded futures-macro v0.3.30 |
317 | 2024-12-03T23:24:30.000Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-12-03T23:24:30.003Z | Downloaded untrusted v0.9.0 |
319 | 2024-12-03T23:24:30.005Z | Downloaded num-complex v0.4.6 |
320 | 2024-12-03T23:24:30.005Z | Downloaded iana-time-zone v0.1.60 |
321 | 2024-12-03T23:24:30.008Z | Downloaded filetime v0.2.23 |
322 | 2024-12-03T23:24:30.011Z | Downloaded serde_tokenstream v0.1.7 |
323 | 2024-12-03T23:24:30.013Z | Downloaded serde v1.0.210 |
324 | 2024-12-03T23:24:30.016Z | Downloaded tokio-rustls v0.26.0 |
325 | 2024-12-03T23:24:30.018Z | Downloaded slog-async v2.8.0 |
326 | 2024-12-03T23:24:30.020Z | Downloaded futures-io v0.3.30 |
327 | 2024-12-03T23:24:30.020Z | Downloaded thiserror-impl v1.0.64 |
328 | 2024-12-03T23:24:30.023Z | Downloaded tokio-tungstenite v0.21.0 |
329 | 2024-12-03T23:24:30.025Z | Downloaded futures v0.3.30 |
330 | 2024-12-03T23:24:30.029Z | Downloaded twox-hash v1.6.3 |
331 | 2024-12-03T23:24:30.032Z | Downloaded thiserror v1.0.64 |
332 | 2024-12-03T23:24:30.037Z | Downloaded supports-color v3.0.1 |
333 | 2024-12-03T23:24:30.039Z | Downloaded wyz v0.5.1 |
334 | 2024-12-03T23:24:30.041Z | Downloaded tracing v0.1.40 |
335 | 2024-12-03T23:24:30.044Z | Downloaded strum_macros v0.25.3 |
336 | 2024-12-03T23:24:30.047Z | Downloaded supports-color v2.1.0 |
337 | 2024-12-03T23:24:30.050Z | Downloaded rand v0.8.5 |
338 | 2024-12-03T23:24:30.052Z | Downloaded tracing-core v0.1.32 |
339 | 2024-12-03T23:24:30.055Z | Downloaded serde_path_to_error v0.1.16 |
340 | 2024-12-03T23:24:30.058Z | Downloaded managed v0.8.0 |
341 | 2024-12-03T23:24:30.060Z | Downloaded linked-hash-map v0.5.6 |
342 | 2024-12-03T23:24:30.060Z | Downloaded indexmap v1.9.3 |
343 | 2024-12-03T23:24:30.063Z | Downloaded toml v0.8.19 |
344 | 2024-12-03T23:24:30.066Z | Downloaded serde_repr v0.1.19 |
345 | 2024-12-03T23:24:30.069Z | Downloaded url v2.5.0 |
346 | 2024-12-03T23:24:30.071Z | Downloaded fastrand v2.1.0 |
347 | 2024-12-03T23:24:30.074Z | Downloaded toml v0.7.8 |
348 | 2024-12-03T23:24:30.077Z | Downloaded hyper-rustls v0.27.3 |
349 | 2024-12-03T23:24:30.079Z | Downloaded strum_macros v0.26.2 |
350 | 2024-12-03T23:24:30.082Z | Downloaded highway v1.2.0 |
351 | 2024-12-03T23:24:30.085Z | Downloaded multer v3.1.0 |
352 | 2024-12-03T23:24:30.087Z | Downloaded unsafe-libyaml v0.2.11 |
353 | 2024-12-03T23:24:30.090Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-12-03T23:24:30.093Z | Downloaded uuid v1.10.0 |
355 | 2024-12-03T23:24:30.096Z | Downloaded unicode-ident v1.0.13 |
356 | 2024-12-03T23:24:30.098Z | Downloaded similar v2.5.0 |
357 | 2024-12-03T23:24:30.103Z | Downloaded slog v2.7.0 |
358 | 2024-12-03T23:24:30.106Z | Downloaded fatfs v0.3.6 |
359 | 2024-12-03T23:24:30.109Z | Downloaded ipnetwork v0.20.0 |
360 | 2024-12-03T23:24:30.112Z | Downloaded unicode-bidi v0.3.15 |
361 | 2024-12-03T23:24:30.115Z | Downloaded chrono v0.4.38 |
362 | 2024-12-03T23:24:30.122Z | Downloaded http v1.1.0 |
363 | 2024-12-03T23:24:30.126Z | Downloaded typenum v1.17.0 |
364 | 2024-12-03T23:24:30.129Z | Downloaded indexmap v2.5.0 |
365 | 2024-12-03T23:24:30.133Z | Downloaded toml_edit v0.19.15 |
366 | 2024-12-03T23:24:30.152Z | Downloaded hyper-util v0.1.9 |
367 | 2024-12-03T23:24:30.156Z | Downloaded tungstenite v0.21.0 |
368 | 2024-12-03T23:24:30.159Z | Downloaded toml_edit v0.22.20 |
369 | 2024-12-03T23:24:30.183Z | Downloaded memchr v2.7.2 |
370 | 2024-12-03T23:24:30.188Z | Downloaded pest v2.7.10 |
371 | 2024-12-03T23:24:30.193Z | Downloaded heapless v0.8.0 |
372 | 2024-12-03T23:24:30.197Z | Downloaded steno v0.4.1 |
373 | 2024-12-03T23:24:30.202Z | Downloaded hickory-resolver v0.24.1 |
374 | 2024-12-03T23:24:30.207Z | Downloaded rusqlite v0.32.1 |
375 | 2024-12-03T23:24:30.213Z | Downloaded mio v1.0.2 |
376 | 2024-12-03T23:24:30.219Z | Downloaded itertools v0.10.5 |
377 | 2024-12-03T23:24:30.226Z | Downloaded itertools v0.13.0 |
378 | 2024-12-03T23:24:30.233Z | Downloaded time v0.3.36 |
379 | 2024-12-03T23:24:30.241Z | Downloaded tokio-util v0.7.11 |
380 | 2024-12-03T23:24:30.248Z | Downloaded libm v0.2.8 |
381 | 2024-12-03T23:24:30.256Z | Downloaded rustls-webpki v0.101.7 |
382 | 2024-12-03T23:24:30.272Z | Downloaded unicode-segmentation v1.11.0 |
383 | 2024-12-03T23:24:30.275Z | Downloaded zerocopy v0.7.34 |
384 | 2024-12-03T23:24:30.293Z | Downloaded hashbrown v0.12.3 |
385 | 2024-12-03T23:24:30.299Z | Downloaded num-bigint v0.4.5 |
386 | 2024-12-03T23:24:30.308Z | Downloaded serde_with v3.9.0 |
387 | 2024-12-03T23:24:30.315Z | Downloaded goblin v0.8.2 |
388 | 2024-12-03T23:24:30.317Z | Downloaded reqwest v0.12.7 |
389 | 2024-12-03T23:24:30.325Z | Downloaded hashbrown v0.14.5 |
390 | 2024-12-03T23:24:30.343Z | Downloaded winnow v0.6.18 |
391 | 2024-12-03T23:24:30.347Z | Downloaded winnow v0.5.40 |
392 | 2024-12-03T23:24:30.350Z | Downloaded regex v1.10.6 |
393 | 2024-12-03T23:24:30.363Z | Downloaded dropshot v0.12.0 |
394 | 2024-12-03T23:24:30.384Z | Downloaded syn v1.0.109 |
395 | 2024-12-03T23:24:30.394Z | Downloaded git2 v0.19.0 |
396 | 2024-12-03T23:24:30.402Z | Downloaded nix v0.28.0 |
397 | 2024-12-03T23:24:30.415Z | Downloaded webpki-roots v0.26.3 |
398 | 2024-12-03T23:24:30.418Z | Downloaded nix v0.29.0 |
399 | 2024-12-03T23:24:30.429Z | Downloaded hickory-proto v0.24.1 |
400 | 2024-12-03T23:24:30.445Z | Downloaded unicode-width v0.1.14 |
401 | 2024-12-03T23:24:30.450Z | Downloaded idna v0.5.0 |
402 | 2024-12-03T23:24:30.457Z | Downloaded idna v0.4.0 |
403 | 2024-12-03T23:24:30.463Z | Downloaded rustls v0.21.12 |
404 | 2024-12-03T23:24:30.475Z | Downloaded regex-syntax v0.8.4 |
405 | 2024-12-03T23:24:30.483Z | Downloaded rustls v0.22.4 |
406 | 2024-12-03T23:24:30.495Z | Downloaded smoltcp v0.11.0 |
407 | 2024-12-03T23:24:30.508Z | Downloaded rustix v0.38.34 |
408 | 2024-12-03T23:24:30.530Z | Downloaded typify-impl v0.2.0 |
409 | 2024-12-03T23:24:30.543Z | Downloaded zerocopy-derive v0.2.0 |
410 | 2024-12-03T23:24:30.551Z | Downloaded rustls v0.23.10 |
411 | 2024-12-03T23:24:30.566Z | Downloaded regress v0.10.1 |
412 | 2024-12-03T23:24:30.574Z | Downloaded bstr v1.9.1 |
413 | 2024-12-03T23:24:30.585Z | Downloaded regress v0.9.1 |
414 | 2024-12-03T23:24:30.593Z | Downloaded vcpkg v0.2.15 |
415 | 2024-12-03T23:24:30.631Z | Downloaded quinn-proto v0.11.8 |
416 | 2024-12-03T23:24:30.637Z | Downloaded syn v2.0.77 |
417 | 2024-12-03T23:24:30.647Z | Downloaded zerocopy-derive v0.6.6 |
418 | 2024-12-03T23:24:30.656Z | Downloaded regex-automata v0.4.6 |
419 | 2024-12-03T23:24:30.672Z | Downloaded rustls-webpki v0.102.4 |
420 | 2024-12-03T23:24:30.689Z | Downloaded unicode-normalization v0.1.23 |
421 | 2024-12-03T23:24:30.692Z | Downloaded futures-util v0.3.30 |
422 | 2024-12-03T23:24:30.703Z | Downloaded hyper v1.4.1 |
423 | 2024-12-03T23:24:30.710Z | Downloaded h2 v0.4.6 |
424 | 2024-12-03T23:24:30.716Z | Downloaded petgraph v0.6.5 |
425 | 2024-12-03T23:24:30.732Z | Downloaded rayon v1.10.0 |
426 | 2024-12-03T23:24:30.741Z | Downloaded bitvec v1.0.1 |
427 | 2024-12-03T23:24:30.754Z | Downloaded serde_json v1.0.128 |
428 | 2024-12-03T23:24:30.761Z | Downloaded tokio v1.39.3 |
429 | 2024-12-03T23:24:30.797Z | Downloaded libc v0.2.159 |
430 | 2024-12-03T23:24:30.821Z | Downloaded clap_builder v4.5.2 |
431 | 2024-12-03T23:24:30.827Z | Downloaded hashlink v0.9.1 |
432 | 2024-12-03T23:24:30.829Z | Downloaded utf8parse v0.2.1 |
433 | 2024-12-03T23:24:30.832Z | Downloaded utf-8 v0.7.6 |
434 | 2024-12-03T23:24:30.832Z | Downloaded usdt v0.3.5 |
435 | 2024-12-03T23:24:30.832Z | Downloaded thread_local v1.1.8 |
436 | 2024-12-03T23:24:30.834Z | Downloaded terminal_size v0.3.0 |
437 | 2024-12-03T23:24:30.834Z | Downloaded time-macros v0.2.18 |
438 | 2024-12-03T23:24:30.837Z | Downloaded libsw v3.3.1 |
439 | 2024-12-03T23:24:30.839Z | Downloaded fixedbitset v0.4.2 |
440 | 2024-12-03T23:24:30.840Z | Downloaded subtle v2.5.0 |
441 | 2024-12-03T23:24:30.842Z | Downloaded zone v0.3.0 |
442 | 2024-12-03T23:24:30.842Z | Downloaded zerocopy v0.3.2 |
443 | 2024-12-03T23:24:30.842Z | Downloaded structmeta-derive v0.3.0 |
444 | 2024-12-03T23:24:30.845Z | Downloaded tracing-attributes v0.1.27 |
445 | 2024-12-03T23:24:30.845Z | Downloaded term v0.7.0 |
446 | 2024-12-03T23:24:30.850Z | Downloaded slog-term v2.9.1 |
447 | 2024-12-03T23:24:30.852Z | Downloaded zerocopy v0.6.6 |
448 | 2024-12-03T23:24:30.854Z | Downloaded slog-bunyan v2.5.0 |
449 | 2024-12-03T23:24:30.854Z | Downloaded futures-core v0.3.30 |
450 | 2024-12-03T23:24:30.857Z | Downloaded futures-channel v0.3.30 |
451 | 2024-12-03T23:24:30.857Z | Downloaded universal-hash v0.5.1 |
452 | 2024-12-03T23:24:30.859Z | Downloaded rayon-core v1.12.1 |
453 | 2024-12-03T23:24:30.862Z | Downloaded ipnet v2.9.0 |
454 | 2024-12-03T23:24:30.865Z | Downloaded quinn v0.11.5 |
455 | 2024-12-03T23:24:30.867Z | Downloaded crossbeam-channel v0.5.12 |
456 | 2024-12-03T23:24:30.871Z | Downloaded usdt-macro v0.3.5 |
457 | 2024-12-03T23:24:30.873Z | Downloaded darling_core v0.20.9 |
458 | 2024-12-03T23:24:30.877Z | Downloaded tokio-native-tls v0.3.1 |
459 | 2024-12-03T23:24:30.879Z | Downloaded serde_urlencoded v0.7.1 |
460 | 2024-12-03T23:24:30.881Z | Downloaded hubpack v0.1.2 |
461 | 2024-12-03T23:24:30.881Z | Downloaded httpdate v1.0.3 |
462 | 2024-12-03T23:24:30.884Z | Downloaded http-body-util v0.1.2 |
463 | 2024-12-03T23:24:30.884Z | Downloaded globset v0.4.14 |
464 | 2024-12-03T23:24:30.887Z | Downloaded rustls-pki-types v1.7.0 |
465 | 2024-12-03T23:24:30.890Z | Downloaded ron v0.8.1 |
466 | 2024-12-03T23:24:30.894Z | Downloaded vergen v8.3.2 |
467 | 2024-12-03T23:24:30.897Z | Downloaded encoding_rs v0.8.34 |
468 | 2024-12-03T23:24:30.916Z | Downloaded prettyplease v0.2.22 |
469 | 2024-12-03T23:24:30.919Z | Downloaded dropshot_endpoint v0.12.0 |
470 | 2024-12-03T23:24:30.922Z | Downloaded glob v0.3.1 |
471 | 2024-12-03T23:24:30.925Z | Downloaded typify v0.2.0 |
472 | 2024-12-03T23:24:30.927Z | Downloaded spin v0.9.8 |
473 | 2024-12-03T23:24:30.929Z | Downloaded sha2 v0.10.8 |
474 | 2024-12-03T23:24:30.932Z | Downloaded serde_derive v1.0.210 |
475 | 2024-12-03T23:24:30.935Z | Downloaded progenitor-impl v0.8.0 |
476 | 2024-12-03T23:24:30.935Z | Downloaded serde_derive_internals v0.29.1 |
477 | 2024-12-03T23:24:30.937Z | Downloaded rustls-pemfile v2.1.3 |
478 | 2024-12-03T23:24:30.940Z | Downloaded lock_api v0.4.12 |
479 | 2024-12-03T23:24:30.940Z | Downloaded fallible-streaming-iterator v0.1.9 |
480 | 2024-12-03T23:24:30.942Z | Downloaded postcard v1.0.9 |
481 | 2024-12-03T23:24:30.944Z | Downloaded pest_derive v2.7.10 |
482 | 2024-12-03T23:24:30.947Z | Downloaded bytes v1.7.2 |
483 | 2024-12-03T23:24:30.949Z | Downloaded quote v1.0.37 |
484 | 2024-12-03T23:24:30.952Z | Downloaded darling v0.20.9 |
485 | 2024-12-03T23:24:30.955Z | Downloaded itoa v1.0.11 |
486 | 2024-12-03T23:24:30.957Z | Downloaded escargot v0.5.10 |
487 | 2024-12-03T23:24:30.960Z | Downloaded crossbeam-epoch v0.9.18 |
488 | 2024-12-03T23:24:30.960Z | Downloaded cookie v0.18.1 |
489 | 2024-12-03T23:24:30.963Z | Downloaded kstat-rs v0.2.4 |
490 | 2024-12-03T23:24:30.966Z | Downloaded foreign-types-macros v0.2.3 |
491 | 2024-12-03T23:24:30.966Z | Downloaded stable_deref_trait v1.2.0 |
492 | 2024-12-03T23:24:30.966Z | Downloaded num-derive v0.4.2 |
493 | 2024-12-03T23:24:30.968Z | Downloaded erased-serde v0.4.5 |
494 | 2024-12-03T23:24:30.971Z | Downloaded parking_lot_core v0.9.10 |
495 | 2024-12-03T23:24:30.974Z | Downloaded scroll v0.12.0 |
496 | 2024-12-03T23:24:30.974Z | Downloaded clap_derive v4.5.4 |
497 | 2024-12-03T23:24:30.976Z | Downloaded futures-task v0.3.30 |
498 | 2024-12-03T23:24:30.976Z | Downloaded futures-sink v0.3.30 |
499 | 2024-12-03T23:24:30.979Z | Downloaded ctr v0.9.2 |
500 | 2024-12-03T23:24:30.979Z | Downloaded proc-macro-error-attr v1.0.4 |
501 | 2024-12-03T23:24:30.981Z | Downloaded paste v1.0.15 |
502 | 2024-12-03T23:24:30.984Z | Downloaded embedded-io v0.6.1 |
503 | 2024-12-03T23:24:30.985Z | Downloaded take_mut v0.2.2 |
504 | 2024-12-03T23:24:30.987Z | Downloaded rustversion v1.0.17 |
505 | 2024-12-03T23:24:30.987Z | Downloaded rustc_version v0.4.0 |
506 | 2024-12-03T23:24:30.990Z | Downloaded rustc_version v0.1.7 |
507 | 2024-12-03T23:24:30.990Z | Downloaded parse-display-derive v0.10.0 |
508 | 2024-12-03T23:24:30.990Z | Downloaded dtrace-parser v0.2.0 |
509 | 2024-12-03T23:24:30.993Z | Downloaded dof v0.1.5 |
510 | 2024-12-03T23:24:30.993Z | Downloaded defmt-macros v0.3.9 |
511 | 2024-12-03T23:24:31.998Z | Downloaded ctrlc v3.4.4 |
512 | 2024-12-03T23:24:32.004Z | Downloaded dirs-sys-next v0.1.2 |
513 | 2024-12-03T23:24:32.004Z | Downloaded defmt-parser v0.3.4 |
514 | 2024-12-03T23:24:32.004Z | Downloaded pest_generator v2.7.10 |
515 | 2024-12-03T23:24:32.004Z | Downloaded cancel-safe-futures v0.1.5 |
516 | 2024-12-03T23:24:32.004Z | Downloaded parse-display v0.10.0 |
517 | 2024-12-03T23:24:32.004Z | Downloaded enum-as-inner v0.6.0 |
518 | 2024-12-03T23:24:32.004Z | Downloaded embedded-io v0.4.0 |
519 | 2024-12-03T23:24:32.004Z | Downloaded debug-ignore v1.0.5 |
520 | 2024-12-03T23:24:32.004Z | Downloaded dirs-next v2.0.0 |
521 | 2024-12-03T23:24:32.004Z | Downloaded digest v0.10.7 |
522 | 2024-12-03T23:24:32.004Z | Downloaded deranged v0.3.11 |
523 | 2024-12-03T23:24:32.004Z | Downloaded crossbeam-deque v0.8.5 |
524 | 2024-12-03T23:24:32.004Z | Downloaded pkg-config v0.3.30 |
525 | 2024-12-03T23:24:32.004Z | Downloaded openssl-probe v0.1.5 |
526 | 2024-12-03T23:24:32.004Z | Downloaded colorchoice v1.0.1 |
527 | 2024-12-03T23:24:32.004Z | Downloaded cfg-if v1.0.0 |
528 | 2024-12-03T23:24:32.004Z | Downloaded plain v0.2.3 |
529 | 2024-12-03T23:24:32.004Z | Downloaded pin-utils v0.1.0 |
530 | 2024-12-03T23:24:32.005Z | Downloaded openapiv3 v2.0.0 |
531 | 2024-12-03T23:24:32.005Z | Downloaded camino-tempfile v1.1.1 |
532 | 2024-12-03T23:24:32.005Z | Downloaded cpufeatures v0.2.12 |
533 | 2024-12-03T23:24:32.005Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
534 | 2024-12-03T23:24:32.005Z | Downloaded camino v1.1.9 |
535 | 2024-12-03T23:24:32.005Z | Downloaded bincode v1.3.3 |
536 | 2024-12-03T23:24:32.005Z | Downloaded base64ct v1.6.0 |
537 | 2024-12-03T23:24:32.005Z | Downloaded backoff v0.4.0 |
538 | 2024-12-03T23:24:32.005Z | Downloaded base64 v0.21.7 |
539 | 2024-12-03T23:24:32.005Z | Downloaded atty v0.2.14 |
540 | 2024-12-03T23:24:32.005Z | Downloaded async-recursion v1.1.1 |
541 | 2024-12-03T23:24:32.005Z | Downloaded num_enum_derive v0.7.2 |
542 | 2024-12-03T23:24:32.005Z | Downloaded num_enum_derive v0.5.11 |
543 | 2024-12-03T23:24:32.005Z | Downloaded ahash v0.8.11 |
544 | 2024-12-03T23:24:32.005Z | Downloaded num_enum v0.5.11 |
545 | 2024-12-03T23:24:32.005Z | Downloaded aho-corasick v1.1.3 |
546 | 2024-12-03T23:24:32.005Z | Downloaded libsqlite3-sys v0.30.1 |
547 | 2024-12-03T23:24:32.005Z | Downloaded libz-sys v1.1.16 |
548 | 2024-12-03T23:24:32.005Z | Downloaded ring v0.17.8 |
549 | 2024-12-03T23:24:32.005Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-03T23:24:32.006Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-03T23:24:32.006Z | Compiling libc v0.2.159 |
552 | 2024-12-03T23:24:32.006Z | Compiling serde v1.0.210 |
553 | 2024-12-03T23:24:32.006Z | Compiling version_check v0.9.5 |
554 | 2024-12-03T23:24:32.006Z | Compiling autocfg v1.3.0 |
555 | 2024-12-03T23:24:32.006Z | Checking cfg-if v1.0.0 |
556 | 2024-12-03T23:24:32.006Z | Compiling once_cell v1.19.0 |
557 | 2024-12-03T23:24:32.174Z | Compiling serde_json v1.0.128 |
558 | 2024-12-03T23:24:32.239Z | Compiling thiserror v1.0.64 |
559 | 2024-12-03T23:24:32.432Z | Compiling memchr v2.7.2 |
560 | 2024-12-03T23:24:32.582Z | Compiling ahash v0.8.11 |
561 | 2024-12-03T23:24:32.698Z | Compiling libm v0.2.8 |
562 | 2024-12-03T23:24:32.720Z | Compiling byteorder v1.5.0 |
563 | 2024-12-03T23:24:33.111Z | Compiling itoa v1.0.11 |
564 | 2024-12-03T23:24:33.132Z | Compiling lock_api v0.4.12 |
565 | 2024-12-03T23:24:33.338Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-03T23:24:33.674Z | Compiling ryu v1.0.18 |
567 | 2024-12-03T23:24:33.762Z | Compiling quote v1.0.37 |
568 | 2024-12-03T23:24:33.783Z | Compiling slab v0.4.9 |
569 | 2024-12-03T23:24:33.866Z | Checking getrandom v0.2.14 |
570 | 2024-12-03T23:24:33.893Z | Compiling allocator-api2 v0.2.18 |
571 | 2024-12-03T23:24:33.986Z | Compiling jobserver v0.1.31 |
572 | 2024-12-03T23:24:34.044Z | Compiling schemars v0.8.21 |
573 | 2024-12-03T23:24:34.110Z | Compiling syn v2.0.77 |
574 | 2024-12-03T23:24:34.153Z | Compiling pkg-config v0.3.30 |
575 | 2024-12-03T23:24:34.313Z | Compiling vcpkg v0.2.15 |
576 | 2024-12-03T23:24:34.336Z | Compiling cc v1.0.97 |
577 | 2024-12-03T23:24:34.338Z | Compiling num-traits v0.2.19 |
578 | 2024-12-03T23:24:34.567Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-03T23:24:34.676Z | Compiling log v0.4.22 |
580 | 2024-12-03T23:24:34.697Z | Checking smallvec v1.13.2 |
581 | 2024-12-03T23:24:35.060Z | Checking scopeguard v1.2.0 |
582 | 2024-12-03T23:24:35.081Z | Compiling equivalent v1.0.1 |
583 | 2024-12-03T23:24:35.352Z | Checking mio v1.0.2 |
584 | 2024-12-03T23:24:35.386Z | Checking socket2 v0.5.7 |
585 | 2024-12-03T23:24:35.563Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-12-03T23:24:35.638Z | Checking parking_lot v0.12.2 |
587 | 2024-12-03T23:24:35.834Z | Compiling typenum v1.17.0 |
588 | 2024-12-03T23:24:35.897Z | Compiling httparse v1.8.0 |
589 | 2024-12-03T23:24:35.962Z | Compiling generic-array v0.14.7 |
590 | 2024-12-03T23:24:35.990Z | Compiling fnv v1.0.7 |
591 | 2024-12-03T23:24:36.384Z | Checking iana-time-zone v0.1.60 |
592 | 2024-12-03T23:24:36.406Z | Checking futures-core v0.3.30 |
593 | 2024-12-03T23:24:36.603Z | Compiling semver v1.0.23 |
594 | 2024-12-03T23:24:36.750Z | Checking rand_core v0.6.4 |
595 | 2024-12-03T23:24:36.885Z | Checking futures-sink v0.3.30 |
596 | 2024-12-03T23:24:37.025Z | Compiling ucd-trie v0.1.6 |
597 | 2024-12-03T23:24:37.047Z | Compiling slog v2.7.0 |
598 | 2024-12-03T23:24:37.066Z | Compiling heck v0.5.0 |
599 | 2024-12-03T23:24:37.186Z | Checking dyn-clone v1.0.17 |
600 | 2024-12-03T23:24:37.345Z | Checking subtle v2.5.0 |
601 | 2024-12-03T23:24:37.471Z | Checking futures-channel v0.3.30 |
602 | 2024-12-03T23:24:37.494Z | Checking futures-task v0.3.30 |
603 | 2024-12-03T23:24:37.497Z | Compiling rustversion v1.0.17 |
604 | 2024-12-03T23:24:37.616Z | Compiling ring v0.17.8 |
605 | 2024-12-03T23:24:37.665Z | Compiling openssl-sys v0.9.103 |
606 | 2024-12-03T23:24:37.753Z | Checking futures-io v0.3.30 |
607 | 2024-12-03T23:24:37.795Z | Checking pin-utils v0.1.0 |
608 | 2024-12-03T23:24:37.887Z | Compiling syn v1.0.109 |
609 | 2024-12-03T23:24:37.933Z | Compiling openssl v0.10.66 |
610 | 2024-12-03T23:24:38.396Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-03T23:24:39.026Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-03T23:24:39.293Z | Compiling heck v0.4.1 |
613 | 2024-12-03T23:24:39.647Z | Compiling rustls v0.23.10 |
614 | 2024-12-03T23:24:40.011Z | Compiling native-tls v0.2.11 |
615 | 2024-12-03T23:24:40.034Z | Checking spin v0.9.8 |
616 | 2024-12-03T23:24:40.418Z | Checking untrusted v0.9.0 |
617 | 2024-12-03T23:24:40.471Z | Compiling anyhow v1.0.89 |
618 | 2024-12-03T23:24:40.559Z | Compiling serde_derive_internals v0.29.1 |
619 | 2024-12-03T23:24:40.582Z | Compiling num-conv v0.1.0 |
620 | 2024-12-03T23:24:40.848Z | Compiling time-core v0.1.2 |
621 | 2024-12-03T23:24:41.015Z | Compiling time-macros v0.2.18 |
622 | 2024-12-03T23:24:41.444Z | Checking tracing-core v0.1.32 |
623 | 2024-12-03T23:24:42.085Z | Checking crypto-common v0.1.6 |
624 | 2024-12-03T23:24:42.228Z | Compiling thread-id v4.2.1 |
625 | 2024-12-03T23:24:42.387Z | Compiling regex-automata v0.4.6 |
626 | 2024-12-03T23:24:42.471Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-12-03T23:24:42.755Z | Compiling camino v1.1.9 |
628 | 2024-12-03T23:24:42.881Z | Checking percent-encoding v2.3.1 |
629 | 2024-12-03T23:24:43.079Z | Checking form_urlencoded v1.2.1 |
630 | 2024-12-03T23:24:43.264Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-12-03T23:24:43.354Z | Checking tinyvec v1.6.0 |
632 | 2024-12-03T23:24:43.401Z | Checking atomic-waker v1.1.2 |
633 | 2024-12-03T23:24:43.540Z | Checking zeroize v1.7.0 |
634 | 2024-12-03T23:24:43.969Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-12-03T23:24:44.436Z | Checking rand_chacha v0.3.1 |
636 | 2024-12-03T23:24:44.555Z | Checking unicode-normalization v0.1.23 |
637 | 2024-12-03T23:24:44.679Z | Compiling usdt-impl v0.5.0 |
638 | 2024-12-03T23:24:44.923Z | Compiling serde_derive v1.0.210 |
639 | 2024-12-03T23:24:44.945Z | Compiling zerocopy-derive v0.7.34 |
640 | 2024-12-03T23:24:45.114Z | Compiling thiserror-impl v1.0.64 |
641 | 2024-12-03T23:24:45.495Z | Compiling tokio-macros v2.4.0 |
642 | 2024-12-03T23:24:46.430Z | Compiling schemars_derive v0.8.21 |
643 | 2024-12-03T23:24:46.872Z | Compiling zerocopy v0.7.34 |
644 | 2024-12-03T23:24:48.055Z | Compiling futures-macro v0.3.30 |
645 | 2024-12-03T23:24:48.584Z | Compiling hashbrown v0.14.5 |
646 | 2024-12-03T23:24:48.649Z | Compiling pest v2.7.10 |
647 | 2024-12-03T23:24:48.695Z | Compiling openssl-macros v0.1.1 |
648 | 2024-12-03T23:24:49.148Z | Compiling regex v1.10.6 |
649 | 2024-12-03T23:24:49.376Z | Compiling tracing-attributes v0.1.27 |
650 | 2024-12-03T23:24:49.564Z | Compiling scroll_derive v0.12.0 |
651 | 2024-12-03T23:24:49.676Z | Compiling regress v0.10.1 |
652 | 2024-12-03T23:24:49.767Z | Checking rustls-webpki v0.102.4 |
653 | 2024-12-03T23:24:49.889Z | Checking futures-util v0.3.30 |
654 | 2024-12-03T23:24:50.082Z | Checking unicode-bidi v0.3.15 |
655 | 2024-12-03T23:24:50.496Z | Compiling plain v0.2.3 |
656 | 2024-12-03T23:24:50.662Z | Checking try-lock v0.2.5 |
657 | 2024-12-03T23:24:50.805Z | Checking want v0.3.1 |
658 | 2024-12-03T23:24:50.869Z | Compiling strum_macros v0.26.2 |
659 | 2024-12-03T23:24:50.980Z | Checking rand v0.8.5 |
660 | 2024-12-03T23:24:51.026Z | Compiling scroll v0.12.0 |
661 | 2024-12-03T23:24:51.455Z | Compiling pest_meta v2.7.10 |
662 | 2024-12-03T23:24:51.526Z | Compiling goblin v0.8.2 |
663 | 2024-12-03T23:24:52.422Z | Checking tracing v0.1.40 |
664 | 2024-12-03T23:24:52.744Z | Compiling pest_generator v2.7.10 |
665 | 2024-12-03T23:24:54.179Z | Checking base64 v0.22.1 |
666 | 2024-12-03T23:24:54.370Z | Compiling pretty-hex v0.4.1 |
667 | 2024-12-03T23:24:54.587Z | Checking httpdate v1.0.3 |
668 | 2024-12-03T23:24:54.620Z | Checking idna v0.5.0 |
669 | 2024-12-03T23:24:54.654Z | Compiling unsafe-libyaml v0.2.11 |
670 | 2024-12-03T23:24:54.843Z | Compiling strsim v0.11.1 |
671 | 2024-12-03T23:24:55.026Z | Compiling omicron-workspace-hack v0.1.0 |
672 | 2024-12-03T23:24:55.250Z | Compiling pest_derive v2.7.10 |
673 | 2024-12-03T23:24:55.385Z | Checking tower-service v0.3.2 |
674 | 2024-12-03T23:24:55.501Z | Checking cpufeatures v0.2.12 |
675 | 2024-12-03T23:24:55.523Z | Checking url v2.5.0 |
676 | 2024-12-03T23:24:55.579Z | Compiling async-trait v0.1.83 |
677 | 2024-12-03T23:24:55.603Z | Checking block-buffer v0.10.4 |
678 | 2024-12-03T23:24:56.021Z | Compiling rustls v0.22.4 |
679 | 2024-12-03T23:24:56.172Z | Compiling dtrace-parser v0.2.0 |
680 | 2024-12-03T23:24:56.299Z | Checking foreign-types-shared v0.1.1 |
681 | 2024-12-03T23:24:56.324Z | Checking bytes v1.7.2 |
682 | 2024-12-03T23:24:56.408Z | Checking bitflags v2.6.0 |
683 | 2024-12-03T23:24:56.520Z | Checking chrono v0.4.38 |
684 | 2024-12-03T23:24:56.707Z | Checking uuid v1.10.0 |
685 | 2024-12-03T23:24:57.364Z | Compiling indexmap v2.5.0 |
686 | 2024-12-03T23:24:57.770Z | Checking tokio v1.39.3 |
687 | 2024-12-03T23:24:57.842Z | Compiling serde_tokenstream v0.2.2 |
688 | 2024-12-03T23:24:58.390Z | Compiling http v1.1.0 |
689 | 2024-12-03T23:24:59.366Z | Compiling openapiv3 v2.0.0 |
690 | 2024-12-03T23:24:59.753Z | Compiling dof v0.3.0 |
691 | 2024-12-03T23:24:59.994Z | Compiling serde_yaml v0.9.34+deprecated |
692 | 2024-12-03T23:25:00.068Z | Compiling toml_datetime v0.6.8 |
693 | 2024-12-03T23:25:00.374Z | Checking http-body v1.0.1 |
694 | 2024-12-03T23:25:00.499Z | Checking foreign-types v0.3.2 |
695 | 2024-12-03T23:25:00.584Z | Checking http-body-util v0.1.2 |
696 | 2024-12-03T23:25:01.243Z | Checking digest v0.10.7 |
697 | 2024-12-03T23:25:01.785Z | Checking encoding_rs v0.8.34 |
698 | 2024-12-03T23:25:02.755Z | Compiling ident_case v1.0.1 |
699 | 2024-12-03T23:25:02.937Z | Compiling typify-impl v0.2.0 |
700 | 2024-12-03T23:25:03.212Z | Checking mime v0.3.17 |
701 | 2024-12-03T23:25:03.246Z | Compiling paste v1.0.15 |
702 | 2024-12-03T23:25:03.358Z | Compiling crossbeam-utils v0.8.19 |
703 | 2024-12-03T23:25:03.506Z | Compiling slog-async v2.8.0 |
704 | 2024-12-03T23:25:03.836Z | Compiling darling_core v0.20.9 |
705 | 2024-12-03T23:25:03.957Z | Compiling usdt-macro v0.5.0 |
706 | 2024-12-03T23:25:04.085Z | Compiling usdt-attr-macro v0.5.0 |
707 | 2024-12-03T23:25:04.106Z | Checking serde_urlencoded v0.7.1 |
708 | 2024-12-03T23:25:04.400Z | Checking tokio-util v0.7.11 |
709 | 2024-12-03T23:25:04.959Z | Checking rustls-pemfile v2.1.3 |
710 | 2024-12-03T23:25:05.247Z | Checking h2 v0.4.6 |
711 | 2024-12-03T23:25:05.431Z | Compiling multer v3.1.0 |
712 | 2024-12-03T23:25:05.688Z | Checking openssl-probe v0.1.5 |
713 | 2024-12-03T23:25:05.730Z | Compiling rustix v0.38.34 |
714 | 2024-12-03T23:25:07.792Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-12-03T23:25:09.117Z | Checking errno v0.3.9 |
716 | 2024-12-03T23:25:09.149Z | Compiling darling_macro v0.20.9 |
717 | 2024-12-03T23:25:09.405Z | Checking powerfmt v0.2.0 |
718 | 2024-12-03T23:25:09.427Z | Checking hyper v1.4.1 |
719 | 2024-12-03T23:25:09.660Z | Checking ipnet v2.9.0 |
720 | 2024-12-03T23:25:09.705Z | Checking deranged v0.3.11 |
721 | 2024-12-03T23:25:09.751Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-12-03T23:25:10.165Z | Compiling darling v0.20.9 |
723 | 2024-12-03T23:25:10.286Z | Checking serde_spanned v0.6.7 |
724 | 2024-12-03T23:25:10.406Z | Checking futures-executor v0.3.30 |
725 | 2024-12-03T23:25:10.641Z | Checking webpki-roots v0.26.3 |
726 | 2024-12-03T23:25:11.400Z | Checking hyper-util v0.1.9 |
727 | 2024-12-03T23:25:11.627Z | Checking is-terminal v0.4.12 |
728 | 2024-12-03T23:25:11.678Z | Compiling dropshot v0.12.0 |
729 | 2024-12-03T23:25:11.849Z | Checking tokio-rustls v0.26.0 |
730 | 2024-12-03T23:25:11.902Z | Checking num_threads v0.1.7 |
731 | 2024-12-03T23:25:12.036Z | Checking time v0.3.36 |
732 | 2024-12-03T23:25:12.059Z | Checking futures v0.3.30 |
733 | 2024-12-03T23:25:12.153Z | Compiling serde_with_macros v3.9.0 |
734 | 2024-12-03T23:25:12.197Z | Checking sha1 v0.10.6 |
735 | 2024-12-03T23:25:12.469Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-12-03T23:25:12.753Z | Checking strum v0.26.2 |
737 | 2024-12-03T23:25:13.012Z | Checking hyper-tls v0.6.0 |
738 | 2024-12-03T23:25:13.310Z | Checking hyper-rustls v0.27.3 |
739 | 2024-12-03T23:25:13.365Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-12-03T23:25:13.650Z | Checking sync_wrapper v1.0.1 |
741 | 2024-12-03T23:25:14.455Z | Checking reqwest v0.12.7 |
742 | 2024-12-03T23:25:14.987Z | Compiling typify-macro v0.2.0 |
743 | 2024-12-03T23:25:15.573Z | Checking dirs-sys-next v0.1.2 |
744 | 2024-12-03T23:25:16.037Z | Compiling structmeta v0.3.0 |
745 | 2024-12-03T23:25:16.284Z | Checking winnow v0.6.18 |
746 | 2024-12-03T23:25:16.376Z | Checking match_cfg v0.1.0 |
747 | 2024-12-03T23:25:16.464Z | Checking hostname v0.3.1 |
748 | 2024-12-03T23:25:16.578Z | Compiling parse-display-derive v0.10.0 |
749 | 2024-12-03T23:25:16.661Z | Checking progenitor-client v0.8.0 |
750 | 2024-12-03T23:25:17.262Z | Checking dirs-next v2.0.0 |
751 | 2024-12-03T23:25:17.876Z | Checking ipnetwork v0.20.0 |
752 | 2024-12-03T23:25:18.219Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
753 | 2024-12-03T23:25:18.256Z | Checking thread_local v1.1.8 |
754 | 2024-12-03T23:25:18.717Z | Compiling typify v0.2.0 |
755 | 2024-12-03T23:25:18.846Z | Compiling progenitor-impl v0.8.0 |
756 | 2024-12-03T23:25:19.656Z | Checking term v0.7.0 |
757 | 2024-12-03T23:25:20.096Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-03T23:25:20.200Z | Checking memmap v0.7.0 |
759 | 2024-12-03T23:25:20.265Z | Checking take_mut v0.2.2 |
760 | 2024-12-03T23:25:20.434Z | Checking usdt v0.5.0 |
761 | 2024-12-03T23:25:20.682Z | Checking slog-term v2.9.1 |
762 | 2024-12-03T23:25:20.926Z | Checking toml_edit v0.22.20 |
763 | 2024-12-03T23:25:21.162Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-12-03T23:25:21.461Z | Checking slog-json v2.6.1 |
765 | 2024-12-03T23:25:22.018Z | Compiling winnow v0.5.40 |
766 | 2024-12-03T23:25:22.893Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-03T23:25:23.661Z | Checking toml v0.8.19 |
768 | 2024-12-03T23:25:23.720Z | Checking slog-bunyan v2.5.0 |
769 | 2024-12-03T23:25:24.378Z | Checking async-stream v0.3.5 |
770 | 2024-12-03T23:25:24.849Z | Checking serde_path_to_error v0.1.16 |
771 | 2024-12-03T23:25:24.956Z | Checking waitgroup v0.1.2 |
772 | 2024-12-03T23:25:25.041Z | Compiling progenitor-macro v0.8.0 |
773 | 2024-12-03T23:25:25.095Z | Checking hostname v0.4.0 |
774 | 2024-12-03T23:25:25.185Z | Checking tokio-rustls v0.25.0 |
775 | 2024-12-03T23:25:25.229Z | Compiling toml_edit v0.19.15 |
776 | 2024-12-03T23:25:25.623Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-12-03T23:25:25.710Z | Checking serde_with v3.9.0 |
778 | 2024-12-03T23:25:25.806Z | Checking newtype-uuid v1.1.0 |
779 | 2024-12-03T23:25:25.951Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-03T23:25:26.159Z | Checking utf8parse v0.2.1 |
781 | 2024-12-03T23:25:26.305Z | Checking unicode-width v0.1.14 |
782 | 2024-12-03T23:25:27.228Z | Checking anstyle-parse v0.2.4 |
783 | 2024-12-03T23:25:27.600Z | Checking hex v0.4.3 |
784 | 2024-12-03T23:25:28.085Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-12-03T23:25:28.863Z | Checking instant v0.1.12 |
786 | 2024-12-03T23:25:28.993Z | Checking colorchoice v1.0.1 |
787 | 2024-12-03T23:25:29.101Z | Checking anstyle v1.0.7 |
788 | 2024-12-03T23:25:29.136Z | Checking anstyle-query v1.0.3 |
789 | 2024-12-03T23:25:29.419Z | Checking is_terminal_polyfill v1.70.0 |
790 | 2024-12-03T23:25:29.483Z | Checking lazy_static v1.5.0 |
791 | 2024-12-03T23:25:29.555Z | Checking anstream v0.6.14 |
792 | 2024-12-03T23:25:29.624Z | Checking backoff v0.4.0 |
793 | 2024-12-03T23:25:29.722Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-12-03T23:25:29.904Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-12-03T23:25:29.925Z | Checking parse-display v0.10.0 |
796 | 2024-12-03T23:25:29.927Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-12-03T23:25:30.108Z | Checking terminal_size v0.3.0 |
798 | 2024-12-03T23:25:30.227Z | Checking macaddr v1.0.1 |
799 | 2024-12-03T23:25:30.282Z | Checking regress v0.9.1 |
800 | 2024-12-03T23:25:30.843Z | Checking num-integer v0.1.46 |
801 | 2024-12-03T23:25:31.330Z | Compiling crucible-workspace-hack v0.1.0 |
802 | 2024-12-03T23:25:31.355Z | Compiling unicode-xid v0.2.4 |
803 | 2024-12-03T23:25:31.495Z | Checking clap_lex v0.7.0 |
804 | 2024-12-03T23:25:31.734Z | Checking clap_builder v4.5.2 |
805 | 2024-12-03T23:25:34.267Z | Compiling heapless v0.8.0 |
806 | 2024-12-03T23:25:34.823Z | Checking clap v4.5.4 |
807 | 2024-12-03T23:25:35.035Z | Checking num-bigint v0.4.5 |
808 | 2024-12-03T23:25:35.149Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-03T23:25:36.194Z | Checking hash32 v0.3.1 |
810 | 2024-12-03T23:25:36.392Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-12-03T23:25:36.514Z | Checking stable_deref_trait v1.2.0 |
812 | 2024-12-03T23:25:36.623Z | Checking fastrand v2.1.0 |
813 | 2024-12-03T23:25:36.956Z | Checking either v1.13.0 |
814 | 2024-12-03T23:25:37.081Z | Checking bitflags v1.3.2 |
815 | 2024-12-03T23:25:37.179Z | Compiling smoltcp v0.11.0 |
816 | 2024-12-03T23:25:37.209Z | Checking num-rational v0.4.2 |
817 | 2024-12-03T23:25:37.278Z | Checking tempfile v3.10.1 |
818 | 2024-12-03T23:25:37.366Z | Checking num_enum v0.5.11 |
819 | 2024-12-03T23:25:37.615Z | Compiling synstructure v0.12.6 |
820 | 2024-12-03T23:25:37.819Z | Checking num-iter v0.1.45 |
821 | 2024-12-03T23:25:37.895Z | Checking num-complex v0.4.6 |
822 | 2024-12-03T23:25:37.981Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-12-03T23:25:38.425Z | Checking cobs v0.2.3 |
824 | 2024-12-03T23:25:38.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
825 | 2024-12-03T23:25:38.428Z | Checking managed v0.8.0 |
826 | 2024-12-03T23:25:38.430Z | Checking progenitor v0.8.0 |
827 | 2024-12-03T23:25:38.452Z | Checking postcard v1.0.9 |
828 | 2024-12-03T23:25:38.608Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
829 | 2024-12-03T23:25:38.736Z | Checking num v0.4.3 |
830 | 2024-12-03T23:25:38.835Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-12-03T23:25:39.381Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-03T23:25:39.429Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-03T23:25:40.208Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-12-03T23:25:40.345Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-12-03T23:25:40.618Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-12-03T23:25:40.773Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-12-03T23:25:41.036Z | Checking pretty-hex v0.2.1 |
838 | 2024-12-03T23:25:41.529Z | Checking foreign-types v0.5.0 |
839 | 2024-12-03T23:25:41.551Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
840 | 2024-12-03T23:25:42.705Z | Checking tabwriter v1.4.0 |
841 | 2024-12-03T23:25:42.953Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
842 | 2024-12-03T23:25:43.015Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
843 | 2024-12-03T23:25:43.307Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
844 | 2024-12-03T23:25:43.798Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-03T23:25:43.944Z | Compiling prettyplease v0.2.22 |
846 | 2024-12-03T23:25:44.027Z | Checking data-encoding v2.6.0 |
847 | 2024-12-03T23:25:44.058Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-12-03T23:25:44.634Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-03T23:25:44.697Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-03T23:25:45.632Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-03T23:25:46.008Z | Checking colored v2.1.0 |
852 | 2024-12-03T23:25:47.070Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-03T23:25:47.307Z | Checking is_ci v1.2.0 |
854 | 2024-12-03T23:25:47.307Z | Compiling semver v0.1.20 |
855 | 2024-12-03T23:25:47.755Z | Checking float-ord v0.3.2 |
856 | 2024-12-03T23:25:47.859Z | Checking unicode-segmentation v1.11.0 |
857 | 2024-12-03T23:25:47.882Z | Checking static_assertions v1.1.0 |
858 | 2024-12-03T23:25:47.907Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
859 | 2024-12-03T23:25:48.153Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-03T23:25:48.525Z | Checking newline-converter v0.3.0 |
861 | 2024-12-03T23:25:48.690Z | Compiling rustc_version v0.1.7 |
862 | 2024-12-03T23:25:49.741Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-03T23:25:50.650Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-03T23:25:50.919Z | Checking itertools v0.10.5 |
865 | 2024-12-03T23:25:51.111Z | Checking console v0.15.8 |
866 | 2024-12-03T23:25:51.730Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-12-03T23:25:52.242Z | Compiling num-derive v0.4.2 |
868 | 2024-12-03T23:25:52.661Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-12-03T23:25:53.794Z | Checking sigpipe v0.1.3 |
870 | 2024-12-03T23:25:53.910Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-03T23:25:54.354Z | Checking similar v2.5.0 |
872 | 2024-12-03T23:25:54.510Z | Compiling owo-colors v4.1.0 |
873 | 2024-12-03T23:25:55.077Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2024-12-03T23:25:55.100Z | Checking base64ct v1.6.0 |
875 | 2024-12-03T23:25:55.486Z | Checking expectorate v1.1.0 |
876 | 2024-12-03T23:25:55.508Z | Checking password-hash v0.5.0 |
877 | 2024-12-03T23:25:55.682Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-12-03T23:25:55.925Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-12-03T23:25:56.091Z | Checking zone v0.3.0 |
880 | 2024-12-03T23:25:56.122Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-12-03T23:25:56.156Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-12-03T23:25:56.369Z | Compiling newtype_derive v0.1.6 |
883 | 2024-12-03T23:25:56.401Z | Checking supports-color v3.0.1 |
884 | 2024-12-03T23:25:56.433Z | Checking supports-color v2.1.0 |
885 | 2024-12-03T23:25:56.584Z | Compiling zerocopy v0.3.2 |
886 | 2024-12-03T23:25:56.606Z | Checking blake2 v0.10.6 |
887 | 2024-12-03T23:25:56.626Z | Compiling cargo-platform v0.1.8 |
888 | 2024-12-03T23:25:56.763Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-12-03T23:25:56.802Z | Checking smf v0.2.3 |
890 | 2024-12-03T23:25:57.015Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-12-03T23:25:57.053Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-03T23:25:57.083Z | Compiling vergen v8.3.2 |
893 | 2024-12-03T23:25:57.246Z | Checking whoami v1.5.1 |
894 | 2024-12-03T23:25:57.549Z | Compiling cancel-safe-futures v0.1.5 |
895 | 2024-12-03T23:25:57.618Z | Checking base64 v0.21.7 |
896 | 2024-12-03T23:25:57.704Z | Checking fixedbitset v0.4.2 |
897 | 2024-12-03T23:25:57.949Z | Checking petgraph v0.6.5 |
898 | 2024-12-03T23:25:57.998Z | Checking hubpack v0.1.2 |
899 | 2024-12-03T23:25:58.154Z | Checking argon2 v0.5.3 |
900 | 2024-12-03T23:25:58.290Z | Compiling dof v0.1.5 |
901 | 2024-12-03T23:25:58.748Z | Checking zerocopy v0.6.6 |
902 | 2024-12-03T23:25:58.893Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-12-03T23:26:00.534Z | Compiling rustc_version v0.4.0 |
904 | 2024-12-03T23:26:00.553Z | Checking serde-big-array v0.5.1 |
905 | 2024-12-03T23:26:00.768Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-03T23:26:00.921Z | Compiling strum_macros v0.25.3 |
907 | 2024-12-03T23:26:01.093Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-12-03T23:26:01.690Z | Compiling cookie v0.18.1 |
909 | 2024-12-03T23:26:01.772Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-03T23:26:01.837Z | Compiling convert_case v0.4.0 |
911 | 2024-12-03T23:26:02.088Z | Compiling rustls v0.21.12 |
912 | 2024-12-03T23:26:02.145Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-12-03T23:26:02.254Z | Compiling nix v0.29.0 |
914 | 2024-12-03T23:26:02.475Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-12-03T23:26:02.494Z | Compiling derive_more v0.99.18 |
916 | 2024-12-03T23:26:02.845Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-12-03T23:26:03.104Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-03T23:26:03.568Z | Checking atomicwrites v0.4.4 |
919 | 2024-12-03T23:26:03.745Z | Checking itertools v0.13.0 |
920 | 2024-12-03T23:26:03.913Z | Checking libsw v3.3.1 |
921 | 2024-12-03T23:26:03.937Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-12-03T23:26:04.174Z | Checking idna v0.4.0 |
923 | 2024-12-03T23:26:04.197Z | Checking sct v0.7.1 |
924 | 2024-12-03T23:26:04.263Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
925 | 2024-12-03T23:26:04.378Z | Checking rustls-webpki v0.101.7 |
926 | 2024-12-03T23:26:04.400Z | Compiling derive-where v1.2.7 |
927 | 2024-12-03T23:26:05.044Z | Compiling enum-as-inner v0.6.0 |
928 | 2024-12-03T23:26:05.075Z | Checking inout v0.1.3 |
929 | 2024-12-03T23:26:05.272Z | Compiling radium v0.7.0 |
930 | 2024-12-03T23:26:05.758Z | Checking linear-map v1.2.0 |
931 | 2024-12-03T23:26:06.130Z | Checking quick-error v1.2.3 |
932 | 2024-12-03T23:26:06.185Z | Checking linked-hash-map v0.5.6 |
933 | 2024-12-03T23:26:06.271Z | Checking utf-8 v0.7.6 |
934 | 2024-12-03T23:26:06.486Z | Checking highway v1.2.0 |
935 | 2024-12-03T23:26:06.486Z | Checking indent_write v2.2.0 |
936 | 2024-12-03T23:26:06.699Z | Checking swrite v0.1.0 |
937 | 2024-12-03T23:26:06.833Z | Checking lru-cache v0.1.2 |
938 | 2024-12-03T23:26:06.940Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-12-03T23:26:07.010Z | Checking tungstenite v0.21.0 |
940 | 2024-12-03T23:26:07.352Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-12-03T23:26:07.872Z | Checking resolv-conf v0.7.0 |
942 | 2024-12-03T23:26:08.242Z | Checking hickory-proto v0.24.1 |
943 | 2024-12-03T23:26:08.344Z | Checking cipher v0.4.4 |
944 | 2024-12-03T23:26:08.424Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-03T23:26:09.235Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-12-03T23:26:10.207Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-03T23:26:11.627Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-03T23:26:11.683Z | Checking steno v0.4.1 |
949 | 2024-12-03T23:26:13.054Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-12-03T23:26:13.164Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-12-03T23:26:13.169Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
952 | 2024-12-03T23:26:13.570Z | Checking hashlink v0.9.1 |
953 | 2024-12-03T23:26:13.593Z | Checking fallible-streaming-iterator v0.1.9 |
954 | 2024-12-03T23:26:13.701Z | Checking fallible-iterator v0.3.0 |
955 | 2024-12-03T23:26:13.789Z | Checking tap v1.0.1 |
956 | 2024-12-03T23:26:13.815Z | Compiling rayon-core v1.12.1 |
957 | 2024-12-03T23:26:13.959Z | Checking humantime v2.1.0 |
958 | 2024-12-03T23:26:14.087Z | Checking wyz v0.5.1 |
959 | 2024-12-03T23:26:14.164Z | Checking crossbeam-deque v0.8.5 |
960 | 2024-12-03T23:26:14.241Z | Checking rusqlite v0.32.1 |
961 | 2024-12-03T23:26:14.263Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
962 | 2024-12-03T23:26:14.438Z | Checking hickory-resolver v0.24.1 |
963 | 2024-12-03T23:26:14.489Z | Checking tokio-rustls v0.24.1 |
964 | 2024-12-03T23:26:14.837Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-12-03T23:26:15.043Z | Compiling usdt-attr-macro v0.3.5 |
966 | 2024-12-03T23:26:15.256Z | Compiling usdt-macro v0.3.5 |
967 | 2024-12-03T23:26:15.646Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-12-03T23:26:15.792Z | Checking twox-hash v1.6.3 |
969 | 2024-12-03T23:26:15.847Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
970 | 2024-12-03T23:26:16.220Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-12-03T23:26:16.358Z | Checking universal-hash v0.5.1 |
972 | 2024-12-03T23:26:16.431Z | Checking atty v0.2.14 |
973 | 2024-12-03T23:26:16.518Z | Checking funty v2.0.0 |
974 | 2024-12-03T23:26:16.554Z | Checking opaque-debug v0.3.1 |
975 | 2024-12-03T23:26:16.657Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-12-03T23:26:16.712Z | Checking usdt v0.3.5 |
977 | 2024-12-03T23:26:16.907Z | Checking polyval v0.6.2 |
978 | 2024-12-03T23:26:17.049Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-12-03T23:26:17.283Z | Checking bitvec v1.0.1 |
980 | 2024-12-03T23:26:17.797Z | Checking ctr v0.9.2 |
981 | 2024-12-03T23:26:17.832Z | Checking aes v0.8.4 |
982 | 2024-12-03T23:26:18.083Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-12-03T23:26:18.678Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
984 | 2024-12-03T23:26:18.697Z | Checking num_enum v0.7.2 |
985 | 2024-12-03T23:26:18.697Z | Checking bincode v1.3.3 |
986 | 2024-12-03T23:26:18.697Z | Checking aead v0.5.2 |
987 | 2024-12-03T23:26:18.854Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
988 | 2024-12-03T23:26:18.897Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
989 | 2024-12-03T23:26:19.016Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
990 | 2024-12-03T23:26:19.050Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
991 | 2024-12-03T23:26:19.197Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
992 | 2024-12-03T23:26:19.249Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-03T23:26:19.320Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-12-03T23:26:19.370Z | Checking rayon v1.10.0 |
995 | 2024-12-03T23:26:19.673Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-12-03T23:26:19.699Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-12-03T23:26:19.914Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-12-03T23:26:20.066Z | Compiling async-recursion v1.1.1 |
999 | 2024-12-03T23:26:20.914Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-12-03T23:26:21.265Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-03T23:26:21.417Z | Checking typeid v1.0.0 |
1002 | 2024-12-03T23:26:21.457Z | Checking ascii v1.1.0 |
1003 | 2024-12-03T23:26:21.524Z | Checking ringbuffer v0.15.0 |
1004 | 2024-12-03T23:26:21.551Z | Compiling cfg_aliases v0.1.1 |
1005 | 2024-12-03T23:26:21.658Z | Compiling nix v0.28.0 |
1006 | 2024-12-03T23:26:21.787Z | Checking toml v0.7.8 |
1007 | 2024-12-03T23:26:21.809Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1008 | 2024-12-03T23:26:21.850Z | Checking erased-serde v0.4.5 |
1009 | 2024-12-03T23:26:22.128Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1010 | 2024-12-03T23:26:22.404Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1011 | 2024-12-03T23:26:22.495Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1012 | 2024-12-03T23:26:22.677Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1013 | 2024-12-03T23:26:22.700Z | Checking bitstruct v0.1.1 |
1014 | 2024-12-03T23:26:22.768Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-12-03T23:26:22.812Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-12-03T23:26:22.843Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-12-03T23:26:22.879Z | Checking serde_arrays v0.1.0 |
1018 | 2024-12-03T23:26:22.903Z | Checking libloading v0.7.4 |
1019 | 2024-12-03T23:26:23.067Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-03T23:26:23.090Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-03T23:26:23.139Z | Compiling escargot v0.5.10 |
1022 | 2024-12-03T23:26:23.224Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1023 | 2024-12-03T23:26:23.405Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-03T23:26:23.641Z | Checking ron v0.8.1 |
1025 | 2024-12-03T23:26:23.784Z | Checking xattr v1.3.1 |
1026 | 2024-12-03T23:26:24.297Z | Checking filetime v0.2.23 |
1027 | 2024-12-03T23:26:24.300Z | Checking bstr v1.9.1 |
1028 | 2024-12-03T23:26:24.459Z | Checking bit_field v0.10.2 |
1029 | 2024-12-03T23:26:24.679Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-03T23:26:24.705Z | Checking tar v0.4.40 |
1031 | 2024-12-03T23:26:24.888Z | Checking const_format v0.2.32 |
1032 | 2024-12-03T23:26:25.064Z | Checking globset v0.4.14 |
1033 | 2024-12-03T23:26:25.367Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-12-03T23:26:25.450Z | Checking fatfs v0.3.6 |
1035 | 2024-12-03T23:26:25.559Z | Checking glob v0.3.1 |
1036 | 2024-12-03T23:26:27.463Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-12-03T23:26:28.114Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-03T23:26:28.590Z | Compiling git2 v0.19.0 |
1039 | 2024-12-03T23:26:29.286Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-12-03T23:26:32.741Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-03T23:26:34.020Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-03T23:26:42.009Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-03T23:26:47.385Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-03T23:26:56.114Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-03T23:26:56.117Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-03T23:27:03.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
1047 | 2024-12-03T23:27:03.833Z | |
1048 | 2024-12-03T23:27:03.833Z | real 2:53.144849753 |
1049 | 2024-12-03T23:27:03.833Z | user 13:10.290326731 |
1050 | 2024-12-03T23:27:03.833Z | sys 2:15.749601446 |
1051 | 2024-12-03T23:27:03.836Z | trap 0.465827597 |
1052 | 2024-12-03T23:27:03.836Z | tflt 1.326521651 |
1053 | 2024-12-03T23:27:03.836Z | dflt 0.371867841 |
1054 | 2024-12-03T23:27:03.836Z | kflt 0.006918433 |
1055 | 2024-12-03T23:27:03.836Z | lock 15:29.753673487 |
1056 | 2024-12-03T23:27:03.836Z | slp 49:58.977747752 |
1057 | 2024-12-03T23:27:03.836Z | lat 59.905708137 |
1058 | 2024-12-03T23:27:03.836Z | stop 3:23.318453104 |
1059 | 2024-12-03T23:27:03.836Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-03T23:27:04.400Z | Downloading crates ... |
1061 | 2024-12-03T23:27:04.635Z | Downloaded arc-swap v1.7.1 |
1062 | 2024-12-03T23:27:04.640Z | Downloaded predicates-core v1.0.6 |
1063 | 2024-12-03T23:27:04.642Z | Downloaded fragile v2.0.0 |
1064 | 2024-12-03T23:27:04.645Z | Downloaded downcast v0.11.0 |
1065 | 2024-12-03T23:27:04.645Z | Downloaded slog-envlogger v2.2.0 |
1066 | 2024-12-03T23:27:04.648Z | Downloaded predicates v3.1.0 |
1067 | 2024-12-03T23:27:04.651Z | Downloaded mockall v0.12.1 |
1068 | 2024-12-03T23:27:04.653Z | Downloaded predicates-tree v1.0.9 |
1069 | 2024-12-03T23:27:04.656Z | Downloaded slog-stdlog v4.1.1 |
1070 | 2024-12-03T23:27:04.656Z | Downloaded serde_test v1.0.176 |
1071 | 2024-12-03T23:27:04.658Z | Downloaded termtree v0.4.1 |
1072 | 2024-12-03T23:27:04.661Z | Downloaded crc32fast v1.4.0 |
1073 | 2024-12-03T23:27:04.661Z | Downloaded fdeflate v0.3.4 |
1074 | 2024-12-03T23:27:04.663Z | Downloaded simd-adler32 v0.3.7 |
1075 | 2024-12-03T23:27:04.668Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-12-03T23:27:04.672Z | Downloaded miniz_oxide v0.7.2 |
1077 | 2024-12-03T23:27:04.674Z | Downloaded bytemuck v1.16.0 |
1078 | 2024-12-03T23:27:04.677Z | Downloaded mockall_derive v0.12.1 |
1079 | 2024-12-03T23:27:04.680Z | Downloaded png v0.17.13 |
1080 | 2024-12-03T23:27:04.682Z | Downloaded flate2 v1.0.30 |
1081 | 2024-12-03T23:27:05.227Z | Downloaded image v0.25.1 |
1082 | 2024-12-03T23:27:05.538Z | Checking log v0.4.22 |
1083 | 2024-12-03T23:27:05.541Z | Checking tokio v1.39.3 |
1084 | 2024-12-03T23:27:05.587Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-12-03T23:27:05.600Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-12-03T23:27:05.600Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-12-03T23:27:05.603Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-03T23:27:05.634Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-03T23:27:05.636Z | Compiling crc32fast v1.4.0 |
1090 | 2024-12-03T23:27:06.040Z | Checking simd-adler32 v0.3.7 |
1091 | 2024-12-03T23:27:06.044Z | Checking native-tls v0.2.11 |
1092 | 2024-12-03T23:27:06.045Z | Checking goblin v0.8.2 |
1093 | 2024-12-03T23:27:06.045Z | Checking typify-impl v0.2.0 |
1094 | 2024-12-03T23:27:06.045Z | Checking rustls v0.22.4 |
1095 | 2024-12-03T23:27:06.097Z | Checking tungstenite v0.21.0 |
1096 | 2024-12-03T23:27:06.138Z | Checking rustls v0.21.12 |
1097 | 2024-12-03T23:27:06.141Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1098 | 2024-12-03T23:27:06.236Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1099 | 2024-12-03T23:27:06.917Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1100 | 2024-12-03T23:27:07.168Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-03T23:27:07.428Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-12-03T23:27:07.857Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-12-03T23:27:08.306Z | Checking adler v1.0.2 |
1104 | 2024-12-03T23:27:08.323Z | Checking typify v0.2.0 |
1105 | 2024-12-03T23:27:08.444Z | Checking progenitor-impl v0.8.0 |
1106 | 2024-12-03T23:27:08.458Z | Checking miniz_oxide v0.7.2 |
1107 | 2024-12-03T23:27:09.050Z | Checking arc-swap v1.7.1 |
1108 | 2024-12-03T23:27:09.096Z | Checking fdeflate v0.3.4 |
1109 | 2024-12-03T23:27:09.130Z | Checking predicates-core v1.0.6 |
1110 | 2024-12-03T23:27:09.257Z | Checking flate2 v1.0.30 |
1111 | 2024-12-03T23:27:09.313Z | Checking bytemuck v1.16.0 |
1112 | 2024-12-03T23:27:09.427Z | Checking slog-scope v4.4.0 |
1113 | 2024-12-03T23:27:09.623Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1114 | 2024-12-03T23:27:09.642Z | Checking slog-stdlog v4.1.1 |
1115 | 2024-12-03T23:27:09.728Z | Checking termtree v0.4.1 |
1116 | 2024-12-03T23:27:09.801Z | Checking slog-envlogger v2.2.0 |
1117 | 2024-12-03T23:27:09.899Z | Checking png v0.17.13 |
1118 | 2024-12-03T23:27:09.928Z | Checking predicates-tree v1.0.9 |
1119 | 2024-12-03T23:27:10.009Z | Checking predicates v3.1.0 |
1120 | 2024-12-03T23:27:10.077Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-12-03T23:27:10.406Z | Checking wait-timeout v0.2.0 |
1122 | 2024-12-03T23:27:10.460Z | Checking bit-vec v0.6.3 |
1123 | 2024-12-03T23:27:10.504Z | Checking downcast v0.11.0 |
1124 | 2024-12-03T23:27:10.579Z | Checking fragile v2.0.0 |
1125 | 2024-12-03T23:27:10.593Z | Checking dof v0.3.0 |
1126 | 2024-12-03T23:27:10.683Z | Checking rusty-fork v0.3.0 |
1127 | 2024-12-03T23:27:10.740Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1128 | 2024-12-03T23:27:10.790Z | Checking bit-set v0.5.3 |
1129 | 2024-12-03T23:27:10.813Z | Checking globset v0.4.14 |
1130 | 2024-12-03T23:27:10.962Z | Checking escargot v0.5.10 |
1131 | 2024-12-03T23:27:11.028Z | Checking fatfs v0.3.6 |
1132 | 2024-12-03T23:27:11.123Z | Checking image v0.25.1 |
1133 | 2024-12-03T23:27:11.174Z | Checking usdt-impl v0.5.0 |
1134 | 2024-12-03T23:27:11.315Z | Checking rand_xorshift v0.3.0 |
1135 | 2024-12-03T23:27:11.482Z | Checking unarray v0.1.4 |
1136 | 2024-12-03T23:27:11.621Z | Checking proptest v1.5.0 |
1137 | 2024-12-03T23:27:11.694Z | Checking usdt v0.5.0 |
1138 | 2024-12-03T23:27:11.944Z | Checking slog-dtrace v0.3.0 |
1139 | 2024-12-03T23:27:11.961Z | Checking serde_test v1.0.176 |
1140 | 2024-12-03T23:27:12.001Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1141 | 2024-12-03T23:27:12.152Z | Checking tokio-util v0.7.11 |
1142 | 2024-12-03T23:27:12.299Z | Checking tokio-rustls v0.26.0 |
1143 | 2024-12-03T23:27:12.358Z | Checking tokio-native-tls v0.3.1 |
1144 | 2024-12-03T23:27:12.589Z | Checking tokio-rustls v0.25.0 |
1145 | 2024-12-03T23:27:12.652Z | Checking backoff v0.4.0 |
1146 | 2024-12-03T23:27:12.696Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1147 | 2024-12-03T23:27:12.909Z | Checking tokio-tungstenite v0.21.0 |
1148 | 2024-12-03T23:27:12.923Z | Checking zone v0.3.0 |
1149 | 2024-12-03T23:27:12.923Z | Checking cancel-safe-futures v0.1.5 |
1150 | 2024-12-03T23:27:12.948Z | Checking h2 v0.4.6 |
1151 | 2024-12-03T23:27:12.961Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1152 | 2024-12-03T23:27:13.347Z | Checking libsw v3.3.1 |
1153 | 2024-12-03T23:27:13.363Z | Checking hickory-proto v0.24.1 |
1154 | 2024-12-03T23:27:13.441Z | Checking steno v0.4.1 |
1155 | 2024-12-03T23:27:13.587Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1156 | 2024-12-03T23:27:13.687Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-12-03T23:27:14.549Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-12-03T23:27:14.837Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-12-03T23:27:14.928Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-03T23:27:15.154Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1161 | 2024-12-03T23:27:16.794Z | Checking hickory-resolver v0.24.1 |
1162 | 2024-12-03T23:27:16.852Z | Checking mockall v0.12.1 |
1163 | 2024-12-03T23:27:17.092Z | Checking hyper v1.4.1 |
1164 | 2024-12-03T23:27:18.496Z | Checking hyper-util v0.1.9 |
1165 | 2024-12-03T23:27:19.557Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-03T23:27:19.557Z | Checking hyper-tls v0.6.0 |
1167 | 2024-12-03T23:27:19.560Z | Checking dropshot v0.12.0 |
1168 | 2024-12-03T23:27:19.798Z | Checking reqwest v0.12.7 |
1169 | 2024-12-03T23:27:20.879Z | Checking progenitor-client v0.8.0 |
1170 | 2024-12-03T23:27:21.073Z | Checking progenitor v0.8.0 |
1171 | 2024-12-03T23:27:21.192Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-12-03T23:27:21.195Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-03T23:27:21.195Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-03T23:27:21.195Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-12-03T23:27:22.117Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-03T23:27:23.012Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1177 | 2024-12-03T23:27:24.992Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-03T23:27:27.093Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-03T23:27:31.132Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-03T23:27:31.132Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-03T23:27:31.135Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-03T23:27:31.135Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-03T23:27:32.833Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-03T23:27:33.231Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-03T23:27:33.231Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-03T23:27:33.252Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-03T23:27:33.879Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-03T23:27:34.114Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-03T23:27:34.168Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-03T23:27:43.473Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-03T23:27:48.943Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-03T23:27:49.574Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-03T23:27:53.407Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-03T23:28:07.265Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-03T23:28:07.268Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-03T23:28:16.395Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-03T23:28:16.395Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-03T23:28:16.395Z | | |
1199 | 2024-12-03T23:28:16.395Z | 188 | let instance = kstats |
1200 | 2024-12-03T23:28:16.395Z | | ________________________^ |
1201 | 2024-12-03T23:28:16.395Z | 189 | | .iter() |
1202 | 2024-12-03T23:28:16.395Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-03T23:28:16.395Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-03T23:28:16.395Z | 192 | | }) |
1205 | 2024-12-03T23:28:16.395Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-03T23:28:16.395Z | | |______________________________________________^ |
1207 | 2024-12-03T23:28:16.396Z | | |
1208 | 2024-12-03T23:28:16.396Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-03T23:28:16.396Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-03T23:28:16.396Z | help: use `ok_or` instead |
1211 | 2024-12-03T23:28:16.396Z | | |
1212 | 2024-12-03T23:28:16.396Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-03T23:28:16.396Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-03T23:28:16.396Z | |
1215 | 2024-12-03T23:28:17.445Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-03T23:28:18.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1217 | 2024-12-03T23:28:18.703Z | |
1218 | 2024-12-03T23:28:18.703Z | real 1:14.846380083 |
1219 | 2024-12-03T23:28:18.703Z | user 3:14.255150950 |
1220 | 2024-12-03T23:28:18.703Z | sys 23.036999922 |
1221 | 2024-12-03T23:28:18.703Z | trap 0.071495783 |
1222 | 2024-12-03T23:28:18.707Z | tflt 0.187604645 |
1223 | 2024-12-03T23:28:18.707Z | dflt 0.033393483 |
1224 | 2024-12-03T23:28:18.707Z | kflt 0.000014627 |
1225 | 2024-12-03T23:28:18.707Z | lock 4:27.088762894 |
1226 | 2024-12-03T23:28:18.707Z | slp 10:25.622254694 |
1227 | 2024-12-03T23:28:18.707Z | lat 6.056967541 |
1228 | 2024-12-03T23:28:18.707Z | stop 14.372561850 |
1229 | 2024-12-03T23:28:18.707Z | + banner build |
1230 | 2024-12-03T23:28:18.707Z | |
1231 | 2024-12-03T23:28:18.707Z | ##### # # # # ##### |
1232 | 2024-12-03T23:28:18.707Z | # # # # # # # # |
1233 | 2024-12-03T23:28:18.707Z | ##### # # # # # # |
1234 | 2024-12-03T23:28:18.707Z | # # # # # # # # |
1235 | 2024-12-03T23:28:18.707Z | # # # # # # # # |
1236 | 2024-12-03T23:28:18.707Z | ##### #### # ###### ##### |
1237 | 2024-12-03T23:28:18.707Z | |
1238 | 2024-12-03T23:28:18.707Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-03T23:28:19.561Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-03T23:28:19.561Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-03T23:28:19.563Z | Compiling libc v0.2.159 |
1242 | 2024-12-03T23:28:19.564Z | Compiling serde v1.0.210 |
1243 | 2024-12-03T23:28:19.565Z | Compiling version_check v0.9.5 |
1244 | 2024-12-03T23:28:19.565Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-03T23:28:19.565Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-03T23:28:19.565Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-03T23:28:19.800Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-03T23:28:19.821Z | Compiling memchr v2.7.2 |
1249 | 2024-12-03T23:28:19.930Z | Compiling libm v0.2.8 |
1250 | 2024-12-03T23:28:20.217Z | Compiling ahash v0.8.11 |
1251 | 2024-12-03T23:28:20.332Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-03T23:28:20.363Z | Compiling itoa v1.0.11 |
1253 | 2024-12-03T23:28:20.570Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-03T23:28:20.624Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-03T23:28:20.973Z | Compiling ryu v1.0.18 |
1256 | 2024-12-03T23:28:21.116Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-03T23:28:21.247Z | Compiling slab v0.4.9 |
1258 | 2024-12-03T23:28:21.381Z | Compiling quote v1.0.37 |
1259 | 2024-12-03T23:28:21.414Z | Compiling jobserver v0.1.31 |
1260 | 2024-12-03T23:28:21.498Z | Compiling getrandom v0.2.14 |
1261 | 2024-12-03T23:28:21.660Z | Compiling pkg-config v0.3.30 |
1262 | 2024-12-03T23:28:21.834Z | Compiling syn v2.0.77 |
1263 | 2024-12-03T23:28:21.928Z | Compiling cc v1.0.97 |
1264 | 2024-12-03T23:28:21.942Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-03T23:28:21.988Z | Compiling schemars v0.8.21 |
1266 | 2024-12-03T23:28:22.038Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-03T23:28:22.402Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-03T23:28:22.756Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-03T23:28:22.928Z | Compiling log v0.4.22 |
1270 | 2024-12-03T23:28:22.961Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-03T23:28:23.347Z | Compiling equivalent v1.0.1 |
1272 | 2024-12-03T23:28:23.358Z | Compiling scopeguard v1.2.0 |
1273 | 2024-12-03T23:28:23.406Z | Compiling typenum v1.17.0 |
1274 | 2024-12-03T23:28:23.419Z | Compiling socket2 v0.5.7 |
1275 | 2024-12-03T23:28:23.450Z | Compiling signal-hook-registry v1.4.2 |
1276 | 2024-12-03T23:28:24.149Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-03T23:28:24.372Z | Compiling mio v1.0.2 |
1278 | 2024-12-03T23:28:24.930Z | Compiling httparse v1.8.0 |
1279 | 2024-12-03T23:28:24.955Z | Compiling ring v0.17.8 |
1280 | 2024-12-03T23:28:25.218Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-03T23:28:25.587Z | Compiling fnv v1.0.7 |
1282 | 2024-12-03T23:28:25.712Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-03T23:28:26.010Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-03T23:28:26.055Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-03T23:28:26.127Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-03T23:28:26.196Z | Compiling semver v1.0.23 |
1287 | 2024-12-03T23:28:26.231Z | Compiling slog v2.7.0 |
1288 | 2024-12-03T23:28:26.297Z | Compiling ucd-trie v0.1.6 |
1289 | 2024-12-03T23:28:26.578Z | Compiling futures-sink v0.3.30 |
1290 | 2024-12-03T23:28:26.734Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-03T23:28:26.770Z | Compiling subtle v2.5.0 |
1292 | 2024-12-03T23:28:26.951Z | Compiling heck v0.5.0 |
1293 | 2024-12-03T23:28:27.071Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-03T23:28:27.110Z | Compiling pin-utils v0.1.0 |
1295 | 2024-12-03T23:28:27.123Z | Compiling futures-io v0.3.30 |
1296 | 2024-12-03T23:28:27.193Z | Compiling futures-task v0.3.30 |
1297 | 2024-12-03T23:28:27.208Z | Compiling rustversion v1.0.17 |
1298 | 2024-12-03T23:28:27.221Z | Compiling openssl v0.10.66 |
1299 | 2024-12-03T23:28:27.340Z | Compiling syn v1.0.109 |
1300 | 2024-12-03T23:28:27.810Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-03T23:28:28.386Z | Compiling regex-syntax v0.8.4 |
1302 | 2024-12-03T23:28:28.477Z | Compiling serde_derive_internals v0.29.1 |
1303 | 2024-12-03T23:28:28.900Z | Compiling rustls v0.23.10 |
1304 | 2024-12-03T23:28:29.296Z | Compiling heck v0.4.1 |
1305 | 2024-12-03T23:28:29.344Z | Compiling native-tls v0.2.11 |
1306 | 2024-12-03T23:28:30.504Z | Compiling spin v0.9.8 |
1307 | 2024-12-03T23:28:31.096Z | Compiling num-conv v0.1.0 |
1308 | 2024-12-03T23:28:31.360Z | Compiling anyhow v1.0.89 |
1309 | 2024-12-03T23:28:31.631Z | Compiling untrusted v0.9.0 |
1310 | 2024-12-03T23:28:31.835Z | Compiling time-core v0.1.2 |
1311 | 2024-12-03T23:28:31.957Z | Compiling tracing-core v0.1.32 |
1312 | 2024-12-03T23:28:32.011Z | Compiling regex-automata v0.4.6 |
1313 | 2024-12-03T23:28:32.621Z | Compiling time-macros v0.2.18 |
1314 | 2024-12-03T23:28:33.099Z | Compiling serde_derive v1.0.210 |
1315 | 2024-12-03T23:28:33.965Z | Compiling zerocopy-derive v0.7.34 |
1316 | 2024-12-03T23:28:34.094Z | Compiling thiserror-impl v1.0.64 |
1317 | 2024-12-03T23:28:34.775Z | Compiling tokio-macros v2.4.0 |
1318 | 2024-12-03T23:28:35.454Z | Compiling schemars_derive v0.8.21 |
1319 | 2024-12-03T23:28:36.026Z | Compiling zerocopy v0.7.34 |
1320 | 2024-12-03T23:28:36.287Z | Compiling futures-macro v0.3.30 |
1321 | 2024-12-03T23:28:37.866Z | Compiling hashbrown v0.14.5 |
1322 | 2024-12-03T23:28:38.247Z | Compiling pest v2.7.10 |
1323 | 2024-12-03T23:28:38.476Z | Compiling futures-util v0.3.30 |
1324 | 2024-12-03T23:28:38.552Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-12-03T23:28:38.825Z | Compiling regex v1.10.6 |
1326 | 2024-12-03T23:28:39.046Z | Compiling scroll_derive v0.12.0 |
1327 | 2024-12-03T23:28:39.435Z | Compiling tracing-attributes v0.1.27 |
1328 | 2024-12-03T23:28:39.681Z | Compiling crypto-common v0.1.6 |
1329 | 2024-12-03T23:28:39.929Z | Compiling thread-id v4.2.1 |
1330 | 2024-12-03T23:28:40.760Z | Compiling regress v0.10.1 |
1331 | 2024-12-03T23:28:41.040Z | Compiling pest_meta v2.7.10 |
1332 | 2024-12-03T23:28:41.057Z | Compiling rustls-pki-types v1.7.0 |
1333 | 2024-12-03T23:28:42.365Z | Compiling pest_generator v2.7.10 |
1334 | 2024-12-03T23:28:42.543Z | Compiling tracing v0.1.40 |
1335 | 2024-12-03T23:28:43.256Z | Compiling percent-encoding v2.3.1 |
1336 | 2024-12-03T23:28:43.766Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-03T23:28:44.072Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-12-03T23:28:44.174Z | Compiling camino v1.1.9 |
1339 | 2024-12-03T23:28:44.296Z | Compiling tinyvec v1.6.0 |
1340 | 2024-12-03T23:28:44.598Z | Compiling usdt-impl v0.5.0 |
1341 | 2024-12-03T23:28:44.780Z | Compiling pest_derive v2.7.10 |
1342 | 2024-12-03T23:28:44.821Z | Compiling atomic-waker v1.1.2 |
1343 | 2024-12-03T23:28:45.023Z | Compiling ppv-lite86 v0.2.17 |
1344 | 2024-12-03T23:28:45.056Z | Compiling zeroize v1.7.0 |
1345 | 2024-12-03T23:28:45.388Z | Compiling rustls-webpki v0.102.4 |
1346 | 2024-12-03T23:28:45.741Z | Compiling bytes v1.7.2 |
1347 | 2024-12-03T23:28:46.186Z | Compiling indexmap v2.5.0 |
1348 | 2024-12-03T23:28:46.341Z | Compiling chrono v0.4.38 |
1349 | 2024-12-03T23:28:47.091Z | Compiling tokio v1.39.3 |
1350 | 2024-12-03T23:28:47.549Z | Compiling uuid v1.10.0 |
1351 | 2024-12-03T23:28:47.623Z | Compiling bitflags v2.6.0 |
1352 | 2024-12-03T23:28:47.991Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2024-12-03T23:28:48.526Z | Compiling http v1.1.0 |
1354 | 2024-12-03T23:28:49.904Z | Compiling unicode-normalization v0.1.23 |
1355 | 2024-12-03T23:28:50.657Z | Compiling rand_chacha v0.3.1 |
1356 | 2024-12-03T23:28:51.310Z | Compiling scroll v0.12.0 |
1357 | 2024-12-03T23:28:51.788Z | Compiling http-body v1.0.1 |
1358 | 2024-12-03T23:28:52.482Z | Compiling try-lock v0.2.5 |
1359 | 2024-12-03T23:28:52.653Z | Compiling plain v0.2.3 |
1360 | 2024-12-03T23:28:52.825Z | Compiling unicode-bidi v0.3.15 |
1361 | 2024-12-03T23:28:53.015Z | Compiling goblin v0.8.2 |
1362 | 2024-12-03T23:28:54.439Z | Compiling typify-impl v0.2.0 |
1363 | 2024-12-03T23:28:55.049Z | Compiling want v0.3.1 |
1364 | 2024-12-03T23:28:55.187Z | Compiling rand v0.8.5 |
1365 | 2024-12-03T23:28:55.329Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-12-03T23:28:55.651Z | Compiling tokio-util v0.7.11 |
1367 | 2024-12-03T23:28:56.754Z | Compiling h2 v0.4.6 |
1368 | 2024-12-03T23:28:57.639Z | Compiling strum_macros v0.26.2 |
1369 | 2024-12-03T23:28:59.517Z | Compiling httpdate v1.0.3 |
1370 | 2024-12-03T23:29:00.156Z | Compiling base64 v0.22.1 |
1371 | 2024-12-03T23:29:00.308Z | Compiling omicron-workspace-hack v0.1.0 |
1372 | 2024-12-03T23:29:00.708Z | Compiling pretty-hex v0.4.1 |
1373 | 2024-12-03T23:29:00.934Z | Compiling dof v0.3.0 |
1374 | 2024-12-03T23:29:01.273Z | Compiling idna v0.5.0 |
1375 | 2024-12-03T23:29:01.787Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-03T23:29:02.218Z | Compiling tower-service v0.3.2 |
1377 | 2024-12-03T23:29:02.348Z | Compiling strsim v0.11.1 |
1378 | 2024-12-03T23:29:02.413Z | Compiling hyper v1.4.1 |
1379 | 2024-12-03T23:29:02.985Z | Compiling rustls v0.22.4 |
1380 | 2024-12-03T23:29:03.329Z | Compiling unsafe-libyaml v0.2.11 |
1381 | 2024-12-03T23:29:03.353Z | Compiling cpufeatures v0.2.12 |
1382 | 2024-12-03T23:29:04.669Z | Compiling url v2.5.0 |
1383 | 2024-12-03T23:29:05.081Z | Compiling serde_yaml v0.9.34+deprecated |
1384 | 2024-12-03T23:29:05.140Z | Compiling typify-macro v0.2.0 |
1385 | 2024-12-03T23:29:05.219Z | Compiling hyper-util v0.1.9 |
1386 | 2024-12-03T23:29:08.467Z | Compiling toml_datetime v0.6.8 |
1387 | 2024-12-03T23:29:08.905Z | Compiling async-trait v0.1.83 |
1388 | 2024-12-03T23:29:08.941Z | Compiling typify v0.2.0 |
1389 | 2024-12-03T23:29:09.063Z | Compiling progenitor-impl v0.8.0 |
1390 | 2024-12-03T23:29:10.060Z | Compiling block-buffer v0.10.4 |
1391 | 2024-12-03T23:29:10.140Z | Compiling slog-async v2.8.0 |
1392 | 2024-12-03T23:29:10.878Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-12-03T23:29:10.994Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-03T23:29:11.190Z | Compiling digest v0.10.7 |
1395 | 2024-12-03T23:29:11.636Z | Compiling http-body-util v0.1.2 |
1396 | 2024-12-03T23:29:11.850Z | Compiling multer v3.1.0 |
1397 | 2024-12-03T23:29:12.060Z | Compiling encoding_rs v0.8.34 |
1398 | 2024-12-03T23:29:12.143Z | Compiling ident_case v1.0.1 |
1399 | 2024-12-03T23:29:12.221Z | Compiling paste v1.0.15 |
1400 | 2024-12-03T23:29:12.317Z | Compiling crossbeam-utils v0.8.19 |
1401 | 2024-12-03T23:29:12.368Z | Compiling mime v0.3.17 |
1402 | 2024-12-03T23:29:12.779Z | Compiling darling_core v0.20.9 |
1403 | 2024-12-03T23:29:12.892Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2024-12-03T23:29:13.401Z | Compiling usdt-macro v0.5.0 |
1405 | 2024-12-03T23:29:14.575Z | Compiling rustls-pemfile v2.1.3 |
1406 | 2024-12-03T23:29:14.764Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-12-03T23:29:14.903Z | Compiling progenitor-macro v0.8.0 |
1408 | 2024-12-03T23:29:15.290Z | Compiling openssl-probe v0.1.5 |
1409 | 2024-12-03T23:29:18.248Z | Compiling async-stream-impl v0.3.5 |
1410 | 2024-12-03T23:29:18.262Z | Compiling darling_macro v0.20.9 |
1411 | 2024-12-03T23:29:20.309Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-03T23:29:20.863Z | Compiling powerfmt v0.2.0 |
1413 | 2024-12-03T23:29:21.370Z | Compiling ipnet v2.9.0 |
1414 | 2024-12-03T23:29:23.682Z | Compiling tokio-rustls v0.26.0 |
1415 | 2024-12-03T23:29:24.143Z | Compiling deranged v0.3.11 |
1416 | 2024-12-03T23:29:24.356Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-03T23:29:26.884Z | Compiling darling v0.20.9 |
1418 | 2024-12-03T23:29:26.913Z | Compiling serde_spanned v0.6.7 |
1419 | 2024-12-03T23:29:26.913Z | Compiling futures-executor v0.3.30 |
1420 | 2024-12-03T23:29:27.007Z | Compiling webpki-roots v0.26.3 |
1421 | 2024-12-03T23:29:28.894Z | Compiling num_threads v0.1.7 |
1422 | 2024-12-03T23:29:29.865Z | Compiling time v0.3.36 |
1423 | 2024-12-03T23:29:36.425Z | Compiling hyper-rustls v0.27.3 |
1424 | 2024-12-03T23:29:37.729Z | Compiling futures v0.3.30 |
1425 | 2024-12-03T23:29:37.828Z | Compiling serde_with_macros v3.9.0 |
1426 | 2024-12-03T23:29:40.406Z | Compiling hyper-tls v0.6.0 |
1427 | 2024-12-03T23:29:40.419Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-03T23:29:40.815Z | Compiling strum v0.26.2 |
1429 | 2024-12-03T23:29:41.022Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-12-03T23:29:41.840Z | Compiling structmeta-derive v0.3.0 |
1431 | 2024-12-03T23:29:42.044Z | Compiling sync_wrapper v1.0.1 |
1432 | 2024-12-03T23:29:42.202Z | Compiling rustix v0.38.34 |
1433 | 2024-12-03T23:29:43.011Z | Compiling reqwest v0.12.7 |
1434 | 2024-12-03T23:29:44.378Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-03T23:29:45.304Z | Compiling dirs-sys-next v0.1.2 |
1436 | 2024-12-03T23:29:45.961Z | Compiling errno v0.3.9 |
1437 | 2024-12-03T23:29:46.204Z | Compiling match_cfg v0.1.0 |
1438 | 2024-12-03T23:29:46.322Z | Compiling winnow v0.6.18 |
1439 | 2024-12-03T23:29:52.069Z | Compiling hostname v0.3.1 |
1440 | 2024-12-03T23:29:52.684Z | Compiling dirs-next v2.0.0 |
1441 | 2024-12-03T23:29:52.945Z | Compiling progenitor-client v0.8.0 |
1442 | 2024-12-03T23:29:56.082Z | Compiling parse-display-derive v0.10.0 |
1443 | 2024-12-03T23:29:56.688Z | Compiling ipnetwork v0.20.0 |
1444 | 2024-12-03T23:29:58.980Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1445 | 2024-12-03T23:29:59.899Z | Compiling thread_local v1.1.8 |
1446 | 2024-12-03T23:30:00.943Z | Compiling progenitor v0.8.0 |
1447 | 2024-12-03T23:30:01.160Z | Compiling term v0.7.0 |
1448 | 2024-12-03T23:30:02.564Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-03T23:30:02.934Z | Compiling is-terminal v0.4.12 |
1450 | 2024-12-03T23:30:03.067Z | Compiling memmap v0.7.0 |
1451 | 2024-12-03T23:30:04.316Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-03T23:30:06.352Z | Compiling usdt v0.5.0 |
1453 | 2024-12-03T23:30:06.866Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-03T23:30:07.770Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-03T23:30:07.869Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-03T23:30:08.661Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-03T23:30:09.596Z | Compiling winnow v0.5.40 |
1458 | 2024-12-03T23:30:09.969Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-12-03T23:30:11.849Z | Compiling toml v0.8.19 |
1460 | 2024-12-03T23:30:12.986Z | Compiling toml_edit v0.19.15 |
1461 | 2024-12-03T23:30:13.894Z | Compiling tokio-rustls v0.25.0 |
1462 | 2024-12-03T23:30:14.331Z | Compiling slog-bunyan v2.5.0 |
1463 | 2024-12-03T23:30:18.299Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-03T23:30:18.746Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-03T23:30:18.864Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-03T23:30:19.023Z | Compiling hostname v0.4.0 |
1467 | 2024-12-03T23:30:22.825Z | Compiling proc-macro-crate v1.3.1 |
1468 | 2024-12-03T23:30:23.598Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1469 | 2024-12-03T23:30:23.919Z | Compiling serde_with v3.9.0 |
1470 | 2024-12-03T23:30:26.569Z | Compiling newtype-uuid v1.1.0 |
1471 | 2024-12-03T23:30:27.318Z | Compiling unicode-width v0.1.14 |
1472 | 2024-12-03T23:30:28.064Z | Compiling hex v0.4.3 |
1473 | 2024-12-03T23:30:28.781Z | Compiling clap_derive v4.5.4 |
1474 | 2024-12-03T23:30:29.326Z | Compiling instant v0.1.12 |
1475 | 2024-12-03T23:30:29.490Z | Compiling lazy_static v1.5.0 |
1476 | 2024-12-03T23:30:29.658Z | Compiling utf8parse v0.2.1 |
1477 | 2024-12-03T23:30:29.945Z | Compiling anstyle-parse v0.2.4 |
1478 | 2024-12-03T23:30:34.032Z | Compiling backoff v0.4.0 |
1479 | 2024-12-03T23:30:34.133Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1480 | 2024-12-03T23:30:34.133Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2024-12-03T23:30:34.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1482 | 2024-12-03T23:30:34.139Z | Compiling parse-display v0.10.0 |
1483 | 2024-12-03T23:30:34.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1484 | 2024-12-03T23:30:34.139Z | Compiling macaddr v1.0.1 |
1485 | 2024-12-03T23:30:34.139Z | Compiling regress v0.9.1 |
1486 | 2024-12-03T23:30:34.358Z | Compiling num-integer v0.1.46 |
1487 | 2024-12-03T23:30:35.010Z | Compiling unicode-xid v0.2.4 |
1488 | 2024-12-03T23:30:35.180Z | Compiling anstyle-query v1.0.3 |
1489 | 2024-12-03T23:30:35.334Z | Compiling colorchoice v1.0.1 |
1490 | 2024-12-03T23:30:35.435Z | Compiling is_terminal_polyfill v1.70.0 |
1491 | 2024-12-03T23:30:35.506Z | Compiling anstyle v1.0.7 |
1492 | 2024-12-03T23:30:35.559Z | Compiling crucible-workspace-hack v0.1.0 |
1493 | 2024-12-03T23:30:36.056Z | Compiling anstream v0.6.14 |
1494 | 2024-12-03T23:30:37.983Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1495 | 2024-12-03T23:30:38.057Z | Compiling terminal_size v0.3.0 |
1496 | 2024-12-03T23:30:38.464Z | Compiling heapless v0.8.0 |
1497 | 2024-12-03T23:30:39.524Z | Compiling clap_lex v0.7.0 |
1498 | 2024-12-03T23:30:41.935Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-03T23:30:43.518Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-03T23:30:43.528Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-03T23:30:44.307Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-03T23:30:44.583Z | Compiling stable_deref_trait v1.2.0 |
1503 | 2024-12-03T23:30:44.691Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1504 | 2024-12-03T23:30:45.738Z | Compiling fastrand v2.1.0 |
1505 | 2024-12-03T23:30:45.792Z | Compiling either v1.13.0 |
1506 | 2024-12-03T23:30:46.222Z | Compiling smoltcp v0.11.0 |
1507 | 2024-12-03T23:30:46.385Z | Compiling num-rational v0.4.2 |
1508 | 2024-12-03T23:30:46.913Z | Compiling clap v4.5.4 |
1509 | 2024-12-03T23:30:47.038Z | Compiling tempfile v3.10.1 |
1510 | 2024-12-03T23:30:47.617Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-03T23:30:49.184Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-03T23:30:49.215Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-03T23:30:49.408Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-03T23:30:49.940Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-03T23:30:50.358Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-03T23:30:50.365Z | Compiling cobs v0.2.3 |
1517 | 2024-12-03T23:30:50.452Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2024-12-03T23:30:50.698Z | Compiling managed v0.8.0 |
1519 | 2024-12-03T23:30:50.788Z | Compiling postcard v1.0.9 |
1520 | 2024-12-03T23:30:50.841Z | Compiling zerocopy-derive v0.2.0 |
1521 | 2024-12-03T23:30:50.858Z | Compiling num v0.4.3 |
1522 | 2024-12-03T23:30:52.000Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-03T23:30:52.112Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-03T23:30:52.626Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1525 | 2024-12-03T23:30:52.847Z | Compiling proc-macro-error v1.0.4 |
1526 | 2024-12-03T23:30:53.039Z | Compiling pretty-hex v0.2.1 |
1527 | 2024-12-03T23:30:53.259Z | Compiling foreign-types-shared v0.3.1 |
1528 | 2024-12-03T23:30:53.361Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1529 | 2024-12-03T23:30:53.380Z | Compiling prettyplease v0.2.22 |
1530 | 2024-12-03T23:30:54.048Z | Compiling foreign-types v0.5.0 |
1531 | 2024-12-03T23:30:54.729Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-03T23:30:57.868Z | Compiling tabwriter v1.4.0 |
1533 | 2024-12-03T23:30:58.298Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-03T23:30:58.315Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1535 | 2024-12-03T23:31:03.879Z | Compiling cstr-argument v0.1.2 |
1536 | 2024-12-03T23:31:03.955Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1537 | 2024-12-03T23:31:03.955Z | Compiling data-encoding v2.6.0 |
1538 | 2024-12-03T23:31:03.955Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-03T23:31:03.955Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-03T23:31:03.955Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-03T23:31:03.955Z | Compiling colored v2.1.0 |
1542 | 2024-12-03T23:31:03.966Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-03T23:31:04.148Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-03T23:31:04.313Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1545 | 2024-12-03T23:31:04.422Z | Compiling unicode-segmentation v1.11.0 |
1546 | 2024-12-03T23:31:04.590Z | Compiling static_assertions v1.1.0 |
1547 | 2024-12-03T23:31:04.699Z | Compiling float-ord v0.3.2 |
1548 | 2024-12-03T23:31:04.738Z | Compiling semver v0.1.20 |
1549 | 2024-12-03T23:31:04.865Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1550 | 2024-12-03T23:31:05.236Z | Compiling newline-converter v0.3.0 |
1551 | 2024-12-03T23:31:05.416Z | Compiling rustc_version v0.1.7 |
1552 | 2024-12-03T23:31:05.682Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1553 | 2024-12-03T23:31:06.862Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-03T23:31:09.005Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-03T23:31:09.735Z | Compiling itertools v0.10.5 |
1556 | 2024-12-03T23:31:09.957Z | Compiling console v0.15.8 |
1557 | 2024-12-03T23:31:12.621Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-03T23:31:13.345Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-03T23:31:15.406Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-03T23:31:15.533Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-03T23:31:15.621Z | Compiling base64ct v1.6.0 |
1562 | 2024-12-03T23:31:15.909Z | Compiling similar v2.5.0 |
1563 | 2024-12-03T23:31:16.213Z | Compiling password-hash v0.5.0 |
1564 | 2024-12-03T23:31:16.479Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1565 | 2024-12-03T23:31:17.349Z | Compiling expectorate v1.1.0 |
1566 | 2024-12-03T23:31:17.951Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1567 | 2024-12-03T23:31:18.270Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-12-03T23:31:18.789Z | Compiling zone v0.3.0 |
1569 | 2024-12-03T23:31:21.143Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1570 | 2024-12-03T23:31:22.046Z | Compiling newtype_derive v0.1.6 |
1571 | 2024-12-03T23:31:22.300Z | Compiling zerocopy v0.3.2 |
1572 | 2024-12-03T23:31:22.462Z | Compiling blake2 v0.10.6 |
1573 | 2024-12-03T23:31:22.670Z | Compiling cargo-platform v0.1.8 |
1574 | 2024-12-03T23:31:22.772Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-12-03T23:31:23.072Z | Compiling smf v0.2.3 |
1576 | 2024-12-03T23:31:23.642Z | Compiling serde_repr v0.1.19 |
1577 | 2024-12-03T23:31:23.728Z | Compiling zerocopy-derive v0.6.6 |
1578 | 2024-12-03T23:31:24.745Z | Compiling vergen v8.3.2 |
1579 | 2024-12-03T23:31:24.973Z | Compiling base64 v0.21.7 |
1580 | 2024-12-03T23:31:25.115Z | Compiling owo-colors v4.1.0 |
1581 | 2024-12-03T23:31:25.495Z | Compiling fixedbitset v0.4.2 |
1582 | 2024-12-03T23:31:25.499Z | Compiling whoami v1.5.1 |
1583 | 2024-12-03T23:31:25.592Z | Compiling cancel-safe-futures v0.1.5 |
1584 | 2024-12-03T23:31:26.093Z | Compiling petgraph v0.6.5 |
1585 | 2024-12-03T23:31:26.203Z | Compiling zerocopy v0.6.6 |
1586 | 2024-12-03T23:31:26.266Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-03T23:31:26.418Z | Compiling cargo_metadata v0.18.1 |
1588 | 2024-12-03T23:31:26.718Z | Compiling argon2 v0.5.3 |
1589 | 2024-12-03T23:31:26.940Z | Compiling dof v0.1.5 |
1590 | 2024-12-03T23:31:29.348Z | Compiling rustc_version v0.4.0 |
1591 | 2024-12-03T23:31:29.376Z | Compiling dtrace-parser v0.1.14 |
1592 | 2024-12-03T23:31:29.899Z | Compiling serde-big-array v0.5.1 |
1593 | 2024-12-03T23:31:29.988Z | Compiling strum_macros v0.25.3 |
1594 | 2024-12-03T23:31:30.157Z | Compiling libsqlite3-sys v0.30.1 |
1595 | 2024-12-03T23:31:30.697Z | Compiling slog-dtrace v0.3.0 |
1596 | 2024-12-03T23:31:30.709Z | Compiling cookie v0.18.1 |
1597 | 2024-12-03T23:31:30.935Z | Compiling rustls v0.21.12 |
1598 | 2024-12-03T23:31:31.088Z | Compiling convert_case v0.4.0 |
1599 | 2024-12-03T23:31:31.314Z | Compiling cfg_aliases v0.2.1 |
1600 | 2024-12-03T23:31:31.428Z | Compiling nix v0.29.0 |
1601 | 2024-12-03T23:31:31.725Z | Compiling derive_more v0.99.18 |
1602 | 2024-12-03T23:31:32.886Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-12-03T23:31:33.062Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-12-03T23:31:33.353Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1605 | 2024-12-03T23:31:35.241Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-03T23:31:35.946Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-12-03T23:31:36.957Z | Compiling atomicwrites v0.4.4 |
1608 | 2024-12-03T23:31:37.412Z | Compiling itertools v0.13.0 |
1609 | 2024-12-03T23:31:37.778Z | Compiling libsw v3.3.1 |
1610 | 2024-12-03T23:31:37.805Z | Compiling idna v0.4.0 |
1611 | 2024-12-03T23:31:38.114Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2024-12-03T23:31:38.586Z | Compiling sct v0.7.1 |
1613 | 2024-12-03T23:31:39.036Z | Compiling rustls-webpki v0.101.7 |
1614 | 2024-12-03T23:31:40.769Z | Compiling derive-where v1.2.7 |
1615 | 2024-12-03T23:31:41.603Z | Compiling enum-as-inner v0.6.0 |
1616 | 2024-12-03T23:31:41.617Z | Compiling inout v0.1.3 |
1617 | 2024-12-03T23:31:41.848Z | Compiling radium v0.7.0 |
1618 | 2024-12-03T23:31:42.200Z | Compiling indent_write v2.2.0 |
1619 | 2024-12-03T23:31:42.358Z | Compiling linked-hash-map v0.5.6 |
1620 | 2024-12-03T23:31:42.400Z | Compiling highway v1.2.0 |
1621 | 2024-12-03T23:31:42.696Z | Compiling quick-error v1.2.3 |
1622 | 2024-12-03T23:31:42.725Z | Compiling utf-8 v0.7.6 |
1623 | 2024-12-03T23:31:42.817Z | Compiling linear-map v1.2.0 |
1624 | 2024-12-03T23:31:42.838Z | Compiling swrite v0.1.0 |
1625 | 2024-12-03T23:31:42.959Z | Compiling tungstenite v0.21.0 |
1626 | 2024-12-03T23:31:43.063Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1627 | 2024-12-03T23:31:43.197Z | Compiling resolv-conf v0.7.0 |
1628 | 2024-12-03T23:31:43.763Z | Compiling hickory-proto v0.24.1 |
1629 | 2024-12-03T23:31:43.846Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1630 | 2024-12-03T23:31:44.674Z | Compiling lru-cache v0.1.2 |
1631 | 2024-12-03T23:31:45.922Z | Compiling cipher v0.4.4 |
1632 | 2024-12-03T23:31:45.925Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-03T23:31:47.870Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-03T23:31:52.961Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-03T23:31:54.970Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2024-12-03T23:31:55.612Z | Compiling git2 v0.19.0 |
1637 | 2024-12-03T23:31:55.755Z | Compiling steno v0.4.1 |
1638 | 2024-12-03T23:32:02.658Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-03T23:32:03.649Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1640 | 2024-12-03T23:32:03.790Z | Compiling crossbeam-epoch v0.9.18 |
1641 | 2024-12-03T23:32:04.684Z | Compiling hashlink v0.9.1 |
1642 | 2024-12-03T23:32:04.895Z | Compiling fallible-streaming-iterator v0.1.9 |
1643 | 2024-12-03T23:32:05.039Z | Compiling tap v1.0.1 |
1644 | 2024-12-03T23:32:05.151Z | Compiling humantime v2.1.0 |
1645 | 2024-12-03T23:32:05.215Z | Compiling rayon-core v1.12.1 |
1646 | 2024-12-03T23:32:05.384Z | Compiling fallible-iterator v0.3.0 |
1647 | 2024-12-03T23:32:05.626Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1648 | 2024-12-03T23:32:05.985Z | Compiling wyz v0.5.1 |
1649 | 2024-12-03T23:32:06.071Z | Compiling rusqlite v0.32.1 |
1650 | 2024-12-03T23:32:07.996Z | Compiling crossbeam-deque v0.8.5 |
1651 | 2024-12-03T23:32:08.426Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-12-03T23:32:10.687Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-12-03T23:32:10.955Z | Compiling hickory-resolver v0.24.1 |
1654 | 2024-12-03T23:32:11.656Z | Compiling tokio-tungstenite v0.21.0 |
1655 | 2024-12-03T23:32:12.258Z | Compiling usdt-attr-macro v0.3.5 |
1656 | 2024-12-03T23:32:12.874Z | Compiling usdt-macro v0.3.5 |
1657 | 2024-12-03T23:32:13.793Z | Compiling rustls-pemfile v1.0.4 |
1658 | 2024-12-03T23:32:13.807Z | Compiling twox-hash v1.6.3 |
1659 | 2024-12-03T23:32:14.263Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1660 | 2024-12-03T23:32:14.561Z | Compiling num_enum_derive v0.7.2 |
1661 | 2024-12-03T23:32:14.724Z | Compiling universal-hash v0.5.1 |
1662 | 2024-12-03T23:32:14.954Z | Compiling atty v0.2.14 |
1663 | 2024-12-03T23:32:15.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1664 | 2024-12-03T23:32:15.519Z | Compiling funty v2.0.0 |
1665 | 2024-12-03T23:32:17.795Z | Compiling opaque-debug v0.3.1 |
1666 | 2024-12-03T23:32:17.876Z | Compiling polyval v0.6.2 |
1667 | 2024-12-03T23:32:17.889Z | Compiling num_enum v0.7.2 |
1668 | 2024-12-03T23:32:17.901Z | Compiling bitvec v1.0.1 |
1669 | 2024-12-03T23:32:18.417Z | Compiling usdt v0.3.5 |
1670 | 2024-12-03T23:32:18.679Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1671 | 2024-12-03T23:32:22.214Z | Compiling aes v0.8.4 |
1672 | 2024-12-03T23:32:23.280Z | Compiling ctr v0.9.2 |
1673 | 2024-12-03T23:32:23.635Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1674 | 2024-12-03T23:32:24.100Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1675 | 2024-12-03T23:32:24.672Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1676 | 2024-12-03T23:32:27.417Z | Compiling bincode v1.3.3 |
1677 | 2024-12-03T23:32:28.456Z | Compiling aead v0.5.2 |
1678 | 2024-12-03T23:32:28.807Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1679 | 2024-12-03T23:32:29.019Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1680 | 2024-12-03T23:32:29.122Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1681 | 2024-12-03T23:32:29.487Z | Compiling aes-gcm-siv v0.11.1 |
1682 | 2024-12-03T23:32:29.502Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1683 | 2024-12-03T23:32:29.805Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1684 | 2024-12-03T23:32:31.794Z | Compiling toml v0.7.8 |
1685 | 2024-12-03T23:32:37.217Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2024-12-03T23:32:38.969Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1687 | 2024-12-03T23:32:39.526Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-03T23:32:40.155Z | Compiling rayon v1.10.0 |
1689 | 2024-12-03T23:32:42.087Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1690 | 2024-12-03T23:32:42.480Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1691 | 2024-12-03T23:32:42.986Z | Compiling bitstruct_derive v0.1.0 |
1692 | 2024-12-03T23:32:43.854Z | Compiling async-recursion v1.1.1 |
1693 | 2024-12-03T23:32:44.404Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1694 | 2024-12-03T23:32:44.558Z | Compiling ringbuffer v0.15.0 |
1695 | 2024-12-03T23:32:45.237Z | Compiling ascii v1.1.0 |
1696 | 2024-12-03T23:32:45.289Z | Compiling typeid v1.0.0 |
1697 | 2024-12-03T23:32:45.471Z | Compiling erased-serde v0.4.5 |
1698 | 2024-12-03T23:32:45.687Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1699 | 2024-12-03T23:32:45.966Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-03T23:32:46.354Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-03T23:32:46.483Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-03T23:32:47.004Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1703 | 2024-12-03T23:32:47.414Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1704 | 2024-12-03T23:32:47.659Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-03T23:32:47.885Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1706 | 2024-12-03T23:32:48.466Z | Compiling const_format_proc_macros v0.2.32 |
1707 | 2024-12-03T23:32:48.568Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1708 | 2024-12-03T23:32:49.730Z | Compiling serde_arrays v0.1.0 |
1709 | 2024-12-03T23:32:49.940Z | Compiling kstat-rs v0.2.4 |
1710 | 2024-12-03T23:32:50.399Z | Compiling libloading v0.7.4 |
1711 | 2024-12-03T23:32:50.809Z | Compiling const_format v0.2.32 |
1712 | 2024-12-03T23:32:50.840Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1713 | 2024-12-03T23:32:52.136Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1714 | 2024-12-03T23:32:52.801Z | Compiling ron v0.8.1 |
1715 | 2024-12-03T23:32:53.550Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1716 | 2024-12-03T23:32:57.207Z | Compiling bit_field v0.10.2 |
1717 | 2024-12-03T23:32:57.510Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1718 | 2024-12-03T23:33:09.442Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1719 | 2024-12-03T23:33:13.911Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1720 | 2024-12-03T23:34:16.464Z | Finished `release` profile [optimized] target(s) in 5m 57s |
1721 | 2024-12-03T23:34:16.611Z | |
1722 | 2024-12-03T23:34:16.611Z | real 5:57.801086532 |
1723 | 2024-12-03T23:34:16.611Z | user 42:58.057316617 |
1724 | 2024-12-03T23:34:16.611Z | sys 2:33.730282555 |
1725 | 2024-12-03T23:34:16.615Z | trap 1.358246013 |
1726 | 2024-12-03T23:34:16.615Z | tflt 2.813705296 |
1727 | 2024-12-03T23:34:16.615Z | dflt 0.668309704 |
1728 | 2024-12-03T23:34:16.615Z | kflt 0.044665346 |
1729 | 2024-12-03T23:34:16.615Z | lock 1:34:00.739555725 |
1730 | 2024-12-03T23:34:16.616Z | slp 2:34:16.961944365 |
1731 | 2024-12-03T23:34:16.616Z | lat 2:04.089450031 |
1732 | 2024-12-03T23:34:16.616Z | stop 2:10.845529077 |
1733 | 2024-12-03T23:34:16.618Z | + OUTDIR=/work/release |
1734 | 2024-12-03T23:34:16.618Z | + mkdir -p /work/release |
1735 | 2024-12-03T23:34:16.619Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-03T23:34:16.631Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-03T23:34:16.700Z | process exited: duration 606140 ms, exit code 0 |
|
1738 | 2024-12-03T23:34:16.721Z | found 2 output files |
1739 | 2024-12-03T23:34:16.721Z | uploading: /work/release/propolis-cli (14434024 bytes) |
1740 | 2024-12-03T23:34:18.001Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-03T23:34:18.005Z | uploading: /work/release/propolis-server (58294472 bytes) |
1742 | 2024-12-03T23:34:20.042Z | uploaded: /work/release/propolis-server |