|
|
|
1 | 2024-12-02T20:41:39.731Z | job assigned to worker 01JE4HNMC5FP34HRFBZ65HH8DA [factory aws, i-000dd6c54ac5af346] (queued for 48 s) |
|
2 | 2024-12-02T20:41:47.571Z | starting task 0: "setup" |
3 | 2024-12-02T20:41:47.580Z | ++ uname -s |
4 | 2024-12-02T20:41:47.582Z | + kern=SunOS |
5 | 2024-12-02T20:41:47.582Z | + case "$kern" in |
6 | 2024-12-02T20:41:47.582Z | + groupadd -g 12345 build |
7 | 2024-12-02T20:41:47.585Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T20:41:49.592Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T20:41:49.694Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T20:41:49.696Z | + home_fs=zfs |
11 | 2024-12-02T20:41:49.696Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T20:41:49.696Z | + mkdir -p /home/build |
13 | 2024-12-02T20:41:49.698Z | + chown build:build /home/build /work |
14 | 2024-12-02T20:41:51.700Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T20:41:51.703Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-12-02T20:41:51.707Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T20:41:51.712Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T20:41:51.712Z | ' stable |
19 | 2024-12-02T20:41:51.712Z | * toolchain channel = "stable" |
20 | 2024-12-02T20:41:51.712Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-02T20:41:51.712Z | ' default |
22 | 2024-12-02T20:41:51.715Z | * toolchain profile = "default" |
23 | 2024-12-02T20:41:51.715Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T20:41:51.715Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-02T20:41:51.837Z | info: downloading installer |
26 | 2024-12-02T20:41:53.335Z | info: profile set to 'default' |
27 | 2024-12-02T20:41:53.335Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T20:41:53.337Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-02T20:41:53.468Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-02T20:41:53.468Z | info: downloading component 'cargo' |
31 | 2024-12-02T20:41:54.189Z | info: downloading component 'clippy' |
32 | 2024-12-02T20:41:54.466Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T20:41:55.471Z | info: downloading component 'rust-std' |
34 | 2024-12-02T20:41:56.925Z | info: downloading component 'rustc' |
35 | 2024-12-02T20:42:02.441Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T20:42:02.651Z | info: installing component 'cargo' |
37 | 2024-12-02T20:42:03.454Z | info: installing component 'clippy' |
38 | 2024-12-02T20:42:03.826Z | info: installing component 'rust-docs' |
39 | 2024-12-02T20:42:05.487Z | info: installing component 'rust-std' |
40 | 2024-12-02T20:42:07.118Z | info: installing component 'rustc' |
41 | 2024-12-02T20:42:12.751Z | info: installing component 'rustfmt' |
42 | 2024-12-02T20:42:13.076Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-02T20:42:13.076Z | |
44 | 2024-12-02T20:42:13.479Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-02T20:42:13.479Z | |
46 | 2024-12-02T20:42:13.481Z | |
47 | 2024-12-02T20:42:13.481Z | Rust is installed now. Great! |
48 | 2024-12-02T20:42:13.481Z | |
49 | 2024-12-02T20:42:13.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T20:42:13.481Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T20:42:13.481Z | |
52 | 2024-12-02T20:42:13.481Z | To configure your current shell, you need to source |
53 | 2024-12-02T20:42:13.481Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T20:42:13.481Z | |
55 | 2024-12-02T20:42:13.481Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T20:42:13.481Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T20:42:13.482Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T20:42:13.555Z | + rustc --version |
59 | 2024-12-02T20:42:13.621Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-02T20:42:13.624Z | process exited: duration 21913 ms, exit code 0 |
|
61 | 2024-12-02T20:42:13.628Z | starting task 2: "authentication" |
62 | 2024-12-02T20:42:13.649Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-02T20:42:13.654Z | starting task 3: "clone repository" |
64 | 2024-12-02T20:42:13.659Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-02T20:42:13.661Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-02T20:42:13.695Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-02T20:42:14.725Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-02T20:42:14.725Z | + git fetch origin 15ad57c48f27bebe38c6d377679f36e865fc3690 |
69 | 2024-12-02T20:42:14.969Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-02T20:42:14.969Z | * branch 15ad57c48f27bebe38c6d377679f36e865fc3690 -> FETCH_HEAD |
71 | 2024-12-02T20:42:14.977Z | + [[ -n gjcolombo/migration-failure-injection-spec ]] |
72 | 2024-12-02T20:42:14.980Z | ++ git branch --show-current |
73 | 2024-12-02T20:42:14.982Z | + current=master |
74 | 2024-12-02T20:42:14.982Z | + [[ master != gjcolombo/migration-failure-injection-spec ]] |
75 | 2024-12-02T20:42:14.982Z | + git branch -f gjcolombo/migration-failure-injection-spec 15ad57c48f27bebe38c6d377679f36e865fc3690 |
76 | 2024-12-02T20:42:14.985Z | + git checkout -f gjcolombo/migration-failure-injection-spec |
77 | 2024-12-02T20:42:15.009Z | Switched to branch 'gjcolombo/migration-failure-injection-spec' |
78 | 2024-12-02T20:42:15.011Z | + git reset --hard 15ad57c48f27bebe38c6d377679f36e865fc3690 |
79 | 2024-12-02T20:42:15.017Z | HEAD is now at 15ad57c improve feature compiled out error |
80 | 2024-12-02T20:42:15.019Z | process exited: duration 1363 ms, exit code 0 |
|
81 | 2024-12-02T20:42:15.026Z | starting task 4: "build" |
82 | 2024-12-02T20:42:15.029Z | + cargo --version |
83 | 2024-12-02T20:42:15.087Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-02T20:42:15.089Z | + rustc --version |
85 | 2024-12-02T20:42:15.150Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-02T20:42:15.152Z | + banner check |
87 | 2024-12-02T20:42:15.155Z | |
88 | 2024-12-02T20:42:15.156Z | #### # # ###### #### # # |
89 | 2024-12-02T20:42:15.156Z | # # # # # # # # # |
90 | 2024-12-02T20:42:15.156Z | # ###### ##### # #### |
91 | 2024-12-02T20:42:15.156Z | # # # # # # # |
92 | 2024-12-02T20:42:15.156Z | # # # # # # # # # |
93 | 2024-12-02T20:42:15.156Z | #### # # ###### #### # # |
94 | 2024-12-02T20:42:15.156Z | |
95 | 2024-12-02T20:42:15.158Z | + ptime -m cargo check --features falcon |
96 | 2024-12-02T20:42:15.317Z | Updating crates.io index |
97 | 2024-12-02T20:42:15.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-02T20:42:18.126Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-02T20:42:24.990Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-02T20:42:25.278Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-02T20:42:25.530Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-02T20:42:25.856Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-02T20:42:26.263Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-02T20:42:26.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-02T20:42:27.138Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-02T20:42:27.447Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-02T20:42:27.742Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-02T20:42:28.265Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-02T20:42:29.046Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-02T20:42:30.052Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-02T20:42:30.661Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-02T20:42:30.958Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-02T20:42:31.330Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-02T20:42:31.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-02T20:42:32.794Z | Downloading crates ... |
116 | 2024-12-02T20:42:32.870Z | Downloaded anstyle v1.0.7 |
117 | 2024-12-02T20:42:32.874Z | Downloaded atomic-waker v1.1.2 |
118 | 2024-12-02T20:42:32.876Z | Downloaded ascii v1.1.0 |
119 | 2024-12-02T20:42:32.876Z | Downloaded ahash v0.8.11 |
120 | 2024-12-02T20:42:32.880Z | Downloaded async-stream-impl v0.3.5 |
121 | 2024-12-02T20:42:32.883Z | Downloaded argon2 v0.5.3 |
122 | 2024-12-02T20:42:32.885Z | Downloaded async-stream v0.3.5 |
123 | 2024-12-02T20:42:32.889Z | Downloaded anstyle-parse v0.2.4 |
124 | 2024-12-02T20:42:32.891Z | Downloaded aes v0.8.4 |
125 | 2024-12-02T20:42:32.893Z | Downloaded paste v1.0.15 |
126 | 2024-12-02T20:42:32.896Z | Downloaded owo-colors v4.1.0 |
127 | 2024-12-02T20:42:32.899Z | Downloaded radium v0.7.0 |
128 | 2024-12-02T20:42:32.899Z | Downloaded async-trait v0.1.83 |
129 | 2024-12-02T20:42:32.902Z | Downloaded anstyle-query v1.0.3 |
130 | 2024-12-02T20:42:32.904Z | Downloaded pretty-hex v0.2.1 |
131 | 2024-12-02T20:42:32.907Z | Downloaded anstream v0.6.14 |
132 | 2024-12-02T20:42:32.909Z | Downloaded postcard v1.0.9 |
133 | 2024-12-02T20:42:32.909Z | Downloaded schemars_derive v0.8.21 |
134 | 2024-12-02T20:42:32.912Z | Downloaded rustc_version v0.4.0 |
135 | 2024-12-02T20:42:32.914Z | Downloaded aho-corasick v1.1.3 |
136 | 2024-12-02T20:42:32.918Z | Downloaded bit_field v0.10.2 |
137 | 2024-12-02T20:42:32.921Z | Downloaded regex v1.10.6 |
138 | 2024-12-02T20:42:32.931Z | Downloaded num-complex v0.4.6 |
139 | 2024-12-02T20:42:32.933Z | Downloaded num v0.4.3 |
140 | 2024-12-02T20:42:32.936Z | Downloaded num-bigint v0.4.5 |
141 | 2024-12-02T20:42:32.939Z | Downloaded num-iter v0.1.45 |
142 | 2024-12-02T20:42:32.941Z | Downloaded num_enum v0.5.11 |
143 | 2024-12-02T20:42:32.945Z | Downloaded num-traits v0.2.19 |
144 | 2024-12-02T20:42:32.948Z | Downloaded opaque-debug v0.3.1 |
145 | 2024-12-02T20:42:32.951Z | Downloaded once_cell v1.19.0 |
146 | 2024-12-02T20:42:32.953Z | Downloaded omicron-workspace-hack v0.1.0 |
147 | 2024-12-02T20:42:32.953Z | Downloaded num_threads v0.1.7 |
148 | 2024-12-02T20:42:32.956Z | Downloaded num-rational v0.4.2 |
149 | 2024-12-02T20:42:32.956Z | Downloaded crucible-workspace-hack v0.1.0 |
150 | 2024-12-02T20:42:32.958Z | Downloaded cfg_aliases v0.1.1 |
151 | 2024-12-02T20:42:32.958Z | Downloaded cargo-platform v0.1.8 |
152 | 2024-12-02T20:42:32.958Z | Downloaded openssl-sys v0.9.103 |
153 | 2024-12-02T20:42:32.963Z | Downloaded cobs v0.2.3 |
154 | 2024-12-02T20:42:32.966Z | Downloaded block-buffer v0.10.4 |
155 | 2024-12-02T20:42:32.966Z | Downloaded darling_macro v0.20.9 |
156 | 2024-12-02T20:42:32.969Z | Downloaded colorchoice v1.0.1 |
157 | 2024-12-02T20:42:32.969Z | Downloaded cipher v0.4.4 |
158 | 2024-12-02T20:42:32.971Z | Downloaded cfg_aliases v0.2.1 |
159 | 2024-12-02T20:42:32.971Z | Downloaded defmt-parser v0.3.4 |
160 | 2024-12-02T20:42:32.974Z | Downloaded debug-ignore v1.0.5 |
161 | 2024-12-02T20:42:32.974Z | Downloaded crypto-common v0.1.6 |
162 | 2024-12-02T20:42:32.977Z | Downloaded crossbeam-deque v0.8.5 |
163 | 2024-12-02T20:42:32.977Z | Downloaded num-derive v0.4.2 |
164 | 2024-12-02T20:42:32.980Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-12-02T20:42:32.980Z | Downloaded num-conv v0.1.0 |
166 | 2024-12-02T20:42:32.982Z | Downloaded dtrace-parser v0.2.0 |
167 | 2024-12-02T20:42:32.982Z | Downloaded parse-display v0.10.0 |
168 | 2024-12-02T20:42:32.985Z | Downloaded openssl-macros v0.1.1 |
169 | 2024-12-02T20:42:32.985Z | Downloaded num_enum_derive v0.7.2 |
170 | 2024-12-02T20:42:32.987Z | Downloaded cstr-argument v0.1.2 |
171 | 2024-12-02T20:42:32.988Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-12-02T20:42:32.988Z | Downloaded usdt-attr-macro v0.3.5 |
173 | 2024-12-02T20:42:32.990Z | Downloaded equivalent v1.0.1 |
174 | 2024-12-02T20:42:32.990Z | Downloaded bitstruct_derive v0.1.0 |
175 | 2024-12-02T20:42:32.990Z | Downloaded pretty-hex v0.4.1 |
176 | 2024-12-02T20:42:32.993Z | Downloaded camino-tempfile v1.1.1 |
177 | 2024-12-02T20:42:32.995Z | Downloaded progenitor-client v0.8.0 |
178 | 2024-12-02T20:42:32.995Z | Downloaded deranged v0.3.11 |
179 | 2024-12-02T20:42:32.997Z | Downloaded ctrlc v3.4.4 |
180 | 2024-12-02T20:42:33.000Z | Downloaded ctr v0.9.2 |
181 | 2024-12-02T20:42:33.003Z | Downloaded parse-display-derive v0.10.0 |
182 | 2024-12-02T20:42:33.003Z | Downloaded const_format_proc_macros v0.2.32 |
183 | 2024-12-02T20:42:33.005Z | Downloaded clap_derive v4.5.4 |
184 | 2024-12-02T20:42:33.008Z | Downloaded cancel-safe-futures v0.1.5 |
185 | 2024-12-02T20:42:33.010Z | Downloaded num_enum_derive v0.5.11 |
186 | 2024-12-02T20:42:33.010Z | Downloaded num_enum v0.7.2 |
187 | 2024-12-02T20:42:33.015Z | Downloaded newtype_derive v0.1.6 |
188 | 2024-12-02T20:42:33.017Z | Downloaded tower-service v0.3.2 |
189 | 2024-12-02T20:42:33.017Z | Downloaded generic-array v0.14.7 |
190 | 2024-12-02T20:42:33.020Z | Downloaded proc-macro-crate v1.3.1 |
191 | 2024-12-02T20:42:33.022Z | Downloaded pkg-config v0.3.30 |
192 | 2024-12-02T20:42:33.022Z | Downloaded pest_generator v2.7.10 |
193 | 2024-12-02T20:42:33.025Z | Downloaded scroll_derive v0.12.0 |
194 | 2024-12-02T20:42:33.025Z | Downloaded dirs-sys-next v0.1.2 |
195 | 2024-12-02T20:42:33.027Z | Downloaded dirs-next v2.0.0 |
196 | 2024-12-02T20:42:33.027Z | Downloaded digest v0.10.7 |
197 | 2024-12-02T20:42:33.030Z | Downloaded defmt-macros v0.3.9 |
198 | 2024-12-02T20:42:33.033Z | Downloaded usdt-macro v0.5.0 |
199 | 2024-12-02T20:42:33.035Z | Downloaded quinn-udp v0.5.5 |
200 | 2024-12-02T20:42:33.035Z | Downloaded quick-error v1.2.3 |
201 | 2024-12-02T20:42:33.038Z | Downloaded proc-macro-error-attr v1.0.4 |
202 | 2024-12-02T20:42:33.038Z | Downloaded rand_chacha v0.3.1 |
203 | 2024-12-02T20:42:33.040Z | Downloaded escargot v0.5.10 |
204 | 2024-12-02T20:42:33.043Z | Downloaded fallible-streaming-iterator v0.1.9 |
205 | 2024-12-02T20:42:33.043Z | Downloaded dof v0.1.5 |
206 | 2024-12-02T20:42:33.043Z | Downloaded darling v0.20.9 |
207 | 2024-12-02T20:42:33.047Z | Downloaded crossbeam-epoch v0.9.18 |
208 | 2024-12-02T20:42:33.049Z | Downloaded is-terminal v0.4.12 |
209 | 2024-12-02T20:42:33.060Z | Downloaded cookie v0.18.1 |
210 | 2024-12-02T20:42:33.061Z | Downloaded want v0.3.1 |
211 | 2024-12-02T20:42:33.061Z | Downloaded zerocopy v0.3.2 |
212 | 2024-12-02T20:42:33.061Z | Downloaded http-body-util v0.1.2 |
213 | 2024-12-02T20:42:33.061Z | Downloaded http-body v1.0.1 |
214 | 2024-12-02T20:42:33.061Z | Downloaded waitgroup v0.1.2 |
215 | 2024-12-02T20:42:33.061Z | Downloaded polyval v0.6.2 |
216 | 2024-12-02T20:42:33.061Z | Downloaded rustc_version v0.1.7 |
217 | 2024-12-02T20:42:33.064Z | Downloaded lazy_static v1.5.0 |
218 | 2024-12-02T20:42:33.064Z | Downloaded newline-converter v0.3.0 |
219 | 2024-12-02T20:42:33.067Z | Downloaded serde_tokenstream v0.2.2 |
220 | 2024-12-02T20:42:33.067Z | Downloaded swrite v0.1.0 |
221 | 2024-12-02T20:42:33.067Z | Downloaded serde_spanned v0.6.7 |
222 | 2024-12-02T20:42:33.069Z | Downloaded sync_wrapper v1.0.1 |
223 | 2024-12-02T20:42:33.072Z | Downloaded stable_deref_trait v1.2.0 |
224 | 2024-12-02T20:42:33.072Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-12-02T20:42:33.074Z | Downloaded proc-macro-error v1.0.4 |
226 | 2024-12-02T20:42:33.077Z | Downloaded rustversion v1.0.17 |
227 | 2024-12-02T20:42:33.079Z | Downloaded try-lock v0.2.5 |
228 | 2024-12-02T20:42:33.079Z | Downloaded utf-8 v0.7.6 |
229 | 2024-12-02T20:42:33.081Z | Downloaded erased-serde v0.4.5 |
230 | 2024-12-02T20:42:33.084Z | Downloaded semver v0.1.20 |
231 | 2024-12-02T20:42:33.084Z | Downloaded usdt-macro v0.3.5 |
232 | 2024-12-02T20:42:33.087Z | Downloaded glob v0.3.1 |
233 | 2024-12-02T20:42:33.087Z | Downloaded crossbeam-utils v0.8.19 |
234 | 2024-12-02T20:42:33.089Z | Downloaded derive-where v1.2.7 |
235 | 2024-12-02T20:42:33.092Z | Downloaded instant v0.1.12 |
236 | 2024-12-02T20:42:33.095Z | Downloaded quote v1.0.37 |
237 | 2024-12-02T20:42:33.097Z | Downloaded foreign-types-macros v0.2.3 |
238 | 2024-12-02T20:42:33.100Z | Downloaded httparse v1.8.0 |
239 | 2024-12-02T20:42:33.102Z | Downloaded itoa v1.0.11 |
240 | 2024-12-02T20:42:33.102Z | Downloaded serde_tokenstream v0.1.7 |
241 | 2024-12-02T20:42:33.105Z | Downloaded static_assertions v1.1.0 |
242 | 2024-12-02T20:42:33.108Z | Downloaded spin v0.9.8 |
243 | 2024-12-02T20:42:33.110Z | Downloaded thiserror-impl v1.0.64 |
244 | 2024-12-02T20:42:33.113Z | Downloaded smf v0.2.3 |
245 | 2024-12-02T20:42:33.113Z | Downloaded serde_urlencoded v0.7.1 |
246 | 2024-12-02T20:42:33.115Z | Downloaded indent_write v2.2.0 |
247 | 2024-12-02T20:42:33.115Z | Downloaded darling_core v0.20.9 |
248 | 2024-12-02T20:42:33.119Z | Downloaded version_check v0.9.5 |
249 | 2024-12-02T20:42:33.121Z | Downloaded rustls-pki-types v1.7.0 |
250 | 2024-12-02T20:42:33.123Z | Downloaded strum v0.26.2 |
251 | 2024-12-02T20:42:33.126Z | Downloaded structmeta-derive v0.3.0 |
252 | 2024-12-02T20:42:33.126Z | Downloaded dropshot_endpoint v0.12.0 |
253 | 2024-12-02T20:42:33.129Z | Downloaded password-hash v0.5.0 |
254 | 2024-12-02T20:42:33.131Z | Downloaded utf8parse v0.2.1 |
255 | 2024-12-02T20:42:33.133Z | Downloaded twox-hash v1.6.3 |
256 | 2024-12-02T20:42:33.134Z | Downloaded slog-async v2.8.0 |
257 | 2024-12-02T20:42:33.137Z | Downloaded slog-bunyan v2.5.0 |
258 | 2024-12-02T20:42:33.137Z | Downloaded semver v1.0.23 |
259 | 2024-12-02T20:42:33.139Z | Downloaded globset v0.4.14 |
260 | 2024-12-02T20:42:33.141Z | Downloaded uuid v1.10.0 |
261 | 2024-12-02T20:42:33.144Z | Downloaded futures-channel v0.3.30 |
262 | 2024-12-02T20:42:33.146Z | Downloaded inout v0.1.3 |
263 | 2024-12-02T20:42:33.149Z | Downloaded typeid v1.0.0 |
264 | 2024-12-02T20:42:33.149Z | Downloaded hashlink v0.9.1 |
265 | 2024-12-02T20:42:33.151Z | Downloaded xattr v1.3.1 |
266 | 2024-12-02T20:42:33.151Z | Downloaded getrandom v0.2.14 |
267 | 2024-12-02T20:42:33.154Z | Downloaded socket2 v0.5.7 |
268 | 2024-12-02T20:42:33.157Z | Downloaded heck v0.4.1 |
269 | 2024-12-02T20:42:33.159Z | Downloaded jobserver v0.1.31 |
270 | 2024-12-02T20:42:33.161Z | Downloaded hyper-rustls v0.27.3 |
271 | 2024-12-02T20:42:33.164Z | Downloaded hubpack_derive v0.1.1 |
272 | 2024-12-02T20:42:33.164Z | Downloaded futures v0.3.30 |
273 | 2024-12-02T20:42:33.167Z | Downloaded zone_cfg_derive v0.3.0 |
274 | 2024-12-02T20:42:33.170Z | Downloaded sigpipe v0.1.3 |
275 | 2024-12-02T20:42:33.170Z | Downloaded progenitor-impl v0.8.0 |
276 | 2024-12-02T20:42:33.172Z | Downloaded native-tls v0.2.11 |
277 | 2024-12-02T20:42:33.174Z | Downloaded hex v0.4.3 |
278 | 2024-12-02T20:42:33.177Z | Downloaded structmeta v0.3.0 |
279 | 2024-12-02T20:42:33.177Z | Downloaded typify-macro v0.2.0 |
280 | 2024-12-02T20:42:33.177Z | Downloaded cc v1.0.97 |
281 | 2024-12-02T20:42:33.179Z | Downloaded sha1 v0.10.6 |
282 | 2024-12-02T20:42:33.182Z | Downloaded proc-macro2 v1.0.86 |
283 | 2024-12-02T20:42:33.184Z | Downloaded managed v0.8.0 |
284 | 2024-12-02T20:42:33.187Z | Downloaded linear-map v1.2.0 |
285 | 2024-12-02T20:42:33.187Z | Downloaded ryu v1.0.18 |
286 | 2024-12-02T20:42:33.189Z | Downloaded futures-io v0.3.30 |
287 | 2024-12-02T20:42:33.191Z | Downloaded futures-executor v0.3.30 |
288 | 2024-12-02T20:42:33.194Z | Downloaded hyper-tls v0.6.0 |
289 | 2024-12-02T20:42:33.194Z | Downloaded futures-macro v0.3.30 |
290 | 2024-12-02T20:42:33.194Z | Downloaded sct v0.7.1 |
291 | 2024-12-02T20:42:33.197Z | Downloaded ident_case v1.0.1 |
292 | 2024-12-02T20:42:33.199Z | Downloaded linked-hash-map v0.5.6 |
293 | 2024-12-02T20:42:33.199Z | Downloaded libsw v3.3.1 |
294 | 2024-12-02T20:42:33.202Z | Downloaded take_mut v0.2.2 |
295 | 2024-12-02T20:42:33.202Z | Downloaded futures-core v0.3.30 |
296 | 2024-12-02T20:42:33.204Z | Downloaded humantime v2.1.0 |
297 | 2024-12-02T20:42:33.206Z | Downloaded fixedbitset v0.4.2 |
298 | 2024-12-02T20:42:33.206Z | Downloaded tokio-native-tls v0.3.1 |
299 | 2024-12-02T20:42:33.210Z | Downloaded tokio-rustls v0.24.1 |
300 | 2024-12-02T20:42:33.212Z | Downloaded hyper-util v0.1.9 |
301 | 2024-12-02T20:42:33.214Z | Downloaded futures-task v0.3.30 |
302 | 2024-12-02T20:42:33.217Z | Downloaded serde_derive_internals v0.29.1 |
303 | 2024-12-02T20:42:33.217Z | Downloaded ron v0.8.1 |
304 | 2024-12-02T20:42:33.222Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-12-02T20:42:33.229Z | Downloaded float-ord v0.3.2 |
306 | 2024-12-02T20:42:33.229Z | Downloaded heck v0.5.0 |
307 | 2024-12-02T20:42:33.229Z | Downloaded fallible-iterator v0.3.0 |
308 | 2024-12-02T20:42:33.229Z | Downloaded smallvec v1.13.2 |
309 | 2024-12-02T20:42:33.232Z | Downloaded slog-term v2.9.1 |
310 | 2024-12-02T20:42:33.236Z | Downloaded vergen v8.3.2 |
311 | 2024-12-02T20:42:33.240Z | Downloaded serde-big-array v0.5.1 |
312 | 2024-12-02T20:42:33.243Z | Downloaded serde_arrays v0.1.0 |
313 | 2024-12-02T20:42:33.246Z | Downloaded zone v0.3.0 |
314 | 2024-12-02T20:42:33.246Z | Downloaded usdt-impl v0.5.0 |
315 | 2024-12-02T20:42:33.248Z | Downloaded tap v1.0.1 |
316 | 2024-12-02T20:42:33.248Z | Downloaded is_ci v1.2.0 |
317 | 2024-12-02T20:42:33.251Z | Downloaded time-core v0.1.2 |
318 | 2024-12-02T20:42:33.251Z | Downloaded toml v0.8.19 |
319 | 2024-12-02T20:42:33.254Z | Downloaded foreign-types-shared v0.3.1 |
320 | 2024-12-02T20:42:33.256Z | Downloaded tabwriter v1.4.0 |
321 | 2024-12-02T20:42:33.256Z | Downloaded subtle v2.5.0 |
322 | 2024-12-02T20:42:33.259Z | Downloaded zerocopy v0.6.6 |
323 | 2024-12-02T20:42:33.262Z | Downloaded rayon-core v1.12.1 |
324 | 2024-12-02T20:42:33.264Z | Downloaded hostname v0.3.1 |
325 | 2024-12-02T20:42:33.266Z | Downloaded futures-sink v0.3.30 |
326 | 2024-12-02T20:42:33.268Z | Downloaded wyz v0.5.1 |
327 | 2024-12-02T20:42:33.268Z | Downloaded supports-color v3.0.1 |
328 | 2024-12-02T20:42:33.271Z | Downloaded supports-color v2.1.0 |
329 | 2024-12-02T20:42:33.271Z | Downloaded kstat-rs v0.2.4 |
330 | 2024-12-02T20:42:33.273Z | Downloaded fatfs v0.3.6 |
331 | 2024-12-02T20:42:33.276Z | Downloaded serde_derive v1.0.210 |
332 | 2024-12-02T20:42:33.278Z | Downloaded strsim v0.11.1 |
333 | 2024-12-02T20:42:33.278Z | Downloaded crossbeam-channel v0.5.12 |
334 | 2024-12-02T20:42:33.283Z | Downloaded mime v0.3.17 |
335 | 2024-12-02T20:42:33.285Z | Downloaded strum_macros v0.25.3 |
336 | 2024-12-02T20:42:33.285Z | Downloaded thread-id v4.2.1 |
337 | 2024-12-02T20:42:33.288Z | Downloaded serde_path_to_error v0.1.16 |
338 | 2024-12-02T20:42:33.288Z | Downloaded unicode-ident v1.0.13 |
339 | 2024-12-02T20:42:33.290Z | Downloaded foreign-types-shared v0.1.1 |
340 | 2024-12-02T20:42:33.293Z | Downloaded fnv v1.0.7 |
341 | 2024-12-02T20:42:33.294Z | Downloaded iana-time-zone v0.1.60 |
342 | 2024-12-02T20:42:33.296Z | Downloaded thiserror v1.0.64 |
343 | 2024-12-02T20:42:33.298Z | Downloaded usdt-impl v0.3.5 |
344 | 2024-12-02T20:42:33.301Z | Downloaded tungstenite v0.21.0 |
345 | 2024-12-02T20:42:33.304Z | Downloaded term v0.7.0 |
346 | 2024-12-02T20:42:33.306Z | Downloaded hostname v0.4.0 |
347 | 2024-12-02T20:42:33.309Z | Downloaded highway v1.2.0 |
348 | 2024-12-02T20:42:33.311Z | Downloaded indexmap v1.9.3 |
349 | 2024-12-02T20:42:33.314Z | Downloaded strum_macros v0.26.2 |
350 | 2024-12-02T20:42:33.316Z | Downloaded url v2.5.0 |
351 | 2024-12-02T20:42:33.319Z | Downloaded slog v2.7.0 |
352 | 2024-12-02T20:42:33.322Z | Downloaded ipnet v2.9.0 |
353 | 2024-12-02T20:42:33.325Z | Downloaded memchr v2.7.2 |
354 | 2024-12-02T20:42:33.330Z | Downloaded libloading v0.7.4 |
355 | 2024-12-02T20:42:33.333Z | Downloaded heapless v0.8.0 |
356 | 2024-12-02T20:42:33.336Z | Downloaded toml_edit v0.19.15 |
357 | 2024-12-02T20:42:33.352Z | Downloaded tokio-rustls v0.25.0 |
358 | 2024-12-02T20:42:33.355Z | Downloaded pest v2.7.10 |
359 | 2024-12-02T20:42:33.359Z | Downloaded whoami v1.5.1 |
360 | 2024-12-02T20:42:33.361Z | Downloaded tempfile v3.10.1 |
361 | 2024-12-02T20:42:33.363Z | Downloaded log v0.4.22 |
362 | 2024-12-02T20:42:33.366Z | Downloaded similar v2.5.0 |
363 | 2024-12-02T20:42:33.371Z | Downloaded tokio-rustls v0.26.0 |
364 | 2024-12-02T20:42:33.373Z | Downloaded tar v0.4.40 |
365 | 2024-12-02T20:42:33.375Z | Downloaded mio v1.0.2 |
366 | 2024-12-02T20:42:33.380Z | Downloaded toml_edit v0.22.20 |
367 | 2024-12-02T20:42:33.401Z | Downloaded tokio-tungstenite v0.21.0 |
368 | 2024-12-02T20:42:33.404Z | Downloaded unsafe-libyaml v0.2.11 |
369 | 2024-12-02T20:42:33.407Z | Downloaded indexmap v2.5.0 |
370 | 2024-12-02T20:42:33.411Z | Downloaded serde_yaml v0.9.34+deprecated |
371 | 2024-12-02T20:42:33.414Z | Downloaded serde_with_macros v3.9.0 |
372 | 2024-12-02T20:42:33.416Z | Downloaded unicode-bidi v0.3.15 |
373 | 2024-12-02T20:42:33.419Z | Downloaded tracing-core v0.1.32 |
374 | 2024-12-02T20:42:33.421Z | Downloaded tracing v0.1.40 |
375 | 2024-12-02T20:42:33.426Z | Downloaded steno v0.4.1 |
376 | 2024-12-02T20:42:33.430Z | Downloaded ucd-trie v0.1.6 |
377 | 2024-12-02T20:42:33.433Z | Downloaded typify v0.2.0 |
378 | 2024-12-02T20:42:33.435Z | Downloaded itertools v0.10.5 |
379 | 2024-12-02T20:42:33.441Z | Downloaded hickory-resolver v0.24.1 |
380 | 2024-12-02T20:42:33.445Z | Downloaded unicode-normalization v0.1.23 |
381 | 2024-12-02T20:42:33.449Z | Downloaded hashbrown v0.12.3 |
382 | 2024-12-02T20:42:33.453Z | Downloaded hashbrown v0.14.5 |
383 | 2024-12-02T20:42:33.459Z | Downloaded clap_builder v4.5.2 |
384 | 2024-12-02T20:42:33.465Z | Downloaded http v1.1.0 |
385 | 2024-12-02T20:42:33.468Z | Downloaded unicode-segmentation v1.11.0 |
386 | 2024-12-02T20:42:33.471Z | Downloaded zerocopy v0.7.34 |
387 | 2024-12-02T20:42:33.487Z | Downloaded libm v0.2.8 |
388 | 2024-12-02T20:42:33.493Z | Downloaded rayon v1.10.0 |
389 | 2024-12-02T20:42:33.502Z | Downloaded time v0.3.36 |
390 | 2024-12-02T20:42:33.509Z | Downloaded serde_json v1.0.128 |
391 | 2024-12-02T20:42:33.516Z | Downloaded tokio-util v0.7.11 |
392 | 2024-12-02T20:42:33.524Z | Downloaded goblin v0.8.2 |
393 | 2024-12-02T20:42:33.531Z | Downloaded winnow v0.5.40 |
394 | 2024-12-02T20:42:33.540Z | Downloaded rustls-webpki v0.102.4 |
395 | 2024-12-02T20:42:33.558Z | Downloaded serde_with v3.9.0 |
396 | 2024-12-02T20:42:33.567Z | Downloaded winnow v0.6.18 |
397 | 2024-12-02T20:42:33.576Z | Downloaded vcpkg v0.2.15 |
398 | 2024-12-02T20:42:33.614Z | Downloaded webpki-roots v0.26.3 |
399 | 2024-12-02T20:42:33.617Z | Downloaded syn v1.0.109 |
400 | 2024-12-02T20:42:33.627Z | Downloaded h2 v0.4.6 |
401 | 2024-12-02T20:42:33.633Z | Downloaded futures-util v0.3.30 |
402 | 2024-12-02T20:42:33.646Z | Downloaded git2 v0.19.0 |
403 | 2024-12-02T20:42:33.654Z | Downloaded rustls v0.21.12 |
404 | 2024-12-02T20:42:33.666Z | Downloaded syn v2.0.77 |
405 | 2024-12-02T20:42:33.677Z | Downloaded idna v0.4.0 |
406 | 2024-12-02T20:42:33.684Z | Downloaded unicode-width v0.1.14 |
407 | 2024-12-02T20:42:33.690Z | Downloaded idna v0.5.0 |
408 | 2024-12-02T20:42:33.697Z | Downloaded rustls v0.22.4 |
409 | 2024-12-02T20:42:33.710Z | Downloaded regex-syntax v0.8.4 |
410 | 2024-12-02T20:42:33.718Z | Downloaded nix v0.29.0 |
411 | 2024-12-02T20:42:33.730Z | Downloaded hickory-proto v0.24.1 |
412 | 2024-12-02T20:42:33.745Z | Downloaded rustix v0.38.34 |
413 | 2024-12-02T20:42:33.766Z | Downloaded rustls v0.23.10 |
414 | 2024-12-02T20:42:33.781Z | Downloaded bstr v1.9.1 |
415 | 2024-12-02T20:42:33.792Z | Downloaded regress v0.9.1 |
416 | 2024-12-02T20:42:33.800Z | Downloaded smoltcp v0.11.0 |
417 | 2024-12-02T20:42:33.812Z | Downloaded regress v0.10.1 |
418 | 2024-12-02T20:42:33.821Z | Downloaded typify-impl v0.2.0 |
419 | 2024-12-02T20:42:33.835Z | Downloaded nix v0.28.0 |
420 | 2024-12-02T20:42:33.846Z | Downloaded dropshot v0.12.0 |
421 | 2024-12-02T20:42:33.865Z | Downloaded chrono v0.4.38 |
422 | 2024-12-02T20:42:33.872Z | Downloaded bitvec v1.0.1 |
423 | 2024-12-02T20:42:33.886Z | Downloaded quinn-proto v0.11.8 |
424 | 2024-12-02T20:42:33.892Z | Downloaded zerocopy-derive v0.6.6 |
425 | 2024-12-02T20:42:33.900Z | Downloaded zerocopy-derive v0.2.0 |
426 | 2024-12-02T20:42:33.907Z | Downloaded regex-automata v0.4.6 |
427 | 2024-12-02T20:42:33.923Z | Downloaded reqwest v0.12.7 |
428 | 2024-12-02T20:42:33.931Z | Downloaded itertools v0.13.0 |
429 | 2024-12-02T20:42:33.937Z | Downloaded hyper v1.4.1 |
430 | 2024-12-02T20:42:33.943Z | Downloaded rusqlite v0.32.1 |
431 | 2024-12-02T20:42:33.949Z | Downloaded petgraph v0.6.5 |
432 | 2024-12-02T20:42:33.964Z | Downloaded rustls-webpki v0.101.7 |
433 | 2024-12-02T20:42:33.978Z | Downloaded openapiv3 v2.0.0 |
434 | 2024-12-02T20:42:33.988Z | Downloaded typenum v1.17.0 |
435 | 2024-12-02T20:42:33.990Z | Downloaded toml v0.7.8 |
436 | 2024-12-02T20:42:33.993Z | Downloaded serde v1.0.210 |
437 | 2024-12-02T20:42:33.996Z | Downloaded zeroize v1.7.0 |
438 | 2024-12-02T20:42:33.998Z | Downloaded multer v3.1.0 |
439 | 2024-12-02T20:42:34.001Z | Downloaded quinn v0.11.5 |
440 | 2024-12-02T20:42:34.004Z | Downloaded libc v0.2.159 |
441 | 2024-12-02T20:42:34.028Z | Downloaded tokio v1.39.3 |
442 | 2024-12-02T20:42:34.061Z | Downloaded funty v2.0.0 |
443 | 2024-12-02T20:42:34.064Z | Downloaded form_urlencoded v1.2.1 |
444 | 2024-12-02T20:42:34.064Z | Downloaded synstructure v0.12.6 |
445 | 2024-12-02T20:42:34.068Z | Downloaded sha2 v0.10.8 |
446 | 2024-12-02T20:42:34.068Z | Downloaded lock_api v0.4.12 |
447 | 2024-12-02T20:42:34.070Z | Downloaded schemars v0.8.21 |
448 | 2024-12-02T20:42:34.078Z | Downloaded rand v0.8.5 |
449 | 2024-12-02T20:42:34.081Z | Downloaded const_format v0.2.32 |
450 | 2024-12-02T20:42:34.086Z | Downloaded thread_local v1.1.8 |
451 | 2024-12-02T20:42:34.088Z | Downloaded memmap v0.7.0 |
452 | 2024-12-02T20:42:34.089Z | Downloaded macaddr v1.0.1 |
453 | 2024-12-02T20:42:34.091Z | Downloaded lru-cache v0.1.2 |
454 | 2024-12-02T20:42:34.091Z | Downloaded slog-json v2.6.1 |
455 | 2024-12-02T20:42:34.094Z | Downloaded bytes v1.7.2 |
456 | 2024-12-02T20:42:34.097Z | Downloaded universal-hash v0.5.1 |
457 | 2024-12-02T20:42:34.097Z | Downloaded unicode-xid v0.2.4 |
458 | 2024-12-02T20:42:34.100Z | Downloaded slog-dtrace v0.3.0 |
459 | 2024-12-02T20:42:34.100Z | Downloaded slab v0.4.9 |
460 | 2024-12-02T20:42:34.103Z | Downloaded hash32 v0.3.1 |
461 | 2024-12-02T20:42:34.103Z | Downloaded tokio-macros v2.4.0 |
462 | 2024-12-02T20:42:34.103Z | Downloaded signal-hook-registry v1.4.2 |
463 | 2024-12-02T20:42:34.106Z | Downloaded hubpack v0.1.2 |
464 | 2024-12-02T20:42:34.106Z | Downloaded httpdate v1.0.3 |
465 | 2024-12-02T20:42:34.106Z | Downloaded tracing-attributes v0.1.27 |
466 | 2024-12-02T20:42:34.108Z | Downloaded tinyvec v1.6.0 |
467 | 2024-12-02T20:42:34.111Z | Downloaded filetime v0.2.23 |
468 | 2024-12-02T20:42:34.113Z | Downloaded usdt v0.5.0 |
469 | 2024-12-02T20:42:34.115Z | Downloaded usdt v0.3.5 |
470 | 2024-12-02T20:42:34.115Z | Downloaded untrusted v0.9.0 |
471 | 2024-12-02T20:42:34.117Z | Downloaded terminal_size v0.3.0 |
472 | 2024-12-02T20:42:34.118Z | Downloaded prettyplease v0.2.22 |
473 | 2024-12-02T20:42:34.120Z | Downloaded newtype-uuid v1.1.0 |
474 | 2024-12-02T20:42:34.122Z | Downloaded encoding_rs v0.8.34 |
475 | 2024-12-02T20:42:34.140Z | Downloaded pest_meta v2.7.10 |
476 | 2024-12-02T20:42:34.144Z | Downloaded derive_more v0.99.18 |
477 | 2024-12-02T20:42:34.148Z | Downloaded time-macros v0.2.18 |
478 | 2024-12-02T20:42:34.150Z | Downloaded fastrand v2.1.0 |
479 | 2024-12-02T20:42:34.150Z | Downloaded rustls-pemfile v2.1.3 |
480 | 2024-12-02T20:42:34.153Z | Downloaded rand_core v0.6.4 |
481 | 2024-12-02T20:42:34.153Z | Downloaded foreign-types v0.5.0 |
482 | 2024-12-02T20:42:34.157Z | Downloaded foreign-types v0.3.2 |
483 | 2024-12-02T20:42:34.157Z | Downloaded zerocopy-derive v0.7.34 |
484 | 2024-12-02T20:42:34.160Z | Downloaded clap v4.5.4 |
485 | 2024-12-02T20:42:34.167Z | Downloaded blake2 v0.10.6 |
486 | 2024-12-02T20:42:34.170Z | Downloaded scroll v0.12.0 |
487 | 2024-12-02T20:42:34.172Z | Downloaded scopeguard v1.2.0 |
488 | 2024-12-02T20:42:34.172Z | Downloaded pest_derive v2.7.10 |
489 | 2024-12-02T20:42:34.175Z | Downloaded defmt v0.3.8 |
490 | 2024-12-02T20:42:34.177Z | Downloaded parking_lot v0.12.2 |
491 | 2024-12-02T20:42:34.180Z | Downloaded pin-project-lite v0.2.14 |
492 | 2024-12-02T20:42:34.184Z | Downloaded rustls-pemfile v1.0.4 |
493 | 2024-12-02T20:42:34.186Z | Downloaded rustc-hash v2.0.0 |
494 | 2024-12-02T20:42:34.188Z | Downloaded progenitor v0.8.0 |
495 | 2024-12-02T20:42:34.188Z | Downloaded openssl v0.10.66 |
496 | 2024-12-02T20:42:34.197Z | Downloaded serde_repr v0.1.19 |
497 | 2024-12-02T20:42:34.199Z | Downloaded ringbuffer v0.15.0 |
498 | 2024-12-02T20:42:34.202Z | Downloaded ipnetwork v0.20.0 |
499 | 2024-12-02T20:42:34.204Z | Downloaded resolv-conf v0.7.0 |
500 | 2024-12-02T20:42:34.204Z | Downloaded tinyvec_macros v0.1.1 |
501 | 2024-12-02T20:42:34.204Z | Downloaded console v0.15.8 |
502 | 2024-12-02T20:42:34.207Z | Downloaded dof v0.3.0 |
503 | 2024-12-02T20:42:34.210Z | Downloaded powerfmt v0.2.0 |
504 | 2024-12-02T20:42:34.210Z | Downloaded ppv-lite86 v0.2.17 |
505 | 2024-12-02T20:42:34.213Z | Downloaded parking_lot_core v0.9.10 |
506 | 2024-12-02T20:42:34.213Z | Downloaded errno v0.3.9 |
507 | 2024-12-02T20:42:34.216Z | Downloaded enum-as-inner v0.6.0 |
508 | 2024-12-02T20:42:34.216Z | Downloaded embedded-io v0.6.1 |
509 | 2024-12-02T20:42:34.216Z | Downloaded embedded-io v0.4.0 |
510 | 2024-12-02T20:42:34.219Z | Downloaded either v1.13.0 |
511 | 2024-12-02T20:42:34.219Z | Downloaded dyn-clone v1.0.17 |
512 | 2024-12-02T20:42:34.222Z | Downloaded cpufeatures v0.2.12 |
513 | 2024-12-02T20:42:34.222Z | Downloaded convert_case v0.4.0 |
514 | 2024-12-02T20:42:34.222Z | Downloaded autocfg v1.3.0 |
515 | 2024-12-02T20:42:34.225Z | Downloaded dtrace-parser v0.1.14 |
516 | 2024-12-02T20:42:34.225Z | Downloaded data-encoding v2.6.0 |
517 | 2024-12-02T20:42:34.227Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-02T20:42:34.227Z | Downloaded plain v0.2.3 |
519 | 2024-12-02T20:42:34.227Z | Downloaded pin-utils v0.1.0 |
520 | 2024-12-02T20:42:34.230Z | Downloaded percent-encoding v2.3.1 |
521 | 2024-12-02T20:42:34.230Z | Downloaded colored v2.1.0 |
522 | 2024-12-02T20:42:34.233Z | Downloaded clap_lex v0.7.0 |
523 | 2024-12-02T20:42:34.233Z | Downloaded camino v1.1.9 |
524 | 2024-12-02T20:42:34.236Z | Downloaded byteorder v1.5.0 |
525 | 2024-12-02T20:42:34.236Z | Downloaded bitstruct v0.1.1 |
526 | 2024-12-02T20:42:34.239Z | Downloaded num-integer v0.1.46 |
527 | 2024-12-02T20:42:34.239Z | Downloaded cfg-if v1.0.0 |
528 | 2024-12-02T20:42:34.241Z | Downloaded expectorate v1.1.0 |
529 | 2024-12-02T20:42:34.241Z | Downloaded cargo_metadata v0.18.1 |
530 | 2024-12-02T20:42:34.244Z | Downloaded base64 v0.21.7 |
531 | 2024-12-02T20:42:34.246Z | Downloaded backoff v0.4.0 |
532 | 2024-12-02T20:42:34.248Z | Downloaded atty v0.2.14 |
533 | 2024-12-02T20:42:34.251Z | Downloaded atomicwrites v0.4.4 |
534 | 2024-12-02T20:42:34.251Z | Downloaded bitflags v2.6.0 |
535 | 2024-12-02T20:42:34.254Z | Downloaded bitflags v1.3.2 |
536 | 2024-12-02T20:42:34.257Z | Downloaded bincode v1.3.3 |
537 | 2024-12-02T20:42:34.259Z | Downloaded base64 v0.22.1 |
538 | 2024-12-02T20:42:34.262Z | Downloaded allocator-api2 v0.2.18 |
539 | 2024-12-02T20:42:34.264Z | Downloaded base64ct v1.6.0 |
540 | 2024-12-02T20:42:34.267Z | Downloaded async-recursion v1.1.1 |
541 | 2024-12-02T20:42:34.271Z | Downloaded progenitor-macro v0.8.0 |
542 | 2024-12-02T20:42:34.273Z | Downloaded aead v0.5.2 |
543 | 2024-12-02T20:42:34.273Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
544 | 2024-12-02T20:42:34.325Z | Downloaded aes-gcm-siv v0.11.1 |
545 | 2024-12-02T20:42:34.328Z | Downloaded anyhow v1.0.89 |
546 | 2024-12-02T20:42:34.508Z | Downloaded libsqlite3-sys v0.30.1 |
547 | 2024-12-02T20:42:34.634Z | Downloaded libz-sys v1.1.16 |
548 | 2024-12-02T20:42:34.695Z | Downloaded ring v0.17.8 |
549 | 2024-12-02T20:42:35.139Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-02T20:42:35.139Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-02T20:42:35.142Z | Compiling libc v0.2.159 |
552 | 2024-12-02T20:42:35.142Z | Compiling serde v1.0.210 |
553 | 2024-12-02T20:42:35.142Z | Compiling version_check v0.9.5 |
554 | 2024-12-02T20:42:35.142Z | Compiling autocfg v1.3.0 |
555 | 2024-12-02T20:42:35.142Z | Checking cfg-if v1.0.0 |
556 | 2024-12-02T20:42:35.142Z | Compiling once_cell v1.19.0 |
557 | 2024-12-02T20:42:35.461Z | Compiling serde_json v1.0.128 |
558 | 2024-12-02T20:42:35.560Z | Compiling thiserror v1.0.64 |
559 | 2024-12-02T20:42:35.730Z | Compiling ahash v0.8.11 |
560 | 2024-12-02T20:42:35.770Z | Compiling memchr v2.7.2 |
561 | 2024-12-02T20:42:35.884Z | Compiling libm v0.2.8 |
562 | 2024-12-02T20:42:35.919Z | Compiling byteorder v1.5.0 |
563 | 2024-12-02T20:42:36.310Z | Compiling itoa v1.0.11 |
564 | 2024-12-02T20:42:36.420Z | Compiling lock_api v0.4.12 |
565 | 2024-12-02T20:42:36.522Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-02T20:42:36.826Z | Compiling quote v1.0.37 |
567 | 2024-12-02T20:42:36.884Z | Checking getrandom v0.2.14 |
568 | 2024-12-02T20:42:36.904Z | Compiling ryu v1.0.18 |
569 | 2024-12-02T20:42:36.925Z | Compiling slab v0.4.9 |
570 | 2024-12-02T20:42:37.093Z | Compiling jobserver v0.1.31 |
571 | 2024-12-02T20:42:37.095Z | Compiling schemars v0.8.21 |
572 | 2024-12-02T20:42:37.181Z | Compiling syn v2.0.77 |
573 | 2024-12-02T20:42:37.205Z | Compiling allocator-api2 v0.2.18 |
574 | 2024-12-02T20:42:37.225Z | Compiling pkg-config v0.3.30 |
575 | 2024-12-02T20:42:37.328Z | Compiling vcpkg v0.2.15 |
576 | 2024-12-02T20:42:37.350Z | Compiling num-traits v0.2.19 |
577 | 2024-12-02T20:42:37.401Z | Compiling cc v1.0.97 |
578 | 2024-12-02T20:42:37.497Z | Checking pin-project-lite v0.2.14 |
579 | 2024-12-02T20:42:37.730Z | Compiling log v0.4.22 |
580 | 2024-12-02T20:42:37.851Z | Checking smallvec v1.13.2 |
581 | 2024-12-02T20:42:38.050Z | Checking scopeguard v1.2.0 |
582 | 2024-12-02T20:42:38.170Z | Compiling equivalent v1.0.1 |
583 | 2024-12-02T20:42:38.264Z | Checking signal-hook-registry v1.4.2 |
584 | 2024-12-02T20:42:38.374Z | Checking mio v1.0.2 |
585 | 2024-12-02T20:42:38.585Z | Checking socket2 v0.5.7 |
586 | 2024-12-02T20:42:38.606Z | Compiling typenum v1.17.0 |
587 | 2024-12-02T20:42:38.609Z | Checking parking_lot v0.12.2 |
588 | 2024-12-02T20:42:38.927Z | Compiling httparse v1.8.0 |
589 | 2024-12-02T20:42:38.956Z | Compiling generic-array v0.14.7 |
590 | 2024-12-02T20:42:39.034Z | Compiling fnv v1.0.7 |
591 | 2024-12-02T20:42:39.357Z | Checking futures-core v0.3.30 |
592 | 2024-12-02T20:42:39.400Z | Checking iana-time-zone v0.1.60 |
593 | 2024-12-02T20:42:39.567Z | Compiling semver v1.0.23 |
594 | 2024-12-02T20:42:39.670Z | Checking rand_core v0.6.4 |
595 | 2024-12-02T20:42:39.710Z | Compiling ucd-trie v0.1.6 |
596 | 2024-12-02T20:42:39.751Z | Compiling slog v2.7.0 |
597 | 2024-12-02T20:42:40.072Z | Checking futures-sink v0.3.30 |
598 | 2024-12-02T20:42:40.075Z | Checking dyn-clone v1.0.17 |
599 | 2024-12-02T20:42:40.117Z | Compiling heck v0.5.0 |
600 | 2024-12-02T20:42:40.209Z | Checking subtle v2.5.0 |
601 | 2024-12-02T20:42:40.230Z | Checking futures-channel v0.3.30 |
602 | 2024-12-02T20:42:40.317Z | Checking futures-io v0.3.30 |
603 | 2024-12-02T20:42:40.380Z | Checking futures-task v0.3.30 |
604 | 2024-12-02T20:42:40.401Z | Compiling ring v0.17.8 |
605 | 2024-12-02T20:42:40.493Z | Compiling openssl-sys v0.9.103 |
606 | 2024-12-02T20:42:40.529Z | Checking pin-utils v0.1.0 |
607 | 2024-12-02T20:42:40.561Z | Compiling rustversion v1.0.17 |
608 | 2024-12-02T20:42:40.594Z | Compiling syn v1.0.109 |
609 | 2024-12-02T20:42:40.930Z | Compiling openssl v0.10.66 |
610 | 2024-12-02T20:42:41.376Z | Compiling aho-corasick v1.1.3 |
611 | 2024-12-02T20:42:41.628Z | Compiling regex-syntax v0.8.4 |
612 | 2024-12-02T20:42:41.945Z | Compiling heck v0.4.1 |
613 | 2024-12-02T20:42:42.390Z | Compiling native-tls v0.2.11 |
614 | 2024-12-02T20:42:42.743Z | Checking spin v0.9.8 |
615 | 2024-12-02T20:42:42.764Z | Compiling rustls v0.23.10 |
616 | 2024-12-02T20:42:43.083Z | Compiling serde_derive_internals v0.29.1 |
617 | 2024-12-02T20:42:43.200Z | Compiling num-conv v0.1.0 |
618 | 2024-12-02T20:42:43.317Z | Compiling anyhow v1.0.89 |
619 | 2024-12-02T20:42:43.499Z | Checking untrusted v0.9.0 |
620 | 2024-12-02T20:42:43.637Z | Compiling time-core v0.1.2 |
621 | 2024-12-02T20:42:43.806Z | Compiling time-macros v0.2.18 |
622 | 2024-12-02T20:42:44.216Z | Checking tracing-core v0.1.32 |
623 | 2024-12-02T20:42:44.785Z | Compiling regex-automata v0.4.6 |
624 | 2024-12-02T20:42:44.999Z | Checking crypto-common v0.1.6 |
625 | 2024-12-02T20:42:45.109Z | Compiling thread-id v4.2.1 |
626 | 2024-12-02T20:42:45.215Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-12-02T20:42:45.516Z | Checking percent-encoding v2.3.1 |
628 | 2024-12-02T20:42:45.582Z | Compiling camino v1.1.9 |
629 | 2024-12-02T20:42:45.704Z | Checking form_urlencoded v1.2.1 |
630 | 2024-12-02T20:42:45.887Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-12-02T20:42:45.971Z | Checking tinyvec v1.6.0 |
632 | 2024-12-02T20:42:46.167Z | Checking ppv-lite86 v0.2.17 |
633 | 2024-12-02T20:42:46.382Z | Checking zeroize v1.7.0 |
634 | 2024-12-02T20:42:46.581Z | Checking atomic-waker v1.1.2 |
635 | 2024-12-02T20:42:46.706Z | Checking rand_chacha v0.3.1 |
636 | 2024-12-02T20:42:47.026Z | Compiling usdt-impl v0.5.0 |
637 | 2024-12-02T20:42:47.047Z | Checking unicode-normalization v0.1.23 |
638 | 2024-12-02T20:42:47.128Z | Checking unicode-bidi v0.3.15 |
639 | 2024-12-02T20:42:47.326Z | Compiling serde_derive v1.0.210 |
640 | 2024-12-02T20:42:47.346Z | Compiling zerocopy-derive v0.7.34 |
641 | 2024-12-02T20:42:47.417Z | Compiling thiserror-impl v1.0.64 |
642 | 2024-12-02T20:42:47.693Z | Compiling tokio-macros v2.4.0 |
643 | 2024-12-02T20:42:47.948Z | Compiling schemars_derive v0.8.21 |
644 | 2024-12-02T20:42:49.152Z | Compiling futures-macro v0.3.30 |
645 | 2024-12-02T20:42:49.222Z | Compiling zerocopy v0.7.34 |
646 | 2024-12-02T20:42:50.679Z | Compiling pest v2.7.10 |
647 | 2024-12-02T20:42:50.868Z | Compiling openssl-macros v0.1.1 |
648 | 2024-12-02T20:42:50.941Z | Compiling hashbrown v0.14.5 |
649 | 2024-12-02T20:42:50.959Z | Checking futures-util v0.3.30 |
650 | 2024-12-02T20:42:51.057Z | Compiling regex v1.10.6 |
651 | 2024-12-02T20:42:51.353Z | Compiling tracing-attributes v0.1.27 |
652 | 2024-12-02T20:42:51.628Z | Compiling scroll_derive v0.12.0 |
653 | 2024-12-02T20:42:52.091Z | Compiling regress v0.10.1 |
654 | 2024-12-02T20:42:52.531Z | Checking try-lock v0.2.5 |
655 | 2024-12-02T20:42:52.776Z | Compiling plain v0.2.3 |
656 | 2024-12-02T20:42:52.917Z | Checking want v0.3.1 |
657 | 2024-12-02T20:42:52.972Z | Compiling pest_meta v2.7.10 |
658 | 2024-12-02T20:42:53.086Z | Compiling scroll v0.12.0 |
659 | 2024-12-02T20:42:53.517Z | Compiling strum_macros v0.26.2 |
660 | 2024-12-02T20:42:53.628Z | Compiling goblin v0.8.2 |
661 | 2024-12-02T20:42:53.661Z | Checking rustls-webpki v0.102.4 |
662 | 2024-12-02T20:42:54.367Z | Compiling pest_generator v2.7.10 |
663 | 2024-12-02T20:42:55.257Z | Checking tracing v0.1.40 |
664 | 2024-12-02T20:42:55.532Z | Checking rand v0.8.5 |
665 | 2024-12-02T20:42:55.904Z | Checking base64 v0.22.1 |
666 | 2024-12-02T20:42:56.377Z | Checking httpdate v1.0.3 |
667 | 2024-12-02T20:42:56.412Z | Compiling pretty-hex v0.4.1 |
668 | 2024-12-02T20:42:56.466Z | Checking idna v0.5.0 |
669 | 2024-12-02T20:42:56.566Z | Compiling pest_derive v2.7.10 |
670 | 2024-12-02T20:42:56.602Z | Checking cpufeatures v0.2.12 |
671 | 2024-12-02T20:42:56.619Z | Checking tower-service v0.3.2 |
672 | 2024-12-02T20:42:56.689Z | Compiling unsafe-libyaml v0.2.11 |
673 | 2024-12-02T20:42:56.736Z | Compiling strsim v0.11.1 |
674 | 2024-12-02T20:42:57.293Z | Compiling omicron-workspace-hack v0.1.0 |
675 | 2024-12-02T20:42:57.383Z | Checking url v2.5.0 |
676 | 2024-12-02T20:42:57.423Z | Compiling dtrace-parser v0.2.0 |
677 | 2024-12-02T20:42:57.541Z | Compiling async-trait v0.1.83 |
678 | 2024-12-02T20:42:57.645Z | Checking block-buffer v0.10.4 |
679 | 2024-12-02T20:42:57.827Z | Checking foreign-types-shared v0.1.1 |
680 | 2024-12-02T20:42:58.147Z | Compiling rustls v0.22.4 |
681 | 2024-12-02T20:42:58.259Z | Checking foreign-types v0.3.2 |
682 | 2024-12-02T20:42:58.351Z | Checking digest v0.10.7 |
683 | 2024-12-02T20:42:58.390Z | Checking bytes v1.7.2 |
684 | 2024-12-02T20:42:58.670Z | Checking bitflags v2.6.0 |
685 | 2024-12-02T20:42:58.938Z | Checking chrono v0.4.38 |
686 | 2024-12-02T20:42:58.963Z | Checking uuid v1.10.0 |
687 | 2024-12-02T20:42:59.129Z | Checking tokio v1.39.3 |
688 | 2024-12-02T20:42:59.691Z | Compiling indexmap v2.5.0 |
689 | 2024-12-02T20:43:00.512Z | Compiling serde_tokenstream v0.2.2 |
690 | 2024-12-02T20:43:00.888Z | Compiling http v1.1.0 |
691 | 2024-12-02T20:43:01.604Z | Compiling openapiv3 v2.0.0 |
692 | 2024-12-02T20:43:01.625Z | Compiling dof v0.3.0 |
693 | 2024-12-02T20:43:01.662Z | Compiling serde_yaml v0.9.34+deprecated |
694 | 2024-12-02T20:43:02.446Z | Checking http-body v1.0.1 |
695 | 2024-12-02T20:43:02.632Z | Compiling toml_datetime v0.6.8 |
696 | 2024-12-02T20:43:02.880Z | Checking http-body-util v0.1.2 |
697 | 2024-12-02T20:43:03.452Z | Checking encoding_rs v0.8.34 |
698 | 2024-12-02T20:43:04.061Z | Compiling crossbeam-utils v0.8.19 |
699 | 2024-12-02T20:43:04.205Z | Compiling paste v1.0.15 |
700 | 2024-12-02T20:43:04.598Z | Compiling slog-async v2.8.0 |
701 | 2024-12-02T20:43:04.695Z | Compiling ident_case v1.0.1 |
702 | 2024-12-02T20:43:04.813Z | Compiling typify-impl v0.2.0 |
703 | 2024-12-02T20:43:04.834Z | Checking mime v0.3.17 |
704 | 2024-12-02T20:43:05.125Z | Compiling darling_core v0.20.9 |
705 | 2024-12-02T20:43:05.309Z | Compiling usdt-macro v0.5.0 |
706 | 2024-12-02T20:43:05.476Z | Checking tokio-util v0.7.11 |
707 | 2024-12-02T20:43:05.615Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-12-02T20:43:06.170Z | Checking h2 v0.4.6 |
709 | 2024-12-02T20:43:06.287Z | Checking serde_urlencoded v0.7.1 |
710 | 2024-12-02T20:43:06.677Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-12-02T20:43:06.895Z | Compiling multer v3.1.0 |
712 | 2024-12-02T20:43:07.251Z | Checking openssl-probe v0.1.5 |
713 | 2024-12-02T20:43:07.395Z | Compiling rustix v0.38.34 |
714 | 2024-12-02T20:43:08.972Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-12-02T20:43:10.125Z | Checking hyper v1.4.1 |
716 | 2024-12-02T20:43:10.248Z | Compiling darling_macro v0.20.9 |
717 | 2024-12-02T20:43:10.280Z | Checking errno v0.3.9 |
718 | 2024-12-02T20:43:10.438Z | Checking ipnet v2.9.0 |
719 | 2024-12-02T20:43:10.603Z | Checking powerfmt v0.2.0 |
720 | 2024-12-02T20:43:10.857Z | Checking deranged v0.3.11 |
721 | 2024-12-02T20:43:11.199Z | Compiling darling v0.20.9 |
722 | 2024-12-02T20:43:11.221Z | Checking tokio-native-tls v0.3.1 |
723 | 2024-12-02T20:43:11.464Z | Checking serde_spanned v0.6.7 |
724 | 2024-12-02T20:43:11.605Z | Checking futures-executor v0.3.30 |
725 | 2024-12-02T20:43:11.822Z | Checking webpki-roots v0.26.3 |
726 | 2024-12-02T20:43:11.915Z | Checking hyper-util v0.1.9 |
727 | 2024-12-02T20:43:12.619Z | Checking is-terminal v0.4.12 |
728 | 2024-12-02T20:43:12.642Z | Compiling dropshot v0.12.0 |
729 | 2024-12-02T20:43:12.756Z | Checking num_threads v0.1.7 |
730 | 2024-12-02T20:43:12.910Z | Checking tokio-rustls v0.26.0 |
731 | 2024-12-02T20:43:13.033Z | Checking futures v0.3.30 |
732 | 2024-12-02T20:43:13.064Z | Compiling serde_with_macros v3.9.0 |
733 | 2024-12-02T20:43:13.112Z | Checking time v0.3.36 |
734 | 2024-12-02T20:43:13.253Z | Compiling dropshot_endpoint v0.12.0 |
735 | 2024-12-02T20:43:13.425Z | Checking hyper-tls v0.6.0 |
736 | 2024-12-02T20:43:13.707Z | Checking hyper-rustls v0.27.3 |
737 | 2024-12-02T20:43:13.730Z | Checking sha1 v0.10.6 |
738 | 2024-12-02T20:43:13.985Z | Checking strum v0.26.2 |
739 | 2024-12-02T20:43:14.134Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-12-02T20:43:14.420Z | Checking sync_wrapper v1.0.1 |
741 | 2024-12-02T20:43:15.354Z | Checking reqwest v0.12.7 |
742 | 2024-12-02T20:43:16.302Z | Checking dirs-sys-next v0.1.2 |
743 | 2024-12-02T20:43:16.539Z | Compiling structmeta v0.3.0 |
744 | 2024-12-02T20:43:16.580Z | Compiling typify-macro v0.2.0 |
745 | 2024-12-02T20:43:16.730Z | Checking match_cfg v0.1.0 |
746 | 2024-12-02T20:43:16.891Z | Checking winnow v0.6.18 |
747 | 2024-12-02T20:43:17.197Z | Compiling parse-display-derive v0.10.0 |
748 | 2024-12-02T20:43:17.388Z | Checking progenitor-client v0.8.0 |
749 | 2024-12-02T20:43:17.409Z | Checking hostname v0.3.1 |
750 | 2024-12-02T20:43:17.649Z | Checking dirs-next v2.0.0 |
751 | 2024-12-02T20:43:17.767Z | Checking ipnetwork v0.20.0 |
752 | 2024-12-02T20:43:18.668Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
753 | 2024-12-02T20:43:18.971Z | Checking thread_local v1.1.8 |
754 | 2024-12-02T20:43:19.709Z | Checking term v0.7.0 |
755 | 2024-12-02T20:43:19.880Z | Checking crossbeam-channel v0.5.12 |
756 | 2024-12-02T20:43:20.027Z | Compiling typify v0.2.0 |
757 | 2024-12-02T20:43:20.142Z | Compiling progenitor-impl v0.8.0 |
758 | 2024-12-02T20:43:20.546Z | Checking memmap v0.7.0 |
759 | 2024-12-02T20:43:20.719Z | Checking take_mut v0.2.2 |
760 | 2024-12-02T20:43:20.760Z | Checking usdt v0.5.0 |
761 | 2024-12-02T20:43:20.987Z | Checking slog-term v2.9.1 |
762 | 2024-12-02T20:43:21.139Z | Checking toml_edit v0.22.20 |
763 | 2024-12-02T20:43:21.656Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-12-02T20:43:22.004Z | Checking slog-json v2.6.1 |
765 | 2024-12-02T20:43:22.772Z | Compiling winnow v0.5.40 |
766 | 2024-12-02T20:43:22.963Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-02T20:43:23.657Z | Checking toml v0.8.19 |
768 | 2024-12-02T20:43:24.092Z | Checking slog-bunyan v2.5.0 |
769 | 2024-12-02T20:43:24.349Z | Checking async-stream v0.3.5 |
770 | 2024-12-02T20:43:24.896Z | Checking serde_path_to_error v0.1.16 |
771 | 2024-12-02T20:43:24.992Z | Checking waitgroup v0.1.2 |
772 | 2024-12-02T20:43:25.105Z | Checking hostname v0.4.0 |
773 | 2024-12-02T20:43:25.510Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
774 | 2024-12-02T20:43:25.532Z | Checking tokio-rustls v0.25.0 |
775 | 2024-12-02T20:43:25.641Z | Checking serde_with v3.9.0 |
776 | 2024-12-02T20:43:25.725Z | Checking newtype-uuid v1.1.0 |
777 | 2024-12-02T20:43:25.815Z | Compiling toml_edit v0.19.15 |
778 | 2024-12-02T20:43:25.916Z | Compiling progenitor-macro v0.8.0 |
779 | 2024-12-02T20:43:25.951Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-02T20:43:26.040Z | Checking unicode-width v0.1.14 |
781 | 2024-12-02T20:43:26.983Z | Checking utf8parse v0.2.1 |
782 | 2024-12-02T20:43:27.131Z | Checking anstyle-parse v0.2.4 |
783 | 2024-12-02T20:43:27.484Z | Checking hex v0.4.3 |
784 | 2024-12-02T20:43:28.559Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-12-02T20:43:29.139Z | Checking instant v0.1.12 |
786 | 2024-12-02T20:43:29.161Z | Checking colorchoice v1.0.1 |
787 | 2024-12-02T20:43:29.255Z | Checking anstyle v1.0.7 |
788 | 2024-12-02T20:43:29.285Z | Checking anstyle-query v1.0.3 |
789 | 2024-12-02T20:43:29.304Z | Checking lazy_static v1.5.0 |
790 | 2024-12-02T20:43:29.423Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-12-02T20:43:29.474Z | Checking backoff v0.4.0 |
792 | 2024-12-02T20:43:29.541Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
793 | 2024-12-02T20:43:29.598Z | Checking anstream v0.6.14 |
794 | 2024-12-02T20:43:29.681Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-12-02T20:43:29.724Z | Checking parse-display v0.10.0 |
796 | 2024-12-02T20:43:29.918Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-12-02T20:43:29.942Z | Checking terminal_size v0.3.0 |
798 | 2024-12-02T20:43:30.058Z | Checking macaddr v1.0.1 |
799 | 2024-12-02T20:43:30.092Z | Checking regress v0.9.1 |
800 | 2024-12-02T20:43:30.774Z | Checking num-integer v0.1.46 |
801 | 2024-12-02T20:43:31.157Z | Compiling crucible-workspace-hack v0.1.0 |
802 | 2024-12-02T20:43:31.235Z | Compiling unicode-xid v0.2.4 |
803 | 2024-12-02T20:43:31.411Z | Checking clap_lex v0.7.0 |
804 | 2024-12-02T20:43:31.628Z | Checking clap_builder v4.5.2 |
805 | 2024-12-02T20:43:33.474Z | Compiling heapless v0.8.0 |
806 | 2024-12-02T20:43:34.396Z | Checking clap v4.5.4 |
807 | 2024-12-02T20:43:34.500Z | Checking num-bigint v0.4.5 |
808 | 2024-12-02T20:43:34.542Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-02T20:43:35.510Z | Checking hash32 v0.3.1 |
810 | 2024-12-02T20:43:35.694Z | Checking fastrand v2.1.0 |
811 | 2024-12-02T20:43:36.006Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
812 | 2024-12-02T20:43:36.402Z | Checking either v1.13.0 |
813 | 2024-12-02T20:43:36.405Z | Checking stable_deref_trait v1.2.0 |
814 | 2024-12-02T20:43:36.458Z | Checking bitflags v1.3.2 |
815 | 2024-12-02T20:43:36.545Z | Compiling smoltcp v0.11.0 |
816 | 2024-12-02T20:43:36.565Z | Checking num-rational v0.4.2 |
817 | 2024-12-02T20:43:36.655Z | Checking num_enum v0.5.11 |
818 | 2024-12-02T20:43:36.793Z | Checking tempfile v3.10.1 |
819 | 2024-12-02T20:43:37.136Z | Compiling synstructure v0.12.6 |
820 | 2024-12-02T20:43:37.139Z | Checking num-iter v0.1.45 |
821 | 2024-12-02T20:43:37.171Z | Checking num-complex v0.4.6 |
822 | 2024-12-02T20:43:37.331Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-12-02T20:43:37.357Z | Checking cobs v0.2.3 |
824 | 2024-12-02T20:43:37.407Z | Checking managed v0.8.0 |
825 | 2024-12-02T20:43:37.530Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
826 | 2024-12-02T20:43:37.788Z | Checking postcard v1.0.9 |
827 | 2024-12-02T20:43:37.966Z | Checking num v0.4.3 |
828 | 2024-12-02T20:43:38.320Z | Compiling zerocopy-derive v0.2.0 |
829 | 2024-12-02T20:43:38.574Z | Checking progenitor v0.8.0 |
830 | 2024-12-02T20:43:38.594Z | Compiling foreign-types-macros v0.2.3 |
831 | 2024-12-02T20:43:38.743Z | Compiling libz-sys v1.1.16 |
832 | 2024-12-02T20:43:38.764Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
833 | 2024-12-02T20:43:39.420Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-12-02T20:43:39.463Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-12-02T20:43:39.861Z | Checking pretty-hex v0.2.1 |
836 | 2024-12-02T20:43:40.021Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
837 | 2024-12-02T20:43:40.155Z | Checking foreign-types-shared v0.3.1 |
838 | 2024-12-02T20:43:40.417Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-12-02T20:43:40.615Z | Checking foreign-types v0.5.0 |
840 | 2024-12-02T20:43:41.554Z | Checking tabwriter v1.4.0 |
841 | 2024-12-02T20:43:41.784Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
842 | 2024-12-02T20:43:42.037Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
843 | 2024-12-02T20:43:42.684Z | Checking cstr-argument v0.1.2 |
844 | 2024-12-02T20:43:42.856Z | Checking data-encoding v2.6.0 |
845 | 2024-12-02T20:43:42.878Z | Compiling prettyplease v0.2.22 |
846 | 2024-12-02T20:43:42.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-12-02T20:43:43.137Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
848 | 2024-12-02T20:43:43.470Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-02T20:43:43.757Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-02T20:43:44.516Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-02T20:43:44.810Z | Checking colored v2.1.0 |
852 | 2024-12-02T20:43:45.804Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-02T20:43:46.008Z | Compiling semver v0.1.20 |
854 | 2024-12-02T20:43:46.029Z | Checking static_assertions v1.1.0 |
855 | 2024-12-02T20:43:46.090Z | Checking float-ord v0.3.2 |
856 | 2024-12-02T20:43:46.228Z | Checking is_ci v1.2.0 |
857 | 2024-12-02T20:43:46.492Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
858 | 2024-12-02T20:43:46.571Z | Checking unicode-segmentation v1.11.0 |
859 | 2024-12-02T20:43:46.712Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-02T20:43:47.137Z | Checking newline-converter v0.3.0 |
861 | 2024-12-02T20:43:47.290Z | Compiling rustc_version v0.1.7 |
862 | 2024-12-02T20:43:48.484Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-02T20:43:49.531Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-02T20:43:49.704Z | Checking itertools v0.10.5 |
865 | 2024-12-02T20:43:49.807Z | Checking console v0.15.8 |
866 | 2024-12-02T20:43:50.402Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-12-02T20:43:50.846Z | Compiling num-derive v0.4.2 |
868 | 2024-12-02T20:43:51.977Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-12-02T20:43:52.427Z | Checking sigpipe v0.1.3 |
870 | 2024-12-02T20:43:52.528Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-02T20:43:52.756Z | Checking base64ct v1.6.0 |
872 | 2024-12-02T20:43:53.167Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2024-12-02T20:43:53.260Z | Compiling owo-colors v4.1.0 |
874 | 2024-12-02T20:43:53.398Z | Checking similar v2.5.0 |
875 | 2024-12-02T20:43:53.558Z | Checking password-hash v0.5.0 |
876 | 2024-12-02T20:43:54.036Z | Checking expectorate v1.1.0 |
877 | 2024-12-02T20:43:54.094Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-12-02T20:43:54.115Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-12-02T20:43:54.334Z | Checking zone v0.3.0 |
880 | 2024-12-02T20:43:54.437Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-12-02T20:43:54.457Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-12-02T20:43:54.659Z | Compiling newtype_derive v0.1.6 |
883 | 2024-12-02T20:43:54.724Z | Checking supports-color v2.1.0 |
884 | 2024-12-02T20:43:54.891Z | Checking supports-color v3.0.1 |
885 | 2024-12-02T20:43:54.912Z | Compiling zerocopy v0.3.2 |
886 | 2024-12-02T20:43:55.011Z | Compiling cargo-platform v0.1.8 |
887 | 2024-12-02T20:43:55.014Z | Checking blake2 v0.10.6 |
888 | 2024-12-02T20:43:55.050Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-12-02T20:43:55.079Z | Checking smf v0.2.3 |
890 | 2024-12-02T20:43:55.393Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-12-02T20:43:55.414Z | Compiling serde_repr v0.1.19 |
892 | 2024-12-02T20:43:55.434Z | Compiling vergen v8.3.2 |
893 | 2024-12-02T20:43:55.499Z | Compiling cancel-safe-futures v0.1.5 |
894 | 2024-12-02T20:43:55.779Z | Checking fixedbitset v0.4.2 |
895 | 2024-12-02T20:43:55.877Z | Checking base64 v0.21.7 |
896 | 2024-12-02T20:43:56.009Z | Checking whoami v1.5.1 |
897 | 2024-12-02T20:43:56.058Z | Checking petgraph v0.6.5 |
898 | 2024-12-02T20:43:56.278Z | Checking hubpack v0.1.2 |
899 | 2024-12-02T20:43:56.529Z | Checking argon2 v0.5.3 |
900 | 2024-12-02T20:43:56.551Z | Compiling dof v0.1.5 |
901 | 2024-12-02T20:43:57.004Z | Checking zerocopy v0.6.6 |
902 | 2024-12-02T20:43:57.169Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-12-02T20:43:58.469Z | Compiling rustc_version v0.4.0 |
904 | 2024-12-02T20:43:58.706Z | Checking serde-big-array v0.5.1 |
905 | 2024-12-02T20:43:58.914Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-02T20:43:58.934Z | Compiling strum_macros v0.25.3 |
907 | 2024-12-02T20:43:59.007Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-12-02T20:43:59.523Z | Compiling cookie v0.18.1 |
909 | 2024-12-02T20:43:59.863Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-12-02T20:43:59.903Z | Compiling rustls v0.21.12 |
911 | 2024-12-02T20:43:59.930Z | Compiling convert_case v0.4.0 |
912 | 2024-12-02T20:44:00.094Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-12-02T20:44:00.263Z | Compiling nix v0.29.0 |
914 | 2024-12-02T20:44:00.382Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-12-02T20:44:00.557Z | Compiling derive_more v0.99.18 |
916 | 2024-12-02T20:44:00.896Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-12-02T20:44:01.011Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-02T20:44:01.566Z | Checking atomicwrites v0.4.4 |
919 | 2024-12-02T20:44:01.731Z | Checking itertools v0.13.0 |
920 | 2024-12-02T20:44:01.751Z | Checking libsw v3.3.1 |
921 | 2024-12-02T20:44:01.837Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-12-02T20:44:01.996Z | Checking rustls-webpki v0.101.7 |
923 | 2024-12-02T20:44:02.096Z | Checking sct v0.7.1 |
924 | 2024-12-02T20:44:02.133Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
925 | 2024-12-02T20:44:02.284Z | Checking idna v0.4.0 |
926 | 2024-12-02T20:44:02.304Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-12-02T20:44:02.654Z | Compiling derive-where v1.2.7 |
928 | 2024-12-02T20:44:03.146Z | Checking inout v0.1.3 |
929 | 2024-12-02T20:44:03.324Z | Compiling radium v0.7.0 |
930 | 2024-12-02T20:44:03.346Z | Checking utf-8 v0.7.6 |
931 | 2024-12-02T20:44:03.545Z | Checking swrite v0.1.0 |
932 | 2024-12-02T20:44:03.669Z | Checking quick-error v1.2.3 |
933 | 2024-12-02T20:44:03.801Z | Checking indent_write v2.2.0 |
934 | 2024-12-02T20:44:03.822Z | Checking linear-map v1.2.0 |
935 | 2024-12-02T20:44:03.998Z | Checking linked-hash-map v0.5.6 |
936 | 2024-12-02T20:44:04.109Z | Checking highway v1.2.0 |
937 | 2024-12-02T20:44:04.278Z | Checking lru-cache v0.1.2 |
938 | 2024-12-02T20:44:04.415Z | Checking resolv-conf v0.7.0 |
939 | 2024-12-02T20:44:04.527Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
940 | 2024-12-02T20:44:04.785Z | Checking tungstenite v0.21.0 |
941 | 2024-12-02T20:44:05.540Z | Checking cipher v0.4.4 |
942 | 2024-12-02T20:44:05.560Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
943 | 2024-12-02T20:44:05.730Z | Checking hickory-proto v0.24.1 |
944 | 2024-12-02T20:44:06.148Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-02T20:44:06.734Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-12-02T20:44:07.838Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-02T20:44:08.967Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-02T20:44:09.035Z | Checking steno v0.4.1 |
949 | 2024-12-02T20:44:10.301Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-12-02T20:44:10.536Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-12-02T20:44:10.725Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
952 | 2024-12-02T20:44:10.932Z | Checking hashlink v0.9.1 |
953 | 2024-12-02T20:44:10.954Z | Checking tap v1.0.1 |
954 | 2024-12-02T20:44:11.014Z | Checking fallible-streaming-iterator v0.1.9 |
955 | 2024-12-02T20:44:11.045Z | Checking fallible-iterator v0.3.0 |
956 | 2024-12-02T20:44:11.097Z | Compiling rayon-core v1.12.1 |
957 | 2024-12-02T20:44:11.219Z | Checking humantime v2.1.0 |
958 | 2024-12-02T20:44:11.361Z | Checking wyz v0.5.1 |
959 | 2024-12-02T20:44:11.428Z | Checking crossbeam-deque v0.8.5 |
960 | 2024-12-02T20:44:11.495Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
961 | 2024-12-02T20:44:11.548Z | Checking rusqlite v0.32.1 |
962 | 2024-12-02T20:44:11.662Z | Checking hickory-resolver v0.24.1 |
963 | 2024-12-02T20:44:11.714Z | Checking tokio-rustls v0.24.1 |
964 | 2024-12-02T20:44:11.873Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-12-02T20:44:12.301Z | Compiling usdt-attr-macro v0.3.5 |
966 | 2024-12-02T20:44:12.342Z | Compiling usdt-macro v0.3.5 |
967 | 2024-12-02T20:44:12.820Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-12-02T20:44:12.921Z | Checking twox-hash v1.6.3 |
969 | 2024-12-02T20:44:12.991Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
970 | 2024-12-02T20:44:13.322Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-12-02T20:44:13.513Z | Checking universal-hash v0.5.1 |
972 | 2024-12-02T20:44:13.552Z | Checking atty v0.2.14 |
973 | 2024-12-02T20:44:13.614Z | Checking funty v2.0.0 |
974 | 2024-12-02T20:44:13.684Z | Checking opaque-debug v0.3.1 |
975 | 2024-12-02T20:44:13.773Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-12-02T20:44:13.799Z | Checking usdt v0.3.5 |
977 | 2024-12-02T20:44:13.961Z | Checking polyval v0.6.2 |
978 | 2024-12-02T20:44:14.133Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-12-02T20:44:14.376Z | Checking bitvec v1.0.1 |
980 | 2024-12-02T20:44:14.781Z | Checking ctr v0.9.2 |
981 | 2024-12-02T20:44:14.836Z | Checking aes v0.8.4 |
982 | 2024-12-02T20:44:15.039Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-12-02T20:44:15.435Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
984 | 2024-12-02T20:44:15.465Z | Checking num_enum v0.7.2 |
985 | 2024-12-02T20:44:15.588Z | Checking bincode v1.3.3 |
986 | 2024-12-02T20:44:15.609Z | Checking aead v0.5.2 |
987 | 2024-12-02T20:44:15.802Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
988 | 2024-12-02T20:44:15.858Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
989 | 2024-12-02T20:44:15.890Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
990 | 2024-12-02T20:44:15.979Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
991 | 2024-12-02T20:44:16.163Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
992 | 2024-12-02T20:44:16.184Z | Checking aes-gcm-siv v0.11.1 |
993 | 2024-12-02T20:44:16.208Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
994 | 2024-12-02T20:44:16.329Z | Checking rayon v1.10.0 |
995 | 2024-12-02T20:44:16.446Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-12-02T20:44:16.533Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-12-02T20:44:16.675Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-12-02T20:44:16.840Z | Compiling async-recursion v1.1.1 |
999 | 2024-12-02T20:44:17.644Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-12-02T20:44:17.923Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-02T20:44:18.063Z | Checking ringbuffer v0.15.0 |
1002 | 2024-12-02T20:44:18.179Z | Compiling cfg_aliases v0.1.1 |
1003 | 2024-12-02T20:44:18.199Z | Checking ascii v1.1.0 |
1004 | 2024-12-02T20:44:18.342Z | Checking typeid v1.0.0 |
1005 | 2024-12-02T20:44:18.436Z | Compiling nix v0.28.0 |
1006 | 2024-12-02T20:44:18.462Z | Checking erased-serde v0.4.5 |
1007 | 2024-12-02T20:44:18.577Z | Checking toml v0.7.8 |
1008 | 2024-12-02T20:44:18.623Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-12-02T20:44:19.125Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1010 | 2024-12-02T20:44:19.166Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1011 | 2024-12-02T20:44:19.255Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1012 | 2024-12-02T20:44:19.289Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1013 | 2024-12-02T20:44:19.454Z | Checking bitstruct v0.1.1 |
1014 | 2024-12-02T20:44:19.474Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-12-02T20:44:19.493Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-12-02T20:44:19.536Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-12-02T20:44:19.558Z | Checking serde_arrays v0.1.0 |
1018 | 2024-12-02T20:44:19.579Z | Checking libloading v0.7.4 |
1019 | 2024-12-02T20:44:19.726Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-02T20:44:19.747Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-02T20:44:19.769Z | Compiling escargot v0.5.10 |
1022 | 2024-12-02T20:44:20.062Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2024-12-02T20:44:20.182Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1024 | 2024-12-02T20:44:20.238Z | Checking ron v0.8.1 |
1025 | 2024-12-02T20:44:20.708Z | Checking xattr v1.3.1 |
1026 | 2024-12-02T20:44:20.927Z | Checking filetime v0.2.23 |
1027 | 2024-12-02T20:44:21.062Z | Checking bstr v1.9.1 |
1028 | 2024-12-02T20:44:21.182Z | Checking bit_field v0.10.2 |
1029 | 2024-12-02T20:44:21.265Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-02T20:44:21.421Z | Checking tar v0.4.40 |
1031 | 2024-12-02T20:44:21.442Z | Checking const_format v0.2.32 |
1032 | 2024-12-02T20:44:21.738Z | Checking globset v0.4.14 |
1033 | 2024-12-02T20:44:21.884Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-12-02T20:44:22.137Z | Checking fatfs v0.3.6 |
1035 | 2024-12-02T20:44:22.204Z | Checking glob v0.3.1 |
1036 | 2024-12-02T20:44:23.790Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-12-02T20:44:24.312Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-02T20:44:25.217Z | Compiling git2 v0.19.0 |
1039 | 2024-12-02T20:44:25.705Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-12-02T20:44:28.951Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1041 | 2024-12-02T20:44:29.636Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-02T20:44:37.143Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1043 | 2024-12-02T20:44:41.775Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-02T20:44:49.455Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-02T20:44:49.455Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-02T20:44:55.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
1047 | 2024-12-02T20:44:55.965Z | |
1048 | 2024-12-02T20:44:55.965Z | real 2:40.728898607 |
1049 | 2024-12-02T20:44:55.965Z | user 12:25.625060827 |
1050 | 2024-12-02T20:44:55.965Z | sys 2:04.804400613 |
1051 | 2024-12-02T20:44:55.965Z | trap 0.409250561 |
1052 | 2024-12-02T20:44:55.965Z | tflt 1.250528468 |
1053 | 2024-12-02T20:44:55.965Z | dflt 0.456588455 |
1054 | 2024-12-02T20:44:55.965Z | kflt 0.007066327 |
1055 | 2024-12-02T20:44:55.968Z | lock 14:30.348450278 |
1056 | 2024-12-02T20:44:55.968Z | slp 47:01.637853079 |
1057 | 2024-12-02T20:44:55.968Z | lat 56.898924617 |
1058 | 2024-12-02T20:44:55.968Z | stop 3:08.024390125 |
1059 | 2024-12-02T20:44:55.968Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-02T20:44:56.478Z | Downloading crates ... |
1061 | 2024-12-02T20:44:56.661Z | Downloaded arc-swap v1.7.1 |
1062 | 2024-12-02T20:44:56.665Z | Downloaded termtree v0.4.1 |
1063 | 2024-12-02T20:44:56.668Z | Downloaded crc32fast v1.4.0 |
1064 | 2024-12-02T20:44:56.668Z | Downloaded slog-envlogger v2.2.0 |
1065 | 2024-12-02T20:44:56.670Z | Downloaded predicates-tree v1.0.9 |
1066 | 2024-12-02T20:44:56.670Z | Downloaded fragile v2.0.0 |
1067 | 2024-12-02T20:44:56.673Z | Downloaded bytemuck v1.16.0 |
1068 | 2024-12-02T20:44:56.675Z | Downloaded downcast v0.11.0 |
1069 | 2024-12-02T20:44:56.678Z | Downloaded slog-stdlog v4.1.1 |
1070 | 2024-12-02T20:44:56.681Z | Downloaded predicates v3.1.0 |
1071 | 2024-12-02T20:44:56.683Z | Downloaded slog-scope v4.4.0 |
1072 | 2024-12-02T20:44:56.686Z | Downloaded mockall v0.12.1 |
1073 | 2024-12-02T20:44:56.686Z | Downloaded simd-adler32 v0.3.7 |
1074 | 2024-12-02T20:44:56.688Z | Downloaded serde_test v1.0.176 |
1075 | 2024-12-02T20:44:56.688Z | Downloaded predicates-core v1.0.6 |
1076 | 2024-12-02T20:44:56.691Z | Downloaded fdeflate v0.3.4 |
1077 | 2024-12-02T20:44:56.693Z | Downloaded mockall_derive v0.12.1 |
1078 | 2024-12-02T20:44:56.695Z | Downloaded miniz_oxide v0.7.2 |
1079 | 2024-12-02T20:44:56.698Z | Downloaded flate2 v1.0.30 |
1080 | 2024-12-02T20:44:56.703Z | Downloaded png v0.17.13 |
1081 | 2024-12-02T20:44:57.234Z | Downloaded image v0.25.1 |
1082 | 2024-12-02T20:44:57.516Z | Checking log v0.4.22 |
1083 | 2024-12-02T20:44:57.518Z | Checking tokio v1.39.3 |
1084 | 2024-12-02T20:44:57.559Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-12-02T20:44:57.569Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-12-02T20:44:57.572Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-12-02T20:44:57.572Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-02T20:44:57.596Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-02T20:44:57.599Z | Compiling crc32fast v1.4.0 |
1090 | 2024-12-02T20:44:57.741Z | Checking simd-adler32 v0.3.7 |
1091 | 2024-12-02T20:44:57.760Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1092 | 2024-12-02T20:44:57.764Z | Checking native-tls v0.2.11 |
1093 | 2024-12-02T20:44:57.799Z | Checking goblin v0.8.2 |
1094 | 2024-12-02T20:44:57.949Z | Checking typify-impl v0.2.0 |
1095 | 2024-12-02T20:44:57.965Z | Checking rustls v0.22.4 |
1096 | 2024-12-02T20:44:58.028Z | Checking tungstenite v0.21.0 |
1097 | 2024-12-02T20:44:58.055Z | Checking rustls v0.21.12 |
1098 | 2024-12-02T20:44:58.086Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1099 | 2024-12-02T20:44:58.124Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1100 | 2024-12-02T20:44:58.483Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-02T20:44:58.732Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-12-02T20:44:58.785Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-12-02T20:44:59.117Z | Checking adler v1.0.2 |
1104 | 2024-12-02T20:44:59.263Z | Checking miniz_oxide v0.7.2 |
1105 | 2024-12-02T20:44:59.400Z | Checking arc-swap v1.7.1 |
1106 | 2024-12-02T20:44:59.775Z | Checking slog-scope v4.4.0 |
1107 | 2024-12-02T20:44:59.938Z | Checking fdeflate v0.3.4 |
1108 | 2024-12-02T20:44:59.982Z | Checking flate2 v1.0.30 |
1109 | 2024-12-02T20:45:00.263Z | Checking typify v0.2.0 |
1110 | 2024-12-02T20:45:00.374Z | Checking progenitor-impl v0.8.0 |
1111 | 2024-12-02T20:45:00.402Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-12-02T20:45:00.546Z | Checking png v0.17.13 |
1113 | 2024-12-02T20:45:00.549Z | Checking predicates-core v1.0.6 |
1114 | 2024-12-02T20:45:00.720Z | Checking bytemuck v1.16.0 |
1115 | 2024-12-02T20:45:00.789Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-02T20:45:00.984Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1117 | 2024-12-02T20:45:01.068Z | Checking termtree v0.4.1 |
1118 | 2024-12-02T20:45:01.094Z | Checking predicates v3.1.0 |
1119 | 2024-12-02T20:45:01.271Z | Checking predicates-tree v1.0.9 |
1120 | 2024-12-02T20:45:01.409Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-12-02T20:45:01.610Z | Checking wait-timeout v0.2.0 |
1122 | 2024-12-02T20:45:01.652Z | Checking image v0.25.1 |
1123 | 2024-12-02T20:45:01.722Z | Checking bit-vec v0.6.3 |
1124 | 2024-12-02T20:45:01.776Z | Checking downcast v0.11.0 |
1125 | 2024-12-02T20:45:01.948Z | Checking fragile v2.0.0 |
1126 | 2024-12-02T20:45:02.020Z | Checking bit-set v0.5.3 |
1127 | 2024-12-02T20:45:02.185Z | Checking rusty-fork v0.3.0 |
1128 | 2024-12-02T20:45:02.228Z | Checking globset v0.4.14 |
1129 | 2024-12-02T20:45:02.231Z | Checking escargot v0.5.10 |
1130 | 2024-12-02T20:45:02.456Z | Checking fatfs v0.3.6 |
1131 | 2024-12-02T20:45:02.575Z | Checking dof v0.3.0 |
1132 | 2024-12-02T20:45:02.652Z | Checking rand_xorshift v0.3.0 |
1133 | 2024-12-02T20:45:02.798Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1134 | 2024-12-02T20:45:02.810Z | Checking unarray v0.1.4 |
1135 | 2024-12-02T20:45:02.940Z | Checking proptest v1.5.0 |
1136 | 2024-12-02T20:45:03.126Z | Checking usdt-impl v0.5.0 |
1137 | 2024-12-02T20:45:03.183Z | Checking serde_test v1.0.176 |
1138 | 2024-12-02T20:45:03.262Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1139 | 2024-12-02T20:45:03.614Z | Checking usdt v0.5.0 |
1140 | 2024-12-02T20:45:03.698Z | Checking tokio-util v0.7.11 |
1141 | 2024-12-02T20:45:03.854Z | Checking tokio-native-tls v0.3.1 |
1142 | 2024-12-02T20:45:03.892Z | Checking tokio-rustls v0.26.0 |
1143 | 2024-12-02T20:45:04.078Z | Checking tokio-rustls v0.25.0 |
1144 | 2024-12-02T20:45:04.235Z | Checking backoff v0.4.0 |
1145 | 2024-12-02T20:45:04.392Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1146 | 2024-12-02T20:45:04.395Z | Checking tokio-tungstenite v0.21.0 |
1147 | 2024-12-02T20:45:04.415Z | Checking h2 v0.4.6 |
1148 | 2024-12-02T20:45:04.473Z | Checking zone v0.3.0 |
1149 | 2024-12-02T20:45:04.620Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1150 | 2024-12-02T20:45:04.647Z | Checking libsw v3.3.1 |
1151 | 2024-12-02T20:45:04.726Z | Checking cancel-safe-futures v0.1.5 |
1152 | 2024-12-02T20:45:04.811Z | Checking slog-dtrace v0.3.0 |
1153 | 2024-12-02T20:45:04.867Z | Checking hickory-proto v0.24.1 |
1154 | 2024-12-02T20:45:05.106Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1155 | 2024-12-02T20:45:05.170Z | Checking steno v0.4.1 |
1156 | 2024-12-02T20:45:05.185Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-12-02T20:45:06.110Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-12-02T20:45:06.331Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-12-02T20:45:06.382Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1160 | 2024-12-02T20:45:06.668Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1161 | 2024-12-02T20:45:07.792Z | Checking mockall v0.12.1 |
1162 | 2024-12-02T20:45:08.084Z | Checking hickory-resolver v0.24.1 |
1163 | 2024-12-02T20:45:08.375Z | Checking hyper v1.4.1 |
1164 | 2024-12-02T20:45:09.578Z | Checking hyper-util v0.1.9 |
1165 | 2024-12-02T20:45:10.539Z | Checking hyper-rustls v0.27.3 |
1166 | 2024-12-02T20:45:10.539Z | Checking hyper-tls v0.6.0 |
1167 | 2024-12-02T20:45:10.542Z | Checking dropshot v0.12.0 |
1168 | 2024-12-02T20:45:10.733Z | Checking reqwest v0.12.7 |
1169 | 2024-12-02T20:45:11.715Z | Checking progenitor-client v0.8.0 |
1170 | 2024-12-02T20:45:11.892Z | Checking progenitor v0.8.0 |
1171 | 2024-12-02T20:45:12.001Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-12-02T20:45:12.001Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-02T20:45:12.003Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-02T20:45:12.003Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-12-02T20:45:12.625Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1176 | 2024-12-02T20:45:13.523Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1177 | 2024-12-02T20:45:15.513Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-02T20:45:17.425Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-02T20:45:21.112Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-02T20:45:21.112Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-02T20:45:21.114Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-02T20:45:21.114Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-02T20:45:22.626Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-02T20:45:22.977Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-02T20:45:22.987Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-02T20:45:22.990Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-02T20:45:23.545Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-02T20:45:23.744Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-02T20:45:23.788Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-02T20:45:31.800Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-02T20:45:36.623Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-02T20:45:37.147Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1193 | 2024-12-02T20:45:40.482Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-02T20:45:53.005Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-02T20:45:53.005Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-02T20:46:00.733Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-02T20:46:00.733Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-02T20:46:00.733Z | | |
1199 | 2024-12-02T20:46:00.733Z | 188 | let instance = kstats |
1200 | 2024-12-02T20:46:00.733Z | | ________________________^ |
1201 | 2024-12-02T20:46:00.733Z | 189 | | .iter() |
1202 | 2024-12-02T20:46:00.733Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-02T20:46:00.733Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-02T20:46:00.733Z | 192 | | }) |
1205 | 2024-12-02T20:46:00.733Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-02T20:46:00.733Z | | |______________________________________________^ |
1207 | 2024-12-02T20:46:00.733Z | | |
1208 | 2024-12-02T20:46:00.733Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-02T20:46:00.733Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-02T20:46:00.733Z | help: use `ok_or` instead |
1211 | 2024-12-02T20:46:00.733Z | | |
1212 | 2024-12-02T20:46:00.733Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-02T20:46:00.734Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-02T20:46:00.734Z | |
1215 | 2024-12-02T20:46:01.610Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-02T20:46:02.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
1217 | 2024-12-02T20:46:02.602Z | |
1218 | 2024-12-02T20:46:02.602Z | real 1:06.619665016 |
1219 | 2024-12-02T20:46:02.602Z | user 2:57.803073796 |
1220 | 2024-12-02T20:46:02.602Z | sys 20.748503650 |
1221 | 2024-12-02T20:46:02.602Z | trap 0.066960925 |
1222 | 2024-12-02T20:46:02.603Z | tflt 0.209791538 |
1223 | 2024-12-02T20:46:02.607Z | dflt 0.021722975 |
1224 | 2024-12-02T20:46:02.607Z | kflt 0.000023543 |
1225 | 2024-12-02T20:46:02.607Z | lock 3:56.481915158 |
1226 | 2024-12-02T20:46:02.607Z | slp 9:36.589532955 |
1227 | 2024-12-02T20:46:02.607Z | lat 5.532303633 |
1228 | 2024-12-02T20:46:02.607Z | stop 12.356531581 |
1229 | 2024-12-02T20:46:02.607Z | + banner build |
1230 | 2024-12-02T20:46:02.607Z | |
1231 | 2024-12-02T20:46:02.607Z | ##### # # # # ##### |
1232 | 2024-12-02T20:46:02.607Z | # # # # # # # # |
1233 | 2024-12-02T20:46:02.607Z | ##### # # # # # # |
1234 | 2024-12-02T20:46:02.607Z | # # # # # # # # |
1235 | 2024-12-02T20:46:02.607Z | # # # # # # # # |
1236 | 2024-12-02T20:46:02.607Z | ##### #### # ###### ##### |
1237 | 2024-12-02T20:46:02.607Z | |
1238 | 2024-12-02T20:46:02.607Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-02T20:46:03.356Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-02T20:46:03.356Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-02T20:46:03.359Z | Compiling libc v0.2.159 |
1242 | 2024-12-02T20:46:03.359Z | Compiling serde v1.0.210 |
1243 | 2024-12-02T20:46:03.359Z | Compiling version_check v0.9.5 |
1244 | 2024-12-02T20:46:03.359Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-02T20:46:03.359Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-02T20:46:03.359Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-02T20:46:03.567Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-02T20:46:03.579Z | Compiling memchr v2.7.2 |
1249 | 2024-12-02T20:46:03.685Z | Compiling libm v0.2.8 |
1250 | 2024-12-02T20:46:03.919Z | Compiling ahash v0.8.11 |
1251 | 2024-12-02T20:46:03.967Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-02T20:46:04.072Z | Compiling itoa v1.0.11 |
1253 | 2024-12-02T20:46:04.268Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-02T20:46:04.306Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-02T20:46:04.627Z | Compiling ryu v1.0.18 |
1256 | 2024-12-02T20:46:04.791Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-02T20:46:04.873Z | Compiling slab v0.4.9 |
1258 | 2024-12-02T20:46:05.030Z | Compiling quote v1.0.37 |
1259 | 2024-12-02T20:46:05.049Z | Compiling jobserver v0.1.31 |
1260 | 2024-12-02T20:46:05.160Z | Compiling getrandom v0.2.14 |
1261 | 2024-12-02T20:46:05.282Z | Compiling pkg-config v0.3.30 |
1262 | 2024-12-02T20:46:05.455Z | Compiling syn v2.0.77 |
1263 | 2024-12-02T20:46:05.544Z | Compiling cc v1.0.97 |
1264 | 2024-12-02T20:46:05.619Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-02T20:46:05.631Z | Compiling schemars v0.8.21 |
1266 | 2024-12-02T20:46:05.659Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-02T20:46:06.298Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-02T20:46:06.400Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-02T20:46:06.424Z | Compiling log v0.4.22 |
1270 | 2024-12-02T20:46:06.427Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-02T20:46:06.891Z | Compiling equivalent v1.0.1 |
1272 | 2024-12-02T20:46:06.901Z | Compiling scopeguard v1.2.0 |
1273 | 2024-12-02T20:46:06.962Z | Compiling typenum v1.17.0 |
1274 | 2024-12-02T20:46:06.987Z | Compiling signal-hook-registry v1.4.2 |
1275 | 2024-12-02T20:46:06.989Z | Compiling mio v1.0.2 |
1276 | 2024-12-02T20:46:07.623Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-02T20:46:07.855Z | Compiling socket2 v0.5.7 |
1278 | 2024-12-02T20:46:08.359Z | Compiling httparse v1.8.0 |
1279 | 2024-12-02T20:46:08.410Z | Compiling ring v0.17.8 |
1280 | 2024-12-02T20:46:08.527Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-02T20:46:08.882Z | Compiling fnv v1.0.7 |
1282 | 2024-12-02T20:46:09.093Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-02T20:46:09.387Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-02T20:46:09.408Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-02T20:46:09.411Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-02T20:46:09.524Z | Compiling slog v2.7.0 |
1287 | 2024-12-02T20:46:09.572Z | Compiling semver v1.0.23 |
1288 | 2024-12-02T20:46:09.611Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-02T20:46:09.753Z | Compiling ucd-trie v0.1.6 |
1290 | 2024-12-02T20:46:09.975Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-02T20:46:10.136Z | Compiling subtle v2.5.0 |
1292 | 2024-12-02T20:46:10.171Z | Compiling heck v0.5.0 |
1293 | 2024-12-02T20:46:10.349Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-02T20:46:10.360Z | Compiling rustversion v1.0.17 |
1295 | 2024-12-02T20:46:10.389Z | Compiling futures-task v0.3.30 |
1296 | 2024-12-02T20:46:10.422Z | Compiling pin-utils v0.1.0 |
1297 | 2024-12-02T20:46:10.445Z | Compiling futures-io v0.3.30 |
1298 | 2024-12-02T20:46:10.512Z | Compiling syn v1.0.109 |
1299 | 2024-12-02T20:46:10.548Z | Compiling openssl v0.10.66 |
1300 | 2024-12-02T20:46:11.032Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-02T20:46:11.471Z | Compiling heck v0.4.1 |
1302 | 2024-12-02T20:46:11.794Z | Compiling serde_derive_internals v0.29.1 |
1303 | 2024-12-02T20:46:11.826Z | Compiling rustls v0.23.10 |
1304 | 2024-12-02T20:46:12.130Z | Compiling native-tls v0.2.11 |
1305 | 2024-12-02T20:46:12.189Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-02T20:46:13.667Z | Compiling spin v0.9.8 |
1307 | 2024-12-02T20:46:13.896Z | Compiling time-core v0.1.2 |
1308 | 2024-12-02T20:46:14.055Z | Compiling anyhow v1.0.89 |
1309 | 2024-12-02T20:46:14.612Z | Compiling untrusted v0.9.0 |
1310 | 2024-12-02T20:46:14.626Z | Compiling num-conv v0.1.0 |
1311 | 2024-12-02T20:46:14.786Z | Compiling tracing-core v0.1.32 |
1312 | 2024-12-02T20:46:14.881Z | Compiling time-macros v0.2.18 |
1313 | 2024-12-02T20:46:15.381Z | Compiling crypto-common v0.1.6 |
1314 | 2024-12-02T20:46:15.582Z | Compiling regex-automata v0.4.6 |
1315 | 2024-12-02T20:46:15.864Z | Compiling serde_derive v1.0.210 |
1316 | 2024-12-02T20:46:16.907Z | Compiling zerocopy-derive v0.7.34 |
1317 | 2024-12-02T20:46:17.062Z | Compiling thiserror-impl v1.0.64 |
1318 | 2024-12-02T20:46:17.362Z | Compiling tokio-macros v2.4.0 |
1319 | 2024-12-02T20:46:17.603Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-12-02T20:46:18.716Z | Compiling futures-macro v0.3.30 |
1321 | 2024-12-02T20:46:18.761Z | Compiling zerocopy v0.7.34 |
1322 | 2024-12-02T20:46:20.307Z | Compiling pest v2.7.10 |
1323 | 2024-12-02T20:46:20.387Z | Compiling hashbrown v0.14.5 |
1324 | 2024-12-02T20:46:20.433Z | Compiling futures-util v0.3.30 |
1325 | 2024-12-02T20:46:21.008Z | Compiling openssl-macros v0.1.1 |
1326 | 2024-12-02T20:46:21.484Z | Compiling regex v1.10.6 |
1327 | 2024-12-02T20:46:21.878Z | Compiling scroll_derive v0.12.0 |
1328 | 2024-12-02T20:46:21.908Z | Compiling tracing-attributes v0.1.27 |
1329 | 2024-12-02T20:46:22.290Z | Compiling thread-id v4.2.1 |
1330 | 2024-12-02T20:46:22.886Z | Compiling pest_meta v2.7.10 |
1331 | 2024-12-02T20:46:23.185Z | Compiling regress v0.10.1 |
1332 | 2024-12-02T20:46:23.318Z | Compiling rustls-pki-types v1.7.0 |
1333 | 2024-12-02T20:46:24.466Z | Compiling pest_generator v2.7.10 |
1334 | 2024-12-02T20:46:24.734Z | Compiling tracing v0.1.40 |
1335 | 2024-12-02T20:46:25.350Z | Compiling percent-encoding v2.3.1 |
1336 | 2024-12-02T20:46:25.814Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-02T20:46:26.016Z | Compiling camino v1.1.9 |
1338 | 2024-12-02T20:46:26.028Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-12-02T20:46:26.112Z | Compiling tinyvec v1.6.0 |
1340 | 2024-12-02T20:46:26.380Z | Compiling pest_derive v2.7.10 |
1341 | 2024-12-02T20:46:26.398Z | Compiling usdt-impl v0.5.0 |
1342 | 2024-12-02T20:46:26.619Z | Compiling zeroize v1.7.0 |
1343 | 2024-12-02T20:46:26.829Z | Compiling atomic-waker v1.1.2 |
1344 | 2024-12-02T20:46:26.943Z | Compiling ppv-lite86 v0.2.17 |
1345 | 2024-12-02T20:46:27.284Z | Compiling rustls-webpki v0.102.4 |
1346 | 2024-12-02T20:46:27.582Z | Compiling bytes v1.7.2 |
1347 | 2024-12-02T20:46:27.915Z | Compiling indexmap v2.5.0 |
1348 | 2024-12-02T20:46:28.010Z | Compiling uuid v1.10.0 |
1349 | 2024-12-02T20:46:28.919Z | Compiling tokio v1.39.3 |
1350 | 2024-12-02T20:46:29.162Z | Compiling chrono v0.4.38 |
1351 | 2024-12-02T20:46:29.236Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2024-12-02T20:46:29.323Z | Compiling bitflags v2.6.0 |
1353 | 2024-12-02T20:46:29.798Z | Compiling http v1.1.0 |
1354 | 2024-12-02T20:46:31.258Z | Compiling unicode-normalization v0.1.23 |
1355 | 2024-12-02T20:46:31.763Z | Compiling rand_chacha v0.3.1 |
1356 | 2024-12-02T20:46:32.587Z | Compiling http-body v1.0.1 |
1357 | 2024-12-02T20:46:33.360Z | Compiling scroll v0.12.0 |
1358 | 2024-12-02T20:46:33.824Z | Compiling unicode-bidi v0.3.15 |
1359 | 2024-12-02T20:46:33.855Z | Compiling try-lock v0.2.5 |
1360 | 2024-12-02T20:46:33.996Z | Compiling plain v0.2.3 |
1361 | 2024-12-02T20:46:34.151Z | Compiling goblin v0.8.2 |
1362 | 2024-12-02T20:46:35.367Z | Compiling typify-impl v0.2.0 |
1363 | 2024-12-02T20:46:35.667Z | Compiling want v0.3.1 |
1364 | 2024-12-02T20:46:35.952Z | Compiling rand v0.8.5 |
1365 | 2024-12-02T20:46:36.416Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-12-02T20:46:37.327Z | Compiling tokio-util v0.7.11 |
1367 | 2024-12-02T20:46:37.466Z | Compiling strum_macros v0.26.2 |
1368 | 2024-12-02T20:46:39.192Z | Compiling h2 v0.4.6 |
1369 | 2024-12-02T20:46:40.250Z | Compiling pretty-hex v0.4.1 |
1370 | 2024-12-02T20:46:40.454Z | Compiling omicron-workspace-hack v0.1.0 |
1371 | 2024-12-02T20:46:40.802Z | Compiling httpdate v1.0.3 |
1372 | 2024-12-02T20:46:41.487Z | Compiling base64 v0.22.1 |
1373 | 2024-12-02T20:46:41.512Z | Compiling dof v0.3.0 |
1374 | 2024-12-02T20:46:41.953Z | Compiling idna v0.5.0 |
1375 | 2024-12-02T20:46:42.208Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-02T20:46:42.684Z | Compiling unsafe-libyaml v0.2.11 |
1377 | 2024-12-02T20:46:42.936Z | Compiling rustls v0.22.4 |
1378 | 2024-12-02T20:46:43.331Z | Compiling cpufeatures v0.2.12 |
1379 | 2024-12-02T20:46:43.428Z | Compiling tower-service v0.3.2 |
1380 | 2024-12-02T20:46:43.546Z | Compiling strsim v0.11.1 |
1381 | 2024-12-02T20:46:43.649Z | Compiling url v2.5.0 |
1382 | 2024-12-02T20:46:44.161Z | Compiling serde_yaml v0.9.34+deprecated |
1383 | 2024-12-02T20:46:44.297Z | Compiling hyper v1.4.1 |
1384 | 2024-12-02T20:46:45.520Z | Compiling typify-macro v0.2.0 |
1385 | 2024-12-02T20:46:46.935Z | Compiling hyper-util v0.1.9 |
1386 | 2024-12-02T20:46:47.293Z | Compiling toml_datetime v0.6.8 |
1387 | 2024-12-02T20:46:47.696Z | Compiling async-trait v0.1.83 |
1388 | 2024-12-02T20:46:48.923Z | Compiling block-buffer v0.10.4 |
1389 | 2024-12-02T20:46:49.087Z | Compiling typify v0.2.0 |
1390 | 2024-12-02T20:46:49.148Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2024-12-02T20:46:49.205Z | Compiling progenitor-impl v0.8.0 |
1392 | 2024-12-02T20:46:50.085Z | Compiling slog-async v2.8.0 |
1393 | 2024-12-02T20:46:50.589Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-02T20:46:50.682Z | Compiling digest v0.10.7 |
1395 | 2024-12-02T20:46:51.717Z | Compiling http-body-util v0.1.2 |
1396 | 2024-12-02T20:46:52.244Z | Compiling multer v3.1.0 |
1397 | 2024-12-02T20:46:52.382Z | Compiling encoding_rs v0.8.34 |
1398 | 2024-12-02T20:46:52.608Z | Compiling crossbeam-utils v0.8.19 |
1399 | 2024-12-02T20:46:52.623Z | Compiling paste v1.0.15 |
1400 | 2024-12-02T20:46:53.102Z | Compiling ident_case v1.0.1 |
1401 | 2024-12-02T20:46:53.114Z | Compiling mime v0.3.17 |
1402 | 2024-12-02T20:46:53.269Z | Compiling darling_core v0.20.9 |
1403 | 2024-12-02T20:46:53.886Z | Compiling usdt-macro v0.5.0 |
1404 | 2024-12-02T20:46:53.957Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2024-12-02T20:46:54.142Z | Compiling rustls-pemfile v2.1.3 |
1406 | 2024-12-02T20:46:54.882Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-12-02T20:46:54.915Z | Compiling progenitor-macro v0.8.0 |
1408 | 2024-12-02T20:46:55.518Z | Compiling openssl-probe v0.1.5 |
1409 | 2024-12-02T20:46:58.555Z | Compiling darling_macro v0.20.9 |
1410 | 2024-12-02T20:46:58.968Z | Compiling async-stream-impl v0.3.5 |
1411 | 2024-12-02T20:47:00.454Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-02T20:47:00.809Z | Compiling powerfmt v0.2.0 |
1413 | 2024-12-02T20:47:01.439Z | Compiling ipnet v2.9.0 |
1414 | 2024-12-02T20:47:03.386Z | Compiling tokio-rustls v0.26.0 |
1415 | 2024-12-02T20:47:03.847Z | Compiling deranged v0.3.11 |
1416 | 2024-12-02T20:47:05.481Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-02T20:47:05.696Z | Compiling darling v0.20.9 |
1418 | 2024-12-02T20:47:06.420Z | Compiling serde_spanned v0.6.7 |
1419 | 2024-12-02T20:47:06.461Z | Compiling futures-executor v0.3.30 |
1420 | 2024-12-02T20:47:07.331Z | Compiling webpki-roots v0.26.3 |
1421 | 2024-12-02T20:47:09.307Z | Compiling num_threads v0.1.7 |
1422 | 2024-12-02T20:47:09.663Z | Compiling time v0.3.36 |
1423 | 2024-12-02T20:47:18.538Z | Compiling hyper-rustls v0.27.3 |
1424 | 2024-12-02T20:47:19.033Z | Compiling futures v0.3.30 |
1425 | 2024-12-02T20:47:19.141Z | Compiling serde_with_macros v3.9.0 |
1426 | 2024-12-02T20:47:19.749Z | Compiling hyper-tls v0.6.0 |
1427 | 2024-12-02T20:47:20.145Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-02T20:47:20.612Z | Compiling strum v0.26.2 |
1429 | 2024-12-02T20:47:20.784Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-12-02T20:47:21.488Z | Compiling structmeta-derive v0.3.0 |
1431 | 2024-12-02T20:47:21.615Z | Compiling sync_wrapper v1.0.1 |
1432 | 2024-12-02T20:47:21.751Z | Compiling rustix v0.38.34 |
1433 | 2024-12-02T20:47:22.504Z | Compiling reqwest v0.12.7 |
1434 | 2024-12-02T20:47:23.938Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-02T20:47:24.794Z | Compiling errno v0.3.9 |
1436 | 2024-12-02T20:47:24.796Z | Compiling dirs-sys-next v0.1.2 |
1437 | 2024-12-02T20:47:25.770Z | Compiling match_cfg v0.1.0 |
1438 | 2024-12-02T20:47:25.772Z | Compiling winnow v0.6.18 |
1439 | 2024-12-02T20:47:31.105Z | Compiling hostname v0.3.1 |
1440 | 2024-12-02T20:47:31.369Z | Compiling dirs-next v2.0.0 |
1441 | 2024-12-02T20:47:31.708Z | Compiling progenitor-client v0.8.0 |
1442 | 2024-12-02T20:47:34.899Z | Compiling parse-display-derive v0.10.0 |
1443 | 2024-12-02T20:47:35.566Z | Compiling ipnetwork v0.20.0 |
1444 | 2024-12-02T20:47:36.795Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1445 | 2024-12-02T20:47:37.631Z | Compiling thread_local v1.1.8 |
1446 | 2024-12-02T20:47:39.510Z | Compiling progenitor v0.8.0 |
1447 | 2024-12-02T20:47:39.659Z | Compiling term v0.7.0 |
1448 | 2024-12-02T20:47:40.683Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-02T20:47:40.775Z | Compiling memmap v0.7.0 |
1450 | 2024-12-02T20:47:41.175Z | Compiling is-terminal v0.4.12 |
1451 | 2024-12-02T20:47:41.297Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-02T20:47:43.862Z | Compiling slog-term v2.9.1 |
1453 | 2024-12-02T20:47:44.296Z | Compiling usdt v0.5.0 |
1454 | 2024-12-02T20:47:45.642Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-02T20:47:46.420Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-02T20:47:46.432Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-02T20:47:47.006Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-12-02T20:47:47.470Z | Compiling winnow v0.5.40 |
1459 | 2024-12-02T20:47:48.044Z | Compiling slog-bunyan v2.5.0 |
1460 | 2024-12-02T20:47:50.480Z | Compiling toml v0.8.19 |
1461 | 2024-12-02T20:47:50.751Z | Compiling toml_edit v0.19.15 |
1462 | 2024-12-02T20:47:51.302Z | Compiling tokio-rustls v0.25.0 |
1463 | 2024-12-02T20:47:54.293Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-02T20:47:54.774Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-02T20:47:55.710Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-02T20:47:55.939Z | Compiling hostname v0.4.0 |
1467 | 2024-12-02T20:48:00.113Z | Compiling proc-macro-crate v1.3.1 |
1468 | 2024-12-02T20:48:00.574Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1469 | 2024-12-02T20:48:00.821Z | Compiling serde_with v3.9.0 |
1470 | 2024-12-02T20:48:03.041Z | Compiling newtype-uuid v1.1.0 |
1471 | 2024-12-02T20:48:03.836Z | Compiling unicode-width v0.1.14 |
1472 | 2024-12-02T20:48:04.580Z | Compiling hex v0.4.3 |
1473 | 2024-12-02T20:48:05.205Z | Compiling clap_derive v4.5.4 |
1474 | 2024-12-02T20:48:05.700Z | Compiling instant v0.1.12 |
1475 | 2024-12-02T20:48:05.852Z | Compiling lazy_static v1.5.0 |
1476 | 2024-12-02T20:48:06.109Z | Compiling utf8parse v0.2.1 |
1477 | 2024-12-02T20:48:06.276Z | Compiling anstyle-parse v0.2.4 |
1478 | 2024-12-02T20:48:07.621Z | Compiling backoff v0.4.0 |
1479 | 2024-12-02T20:48:08.881Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1480 | 2024-12-02T20:48:08.981Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2024-12-02T20:48:09.067Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1482 | 2024-12-02T20:48:09.407Z | Compiling parse-display v0.10.0 |
1483 | 2024-12-02T20:48:09.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1484 | 2024-12-02T20:48:09.551Z | Compiling macaddr v1.0.1 |
1485 | 2024-12-02T20:48:09.672Z | Compiling regress v0.9.1 |
1486 | 2024-12-02T20:48:10.495Z | Compiling num-integer v0.1.46 |
1487 | 2024-12-02T20:48:11.490Z | Compiling anstyle-query v1.0.3 |
1488 | 2024-12-02T20:48:11.576Z | Compiling colorchoice v1.0.1 |
1489 | 2024-12-02T20:48:11.631Z | Compiling anstyle v1.0.7 |
1490 | 2024-12-02T20:48:11.736Z | Compiling unicode-xid v0.2.4 |
1491 | 2024-12-02T20:48:11.908Z | Compiling crucible-workspace-hack v0.1.0 |
1492 | 2024-12-02T20:48:12.085Z | Compiling is_terminal_polyfill v1.70.0 |
1493 | 2024-12-02T20:48:12.276Z | Compiling anstream v0.6.14 |
1494 | 2024-12-02T20:48:14.171Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1495 | 2024-12-02T20:48:14.348Z | Compiling terminal_size v0.3.0 |
1496 | 2024-12-02T20:48:15.955Z | Compiling heapless v0.8.0 |
1497 | 2024-12-02T20:48:17.454Z | Compiling clap_lex v0.7.0 |
1498 | 2024-12-02T20:48:17.829Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-02T20:48:18.509Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-02T20:48:18.592Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-02T20:48:20.344Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-02T20:48:20.578Z | Compiling either v1.13.0 |
1503 | 2024-12-02T20:48:20.742Z | Compiling fastrand v2.1.0 |
1504 | 2024-12-02T20:48:20.973Z | Compiling smoltcp v0.11.0 |
1505 | 2024-12-02T20:48:21.614Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-12-02T20:48:21.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1507 | 2024-12-02T20:48:21.950Z | Compiling clap v4.5.4 |
1508 | 2024-12-02T20:48:22.138Z | Compiling num-rational v0.4.2 |
1509 | 2024-12-02T20:48:23.088Z | Compiling tempfile v3.10.1 |
1510 | 2024-12-02T20:48:23.377Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-02T20:48:24.372Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-02T20:48:24.619Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-02T20:48:24.813Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-02T20:48:25.408Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-02T20:48:25.757Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-02T20:48:25.858Z | Compiling managed v0.8.0 |
1517 | 2024-12-02T20:48:26.043Z | Compiling cobs v0.2.3 |
1518 | 2024-12-02T20:48:26.208Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1519 | 2024-12-02T20:48:26.264Z | Compiling postcard v1.0.9 |
1520 | 2024-12-02T20:48:26.576Z | Compiling num v0.4.3 |
1521 | 2024-12-02T20:48:26.589Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-02T20:48:27.109Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-02T20:48:27.143Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-02T20:48:27.840Z | Compiling proc-macro-error v1.0.4 |
1525 | 2024-12-02T20:48:27.988Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-02T20:48:28.446Z | Compiling pretty-hex v0.2.1 |
1527 | 2024-12-02T20:48:28.612Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1528 | 2024-12-02T20:48:28.754Z | Compiling foreign-types-shared v0.3.1 |
1529 | 2024-12-02T20:48:28.867Z | Compiling prettyplease v0.2.22 |
1530 | 2024-12-02T20:48:29.066Z | Compiling foreign-types v0.5.0 |
1531 | 2024-12-02T20:48:29.559Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-02T20:48:32.823Z | Compiling tabwriter v1.4.0 |
1533 | 2024-12-02T20:48:33.172Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-02T20:48:33.288Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1535 | 2024-12-02T20:48:34.206Z | Compiling cstr-argument v0.1.2 |
1536 | 2024-12-02T20:48:34.347Z | Compiling data-encoding v2.6.0 |
1537 | 2024-12-02T20:48:34.384Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1538 | 2024-12-02T20:48:34.748Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-02T20:48:36.566Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-02T20:48:37.256Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-02T20:48:37.629Z | Compiling colored v2.1.0 |
1542 | 2024-12-02T20:48:38.523Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-02T20:48:38.744Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-02T20:48:38.933Z | Compiling semver v0.1.20 |
1545 | 2024-12-02T20:48:38.955Z | Compiling unicode-segmentation v1.11.0 |
1546 | 2024-12-02T20:48:39.150Z | Compiling static_assertions v1.1.0 |
1547 | 2024-12-02T20:48:39.353Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1548 | 2024-12-02T20:48:39.412Z | Compiling float-ord v0.3.2 |
1549 | 2024-12-02T20:48:39.569Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1550 | 2024-12-02T20:48:39.704Z | Compiling newline-converter v0.3.0 |
1551 | 2024-12-02T20:48:39.886Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1552 | 2024-12-02T20:48:40.136Z | Compiling rustc_version v0.1.7 |
1553 | 2024-12-02T20:48:42.003Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-02T20:48:43.802Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-02T20:48:44.481Z | Compiling itertools v0.10.5 |
1556 | 2024-12-02T20:48:45.010Z | Compiling console v0.15.8 |
1557 | 2024-12-02T20:48:47.211Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-02T20:48:47.784Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-02T20:48:48.863Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-02T20:48:48.977Z | Compiling similar v2.5.0 |
1561 | 2024-12-02T20:48:49.253Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1562 | 2024-12-02T20:48:49.587Z | Compiling base64ct v1.6.0 |
1563 | 2024-12-02T20:48:49.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1564 | 2024-12-02T20:48:50.164Z | Compiling password-hash v0.5.0 |
1565 | 2024-12-02T20:48:51.942Z | Compiling expectorate v1.1.0 |
1566 | 2024-12-02T20:48:52.170Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1567 | 2024-12-02T20:48:52.256Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-12-02T20:48:52.760Z | Compiling zone v0.3.0 |
1569 | 2024-12-02T20:48:54.986Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1570 | 2024-12-02T20:48:55.141Z | Compiling newtype_derive v0.1.6 |
1571 | 2024-12-02T20:48:55.525Z | Compiling zerocopy v0.3.2 |
1572 | 2024-12-02T20:48:55.762Z | Compiling blake2 v0.10.6 |
1573 | 2024-12-02T20:48:55.776Z | Compiling cargo-platform v0.1.8 |
1574 | 2024-12-02T20:48:55.957Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-12-02T20:48:56.225Z | Compiling smf v0.2.3 |
1576 | 2024-12-02T20:48:56.831Z | Compiling serde_repr v0.1.19 |
1577 | 2024-12-02T20:48:56.901Z | Compiling zerocopy-derive v0.6.6 |
1578 | 2024-12-02T20:48:57.941Z | Compiling vergen v8.3.2 |
1579 | 2024-12-02T20:48:58.262Z | Compiling whoami v1.5.1 |
1580 | 2024-12-02T20:48:58.516Z | Compiling owo-colors v4.1.0 |
1581 | 2024-12-02T20:48:58.613Z | Compiling cancel-safe-futures v0.1.5 |
1582 | 2024-12-02T20:48:58.795Z | Compiling base64 v0.21.7 |
1583 | 2024-12-02T20:48:58.874Z | Compiling fixedbitset v0.4.2 |
1584 | 2024-12-02T20:48:59.035Z | Compiling zerocopy v0.6.6 |
1585 | 2024-12-02T20:48:59.578Z | Compiling petgraph v0.6.5 |
1586 | 2024-12-02T20:48:59.779Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-02T20:48:59.791Z | Compiling argon2 v0.5.3 |
1588 | 2024-12-02T20:48:59.840Z | Compiling cargo_metadata v0.18.1 |
1589 | 2024-12-02T20:49:00.210Z | Compiling dof v0.1.5 |
1590 | 2024-12-02T20:49:02.710Z | Compiling rustc_version v0.4.0 |
1591 | 2024-12-02T20:49:02.790Z | Compiling serde-big-array v0.5.1 |
1592 | 2024-12-02T20:49:03.020Z | Compiling dtrace-parser v0.1.14 |
1593 | 2024-12-02T20:49:03.043Z | Compiling strum_macros v0.25.3 |
1594 | 2024-12-02T20:49:03.185Z | Compiling libsqlite3-sys v0.30.1 |
1595 | 2024-12-02T20:49:03.427Z | Compiling slog-dtrace v0.3.0 |
1596 | 2024-12-02T20:49:03.706Z | Compiling cookie v0.18.1 |
1597 | 2024-12-02T20:49:03.774Z | Compiling cfg_aliases v0.2.1 |
1598 | 2024-12-02T20:49:03.868Z | Compiling rustls v0.21.12 |
1599 | 2024-12-02T20:49:04.042Z | Compiling convert_case v0.4.0 |
1600 | 2024-12-02T20:49:04.523Z | Compiling nix v0.29.0 |
1601 | 2024-12-02T20:49:04.704Z | Compiling derive_more v0.99.18 |
1602 | 2024-12-02T20:49:06.090Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-12-02T20:49:06.180Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1604 | 2024-12-02T20:49:06.256Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1605 | 2024-12-02T20:49:07.980Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-02T20:49:08.998Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-12-02T20:49:09.617Z | Compiling atomicwrites v0.4.4 |
1608 | 2024-12-02T20:49:10.049Z | Compiling itertools v0.13.0 |
1609 | 2024-12-02T20:49:10.415Z | Compiling libsw v3.3.1 |
1610 | 2024-12-02T20:49:10.554Z | Compiling idna v0.4.0 |
1611 | 2024-12-02T20:49:10.708Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2024-12-02T20:49:11.181Z | Compiling rustls-webpki v0.101.7 |
1613 | 2024-12-02T20:49:13.352Z | Compiling sct v0.7.1 |
1614 | 2024-12-02T20:49:13.744Z | Compiling derive-where v1.2.7 |
1615 | 2024-12-02T20:49:14.011Z | Compiling enum-as-inner v0.6.0 |
1616 | 2024-12-02T20:49:14.160Z | Compiling inout v0.1.3 |
1617 | 2024-12-02T20:49:14.350Z | Compiling radium v0.7.0 |
1618 | 2024-12-02T20:49:14.796Z | Compiling linked-hash-map v0.5.6 |
1619 | 2024-12-02T20:49:14.831Z | Compiling utf-8 v0.7.6 |
1620 | 2024-12-02T20:49:14.951Z | Compiling swrite v0.1.0 |
1621 | 2024-12-02T20:49:15.075Z | Compiling indent_write v2.2.0 |
1622 | 2024-12-02T20:49:15.095Z | Compiling quick-error v1.2.3 |
1623 | 2024-12-02T20:49:15.108Z | Compiling highway v1.2.0 |
1624 | 2024-12-02T20:49:15.145Z | Compiling linear-map v1.2.0 |
1625 | 2024-12-02T20:49:15.225Z | Compiling resolv-conf v0.7.0 |
1626 | 2024-12-02T20:49:15.270Z | Compiling hickory-proto v0.24.1 |
1627 | 2024-12-02T20:49:15.505Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-12-02T20:49:16.469Z | Compiling lru-cache v0.1.2 |
1629 | 2024-12-02T20:49:16.658Z | Compiling tungstenite v0.21.0 |
1630 | 2024-12-02T20:49:16.661Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-12-02T20:49:16.689Z | Compiling cipher v0.4.4 |
1632 | 2024-12-02T20:49:19.831Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-02T20:49:21.423Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-02T20:49:25.206Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-02T20:49:26.745Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2024-12-02T20:49:28.852Z | Compiling git2 v0.19.0 |
1637 | 2024-12-02T20:49:29.542Z | Compiling steno v0.4.1 |
1638 | 2024-12-02T20:49:34.482Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-02T20:49:35.355Z | Compiling crossbeam-epoch v0.9.18 |
1640 | 2024-12-02T20:49:36.371Z | Compiling hashlink v0.9.1 |
1641 | 2024-12-02T20:49:36.560Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1642 | 2024-12-02T20:49:36.651Z | Compiling humantime v2.1.0 |
1643 | 2024-12-02T20:49:37.039Z | Compiling fallible-iterator v0.3.0 |
1644 | 2024-12-02T20:49:37.418Z | Compiling rayon-core v1.12.1 |
1645 | 2024-12-02T20:49:37.749Z | Compiling tap v1.0.1 |
1646 | 2024-12-02T20:49:37.760Z | Compiling fallible-streaming-iterator v0.1.9 |
1647 | 2024-12-02T20:49:37.904Z | Compiling wyz v0.5.1 |
1648 | 2024-12-02T20:49:38.010Z | Compiling rusqlite v0.32.1 |
1649 | 2024-12-02T20:49:38.310Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1650 | 2024-12-02T20:49:41.258Z | Compiling crossbeam-deque v0.8.5 |
1651 | 2024-12-02T20:49:41.482Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-12-02T20:49:41.817Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-12-02T20:49:42.224Z | Compiling hickory-resolver v0.24.1 |
1654 | 2024-12-02T20:49:42.401Z | Compiling tokio-tungstenite v0.21.0 |
1655 | 2024-12-02T20:49:42.945Z | Compiling usdt-attr-macro v0.3.5 |
1656 | 2024-12-02T20:49:43.124Z | Compiling usdt-macro v0.3.5 |
1657 | 2024-12-02T20:49:43.352Z | Compiling rustls-pemfile v1.0.4 |
1658 | 2024-12-02T20:49:44.036Z | Compiling twox-hash v1.6.3 |
1659 | 2024-12-02T20:49:44.353Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1660 | 2024-12-02T20:49:44.382Z | Compiling num_enum_derive v0.7.2 |
1661 | 2024-12-02T20:49:44.946Z | Compiling universal-hash v0.5.1 |
1662 | 2024-12-02T20:49:45.157Z | Compiling atty v0.2.14 |
1663 | 2024-12-02T20:49:45.299Z | Compiling opaque-debug v0.3.1 |
1664 | 2024-12-02T20:49:46.710Z | Compiling funty v2.0.0 |
1665 | 2024-12-02T20:49:48.019Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1666 | 2024-12-02T20:49:48.410Z | Compiling bitvec v1.0.1 |
1667 | 2024-12-02T20:49:48.552Z | Compiling num_enum v0.7.2 |
1668 | 2024-12-02T20:49:48.992Z | Compiling polyval v0.6.2 |
1669 | 2024-12-02T20:49:49.480Z | Compiling usdt v0.3.5 |
1670 | 2024-12-02T20:49:49.932Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1671 | 2024-12-02T20:49:53.385Z | Compiling aes v0.8.4 |
1672 | 2024-12-02T20:49:53.463Z | Compiling ctr v0.9.2 |
1673 | 2024-12-02T20:49:53.786Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1674 | 2024-12-02T20:49:54.199Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1675 | 2024-12-02T20:49:55.771Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1676 | 2024-12-02T20:49:56.746Z | Compiling bincode v1.3.3 |
1677 | 2024-12-02T20:49:57.709Z | Compiling aead v0.5.2 |
1678 | 2024-12-02T20:49:58.019Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1679 | 2024-12-02T20:49:58.189Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1680 | 2024-12-02T20:49:58.632Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1681 | 2024-12-02T20:49:58.956Z | Compiling aes-gcm-siv v0.11.1 |
1682 | 2024-12-02T20:49:59.229Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
1683 | 2024-12-02T20:49:59.533Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1684 | 2024-12-02T20:50:01.680Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1685 | 2024-12-02T20:50:02.190Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1686 | 2024-12-02T20:50:04.448Z | Compiling toml v0.7.8 |
1687 | 2024-12-02T20:50:09.157Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1688 | 2024-12-02T20:50:09.499Z | Compiling rayon v1.10.0 |
1689 | 2024-12-02T20:50:09.802Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1690 | 2024-12-02T20:50:09.878Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1691 | 2024-12-02T20:50:10.136Z | Compiling bitstruct_derive v0.1.0 |
1692 | 2024-12-02T20:50:10.348Z | Compiling async-recursion v1.1.1 |
1693 | 2024-12-02T20:50:11.442Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1694 | 2024-12-02T20:50:11.583Z | Compiling ringbuffer v0.15.0 |
1695 | 2024-12-02T20:50:11.807Z | Compiling typeid v1.0.0 |
1696 | 2024-12-02T20:50:11.971Z | Compiling ascii v1.1.0 |
1697 | 2024-12-02T20:50:12.184Z | Compiling erased-serde v0.4.5 |
1698 | 2024-12-02T20:50:12.649Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1699 | 2024-12-02T20:50:13.615Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-02T20:50:13.979Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-02T20:50:14.501Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-02T20:50:14.666Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1703 | 2024-12-02T20:50:14.788Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1704 | 2024-12-02T20:50:15.031Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1705 | 2024-12-02T20:50:15.320Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1706 | 2024-12-02T20:50:15.465Z | Compiling const_format_proc_macros v0.2.32 |
1707 | 2024-12-02T20:50:16.498Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1708 | 2024-12-02T20:50:17.275Z | Compiling serde_arrays v0.1.0 |
1709 | 2024-12-02T20:50:17.459Z | Compiling kstat-rs v0.2.4 |
1710 | 2024-12-02T20:50:17.546Z | Compiling libloading v0.7.4 |
1711 | 2024-12-02T20:50:17.941Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1712 | 2024-12-02T20:50:18.305Z | Compiling const_format v0.2.32 |
1713 | 2024-12-02T20:50:19.503Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1714 | 2024-12-02T20:50:20.145Z | Compiling ron v0.8.1 |
1715 | 2024-12-02T20:50:20.772Z | Compiling bit_field v0.10.2 |
1716 | 2024-12-02T20:50:21.027Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1717 | 2024-12-02T20:50:23.339Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1718 | 2024-12-02T20:50:36.613Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1719 | 2024-12-02T20:50:36.877Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1720 | 2024-12-02T20:51:39.871Z | Finished `release` profile [optimized] target(s) in 5m 37s |
1721 | 2024-12-02T20:51:40.008Z | |
1722 | 2024-12-02T20:51:40.010Z | real 5:37.324676727 |
1723 | 2024-12-02T20:51:40.010Z | user 40:31.578120098 |
1724 | 2024-12-02T20:51:40.010Z | sys 2:20.976302048 |
1725 | 2024-12-02T20:51:40.010Z | trap 1.162544826 |
1726 | 2024-12-02T20:51:40.010Z | tflt 2.541392164 |
1727 | 2024-12-02T20:51:40.010Z | dflt 0.613044637 |
1728 | 2024-12-02T20:51:40.010Z | kflt 0.059024592 |
1729 | 2024-12-02T20:51:40.010Z | lock 1:27:58.323453364 |
1730 | 2024-12-02T20:51:40.010Z | slp 2:25:20.498986728 |
1731 | 2024-12-02T20:51:40.010Z | lat 1:52.354133881 |
1732 | 2024-12-02T20:51:40.010Z | stop 1:49.148164220 |
1733 | 2024-12-02T20:51:40.010Z | + OUTDIR=/work/release |
1734 | 2024-12-02T20:51:40.010Z | + mkdir -p /work/release |
1735 | 2024-12-02T20:51:40.013Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-02T20:51:40.027Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-02T20:51:40.094Z | process exited: duration 564976 ms, exit code 0 |
|
1738 | 2024-12-02T20:51:40.099Z | found 2 output files |
1739 | 2024-12-02T20:51:40.099Z | uploading: /work/release/propolis-cli (14468936 bytes) |
1740 | 2024-12-02T20:51:41.348Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-02T20:51:41.350Z | uploading: /work/release/propolis-server (58345288 bytes) |
1742 | 2024-12-02T20:51:43.207Z | uploaded: /work/release/propolis-server |