|
|
|
1 | 2024-11-07T13:48:34.509Z | job assigned to worker 01JC3E2S9HQ8CV32WD0CYY8XNP (queued for 1 m 4 s) |
|
2 | 2024-11-07T13:48:42.421Z | starting task 0: "setup" |
3 | 2024-11-07T13:48:42.430Z | ++ uname -s |
4 | 2024-11-07T13:48:42.432Z | + kern=SunOS |
5 | 2024-11-07T13:48:42.432Z | + case "$kern" in |
6 | 2024-11-07T13:48:42.432Z | + groupadd -g 12345 build |
7 | 2024-11-07T13:48:42.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T13:48:44.443Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T13:48:44.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T13:48:44.598Z | + home_fs=zfs |
11 | 2024-11-07T13:48:44.598Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T13:48:44.598Z | + mkdir -p /home/build |
13 | 2024-11-07T13:48:44.600Z | + chown build:build /home/build /work |
14 | 2024-11-07T13:48:46.601Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T13:48:46.604Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2024-11-07T13:48:46.610Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T13:48:46.615Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-07T13:48:46.615Z | * toolchain channel = "1.70.0" |
19 | 2024-11-07T13:48:46.615Z | * toolchain profile = "default" |
20 | 2024-11-07T13:48:46.615Z | ' 1.70.0 |
21 | 2024-11-07T13:48:46.615Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-07T13:48:46.615Z | ' default |
23 | 2024-11-07T13:48:46.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T13:48:46.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
25 | 2024-11-07T13:48:46.917Z | info: downloading installer |
26 | 2024-11-07T13:48:48.622Z | info: profile set to 'default' |
27 | 2024-11-07T13:48:48.622Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T13:48:48.625Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
29 | 2024-11-07T13:48:48.782Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
30 | 2024-11-07T13:48:48.782Z | info: downloading component 'cargo' |
31 | 2024-11-07T13:48:49.599Z | info: downloading component 'clippy' |
32 | 2024-11-07T13:48:49.906Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T13:48:51.044Z | info: downloading component 'rust-std' |
34 | 2024-11-07T13:48:53.245Z | info: downloading component 'rustc' |
35 | 2024-11-07T13:48:58.108Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T13:48:58.373Z | info: installing component 'cargo' |
37 | 2024-11-07T13:48:59.106Z | info: installing component 'clippy' |
38 | 2024-11-07T13:48:59.453Z | info: installing component 'rust-docs' |
39 | 2024-11-07T13:49:00.878Z | info: installing component 'rust-std' |
40 | 2024-11-07T13:49:02.814Z | info: installing component 'rustc' |
41 | 2024-11-07T13:49:06.734Z | info: installing component 'rustfmt' |
42 | 2024-11-07T13:49:07.076Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
43 | 2024-11-07T13:49:07.076Z | |
44 | 2024-11-07T13:49:07.355Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
45 | 2024-11-07T13:49:07.356Z | |
46 | 2024-11-07T13:49:07.359Z | |
47 | 2024-11-07T13:49:07.359Z | Rust is installed now. Great! |
48 | 2024-11-07T13:49:07.359Z | |
49 | 2024-11-07T13:49:07.359Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T13:49:07.359Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T13:49:07.359Z | |
52 | 2024-11-07T13:49:07.359Z | To configure your current shell, you need to source |
53 | 2024-11-07T13:49:07.360Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T13:49:07.360Z | |
55 | 2024-11-07T13:49:07.360Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T13:49:07.360Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T13:49:07.360Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T13:49:07.408Z | + rustc --version |
59 | 2024-11-07T13:49:07.469Z | rustc 1.70.0 (90c541806 2023-05-31) |
60 | 2024-11-07T13:49:07.472Z | process exited: duration 20858 ms, exit code 0 |
|
61 | 2024-11-07T13:49:07.477Z | starting task 2: "authentication" |
62 | 2024-11-07T13:49:07.503Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-11-07T13:49:07.508Z | starting task 3: "clone repository" |
64 | 2024-11-07T13:49:07.512Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2024-11-07T13:49:07.515Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2024-11-07T13:49:09.123Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2024-11-07T13:49:12.246Z | + cd /work/oxidecomputer/crucible |
68 | 2024-11-07T13:49:12.246Z | + git fetch origin 311c3ca2c97d568407ae06780269d96fcfdd3a7c |
69 | 2024-11-07T13:49:12.563Z | From https://github.com/oxidecomputer/crucible |
70 | 2024-11-07T13:49:12.563Z | * branch 311c3ca2c97d568407ae06780269d96fcfdd3a7c -> FETCH_HEAD |
71 | 2024-11-07T13:49:12.570Z | + [[ -n renovate/tokio-1.x-lockfile ]] |
72 | 2024-11-07T13:49:12.572Z | ++ git branch --show-current |
73 | 2024-11-07T13:49:12.575Z | + current=main |
74 | 2024-11-07T13:49:12.575Z | + [[ main != renovate/tokio-1.x-lockfile ]] |
75 | 2024-11-07T13:49:12.575Z | + git branch -f renovate/tokio-1.x-lockfile 311c3ca2c97d568407ae06780269d96fcfdd3a7c |
76 | 2024-11-07T13:49:12.577Z | + git checkout -f renovate/tokio-1.x-lockfile |
77 | 2024-11-07T13:49:12.599Z | Switched to branch 'renovate/tokio-1.x-lockfile' |
78 | 2024-11-07T13:49:12.609Z | + git reset --hard 311c3ca2c97d568407ae06780269d96fcfdd3a7c |
79 | 2024-11-07T13:49:12.613Z | HEAD is now at 311c3ca Update Rust crate tokio to v1.41.1 |
80 | 2024-11-07T13:49:12.616Z | process exited: duration 5104 ms, exit code 0 |
|
81 | 2024-11-07T13:49:12.623Z | starting task 4: "build" |
82 | 2024-11-07T13:49:12.626Z | + cargo --version |
83 | 2024-11-07T13:49:12.631Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-07T13:49:12.918Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-07T13:49:12.918Z | info: downloading component 'cargo' |
86 | 2024-11-07T13:49:14.299Z | info: downloading component 'clippy' |
87 | 2024-11-07T13:49:14.838Z | info: downloading component 'rust-docs' |
88 | 2024-11-07T13:49:16.666Z | info: downloading component 'rust-std' |
89 | 2024-11-07T13:49:18.576Z | info: downloading component 'rustc' |
90 | 2024-11-07T13:49:25.378Z | info: downloading component 'rustfmt' |
91 | 2024-11-07T13:49:25.621Z | info: installing component 'cargo' |
92 | 2024-11-07T13:49:26.448Z | info: installing component 'clippy' |
93 | 2024-11-07T13:49:26.842Z | info: installing component 'rust-docs' |
94 | 2024-11-07T13:49:28.534Z | info: installing component 'rust-std' |
95 | 2024-11-07T13:49:30.443Z | info: installing component 'rustc' |
96 | 2024-11-07T13:49:36.380Z | info: installing component 'rustfmt' |
97 | 2024-11-07T13:49:36.794Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-07T13:49:36.797Z | + rustc --version |
99 | 2024-11-07T13:49:36.864Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-07T13:49:36.868Z | + banner cores |
101 | 2024-11-07T13:49:36.992Z | |
102 | 2024-11-07T13:49:36.992Z | #### #### ##### ###### #### |
103 | 2024-11-07T13:49:36.992Z | # # # # # # # # |
104 | 2024-11-07T13:49:36.992Z | # # # # # ##### #### |
105 | 2024-11-07T13:49:36.992Z | # # # ##### # # |
106 | 2024-11-07T13:49:36.992Z | # # # # # # # # # |
107 | 2024-11-07T13:49:36.992Z | #### #### # # ###### #### |
108 | 2024-11-07T13:49:36.992Z | |
109 | 2024-11-07T13:49:36.995Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
110 | 2024-11-07T13:49:37.004Z | + banner build |
111 | 2024-11-07T13:49:37.008Z | |
112 | 2024-11-07T13:49:37.008Z | ##### # # # # ##### |
113 | 2024-11-07T13:49:37.008Z | # # # # # # # # |
114 | 2024-11-07T13:49:37.008Z | ##### # # # # # # |
115 | 2024-11-07T13:49:37.008Z | # # # # # # # # |
116 | 2024-11-07T13:49:37.008Z | # # # # # # # # |
117 | 2024-11-07T13:49:37.008Z | ##### #### # ###### ##### |
118 | 2024-11-07T13:49:37.008Z | |
119 | 2024-11-07T13:49:37.008Z | + ptime -m cargo build --verbose --all-features |
120 | 2024-11-07T13:49:37.160Z | Updating crates.io index |
121 | 2024-11-07T13:49:37.206Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
122 | 2024-11-07T13:49:43.945Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
123 | 2024-11-07T13:49:44.396Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2024-11-07T13:49:45.271Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
125 | 2024-11-07T13:49:45.605Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
126 | 2024-11-07T13:49:46.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
127 | 2024-11-07T13:49:46.487Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
128 | 2024-11-07T13:49:47.222Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
129 | 2024-11-07T13:49:49.425Z | Updating git repository `https://github.com/oxidecomputer/opte` |
130 | 2024-11-07T13:49:50.439Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2024-11-07T13:49:51.123Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
132 | 2024-11-07T13:49:51.521Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
133 | 2024-11-07T13:49:51.881Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
134 | 2024-11-07T13:49:52.268Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
135 | 2024-11-07T13:49:52.573Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
136 | 2024-11-07T13:49:53.803Z | Downloading crates ... |
137 | 2024-11-07T13:49:53.924Z | Downloaded ahash v0.8.6 |
138 | 2024-11-07T13:49:53.932Z | Downloaded bytecheck_derive v0.6.11 |
139 | 2024-11-07T13:49:53.934Z | Downloaded cstr-argument v0.1.2 |
140 | 2024-11-07T13:49:53.934Z | Downloaded atty v0.2.14 |
141 | 2024-11-07T13:49:53.936Z | Downloaded memoffset v0.9.0 |
142 | 2024-11-07T13:49:53.938Z | Downloaded mime v0.3.17 |
143 | 2024-11-07T13:49:53.939Z | Downloaded embedded-io v0.4.0 |
144 | 2024-11-07T13:49:53.941Z | Downloaded mime_guess v2.0.5 |
145 | 2024-11-07T13:49:53.943Z | Downloaded dtrace-parser v0.2.0 |
146 | 2024-11-07T13:49:53.943Z | Downloaded memmap2 v0.9.4 |
147 | 2024-11-07T13:49:53.946Z | Downloaded openssl-macros v0.1.1 |
148 | 2024-11-07T13:49:53.949Z | Downloaded opaque-debug v0.3.0 |
149 | 2024-11-07T13:49:53.949Z | Downloaded newline-converter v0.3.0 |
150 | 2024-11-07T13:49:53.951Z | Downloaded atomic-waker v1.1.2 |
151 | 2024-11-07T13:49:53.951Z | Downloaded cargo_metadata v0.18.1 |
152 | 2024-11-07T13:49:53.954Z | Downloaded ptr_meta_derive v0.1.4 |
153 | 2024-11-07T13:49:53.956Z | Downloaded cpufeatures v0.2.12 |
154 | 2024-11-07T13:49:53.956Z | Downloaded cfg-if v1.0.0 |
155 | 2024-11-07T13:49:53.959Z | Downloaded pretty-hex v0.4.1 |
156 | 2024-11-07T13:49:53.959Z | Downloaded num_cpus v1.16.0 |
157 | 2024-11-07T13:49:53.961Z | Downloaded powerfmt v0.2.0 |
158 | 2024-11-07T13:49:53.964Z | Downloaded num_enum v0.7.3 |
159 | 2024-11-07T13:49:53.968Z | Downloaded proc-macro-crate v1.3.1 |
160 | 2024-11-07T13:49:53.971Z | Downloaded cancel-safe-futures v0.1.5 |
161 | 2024-11-07T13:49:53.973Z | Downloaded phf_generator v0.11.2 |
162 | 2024-11-07T13:49:53.976Z | Downloaded pkg-config v0.3.27 |
163 | 2024-11-07T13:49:53.978Z | Downloaded borsh-derive v1.3.0 |
164 | 2024-11-07T13:49:53.981Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
165 | 2024-11-07T13:49:53.983Z | Downloaded pin-project-lite v0.2.13 |
166 | 2024-11-07T13:49:53.987Z | Downloaded quote v1.0.37 |
167 | 2024-11-07T13:49:53.990Z | Downloaded pest_derive v2.7.6 |
168 | 2024-11-07T13:49:53.993Z | Downloaded proc-macro2 v1.0.86 |
169 | 2024-11-07T13:49:53.996Z | Downloaded tap v1.0.1 |
170 | 2024-11-07T13:49:53.998Z | Downloaded derive-where v1.2.7 |
171 | 2024-11-07T13:49:54.001Z | Downloaded try-lock v0.2.4 |
172 | 2024-11-07T13:49:54.003Z | Downloaded aes-gcm-siv v0.11.1 |
173 | 2024-11-07T13:49:54.006Z | Downloaded darling_core v0.20.3 |
174 | 2024-11-07T13:49:54.011Z | Downloaded num-conv v0.1.0 |
175 | 2024-11-07T13:49:54.014Z | Downloaded async-stream-impl v0.3.5 |
176 | 2024-11-07T13:49:54.014Z | Downloaded newtype_derive v0.1.6 |
177 | 2024-11-07T13:49:54.016Z | Downloaded number_prefix v0.4.0 |
178 | 2024-11-07T13:49:54.019Z | Downloaded atomicwrites v0.4.4 |
179 | 2024-11-07T13:49:54.019Z | Downloaded openssl-probe v0.1.5 |
180 | 2024-11-07T13:49:54.019Z | Downloaded num_threads v0.1.6 |
181 | 2024-11-07T13:49:54.022Z | Downloaded ahash v0.7.7 |
182 | 2024-11-07T13:49:54.024Z | Downloaded bytes v1.8.0 |
183 | 2024-11-07T13:49:54.029Z | Downloaded opentelemetry v0.21.0 |
184 | 2024-11-07T13:49:54.033Z | Downloaded num v0.4.3 |
185 | 2024-11-07T13:49:54.036Z | Downloaded anstyle v1.0.8 |
186 | 2024-11-07T13:49:54.038Z | Downloaded progenitor-client v0.8.0 |
187 | 2024-11-07T13:49:54.040Z | Downloaded ptr_meta v0.1.4 |
188 | 2024-11-07T13:49:54.040Z | Downloaded clap_lex v0.7.0 |
189 | 2024-11-07T13:49:54.040Z | Downloaded pretty-hex v0.2.1 |
190 | 2024-11-07T13:49:54.043Z | Downloaded darling_macro v0.20.3 |
191 | 2024-11-07T13:49:54.043Z | Downloaded want v0.3.1 |
192 | 2024-11-07T13:49:54.045Z | Downloaded foreign-types-macros v0.2.3 |
193 | 2024-11-07T13:49:54.047Z | Downloaded convert_case v0.4.0 |
194 | 2024-11-07T13:49:54.047Z | Downloaded bitflags v1.3.2 |
195 | 2024-11-07T13:49:54.050Z | Downloaded zeroize v1.7.0 |
196 | 2024-11-07T13:49:54.053Z | Downloaded allocator-api2 v0.2.16 |
197 | 2024-11-07T13:49:54.055Z | Downloaded futures-executor v0.3.31 |
198 | 2024-11-07T13:49:54.058Z | Downloaded foreign-types v0.5.0 |
199 | 2024-11-07T13:49:54.058Z | Downloaded take_mut v0.2.2 |
200 | 2024-11-07T13:49:54.061Z | Downloaded ordered-float v2.10.1 |
201 | 2024-11-07T13:49:54.061Z | Downloaded num_enum v0.5.11 |
202 | 2024-11-07T13:49:54.066Z | Downloaded utf8-width v0.1.6 |
203 | 2024-11-07T13:49:54.069Z | Downloaded pin-utils v0.1.0 |
204 | 2024-11-07T13:49:54.069Z | Downloaded phf v0.11.2 |
205 | 2024-11-07T13:49:54.072Z | Downloaded phf_shared v0.11.2 |
206 | 2024-11-07T13:49:54.072Z | Downloaded cipher v0.4.4 |
207 | 2024-11-07T13:49:54.076Z | Downloaded heck v0.5.0 |
208 | 2024-11-07T13:49:54.076Z | Downloaded native-tls v0.2.11 |
209 | 2024-11-07T13:49:54.078Z | Downloaded human_bytes v0.4.3 |
210 | 2024-11-07T13:49:54.081Z | Downloaded typenum v1.17.0 |
211 | 2024-11-07T13:49:54.085Z | Downloaded proc-macro-error-attr v1.0.4 |
212 | 2024-11-07T13:49:54.085Z | Downloaded proc-macro-crate v2.0.0 |
213 | 2024-11-07T13:49:54.087Z | Downloaded hyper-tls v0.6.0 |
214 | 2024-11-07T13:49:54.087Z | Downloaded crypto-common v0.1.6 |
215 | 2024-11-07T13:49:54.090Z | Downloaded bytecheck v0.6.11 |
216 | 2024-11-07T13:49:54.090Z | Downloaded arrayvec v0.7.4 |
217 | 2024-11-07T13:49:54.093Z | Downloaded glob v0.3.1 |
218 | 2024-11-07T13:49:54.095Z | Downloaded futures-io v0.3.31 |
219 | 2024-11-07T13:49:54.095Z | Downloaded ctr v0.9.2 |
220 | 2024-11-07T13:49:54.098Z | Downloaded defmt-parser v0.3.4 |
221 | 2024-11-07T13:49:54.101Z | Downloaded urlencoding v2.1.3 |
222 | 2024-11-07T13:49:54.101Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-11-07T13:49:54.103Z | Downloaded rustc_version v0.1.7 |
224 | 2024-11-07T13:49:54.103Z | Downloaded resolv-conf v0.7.0 |
225 | 2024-11-07T13:49:54.107Z | Downloaded rustc_version v0.4.0 |
226 | 2024-11-07T13:49:54.107Z | Downloaded once_cell v1.19.0 |
227 | 2024-11-07T13:49:54.111Z | Downloaded percent-encoding v2.3.1 |
228 | 2024-11-07T13:49:54.111Z | Downloaded num_enum_derive v0.5.11 |
229 | 2024-11-07T13:49:54.113Z | Downloaded proc-macro-error v1.0.4 |
230 | 2024-11-07T13:49:54.116Z | Downloaded vte_generate_state_changes v0.1.1 |
231 | 2024-11-07T13:49:54.119Z | Downloaded lock_api v0.4.11 |
232 | 2024-11-07T13:49:54.119Z | Downloaded plain v0.2.3 |
233 | 2024-11-07T13:49:54.122Z | Downloaded zone_cfg_derive v0.3.0 |
234 | 2024-11-07T13:49:54.122Z | Downloaded rustc-hash v2.0.0 |
235 | 2024-11-07T13:49:54.124Z | Downloaded ident_case v1.0.1 |
236 | 2024-11-07T13:49:54.124Z | Downloaded camino v1.1.9 |
237 | 2024-11-07T13:49:54.126Z | Downloaded backoff v0.4.0 |
238 | 2024-11-07T13:49:54.129Z | Downloaded sigpipe v0.1.3 |
239 | 2024-11-07T13:49:54.131Z | Downloaded hex v0.4.3 |
240 | 2024-11-07T13:49:54.134Z | Downloaded humantime v2.1.0 |
241 | 2024-11-07T13:49:54.136Z | Downloaded rand_chacha v0.1.1 |
242 | 2024-11-07T13:49:54.136Z | Downloaded hyper-staticfile v0.10.1 |
243 | 2024-11-07T13:49:54.138Z | Downloaded is-terminal v0.4.12 |
244 | 2024-11-07T13:49:54.141Z | Downloaded match_cfg v0.1.0 |
245 | 2024-11-07T13:49:54.143Z | Downloaded scroll_derive v0.12.0 |
246 | 2024-11-07T13:49:54.143Z | Downloaded anyhow v1.0.92 |
247 | 2024-11-07T13:49:54.147Z | Downloaded smf v0.2.3 |
248 | 2024-11-07T13:49:54.149Z | Downloaded usdt v0.5.0 |
249 | 2024-11-07T13:49:54.151Z | Downloaded slog-dtrace v0.3.0 |
250 | 2024-11-07T13:49:54.154Z | Downloaded parking_lot v0.12.1 |
251 | 2024-11-07T13:49:54.156Z | Downloaded dirs v4.0.0 |
252 | 2024-11-07T13:49:54.156Z | Downloaded time-core v0.1.2 |
253 | 2024-11-07T13:49:54.159Z | Downloaded bincode v1.3.3 |
254 | 2024-11-07T13:49:54.161Z | Downloaded sync_wrapper v1.0.1 |
255 | 2024-11-07T13:49:54.161Z | Downloaded sha2 v0.10.8 |
256 | 2024-11-07T13:49:54.164Z | Downloaded embedded-io v0.6.1 |
257 | 2024-11-07T13:49:54.166Z | Downloaded waitgroup v0.1.2 |
258 | 2024-11-07T13:49:54.169Z | Downloaded time-macros v0.2.18 |
259 | 2024-11-07T13:49:54.171Z | Downloaded syn_derive v0.1.8 |
260 | 2024-11-07T13:49:54.171Z | Downloaded heck v0.4.1 |
261 | 2024-11-07T13:49:54.174Z | Downloaded universal-hash v0.5.1 |
262 | 2024-11-07T13:49:54.174Z | Downloaded rand_pcg v0.1.2 |
263 | 2024-11-07T13:49:54.176Z | Downloaded rand_os v0.1.3 |
264 | 2024-11-07T13:49:54.178Z | Downloaded xattr v1.0.1 |
265 | 2024-11-07T13:49:54.180Z | Downloaded log v0.4.22 |
266 | 2024-11-07T13:49:54.183Z | Downloaded zerocopy-derive v0.7.32 |
267 | 2024-11-07T13:49:54.187Z | Downloaded stable_deref_trait v1.2.0 |
268 | 2024-11-07T13:49:54.189Z | Downloaded tokio-macros v2.4.0 |
269 | 2024-11-07T13:49:54.191Z | Downloaded http-range v0.1.5 |
270 | 2024-11-07T13:49:54.191Z | Downloaded usdt-macro v0.5.0 |
271 | 2024-11-07T13:49:54.191Z | Downloaded semver v1.0.23 |
272 | 2024-11-07T13:49:54.194Z | Downloaded futures-task v0.3.31 |
273 | 2024-11-07T13:49:54.197Z | Downloaded portable-atomic v1.5.1 |
274 | 2024-11-07T13:49:54.202Z | Downloaded smallvec v1.13.2 |
275 | 2024-11-07T13:49:54.205Z | Downloaded derive_more v0.99.18 |
276 | 2024-11-07T13:49:54.210Z | Downloaded strsim v0.10.0 |
277 | 2024-11-07T13:49:54.213Z | Downloaded rend v0.4.1 |
278 | 2024-11-07T13:49:54.215Z | Downloaded tempfile v3.8.1 |
279 | 2024-11-07T13:49:54.218Z | Downloaded rand_core v0.4.2 |
280 | 2024-11-07T13:49:54.218Z | Downloaded hubpack_derive v0.1.1 |
281 | 2024-11-07T13:49:54.220Z | Downloaded tinyvec v1.6.0 |
282 | 2024-11-07T13:49:54.223Z | Downloaded which v4.4.2 |
283 | 2024-11-07T13:49:54.225Z | Downloaded typify-macro v0.2.0 |
284 | 2024-11-07T13:49:54.225Z | Downloaded httpdate v1.0.3 |
285 | 2024-11-07T13:49:54.228Z | Downloaded tower-service v0.3.2 |
286 | 2024-11-07T13:49:54.230Z | Downloaded rand_xorshift v0.1.1 |
287 | 2024-11-07T13:49:54.230Z | Downloaded rand_jitter v0.1.4 |
288 | 2024-11-07T13:49:54.232Z | Downloaded strip-ansi-escapes v0.2.0 |
289 | 2024-11-07T13:49:54.235Z | Downloaded futures-core v0.3.31 |
290 | 2024-11-07T13:49:54.235Z | Downloaded hyper-util v0.1.9 |
291 | 2024-11-07T13:49:54.239Z | Downloaded slab v0.4.9 |
292 | 2024-11-07T13:49:54.242Z | Downloaded seahash v4.1.0 |
293 | 2024-11-07T13:49:54.244Z | Downloaded sct v0.7.1 |
294 | 2024-11-07T13:49:54.247Z | Downloaded static_assertions v1.1.0 |
295 | 2024-11-07T13:49:54.249Z | Downloaded equivalent v1.0.1 |
296 | 2024-11-07T13:49:54.249Z | Downloaded utf8parse v0.2.1 |
297 | 2024-11-07T13:49:54.252Z | Downloaded unicode-bidi v0.3.13 |
298 | 2024-11-07T13:49:54.254Z | Downloaded hashlink v0.9.1 |
299 | 2024-11-07T13:49:54.256Z | Downloaded lru-cache v0.1.2 |
300 | 2024-11-07T13:49:54.259Z | Downloaded zerocopy v0.6.6 |
301 | 2024-11-07T13:49:54.261Z | Downloaded rand_core v0.3.1 |
302 | 2024-11-07T13:49:54.264Z | Downloaded sha1 v0.10.6 |
303 | 2024-11-07T13:49:54.266Z | Downloaded spin v0.5.2 |
304 | 2024-11-07T13:49:54.266Z | Downloaded filetime v0.2.22 |
305 | 2024-11-07T13:49:54.269Z | Downloaded fd-lock v4.0.2 |
306 | 2024-11-07T13:49:54.271Z | Downloaded indent_write v2.2.0 |
307 | 2024-11-07T13:49:54.274Z | Downloaded strum_macros v0.25.3 |
308 | 2024-11-07T13:49:54.274Z | Downloaded rustls-pemfile v1.0.4 |
309 | 2024-11-07T13:49:54.277Z | Downloaded fastrand v2.0.1 |
310 | 2024-11-07T13:49:54.279Z | Downloaded whoami v1.5.1 |
311 | 2024-11-07T13:49:54.282Z | Downloaded untrusted v0.7.1 |
312 | 2024-11-07T13:49:54.282Z | Downloaded vte v0.11.1 |
313 | 2024-11-07T13:49:54.284Z | Downloaded serde-big-array v0.5.1 |
314 | 2024-11-07T13:49:54.286Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-11-07T13:49:54.286Z | Downloaded rand v0.8.5 |
316 | 2024-11-07T13:49:54.290Z | Downloaded num-bigint v0.2.6 |
317 | 2024-11-07T13:49:54.295Z | Downloaded hash32 v0.3.1 |
318 | 2024-11-07T13:49:54.297Z | Downloaded managed v0.8.0 |
319 | 2024-11-07T13:49:54.300Z | Downloaded spin v0.9.8 |
320 | 2024-11-07T13:49:54.303Z | Downloaded tokio-rustls v0.26.0 |
321 | 2024-11-07T13:49:54.305Z | Downloaded rayon-core v1.12.1 |
322 | 2024-11-07T13:49:54.310Z | Downloaded structmeta v0.3.0 |
323 | 2024-11-07T13:49:54.310Z | Downloaded signal-hook-mio v0.2.4 |
324 | 2024-11-07T13:49:54.310Z | Downloaded instant v0.1.12 |
325 | 2024-11-07T13:49:54.314Z | Downloaded enum-as-inner v0.6.0 |
326 | 2024-11-07T13:49:54.314Z | Downloaded futures-channel v0.3.31 |
327 | 2024-11-07T13:49:54.317Z | Downloaded futures-sink v0.3.31 |
328 | 2024-11-07T13:49:54.317Z | Downloaded funty v2.0.0 |
329 | 2024-11-07T13:49:54.319Z | Downloaded home v0.5.5 |
330 | 2024-11-07T13:49:54.319Z | Downloaded generic-array v0.14.7 |
331 | 2024-11-07T13:49:54.322Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-11-07T13:49:54.322Z | Downloaded foreign-types v0.3.2 |
333 | 2024-11-07T13:49:54.324Z | Downloaded foreign-types-shared v0.1.1 |
334 | 2024-11-07T13:49:54.324Z | Downloaded lazy_static v1.5.0 |
335 | 2024-11-07T13:49:54.327Z | Downloaded foreign-types-shared v0.3.1 |
336 | 2024-11-07T13:49:54.327Z | Downloaded rustversion v1.0.14 |
337 | 2024-11-07T13:49:54.329Z | Downloaded signal-hook-registry v1.4.1 |
338 | 2024-11-07T13:49:54.332Z | Downloaded form_urlencoded v1.2.1 |
339 | 2024-11-07T13:49:54.332Z | Downloaded tokio-rustls v0.25.0 |
340 | 2024-11-07T13:49:54.334Z | Downloaded fallible-streaming-iterator v0.1.9 |
341 | 2024-11-07T13:49:54.334Z | Downloaded terminal_size v0.4.0 |
342 | 2024-11-07T13:49:54.337Z | Downloaded hickory-resolver v0.24.1 |
343 | 2024-11-07T13:49:54.340Z | Downloaded statistical v1.0.0 |
344 | 2024-11-07T13:49:54.343Z | Downloaded signal-hook v0.3.17 |
345 | 2024-11-07T13:49:54.346Z | Downloaded slog-bunyan v2.5.0 |
346 | 2024-11-07T13:49:54.348Z | Downloaded subtle v2.5.0 |
347 | 2024-11-07T13:49:54.348Z | Downloaded toml v0.8.19 |
348 | 2024-11-07T13:49:54.351Z | Downloaded ipnetwork v0.20.0 |
349 | 2024-11-07T13:49:54.354Z | Downloaded minimal-lexical v0.2.1 |
350 | 2024-11-07T13:49:54.358Z | Downloaded tracing v0.1.40 |
351 | 2024-11-07T13:49:54.362Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-11-07T13:49:54.365Z | Downloaded thiserror v1.0.66 |
353 | 2024-11-07T13:49:54.369Z | Downloaded fnv v1.0.7 |
354 | 2024-11-07T13:49:54.371Z | Downloaded tar v0.4.40 |
355 | 2024-11-07T13:49:54.374Z | Downloaded linear-map v1.2.0 |
356 | 2024-11-07T13:49:54.376Z | Downloaded getrandom v0.2.11 |
357 | 2024-11-07T13:49:54.378Z | Downloaded rustls-pemfile v2.1.3 |
358 | 2024-11-07T13:49:54.381Z | Downloaded tabwriter v1.4.0 |
359 | 2024-11-07T13:49:54.383Z | Downloaded serde_repr v0.1.18 |
360 | 2024-11-07T13:49:54.386Z | Downloaded inout v0.1.3 |
361 | 2024-11-07T13:49:54.386Z | Downloaded hostname v0.4.0 |
362 | 2024-11-07T13:49:54.388Z | Downloaded ryu v1.0.15 |
363 | 2024-11-07T13:49:54.391Z | Downloaded socket2 v0.5.5 |
364 | 2024-11-07T13:49:54.393Z | Downloaded quinn-proto v0.11.8 |
365 | 2024-11-07T13:49:54.399Z | Downloaded same-file v1.0.6 |
366 | 2024-11-07T13:49:54.401Z | Downloaded memmap v0.7.0 |
367 | 2024-11-07T13:49:54.404Z | Downloaded strsim v0.11.0 |
368 | 2024-11-07T13:49:54.404Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-11-07T13:49:54.406Z | Downloaded pest v2.7.6 |
370 | 2024-11-07T13:49:54.410Z | Downloaded ucd-trie v0.1.6 |
371 | 2024-11-07T13:49:54.413Z | Downloaded untrusted v0.9.0 |
372 | 2024-11-07T13:49:54.415Z | Downloaded errno v0.3.9 |
373 | 2024-11-07T13:49:54.418Z | Downloaded ipnet v2.9.0 |
374 | 2024-11-07T13:49:54.418Z | Downloaded unicase v2.7.0 |
375 | 2024-11-07T13:49:54.420Z | Downloaded hostname v0.3.1 |
376 | 2024-11-07T13:49:54.423Z | Downloaded ringbuffer v0.15.0 |
377 | 2024-11-07T13:49:54.423Z | Downloaded slog v2.7.0 |
378 | 2024-11-07T13:49:54.426Z | Downloaded structmeta-derive v0.3.0 |
379 | 2024-11-07T13:49:54.428Z | Downloaded serde_spanned v0.6.7 |
380 | 2024-11-07T13:49:54.428Z | Downloaded rustls-pki-types v1.8.0 |
381 | 2024-11-07T13:49:54.431Z | Downloaded terminfo v0.8.0 |
382 | 2024-11-07T13:49:54.433Z | Downloaded serde_urlencoded v0.7.1 |
383 | 2024-11-07T13:49:54.436Z | Downloaded serde_yaml v0.9.27 |
384 | 2024-11-07T13:49:54.439Z | Downloaded indicatif v0.17.8 |
385 | 2024-11-07T13:49:54.443Z | Downloaded simdutf8 v0.1.4 |
386 | 2024-11-07T13:49:54.445Z | Downloaded indexmap v1.9.3 |
387 | 2024-11-07T13:49:54.449Z | Downloaded sharded-slab v0.1.7 |
388 | 2024-11-07T13:49:54.453Z | Downloaded flate2 v1.0.28 |
389 | 2024-11-07T13:49:54.458Z | Downloaded strum_macros v0.26.4 |
390 | 2024-11-07T13:49:54.460Z | Downloaded opentelemetry-jaeger v0.20.0 |
391 | 2024-11-07T13:49:54.464Z | Downloaded serde_with_macros v3.9.0 |
392 | 2024-11-07T13:49:54.467Z | Downloaded heapless v0.8.0 |
393 | 2024-11-07T13:49:54.470Z | Downloaded tokio-util v0.7.11 |
394 | 2024-11-07T13:49:54.477Z | Downloaded vergen v8.3.2 |
395 | 2024-11-07T13:49:54.480Z | Downloaded time v0.3.36 |
396 | 2024-11-07T13:49:54.487Z | Downloaded memchr v2.7.4 |
397 | 2024-11-07T13:49:54.493Z | Downloaded serde_derive v1.0.214 |
398 | 2024-11-07T13:49:54.495Z | Downloaded goblin v0.8.0 |
399 | 2024-11-07T13:49:54.502Z | Downloaded unicode-ident v1.0.13 |
400 | 2024-11-07T13:49:54.504Z | Downloaded chrono v0.4.38 |
401 | 2024-11-07T13:49:54.512Z | Downloaded toml_edit v0.19.15 |
402 | 2024-11-07T13:49:54.530Z | Downloaded url v2.4.1 |
403 | 2024-11-07T13:49:54.533Z | Downloaded uuid v1.11.0 |
404 | 2024-11-07T13:49:54.536Z | Downloaded schemars v0.8.21 |
405 | 2024-11-07T13:49:54.548Z | Downloaded hashbrown v0.14.3 |
406 | 2024-11-07T13:49:54.553Z | Downloaded serde_json v1.0.132 |
407 | 2024-11-07T13:49:54.560Z | Downloaded http v1.1.0 |
408 | 2024-11-07T13:49:54.564Z | Downloaded libm v0.2.8 |
409 | 2024-11-07T13:49:54.573Z | Downloaded indexmap v2.5.0 |
410 | 2024-11-07T13:49:54.577Z | Downloaded aho-corasick v1.1.2 |
411 | 2024-11-07T13:49:54.583Z | Downloaded rkyv v0.7.43 |
412 | 2024-11-07T13:49:54.592Z | Downloaded tracing-subscriber v0.3.18 |
413 | 2024-11-07T13:49:54.600Z | Downloaded crossterm v0.28.1 |
414 | 2024-11-07T13:49:54.607Z | Downloaded unicode-segmentation v1.10.1 |
415 | 2024-11-07T13:49:54.610Z | Downloaded rustls-webpki v0.102.8 |
416 | 2024-11-07T13:49:54.630Z | Downloaded zerocopy v0.7.32 |
417 | 2024-11-07T13:49:54.647Z | Downloaded vcpkg v0.2.15 |
418 | 2024-11-07T13:49:54.684Z | Downloaded toml_edit v0.20.7 |
419 | 2024-11-07T13:49:54.706Z | Downloaded rustls v0.21.9 |
420 | 2024-11-07T13:49:54.715Z | Downloaded idna v0.4.0 |
421 | 2024-11-07T13:49:54.721Z | Downloaded unicode-normalization v0.1.22 |
422 | 2024-11-07T13:49:54.725Z | Downloaded futures-util v0.3.31 |
423 | 2024-11-07T13:49:54.738Z | Downloaded rayon v1.10.0 |
424 | 2024-11-07T13:49:54.746Z | Downloaded toml_edit v0.22.20 |
425 | 2024-11-07T13:49:54.768Z | Downloaded rustls v0.23.13 |
426 | 2024-11-07T13:49:54.779Z | Downloaded rustls v0.22.4 |
427 | 2024-11-07T13:49:54.791Z | Downloaded h2 v0.4.6 |
428 | 2024-11-07T13:49:54.797Z | Downloaded itertools v0.10.5 |
429 | 2024-11-07T13:49:54.804Z | Downloaded bitvec v1.0.1 |
430 | 2024-11-07T13:49:54.819Z | Downloaded itertools v0.13.0 |
431 | 2024-11-07T13:49:54.826Z | Downloaded typify-impl v0.2.0 |
432 | 2024-11-07T13:49:54.840Z | Downloaded rustls-webpki v0.101.7 |
433 | 2024-11-07T13:49:54.853Z | Downloaded syn v1.0.109 |
434 | 2024-11-07T13:49:54.864Z | Downloaded itertools v0.12.1 |
435 | 2024-11-07T13:49:54.870Z | Downloaded serde_with v3.9.0 |
436 | 2024-11-07T13:49:54.878Z | Downloaded rusqlite v0.32.1 |
437 | 2024-11-07T13:49:54.885Z | Downloaded git2 v0.19.0 |
438 | 2024-11-07T13:49:54.893Z | Downloaded syn v2.0.86 |
439 | 2024-11-07T13:49:54.904Z | Downloaded dropshot v0.12.0 |
440 | 2024-11-07T13:49:54.925Z | Downloaded reqwest v0.12.9 |
441 | 2024-11-07T13:49:54.933Z | Downloaded petgraph v0.6.5 |
442 | 2024-11-07T13:49:54.949Z | Downloaded regex v1.10.6 |
443 | 2024-11-07T13:49:54.960Z | Downloaded unicode-width v0.1.14 |
444 | 2024-11-07T13:49:54.965Z | Downloaded rustix v0.38.37 |
445 | 2024-11-07T13:49:54.987Z | Downloaded openapiv3 v2.0.0 |
446 | 2024-11-07T13:49:54.998Z | Downloaded nix v0.29.0 |
447 | 2024-11-07T13:49:55.009Z | Downloaded winnow v0.6.18 |
448 | 2024-11-07T13:49:55.017Z | Downloaded rust_decimal v1.33.1 |
449 | 2024-11-07T13:49:55.023Z | Downloaded expectorate v1.1.0 |
450 | 2024-11-07T13:49:55.025Z | Downloaded steno v0.4.1 |
451 | 2024-11-07T13:49:55.028Z | Downloaded webpki-roots v0.26.6 |
452 | 2024-11-07T13:49:55.032Z | Downloaded openssl v0.10.59 |
453 | 2024-11-07T13:49:55.041Z | Downloaded smoltcp v0.11.0 |
454 | 2024-11-07T13:49:55.053Z | Downloaded regress v0.10.1 |
455 | 2024-11-07T13:49:55.061Z | Downloaded regex-syntax v0.8.4 |
456 | 2024-11-07T13:49:55.070Z | Downloaded hickory-proto v0.24.1 |
457 | 2024-11-07T13:49:55.084Z | Downloaded libc v0.2.161 |
458 | 2024-11-07T13:49:55.111Z | Downloaded tokio v1.41.1 |
459 | 2024-11-07T13:49:55.145Z | Downloaded regress v0.9.1 |
460 | 2024-11-07T13:49:55.152Z | Downloaded blake3 v1.5.1 |
461 | 2024-11-07T13:49:55.159Z | Downloaded hyper v1.4.1 |
462 | 2024-11-07T13:49:55.166Z | Downloaded unsafe-libyaml v0.2.9 |
463 | 2024-11-07T13:49:55.169Z | Downloaded zerocopy-derive v0.6.6 |
464 | 2024-11-07T13:49:55.178Z | Downloaded http v0.2.12 |
465 | 2024-11-07T13:49:55.182Z | Downloaded nix v0.26.4 |
466 | 2024-11-07T13:49:55.192Z | Downloaded clearscreen v2.0.1 |
467 | 2024-11-07T13:49:55.195Z | Downloaded winnow v0.5.19 |
468 | 2024-11-07T13:49:55.202Z | Downloaded reedline v0.36.0 |
469 | 2024-11-07T13:49:55.210Z | Downloaded tracing-opentelemetry v0.22.0 |
470 | 2024-11-07T13:49:55.213Z | Downloaded hashbrown v0.12.3 |
471 | 2024-11-07T13:49:55.217Z | Downloaded float-ord v0.3.2 |
472 | 2024-11-07T13:49:55.220Z | Downloaded serde_derive_internals v0.29.1 |
473 | 2024-11-07T13:49:55.223Z | Downloaded itoa v1.0.9 |
474 | 2024-11-07T13:49:55.223Z | Downloaded fallible-iterator v0.3.0 |
475 | 2024-11-07T13:49:55.223Z | Downloaded term v0.7.0 |
476 | 2024-11-07T13:49:55.225Z | Downloaded tokio-rustls v0.24.1 |
477 | 2024-11-07T13:49:55.228Z | Downloaded tracing-core v0.1.32 |
478 | 2024-11-07T13:49:55.231Z | Downloaded opentelemetry_sdk v0.21.2 |
479 | 2024-11-07T13:49:55.237Z | Downloaded regex-automata v0.4.4 |
480 | 2024-11-07T13:49:55.253Z | Downloaded threadpool v1.8.1 |
481 | 2024-11-07T13:49:55.256Z | Downloaded thrift v0.17.0 |
482 | 2024-11-07T13:49:55.258Z | Downloaded base64 v0.22.1 |
483 | 2024-11-07T13:49:55.261Z | Downloaded integer-encoding v3.0.4 |
484 | 2024-11-07T13:49:55.263Z | Downloaded iana-time-zone v0.1.58 |
485 | 2024-11-07T13:49:55.266Z | Downloaded similar v2.3.0 |
486 | 2024-11-07T13:49:55.269Z | Downloaded rand v0.6.5 |
487 | 2024-11-07T13:49:55.273Z | Downloaded mio v1.0.2 |
488 | 2024-11-07T13:49:55.278Z | Downloaded futures v0.3.31 |
489 | 2024-11-07T13:49:55.283Z | Downloaded serde v1.0.214 |
490 | 2024-11-07T13:49:55.286Z | Downloaded topological-sort v0.2.2 |
491 | 2024-11-07T13:49:55.288Z | Downloaded rkyv_derive v0.7.43 |
492 | 2024-11-07T13:49:55.288Z | Downloaded swrite v0.1.0 |
493 | 2024-11-07T13:49:55.291Z | Downloaded quinn v0.11.5 |
494 | 2024-11-07T13:49:55.294Z | Downloaded slog-async v2.8.0 |
495 | 2024-11-07T13:49:55.296Z | Downloaded rand_chacha v0.3.1 |
496 | 2024-11-07T13:49:55.296Z | Downloaded radium v0.7.0 |
497 | 2024-11-07T13:49:55.296Z | Downloaded highway v1.2.0 |
498 | 2024-11-07T13:49:55.299Z | Downloaded linked-hash-map v0.5.6 |
499 | 2024-11-07T13:49:55.299Z | Downloaded tokio-native-tls v0.3.1 |
500 | 2024-11-07T13:49:55.301Z | Downloaded clap_builder v4.5.20 |
501 | 2024-11-07T13:49:55.307Z | Downloaded fixedbitset v0.4.2 |
502 | 2024-11-07T13:49:55.309Z | Downloaded tracing-attributes v0.1.27 |
503 | 2024-11-07T13:49:55.312Z | Downloaded httparse v1.8.0 |
504 | 2024-11-07T13:49:55.314Z | Downloaded rand_hc v0.1.0 |
505 | 2024-11-07T13:49:55.314Z | Downloaded rand_core v0.6.4 |
506 | 2024-11-07T13:49:55.317Z | Downloaded macaddr v1.0.1 |
507 | 2024-11-07T13:49:55.317Z | Downloaded csv v1.3.0 |
508 | 2024-11-07T13:49:55.334Z | Downloaded cookie v0.18.1 |
509 | 2024-11-07T13:49:55.337Z | Downloaded cc v1.0.83 |
510 | 2024-11-07T13:49:55.340Z | Downloaded serde_path_to_error v0.1.16 |
511 | 2024-11-07T13:49:55.343Z | Downloaded http-body-util v0.1.2 |
512 | 2024-11-07T13:49:55.345Z | Downloaded http-body v1.0.1 |
513 | 2024-11-07T13:49:55.345Z | Downloaded futures-macro v0.3.31 |
514 | 2024-11-07T13:49:55.345Z | Downloaded scroll v0.12.0 |
515 | 2024-11-07T13:49:55.348Z | Downloaded hyper-rustls v0.27.3 |
516 | 2024-11-07T13:49:55.350Z | Downloaded clap v4.5.20 |
517 | 2024-11-07T13:49:55.356Z | Downloaded siphasher v0.3.11 |
518 | 2024-11-07T13:49:55.359Z | Downloaded wyz v0.5.1 |
519 | 2024-11-07T13:49:55.359Z | Downloaded rand_isaac v0.1.1 |
520 | 2024-11-07T13:49:55.362Z | Downloaded hubpack v0.1.2 |
521 | 2024-11-07T13:49:55.362Z | Downloaded jobserver v0.1.27 |
522 | 2024-11-07T13:49:55.364Z | Downloaded walkdir v2.4.0 |
523 | 2024-11-07T13:49:55.367Z | Downloaded scopeguard v1.2.0 |
524 | 2024-11-07T13:49:55.367Z | Downloaded schemars_derive v0.8.21 |
525 | 2024-11-07T13:49:55.369Z | Downloaded dropshot_endpoint v0.12.0 |
526 | 2024-11-07T13:49:55.372Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
527 | 2024-11-07T13:49:55.424Z | Downloaded slog-term v2.9.1 |
528 | 2024-11-07T13:49:55.427Z | Downloaded prettyplease v0.2.22 |
529 | 2024-11-07T13:49:55.430Z | Downloaded opentelemetry v0.24.0 |
530 | 2024-11-07T13:49:55.433Z | Downloaded openssl-sys v0.9.95 |
531 | 2024-11-07T13:49:55.437Z | Downloaded crossbeam-epoch v0.9.15 |
532 | 2024-11-07T13:49:55.440Z | Downloaded crc32fast v1.3.2 |
533 | 2024-11-07T13:49:55.442Z | Downloaded blake2 v0.10.6 |
534 | 2024-11-07T13:49:55.445Z | Downloaded progenitor-impl v0.8.0 |
535 | 2024-11-07T13:49:55.447Z | Downloaded libsw v3.3.1 |
536 | 2024-11-07T13:49:55.448Z | Downloaded postcard v1.0.10 |
537 | 2024-11-07T13:49:55.450Z | Downloaded pest_meta v2.7.6 |
538 | 2024-11-07T13:49:55.452Z | Downloaded tracing-log v0.2.0 |
539 | 2024-11-07T13:49:55.453Z | Downloaded thiserror-impl v1.0.66 |
540 | 2024-11-07T13:49:55.455Z | Downloaded overload v0.1.1 |
541 | 2024-11-07T13:49:55.455Z | Downloaded omicron-zone-package v0.11.1 |
542 | 2024-11-07T13:49:55.458Z | Downloaded num-traits v0.2.19 |
543 | 2024-11-07T13:49:55.460Z | Downloaded darling v0.20.3 |
544 | 2024-11-07T13:49:55.464Z | Downloaded console v0.15.7 |
545 | 2024-11-07T13:49:55.466Z | Downloaded slog-json v2.6.1 |
546 | 2024-11-07T13:49:55.469Z | Downloaded signal-hook-tokio v0.3.1 |
547 | 2024-11-07T13:49:55.469Z | Downloaded semver v0.1.20 |
548 | 2024-11-07T13:49:55.471Z | Downloaded typify v0.2.0 |
549 | 2024-11-07T13:49:55.474Z | Downloaded thread-id v4.2.1 |
550 | 2024-11-07T13:49:55.476Z | Downloaded nom v7.1.3 |
551 | 2024-11-07T13:49:55.479Z | Downloaded camino-tempfile v1.1.1 |
552 | 2024-11-07T13:49:55.481Z | Downloaded byte-unit v5.1.4 |
553 | 2024-11-07T13:49:55.484Z | Downloaded zone v0.3.0 |
554 | 2024-11-07T13:49:55.486Z | Downloaded version_check v0.9.5 |
555 | 2024-11-07T13:49:55.486Z | Downloaded twox-hash v1.6.3 |
556 | 2024-11-07T13:49:55.489Z | Downloaded parking_lot_core v0.9.9 |
557 | 2024-11-07T13:49:55.489Z | Downloaded newtype-uuid v1.1.0 |
558 | 2024-11-07T13:49:55.491Z | Downloaded password-hash v0.5.0 |
559 | 2024-11-07T13:49:55.493Z | Downloaded data-encoding v2.5.0 |
560 | 2024-11-07T13:49:55.493Z | Downloaded dyn-clone v1.0.16 |
561 | 2024-11-07T13:49:55.496Z | Downloaded dirs-next v2.0.0 |
562 | 2024-11-07T13:49:55.496Z | Downloaded argon2 v0.5.3 |
563 | 2024-11-07T13:49:55.498Z | Downloaded num-rational v0.4.2 |
564 | 2024-11-07T13:49:55.498Z | Downloaded nu-ansi-term v0.50.0 |
565 | 2024-11-07T13:49:55.501Z | Downloaded async-trait v0.1.83 |
566 | 2024-11-07T13:49:55.504Z | Downloaded anstyle-parse v0.2.2 |
567 | 2024-11-07T13:49:55.506Z | Downloaded crossbeam-channel v0.5.13 |
568 | 2024-11-07T13:49:55.509Z | Downloaded num-complex v0.4.6 |
569 | 2024-11-07T13:49:55.511Z | Downloaded nu-ansi-term v0.46.0 |
570 | 2024-11-07T13:49:55.514Z | Downloaded dirs-sys-next v0.1.2 |
571 | 2024-11-07T13:49:55.514Z | Downloaded deranged v0.3.9 |
572 | 2024-11-07T13:49:55.517Z | Downloaded defmt v0.3.8 |
573 | 2024-11-07T13:49:55.519Z | Downloaded crossbeam-deque v0.8.3 |
574 | 2024-11-07T13:49:55.519Z | Downloaded colored v2.1.0 |
575 | 2024-11-07T13:49:55.522Z | Downloaded cobs v0.2.3 |
576 | 2024-11-07T13:49:55.524Z | Downloaded async-recursion v1.1.1 |
577 | 2024-11-07T13:49:55.527Z | Downloaded thread_local v1.1.7 |
578 | 2024-11-07T13:49:55.527Z | Downloaded quinn-udp v0.5.5 |
579 | 2024-11-07T13:49:55.529Z | Downloaded quick-error v1.2.3 |
580 | 2024-11-07T13:49:55.529Z | Downloaded progenitor-macro v0.8.0 |
581 | 2024-11-07T13:49:55.532Z | Downloaded progenitor v0.8.0 |
582 | 2024-11-07T13:49:55.532Z | Downloaded ppv-lite86 v0.2.17 |
583 | 2024-11-07T13:49:55.534Z | Downloaded polyval v0.6.1 |
584 | 2024-11-07T13:49:55.534Z | Downloaded phf_codegen v0.11.2 |
585 | 2024-11-07T13:49:55.537Z | Downloaded toml v0.7.8 |
586 | 2024-11-07T13:49:55.539Z | Downloaded cargo-platform v0.1.8 |
587 | 2024-11-07T13:49:55.539Z | Downloaded pest_generator v2.7.6 |
588 | 2024-11-07T13:49:55.542Z | Downloaded byteorder v1.5.0 |
589 | 2024-11-07T13:49:55.542Z | Downloaded parse-display-derive v0.10.0 |
590 | 2024-11-07T13:49:55.544Z | Downloaded block-buffer v0.10.4 |
591 | 2024-11-07T13:49:55.544Z | Downloaded strum v0.26.3 |
592 | 2024-11-07T13:49:55.544Z | Downloaded num-iter v0.1.45 |
593 | 2024-11-07T13:49:55.546Z | Downloaded num-integer v0.1.46 |
594 | 2024-11-07T13:49:55.549Z | Downloaded nbd v0.3.1 |
595 | 2024-11-07T13:49:55.549Z | Downloaded cfg_aliases v0.2.1 |
596 | 2024-11-07T13:49:55.549Z | Downloaded cfg_aliases v0.1.1 |
597 | 2024-11-07T13:49:55.551Z | Downloaded autocfg v0.1.8 |
598 | 2024-11-07T13:49:55.551Z | Downloaded base64 v0.21.7 |
599 | 2024-11-07T13:49:55.555Z | Downloaded borsh v1.3.0 |
600 | 2024-11-07T13:49:55.559Z | Downloaded encoding_rs v0.8.33 |
601 | 2024-11-07T13:49:55.579Z | Downloaded aes v0.8.3 |
602 | 2024-11-07T13:49:55.582Z | Downloaded adler v1.0.2 |
603 | 2024-11-07T13:49:55.584Z | Downloaded aead v0.5.2 |
604 | 2024-11-07T13:49:55.584Z | Downloaded crossbeam-utils v0.8.20 |
605 | 2024-11-07T13:49:55.587Z | Downloaded clap_derive v4.5.18 |
606 | 2024-11-07T13:49:55.589Z | Downloaded bitflags v2.6.0 |
607 | 2024-11-07T13:49:55.592Z | Downloaded owo-colors v4.1.0 |
608 | 2024-11-07T13:49:55.595Z | Downloaded num_enum_derive v0.7.3 |
609 | 2024-11-07T13:49:55.597Z | Downloaded num-complex v0.2.4 |
610 | 2024-11-07T13:49:55.597Z | Downloaded multer v3.1.0 |
611 | 2024-11-07T13:49:55.600Z | Downloaded csv-core v0.1.11 |
612 | 2024-11-07T13:49:55.602Z | Downloaded base64ct v1.6.0 |
613 | 2024-11-07T13:49:55.605Z | Downloaded parse-display v0.10.0 |
614 | 2024-11-07T13:49:55.605Z | Downloaded num v0.2.1 |
615 | 2024-11-07T13:49:55.607Z | Downloaded ordered-float v4.2.0 |
616 | 2024-11-07T13:49:55.607Z | Downloaded paste v1.0.15 |
617 | 2024-11-07T13:49:55.609Z | Downloaded num-rational v0.2.4 |
618 | 2024-11-07T13:49:55.612Z | Downloaded dof v0.3.0 |
619 | 2024-11-07T13:49:55.612Z | Downloaded dirs-sys v0.3.7 |
620 | 2024-11-07T13:49:55.614Z | Downloaded digest v0.10.7 |
621 | 2024-11-07T13:49:55.614Z | Downloaded anstream v0.6.12 |
622 | 2024-11-07T13:49:55.617Z | Downloaded either v1.13.0 |
623 | 2024-11-07T13:49:55.619Z | Downloaded defmt-macros v0.3.9 |
624 | 2024-11-07T13:49:55.622Z | Downloaded debug-ignore v1.0.5 |
625 | 2024-11-07T13:49:55.622Z | Downloaded num-derive v0.4.2 |
626 | 2024-11-07T13:49:55.624Z | Downloaded constant_time_eq v0.3.0 |
627 | 2024-11-07T13:49:55.627Z | Downloaded miniz_oxide v0.7.1 |
628 | 2024-11-07T13:49:55.629Z | Downloaded autocfg v1.1.0 |
629 | 2024-11-07T13:49:55.629Z | Downloaded async-stream v0.3.5 |
630 | 2024-11-07T13:49:55.632Z | Downloaded anstyle-query v1.0.0 |
631 | 2024-11-07T13:49:55.632Z | Downloaded omicron-workspace-hack v0.1.0 |
632 | 2024-11-07T13:49:55.632Z | Downloaded colorchoice v1.0.0 |
633 | 2024-11-07T13:49:55.634Z | Downloaded arrayref v0.3.7 |
634 | 2024-11-07T13:49:56.015Z | Downloaded libz-sys v1.1.12 |
635 | 2024-11-07T13:49:56.280Z | Downloaded ring v0.17.5 |
636 | 2024-11-07T13:49:56.444Z | Downloaded ring v0.16.20 |
637 | 2024-11-07T13:49:56.520Z | Downloaded libsqlite3-sys v0.30.1 |
638 | 2024-11-07T13:49:57.007Z | Compiling proc-macro2 v1.0.86 |
639 | 2024-11-07T13:49:57.007Z | Compiling unicode-ident v1.0.13 |
640 | 2024-11-07T13:49:57.010Z | Compiling libc v0.2.161 |
641 | 2024-11-07T13:49:57.010Z | Compiling serde v1.0.214 |
642 | 2024-11-07T13:49:57.010Z | Compiling autocfg v1.1.0 |
643 | 2024-11-07T13:49:57.010Z | Compiling version_check v0.9.5 |
644 | 2024-11-07T13:49:57.010Z | Compiling cfg-if v1.0.0 |
645 | 2024-11-07T13:49:57.048Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e3149fd1467b60c0 -C extra-filename=-e3149fd1467b60c0 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
646 | 2024-11-07T13:49:57.062Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71794c01ccb2dc76 -C extra-filename=-71794c01ccb2dc76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
647 | 2024-11-07T13:49:57.062Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=26b89101a48996e6 -C extra-filename=-26b89101a48996e6 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-26b89101a48996e6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
648 | 2024-11-07T13:49:57.076Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=795b4ee7c38c8a41 -C extra-filename=-795b4ee7c38c8a41 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-795b4ee7c38c8a41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
649 | 2024-11-07T13:49:57.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f8ee768796a478 -C extra-filename=-32f8ee768796a478 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
650 | 2024-11-07T13:49:57.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=9617de597c2f01d0 -C extra-filename=-9617de597c2f01d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
651 | 2024-11-07T13:49:57.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
652 | 2024-11-07T13:49:57.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=4933474e2656b879 -C extra-filename=-4933474e2656b879 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
653 | 2024-11-07T13:49:57.182Z | Compiling libm v0.2.8 |
654 | 2024-11-07T13:49:57.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=a50cfc2d4bd5fa5d -C extra-filename=-a50cfc2d4bd5fa5d --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
655 | 2024-11-07T13:49:57.209Z | Compiling once_cell v1.19.0 |
656 | 2024-11-07T13:49:57.211Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=1819aa8528d572c5 -C extra-filename=-1819aa8528d572c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
657 | 2024-11-07T13:49:57.229Z | Compiling memchr v2.7.4 |
658 | 2024-11-07T13:49:57.231Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9534aeb763e80169 -C extra-filename=-9534aeb763e80169 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
659 | 2024-11-07T13:49:57.561Z | Compiling serde_json v1.0.132 |
660 | 2024-11-07T13:49:57.564Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0c5d20044d658d1a -C extra-filename=-0c5d20044d658d1a --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-0c5d20044d658d1a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
661 | 2024-11-07T13:49:57.669Z | Compiling num-traits v0.2.19 |
662 | 2024-11-07T13:49:57.672Z | Compiling ahash v0.8.6 |
663 | 2024-11-07T13:49:57.672Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=56b5ce1c2bfcdbd3 -C extra-filename=-56b5ce1c2bfcdbd3 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
664 | 2024-11-07T13:49:57.684Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=dd7fb90f9cb40646 -C extra-filename=-dd7fb90f9cb40646 --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
665 | 2024-11-07T13:49:58.254Z | Compiling thiserror v1.0.66 |
666 | 2024-11-07T13:49:58.256Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=871a0228529009d3 -C extra-filename=-871a0228529009d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-871a0228529009d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
667 | 2024-11-07T13:49:59.477Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d/build-script-build` |
668 | 2024-11-07T13:49:59.477Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646/build-script-build` |
669 | 2024-11-07T13:49:59.477Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3/build-script-build` |
670 | 2024-11-07T13:49:59.477Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-0c5d20044d658d1a/build-script-build` |
671 | 2024-11-07T13:49:59.480Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-795b4ee7c38c8a41/build-script-build` |
672 | 2024-11-07T13:49:59.527Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0/build-script-build` |
673 | 2024-11-07T13:49:59.589Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=61e7bdfb9244cbf7 -C extra-filename=-61e7bdfb9244cbf7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
674 | 2024-11-07T13:49:59.589Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-26b89101a48996e6/build-script-build` |
675 | 2024-11-07T13:49:59.592Z | Compiling lock_api v0.4.11 |
676 | 2024-11-07T13:49:59.608Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-871a0228529009d3/build-script-build` |
677 | 2024-11-07T13:49:59.611Z | Compiling parking_lot_core v0.9.9 |
678 | 2024-11-07T13:49:59.627Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=93f6fe6d3dc4b64e -C extra-filename=-93f6fe6d3dc4b64e --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
679 | 2024-11-07T13:49:59.629Z | Compiling itoa v1.0.9 |
680 | 2024-11-07T13:49:59.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9918c83de47e5317 -C extra-filename=-9918c83de47e5317 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
681 | 2024-11-07T13:49:59.646Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6aedc93b1377bf41 -C extra-filename=-6aedc93b1377bf41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
682 | 2024-11-07T13:49:59.667Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8f98fc5d1cc4add3 -C extra-filename=-8f98fc5d1cc4add3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
683 | 2024-11-07T13:49:59.688Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1716ac62aa86e34c -C extra-filename=-1716ac62aa86e34c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
684 | 2024-11-07T13:49:59.835Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=00a68d0727f02c27 -C extra-filename=-00a68d0727f02c27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
685 | 2024-11-07T13:49:59.861Z | Compiling byteorder v1.5.0 |
686 | 2024-11-07T13:49:59.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=dda65be7151d9baf -C extra-filename=-dda65be7151d9baf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
687 | 2024-11-07T13:49:59.882Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=b947f4c30b0c9d4d -C extra-filename=-b947f4c30b0c9d4d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
688 | 2024-11-07T13:49:59.914Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e/build-script-build` |
689 | 2024-11-07T13:50:00.041Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=3d72c149733d9de6 -C extra-filename=-3d72c149733d9de6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
690 | 2024-11-07T13:50:00.084Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317/build-script-build` |
691 | 2024-11-07T13:50:00.111Z | Compiling log v0.4.22 |
692 | 2024-11-07T13:50:00.114Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=45a25bea9bf1c83a -C extra-filename=-45a25bea9bf1c83a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
693 | 2024-11-07T13:50:00.341Z | Compiling slab v0.4.9 |
694 | 2024-11-07T13:50:00.341Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b4046b37d81a911 -C extra-filename=-7b4046b37d81a911 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
695 | 2024-11-07T13:50:00.373Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=926254aa8eef36a1 -C extra-filename=-926254aa8eef36a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
696 | 2024-11-07T13:50:00.508Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=26189c91c37b463d -C extra-filename=-26189c91c37b463d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
697 | 2024-11-07T13:50:00.555Z | Compiling allocator-api2 v0.2.16 |
698 | 2024-11-07T13:50:00.557Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=57e30a43dfbd11c5 -C extra-filename=-57e30a43dfbd11c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
699 | 2024-11-07T13:50:00.684Z | Compiling quote v1.0.37 |
700 | 2024-11-07T13:50:00.687Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ea39e29a71c829f5 -C extra-filename=-ea39e29a71c829f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --cap-lints allow '-Wclippy::unused-async'` |
701 | 2024-11-07T13:50:00.722Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
702 | 2024-11-07T13:50:00.765Z | Compiling getrandom v0.2.11 |
703 | 2024-11-07T13:50:00.768Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=3807786a3a866831 -C extra-filename=-3807786a3a866831 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
704 | 2024-11-07T13:50:00.855Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=eb3f0596d0cbe4b9 -C extra-filename=-eb3f0596d0cbe4b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
705 | 2024-11-07T13:50:01.079Z | Compiling syn v2.0.86 |
706 | 2024-11-07T13:50:01.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=8ea66d994cce9241 -C extra-filename=-8ea66d994cce9241 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
707 | 2024-11-07T13:50:01.116Z | Compiling jobserver v0.1.27 |
708 | 2024-11-07T13:50:01.129Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d277cdcda7b2438 -C extra-filename=-6d277cdcda7b2438 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
709 | 2024-11-07T13:50:01.137Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=bfa85ab975d6a7c3 -C extra-filename=-bfa85ab975d6a7c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
710 | 2024-11-07T13:50:01.156Z | Compiling pin-project-lite v0.2.13 |
711 | 2024-11-07T13:50:01.159Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9f621a8aff6bafb -C extra-filename=-f9f621a8aff6bafb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
712 | 2024-11-07T13:50:01.252Z | Compiling pkg-config v0.3.27 |
713 | 2024-11-07T13:50:01.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76e6bf5bef366947 -C extra-filename=-76e6bf5bef366947 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
714 | 2024-11-07T13:50:01.270Z | Compiling ryu v1.0.15 |
715 | 2024-11-07T13:50:01.273Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=496168b8f0a0a937 -C extra-filename=-496168b8f0a0a937 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
716 | 2024-11-07T13:50:01.291Z | Compiling vcpkg v0.2.15 |
717 | 2024-11-07T13:50:01.291Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
718 | 2024-11-07T13:50:01.309Z | Compiling scopeguard v1.2.0 |
719 | 2024-11-07T13:50:01.309Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a1d3e45024295bba -C extra-filename=-a1d3e45024295bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
720 | 2024-11-07T13:50:01.450Z | Compiling cc v1.0.83 |
721 | 2024-11-07T13:50:01.450Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7bd1d8f2937ddccc -C extra-filename=-7bd1d8f2937ddccc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern jobserver=/work/oxidecomputer/crucible/target/debug/deps/libjobserver-6d277cdcda7b2438.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
722 | 2024-11-07T13:50:01.469Z | Compiling schemars v0.8.21 |
723 | 2024-11-07T13:50:01.506Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=17ff3bcf72189cd3 -C extra-filename=-17ff3bcf72189cd3 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
724 | 2024-11-07T13:50:01.546Z | Compiling smallvec v1.13.2 |
725 | 2024-11-07T13:50:01.550Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=2bc1e749e01a07e7 -C extra-filename=-2bc1e749e01a07e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
726 | 2024-11-07T13:50:01.794Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=d25f985d0b92b6b2 -C extra-filename=-d25f985d0b92b6b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-eb3f0596d0cbe4b9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
727 | 2024-11-07T13:50:01.844Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3/build-script-build` |
728 | 2024-11-07T13:50:01.872Z | Compiling equivalent v1.0.1 |
729 | 2024-11-07T13:50:01.874Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dfdd3b36ff921b4 -C extra-filename=-2dfdd3b36ff921b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
730 | 2024-11-07T13:50:01.961Z | Compiling signal-hook-registry v1.4.1 |
731 | 2024-11-07T13:50:01.968Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bf63eb927def9d3 -C extra-filename=-8bf63eb927def9d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
732 | 2024-11-07T13:50:01.981Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=c7f341e6b183c20a -C extra-filename=-c7f341e6b183c20a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
733 | 2024-11-07T13:50:02.182Z | Compiling futures-core v0.3.31 |
734 | 2024-11-07T13:50:02.185Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=3d720ee4f5a93a8d -C extra-filename=-3d720ee4f5a93a8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
735 | 2024-11-07T13:50:02.221Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2495f2ec0cf43178 -C extra-filename=-2495f2ec0cf43178 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
736 | 2024-11-07T13:50:02.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=96e80e1f8263bc68 -C extra-filename=-96e80e1f8263bc68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
737 | 2024-11-07T13:50:02.759Z | Compiling mio v1.0.2 |
738 | 2024-11-07T13:50:02.762Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=6e05eb70348d9d89 -C extra-filename=-6e05eb70348d9d89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
739 | 2024-11-07T13:50:02.823Z | Compiling fnv v1.0.7 |
740 | 2024-11-07T13:50:02.826Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c825de7bfa33bb7d -C extra-filename=-c825de7bfa33bb7d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
741 | 2024-11-07T13:50:02.869Z | Compiling parking_lot v0.12.1 |
742 | 2024-11-07T13:50:02.872Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=6a436bf6bdd6b353 -C extra-filename=-6a436bf6bdd6b353 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-96e80e1f8263bc68.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-2495f2ec0cf43178.rmeta --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-11-07T13:50:02.872Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=fd4b9bbfaedf5818 -C extra-filename=-fd4b9bbfaedf5818 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
744 | 2024-11-07T13:50:02.910Z | Compiling typenum v1.17.0 |
745 | 2024-11-07T13:50:02.913Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b5425cb3c5d74c6c -C extra-filename=-b5425cb3c5d74c6c --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
746 | 2024-11-07T13:50:02.948Z | Compiling httparse v1.8.0 |
747 | 2024-11-07T13:50:02.951Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e93688949a77053 -C extra-filename=-7e93688949a77053 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
748 | 2024-11-07T13:50:03.252Z | Compiling socket2 v0.5.5 |
749 | 2024-11-07T13:50:03.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=28fd6f10f2fc08c3 -C extra-filename=-28fd6f10f2fc08c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
750 | 2024-11-07T13:50:03.443Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053/build-script-build` |
751 | 2024-11-07T13:50:03.472Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=def3788049e54a29 -C extra-filename=-def3788049e54a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
752 | 2024-11-07T13:50:03.821Z | Compiling futures-sink v0.3.31 |
753 | 2024-11-07T13:50:03.827Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1ff47a4b15efcd73 -C extra-filename=-1ff47a4b15efcd73 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
754 | 2024-11-07T13:50:03.840Z | Compiling heck v0.5.0 |
755 | 2024-11-07T13:50:03.843Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae7a000cb0c7e733 -C extra-filename=-ae7a000cb0c7e733 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
756 | 2024-11-07T13:50:03.887Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main` |
757 | 2024-11-07T13:50:03.971Z | Compiling generic-array v0.14.7 |
758 | 2024-11-07T13:50:03.974Z | Compiling ring v0.17.5 |
759 | 2024-11-07T13:50:03.974Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=92272856af0dcbd4 -C extra-filename=-92272856af0dcbd4 --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
760 | 2024-11-07T13:50:03.991Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=05c920540f545fc7 -C extra-filename=-05c920540f545fc7 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-05c920540f545fc7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
761 | 2024-11-07T13:50:04.013Z | Compiling openssl-sys v0.9.95 |
762 | 2024-11-07T13:50:04.015Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a8c297d65c7fd8d5 -C extra-filename=-a8c297d65c7fd8d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-a8c297d65c7fd8d5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
763 | 2024-11-07T13:50:04.089Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00563dc397c9dee4 -C extra-filename=-00563dc397c9dee4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
764 | 2024-11-07T13:50:04.191Z | Compiling semver v1.0.23 |
765 | 2024-11-07T13:50:04.193Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cb7e74ffbf490ad2 -C extra-filename=-cb7e74ffbf490ad2 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
766 | 2024-11-07T13:50:04.237Z | Compiling slog v2.7.0 |
767 | 2024-11-07T13:50:04.239Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7c37cc8491317074 -C extra-filename=-7c37cc8491317074 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
768 | 2024-11-07T13:50:04.291Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4/build-script-build` |
769 | 2024-11-07T13:50:04.311Z | Compiling rand_core v0.6.4 |
770 | 2024-11-07T13:50:04.311Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=bee1a9590736cd3b -C extra-filename=-bee1a9590736cd3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --cap-lints allow '-Wclippy::unused-async'` |
771 | 2024-11-07T13:50:04.350Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0545aa1d973d5254 -C extra-filename=-0545aa1d973d5254 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
772 | 2024-11-07T13:50:04.636Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=956d7339f347d32f -C extra-filename=-956d7339f347d32f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-def3788049e54a29.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
773 | 2024-11-07T13:50:04.672Z | Compiling futures-channel v0.3.31 |
774 | 2024-11-07T13:50:04.672Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2/build-script-build` |
775 | 2024-11-07T13:50:04.674Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=93b3342c98d82e17 -C extra-filename=-93b3342c98d82e17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --cap-lints allow '-Wclippy::unused-async'` |
776 | 2024-11-07T13:50:04.718Z | Compiling futures-io v0.3.31 |
777 | 2024-11-07T13:50:04.720Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=fcffee1ff8e84225 -C extra-filename=-fcffee1ff8e84225 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
778 | 2024-11-07T13:50:04.739Z | Compiling iana-time-zone v0.1.58 |
779 | 2024-11-07T13:50:04.741Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=965e1aa9322e9452 -C extra-filename=-965e1aa9322e9452 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
780 | 2024-11-07T13:50:04.741Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074/build-script-build` |
781 | 2024-11-07T13:50:04.947Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-a8c297d65c7fd8d5/build-script-main` |
782 | 2024-11-07T13:50:04.997Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-05c920540f545fc7/build-script-build` |
783 | 2024-11-07T13:50:05.026Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e126c94e74a804d6 -C extra-filename=-e126c94e74a804d6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
784 | 2024-11-07T13:50:05.046Z | Compiling pin-utils v0.1.0 |
785 | 2024-11-07T13:50:05.048Z | Compiling futures-task v0.3.31 |
786 | 2024-11-07T13:50:05.048Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fff483c5685660c -C extra-filename=-3fff483c5685660c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
787 | 2024-11-07T13:50:05.048Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=31623b45b308b746 -C extra-filename=-31623b45b308b746 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
788 | 2024-11-07T13:50:05.083Z | Compiling openssl v0.10.59 |
789 | 2024-11-07T13:50:05.086Z | Compiling dyn-clone v1.0.16 |
790 | 2024-11-07T13:50:05.086Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a9e7f432e4519b8a -C extra-filename=-a9e7f432e4519b8a --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
791 | 2024-11-07T13:50:05.086Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c82f1a75437a4626 -C extra-filename=-c82f1a75437a4626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
792 | 2024-11-07T13:50:05.124Z | Compiling crossbeam-utils v0.8.20 |
793 | 2024-11-07T13:50:05.127Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d1178f78bf1365d3 -C extra-filename=-d1178f78bf1365d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
794 | 2024-11-07T13:50:05.256Z | Compiling native-tls v0.2.11 |
795 | 2024-11-07T13:50:05.264Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0d20eeb2c97e91b9 -C extra-filename=-0d20eeb2c97e91b9 --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
796 | 2024-11-07T13:50:05.321Z | Compiling rustls v0.23.13 |
797 | 2024-11-07T13:50:05.325Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d4ff289f15f84ff0 -C extra-filename=-d4ff289f15f84ff0 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
798 | 2024-11-07T13:50:05.464Z | Compiling subtle v2.5.0 |
799 | 2024-11-07T13:50:05.467Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=3ad732fc6961663e -C extra-filename=-3ad732fc6961663e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2024-11-07T13:50:05.486Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba944cb5d73bc6ba -C extra-filename=-ba944cb5d73bc6ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
801 | 2024-11-07T13:50:05.577Z | Compiling tracing-core v0.1.32 |
802 | 2024-11-07T13:50:05.580Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d581d1fa54003c07 -C extra-filename=-d581d1fa54003c07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
803 | 2024-11-07T13:50:05.601Z | Compiling aho-corasick v1.1.2 |
804 | 2024-11-07T13:50:05.604Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=40d36ac5073c8ce1 -C extra-filename=-40d36ac5073c8ce1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
805 | 2024-11-07T13:50:05.633Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=05589072a2bf616a -C extra-filename=-05589072a2bf616a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
806 | 2024-11-07T13:50:05.652Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3/build-script-build` |
807 | 2024-11-07T13:50:05.676Z | Compiling regex-syntax v0.8.4 |
808 | 2024-11-07T13:50:05.679Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ab6586e0fd34fc51 -C extra-filename=-ab6586e0fd34fc51 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
809 | 2024-11-07T13:50:05.696Z | Compiling time-core v0.1.2 |
810 | 2024-11-07T13:50:05.699Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8520209be44b255b -C extra-filename=-8520209be44b255b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
811 | 2024-11-07T13:50:05.745Z | Compiling num-conv v0.1.0 |
812 | 2024-11-07T13:50:05.748Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e85aebce9f0a4518 -C extra-filename=-e85aebce9f0a4518 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
813 | 2024-11-07T13:50:05.863Z | Compiling ucd-trie v0.1.6 |
814 | 2024-11-07T13:50:05.865Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5e1d2324ca71bc5e -C extra-filename=-5e1d2324ca71bc5e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
815 | 2024-11-07T13:50:05.968Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43b24913685697eb -C extra-filename=-43b24913685697eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
816 | 2024-11-07T13:50:06.167Z | Compiling time-macros v0.2.18 |
817 | 2024-11-07T13:50:06.170Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=2f3d655721e61673 -C extra-filename=-2f3d655721e61673 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-e85aebce9f0a4518.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-8520209be44b255b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
818 | 2024-11-07T13:50:06.310Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=572d4509b9937e1d -C extra-filename=-572d4509b9937e1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
819 | 2024-11-07T13:50:06.389Z | Compiling spin v0.9.8 |
820 | 2024-11-07T13:50:06.392Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=872efccaebbcc150 -C extra-filename=-872efccaebbcc150 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
821 | 2024-11-07T13:50:06.533Z | Compiling untrusted v0.9.0 |
822 | 2024-11-07T13:50:06.535Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47307f1b00247348 -C extra-filename=-47307f1b00247348 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
823 | 2024-11-07T13:50:06.624Z | Compiling rustix v0.38.37 |
824 | 2024-11-07T13:50:06.627Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=393c723a3069acb8 -C extra-filename=-393c723a3069acb8 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
825 | 2024-11-07T13:50:06.680Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a368e13015d5ab6b -C extra-filename=-a368e13015d5ab6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
826 | 2024-11-07T13:50:06.896Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=0d50b902c9326659 -C extra-filename=-0d50b902c9326659 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
827 | 2024-11-07T13:50:07.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d4d310b1fba3e7fc -C extra-filename=-d4d310b1fba3e7fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
828 | 2024-11-07T13:50:07.305Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8/build-script-build` |
829 | 2024-11-07T13:50:07.422Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=462fae234c00a775 -C extra-filename=-462fae234c00a775 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
830 | 2024-11-07T13:50:07.443Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=15079f8c0d7b77ba -C extra-filename=-15079f8c0d7b77ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
831 | 2024-11-07T13:50:07.738Z | Compiling serde_derive_internals v0.29.1 |
832 | 2024-11-07T13:50:07.741Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e9bab48c3b681a6 -C extra-filename=-4e9bab48c3b681a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
833 | 2024-11-07T13:50:07.894Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=a113dc319f917f5f -C extra-filename=-a113dc319f917f5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-a368e13015d5ab6b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
834 | 2024-11-07T13:50:07.945Z | Compiling percent-encoding v2.3.1 |
835 | 2024-11-07T13:50:07.948Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=65b633883dba5640 -C extra-filename=-65b633883dba5640 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
836 | 2024-11-07T13:50:08.322Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=cf14e0c7c36daf38 -C extra-filename=-cf14e0c7c36daf38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
837 | 2024-11-07T13:50:08.468Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=3bcc9ca13f09f7be -C extra-filename=-3bcc9ca13f09f7be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-15079f8c0d7b77ba.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-462fae234c00a775.rmeta --cap-lints allow '-Wclippy::unused-async'` |
838 | 2024-11-07T13:50:09.107Z | Compiling regex-automata v0.4.4 |
839 | 2024-11-07T13:50:09.110Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=70f9a497ba88312b -C extra-filename=-70f9a497ba88312b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-40d36ac5073c8ce1.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
840 | 2024-11-07T13:50:09.130Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=8a9252db49fae672 -C extra-filename=-8a9252db49fae672 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
841 | 2024-11-07T13:50:09.164Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c4dfbe7bb1d2a4a -C extra-filename=-4c4dfbe7bb1d2a4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
842 | 2024-11-07T13:50:09.476Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=33e91a0c775d4f6f -C extra-filename=-33e91a0c775d4f6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
843 | 2024-11-07T13:50:09.681Z | Compiling usdt-impl v0.5.0 |
844 | 2024-11-07T13:50:09.683Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=509ccdd1efca7e0c -C extra-filename=-509ccdd1efca7e0c --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
845 | 2024-11-07T13:50:09.778Z | Compiling plain v0.2.3 |
846 | 2024-11-07T13:50:09.781Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5df00248daa85650 -C extra-filename=-5df00248daa85650 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
847 | 2024-11-07T13:50:09.926Z | Compiling rustls-pki-types v1.8.0 |
848 | 2024-11-07T13:50:09.929Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ac7d1951af0c9528 -C extra-filename=-ac7d1951af0c9528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
849 | 2024-11-07T13:50:09.947Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2aa67c0aa2b4b504 -C extra-filename=-2aa67c0aa2b4b504 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
850 | 2024-11-07T13:50:10.049Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
851 | 2024-11-07T13:50:10.183Z | Compiling atomic-waker v1.1.2 |
852 | 2024-11-07T13:50:10.186Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=e21ab4b278a0147b -C extra-filename=-e21ab4b278a0147b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
853 | 2024-11-07T13:50:10.203Z | Compiling pretty-hex v0.4.1 |
854 | 2024-11-07T13:50:10.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0b7fbda6cacbfd96 -C extra-filename=-0b7fbda6cacbfd96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
855 | 2024-11-07T13:50:10.352Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=963cb6cf0ae0886e -C extra-filename=-963cb6cf0ae0886e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
856 | 2024-11-07T13:50:10.388Z | Compiling crypto-common v0.1.6 |
857 | 2024-11-07T13:50:10.391Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ba2e6eb5cd3d2a6d -C extra-filename=-ba2e6eb5cd3d2a6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-a368e13015d5ab6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
858 | 2024-11-07T13:50:10.407Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f8368ed8b0f00919 -C extra-filename=-f8368ed8b0f00919 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --cap-lints allow '-Wclippy::unused-async'` |
859 | 2024-11-07T13:50:10.530Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=44a7ac59217122e8 -C extra-filename=-44a7ac59217122e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
860 | 2024-11-07T13:50:10.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9fb747aed33fd7e -C extra-filename=-c9fb747aed33fd7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
861 | 2024-11-07T13:50:10.750Z | Compiling thread-id v4.2.1 |
862 | 2024-11-07T13:50:10.753Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4892d26b1d346a93 -C extra-filename=-4892d26b1d346a93 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
863 | 2024-11-07T13:50:10.770Z | Compiling anyhow v1.0.92 |
864 | 2024-11-07T13:50:10.773Z | Compiling try-lock v0.2.4 |
865 | 2024-11-07T13:50:10.773Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=604f48028f78b653 -C extra-filename=-604f48028f78b653 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-604f48028f78b653 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
866 | 2024-11-07T13:50:10.773Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e3b0b7355998c98 -C extra-filename=-9e3b0b7355998c98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-11-07T13:50:10.822Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a/build-script-build` |
868 | 2024-11-07T13:50:10.851Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9/build-script-build` |
869 | 2024-11-07T13:50:10.871Z | Compiling zeroize v1.7.0 |
870 | 2024-11-07T13:50:10.871Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=444922eb1c08f375 -C extra-filename=-444922eb1c08f375 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
871 | 2024-11-07T13:50:10.893Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=e2a47560581ae647 -C extra-filename=-e2a47560581ae647 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
872 | 2024-11-07T13:50:10.925Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-11-07T13:50:10.928Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c35ed20cfda2b0e -C extra-filename=-9c35ed20cfda2b0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
874 | 2024-11-07T13:50:11.015Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=563cea3451ee7e03 -C extra-filename=-563cea3451ee7e03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
875 | 2024-11-07T13:50:11.107Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1c4fc6438ea263c2 -C extra-filename=-1c4fc6438ea263c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
876 | 2024-11-07T13:50:11.172Z | Compiling tinyvec v1.6.0 |
877 | 2024-11-07T13:50:11.175Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=e424dff795f84bc4 -C extra-filename=-e424dff795f84bc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-9c35ed20cfda2b0e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
878 | 2024-11-07T13:50:11.192Z | Compiling want v0.3.1 |
879 | 2024-11-07T13:50:11.195Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=505fffd479eb3e62 -C extra-filename=-505fffd479eb3e62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-9e3b0b7355998c98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
880 | 2024-11-07T13:50:11.219Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=24ea91741defd4ac -C extra-filename=-24ea91741defd4ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
881 | 2024-11-07T13:50:11.351Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-604f48028f78b653/build-script-build` |
882 | 2024-11-07T13:50:11.371Z | Compiling form_urlencoded v1.2.1 |
883 | 2024-11-07T13:50:11.374Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac2f32e8a51492b4 -C extra-filename=-ac2f32e8a51492b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --cap-lints allow '-Wclippy::unused-async'` |
884 | 2024-11-07T13:50:11.456Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=575b1dc90d49829b -C extra-filename=-575b1dc90d49829b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
885 | 2024-11-07T13:50:11.697Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c97dd197df7b81f3 -C extra-filename=-c97dd197df7b81f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
886 | 2024-11-07T13:50:11.717Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=bcd7f73890bba50b -C extra-filename=-bcd7f73890bba50b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
887 | 2024-11-07T13:50:11.935Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=713fcbf5921d1409 -C extra-filename=-713fcbf5921d1409 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
888 | 2024-11-07T13:50:12.088Z | Compiling serde_derive v1.0.214 |
889 | 2024-11-07T13:50:12.091Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8975f2705021aea8 -C extra-filename=-8975f2705021aea8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
890 | 2024-11-07T13:50:12.107Z | Compiling zerocopy-derive v0.7.32 |
891 | 2024-11-07T13:50:12.110Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fa6003449347c02 -C extra-filename=-0fa6003449347c02 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-11-07T13:50:12.246Z | Compiling thiserror-impl v1.0.66 |
893 | 2024-11-07T13:50:12.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee3cead77790af83 -C extra-filename=-ee3cead77790af83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
894 | 2024-11-07T13:50:12.547Z | Compiling tokio-macros v2.4.0 |
895 | 2024-11-07T13:50:12.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d359db1c9ea615a2 -C extra-filename=-d359db1c9ea615a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
896 | 2024-11-07T13:50:12.570Z | Compiling futures-macro v0.3.31 |
897 | 2024-11-07T13:50:12.608Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=755cc9ecd0730c40 -C extra-filename=-755cc9ecd0730c40 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
898 | 2024-11-07T13:50:12.634Z | Compiling schemars_derive v0.8.21 |
899 | 2024-11-07T13:50:12.637Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f5c4aacaa17ef6d -C extra-filename=-7f5c4aacaa17ef6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-4e9bab48c3b681a6.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
900 | 2024-11-07T13:50:12.772Z | Compiling tracing-attributes v0.1.27 |
901 | 2024-11-07T13:50:12.775Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=6107a7a7ed65b708 -C extra-filename=-6107a7a7ed65b708 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
902 | 2024-11-07T13:50:14.048Z | Compiling zerocopy v0.7.32 |
903 | 2024-11-07T13:50:14.050Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=3763bf8e6a98e9d9 -C extra-filename=-3763bf8e6a98e9d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-dda65be7151d9baf.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-0fa6003449347c02.so --cap-lints allow '-Wclippy::unused-async'` |
904 | 2024-11-07T13:50:14.083Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=b7f6a9e5d33228ee -C extra-filename=-b7f6a9e5d33228ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-0fa6003449347c02.so --cap-lints allow '-Wclippy::unused-async'` |
905 | 2024-11-07T13:50:14.425Z | Compiling futures-util v0.3.31 |
906 | 2024-11-07T13:50:14.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=8b90de86ddfc5a24 -C extra-filename=-8b90de86ddfc5a24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-755cc9ecd0730c40.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-3fff483c5685660c.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --cap-lints allow '-Wclippy::unused-async'` |
907 | 2024-11-07T13:50:14.892Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0723e682f4bffeb0 -C extra-filename=-0723e682f4bffeb0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-ee3cead77790af83.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
908 | 2024-11-07T13:50:15.033Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2da473f63c5dca62 -C extra-filename=-2da473f63c5dca62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-ee3cead77790af83.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
909 | 2024-11-07T13:50:15.166Z | Compiling openssl-macros v0.1.1 |
910 | 2024-11-07T13:50:15.168Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0dd15755e8f8f7f0 -C extra-filename=-0dd15755e8f8f7f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
911 | 2024-11-07T13:50:15.487Z | Compiling scroll_derive v0.12.0 |
912 | 2024-11-07T13:50:15.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9c097fedf48f76 -C extra-filename=-5e9c097fedf48f76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
913 | 2024-11-07T13:50:15.621Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=835d448bf83e9fe0 -C extra-filename=-835d448bf83e9fe0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-3763bf8e6a98e9d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
914 | 2024-11-07T13:50:15.682Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=58a76dea25c3561c -C extra-filename=-58a76dea25c3561c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
915 | 2024-11-07T13:50:15.769Z | Compiling pest v2.7.6 |
916 | 2024-11-07T13:50:15.771Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=bbce6630cfa4cae9 -C extra-filename=-bbce6630cfa4cae9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5e1d2324ca71bc5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
917 | 2024-11-07T13:50:15.970Z | Compiling tracing v0.1.40 |
918 | 2024-11-07T13:50:15.973Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=e0a380a87b6f6a2f -C extra-filename=-e0a380a87b6f6a2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-6107a7a7ed65b708.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
919 | 2024-11-07T13:50:16.084Z | Compiling hashbrown v0.14.3 |
920 | 2024-11-07T13:50:16.087Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=a3697d009583edc6 -C extra-filename=-a3697d009583edc6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-835d448bf83e9fe0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-57e30a43dfbd11c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
921 | 2024-11-07T13:50:16.172Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ab01495691db9c2c -C extra-filename=-ab01495691db9c2c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-58a76dea25c3561c.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-c7f341e6b183c20a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
922 | 2024-11-07T13:50:16.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=58afa33f641c3405 -C extra-filename=-58afa33f641c3405 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-1c4fc6438ea263c2.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-755cc9ecd0730c40.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-563cea3451ee7e03.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --cap-lints allow '-Wclippy::unused-async'` |
923 | 2024-11-07T13:50:16.896Z | Compiling scroll v0.12.0 |
924 | 2024-11-07T13:50:16.898Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=65e07b2604a39928 -C extra-filename=-65e07b2604a39928 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-5e9c097fedf48f76.so --cap-lints allow '-Wclippy::unused-async'` |
925 | 2024-11-07T13:50:17.190Z | Compiling ppv-lite86 v0.2.17 |
926 | 2024-11-07T13:50:17.193Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=e3231558ee644cb9 -C extra-filename=-e3231558ee644cb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
927 | 2024-11-07T13:50:17.444Z | Compiling goblin v0.8.0 |
928 | 2024-11-07T13:50:17.459Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=87b1e494d20577d2 -C extra-filename=-87b1e494d20577d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-5df00248daa85650.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-65e07b2604a39928.rmeta --cap-lints allow '-Wclippy::unused-async'` |
929 | 2024-11-07T13:50:17.462Z | Compiling httpdate v1.0.3 |
930 | 2024-11-07T13:50:17.462Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=310f48f7a1d77ea8 -C extra-filename=-310f48f7a1d77ea8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
931 | 2024-11-07T13:50:17.524Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=fd84f658514d42f5 -C extra-filename=-fd84f658514d42f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
932 | 2024-11-07T13:50:17.771Z | Compiling regex v1.10.6 |
933 | 2024-11-07T13:50:17.774Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=fa79aba3014eb44d -C extra-filename=-fa79aba3014eb44d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-40d36ac5073c8ce1.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-70f9a497ba88312b.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
934 | 2024-11-07T13:50:17.957Z | Compiling rand_chacha v0.3.1 |
935 | 2024-11-07T13:50:17.960Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=924ed0023f5eaf2a -C extra-filename=-924ed0023f5eaf2a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-e3231558ee644cb9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
936 | 2024-11-07T13:50:17.978Z | Compiling unicode-normalization v0.1.22 |
937 | 2024-11-07T13:50:17.980Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20993b0460e0928f -C extra-filename=-20993b0460e0928f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
938 | 2024-11-07T13:50:18.534Z | Compiling pest_meta v2.7.6 |
939 | 2024-11-07T13:50:18.536Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=e80053f0c7d80c2b -C extra-filename=-e80053f0c7d80c2b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-bbce6630cfa4cae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
940 | 2024-11-07T13:50:18.807Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7721a15b8e5088b3 -C extra-filename=-7721a15b8e5088b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
941 | 2024-11-07T13:50:18.827Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ac0f2fa738d2e01f -C extra-filename=-ac0f2fa738d2e01f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
942 | 2024-11-07T13:50:19.045Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=22d47b0f078a0063 -C extra-filename=-22d47b0f078a0063 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
943 | 2024-11-07T13:50:19.086Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0dd6ac5f1017637 -C extra-filename=-f0dd6ac5f1017637 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
944 | 2024-11-07T13:50:19.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=b4643af61ef0f545 -C extra-filename=-b4643af61ef0f545 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
945 | 2024-11-07T13:50:19.494Z | Compiling unicode-bidi v0.3.13 |
946 | 2024-11-07T13:50:19.496Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=06f2602dc7711d0c -C extra-filename=-06f2602dc7711d0c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
947 | 2024-11-07T13:50:20.547Z | Compiling pest_generator v2.7.6 |
948 | 2024-11-07T13:50:20.549Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7a23c2a737d5618a -C extra-filename=-7a23c2a737d5618a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-bbce6630cfa4cae9.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-e80053f0c7d80c2b.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
949 | 2024-11-07T13:50:20.946Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=907ff4afaab19552 -C extra-filename=-907ff4afaab19552 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
950 | 2024-11-07T13:50:21.280Z | Compiling foreign-types-shared v0.1.1 |
951 | 2024-11-07T13:50:21.283Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e207e8aafbe4a5e8 -C extra-filename=-e207e8aafbe4a5e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
952 | 2024-11-07T13:50:21.391Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54770e737d7c4c66 -C extra-filename=-54770e737d7c4c66 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-11-07T13:50:21.478Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=568ca11c156d64b5 -C extra-filename=-568ca11c156d64b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-54770e737d7c4c66.rmeta --cap-lints allow '-Wclippy::unused-async'` |
954 | 2024-11-07T13:50:22.199Z | Compiling foreign-types v0.3.2 |
955 | 2024-11-07T13:50:22.202Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=659617a04dda1820 -C extra-filename=-659617a04dda1820 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-e207e8aafbe4a5e8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
956 | 2024-11-07T13:50:22.224Z | Compiling pest_derive v2.7.6 |
957 | 2024-11-07T13:50:22.227Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=20539895b255c4c5 -C extra-filename=-20539895b255c4c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-bbce6630cfa4cae9.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-7a23c2a737d5618a.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
958 | 2024-11-07T13:50:22.296Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19a92fb40a07fa86 -C extra-filename=-19a92fb40a07fa86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --cap-lints allow '-Wclippy::unused-async'` |
959 | 2024-11-07T13:50:22.518Z | Compiling idna v0.4.0 |
960 | 2024-11-07T13:50:22.521Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4c370c3d43b3d490 -C extra-filename=-4c370c3d43b3d490 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-06f2602dc7711d0c.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-20993b0460e0928f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
961 | 2024-11-07T13:50:22.568Z | Compiling rand v0.8.5 |
962 | 2024-11-07T13:50:22.571Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=b6c8d5bb0ed1d52e -C extra-filename=-b6c8d5bb0ed1d52e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
963 | 2024-11-07T13:50:22.938Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8a8d99b6838e5acf -C extra-filename=-8a8d99b6838e5acf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
964 | 2024-11-07T13:50:23.058Z | Compiling dtrace-parser v0.2.0 |
965 | 2024-11-07T13:50:23.061Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa149f583fb1b5cc -C extra-filename=-fa149f583fb1b5cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-bbce6630cfa4cae9.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-20539895b255c4c5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
966 | 2024-11-07T13:50:23.909Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1c15ea56dc93e74a -C extra-filename=-1c15ea56dc93e74a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
967 | 2024-11-07T13:50:24.208Z | Compiling tower-service v0.3.2 |
968 | 2024-11-07T13:50:24.210Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b964166565b625f -C extra-filename=-3b964166565b625f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-11-07T13:50:24.279Z | Compiling mime v0.3.17 |
970 | 2024-11-07T13:50:24.281Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e15eab0ea56f35b -C extra-filename=-5e15eab0ea56f35b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
971 | 2024-11-07T13:50:24.328Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=ab600c5d64d42821 -C extra-filename=-ab600c5d64d42821 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
972 | 2024-11-07T13:50:24.494Z | Compiling bytes v1.8.0 |
973 | 2024-11-07T13:50:24.497Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d25f18d0b543ff02 -C extra-filename=-d25f18d0b543ff02 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-11-07T13:50:24.569Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ba8d24320c15020c -C extra-filename=-ba8d24320c15020c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
975 | 2024-11-07T13:50:24.718Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3a1ee00742128e38 -C extra-filename=-3a1ee00742128e38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
976 | 2024-11-07T13:50:24.744Z | Compiling indexmap v2.5.0 |
977 | 2024-11-07T13:50:24.746Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=2cccbd5d7a03446b -C extra-filename=-2cccbd5d7a03446b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-2dfdd3b36ff921b4.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-a3697d009583edc6.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
978 | 2024-11-07T13:50:24.887Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=61cd0fe90fb4aedb -C extra-filename=-61cd0fe90fb4aedb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
979 | 2024-11-07T13:50:25.066Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=dfaf23fcf43a67ee -C extra-filename=-dfaf23fcf43a67ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-00563dc397c9dee4.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
980 | 2024-11-07T13:50:25.821Z | Compiling tokio v1.41.1 |
981 | 2024-11-07T13:50:25.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=297768ef6729a6ed -C extra-filename=-297768ef6729a6ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-8bf63eb927def9d3.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-d359db1c9ea615a2.so --cap-lints allow '-Wclippy::unused-async'` |
982 | 2024-11-07T13:50:25.904Z | Compiling bitflags v2.6.0 |
983 | 2024-11-07T13:50:25.907Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e95683b15f40bc4a -C extra-filename=-e95683b15f40bc4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
984 | 2024-11-07T13:50:26.039Z | Compiling serde_tokenstream v0.2.2 |
985 | 2024-11-07T13:50:26.042Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=777a7103da11c24e -C extra-filename=-777a7103da11c24e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
986 | 2024-11-07T13:50:26.207Z | Compiling http v1.1.0 |
987 | 2024-11-07T13:50:26.210Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7ad4600dc32dee11 -C extra-filename=-7ad4600dc32dee11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --cap-lints allow '-Wclippy::unused-async'` |
988 | 2024-11-07T13:50:26.292Z | Compiling chrono v0.4.38 |
989 | 2024-11-07T13:50:26.294Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=a1de11d364db0941 -C extra-filename=-a1de11d364db0941 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-965e1aa9322e9452.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
990 | 2024-11-07T13:50:26.501Z | Compiling uuid v1.11.0 |
991 | 2024-11-07T13:50:26.503Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=710dace9e946cb89 -C extra-filename=-710dace9e946cb89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
992 | 2024-11-07T13:50:26.584Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=dc780e1771a56145 -C extra-filename=-dc780e1771a56145 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-e126c94e74a804d6.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
993 | 2024-11-07T13:50:27.063Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8f0f02c8afc5b18d -C extra-filename=-8f0f02c8afc5b18d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
994 | 2024-11-07T13:50:27.311Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=04ba54492958d696 -C extra-filename=-04ba54492958d696 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
995 | 2024-11-07T13:50:27.743Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=95b5413a0f5b862d -C extra-filename=-95b5413a0f5b862d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
996 | 2024-11-07T13:50:27.802Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=5122fe8c6f64e7c6 -C extra-filename=-5122fe8c6f64e7c6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-11-07T13:50:28.209Z | Compiling openapiv3 v2.0.0 |
998 | 2024-11-07T13:50:28.212Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=20d26e57ed4fae8e -C extra-filename=-20d26e57ed4fae8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
999 | 2024-11-07T13:50:28.212Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8b4a762e687ef9e4 -C extra-filename=-8b4a762e687ef9e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-33e91a0c775d4f6f.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-3bcc9ca13f09f7be.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-4c4dfbe7bb1d2a4a.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-8a9252db49fae672.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-d359db1c9ea615a2.so --cap-lints allow '-Wclippy::unused-async'` |
1000 | 2024-11-07T13:50:28.369Z | Compiling dof v0.3.0 |
1001 | 2024-11-07T13:50:28.371Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=43ba37a273973ff6 -C extra-filename=-43ba37a273973ff6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-87b1e494d20577d2.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-0b7fbda6cacbfd96.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-3763bf8e6a98e9d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1002 | 2024-11-07T13:50:29.642Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=13835631da52351a -C extra-filename=-13835631da52351a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-c82f1a75437a4626.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-7f5c4aacaa17ef6d.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1003 | 2024-11-07T13:50:29.960Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=96de900ed9f0ca8e -C extra-filename=-96de900ed9f0ca8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-43b24913685697eb.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-7f5c4aacaa17ef6d.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1004 | 2024-11-07T13:50:30.377Z | Compiling http-body v1.0.1 |
1005 | 2024-11-07T13:50:30.379Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0cfcc1f46a099c2 -C extra-filename=-c0cfcc1f46a099c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1006 | 2024-11-07T13:50:30.398Z | Compiling toml_datetime v0.6.8 |
1007 | 2024-11-07T13:50:30.400Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e435f34c37fa4b32 -C extra-filename=-e435f34c37fa4b32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1008 | 2024-11-07T13:50:30.622Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=4d8b34669af8766b -C extra-filename=-4d8b34669af8766b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-dda65be7151d9baf.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-43ba37a273973ff6.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-4892d26b1d346a93.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1009 | 2024-11-07T13:50:30.836Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee6cd55ae4d405f9 -C extra-filename=-ee6cd55ae4d405f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1010 | 2024-11-07T13:50:31.055Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2972569115861fe4 -C extra-filename=-2972569115861fe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-659617a04dda1820.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-0dd15755e8f8f7f0.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a8d99b6838e5acf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1011 | 2024-11-07T13:50:31.909Z | Compiling usdt-attr-macro v0.5.0 |
1012 | 2024-11-07T13:50:31.912Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=01e04b432dd2e36c -C extra-filename=-01e04b432dd2e36c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-11-07T13:50:32.190Z | Compiling usdt-macro v0.5.0 |
1014 | 2024-11-07T13:50:32.193Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=8c36243f9802e2e4 -C extra-filename=-8c36243f9802e2e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1015 | 2024-11-07T13:50:32.333Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5362e67b27c8e793 -C extra-filename=-5362e67b27c8e793 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-6107a7a7ed65b708.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1016 | 2024-11-07T13:50:32.724Z | Compiling serde_spanned v0.6.7 |
1017 | 2024-11-07T13:50:32.727Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=91dbc1c27ae567d9 -C extra-filename=-91dbc1c27ae567d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1018 | 2024-11-07T13:50:32.765Z | Compiling url v2.4.1 |
1019 | 2024-11-07T13:50:32.769Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=2fe9d8c85331f603 -C extra-filename=-2fe9d8c85331f603 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-4c370c3d43b3d490.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1020 | 2024-11-07T13:50:32.928Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a252897c6dde7e01 -C extra-filename=-a252897c6dde7e01 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-568ca11c156d64b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1021 | 2024-11-07T13:50:33.477Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=35f81b2e24be1122 -C extra-filename=-35f81b2e24be1122 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
1022 | 2024-11-07T13:50:33.533Z | Compiling errno v0.3.9 |
1023 | 2024-11-07T13:50:33.536Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e238586d6609dee9 -C extra-filename=-e238586d6609dee9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1024 | 2024-11-07T13:50:33.644Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=e7be2f0a66e0343b -C extra-filename=-e7be2f0a66e0343b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1025 | 2024-11-07T13:50:33.776Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=c650198334ed00fb -C extra-filename=-c650198334ed00fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1026 | 2024-11-07T13:50:33.905Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd68ed1e53116de -C extra-filename=-3bd68ed1e53116de --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1027 | 2024-11-07T13:50:34.055Z | Compiling tokio-util v0.7.11 |
1028 | 2024-11-07T13:50:34.056Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=5dc37dd33f6908e5 -C extra-filename=-5dc37dd33f6908e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1029 | 2024-11-07T13:50:34.077Z | Compiling rustversion v1.0.14 |
1030 | 2024-11-07T13:50:34.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=002dd1575073c150 -C extra-filename=-002dd1575073c150 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1031 | 2024-11-07T13:50:34.097Z | Compiling openssl-probe v0.1.5 |
1032 | 2024-11-07T13:50:34.100Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=738de8733e20c290 -C extra-filename=-738de8733e20c290 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1033 | 2024-11-07T13:50:34.488Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=66bd84ca47149dc9 -C extra-filename=-66bd84ca47149dc9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-e7be2f0a66e0343b.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-a252897c6dde7e01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1034 | 2024-11-07T13:50:34.574Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de1d8e50ceed248d -C extra-filename=-de1d8e50ceed248d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-3bd68ed1e53116de.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1035 | 2024-11-07T13:50:34.713Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150/build-script-build` |
1036 | 2024-11-07T13:50:34.739Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=5cabb3892a63cc6c -C extra-filename=-5cabb3892a63cc6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-e238586d6609dee9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1037 | 2024-11-07T13:50:34.779Z | Compiling http-body-util v0.1.2 |
1038 | 2024-11-07T13:50:34.781Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e74ea6a896a3e54a -C extra-filename=-e74ea6a896a3e54a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1039 | 2024-11-07T13:50:34.826Z | Compiling regress v0.10.1 |
1040 | 2024-11-07T13:50:34.828Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=7a321df352322447 -C extra-filename=-7a321df352322447 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-a3697d009583edc6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1041 | 2024-11-07T13:50:35.274Z | Compiling h2 v0.4.6 |
1042 | 2024-11-07T13:50:35.276Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=ff81d9d2eb04cf47 -C extra-filename=-ff81d9d2eb04cf47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-e21ab4b278a0147b.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1043 | 2024-11-07T13:50:35.337Z | Compiling encoding_rs v0.8.33 |
1044 | 2024-11-07T13:50:35.340Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=8e26f1dd33465610 -C extra-filename=-8e26f1dd33465610 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1045 | 2024-11-07T13:50:35.827Z | Compiling powerfmt v0.2.0 |
1046 | 2024-11-07T13:50:35.830Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1c1fd77ac9810478 -C extra-filename=-1c1fd77ac9810478 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-11-07T13:50:36.200Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5e000166dae759bc -C extra-filename=-5e000166dae759bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1048 | 2024-11-07T13:50:36.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=06fa4843f83cd309 -C extra-filename=-06fa4843f83cd309 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2024-11-07T13:50:37.820Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=937e3c856c48545c -C extra-filename=-937e3c856c48545c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-2972569115861fe4.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-738de8733e20c290.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a8d99b6838e5acf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1050 | 2024-11-07T13:50:38.129Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=ddf0af5efc98f35f -C extra-filename=-ddf0af5efc98f35f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-ab600c5d64d42821.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-06fa4843f83cd309.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1051 | 2024-11-07T13:50:38.434Z | Compiling ipnet v2.9.0 |
1052 | 2024-11-07T13:50:38.437Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=3d8e9d6d8c2482b0 -C extra-filename=-3d8e9d6d8c2482b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1053 | 2024-11-07T13:50:39.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=014d250dab847f45 -C extra-filename=-014d250dab847f45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2024-11-07T13:50:39.511Z | Compiling base64 v0.22.1 |
1055 | 2024-11-07T13:50:39.513Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0c96ab107b9547e7 -C extra-filename=-0c96ab107b9547e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1056 | 2024-11-07T13:50:39.534Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57ec80439d3efe98 -C extra-filename=-57ec80439d3efe98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2024-11-07T13:50:39.766Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a481f752b39bc4aa -C extra-filename=-a481f752b39bc4aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-014d250dab847f45.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1058 | 2024-11-07T13:50:39.859Z | Compiling typify-impl v0.2.0 |
1059 | 2024-11-07T13:50:39.862Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4415317af80631d9 -C extra-filename=-4415317af80631d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-7a321df352322447.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1060 | 2024-11-07T13:50:39.908Z | Compiling hyper v1.4.1 |
1061 | 2024-11-07T13:50:39.911Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=9088f9e5e80e2791 -C extra-filename=-9088f9e5e80e2791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ff81d9d2eb04cf47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-c9fb747aed33fd7e.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-310f48f7a1d77ea8.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1062 | 2024-11-07T13:50:39.926Z | Compiling tokio-native-tls v0.3.1 |
1063 | 2024-11-07T13:50:39.929Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=b5287c0e08984c72 -C extra-filename=-b5287c0e08984c72 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-937e3c856c48545c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1064 | 2024-11-07T13:50:40.198Z | Compiling rustls-pemfile v2.1.3 |
1065 | 2024-11-07T13:50:40.200Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a6ae49a991f72ea2 -C extra-filename=-a6ae49a991f72ea2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1066 | 2024-11-07T13:50:40.272Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c7935545ea9859d9 -C extra-filename=-c7935545ea9859d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-5e000166dae759bc.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2024-11-07T13:50:40.693Z | Compiling deranged v0.3.9 |
1068 | 2024-11-07T13:50:40.695Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=16b1783f60861e83 -C extra-filename=-16b1783f60861e83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-1c1fd77ac9810478.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2024-11-07T13:50:40.768Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=101239d14d794f33 -C extra-filename=-101239d14d794f33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-66bd84ca47149dc9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1070 | 2024-11-07T13:50:41.170Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db76885ec66862d2 -C extra-filename=-db76885ec66862d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2024-11-07T13:50:41.389Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8de5c938a54f06eb -C extra-filename=-8de5c938a54f06eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1072 | 2024-11-07T13:50:42.163Z | Compiling serde_urlencoded v0.7.1 |
1073 | 2024-11-07T13:50:42.166Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06328031112a97c2 -C extra-filename=-06328031112a97c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1074 | 2024-11-07T13:50:42.300Z | Compiling hyper-util v0.1.9 |
1075 | 2024-11-07T13:50:42.302Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=d32c82857d165aea -C extra-filename=-d32c82857d165aea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2024-11-07T13:50:42.385Z | Compiling futures-executor v0.3.31 |
1077 | 2024-11-07T13:50:42.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a5917bdfef2192aa -C extra-filename=-a5917bdfef2192aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2024-11-07T13:50:42.502Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9937af9a4beda013 -C extra-filename=-9937af9a4beda013 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1079 | 2024-11-07T13:50:42.597Z | Compiling webpki-roots v0.26.6 |
1080 | 2024-11-07T13:50:42.600Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16a29b1168270956 -C extra-filename=-16a29b1168270956 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2024-11-07T13:50:42.672Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=c23942fb60a3ce11 -C extra-filename=-c23942fb60a3ce11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ddf0af5efc98f35f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-35f81b2e24be1122.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-57ec80439d3efe98.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-de1d8e50ceed248d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1082 | 2024-11-07T13:50:42.799Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=8a650d373ab891c0 -C extra-filename=-8a650d373ab891c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2024-11-07T13:50:42.948Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=328a9c799ff21bd9 -C extra-filename=-328a9c799ff21bd9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2024-11-07T13:50:43.869Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d04adf0f47c984 -C extra-filename=-12d04adf0f47c984 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1085 | 2024-11-07T13:50:43.964Z | Compiling num_threads v0.1.6 |
1086 | 2024-11-07T13:50:43.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e656538382e75b76 -C extra-filename=-e656538382e75b76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1087 | 2024-11-07T13:50:43.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=27b19f547bfddf4e -C extra-filename=-27b19f547bfddf4e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-5122fe8c6f64e7c6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-a481f752b39bc4aa.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-0dd15755e8f8f7f0.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9937af9a4beda013.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1088 | 2024-11-07T13:50:44.090Z | Compiling time v0.3.36 |
1089 | 2024-11-07T13:50:44.092Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0759e65d5bf9f55f -C extra-filename=-0759e65d5bf9f55f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-16b1783f60861e83.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-e85aebce9f0a4518.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-e656538382e75b76.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-1c1fd77ac9810478.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-8520209be44b255b.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2024-11-07T13:50:44.635Z | Compiling hyper-tls v0.6.0 |
1091 | 2024-11-07T13:50:44.638Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=94cf7f9f1bb77c9f -C extra-filename=-94cf7f9f1bb77c9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-d32c82857d165aea.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-937e3c856c48545c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-b5287c0e08984c72.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1092 | 2024-11-07T13:50:45.069Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=aa97d7bb3dd7b232 -C extra-filename=-aa97d7bb3dd7b232 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c7935545ea9859d9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1093 | 2024-11-07T13:50:45.238Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=c265c9505795198a -C extra-filename=-c265c9505795198a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-8a9252db49fae672.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2024-11-07T13:50:46.295Z | Compiling block-buffer v0.10.4 |
1095 | 2024-11-07T13:50:46.306Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d95f532fda6cc583 -C extra-filename=-d95f532fda6cc583 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1096 | 2024-11-07T13:50:46.318Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e31170ab19c6aabe -C extra-filename=-e31170ab19c6aabe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1097 | 2024-11-07T13:50:46.498Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=a312cc896f01822e -C extra-filename=-a312cc896f01822e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-8a650d373ab891c0.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1098 | 2024-11-07T13:50:47.055Z | Compiling sync_wrapper v1.0.1 |
1099 | 2024-11-07T13:50:47.058Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=ab6aacbdb211a356 -C extra-filename=-ab6aacbdb211a356 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1100 | 2024-11-07T13:50:47.201Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=475ee10ed46dee98 -C extra-filename=-475ee10ed46dee98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1101 | 2024-11-07T13:50:47.612Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a747c35134998cb -C extra-filename=-0a747c35134998cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2024-11-07T13:50:47.822Z | Compiling camino v1.1.9 |
1103 | 2024-11-07T13:50:47.825Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1104 | 2024-11-07T13:50:47.910Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=e6489994452eb7a0 -C extra-filename=-e6489994452eb7a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-475ee10ed46dee98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1105 | 2024-11-07T13:50:48.060Z | Compiling digest v0.10.7 |
1106 | 2024-11-07T13:50:48.087Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=999344459ef5a67a -C extra-filename=-999344459ef5a67a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-d95f532fda6cc583.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1107 | 2024-11-07T13:50:48.458Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121/build-script-build` |
1108 | 2024-11-07T13:50:48.489Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24e1fda7e9620f3f -C extra-filename=-24e1fda7e9620f3f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2024-11-07T13:50:48.527Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=f0f1f147f4e06733 -C extra-filename=-f0f1f147f4e06733 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-11-07T13:50:48.552Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9dfb715720f8b512 -C extra-filename=-9dfb715720f8b512 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2024-11-07T13:50:48.988Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fa794215987dc641 -C extra-filename=-fa794215987dc641 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2024-11-07T13:50:49.115Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=822c2fe7af9ba493 -C extra-filename=-822c2fe7af9ba493 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-5e9c097fedf48f76.so --cap-lints allow '-Wclippy::unused-async'` |
1113 | 2024-11-07T13:50:49.215Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=20dc915ca174459c -C extra-filename=-20dc915ca174459c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2024-11-07T13:50:49.660Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5a890e43b378f2b0 -C extra-filename=-5a890e43b378f2b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2024-11-07T13:50:49.682Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d272671c250f5a43 -C extra-filename=-d272671c250f5a43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1116 | 2024-11-07T13:50:49.747Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1ed0976a6e28e2 -C extra-filename=-bd1ed0976a6e28e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1117 | 2024-11-07T13:50:50.047Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=57da9d7a913df298 -C extra-filename=-57da9d7a913df298 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-27b19f547bfddf4e.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-0a747c35134998cb.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9937af9a4beda013.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1118 | 2024-11-07T13:50:50.325Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfa39d2e97bb301b -C extra-filename=-bfa39d2e97bb301b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2024-11-07T13:50:50.569Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d2a87d5f125ae47 -C extra-filename=-3d2a87d5f125ae47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1120 | 2024-11-07T13:50:50.593Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dafba719e33b646c -C extra-filename=-dafba719e33b646c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2024-11-07T13:50:50.700Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1806adab6b2281b9 -C extra-filename=-1806adab6b2281b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1122 | 2024-11-07T13:50:50.723Z | Compiling either v1.13.0 |
1123 | 2024-11-07T13:50:50.726Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0861883e424bc415 -C extra-filename=-0861883e424bc415 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1124 | 2024-11-07T13:50:51.011Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e6efdcadd057781 -C extra-filename=-7e6efdcadd057781 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2024-11-07T13:50:51.136Z | Compiling winnow v0.5.19 |
1126 | 2024-11-07T13:50:51.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=55f6cc2e6e379aee -C extra-filename=-55f6cc2e6e379aee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2024-11-07T13:50:51.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=0db405a74d4a6b08 -C extra-filename=-0db405a74d4a6b08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-7e6efdcadd057781.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-822c2fe7af9ba493.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2024-11-07T13:50:51.214Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cf178374344abd17 -C extra-filename=-cf178374344abd17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-e6489994452eb7a0.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-bd1ed0976a6e28e2.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-dafba719e33b646c.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-475ee10ed46dee98.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-3d2a87d5f125ae47.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1129 | 2024-11-07T13:50:51.747Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=5a643cf823df8ee7 -C extra-filename=-5a643cf823df8ee7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-bfa39d2e97bb301b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-11-07T13:50:52.410Z | Compiling typify-macro v0.2.0 |
1131 | 2024-11-07T13:50:52.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c29e946bc7815c64 -C extra-filename=-c29e946bc7815c64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-4415317af80631d9.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2024-11-07T13:50:52.646Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2fc27377c9de1429 -C extra-filename=-2fc27377c9de1429 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-20dc915ca174459c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1133 | 2024-11-07T13:50:53.471Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=38aa05cd5185ed13 -C extra-filename=-38aa05cd5185ed13 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-57da9d7a913df298.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1134 | 2024-11-07T13:50:53.730Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=79c07d1ec6a499f7 -C extra-filename=-79c07d1ec6a499f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2024-11-07T13:50:53.962Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34c6ebe0ed61dd82 -C extra-filename=-34c6ebe0ed61dd82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2024-11-07T13:50:54.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1195122e81cb95d2 -C extra-filename=-1195122e81cb95d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2024-11-07T13:50:54.352Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=c401145ebaa8ecd8 -C extra-filename=-c401145ebaa8ecd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1138 | 2024-11-07T13:50:54.468Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06da4aba048fad48 -C extra-filename=-06da4aba048fad48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-5a643cf823df8ee7.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-20539895b255c4c5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1139 | 2024-11-07T13:50:54.561Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf77991ebc6a97e6 -C extra-filename=-cf77991ebc6a97e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-c265c9505795198a.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-57da9d7a913df298.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-38aa05cd5185ed13.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1140 | 2024-11-07T13:50:54.610Z | Compiling async-trait v0.1.83 |
1141 | 2024-11-07T13:50:54.614Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e654c95b0df562a -C extra-filename=-6e654c95b0df562a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2024-11-07T13:50:54.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=41a71b75934fc850 -C extra-filename=-41a71b75934fc850 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1143 | 2024-11-07T13:50:54.777Z | Compiling num-integer v0.1.46 |
1144 | 2024-11-07T13:50:54.779Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=605fb97b9c0ab9f2 -C extra-filename=-605fb97b9c0ab9f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1145 | 2024-11-07T13:50:54.925Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f0a59787f13b1cc -C extra-filename=-7f0a59787f13b1cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2024-11-07T13:50:55.038Z | Compiling unsafe-libyaml v0.2.9 |
1147 | 2024-11-07T13:50:55.041Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b08f6e94e99c78a2 -C extra-filename=-b08f6e94e99c78a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1148 | 2024-11-07T13:50:55.568Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=2db3503a5bb3cb41 -C extra-filename=-2db3503a5bb3cb41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1149 | 2024-11-07T13:50:56.013Z | Compiling typify v0.2.0 |
1150 | 2024-11-07T13:50:56.015Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=d1e8f92261fa58a6 -C extra-filename=-d1e8f92261fa58a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-4415317af80631d9.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-c29e946bc7815c64.so --cap-lints allow '-Wclippy::unused-async'` |
1151 | 2024-11-07T13:50:56.145Z | Compiling progenitor-impl v0.8.0 |
1152 | 2024-11-07T13:50:56.148Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a694b50e3d3ac6d -C extra-filename=-7a694b50e3d3ac6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-d1e8f92261fa58a6.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1153 | 2024-11-07T13:50:56.203Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=d5b588947fadf0d8 -C extra-filename=-d5b588947fadf0d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-2fc27377c9de1429.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-20dc915ca174459c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1154 | 2024-11-07T13:50:56.391Z | Compiling serde_yaml v0.9.27 |
1155 | 2024-11-07T13:50:56.394Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41d26071168defdb -C extra-filename=-41d26071168defdb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-b08f6e94e99c78a2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1156 | 2024-11-07T13:50:56.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61bc18beb6106008 -C extra-filename=-61bc18beb6106008 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-2fc27377c9de1429.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2024-11-07T13:50:56.743Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=95d01d9b804deb64 -C extra-filename=-95d01d9b804deb64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1158 | 2024-11-07T13:50:56.746Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=a222bc0560c07e46 -C extra-filename=-a222bc0560c07e46 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-0db405a74d4a6b08.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-c401145ebaa8ecd8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2024-11-07T13:50:56.746Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7b0e0913d6b57bfb -C extra-filename=-7b0e0913d6b57bfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1160 | 2024-11-07T13:50:56.807Z | Compiling memmap v0.7.0 |
1161 | 2024-11-07T13:50:56.809Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c29d5e95a10bfa2e -C extra-filename=-c29d5e95a10bfa2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1162 | 2024-11-07T13:50:56.879Z | Compiling utf8parse v0.2.1 |
1163 | 2024-11-07T13:50:56.881Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=0569538f3fbdb89c -C extra-filename=-0569538f3fbdb89c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2024-11-07T13:50:57.036Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=8a9b95e96b819e98 -C extra-filename=-8a9b95e96b819e98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-61bc18beb6106008.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-d5b588947fadf0d8.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1165 | 2024-11-07T13:50:57.145Z | Compiling hex v0.4.3 |
1166 | 2024-11-07T13:50:57.148Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=d31eafa0be82002d -C extra-filename=-d31eafa0be82002d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1167 | 2024-11-07T13:50:57.431Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f306540a2375c8b0 -C extra-filename=-f306540a2375c8b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-a222bc0560c07e46.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-06da4aba048fad48.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-7f0a59787f13b1cc.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1168 | 2024-11-07T13:50:57.496Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f7ad8dfe3bacd28b -C extra-filename=-f7ad8dfe3bacd28b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1169 | 2024-11-07T13:50:57.746Z | Compiling clap_derive v4.5.18 |
1170 | 2024-11-07T13:50:57.749Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=f161513d491ccf04 -C extra-filename=-f161513d491ccf04 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1171 | 2024-11-07T13:50:57.796Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=259c464874b009e5 -C extra-filename=-259c464874b009e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1172 | 2024-11-07T13:50:57.930Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00404ab0b0f05358 -C extra-filename=-00404ab0b0f05358 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1173 | 2024-11-07T13:50:58.202Z | Compiling usdt v0.5.0 |
1174 | 2024-11-07T13:50:58.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=52fe705de3e6d32f -C extra-filename=-52fe705de3e6d32f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-a222bc0560c07e46.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-06da4aba048fad48.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-0db405a74d4a6b08.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-c29d5e95a10bfa2e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-01e04b432dd2e36c.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-f306540a2375c8b0.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-8c36243f9802e2e4.so --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2024-11-07T13:50:58.523Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdd713edcc43227b -C extra-filename=-bdd713edcc43227b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1176 | 2024-11-07T13:50:58.759Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3d88ff472b1d8bb8 -C extra-filename=-3d88ff472b1d8bb8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1177 | 2024-11-07T13:50:58.839Z | Compiling siphasher v0.3.11 |
1178 | 2024-11-07T13:50:58.841Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=9d7380afa3bc83b5 -C extra-filename=-9d7380afa3bc83b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1179 | 2024-11-07T13:50:58.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=9f53ad4ea74500ac -C extra-filename=-9f53ad4ea74500ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-43ba37a273973ff6.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-87b1e494d20577d2.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-bdd713edcc43227b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-01e04b432dd2e36c.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-8c36243f9802e2e4.so --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2024-11-07T13:50:58.919Z | Compiling anstyle-parse v0.2.2 |
1181 | 2024-11-07T13:50:58.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=11a862b8d546a2d8 -C extra-filename=-11a862b8d546a2d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-3d88ff472b1d8bb8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2024-11-07T13:50:59.053Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=bdff5b82d8da383e -C extra-filename=-bdff5b82d8da383e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-5122fe8c6f64e7c6.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-00404ab0b0f05358.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1183 | 2024-11-07T13:50:59.185Z | Compiling phf_shared v0.11.2 |
1184 | 2024-11-07T13:50:59.188Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=296f524617f4c033 -C extra-filename=-296f524617f4c033 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-9d7380afa3bc83b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1185 | 2024-11-07T13:50:59.228Z | Compiling toml_edit v0.19.15 |
1186 | 2024-11-07T13:50:59.231Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=b13c9aa97738cfd3 -C extra-filename=-b13c9aa97738cfd3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-11-07T13:50:59.302Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f8b6bfad8bb645a9 -C extra-filename=-f8b6bfad8bb645a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1188 | 2024-11-07T13:50:59.552Z | Compiling colorchoice v1.0.0 |
1189 | 2024-11-07T13:50:59.555Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ee57106e0aad884 -C extra-filename=-7ee57106e0aad884 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1190 | 2024-11-07T13:50:59.706Z | Compiling anstyle v1.0.8 |
1191 | 2024-11-07T13:50:59.709Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ece6d115329e2b6 -C extra-filename=-0ece6d115329e2b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1192 | 2024-11-07T13:50:59.925Z | Compiling anstyle-query v1.0.0 |
1193 | 2024-11-07T13:50:59.928Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f86011466ab945d -C extra-filename=-5f86011466ab945d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1194 | 2024-11-07T13:50:59.983Z | Compiling rustls v0.22.4 |
1195 | 2024-11-07T13:50:59.986Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1196 | 2024-11-07T13:51:00.057Z | Compiling anstream v0.6.12 |
1197 | 2024-11-07T13:51:00.059Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=3b1a14f422ac62e9 -C extra-filename=-3b1a14f422ac62e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-0ece6d115329e2b6.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-11a862b8d546a2d8.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-5f86011466ab945d.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-7ee57106e0aad884.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-3d88ff472b1d8bb8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2024-11-07T13:51:00.133Z | Compiling num-iter v0.1.45 |
1199 | 2024-11-07T13:51:00.136Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9b7409d92149ff9c -C extra-filename=-9b7409d92149ff9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1200 | 2024-11-07T13:51:00.319Z | Compiling strsim v0.11.0 |
1201 | 2024-11-07T13:51:00.321Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=fb6eb155c4f738a7 -C extra-filename=-fb6eb155c4f738a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1202 | 2024-11-07T13:51:00.338Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=797844bd091c718a -C extra-filename=-797844bd091c718a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1203 | 2024-11-07T13:51:00.503Z | Compiling paste v1.0.15 |
1204 | 2024-11-07T13:51:00.506Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1205 | 2024-11-07T13:51:00.688Z | Compiling bitflags v1.3.2 |
1206 | 2024-11-07T13:51:00.691Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=9748ba526f3b7e75 -C extra-filename=-9748ba526f3b7e75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1207 | 2024-11-07T13:51:00.792Z | Compiling clap_lex v0.7.0 |
1208 | 2024-11-07T13:51:00.795Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01ac99fb87df80cb -C extra-filename=-01ac99fb87df80cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2024-11-07T13:51:01.005Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447/build-script-build` |
1210 | 2024-11-07T13:51:01.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3879099697f8997e -C extra-filename=-3879099697f8997e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2024-11-07T13:51:01.076Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=c63d2c5ee78efeda -C extra-filename=-c63d2c5ee78efeda --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1212 | 2024-11-07T13:51:01.226Z | Compiling multer v3.1.0 |
1213 | 2024-11-07T13:51:01.229Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1214 | 2024-11-07T13:51:01.357Z | Compiling terminal_size v0.4.0 |
1215 | 2024-11-07T13:51:01.360Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ea2cee549205101 -C extra-filename=-1ea2cee549205101 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-bdff5b82d8da383e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1216 | 2024-11-07T13:51:01.378Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e32faa370e42d791 -C extra-filename=-e32faa370e42d791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1217 | 2024-11-07T13:51:01.499Z | Compiling clap_builder v4.5.20 |
1218 | 2024-11-07T13:51:01.502Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=ccdbeba0238493fc -C extra-filename=-ccdbeba0238493fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-3b1a14f422ac62e9.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-0ece6d115329e2b6.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-01ac99fb87df80cb.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-797844bd091c718a.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-1ea2cee549205101.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1219 | 2024-11-07T13:51:01.546Z | Compiling omicron-workspace-hack v0.1.0 |
1220 | 2024-11-07T13:51:01.549Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c26b8109d3aa82d -C extra-filename=-6c26b8109d3aa82d --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1221 | 2024-11-07T13:51:01.568Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a84789410bb8524 -C extra-filename=-9a84789410bb8524 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2024-11-07T13:51:01.850Z | Compiling slog-async v2.8.0 |
1223 | 2024-11-07T13:51:01.853Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1224 | 2024-11-07T13:51:01.872Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdd4de9255efd810 -C extra-filename=-fdd4de9255efd810 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2024-11-07T13:51:01.908Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30b287a4780d0306 -C extra-filename=-30b287a4780d0306 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1226 | 2024-11-07T13:51:01.993Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a5c0f95a181fa3ba -C extra-filename=-a5c0f95a181fa3ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-9a84789410bb8524.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-3879099697f8997e.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-e32faa370e42d791.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-fdd4de9255efd810.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2024-11-07T13:51:02.022Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d/build-script-build` |
1228 | 2024-11-07T13:51:02.051Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061/build-script-build` |
1229 | 2024-11-07T13:51:02.118Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
1230 | 2024-11-07T13:51:02.275Z | Compiling progenitor-macro v0.8.0 |
1231 | 2024-11-07T13:51:02.278Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=871edbf2219dbec0 -C extra-filename=-871edbf2219dbec0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-7a694b50e3d3ac6d.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-41d26071168defdb.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1232 | 2024-11-07T13:51:02.355Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
1233 | 2024-11-07T13:51:02.414Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=1e1a085c15bd3da7 -C extra-filename=-1e1a085c15bd3da7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-8a650d373ab891c0.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-a312cc896f01822e.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1234 | 2024-11-07T13:51:02.435Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07e048cb90de8b29 -C extra-filename=-07e048cb90de8b29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1235 | 2024-11-07T13:51:02.634Z | Compiling async-stream-impl v0.3.5 |
1236 | 2024-11-07T13:51:02.637Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5231844657db178 -C extra-filename=-f5231844657db178 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1237 | 2024-11-07T13:51:02.759Z | Compiling cpufeatures v0.2.12 |
1238 | 2024-11-07T13:51:02.762Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d921f050689b6a3 -C extra-filename=-5d921f050689b6a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1239 | 2024-11-07T13:51:02.857Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9de7cca24566fe4 -C extra-filename=-b9de7cca24566fe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1240 | 2024-11-07T13:51:03.166Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8278806cdfb948a9 -C extra-filename=-8278806cdfb948a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1241 | 2024-11-07T13:51:03.406Z | Compiling dropshot v0.12.0 |
1242 | 2024-11-07T13:51:03.409Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fa5fdedfce218689 -C extra-filename=-fa5fdedfce218689 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2024-11-07T13:51:03.608Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=c306063a241ff9f7 -C extra-filename=-c306063a241ff9f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-a5c0f95a181fa3ba.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-9a84789410bb8524.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-b9de7cca24566fe4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-8278806cdfb948a9.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-07e048cb90de8b29.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1244 | 2024-11-07T13:51:03.769Z | Compiling arrayvec v0.7.4 |
1245 | 2024-11-07T13:51:03.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=cfda9241f57279a9 -C extra-filename=-cfda9241f57279a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1246 | 2024-11-07T13:51:03.967Z | Compiling strsim v0.10.0 |
1247 | 2024-11-07T13:51:03.970Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3298219b29e4be1c -C extra-filename=-3298219b29e4be1c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1248 | 2024-11-07T13:51:04.115Z | Compiling ident_case v1.0.1 |
1249 | 2024-11-07T13:51:04.118Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d52f011a2b388bc -C extra-filename=-8d52f011a2b388bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1250 | 2024-11-07T13:51:04.253Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=30e2d1a58b0ceaa1 -C extra-filename=-30e2d1a58b0ceaa1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1251 | 2024-11-07T13:51:04.287Z | Compiling darling_core v0.20.3 |
1252 | 2024-11-07T13:51:04.290Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=318bc24e96224a1c -C extra-filename=-318bc24e96224a1c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-8d52f011a2b388bc.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-3298219b29e4be1c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1253 | 2024-11-07T13:51:04.571Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=25d18edbaa8643e6 -C extra-filename=-25d18edbaa8643e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-30e2d1a58b0ceaa1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1254 | 2024-11-07T13:51:04.645Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689/build-script-build` |
1255 | 2024-11-07T13:51:04.714Z | Compiling dropshot_endpoint v0.12.0 |
1256 | 2024-11-07T13:51:04.717Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=325e6d1b02144590 -C extra-filename=-325e6d1b02144590 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1257 | 2024-11-07T13:51:04.974Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=150c2a785c4356cc -C extra-filename=-150c2a785c4356cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-c63d2c5ee78efeda.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1258 | 2024-11-07T13:51:05.739Z | Compiling clap v4.5.20 |
1259 | 2024-11-07T13:51:05.741Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=84d30c4eece83bca -C extra-filename=-84d30c4eece83bca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-ccdbeba0238493fc.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-f161513d491ccf04.so --cap-lints allow '-Wclippy::unused-async'` |
1260 | 2024-11-07T13:51:05.860Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=0309d94b778620e1 -C extra-filename=-0309d94b778620e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1261 | 2024-11-07T13:51:06.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=e5071d0de9cafe7c -C extra-filename=-e5071d0de9cafe7c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1262 | 2024-11-07T13:51:07.241Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5cf4f0dfc9c82849 -C extra-filename=-5cf4f0dfc9c82849 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-c306063a241ff9f7.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-f161513d491ccf04.so --cap-lints allow '-Wclippy::unused-async'` |
1263 | 2024-11-07T13:51:07.327Z | Compiling futures v0.3.31 |
1264 | 2024-11-07T13:51:07.330Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=77c4d1909e2201c7 -C extra-filename=-77c4d1909e2201c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1265 | 2024-11-07T13:51:07.444Z | Compiling strum_macros v0.26.4 |
1266 | 2024-11-07T13:51:07.447Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0e177a9a53f068e -C extra-filename=-a0e177a9a53f068e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1267 | 2024-11-07T13:51:08.708Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=7e10048ea022ef94 -C extra-filename=-7e10048ea022ef94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-150c2a785c4356cc.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-c29e946bc7815c64.so --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2024-11-07T13:51:08.821Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55efb8ceef7a61e7 -C extra-filename=-55efb8ceef7a61e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-7e10048ea022ef94.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-11-07T13:51:08.930Z | Compiling crossbeam-channel v0.5.13 |
1270 | 2024-11-07T13:51:08.932Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5cc55772ea45cd6a -C extra-filename=-5cc55772ea45cd6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-11-07T13:51:09.105Z | Compiling darling_macro v0.20.3 |
1272 | 2024-11-07T13:51:09.108Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=663388d559843837 -C extra-filename=-663388d559843837 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-318bc24e96224a1c.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2024-11-07T13:51:09.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=908fd40ce752c157 -C extra-filename=-908fd40ce752c157 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0309d94b778620e1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1274 | 2024-11-07T13:51:10.050Z | Compiling thread_local v1.1.7 |
1275 | 2024-11-07T13:51:10.053Z | Compiling match_cfg v0.1.0 |
1276 | 2024-11-07T13:51:10.068Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0b6a9d9f3348f6a4 -C extra-filename=-0b6a9d9f3348f6a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1277 | 2024-11-07T13:51:10.068Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=798971742d3b6cb0 -C extra-filename=-798971742d3b6cb0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1278 | 2024-11-07T13:51:10.138Z | Compiling winnow v0.6.18 |
1279 | 2024-11-07T13:51:10.141Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=538454acd68f1d32 -C extra-filename=-538454acd68f1d32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1280 | 2024-11-07T13:51:10.651Z | Compiling hostname v0.3.1 |
1281 | 2024-11-07T13:51:10.654Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=05db6633f95886d0 -C extra-filename=-05db6633f95886d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-798971742d3b6cb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1282 | 2024-11-07T13:51:10.937Z | Compiling darling v0.20.3 |
1283 | 2024-11-07T13:51:10.940Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e53ec0b8502c171c -C extra-filename=-e53ec0b8502c171c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-318bc24e96224a1c.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-663388d559843837.so --cap-lints allow '-Wclippy::unused-async'` |
1284 | 2024-11-07T13:51:11.041Z | Compiling dirs-sys-next v0.1.2 |
1285 | 2024-11-07T13:51:11.044Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9b10872c6ef6be8 -C extra-filename=-b9b10872c6ef6be8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1286 | 2024-11-07T13:51:11.707Z | Compiling dirs-next v2.0.0 |
1287 | 2024-11-07T13:51:11.732Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=900d9dca348d6c1d -C extra-filename=-900d9dca348d6c1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-b9b10872c6ef6be8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1288 | 2024-11-07T13:51:11.763Z | Compiling serde_with_macros v3.9.0 |
1289 | 2024-11-07T13:51:11.765Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=0b9395b9bfdd461f -C extra-filename=-0b9395b9bfdd461f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-e53ec0b8502c171c.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1290 | 2024-11-07T13:51:11.899Z | Compiling structmeta-derive v0.3.0 |
1291 | 2024-11-07T13:51:11.902Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a381b78a2a125abf -C extra-filename=-a381b78a2a125abf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1292 | 2024-11-07T13:51:12.681Z | Compiling syn v1.0.109 |
1293 | 2024-11-07T13:51:12.705Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a4b1f01d0380d37d -C extra-filename=-a4b1f01d0380d37d --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1294 | 2024-11-07T13:51:13.305Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d/build-script-build` |
1295 | 2024-11-07T13:51:13.369Z | Compiling term v0.7.0 |
1296 | 2024-11-07T13:51:13.372Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=426ec8dd6b9e2b25 -C extra-filename=-426ec8dd6b9e2b25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-900d9dca348d6c1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1297 | 2024-11-07T13:51:13.800Z | Compiling toml_edit v0.22.20 |
1298 | 2024-11-07T13:51:13.803Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=b16ebf92bda3c222 -C extra-filename=-b16ebf92bda3c222 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2024-11-07T13:51:13.872Z | Compiling slog-json v2.6.1 |
1300 | 2024-11-07T13:51:13.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=f3c2d2569f7703fe -C extra-filename=-f3c2d2569f7703fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1301 | 2024-11-07T13:51:14.207Z | Compiling is-terminal v0.4.12 |
1302 | 2024-11-07T13:51:14.209Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa6519aaa42652c9 -C extra-filename=-aa6519aaa42652c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1303 | 2024-11-07T13:51:14.248Z | Compiling take_mut v0.2.2 |
1304 | 2024-11-07T13:51:14.251Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7d1722885719efa -C extra-filename=-b7d1722885719efa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1305 | 2024-11-07T13:51:14.339Z | Compiling debug-ignore v1.0.5 |
1306 | 2024-11-07T13:51:14.342Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b6046cb7827ff010 -C extra-filename=-b6046cb7827ff010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1307 | 2024-11-07T13:51:14.400Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=67c3d2a2d9b1bb91 -C extra-filename=-67c3d2a2d9b1bb91 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5cc55772ea45cd6a.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-b7d1722885719efa.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1308 | 2024-11-07T13:51:14.420Z | Compiling structmeta v0.3.0 |
1309 | 2024-11-07T13:51:14.423Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03b1b00d28484e30 -C extra-filename=-03b1b00d28484e30 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-a381b78a2a125abf.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1310 | 2024-11-07T13:51:14.479Z | Compiling slog-term v2.9.1 |
1311 | 2024-11-07T13:51:14.479Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=e6b10b781af385b2 -C extra-filename=-e6b10b781af385b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-aa6519aaa42652c9.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-426ec8dd6b9e2b25.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2024-11-07T13:51:14.773Z | Compiling parse-display-derive v0.10.0 |
1313 | 2024-11-07T13:51:14.777Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2e5c30fcc18e691 -C extra-filename=-e2e5c30fcc18e691 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-03b1b00d28484e30.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1314 | 2024-11-07T13:51:14.894Z | Compiling slog-bunyan v2.5.0 |
1315 | 2024-11-07T13:51:14.896Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=1bcff660c294dc42 -C extra-filename=-1bcff660c294dc42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-05db6633f95886d0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f3c2d2569f7703fe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-11-07T13:51:15.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=c4cde489b69ed20e -C extra-filename=-c4cde489b69ed20e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1317 | 2024-11-07T13:51:15.565Z | Compiling async-stream v0.3.5 |
1318 | 2024-11-07T13:51:15.574Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30531afbd6579276 -C extra-filename=-30531afbd6579276 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-f5231844657db178.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1319 | 2024-11-07T13:51:15.626Z | Compiling sha1 v0.10.6 |
1320 | 2024-11-07T13:51:15.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2423c0068d754f54 -C extra-filename=-2423c0068d754f54 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1321 | 2024-11-07T13:51:15.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=6f81169de4151ba3 -C extra-filename=-6f81169de4151ba3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-c9fb747aed33fd7e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1322 | 2024-11-07T13:51:16.051Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b409597db4dcd64 -C extra-filename=-1b409597db4dcd64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1323 | 2024-11-07T13:51:16.157Z | Compiling ipnetwork v0.20.0 |
1324 | 2024-11-07T13:51:16.159Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=ac62497dc5d7bf75 -C extra-filename=-ac62497dc5d7bf75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1325 | 2024-11-07T13:51:17.038Z | Compiling toml v0.8.19 |
1326 | 2024-11-07T13:51:17.041Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=c94a7f12a9ced6b6 -C extra-filename=-c94a7f12a9ced6b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b16ebf92bda3c222.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-11-07T13:51:17.070Z | Compiling serde_path_to_error v0.1.16 |
1328 | 2024-11-07T13:51:17.073Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21e2d620a0ea1f02 -C extra-filename=-21e2d620a0ea1f02 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-11-07T13:51:17.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1330 | 2024-11-07T13:51:17.128Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=df224babcfd5e671 -C extra-filename=-df224babcfd5e671 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2024-11-07T13:51:17.177Z | Compiling waitgroup v0.1.2 |
1332 | 2024-11-07T13:51:17.180Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d305265d67221fc1 -C extra-filename=-d305265d67221fc1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-e21ab4b278a0147b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2024-11-07T13:51:17.411Z | Compiling hostname v0.4.0 |
1334 | 2024-11-07T13:51:17.414Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a730ac440c432e3b -C extra-filename=-a730ac440c432e3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-11-07T13:51:17.662Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0ee57d4bd2b57d1 -C extra-filename=-a0ee57d4bd2b57d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1336 | 2024-11-07T13:51:17.761Z | Compiling lazy_static v1.5.0 |
1337 | 2024-11-07T13:51:17.763Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=468fa0e04c8ace1f -C extra-filename=-468fa0e04c8ace1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1338 | 2024-11-07T13:51:17.893Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1339 | 2024-11-07T13:51:17.896Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87239645c4bd4ab4 -C extra-filename=-87239645c4bd4ab4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1340 | 2024-11-07T13:51:17.913Z | Compiling unicode-width v0.1.14 |
1341 | 2024-11-07T13:51:17.916Z | Compiling fastrand v2.0.1 |
1342 | 2024-11-07T13:51:17.916Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=736479e50d5e37ec -C extra-filename=-736479e50d5e37ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1343 | 2024-11-07T13:51:17.933Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=fb1334f0c1909294 -C extra-filename=-fb1334f0c1909294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1344 | 2024-11-07T13:51:18.456Z | Compiling tempfile v3.8.1 |
1345 | 2024-11-07T13:51:18.480Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=890909d584d389ce -C extra-filename=-890909d584d389ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-fb1334f0c1909294.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2024-11-07T13:51:18.542Z | Compiling strum v0.26.3 |
1347 | 2024-11-07T13:51:18.545Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=ed7497f55b6da4a6 -C extra-filename=-ed7497f55b6da4a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --cap-lints allow '-Wclippy::unused-async'` |
1348 | 2024-11-07T13:51:18.575Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=ff90d7bad176c3a2 -C extra-filename=-ff90d7bad176c3a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1349 | 2024-11-07T13:51:18.715Z | Compiling autocfg v0.1.8 |
1350 | 2024-11-07T13:51:18.718Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4efb5a89aff8a43 -C extra-filename=-a4efb5a89aff8a43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1351 | 2024-11-07T13:51:18.740Z | Compiling rand_core v0.4.2 |
1352 | 2024-11-07T13:51:18.742Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=7130bec9a0f0ead7 -C extra-filename=-7130bec9a0f0ead7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1353 | 2024-11-07T13:51:18.761Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1354 | 2024-11-07T13:51:18.764Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=5a6b5106b3e337a9 -C extra-filename=-5a6b5106b3e337a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2024-11-07T13:51:18.815Z | Compiling serde_with v3.9.0 |
1356 | 2024-11-07T13:51:18.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=2692986d78662e8b -C extra-filename=-2692986d78662e8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-0b9395b9bfdd461f.so --cap-lints allow '-Wclippy::unused-async'` |
1357 | 2024-11-07T13:51:19.115Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=dae791e48c987397 -C extra-filename=-dae791e48c987397 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1358 | 2024-11-07T13:51:19.274Z | Compiling newtype-uuid v1.1.0 |
1359 | 2024-11-07T13:51:19.277Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=c62531ce6ec9829f -C extra-filename=-c62531ce6ec9829f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1360 | 2024-11-07T13:51:19.447Z | Compiling instant v0.1.12 |
1361 | 2024-11-07T13:51:19.449Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=0b61c1ea0f95557d -C extra-filename=-0b61c1ea0f95557d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1362 | 2024-11-07T13:51:19.527Z | Compiling heck v0.4.1 |
1363 | 2024-11-07T13:51:19.530Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=e9144e00df005614 -C extra-filename=-e9144e00df005614 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1364 | 2024-11-07T13:51:19.578Z | Compiling backoff v0.4.0 |
1365 | 2024-11-07T13:51:19.581Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=14d4251fe66fc9f9 -C extra-filename=-14d4251fe66fc9f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-0b61c1ea0f95557d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1366 | 2024-11-07T13:51:19.599Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1367 | 2024-11-07T13:51:19.601Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=cbe620d0516ac55d -C extra-filename=-cbe620d0516ac55d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-c62531ce6ec9829f.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1368 | 2024-11-07T13:51:19.836Z | Compiling parse-display v0.10.0 |
1369 | 2024-11-07T13:51:19.838Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=094cbe8545fad40c -C extra-filename=-094cbe8545fad40c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-e2e5c30fcc18e691.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2024-11-07T13:51:19.898Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1371 | 2024-11-07T13:51:19.900Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=898a3cb78b37d2be -C extra-filename=-898a3cb78b37d2be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-df224babcfd5e671.so --cap-lints allow '-Wclippy::unused-async'` |
1372 | 2024-11-07T13:51:19.931Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1373 | 2024-11-07T13:51:19.934Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ada84b0b7be60f37 -C extra-filename=-ada84b0b7be60f37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1374 | 2024-11-07T13:51:19.951Z | Compiling macaddr v1.0.1 |
1375 | 2024-11-07T13:51:19.954Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=816a6f4b0d48b94d -C extra-filename=-816a6f4b0d48b94d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1376 | 2024-11-07T13:51:20.075Z | Compiling regress v0.9.1 |
1377 | 2024-11-07T13:51:20.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=67c6de08564b54e3 -C extra-filename=-67c6de08564b54e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1378 | 2024-11-07T13:51:20.096Z | Compiling libz-sys v1.1.12 |
1379 | 2024-11-07T13:51:20.096Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=e260224e2444bc15 -C extra-filename=-e260224e2444bc15 --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-e260224e2444bc15 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
1380 | 2024-11-07T13:51:20.400Z | Compiling rand_core v0.3.1 |
1381 | 2024-11-07T13:51:20.403Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde1", "std"))' -C metadata=a093c43b1f32673e -C extra-filename=-a093c43b1f32673e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1382 | 2024-11-07T13:51:20.507Z | Compiling heapless v0.8.0 |
1383 | 2024-11-07T13:51:20.510Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=06ed58458211f4cb -C extra-filename=-06ed58458211f4cb --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1384 | 2024-11-07T13:51:20.612Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1385 | 2024-11-07T13:51:20.615Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e7295f3aca7b6029 -C extra-filename=-e7295f3aca7b6029 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e7295f3aca7b6029 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --cap-lints allow '-Wclippy::unused-async'` |
1386 | 2024-11-07T13:51:20.694Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-e260224e2444bc15/build-script-build` |
1387 | 2024-11-07T13:51:20.731Z | Compiling hash32 v0.3.1 |
1388 | 2024-11-07T13:51:20.734Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113ac3be26a0c087 -C extra-filename=-113ac3be26a0c087 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1389 | 2024-11-07T13:51:20.981Z | Compiling stable_deref_trait v1.2.0 |
1390 | 2024-11-07T13:51:20.984Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e5ee0d8adde23f58 -C extra-filename=-e5ee0d8adde23f58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1391 | 2024-11-07T13:51:21.041Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb/build-script-build` |
1392 | 2024-11-07T13:51:21.082Z | Compiling smoltcp v0.11.0 |
1393 | 2024-11-07T13:51:21.084Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=33c61c748352a63f -C extra-filename=-33c61c748352a63f --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1394 | 2024-11-07T13:51:21.333Z | Compiling static_assertions v1.1.0 |
1395 | 2024-11-07T13:51:21.344Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ffe25ca245ece072 -C extra-filename=-ffe25ca245ece072 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1396 | 2024-11-07T13:51:21.360Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1397 | 2024-11-07T13:51:21.362Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eddc783a71c3cdc -C extra-filename=-1eddc783a71c3cdc --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1398 | 2024-11-07T13:51:21.458Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e7295f3aca7b6029/build-script-build` |
1399 | 2024-11-07T13:51:21.610Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=840d9a9f214bdd52 -C extra-filename=-840d9a9f214bdd52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-113ac3be26a0c087.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-e5ee0d8adde23f58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1400 | 2024-11-07T13:51:21.706Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f/build-script-build` |
1401 | 2024-11-07T13:51:21.733Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=8dbd908da9bc4e47 -C extra-filename=-8dbd908da9bc4e47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1402 | 2024-11-07T13:51:21.759Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc/build-script-build` |
1403 | 2024-11-07T13:51:21.762Z | Compiling rand_pcg v0.1.2 |
1404 | 2024-11-07T13:51:21.764Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=7acdd5ff850631c9 -C extra-filename=-7acdd5ff850631c9 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1405 | 2024-11-07T13:51:21.864Z | Compiling rand_chacha v0.1.1 |
1406 | 2024-11-07T13:51:21.867Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=558e3b57accedb83 -C extra-filename=-558e3b57accedb83 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2024-11-07T13:51:22.121Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2024-11-07T13:51:22.124Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e12c4a1dd265a6a3 -C extra-filename=-e12c4a1dd265a6a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b13c9aa97738cfd3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2024-11-07T13:51:22.208Z | Compiling proc-macro-error-attr v1.0.4 |
1410 | 2024-11-07T13:51:22.211Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf631d66b0abcd11 -C extra-filename=-bf631d66b0abcd11 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1411 | 2024-11-07T13:51:22.395Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1412 | 2024-11-07T13:51:22.397Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dec4380ef0fec0ce -C extra-filename=-dec4380ef0fec0ce --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2024-11-07T13:51:22.525Z | Compiling managed v0.8.0 |
1414 | 2024-11-07T13:51:22.528Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=a0e684173ecdde6f -C extra-filename=-a0e684173ecdde6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1415 | 2024-11-07T13:51:22.570Z | Compiling cobs v0.2.3 |
1416 | 2024-11-07T13:51:22.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=93fffbc207f9c056 -C extra-filename=-93fffbc207f9c056 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1417 | 2024-11-07T13:51:22.643Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11/build-script-build` |
1418 | 2024-11-07T13:51:22.707Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce/build-script-build` |
1419 | 2024-11-07T13:51:22.727Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83/build-script-build` |
1420 | 2024-11-07T13:51:22.751Z | Compiling postcard v1.0.10 |
1421 | 2024-11-07T13:51:22.754Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=eaa3e48cc99649bb -C extra-filename=-eaa3e48cc99649bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cobs=/work/oxidecomputer/crucible/target/debug/deps/libcobs-93fffbc207f9c056.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1422 | 2024-11-07T13:51:22.836Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9/build-script-build` |
1423 | 2024-11-07T13:51:22.854Z | Compiling rand v0.6.5 |
1424 | 2024-11-07T13:51:22.856Z | Compiling vergen v8.3.2 |
1425 | 2024-11-07T13:51:22.856Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=5e9c26c16f167137 -C extra-filename=-5e9c26c16f167137 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1426 | 2024-11-07T13:51:22.856Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=1aa633cae261dc42 -C extra-filename=-1aa633cae261dc42 --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2024-11-07T13:51:22.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=96e0ed99b19e00db -C extra-filename=-96e0ed99b19e00db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-840d9a9f214bdd52.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-a0e684173ecdde6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1428 | 2024-11-07T13:51:22.946Z | Compiling cargo-platform v0.1.8 |
1429 | 2024-11-07T13:51:22.949Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648010a57b9e947d -C extra-filename=-648010a57b9e947d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1430 | 2024-11-07T13:51:23.169Z | Compiling foreign-types-macros v0.2.3 |
1431 | 2024-11-07T13:51:23.172Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9c226abb606128ad -C extra-filename=-9c226abb606128ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1432 | 2024-11-07T13:51:23.242Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c52af778e731542 -C extra-filename=-5c52af778e731542 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2024-11-07T13:51:23.398Z | Compiling proc-macro-error v1.0.4 |
1434 | 2024-11-07T13:51:23.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1435 | 2024-11-07T13:51:23.401Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6a38b7c06804f48f -C extra-filename=-6a38b7c06804f48f --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1436 | 2024-11-07T13:51:23.401Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=64c1d40b859636b7 -C extra-filename=-64c1d40b859636b7 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1437 | 2024-11-07T13:51:23.695Z | Compiling memoffset v0.9.0 |
1438 | 2024-11-07T13:51:23.698Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=97576af37ad0a164 -C extra-filename=-97576af37ad0a164 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1439 | 2024-11-07T13:51:23.730Z | Compiling foreign-types-shared v0.3.1 |
1440 | 2024-11-07T13:51:23.733Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8f998327c5aaeb9 -C extra-filename=-d8f998327c5aaeb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1441 | 2024-11-07T13:51:23.751Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1442 | 2024-11-07T13:51:23.754Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=d386adb191f40a80 -C extra-filename=-d386adb191f40a80 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1443 | 2024-11-07T13:51:23.838Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7/build-script-build` |
1444 | 2024-11-07T13:51:23.900Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f/build-script-build` |
1445 | 2024-11-07T13:51:23.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c25d2f2a9ee81785 -C extra-filename=-c25d2f2a9ee81785 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-5c52af778e731542.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1446 | 2024-11-07T13:51:24.022Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137/build-script-build` |
1447 | 2024-11-07T13:51:24.043Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164/build-script-build` |
1448 | 2024-11-07T13:51:24.090Z | Compiling cargo_metadata v0.18.1 |
1449 | 2024-11-07T13:51:24.092Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=866f9152469c9040 -C extra-filename=-866f9152469c9040 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-ff90d7bad176c3a2.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-648010a57b9e947d.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1450 | 2024-11-07T13:51:24.147Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42/build-script-build` |
1451 | 2024-11-07T13:51:24.168Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_pcg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=8ff57b4d3c59e4a9 -C extra-filename=-8ff57b4d3c59e4a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1452 | 2024-11-07T13:51:24.192Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a7615179eca23a9 -C extra-filename=-7a7615179eca23a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1453 | 2024-11-07T13:51:24.364Z | Compiling foreign-types v0.5.0 |
1454 | 2024-11-07T13:51:24.366Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d4988f188ce82124 -C extra-filename=-d4988f188ce82124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_macros-9c226abb606128ad.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-d8f998327c5aaeb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2024-11-07T13:51:24.386Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad052827b5c64875 -C extra-filename=-ad052827b5c64875 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1456 | 2024-11-07T13:51:24.463Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d813b5613fd6129 -C extra-filename=-9d813b5613fd6129 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1457 | 2024-11-07T13:51:24.484Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d02edc71671fbf0f -C extra-filename=-d02edc71671fbf0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l nvpair -l zfs` |
1458 | 2024-11-07T13:51:24.528Z | Compiling rand_isaac v0.1.1 |
1459 | 2024-11-07T13:51:24.531Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_isaac --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=b738ca93bd681907 -C extra-filename=-b738ca93bd681907 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1460 | 2024-11-07T13:51:24.657Z | Compiling rand_hc v0.1.0 |
1461 | 2024-11-07T13:51:24.660Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_hc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80d5757a1123fe8d -C extra-filename=-80d5757a1123fe8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1462 | 2024-11-07T13:51:24.992Z | Compiling rand_xorshift v0.1.1 |
1463 | 2024-11-07T13:51:24.994Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=de9565ff55cb737d -C extra-filename=-de9565ff55cb737d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1464 | 2024-11-07T13:51:25.012Z | Compiling rand_jitter v0.1.4 |
1465 | 2024-11-07T13:51:25.015Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_jitter --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=83b00519a6b7fd43 -C extra-filename=-83b00519a6b7fd43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1466 | 2024-11-07T13:51:25.086Z | Compiling rand_os v0.1.3 |
1467 | 2024-11-07T13:51:25.089Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=0a052c8831e5db4e -C extra-filename=-0a052c8831e5db4e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1468 | 2024-11-07T13:51:25.211Z | Compiling camino-tempfile v1.1.1 |
1469 | 2024-11-07T13:51:25.214Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5b59be17ab44bf29 -C extra-filename=-5b59be17ab44bf29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1470 | 2024-11-07T13:51:25.232Z | Compiling tabwriter v1.4.0 |
1471 | 2024-11-07T13:51:25.235Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=f2d4f6bda8db300e -C extra-filename=-f2d4f6bda8db300e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1472 | 2024-11-07T13:51:25.322Z | Compiling rustc_version v0.4.0 |
1473 | 2024-11-07T13:51:25.325Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c0afd9e8e47094f -C extra-filename=-7c0afd9e8e47094f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1474 | 2024-11-07T13:51:25.390Z | Compiling num_enum_derive v0.5.11 |
1475 | 2024-11-07T13:51:25.392Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=bcc356d529625a7c -C extra-filename=-bcc356d529625a7c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-e12c4a1dd265a6a3.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1476 | 2024-11-07T13:51:25.483Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1477 | 2024-11-07T13:51:25.487Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0014300b8ee22a -C extra-filename=-8d0014300b8ee22a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1478 | 2024-11-07T13:51:25.609Z | Compiling num-derive v0.4.2 |
1479 | 2024-11-07T13:51:25.612Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ded9ef1cb31965dc -C extra-filename=-ded9ef1cb31965dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1480 | 2024-11-07T13:51:25.722Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1481 | 2024-11-07T13:51:25.724Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=272daa8bbfb8b458 -C extra-filename=-272daa8bbfb8b458 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1482 | 2024-11-07T13:51:25.863Z | Compiling libsqlite3-sys v0.30.1 |
1483 | 2024-11-07T13:51:25.866Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=76f916e5be0d2e73 -C extra-filename=-76f916e5be0d2e73 --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
1484 | 2024-11-07T13:51:26.315Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1485 | 2024-11-07T13:51:26.319Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=ac215f4ed35903eb -C extra-filename=-ac215f4ed35903eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1486 | 2024-11-07T13:51:26.394Z | Compiling cstr-argument v0.1.2 |
1487 | 2024-11-07T13:51:26.397Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e623cee80f210ab0 -C extra-filename=-e623cee80f210ab0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1488 | 2024-11-07T13:51:26.561Z | Compiling slog-dtrace v0.3.0 |
1489 | 2024-11-07T13:51:26.564Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e139fe9ecb26f00f -C extra-filename=-e139fe9ecb26f00f --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1490 | 2024-11-07T13:51:26.631Z | Compiling crossbeam-epoch v0.9.15 |
1491 | 2024-11-07T13:51:26.634Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=3a497cd753933e40 -C extra-filename=-3a497cd753933e40 --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1492 | 2024-11-07T13:51:26.797Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f4556cc55d3e7a4 -C extra-filename=-4f4556cc55d3e7a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1493 | 2024-11-07T13:51:26.880Z | Compiling pretty-hex v0.2.1 |
1494 | 2024-11-07T13:51:26.883Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=38d4f4c48c20fb87 -C extra-filename=-38d4f4c48c20fb87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1495 | 2024-11-07T13:51:27.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1496 | 2024-11-07T13:51:27.058Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d4eba6cb5e47789 -C extra-filename=-8d4eba6cb5e47789 --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1497 | 2024-11-07T13:51:27.058Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=b64e648da97bc617 -C extra-filename=-b64e648da97bc617 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1498 | 2024-11-07T13:51:27.146Z | Compiling unicode-segmentation v1.10.1 |
1499 | 2024-11-07T13:51:27.149Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=c7ed6109b3dd0ff5 -C extra-filename=-c7ed6109b3dd0ff5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1500 | 2024-11-07T13:51:27.213Z | Compiling cfg_aliases v0.2.1 |
1501 | 2024-11-07T13:51:27.216Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55e4f3978a05b777 -C extra-filename=-55e4f3978a05b777 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1502 | 2024-11-07T13:51:27.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5197d938bfdd558a -C extra-filename=-5197d938bfdd558a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1503 | 2024-11-07T13:51:27.313Z | Compiling rustls v0.21.9 |
1504 | 2024-11-07T13:51:27.316Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=57e24ce9e68458ea -C extra-filename=-57e24ce9e68458ea --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-57e24ce9e68458ea -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1505 | 2024-11-07T13:51:27.341Z | Compiling num_enum v0.5.11 |
1506 | 2024-11-07T13:51:27.344Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=8fbc554781103ad7 -C extra-filename=-8fbc554781103ad7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-bcc356d529625a7c.so --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2024-11-07T13:51:27.381Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789/build-script-build` |
1508 | 2024-11-07T13:51:27.409Z | Compiling nix v0.29.0 |
1509 | 2024-11-07T13:51:27.412Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=30d9dc841df26a05 -C extra-filename=-30d9dc841df26a05 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-55e4f3978a05b777.rlib --cap-lints allow '-Wclippy::unused-async'` |
1510 | 2024-11-07T13:51:27.489Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1511 | 2024-11-07T13:51:27.491Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cc602d122f478f2 -C extra-filename=-8cc602d122f478f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-ad052827b5c64875.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-8fbc554781103ad7.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-38d4f4c48c20fb87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2024-11-07T13:51:27.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=369d0f1f0a078640 -C extra-filename=-369d0f1f0a078640 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-43b24913685697eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-272daa8bbfb8b458.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-ac215f4ed35903eb.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-f2d4f6bda8db300e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1513 | 2024-11-07T13:51:27.632Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=64218aa9b0389363 -C extra-filename=-64218aa9b0389363 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-b64e648da97bc617.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1514 | 2024-11-07T13:51:27.658Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40/build-script-build` |
1515 | 2024-11-07T13:51:27.765Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f/build-script-build` |
1516 | 2024-11-07T13:51:27.790Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2024-11-07T13:51:27.794Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bd0da3f1c2644ea -C extra-filename=-1bd0da3f1c2644ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cstr_argument=/work/oxidecomputer/crucible/target/debug/deps/libcstr_argument-e623cee80f210ab0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-d4988f188ce82124.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1518 | 2024-11-07T13:51:27.830Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73/build-script-build` |
1519 | 2024-11-07T13:51:27.849Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1520 | 2024-11-07T13:51:27.852Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80a245333d40d0bc -C extra-filename=-80a245333d40d0bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-8d0014300b8ee22a.so --cap-lints allow '-Wclippy::unused-async'` |
1521 | 2024-11-07T13:51:27.878Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=937a23649bb9202b -C extra-filename=-937a23649bb9202b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7a7615179eca23a9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-80d5757a1123fe8d.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-b738ca93bd681907.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-83b00519a6b7fd43.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-0a052c8831e5db4e.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-8ff57b4d3c59e4a9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-de9565ff55cb737d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1522 | 2024-11-07T13:51:27.943Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=59903c2d19876791 -C extra-filename=-59903c2d19876791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error_attr-9d813b5613fd6129.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1523 | 2024-11-07T13:51:27.973Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0ac1437ea2f74ac5 -C extra-filename=-0ac1437ea2f74ac5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1524 | 2024-11-07T13:51:28.019Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=6721ea1a896d45a5 -C extra-filename=-6721ea1a896d45a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-c25d2f2a9ee81785.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1525 | 2024-11-07T13:51:28.080Z | Compiling console v0.15.7 |
1526 | 2024-11-07T13:51:28.083Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=26e261896c087a38 -C extra-filename=-26e261896c087a38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2024-11-07T13:51:28.161Z | Compiling colored v2.1.0 |
1528 | 2024-11-07T13:51:28.244Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=7a13ff2d0f2d1b00 -C extra-filename=-7a13ff2d0f2d1b00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1529 | 2024-11-07T13:51:28.246Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5107bcc0766ad46c -C extra-filename=-5107bcc0766ad46c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-7b0e0913d6b57bfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1530 | 2024-11-07T13:51:28.403Z | Compiling num-rational v0.4.2 |
1531 | 2024-11-07T13:51:28.405Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=726aa714ab32cfc8 -C extra-filename=-726aa714ab32cfc8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1532 | 2024-11-07T13:51:28.542Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=d7f1c1705e323ced -C extra-filename=-d7f1c1705e323ced --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1533 | 2024-11-07T13:51:28.906Z | Compiling num-complex v0.4.6 |
1534 | 2024-11-07T13:51:28.909Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=bffae85e0d406471 -C extra-filename=-bffae85e0d406471 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1535 | 2024-11-07T13:51:28.992Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dff0ba83de8fbc2c -C extra-filename=-dff0ba83de8fbc2c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1536 | 2024-11-07T13:51:29.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1ae8daa05e9131a -C extra-filename=-e1ae8daa05e9131a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1537 | 2024-11-07T13:51:29.265Z | Compiling prettyplease v0.2.22 |
1538 | 2024-11-07T13:51:29.268Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4c3bbf5d2f4bd457 -C extra-filename=-4c3bbf5d2f4bd457 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1539 | 2024-11-07T13:51:29.286Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cfdac4eef00951b4 -C extra-filename=-cfdac4eef00951b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1540 | 2024-11-07T13:51:29.305Z | Compiling semver v0.1.20 |
1541 | 2024-11-07T13:51:29.308Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a05387312b206856 -C extra-filename=-a05387312b206856 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1542 | 2024-11-07T13:51:29.384Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1543 | 2024-11-07T13:51:29.387Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bbf326ca6f1de8c -C extra-filename=-2bbf326ca6f1de8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1544 | 2024-11-07T13:51:29.611Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457/build-script-build` |
1545 | 2024-11-07T13:51:29.639Z | Compiling rustc_version v0.1.7 |
1546 | 2024-11-07T13:51:29.642Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=716daeff31e1dc6c -C extra-filename=-716daeff31e1dc6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-a05387312b206856.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-11-07T13:51:29.694Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1548 | 2024-11-07T13:51:29.697Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0120d2e4753ba506 -C extra-filename=-0120d2e4753ba506 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-369d0f1f0a078640.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-2bbf326ca6f1de8c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-f2d4f6bda8db300e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1549 | 2024-11-07T13:51:29.732Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=3972de122ac01f57 -C extra-filename=-3972de122ac01f57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-cfdac4eef00951b4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-8a9b95e96b819e98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-11-07T13:51:29.800Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e6bbadad71a423b1 -C extra-filename=-e6bbadad71a423b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5107bcc0766ad46c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-e1ae8daa05e9131a.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-4f4556cc55d3e7a4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1551 | 2024-11-07T13:51:29.860Z | Compiling num v0.4.3 |
1552 | 2024-11-07T13:51:29.863Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=b1e8c75a7c620dd0 -C extra-filename=-b1e8c75a7c620dd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-bffae85e0d406471.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-726aa714ab32cfc8.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2024-11-07T13:51:29.885Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=c2db47cff1bc2402 -C extra-filename=-c2db47cff1bc2402 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-dff0ba83de8fbc2c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-6721ea1a896d45a5.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-4f4556cc55d3e7a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1554 | 2024-11-07T13:51:29.911Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=23f7b225347dce48 -C extra-filename=-23f7b225347dce48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-64218aa9b0389363.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-d7f1c1705e323ced.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-11-07T13:51:29.963Z | Compiling zone_cfg_derive v0.3.0 |
1556 | 2024-11-07T13:51:29.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8926276d0864831d -C extra-filename=-8926276d0864831d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-59903c2d19876791.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1557 | 2024-11-07T13:51:30.018Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9ade075fe48b124 -C extra-filename=-e9ade075fe48b124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-7a13ff2d0f2d1b00.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-8cc602d122f478f2.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-8fbc554781103ad7.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-1bd0da3f1c2644ea.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-80a245333d40d0bc.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1558 | 2024-11-07T13:51:30.098Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05/build-script-build` |
1559 | 2024-11-07T13:51:30.120Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=024d2fc76b3a3061 -C extra-filename=-024d2fc76b3a3061 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-0ac1437ea2f74ac5.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2024-11-07T13:51:30.144Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=35743ec4d6cf7c1e -C extra-filename=-35743ec4d6cf7c1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l sqlite3` |
1561 | 2024-11-07T13:51:30.631Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=4851d71114c52d91 -C extra-filename=-4851d71114c52d91 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5197d938bfdd558a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2024-11-07T13:51:30.808Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1decd85947639593 -C extra-filename=-1decd85947639593 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1563 | 2024-11-07T13:51:30.828Z | Compiling newline-converter v0.3.0 |
1564 | 2024-11-07T13:51:30.831Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a1048d317a5205d -C extra-filename=-9a1048d317a5205d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-c7ed6109b3dd0ff5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1565 | 2024-11-07T13:51:30.887Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1566 | 2024-11-07T13:51:30.890Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8590d212dd94f73 -C extra-filename=-d8590d212dd94f73 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1567 | 2024-11-07T13:51:30.890Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32defc4b9f41c3db -C extra-filename=-32defc4b9f41c3db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-f5231844657db178.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1568 | 2024-11-07T13:51:30.983Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=d9c27a9eb36e1ed5 -C extra-filename=-d9c27a9eb36e1ed5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-5a890e43b378f2b0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-35f81b2e24be1122.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-1806adab6b2281b9.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1569 | 2024-11-07T13:51:31.151Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=dc4656986464154a -C extra-filename=-dc4656986464154a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f7ad8dfe3bacd28b.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-1c4fc6438ea263c2.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1570 | 2024-11-07T13:51:31.273Z | Compiling itertools v0.10.5 |
1571 | 2024-11-07T13:51:31.273Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c93aaa163eb4e6c8 -C extra-filename=-c93aaa163eb4e6c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1572 | 2024-11-07T13:51:31.317Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=55135e1d3d707f0a -C extra-filename=-55135e1d3d707f0a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1573 | 2024-11-07T13:51:31.349Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=b0579838d5ac9180 -C extra-filename=-b0579838d5ac9180 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1574 | 2024-11-07T13:51:31.382Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=534e75f02bc16bbd -C extra-filename=-534e75f02bc16bbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-ab600c5d64d42821.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-11-07T13:51:31.571Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=727f6cc3b0f4c467 -C extra-filename=-727f6cc3b0f4c467 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-11-07T13:51:31.633Z | Compiling hashlink v0.9.1 |
1577 | 2024-11-07T13:51:31.636Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=936255671803a1b6 -C extra-filename=-936255671803a1b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-11-07T13:51:31.828Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=b594d7982a4855b2 -C extra-filename=-b594d7982a4855b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1579 | 2024-11-07T13:51:31.865Z | Compiling sigpipe v0.1.3 |
1580 | 2024-11-07T13:51:31.868Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa94f107f7d283a4 -C extra-filename=-fa94f107f7d283a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1581 | 2024-11-07T13:51:31.985Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=40cd9c1adc968f71 -C extra-filename=-40cd9c1adc968f71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1582 | 2024-11-07T13:51:32.052Z | Compiling rayon-core v1.12.1 |
1583 | 2024-11-07T13:51:32.056Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=fc61c78e931121d6 -C extra-filename=-fc61c78e931121d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2024-11-07T13:51:32.073Z | Compiling fallible-iterator v0.3.0 |
1585 | 2024-11-07T13:51:32.073Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=78669b0f562124dd -C extra-filename=-78669b0f562124dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1586 | 2024-11-07T13:51:32.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f58e922875b26090 -C extra-filename=-f58e922875b26090 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2024-11-07T13:51:32.257Z | Compiling float-ord v0.3.2 |
1588 | 2024-11-07T13:51:32.260Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d57cb491ddcdd43e -C extra-filename=-d57cb491ddcdd43e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2024-11-07T13:51:32.301Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1590 | 2024-11-07T13:51:32.304Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=19b75d740f400230 -C extra-filename=-19b75d740f400230 --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1591 | 2024-11-07T13:51:32.335Z | Compiling similar v2.3.0 |
1592 | 2024-11-07T13:51:32.339Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=908b613865aea7bd -C extra-filename=-908b613865aea7bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1593 | 2024-11-07T13:51:32.375Z | Compiling base64ct v1.6.0 |
1594 | 2024-11-07T13:51:32.377Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4f391430f260647e -C extra-filename=-4f391430f260647e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1595 | 2024-11-07T13:51:32.421Z | Compiling fallible-streaming-iterator v0.1.9 |
1596 | 2024-11-07T13:51:32.424Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a22c328a2cd2b32c -C extra-filename=-a22c328a2cd2b32c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1597 | 2024-11-07T13:51:32.628Z | Compiling base64 v0.21.7 |
1598 | 2024-11-07T13:51:32.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=95eefb89d1a09d15 -C extra-filename=-95eefb89d1a09d15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2024-11-07T13:51:32.677Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230/build-script-build` |
1600 | 2024-11-07T13:51:32.706Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6/build-script-build` |
1601 | 2024-11-07T13:51:32.734Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=187de869de914c8f -C extra-filename=-187de869de914c8f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-40cd9c1adc968f71.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2024-11-07T13:51:32.790Z | Compiling rusqlite v0.32.1 |
1603 | 2024-11-07T13:51:32.793Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=46e6918d4a9ece33 -C extra-filename=-46e6918d4a9ece33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-78669b0f562124dd.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-a22c328a2cd2b32c.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-936255671803a1b6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-35743ec4d6cf7c1e.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
1604 | 2024-11-07T13:51:32.995Z | Compiling password-hash v0.5.0 |
1605 | 2024-11-07T13:51:32.998Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=cbc757730849edd7 -C extra-filename=-cbc757730849edd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1606 | 2024-11-07T13:51:33.058Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1607 | 2024-11-07T13:51:33.060Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=087a6119ceb9306e -C extra-filename=-087a6119ceb9306e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-fa94f107f7d283a4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1608 | 2024-11-07T13:51:33.387Z | Compiling expectorate v1.1.0 |
1609 | 2024-11-07T13:51:33.390Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=103e2f470fbdfa47 -C extra-filename=-103e2f470fbdfa47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-26e261896c087a38.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-9a1048d317a5205d.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-908b613865aea7bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1610 | 2024-11-07T13:51:33.479Z | Compiling rustls-pemfile v1.0.4 |
1611 | 2024-11-07T13:51:33.482Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fd76932e9cd636f -C extra-filename=-8fd76932e9cd636f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-95eefb89d1a09d15.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1612 | 2024-11-07T13:51:33.553Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1613 | 2024-11-07T13:51:33.556Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbc6bd071b9a9233 -C extra-filename=-dbc6bd071b9a9233 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-e9ade075fe48b124.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-369d0f1f0a078640.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-0120d2e4753ba506.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-11-07T13:51:33.904Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b3d0bce3e10d7299 -C extra-filename=-b3d0bce3e10d7299 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-4851d71114c52d91.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2024-11-07T13:51:34.018Z | Compiling zone v0.3.0 |
1616 | 2024-11-07T13:51:34.021Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=3ae3d8f594a12f77 -C extra-filename=-3ae3d8f594a12f77 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c93aaa163eb4e6c8.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-8926276d0864831d.so --cap-lints allow '-Wclippy::unused-async'` |
1617 | 2024-11-07T13:51:34.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=4614e9ce59077cbb -C extra-filename=-4614e9ce59077cbb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-55135e1d3d707f0a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1618 | 2024-11-07T13:51:34.252Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=ff5f41a3c0cf1888 -C extra-filename=-ff5f41a3c0cf1888 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-b0579838d5ac9180.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2024-11-07T13:51:34.565Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1620 | 2024-11-07T13:51:34.568Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5b5c45b4994b85b -C extra-filename=-f5b5c45b4994b85b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api_sys-d8590d212dd94f73.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2024-11-07T13:51:34.731Z | Compiling crossbeam-deque v0.8.3 |
1622 | 2024-11-07T13:51:34.734Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=312c4cc4a18c848f -C extra-filename=-312c4cc4a18c848f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-024d2fc76b3a3061.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2024-11-07T13:51:34.775Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9870a3758a791ef5 -C extra-filename=-9870a3758a791ef5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
1624 | 2024-11-07T13:51:34.791Z | Compiling newtype_derive v0.1.6 |
1625 | 2024-11-07T13:51:34.793Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=0f1cfa037b24cb65 -C extra-filename=-0f1cfa037b24cb65 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-716daeff31e1dc6c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1626 | 2024-11-07T13:51:34.992Z | Compiling twox-hash v1.6.3 |
1627 | 2024-11-07T13:51:34.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=fc37422b8e9f398c -C extra-filename=-fc37422b8e9f398c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-937a23649bb9202b.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1628 | 2024-11-07T13:51:35.084Z | Compiling hubpack_derive v0.1.1 |
1629 | 2024-11-07T13:51:35.084Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61bec1709509b693 -C extra-filename=-61bec1709509b693 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1630 | 2024-11-07T13:51:35.125Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e465ffac001b5df0 -C extra-filename=-e465ffac001b5df0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-e2e5c30fcc18e691.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2024-11-07T13:51:35.383Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=4e6f23d2e72460dd -C extra-filename=-4e6f23d2e72460dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-df224babcfd5e671.so --cap-lints allow '-Wclippy::unused-async'` |
1632 | 2024-11-07T13:51:35.452Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=9adf0ef0efeb5156 -C extra-filename=-9adf0ef0efeb5156 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-0b9395b9bfdd461f.so --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2024-11-07T13:51:35.555Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a1ec4884734fab14 -C extra-filename=-a1ec4884734fab14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --cap-lints allow '-Wclippy::unused-async'` |
1634 | 2024-11-07T13:51:35.611Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f325bf13fb232f3e -C extra-filename=-f325bf13fb232f3e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-f8b6bfad8bb645a9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1635 | 2024-11-07T13:51:35.611Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=8f5254e7387fb45a -C extra-filename=-8f5254e7387fb45a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1636 | 2024-11-07T13:51:35.673Z | Compiling blake2 v0.10.6 |
1637 | 2024-11-07T13:51:35.676Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=21347c94f84ced5d -C extra-filename=-21347c94f84ced5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1638 | 2024-11-07T13:51:35.715Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=bae53aa3406df534 -C extra-filename=-bae53aa3406df534 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2024-11-07T13:51:35.783Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=5085c8de054de5be -C extra-filename=-5085c8de054de5be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-a3697d009583edc6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1640 | 2024-11-07T13:51:35.826Z | Compiling smf v0.2.3 |
1641 | 2024-11-07T13:51:35.829Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e60338ec193e1e5 -C extra-filename=-7e60338ec193e1e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1642 | 2024-11-07T13:51:35.990Z | Compiling zerocopy-derive v0.6.6 |
1643 | 2024-11-07T13:51:35.993Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcad99a81ca5135f -C extra-filename=-bcad99a81ca5135f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1644 | 2024-11-07T13:51:36.134Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=7b5ab1c4a519a69b -C extra-filename=-7b5ab1c4a519a69b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1645 | 2024-11-07T13:51:36.698Z | Compiling atty v0.2.14 |
1646 | 2024-11-07T13:51:36.701Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81aea3933594e5b3 -C extra-filename=-81aea3933594e5b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2024-11-07T13:51:36.835Z | Compiling fixedbitset v0.4.2 |
1648 | 2024-11-07T13:51:36.838Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2f2569aa0f4babd1 -C extra-filename=-2f2569aa0f4babd1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1649 | 2024-11-07T13:51:37.043Z | Compiling owo-colors v4.1.0 |
1650 | 2024-11-07T13:51:37.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=678dd187fd7f9383 -C extra-filename=-678dd187fd7f9383 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2024-11-07T13:51:37.219Z | Compiling whoami v1.5.1 |
1652 | 2024-11-07T13:51:37.222Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=85a77f11aa974343 -C extra-filename=-85a77f11aa974343 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2024-11-07T13:51:37.241Z | Compiling cancel-safe-futures v0.1.5 |
1654 | 2024-11-07T13:51:37.243Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=082005ef9ea7b579 -C extra-filename=-082005ef9ea7b579 --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2024-11-07T13:51:37.266Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=84302553e93683aa -C extra-filename=-84302553e93683aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-7b5ab1c4a519a69b.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-9b7409d92149ff9c.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-8f5254e7387fb45a.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1656 | 2024-11-07T13:51:37.314Z | Compiling petgraph v0.6.5 |
1657 | 2024-11-07T13:51:37.317Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=32b55586b3189481 -C extra-filename=-32b55586b3189481 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-2f2569aa0f4babd1.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2024-11-07T13:51:37.367Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383/build-script-build` |
1659 | 2024-11-07T13:51:37.370Z | Compiling argon2 v0.5.3 |
1660 | 2024-11-07T13:51:37.370Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=97796abd3fa7f4be -C extra-filename=-97796abd3fa7f4be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-21347c94f84ced5d.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-cbc757730849edd7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2024-11-07T13:51:37.407Z | Compiling hubpack v0.1.2 |
1662 | 2024-11-07T13:51:37.410Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1cf2f719fa07aa3 -C extra-filename=-c1cf2f719fa07aa3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/crucible/target/debug/deps/libhubpack_derive-61bec1709509b693.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1663 | 2024-11-07T13:51:37.619Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579/build-script-build` |
1664 | 2024-11-07T13:51:37.649Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65/build-script-build` |
1665 | 2024-11-07T13:51:37.722Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=a270eab691dff8ff -C extra-filename=-a270eab691dff8ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_deque-312c4cc4a18c848f.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1666 | 2024-11-07T13:51:37.843Z | Compiling strum_macros v0.25.3 |
1667 | 2024-11-07T13:51:37.843Z | Compiling serde-big-array v0.5.1 |
1668 | 2024-11-07T13:51:37.846Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2c3cb1850ed826d -C extra-filename=-a2c3cb1850ed826d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1669 | 2024-11-07T13:51:37.846Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2291361fa3bd5e2b -C extra-filename=-2291361fa3bd5e2b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1670 | 2024-11-07T13:51:37.863Z | Compiling zerocopy v0.6.6 |
1671 | 2024-11-07T13:51:37.885Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=8b9f4909140a04dd -C extra-filename=-8b9f4909140a04dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-bcad99a81ca5135f.so --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2024-11-07T13:51:38.077Z | Compiling serde_repr v0.1.18 |
1673 | 2024-11-07T13:51:38.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d891bcd5500995b -C extra-filename=-6d891bcd5500995b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2024-11-07T13:51:38.690Z | Compiling cookie v0.18.1 |
1675 | 2024-11-07T13:51:38.693Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=22157b7a56adba04 -C extra-filename=-22157b7a56adba04 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1676 | 2024-11-07T13:51:38.784Z | Compiling convert_case v0.4.0 |
1677 | 2024-11-07T13:51:38.787Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=0ed152ed556a2d94 -C extra-filename=-0ed152ed556a2d94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1678 | 2024-11-07T13:51:39.038Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9ec92d89f3b14dd -C extra-filename=-a9ec92d89f3b14dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1679 | 2024-11-07T13:51:39.189Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04/build-script-build` |
1680 | 2024-11-07T13:51:39.256Z | Compiling rayon v1.10.0 |
1681 | 2024-11-07T13:51:39.258Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=00b2eec10567d76d -C extra-filename=-00b2eec10567d76d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-a270eab691dff8ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1682 | 2024-11-07T13:51:39.275Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1683 | 2024-11-07T13:51:39.278Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99be77f57d23ded7 -C extra-filename=-99be77f57d23ded7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern argon2=/work/oxidecomputer/crucible/target/debug/deps/libargon2-97796abd3fa7f4be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1684 | 2024-11-07T13:51:39.297Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7dbf904fdc0a2d6a -C extra-filename=-7dbf904fdc0a2d6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg op_assign` |
1685 | 2024-11-07T13:51:39.410Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=6caea39caeff5605 -C extra-filename=-6caea39caeff5605 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1686 | 2024-11-07T13:51:39.435Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=01942857fb545308 -C extra-filename=-01942857fb545308 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)'` |
1687 | 2024-11-07T13:51:39.477Z | Compiling derive_more v0.99.18 |
1688 | 2024-11-07T13:51:39.479Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=6b13becb7d8fc221 -C extra-filename=-6b13becb7d8fc221 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern convert_case=/work/oxidecomputer/crucible/target/debug/deps/libconvert_case-0ed152ed556a2d94.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1689 | 2024-11-07T13:51:39.688Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=c98723c13f5d261a -C extra-filename=-c98723c13f5d261a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1690 | 2024-11-07T13:51:40.019Z | Compiling enum-as-inner v0.6.0 |
1691 | 2024-11-07T13:51:40.021Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4130d5413c5a502 -C extra-filename=-b4130d5413c5a502 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2024-11-07T13:51:40.410Z | Compiling atomicwrites v0.4.4 |
1693 | 2024-11-07T13:51:40.412Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdd34e4396c3ba9f -C extra-filename=-cdd34e4396c3ba9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2024-11-07T13:51:40.752Z | Compiling toml_edit v0.20.7 |
1695 | 2024-11-07T13:51:40.755Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=33134828a1bb2457 -C extra-filename=-33134828a1bb2457 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2024-11-07T13:51:41.121Z | Compiling itertools v0.13.0 |
1697 | 2024-11-07T13:51:41.124Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=1941f23739d8298f -C extra-filename=-1941f23739d8298f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1698 | 2024-11-07T13:51:41.193Z | Compiling libsw v3.3.1 |
1699 | 2024-11-07T13:51:41.196Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=bc6cf24e3194b707 -C extra-filename=-bc6cf24e3194b707 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2024-11-07T13:51:41.461Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1701 | 2024-11-07T13:51:41.464Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=bd8945f79d96993a -C extra-filename=-bd8945f79d96993a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-c1cf2f719fa07aa3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-2291361fa3bd5e2b.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-6d891bcd5500995b.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a2c3cb1850ed826d.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-8b9f4909140a04dd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1702 | 2024-11-07T13:51:41.487Z | Compiling derive-where v1.2.7 |
1703 | 2024-11-07T13:51:41.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=58e40401f3182b49 -C extra-filename=-58e40401f3182b49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1704 | 2024-11-07T13:51:41.754Z | Compiling indent_write v2.2.0 |
1705 | 2024-11-07T13:51:41.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2b46e24d8f627aa0 -C extra-filename=-2b46e24d8f627aa0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1706 | 2024-11-07T13:51:41.969Z | Compiling data-encoding v2.5.0 |
1707 | 2024-11-07T13:51:41.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8e62180ff1b21d1b -C extra-filename=-8e62180ff1b21d1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1708 | 2024-11-07T13:51:42.175Z | Compiling swrite v0.1.0 |
1709 | 2024-11-07T13:51:42.178Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=ead75bd95f46c565 -C extra-filename=-ead75bd95f46c565 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1710 | 2024-11-07T13:51:42.300Z | Compiling linear-map v1.2.0 |
1711 | 2024-11-07T13:51:42.303Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=2437d50ed59d5e00 -C extra-filename=-2437d50ed59d5e00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1712 | 2024-11-07T13:51:42.669Z | Compiling highway v1.2.0 |
1713 | 2024-11-07T13:51:42.672Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0f7c5dcf14244427 -C extra-filename=-0f7c5dcf14244427 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1714 | 2024-11-07T13:51:43.552Z | Compiling quick-error v1.2.3 |
1715 | 2024-11-07T13:51:43.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d89062f4f64e61c3 -C extra-filename=-d89062f4f64e61c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1716 | 2024-11-07T13:51:43.704Z | Compiling linked-hash-map v0.5.6 |
1717 | 2024-11-07T13:51:43.707Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=876c738ef0884f2d -C extra-filename=-876c738ef0884f2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1718 | 2024-11-07T13:51:43.969Z | Compiling resolv-conf v0.7.0 |
1719 | 2024-11-07T13:51:43.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c7afb88e4f2f1849 -C extra-filename=-c7afb88e4f2f1849 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-05db6633f95886d0.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-d89062f4f64e61c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1720 | 2024-11-07T13:51:44.067Z | Compiling lru-cache v0.1.2 |
1721 | 2024-11-07T13:51:44.070Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=b0757c189225f45a -C extra-filename=-b0757c189225f45a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/crucible/target/debug/deps/liblinked_hash_map-876c738ef0884f2d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1722 | 2024-11-07T13:51:44.265Z | Compiling proc-macro-crate v2.0.0 |
1723 | 2024-11-07T13:51:44.283Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a85d8f6ed8e794b -C extra-filename=-2a85d8f6ed8e794b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-33134828a1bb2457.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1724 | 2024-11-07T13:51:44.290Z | Compiling hickory-proto v0.24.1 |
1725 | 2024-11-07T13:51:44.293Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=05d6150045f6e03e -C extra-filename=-05d6150045f6e03e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-8e62180ff1b21d1b.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-b4130d5413c5a502.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-4c370c3d43b3d490.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1726 | 2024-11-07T13:51:44.538Z | Compiling steno v0.4.1 |
1727 | 2024-11-07T13:51:44.541Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cb5319d17bf02ce -C extra-filename=-6cb5319d17bf02ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7dbf904fdc0a2d6a.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-32b55586b3189481.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1728 | 2024-11-07T13:51:44.569Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1729 | 2024-11-07T13:51:44.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa0434caf4282c71 -C extra-filename=-fa0434caf4282c71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-6caea39caeff5605.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-b6046cb7827ff010.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-58e40401f3182b49.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-2b46e24d8f627aa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-bc6cf24e3194b707.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-2437d50ed59d5e00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-01942857fb545308.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-32b55586b3189481.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-ead75bd95f46c565.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1730 | 2024-11-07T13:51:44.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=f88171d047f3fac1 -C extra-filename=-f88171d047f3fac1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1731 | 2024-11-07T13:51:45.328Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4efd0b41201acb3c -C extra-filename=-4efd0b41201acb3c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1732 | 2024-11-07T13:51:45.662Z | Compiling humantime v2.1.0 |
1733 | 2024-11-07T13:51:45.665Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bdcc0edb1812dd7 -C extra-filename=-4bdcc0edb1812dd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1734 | 2024-11-07T13:51:45.917Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1735 | 2024-11-07T13:51:45.920Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3de6def58e41b4c -C extra-filename=-f3de6def58e41b4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1736 | 2024-11-07T13:51:46.229Z | Compiling inout v0.1.3 |
1737 | 2024-11-07T13:51:46.231Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=af2dba1475effa05 -C extra-filename=-af2dba1475effa05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1738 | 2024-11-07T13:51:46.442Z | Compiling cipher v0.4.4 |
1739 | 2024-11-07T13:51:46.445Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=8c7eb6c2d812bd1f -C extra-filename=-8c7eb6c2d812bd1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-af2dba1475effa05.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1740 | 2024-11-07T13:51:46.498Z | Compiling num_enum_derive v0.7.3 |
1741 | 2024-11-07T13:51:46.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=70554c81b8c4ae37 -C extra-filename=-70554c81b8c4ae37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-2a85d8f6ed8e794b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1742 | 2024-11-07T13:51:46.848Z | Compiling http v0.2.12 |
1743 | 2024-11-07T13:51:46.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e30b47d7284cde1 -C extra-filename=-3e30b47d7284cde1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1744 | 2024-11-07T13:51:47.006Z | Compiling bincode v1.3.3 |
1745 | 2024-11-07T13:51:47.009Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=cc42467c711a8de4 -C extra-filename=-cc42467c711a8de4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2024-11-07T13:51:47.982Z | Compiling universal-hash v0.5.1 |
1747 | 2024-11-07T13:51:47.985Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0b444959db1065be -C extra-filename=-0b444959db1065be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1748 | 2024-11-07T13:51:48.138Z | Compiling ringbuffer v0.15.0 |
1749 | 2024-11-07T13:51:48.141Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8217a138e38d5cc9 -C extra-filename=-8217a138e38d5cc9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1750 | 2024-11-07T13:51:48.204Z | Compiling opaque-debug v0.3.0 |
1751 | 2024-11-07T13:51:48.204Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b42b14a0b9c41df5 -C extra-filename=-b42b14a0b9c41df5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1752 | 2024-11-07T13:51:48.300Z | Compiling polyval v0.6.1 |
1753 | 2024-11-07T13:51:48.303Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b893aa711b9ad2ed -C extra-filename=-b893aa711b9ad2ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-b42b14a0b9c41df5.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-0b444959db1065be.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1754 | 2024-11-07T13:51:48.459Z | Compiling hickory-resolver v0.24.1 |
1755 | 2024-11-07T13:51:48.462Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=9e8c1bc2fd1e744a -C extra-filename=-9e8c1bc2fd1e744a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-05d6150045f6e03e.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-b0757c189225f45a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-c7afb88e4f2f1849.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1756 | 2024-11-07T13:51:48.484Z | Compiling aes v0.8.3 |
1757 | 2024-11-07T13:51:48.486Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=6d989ec98e139ad6 -C extra-filename=-6d989ec98e139ad6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1758 | 2024-11-07T13:51:48.737Z | Compiling ctr v0.9.2 |
1759 | 2024-11-07T13:51:48.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=2e30e2b46b62b6f3 -C extra-filename=-2e30e2b46b62b6f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1760 | 2024-11-07T13:51:48.760Z | Compiling aead v0.5.2 |
1761 | 2024-11-07T13:51:48.760Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=416aedecc9aab83f -C extra-filename=-416aedecc9aab83f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1762 | 2024-11-07T13:51:48.916Z | Compiling num_enum v0.7.3 |
1763 | 2024-11-07T13:51:48.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=f22629064e47269b -C extra-filename=-f22629064e47269b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-70554c81b8c4ae37.so --cap-lints allow '-Wclippy::unused-async'` |
1764 | 2024-11-07T13:51:49.033Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1765 | 2024-11-07T13:51:49.037Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=8d08932292abacc4 -C extra-filename=-8d08932292abacc4 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib '-Wclippy::unused-async'` |
1766 | 2024-11-07T13:51:49.073Z | Compiling num-bigint v0.2.6 |
1767 | 2024-11-07T13:51:49.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=4802ace05d0605cc -C extra-filename=-4802ace05d0605cc --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1768 | 2024-11-07T13:51:49.097Z | Compiling async-recursion v1.1.1 |
1769 | 2024-11-07T13:51:49.097Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1a0b8f0d41bc4d3 -C extra-filename=-c1a0b8f0d41bc4d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1770 | 2024-11-07T13:51:49.320Z | Compiling unicase v2.7.0 |
1771 | 2024-11-07T13:51:49.323Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=026be49f7c62a857 -C extra-filename=-026be49f7c62a857 --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1772 | 2024-11-07T13:51:49.411Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4/build-script-build` |
1773 | 2024-11-07T13:51:49.458Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc/build-script-build` |
1774 | 2024-11-07T13:51:49.479Z | Compiling aes-gcm-siv v0.11.1 |
1775 | 2024-11-07T13:51:49.499Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=a148d9323b05bf39 -C extra-filename=-a148d9323b05bf39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aead=/work/oxidecomputer/crucible/target/debug/deps/libaead-416aedecc9aab83f.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-6d989ec98e139ad6.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-2e30e2b46b62b6f3.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-b893aa711b9ad2ed.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2024-11-07T13:51:49.666Z | Compiling num-complex v0.2.4 |
1777 | 2024-11-07T13:51:49.669Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=ca608a4e73ff47bb -C extra-filename=-ca608a4e73ff47bb --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1778 | 2024-11-07T13:51:49.687Z | Compiling num-rational v0.2.4 |
1779 | 2024-11-07T13:51:49.690Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=31716867ff71a980 -C extra-filename=-31716867ff71a980 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1780 | 2024-11-07T13:51:49.732Z | Compiling signal-hook v0.3.17 |
1781 | 2024-11-07T13:51:49.735Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4aab96283893f1dc -C extra-filename=-4aab96283893f1dc --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1782 | 2024-11-07T13:51:49.761Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857/build-script-build` |
1783 | 2024-11-07T13:51:49.938Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=79cb8cbef4bef235 -C extra-filename=-79cb8cbef4bef235 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1784 | 2024-11-07T13:51:50.041Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb/build-script-build` |
1785 | 2024-11-07T13:51:50.062Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build` |
1786 | 2024-11-07T13:51:50.062Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980/build-script-build` |
1787 | 2024-11-07T13:51:50.106Z | Compiling urlencoding v2.1.3 |
1788 | 2024-11-07T13:51:50.110Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name urlencoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a2c3d09a58b38b3 -C extra-filename=-6a2c3d09a58b38b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1789 | 2024-11-07T13:51:50.238Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=9b96161896d6ec57 -C extra-filename=-9b96161896d6ec57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1790 | 2024-11-07T13:51:50.259Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=34b7f7bf410943dd -C extra-filename=-34b7f7bf410943dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-8bf63eb927def9d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1791 | 2024-11-07T13:51:50.474Z | Compiling opentelemetry v0.21.0 |
1792 | 2024-11-07T13:51:50.474Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "pin-project-lite", "testing", "trace"))' -C metadata=49bed803c0cd9d27 -C extra-filename=-49bed803c0cd9d27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-6a2c3d09a58b38b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1793 | 2024-11-07T13:51:50.510Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fb1af0aeefa624b4 -C extra-filename=-fb1af0aeefa624b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1794 | 2024-11-07T13:51:50.886Z | Compiling phf_generator v0.11.2 |
1795 | 2024-11-07T13:51:50.889Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=7d1781e01e1b6dc6 -C extra-filename=-7d1781e01e1b6dc6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1796 | 2024-11-07T13:51:51.055Z | Compiling ordered-float v4.2.0 |
1797 | 2024-11-07T13:51:51.058Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytemuck", "default", "proptest", "rand", "randtest", "rkyv", "rkyv_16", "rkyv_32", "rkyv_64", "rkyv_ck", "schemars", "serde", "speedy", "std"))' -C metadata=13b05e615f8c9041 -C extra-filename=-13b05e615f8c9041 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1798 | 2024-11-07T13:51:51.307Z | Compiling num_cpus v1.16.0 |
1799 | 2024-11-07T13:51:51.310Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48b8fbab5722acad -C extra-filename=-48b8fbab5722acad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1800 | 2024-11-07T13:51:51.341Z | Compiling glob v0.3.1 |
1801 | 2024-11-07T13:51:51.343Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a01331971f4e3b27 -C extra-filename=-a01331971f4e3b27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1802 | 2024-11-07T13:51:51.477Z | Compiling overload v0.1.1 |
1803 | 2024-11-07T13:51:51.480Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=913213204ce86d38 -C extra-filename=-913213204ce86d38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1804 | 2024-11-07T13:51:51.589Z | Compiling nu-ansi-term v0.46.0 |
1805 | 2024-11-07T13:51:51.592Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=721518374c895881 -C extra-filename=-721518374c895881 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern overload=/work/oxidecomputer/crucible/target/debug/deps/liboverload-913213204ce86d38.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1806 | 2024-11-07T13:51:51.942Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=8d4421d8505ba40f -C extra-filename=-8d4421d8505ba40f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-79cb8cbef4bef235.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1807 | 2024-11-07T13:51:52.246Z | Compiling opentelemetry_sdk v0.21.2 |
1808 | 2024-11-07T13:51:52.249Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-trait"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="glob"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "crossbeam-channel", "default", "glob", "http", "jaeger_remote_sampler", "logs", "logs_level_enabled", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=f0028c57f275b497 -C extra-filename=-f0028c57f275b497 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5cc55772ea45cd6a.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-a01331971f4e3b27.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-49bed803c0cd9d27.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-13b05e615f8c9041.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2024-11-07T13:51:52.303Z | Compiling threadpool v1.8.1 |
1810 | 2024-11-07T13:51:52.314Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6995fede54c186ec -C extra-filename=-6995fede54c186ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_cpus=/work/oxidecomputer/crucible/target/debug/deps/libnum_cpus-48b8fbab5722acad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2024-11-07T13:51:52.328Z | Compiling phf_codegen v0.11.2 |
1812 | 2024-11-07T13:51:52.330Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=219c5cae5469294f -C extra-filename=-219c5cae5469294f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_generator=/work/oxidecomputer/crucible/target/debug/deps/libphf_generator-7d1781e01e1b6dc6.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2024-11-07T13:51:52.369Z | Compiling mime_guess v2.0.5 |
1814 | 2024-11-07T13:51:52.371Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=67e9092b299a71ba -C extra-filename=-67e9092b299a71ba --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-fb1af0aeefa624b4.rlib --cap-lints allow '-Wclippy::unused-async'` |
1815 | 2024-11-07T13:51:52.431Z | Compiling sharded-slab v0.1.7 |
1816 | 2024-11-07T13:51:52.434Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=21e6dad37f58c14d -C extra-filename=-21e6dad37f58c14d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1817 | 2024-11-07T13:51:52.515Z | Compiling num v0.2.1 |
1818 | 2024-11-07T13:51:52.517Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "num-bigint", "rand", "serde", "std"))' -C metadata=f8d6d4fe94f06b07 -C extra-filename=-f8d6d4fe94f06b07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-79cb8cbef4bef235.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-9b96161896d6ec57.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-8d4421d8505ba40f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1819 | 2024-11-07T13:51:52.627Z | Compiling statistical v1.0.0 |
1820 | 2024-11-07T13:51:52.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba4200f97a30321f -C extra-filename=-ba4200f97a30321f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-f8d6d4fe94f06b07.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-937a23649bb9202b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2024-11-07T13:51:52.853Z | Compiling tracing-log v0.2.0 |
1822 | 2024-11-07T13:51:52.855Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=bc5ef033eb8ea412 -C extra-filename=-bc5ef033eb8ea412 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1823 | 2024-11-07T13:51:53.259Z | Compiling ordered-float v2.10.1 |
1824 | 2024-11-07T13:51:53.262Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=d5d3f06258f44c47 -C extra-filename=-d5d3f06258f44c47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1825 | 2024-11-07T13:51:53.279Z | Compiling crc32fast v1.3.2 |
1826 | 2024-11-07T13:51:53.282Z | Compiling integer-encoding v3.0.4 |
1827 | 2024-11-07T13:51:53.282Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0cc6d9477d846fbc -C extra-filename=-0cc6d9477d846fbc --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1828 | 2024-11-07T13:51:53.282Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integer_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/integer-encoding-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "futures-util", "futures_async", "tokio", "tokio_async"))' -C metadata=8d70ee92597956dc -C extra-filename=-8d70ee92597956dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1829 | 2024-11-07T13:51:53.401Z | Compiling terminfo v0.8.0 |
1830 | 2024-11-07T13:51:53.404Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34d3d19502ed0d54 -C extra-filename=-34d3d19502ed0d54 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-34d3d19502ed0d54 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-219c5cae5469294f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1831 | 2024-11-07T13:51:53.471Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba/build-script-build` |
1832 | 2024-11-07T13:51:53.511Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1833 | 2024-11-07T13:51:53.514Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_semantic_conventions --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-semantic-conventions-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=506b56ef7005b94b -C extra-filename=-506b56ef7005b94b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-49bed803c0cd9d27.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1834 | 2024-11-07T13:51:53.731Z | Compiling tracing-subscriber v0.3.18 |
1835 | 2024-11-07T13:51:53.734Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=c016dc42bd72ab57 -C extra-filename=-c016dc42bd72ab57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-721518374c895881.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-21e6dad37f58c14d.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-bc5ef033eb8ea412.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2024-11-07T13:51:53.769Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0eeab338d3aa098e -C extra-filename=-0eeab338d3aa098e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1837 | 2024-11-07T13:51:53.798Z | Compiling sha2 v0.10.8 |
1838 | 2024-11-07T13:51:53.801Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=0b5999b8e57abc6f -C extra-filename=-0b5999b8e57abc6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1839 | 2024-11-07T13:51:53.801Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc/build-script-build` |
1840 | 2024-11-07T13:51:53.865Z | Compiling thrift v0.17.0 |
1841 | 2024-11-07T13:51:53.874Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=01864470272c356c -C extra-filename=-01864470272c356c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-8d70ee92597956dc.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-d5d3f06258f44c47.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-6995fede54c186ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-11-07T13:51:53.888Z | Compiling ring v0.16.20 |
1843 | 2024-11-07T13:51:53.891Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=ca45bedb47cd23bd -C extra-filename=-ca45bedb47cd23bd --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-ca45bedb47cd23bd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-11-07T13:51:54.173Z | Compiling blake3 v1.5.1 |
1845 | 2024-11-07T13:51:54.176Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=d4e3a792900494df -C extra-filename=-d4e3a792900494df --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-d4e3a792900494df -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-11-07T13:51:54.637Z | Compiling vte_generate_state_changes v0.1.1 |
1847 | 2024-11-07T13:51:54.640Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c233fb98fd33ad7 -C extra-filename=-6c233fb98fd33ad7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1848 | 2024-11-07T13:51:54.658Z | Compiling dirs-sys v0.3.7 |
1849 | 2024-11-07T13:51:54.658Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=384955b332a82c6d -C extra-filename=-384955b332a82c6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1850 | 2024-11-07T13:51:54.690Z | Compiling adler v1.0.2 |
1851 | 2024-11-07T13:51:54.692Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=ad0ef788f899d611 -C extra-filename=-ad0ef788f899d611 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1852 | 2024-11-07T13:51:54.797Z | Compiling rust_decimal v1.33.1 |
1853 | 2024-11-07T13:51:54.801Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=f01c21403676a5c8 -C extra-filename=-f01c21403676a5c8 --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1854 | 2024-11-07T13:51:54.850Z | Compiling minimal-lexical v0.2.1 |
1855 | 2024-11-07T13:51:54.856Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5b91bfcf5e602cb1 -C extra-filename=-5b91bfcf5e602cb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1856 | 2024-11-07T13:51:54.924Z | Compiling portable-atomic v1.5.1 |
1857 | 2024-11-07T13:51:54.926Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=70fce381ab23842d -C extra-filename=-70fce381ab23842d --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1858 | 2024-11-07T13:51:55.277Z | Compiling vte v0.11.1 |
1859 | 2024-11-07T13:51:55.280Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=9196e2a295e9b1f2 -C extra-filename=-9196e2a295e9b1f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-6c233fb98fd33ad7.so --cap-lints allow '-Wclippy::unused-async'` |
1860 | 2024-11-07T13:51:55.324Z | Compiling nom v7.1.3 |
1861 | 2024-11-07T13:51:55.327Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=fe4b174863d202b7 -C extra-filename=-fe4b174863d202b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-5b91bfcf5e602cb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1862 | 2024-11-07T13:51:55.383Z | Compiling dirs v4.0.0 |
1863 | 2024-11-07T13:51:55.386Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd410603e7826dd9 -C extra-filename=-bd410603e7826dd9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_sys=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys-384955b332a82c6d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1864 | 2024-11-07T13:51:55.386Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8/build-script-build` |
1865 | 2024-11-07T13:51:55.433Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-ca45bedb47cd23bd/build-script-build` |
1866 | 2024-11-07T13:51:55.581Z | Compiling miniz_oxide v0.7.1 |
1867 | 2024-11-07T13:51:55.584Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=7f01d46f992b507c -C extra-filename=-7f01d46f992b507c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern adler=/work/oxidecomputer/crucible/target/debug/deps/libadler-ad0ef788f899d611.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1868 | 2024-11-07T13:51:55.758Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d/build-script-build` |
1869 | 2024-11-07T13:51:55.808Z | Compiling tracing-opentelemetry v0.22.0 |
1870 | 2024-11-07T13:51:55.811Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_opentelemetry --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="smallvec"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "default", "metrics", "smallvec", "thiserror", "tracing-log"))' -C metadata=6ff8cb81289fb2bb -C extra-filename=-6ff8cb81289fb2bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-49bed803c0cd9d27.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-f0028c57f275b497.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-bc5ef033eb8ea412.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1871 | 2024-11-07T13:51:55.829Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-d4e3a792900494df/build-script-build` |
1872 | 2024-11-07T13:51:56.529Z | Compiling opentelemetry-jaeger v0.20.0 |
1873 | 2024-11-07T13:51:56.532Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_jaeger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-jaeger-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "base64", "collector_client", "default", "full", "futures-executor", "headers", "http", "hyper", "hyper-tls", "hyper_collector_client", "hyper_tls_collector_client", "integration_test", "isahc", "isahc_collector_client", "js-sys", "opentelemetry-http", "pin-project-lite", "prost", "prost-types", "reqwest", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "surf", "surf_collector_client", "tokio", "tonic", "wasm-bindgen", "wasm-bindgen-futures", "wasm_collector_client", "web-sys"))' -C metadata=58e10c67abb72fe4 -C extra-filename=-58e10c67abb72fe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-49bed803c0cd9d27.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-506b56ef7005b94b.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-f0028c57f275b497.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-01864470272c356c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1874 | 2024-11-07T13:51:57.066Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-34d3d19502ed0d54/build-script-build` |
1875 | 2024-11-07T13:51:57.178Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0b3acd9416b945e9 -C extra-filename=-0b3acd9416b945e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-0eeab338d3aa098e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1876 | 2024-11-07T13:51:57.203Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=c006c7e4641c7422 -C extra-filename=-c006c7e4641c7422 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
1877 | 2024-11-07T13:51:57.492Z | Compiling signal-hook-mio v0.2.4 |
1878 | 2024-11-07T13:51:57.494Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=2127775ccd8f7b64 -C extra-filename=-2127775ccd8f7b64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2024-11-07T13:51:57.513Z | Compiling signal-hook-tokio v0.3.1 |
1880 | 2024-11-07T13:51:57.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=b6d576935d4630b8 -C extra-filename=-b6d576935d4630b8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1881 | 2024-11-07T13:51:57.652Z | Compiling phf v0.11.2 |
1882 | 2024-11-07T13:51:57.654Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8685b6ea7d7e154b -C extra-filename=-8685b6ea7d7e154b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-25d18edbaa8643e6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1883 | 2024-11-07T13:51:57.673Z | Compiling opentelemetry v0.24.0 |
1884 | 2024-11-07T13:51:57.676Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "otel_unstable", "pin-project-lite", "testing", "trace"))' -C metadata=b0c602d50ef217f7 -C extra-filename=-b0c602d50ef217f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-11-07T13:51:57.872Z | Compiling memmap2 v0.9.4 |
1886 | 2024-11-07T13:51:57.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=423fe79b086ba6e7 -C extra-filename=-423fe79b086ba6e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2024-11-07T13:51:57.927Z | Compiling xattr v1.0.1 |
1888 | 2024-11-07T13:51:57.929Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=c8036b7200df1846 -C extra-filename=-c8036b7200df1846 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2024-11-07T13:51:58.074Z | Compiling filetime v0.2.22 |
1890 | 2024-11-07T13:51:58.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a945a5d179a246 -C extra-filename=-35a945a5d179a246 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-11-07T13:51:58.233Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1892 | 2024-11-07T13:51:58.236Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 downstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9d8e5b87377694ba -C extra-filename=-9d8e5b87377694ba --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib '-Wclippy::unused-async'` |
1893 | 2024-11-07T13:51:58.370Z | Compiling arrayref v0.3.7 |
1894 | 2024-11-07T13:51:58.373Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e045b845868bea5 -C extra-filename=-7e045b845868bea5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2024-11-07T13:51:58.430Z | Compiling untrusted v0.7.1 |
1896 | 2024-11-07T13:51:58.433Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d85eae2feabedc5 -C extra-filename=-0d85eae2feabedc5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1897 | 2024-11-07T13:51:58.469Z | Compiling constant_time_eq v0.3.0 |
1898 | 2024-11-07T13:51:58.472Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=18fd1ff10b86eefe -C extra-filename=-18fd1ff10b86eefe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1899 | 2024-11-07T13:51:58.600Z | Compiling home v0.5.5 |
1900 | 2024-11-07T13:51:58.600Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2ee261ceafe33a -C extra-filename=-ac2ee261ceafe33a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1901 | 2024-11-07T13:51:58.619Z | Compiling http-range v0.1.5 |
1902 | 2024-11-07T13:51:58.623Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9aab0316c825049 -C extra-filename=-c9aab0316c825049 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1903 | 2024-11-07T13:51:58.639Z | Compiling spin v0.5.2 |
1904 | 2024-11-07T13:51:58.642Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c0330f9712beb70 -C extra-filename=-9c0330f9712beb70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1905 | 2024-11-07T13:51:58.701Z | Compiling same-file v1.0.6 |
1906 | 2024-11-07T13:51:58.704Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecaffaabfa1b9341 -C extra-filename=-ecaffaabfa1b9341 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1907 | 2024-11-07T13:51:58.861Z | Compiling walkdir v2.4.0 |
1908 | 2024-11-07T13:51:58.864Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5153e38bb56c2351 -C extra-filename=-5153e38bb56c2351 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern same_file=/work/oxidecomputer/crucible/target/debug/deps/libsame_file-ecaffaabfa1b9341.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1909 | 2024-11-07T13:51:58.864Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=f0f41c6f72a7fc62 -C extra-filename=-f0f41c6f72a7fc62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-9c0330f9712beb70.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-0d85eae2feabedc5.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out -l static=ring-core -l static=ring-test` |
1910 | 2024-11-07T13:51:58.972Z | Compiling hyper-staticfile v0.10.1 |
1911 | 2024-11-07T13:51:58.975Z | Compiling which v4.4.2 |
1912 | 2024-11-07T13:51:58.975Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e77fb28f6beffe8 -C extra-filename=-2e77fb28f6beffe8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-c9aab0316c825049.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-310f48f7a1d77ea8.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1913 | 2024-11-07T13:51:58.975Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=b02ad8a629f03b5f -C extra-filename=-b02ad8a629f03b5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-ac2ee261ceafe33a.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2024-11-07T13:51:59.012Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba/build-script-build` |
1915 | 2024-11-07T13:51:59.067Z | Compiling tar v0.4.40 |
1916 | 2024-11-07T13:51:59.070Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=24326d23b7892fde -C extra-filename=-24326d23b7892fde --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-35a945a5d179a246.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-c8036b7200df1846.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1917 | 2024-11-07T13:51:59.516Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cad0c00269d6c5c -C extra-filename=-6cad0c00269d6c5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs=/work/oxidecomputer/crucible/target/debug/deps/libdirs-bd410603e7826dd9.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-fe4b174863d202b7.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-8685b6ea7d7e154b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1918 | 2024-11-07T13:51:59.623Z | Compiling crossterm v0.28.1 |
1919 | 2024-11-07T13:51:59.626Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=32ae4dae503c3dc2 -C extra-filename=-32ae4dae503c3dc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-2127775ccd8f7b64.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1920 | 2024-11-07T13:52:00.109Z | Compiling flate2 v1.0.28 |
1921 | 2024-11-07T13:52:00.112Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=b27da0a1b956e562 -C extra-filename=-b27da0a1b956e562 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crc32fast=/work/oxidecomputer/crucible/target/debug/deps/libcrc32fast-c006c7e4641c7422.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-7f01d46f992b507c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1922 | 2024-11-07T13:52:00.158Z | Compiling strip-ansi-escapes v0.2.0 |
1923 | 2024-11-07T13:52:00.161Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b2dcc6ae7ff712f -C extra-filename=-6b2dcc6ae7ff712f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vte=/work/oxidecomputer/crucible/target/debug/deps/libvte-9196e2a295e9b1f2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1924 | 2024-11-07T13:52:00.590Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=bb82e1b70b3d77b5 -C extra-filename=-bb82e1b70b3d77b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg portable_atomic_llvm_16` |
1925 | 2024-11-07T13:52:00.897Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rust_decimal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=6f7931aa6a8a6fd7 -C extra-filename=-6f7931aa6a8a6fd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1926 | 2024-11-07T13:52:00.918Z | Compiling toml v0.7.8 |
1927 | 2024-11-07T13:52:00.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=5dfdd92cf8dde5ad -C extra-filename=-5dfdd92cf8dde5ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-908fd40ce752c157.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1928 | 2024-11-07T13:52:01.077Z | Compiling nix v0.26.4 |
1929 | 2024-11-07T13:52:01.080Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6c25ccaaa7d73eac -C extra-filename=-6c25ccaaa7d73eac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1930 | 2024-11-07T13:52:01.168Z | Compiling itertools v0.12.1 |
1931 | 2024-11-07T13:52:01.175Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=881df70bc4f5c2fb -C extra-filename=-881df70bc4f5c2fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1932 | 2024-11-07T13:52:01.969Z | Compiling fd-lock v4.0.2 |
1933 | 2024-11-07T13:52:01.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=850dd7b34a916379 -C extra-filename=-850dd7b34a916379 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1934 | 2024-11-07T13:52:02.179Z | Compiling csv-core v0.1.11 |
1935 | 2024-11-07T13:52:02.181Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=d1c68b24d04b15ca -C extra-filename=-d1c68b24d04b15ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1936 | 2024-11-07T13:52:02.487Z | Compiling topological-sort v0.2.2 |
1937 | 2024-11-07T13:52:02.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a248791cc7a55e43 -C extra-filename=-a248791cc7a55e43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1938 | 2024-11-07T13:52:02.575Z | Compiling utf8-width v0.1.6 |
1939 | 2024-11-07T13:52:02.577Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8-width-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=758294cc3655b740 -C extra-filename=-758294cc3655b740 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1940 | 2024-11-07T13:52:02.654Z | Compiling nu-ansi-term v0.50.0 |
1941 | 2024-11-07T13:52:02.659Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6863299e2492a79d -C extra-filename=-6863299e2492a79d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1942 | 2024-11-07T13:52:02.683Z | Compiling number_prefix v0.4.0 |
1943 | 2024-11-07T13:52:02.686Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1e38e0ceee55520b -C extra-filename=-1e38e0ceee55520b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1944 | 2024-11-07T13:52:02.709Z | Compiling byte-unit v5.1.4 |
1945 | 2024-11-07T13:52:02.711Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_unit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byte-unit-5.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byte"' --cfg 'feature="default"' --cfg 'feature="rust_decimal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit", "byte", "default", "rocket", "rust_decimal", "serde", "std", "u128"))' -C metadata=6e68f237d8495d89 -C extra-filename=-6e68f237d8495d89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rust_decimal=/work/oxidecomputer/crucible/target/debug/deps/librust_decimal-6f7931aa6a8a6fd7.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-758294cc3655b740.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1946 | 2024-11-07T13:52:02.757Z | Compiling csv v1.3.0 |
1947 | 2024-11-07T13:52:02.760Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdab9b8349427908 -C extra-filename=-bdab9b8349427908 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern csv_core=/work/oxidecomputer/crucible/target/debug/deps/libcsv_core-d1c68b24d04b15ca.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1948 | 2024-11-07T13:52:02.917Z | Compiling indicatif v0.17.8 |
1949 | 2024-11-07T13:52:02.920Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=c3ddf18eab73fad2 -C extra-filename=-c3ddf18eab73fad2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-26e261896c087a38.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-1e38e0ceee55520b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-bb82e1b70b3d77b5.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1950 | 2024-11-07T13:52:02.936Z | Compiling nbd v0.3.1 |
1951 | 2024-11-07T13:52:02.936Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nbd --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nbd-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54b44cc631b68304 -C extra-filename=-54b44cc631b68304 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1952 | 2024-11-07T13:52:03.233Z | Compiling human_bytes v0.4.3 |
1953 | 2024-11-07T13:52:03.236Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name human_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/human_bytes-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="si-units"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "build-binary", "default", "fast", "lexopt", "ryu", "si-units"))' -C metadata=bdfa2e7f5f27a54d -C extra-filename=-bdfa2e7f5f27a54d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1954 | 2024-11-07T13:52:04.017Z | Compiling reedline v0.36.0 |
1955 | 2024-11-07T13:52:04.020Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=22da3711a1ab2777 -C extra-filename=-22da3711a1ab2777 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-32ae4dae503c3dc2.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-850dd7b34a916379.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-881df70bc4f5c2fb.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-6863299e2492a79d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-6b2dcc6ae7ff712f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-c7ed6109b3dd0ff5.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1956 | 2024-11-07T13:52:04.123Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=47e92d10fbc180d1 -C extra-filename=-47e92d10fbc180d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-7e045b845868bea5.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-18fd1ff10b86eefe.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-423fe79b086ba6e7.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi` |
1957 | 2024-11-07T13:52:05.398Z | Compiling clearscreen v2.0.1 |
1958 | 2024-11-07T13:52:05.401Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clearscreen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clearscreen-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("windows-console"))' -C metadata=e8d75086bdb33d70 -C extra-filename=-e8d75086bdb33d70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-6c25ccaaa7d73eac.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-6cad0c00269d6c5c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-b02ad8a629f03b5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1959 | 2024-11-07T13:52:07.129Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
1960 | 2024-11-07T13:52:07.150Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=417dfcd53c79704e -C extra-filename=-417dfcd53c79704e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1961 | 2024-11-07T13:52:07.203Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fb85e97102cc6200 -C extra-filename=-fb85e97102cc6200 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1962 | 2024-11-07T13:52:07.203Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
1963 | 2024-11-07T13:52:07.242Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-57e24ce9e68458ea/build-script-build` |
1964 | 2024-11-07T13:52:09.005Z | Compiling rustls-webpki v0.102.8 |
1965 | 2024-11-07T13:52:09.008Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=ce73aebcfb4113ad -C extra-filename=-ce73aebcfb4113ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1966 | 2024-11-07T13:52:09.070Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=01798fd3157aece3 -C extra-filename=-01798fd3157aece3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1967 | 2024-11-07T13:52:09.086Z | Compiling sct v0.7.1 |
1968 | 2024-11-07T13:52:09.089Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88f424cd2f5fdf85 -C extra-filename=-88f424cd2f5fdf85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1969 | 2024-11-07T13:52:09.106Z | Compiling rustls-webpki v0.101.7 |
1970 | 2024-11-07T13:52:09.109Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f6df1e2cfbb6b0a6 -C extra-filename=-f6df1e2cfbb6b0a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1971 | 2024-11-07T13:52:09.807Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=839c339cd70f2c9e -C extra-filename=-839c339cd70f2c9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-ce73aebcfb4113ad.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1972 | 2024-11-07T13:52:09.826Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=dbeeaf85e7070b95 -C extra-filename=-dbeeaf85e7070b95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-ce73aebcfb4113ad.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1973 | 2024-11-07T13:52:09.975Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=3f2367044d7392e9 -C extra-filename=-3f2367044d7392e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-01798fd3157aece3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1974 | 2024-11-07T13:52:10.357Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=d87ce5dc168bfe15 -C extra-filename=-d87ce5dc168bfe15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-01798fd3157aece3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1975 | 2024-11-07T13:52:10.409Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=d26eccb74aa47e8b -C extra-filename=-d26eccb74aa47e8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-f6df1e2cfbb6b0a6.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-88f424cd2f5fdf85.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1976 | 2024-11-07T13:52:13.715Z | Compiling tokio-rustls v0.25.0 |
1977 | 2024-11-07T13:52:13.717Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=0d3b5f6803582a50 -C extra-filename=-0d3b5f6803582a50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dbeeaf85e7070b95.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1978 | 2024-11-07T13:52:13.915Z | Compiling tokio-rustls v0.24.1 |
1979 | 2024-11-07T13:52:13.918Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=d77738ccc60c8f50 -C extra-filename=-d77738ccc60c8f50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-d26eccb74aa47e8b.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1980 | 2024-11-07T13:52:14.104Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5bcf5023f5001d9b -C extra-filename=-5bcf5023f5001d9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-d87ce5dc168bfe15.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1981 | 2024-11-07T13:52:14.302Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=82480eaa0385cf7e -C extra-filename=-82480eaa0385cf7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-32defc4b9f41c3db.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-ff90d7bad176c3a2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-f58e922875b26090.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-325e6d1b02144590.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-dc4656986464154a.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-b594d7982a4855b2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-c265c9505795198a.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-d9c27a9eb36e1ed5.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dbeeaf85e7070b95.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-727f6cc3b0f4c467.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-3972de122ac01f57.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-e6bbadad71a423b1.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-23f7b225347dce48.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-d7f1c1705e323ced.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-c2db47cff1bc2402.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0d3b5f6803582a50.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-b3d0bce3e10d7299.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-9f53ad4ea74500ac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-534e75f02bc16bbd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1982 | 2024-11-07T13:52:14.495Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c0471c54f5640bed -C extra-filename=-c0471c54f5640bed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-30531afbd6579276.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-b6046cb7827ff010.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-325e6d1b02144590.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-a730ac440c432e3b.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-d32c82857d165aea.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-6f81169de4151ba3.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-d87ce5dc168bfe15.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-21e2d620a0ea1f02.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-2423c0068d754f54.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-1bcff660c294dc42.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f3c2d2569f7703fe.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-5bcf5023f5001d9b.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-d305265d67221fc1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1983 | 2024-11-07T13:52:15.367Z | Compiling tokio-rustls v0.26.0 |
1984 | 2024-11-07T13:52:15.370Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=f66c011121c956c5 -C extra-filename=-f66c011121c956c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1985 | 2024-11-07T13:52:15.828Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=671572ae66452a7a -C extra-filename=-671572ae66452a7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1986 | 2024-11-07T13:52:16.309Z | Compiling hyper-rustls v0.27.3 |
1987 | 2024-11-07T13:52:16.312Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=a60909234dd515b9 -C extra-filename=-a60909234dd515b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-d32c82857d165aea.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-671572ae66452a7a.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1988 | 2024-11-07T13:52:16.978Z | Compiling reqwest v0.12.9 |
1989 | 2024-11-07T13:52:16.981Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=881c664195440703 -C extra-filename=-881c664195440703 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ff81d9d2eb04cf47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a60909234dd515b9.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-94cf7f9f1bb77c9f.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-d32c82857d165aea.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-937e3c856c48545c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-ab6aacbdb211a356.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-b5287c0e08984c72.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-671572ae66452a7a.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1990 | 2024-11-07T13:52:17.014Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=338e0e9cece486be -C extra-filename=-338e0e9cece486be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-c265c9505795198a.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-f66c011121c956c5.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1991 | 2024-11-07T13:52:17.575Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=093d1fccaad5ecec -C extra-filename=-093d1fccaad5ecec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-5a890e43b378f2b0.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ddf0af5efc98f35f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-338e0e9cece486be.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-cf77991ebc6a97e6.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-c265c9505795198a.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-2db3503a5bb3cb41.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-1806adab6b2281b9.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-57da9d7a913df298.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-41a71b75934fc850.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-38aa05cd5185ed13.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-f66c011121c956c5.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-06fa4843f83cd309.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1992 | 2024-11-07T13:52:19.567Z | Compiling progenitor-client v0.8.0 |
1993 | 2024-11-07T13:52:19.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509c7c5c41e01c69 -C extra-filename=-509c7c5c41e01c69 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1994 | 2024-11-07T13:52:19.872Z | Compiling omicron-zone-package v0.11.1 |
1995 | 2024-11-07T13:52:19.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b663f60b2f0c592 -C extra-filename=-9b663f60b2f0c592 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-47e92d10fbc180d1.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-35a945a5d179a246.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-b27da0a1b956e562.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-f0f41c6f72a7fc62.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-24326d23b7892fde.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5dfdd92cf8dde5ad.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-a248791cc7a55e43.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-5153e38bb56c2351.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out` |
1996 | 2024-11-07T13:52:20.020Z | Compiling progenitor v0.8.0 |
1997 | 2024-11-07T13:52:20.023Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2221a623989fe2ce -C extra-filename=-2221a623989fe2ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-509c7c5c41e01c69.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-55efb8ceef7a61e7.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-871edbf2219dbec0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1998 | 2024-11-07T13:52:20.227Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1999 | 2024-11-07T13:52:20.229Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61595a3e497401b4 -C extra-filename=-61595a3e497401b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2000 | 2024-11-07T13:52:20.371Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb62e9d7c0f08e9f -C extra-filename=-fb62e9d7c0f08e9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-093d1fccaad5ecec.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2001 | 2024-11-07T13:52:20.793Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5831d68fd5138272 -C extra-filename=-5831d68fd5138272 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-fb62e9d7c0f08e9f.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-7a694b50e3d3ac6d.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-871edbf2219dbec0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2002 | 2024-11-07T13:52:21.017Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4387f19eb738790b -C extra-filename=-4387f19eb738790b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-5831d68fd5138272.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-093d1fccaad5ecec.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2003 | 2024-11-07T13:52:21.757Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2004 | 2024-11-07T13:52:21.759Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81f0e005ee4027f7 -C extra-filename=-81f0e005ee4027f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-103e2f470fbdfa47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2005 | 2024-11-07T13:52:22.324Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2006 | 2024-11-07T13:52:22.327Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bee14992a5f0b591 -C extra-filename=-bee14992a5f0b591 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-bd8945f79d96993a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2007 | 2024-11-07T13:52:25.570Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2008 | 2024-11-07T13:52:25.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=98033dbdd4fdcd08 -C extra-filename=-98033dbdd4fdcd08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-14d4251fe66fc9f9.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-816a6f4b0d48b94d.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-61595a3e497401b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-094cbe8545fad40c.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-509c7c5c41e01c69.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-67c6de08564b54e3.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-ada84b0b7be60f37.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-898a3cb78b37d2be.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2009 | 2024-11-07T13:52:25.836Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2010 | 2024-11-07T13:52:25.839Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b5e0b02e27a2b5d -C extra-filename=-2b5e0b02e27a2b5d --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-2b5e0b02e27a2b5d -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-5122fe8c6f64e7c6.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-84d30c4eece83bca.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-ccdbeba0238493fc.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-7b0e0913d6b57bfb.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-d5b588947fadf0d8.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-8a9b95e96b819e98.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-43ba37a273973ff6.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f7ad8dfe3bacd28b.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-a3697d009583edc6.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-f8b6bfad8bb645a9.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c23942fb60a3ce11.rlib --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-338e0e9cece486be.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-c265c9505795198a.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-33e91a0c775d4f6f.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-9b7409d92149ff9c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c7935545ea9859d9.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-70f9a497ba88312b.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-093d1fccaad5ecec.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-bdff5b82d8da383e.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-06fa4843f83cd309.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b13c9aa97738cfd3.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-9f53ad4ea74500ac.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-3763bf8e6a98e9d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2011 | 2024-11-07T13:52:26.177Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-2b5e0b02e27a2b5d/build-script-build` |
2012 | 2024-11-07T13:52:26.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e09c8b073579a8c7 -C extra-filename=-e09c8b073579a8c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e95683b15f40bc4a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-c306063a241ff9f7.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-a222bc0560c07e46.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a60909234dd515b9.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-d32c82857d165aea.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-25d18edbaa8643e6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-a312cc896f01822e.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-908fd40ce752c157.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-f306540a2375c8b0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2024-11-07T13:52:26.317Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2014 | 2024-11-07T13:52:26.320Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/74286f9/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e4028cdbbbdd1e6 -C extra-filename=-5e4028cdbbbdd1e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-ded9ef1cb31965dc.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2015 | 2024-11-07T13:52:26.503Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d6cb98277377a3f9 -C extra-filename=-d6cb98277377a3f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-187de869de914c8f.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-ff90d7bad176c3a2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-82480eaa0385cf7e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-dc4656986464154a.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-f8b6bfad8bb645a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-55135e1d3d707f0a.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-bae53aa3406df534.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-4387f19eb738790b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-ff5f41a3c0cf1888.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-4614e9ce59077cbb.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-e465ffac001b5df0.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-5831d68fd5138272.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-fb62e9d7c0f08e9f.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-5085c8de054de5be.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-093d1fccaad5ecec.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-f325bf13fb232f3e.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-9adf0ef0efeb5156.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-4e6f23d2e72460dd.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a1ec4884734fab14.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8b4a762e687ef9e4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2016 | 2024-11-07T13:52:26.718Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2017 | 2024-11-07T13:52:26.721Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52a8a34b50c6c2da -C extra-filename=-52a8a34b50c6c2da --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2018 | 2024-11-07T13:52:26.752Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2019 | 2024-11-07T13:52:26.756Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6312b66315587374 -C extra-filename=-6312b66315587374 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-ded9ef1cb31965dc.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2020 | 2024-11-07T13:52:26.930Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2021 | 2024-11-07T13:52:26.948Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc_client --edition=2021 dsc-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aec5924042a6b596 -C extra-filename=-aec5924042a6b596 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2022 | 2024-11-07T13:52:27.246Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2023 | 2024-11-07T13:52:27.249Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_control_client --edition=2021 control-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91b47f8fe4e8502e -C extra-filename=-91b47f8fe4e8502e --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2024 | 2024-11-07T13:52:27.919Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2025 | 2024-11-07T13:52:27.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=638ddaedb25bbbe0 -C extra-filename=-638ddaedb25bbbe0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2024-11-07T13:52:27.939Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2027 | 2024-11-07T13:52:27.942Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_package --edition=2021 package/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bfd99305ffa6d03 -C extra-filename=-7bfd99305ffa6d03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-9b663f60b2f0c592.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out` |
2028 | 2024-11-07T13:52:28.229Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2029 | 2024-11-07T13:52:28.232Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa9152cd4e8926d2 -C extra-filename=-aa9152cd4e8926d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2024-11-07T13:52:28.377Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2031 | 2024-11-07T13:52:28.379Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_integration_tests --edition=2021 integration_tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c84c9ef68f7a944 -C extra-filename=-4c84c9ef68f7a944 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2032 | 2024-11-07T13:52:30.204Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=dc576c56d414a199 -C extra-filename=-dc576c56d414a199 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-8dbd908da9bc4e47.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2033 | 2024-11-07T13:52:30.721Z | Compiling git2 v0.19.0 |
2034 | 2024-11-07T13:52:30.724Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=df0da06d7e23d7bd -C extra-filename=-df0da06d7e23d7bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-5122fe8c6f64e7c6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-dc576c56d414a199.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64` |
2035 | 2024-11-07T13:52:34.478Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=d34f8556dc4b0d6c -C extra-filename=-d34f8556dc4b0d6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-866f9152469c9040.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-df0da06d7e23d7bd.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-7c0afd9e8e47094f.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
2036 | 2024-11-07T13:52:34.611Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2037 | 2024-11-07T13:52:34.614Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0795250ffb39e355 -C extra-filename=-0795250ffb39e355 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-d57cb491ddcdd43e.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-b1e8c75a7c620dd0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2038 | 2024-11-07T13:52:34.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=06a3888c334453ce -C extra-filename=-06a3888c334453ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-f5b5c45b4994b85b.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-5e4028cdbbbdd1e6.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-816a6f4b0d48b94d.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-dbc6bd071b9a9233.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-0120d2e4753ba506.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-087a6119ceb9306e.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-7e60338ec193e1e5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-85a77f11aa974343.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-3ae3d8f594a12f77.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2039 | 2024-11-07T13:52:34.964Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2040 | 2024-11-07T13:52:34.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9afcdc872dd7485 -C extra-filename=-a9afcdc872dd7485 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-cdd34e4396c3ba9f.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6b13becb7d8fc221.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-103e2f470fbdfa47.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2041 | 2024-11-07T13:52:35.942Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=154da8425d2563b5 -C extra-filename=-154da8425d2563b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-a9ec92d89f3b14dd.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-84302553e93683aa.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-d6cb98277377a3f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a1ec4884734fab14.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2042 | 2024-11-07T13:52:36.936Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2043 | 2024-11-07T13:52:36.939Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02084c3aa82a3635 -C extra-filename=-02084c3aa82a3635 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-02084c3aa82a3635 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vergen=/work/oxidecomputer/crucible/target/debug/deps/libvergen-d34f8556dc4b0d6c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64` |
2044 | 2024-11-07T13:52:38.053Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2045 | 2024-11-07T13:52:38.056Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f476444d6228d62 -C extra-filename=-1f476444d6228d62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-06a3888c334453ce.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2046 | 2024-11-07T13:52:38.201Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-02084c3aa82a3635/build-script-build` |
2047 | 2024-11-07T13:52:38.622Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2048 | 2024-11-07T13:52:38.625Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e98368e679c3302 -C extra-filename=-2e98368e679c3302 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-0f7c5dcf14244427.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-b1e8c75a7c620dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-0795250ffb39e355.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2049 | 2024-11-07T13:52:39.013Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2050 | 2024-11-07T13:52:39.022Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2277a9dcbfbf2008 -C extra-filename=-2277a9dcbfbf2008 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-06a3888c334453ce.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-1f476444d6228d62.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2051 | 2024-11-07T13:52:40.809Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2052 | 2024-11-07T13:52:40.812Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a8fd89563f0cbf8 -C extra-filename=-8a8fd89563f0cbf8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-84d30c4eece83bca.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-154da8425d2563b5.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-c98723c13f5d261a.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-4e6f23d2e72460dd.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-b3d0bce3e10d7299.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2053 | 2024-11-07T13:52:40.956Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2054 | 2024-11-07T13:52:40.958Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d77cfec98f936f8e -C extra-filename=-d77cfec98f936f8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-a9afcdc872dd7485.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-f88171d047f3fac1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-58e40401f3182b49.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6b13becb7d8fc221.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-81f0e005ee4027f7.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-bee14992a5f0b591.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-4bdcc0edb1812dd7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-c62531ce6ec9829f.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7dbf904fdc0a2d6a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-2277a9dcbfbf2008.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-2972569115861fe4.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-2e98368e679c3302.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-094cbe8545fad40c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-898a3cb78b37d2be.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-6cb5319d17bf02ce.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-fa0434caf4282c71.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2055 | 2024-11-07T13:52:41.731Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aa2ef9b695f6598 -C extra-filename=-5aa2ef9b695f6598 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-0795250ffb39e355.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-4efd0b41201acb3c.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-898a3cb78b37d2be.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2056 | 2024-11-07T13:52:42.209Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2057 | 2024-11-07T13:52:42.212Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cb6c7053979235f -C extra-filename=-5cb6c7053979235f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-81f0e005ee4027f7.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-9e8c1bc2fd1e744a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2058 | 2024-11-07T13:52:43.210Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2059 | 2024-11-07T13:52:43.254Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b26d6f9dbb19320 -C extra-filename=-0b26d6f9dbb19320 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-8a8fd89563f0cbf8.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-154da8425d2563b5.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2060 | 2024-11-07T13:52:44.931Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e521cfacaf12ca1 -C extra-filename=-5e521cfacaf12ca1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-81aea3933594e5b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-1bcff660c294dc42.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-d77738ccc60c8f50.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-fc37422b8e9f398c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2061 | 2024-11-07T13:52:45.873Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2062 | 2024-11-07T13:52:45.876Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2063 | 2024-11-07T13:52:45.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e555e1d06e29d99 -C extra-filename=-5e555e1d06e29d99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-f22629064e47269b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2064 | 2024-11-07T13:52:45.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7676188e2c6b322 -C extra-filename=-d7676188e2c6b322 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2065 | 2024-11-07T13:52:46.845Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2066 | 2024-11-07T13:52:46.848Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2067 | 2024-11-07T13:52:46.848Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2068 | 2024-11-07T13:52:46.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcdae6a7f026dff3 -C extra-filename=-dcdae6a7f026dff3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-6312b66315587374.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2069 | 2024-11-07T13:52:46.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab23e9bf0de7d263 -C extra-filename=-ab23e9bf0de7d263 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-638ddaedb25bbbe0.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-b6d576935d4630b8.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-1bcff660c294dc42.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2070 | 2024-11-07T13:52:46.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7300edd8320bd1fd -C extra-filename=-7300edd8320bd1fd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-6e68f237d8495d89.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-52a8a34b50c6c2da.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-bdab9b8349427908.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-aec5924042a6b596.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2071 | 2024-11-07T13:52:47.685Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2072 | 2024-11-07T13:52:47.687Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7dae125f15253ad -C extra-filename=-a7dae125f15253ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-f3de6def58e41b4c.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-5aa2ef9b695f6598.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-0b26d6f9dbb19320.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-0795250ffb39e355.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-4efd0b41201acb3c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2073 | 2024-11-07T13:52:55.909Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2074 | 2024-11-07T13:52:55.912Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=629798b2a899ac59 -C extra-filename=-629798b2a899ac59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-2277a9dcbfbf2008.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-d77cfec98f936f8e.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-2221a623989fe2ce.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-67c6de08564b54e3.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2075 | 2024-11-07T13:53:03.595Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2076 | 2024-11-07T13:53:03.598Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e47467fc00e521d0 -C extra-filename=-e47467fc00e521d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-5cb6c7053979235f.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-629798b2a899ac59.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-a7dae125f15253ad.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2077 | 2024-11-07T13:53:04.903Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=60bc95faa7a8447b -C extra-filename=-60bc95faa7a8447b --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-a148d9323b05bf39.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-c1a0b8f0d41bc4d3.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-52a8a34b50c6c2da.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-5cb6c7053979235f.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-629798b2a899ac59.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-a7dae125f15253ad.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e47467fc00e521d0.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-509c7c5c41e01c69.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-d77738ccc60c8f50.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2078 | 2024-11-07T13:53:04.903Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=762c5726ec75feaa -C extra-filename=-762c5726ec75feaa --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-2e77fb28f6beffe8.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-a7dae125f15253ad.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e47467fc00e521d0.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-d7676188e2c6b322.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-d77738ccc60c8f50.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2079 | 2024-11-07T13:53:12.404Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2080 | 2024-11-07T13:53:12.407Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=338b0f8ab97f3247 -C extra-filename=-338b0f8ab97f3247 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-6312b66315587374.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2081 | 2024-11-07T13:53:18.467Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=33eea9ade17c85e5 -C extra-filename=-33eea9ade17c85e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-762c5726ec75feaa.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-2e77fb28f6beffe8.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-a7dae125f15253ad.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e47467fc00e521d0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-d7676188e2c6b322.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-d77738ccc60c8f50.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2082 | 2024-11-07T13:53:23.497Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2083 | 2024-11-07T13:53:23.501Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2084 | 2024-11-07T13:53:23.501Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2085 | 2024-11-07T13:53:23.501Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2086 | 2024-11-07T13:53:23.501Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2087 | 2024-11-07T13:53:23.501Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2088 | 2024-11-07T13:53:23.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_nbd_server --edition=2021 nbd_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a535999c97023e2 -C extra-filename=-4a535999c97023e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-54b44cc631b68304.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2089 | 2024-11-07T13:53:23.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crutest --edition=2021 crutest/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf130912675ceca2 -C extra-filename=-bf130912675ceca2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-32ae4dae503c3dc2.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-52a8a34b50c6c2da.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-aec5924042a6b596.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-bdfa2e7f5f27a54d.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-c3ddf18eab73fad2.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-a7dae125f15253ad.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e47467fc00e521d0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-22da3711a1ab2777.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-d7676188e2c6b322.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-b6d576935d4630b8.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2090 | 2024-11-07T13:53:23.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cmon --edition=2021 cmon/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2907e1dc4113cee0 -C extra-filename=-2907e1dc4113cee0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-e8d75086bdb33d70.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-91b47f8fe4e8502e.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2091 | 2024-11-07T13:53:23.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_hammer --edition=2021 hammer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9712f436866ad46 -C extra-filename=-f9712f436866ad46 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2092 | 2024-11-07T13:53:23.514Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crudd --edition=2021 crudd/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9a7ce2b63d23371 -C extra-filename=-e9a7ce2b63d23371 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-5e555e1d06e29d99.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-b6d576935d4630b8.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc37dd33f6908e5.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2093 | 2024-11-07T13:53:23.517Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name measure_iops --edition=2021 measure_iops/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7c60e7b92fceb00 -C extra-filename=-c7c60e7b92fceb00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2094 | 2024-11-07T13:53:23.565Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd685e470c45399b -C extra-filename=-dd685e470c45399b --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-60bc95faa7a8447b.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-5e521cfacaf12ca1.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-338b0f8ab97f3247.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-6312b66315587374.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-e09c8b073579a8c7.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c0471c54f5640bed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-9088f9e5e80e2791.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-98033dbdd4fdcd08.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-881c664195440703.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-297768ef6729a6ed.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2095 | 2024-11-07T13:54:03.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 26s |
2096 | 2024-11-07T13:54:03.905Z | |
2097 | 2024-11-07T13:54:03.905Z | real 4:26.789825897 |
2098 | 2024-11-07T13:54:03.905Z | user 23:17.404414573 |
2099 | 2024-11-07T13:54:03.905Z | sys 4:57.118845280 |
2100 | 2024-11-07T13:54:03.905Z | trap 0.748812259 |
2101 | 2024-11-07T13:54:03.905Z | tflt 6.862563317 |
2102 | 2024-11-07T13:54:03.905Z | dflt 7.791477482 |
2103 | 2024-11-07T13:54:03.905Z | kflt 0.018511945 |
2104 | 2024-11-07T13:54:03.905Z | lock 38:33.669201563 |
2105 | 2024-11-07T13:54:03.905Z | slp 1:54:15.384056204 |
2106 | 2024-11-07T13:54:03.905Z | lat 1:18.934882770 |
2107 | 2024-11-07T13:54:03.905Z | stop 3:50.604368836 |
2108 | 2024-11-07T13:54:03.908Z | + banner output |
2109 | 2024-11-07T13:54:03.908Z | |
2110 | 2024-11-07T13:54:03.908Z | #### # # ##### ##### # # ##### |
2111 | 2024-11-07T13:54:03.908Z | # # # # # # # # # # |
2112 | 2024-11-07T13:54:03.908Z | # # # # # # # # # # |
2113 | 2024-11-07T13:54:03.908Z | # # # # # ##### # # # |
2114 | 2024-11-07T13:54:03.908Z | # # # # # # # # # |
2115 | 2024-11-07T13:54:03.908Z | #### #### # # #### # |
2116 | 2024-11-07T13:54:03.908Z | |
2117 | 2024-11-07T13:54:03.908Z | + mkdir -p /work/bins |
2118 | 2024-11-07T13:54:03.911Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2119 | 2024-11-07T13:54:03.911Z | + gzip |
2120 | 2024-11-07T13:54:16.997Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2121 | 2024-11-07T13:54:16.998Z | + gzip |
2122 | 2024-11-07T13:54:29.554Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2123 | 2024-11-07T13:54:29.554Z | + gzip |
2124 | 2024-11-07T13:54:42.531Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2125 | 2024-11-07T13:54:42.531Z | + gzip |
2126 | 2024-11-07T13:54:50.651Z | + mkdir -p /work/scripts |
2127 | 2024-11-07T13:54:50.654Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2128 | 2024-11-07T13:54:50.654Z | + cp tools/test_live_repair.sh /work/scripts/ |
2129 | 2024-11-07T13:54:50.656Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2130 | 2024-11-07T13:54:50.656Z | + cp tools/test_repair.sh /work/scripts/ |
2131 | 2024-11-07T13:54:50.659Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2132 | 2024-11-07T13:54:50.659Z | + cp tools/test_up.sh /work/scripts/ |
2133 | 2024-11-07T13:54:50.662Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2134 | 2024-11-07T13:54:50.662Z | + cp tools/test_ds.sh /work/scripts/ |
2135 | 2024-11-07T13:54:50.665Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2136 | 2024-11-07T13:54:50.665Z | + cp tools/test_replay.sh /work/scripts/ |
2137 | 2024-11-07T13:54:50.665Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2138 | 2024-11-07T13:54:50.665Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2139 | 2024-11-07T13:54:50.667Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2140 | 2024-11-07T13:54:50.667Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2141 | 2024-11-07T13:54:50.670Z | + echo in_work_scripts |
2142 | 2024-11-07T13:54:50.670Z | in_work_scripts |
2143 | 2024-11-07T13:54:50.670Z | + ls -l /work/scripts |
2144 | 2024-11-07T13:54:50.672Z | total 7 |
2145 | 2024-11-07T13:54:50.672Z | -rw-r--r-- 1 build build 3056 Nov 7 13:54 perf-downstairs-tick.d |
2146 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 2127 Nov 7 13:54 test_ds.sh |
2147 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 4272 Nov 7 13:54 test_live_repair.sh |
2148 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 6724 Nov 7 13:54 test_repair.sh |
2149 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 3494 Nov 7 13:54 test_replay.sh |
2150 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 13887 Nov 7 13:54 test_up.sh |
2151 | 2024-11-07T13:54:50.672Z | -rwxr-xr-x 1 build build 2407 Nov 7 13:54 upstairs_info.d |
2152 | 2024-11-07T13:54:50.672Z | + echo in_work_bins |
2153 | 2024-11-07T13:54:50.672Z | in_work_bins |
2154 | 2024-11-07T13:54:50.672Z | + ls -l /work/bins |
2155 | 2024-11-07T13:54:50.672Z | total 746321 |
2156 | 2024-11-07T13:54:50.672Z | -rw-r--r-- 1 build build 109603950 Nov 7 13:54 crucible-downstairs.gz |
2157 | 2024-11-07T13:54:50.673Z | -rw-r--r-- 1 build build 105319952 Nov 7 13:54 crucible-hammer.gz |
2158 | 2024-11-07T13:54:50.673Z | -rw-r--r-- 1 build build 109799934 Nov 7 13:54 crutest.gz |
2159 | 2024-11-07T13:54:50.673Z | -rw-r--r-- 1 build build 66583768 Nov 7 13:54 dsc.gz |
2160 | 2024-11-07T13:54:50.673Z | + banner test |
2161 | 2024-11-07T13:54:50.676Z | |
2162 | 2024-11-07T13:54:50.676Z | ##### ###### #### ##### |
2163 | 2024-11-07T13:54:50.676Z | # # # # |
2164 | 2024-11-07T13:54:50.676Z | # ##### #### # |
2165 | 2024-11-07T13:54:50.676Z | # # # # |
2166 | 2024-11-07T13:54:50.676Z | # # # # # |
2167 | 2024-11-07T13:54:50.676Z | # ###### #### # |
2168 | 2024-11-07T13:54:50.676Z | |
2169 | 2024-11-07T13:54:50.676Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2170 | 2024-11-07T14:01:17.171Z | process exited: duration 724421 ms, exit code 0 |
|
2171 | 2024-11-07T14:01:17.184Z | found 12 output files |
2172 | 2024-11-07T14:01:17.184Z | uploading: /work/bins/crucible-downstairs.gz (109603950 bytes) |
2173 | 2024-11-07T14:01:20.410Z | uploaded: /work/bins/crucible-downstairs.gz |
2174 | 2024-11-07T14:01:20.410Z | uploading: /work/bins/crucible-hammer.gz (105319952 bytes) |
2175 | 2024-11-07T14:01:23.208Z | uploaded: /work/bins/crucible-hammer.gz |
2176 | 2024-11-07T14:01:23.208Z | uploading: /work/bins/crutest.gz (109799934 bytes) |
2177 | 2024-11-07T14:01:25.972Z | uploaded: /work/bins/crutest.gz |
2178 | 2024-11-07T14:01:25.972Z | uploading: /work/bins/dsc.gz (66583768 bytes) |
2179 | 2024-11-07T14:01:28.239Z | uploaded: /work/bins/dsc.gz |
2180 | 2024-11-07T14:01:28.239Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2181 | 2024-11-07T14:01:29.247Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2182 | 2024-11-07T14:01:29.247Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2183 | 2024-11-07T14:01:30.255Z | uploaded: /work/scripts/test_ds.sh |
2184 | 2024-11-07T14:01:30.255Z | uploading: /work/scripts/test_live_repair.sh (4272 bytes) |
2185 | 2024-11-07T14:01:31.262Z | uploaded: /work/scripts/test_live_repair.sh |
2186 | 2024-11-07T14:01:31.262Z | uploading: /work/scripts/test_repair.sh (6724 bytes) |
2187 | 2024-11-07T14:01:32.271Z | uploaded: /work/scripts/test_repair.sh |
2188 | 2024-11-07T14:01:32.271Z | uploading: /work/scripts/test_replay.sh (3494 bytes) |
2189 | 2024-11-07T14:01:33.281Z | uploaded: /work/scripts/test_replay.sh |
2190 | 2024-11-07T14:01:33.281Z | uploading: /work/scripts/test_up.sh (13887 bytes) |
2191 | 2024-11-07T14:01:34.289Z | uploaded: /work/scripts/test_up.sh |
2192 | 2024-11-07T14:01:34.289Z | uploading: /work/scripts/upstairs_info.d (2407 bytes) |
2193 | 2024-11-07T14:01:35.298Z | uploaded: /work/scripts/upstairs_info.d |
2194 | 2024-11-07T14:01:35.299Z | uploading: /tmp/cargo-test-out.log (72531042 bytes) |
2195 | 2024-11-07T14:01:37.635Z | uploaded: /tmp/cargo-test-out.log |