|
|
|
1 | 2024-11-01T19:37:30.239Z | job assigned to worker 01JBMKNVJHVGCCD8R8471KBJS3 (queued for 1 m 25 s) |
|
2 | 2024-11-01T19:37:37.319Z | starting task 0: "setup" |
3 | 2024-11-01T19:37:37.330Z | ++ uname -s |
4 | 2024-11-01T19:37:37.333Z | + kern=SunOS |
5 | 2024-11-01T19:37:37.333Z | + case "$kern" in |
6 | 2024-11-01T19:37:37.333Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T19:37:37.333Z | + groupadd -g 12345 build |
8 | 2024-11-01T19:37:37.336Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T19:37:39.347Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T19:37:39.461Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T19:37:39.464Z | + home_fs=zfs |
12 | 2024-11-01T19:37:39.464Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T19:37:39.464Z | + mkdir -p /home/build |
14 | 2024-11-01T19:37:39.467Z | + chown build:build /home/build /work |
15 | 2024-11-01T19:37:40.468Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T19:37:40.471Z | process exited: duration 3151 ms, exit code 0 |
|
17 | 2024-11-01T19:37:40.476Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T19:37:40.482Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T19:37:40.482Z | ' 1.70.0 |
20 | 2024-11-01T19:37:40.482Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T19:37:40.482Z | ' default |
22 | 2024-11-01T19:37:40.482Z | * toolchain channel = "1.70.0" |
23 | 2024-11-01T19:37:40.482Z | * toolchain profile = "default" |
24 | 2024-11-01T19:37:40.485Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T19:37:40.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
26 | 2024-11-01T19:37:40.602Z | info: downloading installer |
27 | 2024-11-01T19:37:42.187Z | info: profile set to 'default' |
28 | 2024-11-01T19:37:42.187Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T19:37:42.189Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
30 | 2024-11-01T19:37:42.324Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
31 | 2024-11-01T19:37:42.324Z | info: downloading component 'cargo' |
32 | 2024-11-01T19:37:42.921Z | info: downloading component 'clippy' |
33 | 2024-11-01T19:37:43.149Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T19:37:43.986Z | info: downloading component 'rust-std' |
35 | 2024-11-01T19:37:45.615Z | info: downloading component 'rustc' |
36 | 2024-11-01T19:37:49.218Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T19:37:49.411Z | info: installing component 'cargo' |
38 | 2024-11-01T19:37:50.159Z | info: installing component 'clippy' |
39 | 2024-11-01T19:37:50.506Z | info: installing component 'rust-docs' |
40 | 2024-11-01T19:37:51.952Z | info: installing component 'rust-std' |
41 | 2024-11-01T19:37:53.960Z | info: installing component 'rustc' |
42 | 2024-11-01T19:37:57.943Z | info: installing component 'rustfmt' |
43 | 2024-11-01T19:37:58.272Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
44 | 2024-11-01T19:37:58.272Z | |
45 | 2024-11-01T19:37:58.565Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
46 | 2024-11-01T19:37:58.565Z | |
47 | 2024-11-01T19:37:58.568Z | |
48 | 2024-11-01T19:37:58.568Z | Rust is installed now. Great! |
49 | 2024-11-01T19:37:58.568Z | |
50 | 2024-11-01T19:37:58.568Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T19:37:58.568Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T19:37:58.568Z | |
53 | 2024-11-01T19:37:58.568Z | To configure your current shell, you need to source |
54 | 2024-11-01T19:37:58.568Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T19:37:58.568Z | |
56 | 2024-11-01T19:37:58.568Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T19:37:58.568Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T19:37:58.568Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T19:37:58.635Z | + rustc --version |
60 | 2024-11-01T19:37:58.703Z | rustc 1.70.0 (90c541806 2023-05-31) |
61 | 2024-11-01T19:37:58.706Z | process exited: duration 18228 ms, exit code 0 |
|
62 | 2024-11-01T19:37:58.712Z | starting task 2: "authentication" |
63 | 2024-11-01T19:37:58.734Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-11-01T19:37:58.739Z | starting task 3: "clone repository" |
65 | 2024-11-01T19:37:58.745Z | + mkdir -p /work/oxidecomputer/crucible |
66 | 2024-11-01T19:37:58.747Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
67 | 2024-11-01T19:37:58.783Z | Cloning into '/work/oxidecomputer/crucible'... |
68 | 2024-11-01T19:38:01.144Z | + cd /work/oxidecomputer/crucible |
69 | 2024-11-01T19:38:01.144Z | + git fetch origin bcad54297a74678c586d050f6f6ca6a7fdd7e549 |
70 | 2024-11-01T19:38:01.445Z | From https://github.com/oxidecomputer/crucible |
71 | 2024-11-01T19:38:01.445Z | * branch bcad54297a74678c586d050f6f6ca6a7fdd7e549 -> FETCH_HEAD |
72 | 2024-11-01T19:38:01.454Z | + [[ -n mkeeter/no-auto-flush ]] |
73 | 2024-11-01T19:38:01.456Z | ++ git branch --show-current |
74 | 2024-11-01T19:38:01.459Z | + current=main |
75 | 2024-11-01T19:38:01.459Z | + [[ main != mkeeter/no-auto-flush ]] |
76 | 2024-11-01T19:38:01.459Z | + git branch -f mkeeter/no-auto-flush bcad54297a74678c586d050f6f6ca6a7fdd7e549 |
77 | 2024-11-01T19:38:01.462Z | + git checkout -f mkeeter/no-auto-flush |
78 | 2024-11-01T19:38:01.488Z | Switched to branch 'mkeeter/no-auto-flush' |
79 | 2024-11-01T19:38:01.491Z | + git reset --hard bcad54297a74678c586d050f6f6ca6a7fdd7e549 |
80 | 2024-11-01T19:38:01.500Z | HEAD is now at bcad542 Only send flushes when Downstairs is idle; send Barrier otherwise |
81 | 2024-11-01T19:38:01.503Z | process exited: duration 2761 ms, exit code 0 |
|
82 | 2024-11-01T19:38:01.515Z | starting task 4: "build" |
83 | 2024-11-01T19:38:01.518Z | + cargo --version |
84 | 2024-11-01T19:38:01.520Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
85 | 2024-11-01T19:38:01.682Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
86 | 2024-11-01T19:38:01.682Z | info: downloading component 'cargo' |
87 | 2024-11-01T19:38:02.525Z | info: downloading component 'clippy' |
88 | 2024-11-01T19:38:02.843Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T19:38:04.025Z | info: downloading component 'rust-std' |
90 | 2024-11-01T19:38:05.907Z | info: downloading component 'rustc' |
91 | 2024-11-01T19:38:12.646Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T19:38:12.890Z | info: installing component 'cargo' |
93 | 2024-11-01T19:38:13.739Z | info: installing component 'clippy' |
94 | 2024-11-01T19:38:14.143Z | info: installing component 'rust-docs' |
95 | 2024-11-01T19:38:15.888Z | info: installing component 'rust-std' |
96 | 2024-11-01T19:38:17.815Z | info: installing component 'rustc' |
97 | 2024-11-01T19:38:23.972Z | info: installing component 'rustfmt' |
98 | 2024-11-01T19:38:24.401Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
99 | 2024-11-01T19:38:24.404Z | + rustc --version |
100 | 2024-11-01T19:38:24.474Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
101 | 2024-11-01T19:38:24.478Z | + banner cores |
102 | 2024-11-01T19:38:24.482Z | |
103 | 2024-11-01T19:38:24.482Z | #### #### ##### ###### #### |
104 | 2024-11-01T19:38:24.482Z | # # # # # # # # |
105 | 2024-11-01T19:38:24.482Z | # # # # # ##### #### |
106 | 2024-11-01T19:38:24.482Z | # # # ##### # # |
107 | 2024-11-01T19:38:24.482Z | # # # # # # # # # |
108 | 2024-11-01T19:38:24.482Z | #### #### # # ###### #### |
109 | 2024-11-01T19:38:24.482Z | |
110 | 2024-11-01T19:38:24.484Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
111 | 2024-11-01T19:38:24.494Z | + banner build |
112 | 2024-11-01T19:38:24.496Z | |
113 | 2024-11-01T19:38:24.496Z | ##### # # # # ##### |
114 | 2024-11-01T19:38:24.496Z | # # # # # # # # |
115 | 2024-11-01T19:38:24.496Z | ##### # # # # # # |
116 | 2024-11-01T19:38:24.496Z | # # # # # # # # |
117 | 2024-11-01T19:38:24.497Z | # # # # # # # # |
118 | 2024-11-01T19:38:24.497Z | ##### #### # ###### ##### |
119 | 2024-11-01T19:38:24.497Z | |
120 | 2024-11-01T19:38:24.497Z | + ptime -m cargo build --verbose --all-features |
121 | 2024-11-01T19:38:24.655Z | Updating crates.io index |
122 | 2024-11-01T19:38:24.707Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
123 | 2024-11-01T19:38:31.513Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
124 | 2024-11-01T19:38:32.001Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
125 | 2024-11-01T19:38:32.796Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
126 | 2024-11-01T19:38:33.096Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
127 | 2024-11-01T19:38:33.399Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
128 | 2024-11-01T19:38:33.744Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
129 | 2024-11-01T19:38:34.552Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
130 | 2024-11-01T19:38:36.734Z | Updating git repository `https://github.com/oxidecomputer/opte` |
131 | 2024-11-01T19:38:37.737Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
132 | 2024-11-01T19:38:38.409Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2024-11-01T19:38:38.674Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2024-11-01T19:38:38.997Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
135 | 2024-11-01T19:38:39.234Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
136 | 2024-11-01T19:38:39.484Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
137 | 2024-11-01T19:38:40.653Z | Downloading crates ... |
138 | 2024-11-01T19:38:40.656Z | Downloaded atty v0.2.14 |
139 | 2024-11-01T19:38:40.656Z | Downloaded aead v0.5.2 |
140 | 2024-11-01T19:38:40.656Z | Downloaded byteorder v1.5.0 |
141 | 2024-11-01T19:38:40.656Z | Downloaded ahash v0.7.7 |
142 | 2024-11-01T19:38:40.656Z | Downloaded cfg_aliases v0.2.1 |
143 | 2024-11-01T19:38:40.656Z | Downloaded async-recursion v1.1.1 |
144 | 2024-11-01T19:38:40.656Z | Downloaded camino-tempfile v1.1.1 |
145 | 2024-11-01T19:38:40.656Z | Downloaded dtrace-parser v0.2.0 |
146 | 2024-11-01T19:38:40.656Z | Downloaded block-buffer v0.10.4 |
147 | 2024-11-01T19:38:40.656Z | Downloaded match_cfg v0.1.0 |
148 | 2024-11-01T19:38:40.656Z | Downloaded crypto-common v0.1.6 |
149 | 2024-11-01T19:38:40.656Z | Downloaded convert_case v0.4.0 |
150 | 2024-11-01T19:38:40.656Z | Downloaded defmt-parser v0.3.4 |
151 | 2024-11-01T19:38:40.656Z | Downloaded number_prefix v0.4.0 |
152 | 2024-11-01T19:38:40.656Z | Downloaded cipher v0.4.4 |
153 | 2024-11-01T19:38:40.656Z | Downloaded debug-ignore v1.0.5 |
154 | 2024-11-01T19:38:40.656Z | Downloaded num-conv v0.1.0 |
155 | 2024-11-01T19:38:40.657Z | Downloaded openssl-macros v0.1.1 |
156 | 2024-11-01T19:38:40.657Z | Downloaded dof v0.3.0 |
157 | 2024-11-01T19:38:40.657Z | Downloaded memoffset v0.9.0 |
158 | 2024-11-01T19:38:40.657Z | Downloaded managed v0.8.0 |
159 | 2024-11-01T19:38:40.657Z | Downloaded either v1.13.0 |
160 | 2024-11-01T19:38:40.657Z | Downloaded csv-core v0.1.11 |
161 | 2024-11-01T19:38:40.657Z | Downloaded console v0.15.7 |
162 | 2024-11-01T19:38:40.657Z | Downloaded newline-converter v0.3.0 |
163 | 2024-11-01T19:38:40.657Z | Downloaded progenitor-client v0.8.0 |
164 | 2024-11-01T19:38:40.657Z | Downloaded crossbeam-epoch v0.9.15 |
165 | 2024-11-01T19:38:40.657Z | Downloaded ptr_meta v0.1.4 |
166 | 2024-11-01T19:38:40.657Z | Downloaded derive_more v0.99.18 |
167 | 2024-11-01T19:38:40.657Z | Downloaded pretty-hex v0.4.1 |
168 | 2024-11-01T19:38:40.657Z | Downloaded num_enum_derive v0.5.11 |
169 | 2024-11-01T19:38:40.657Z | Downloaded memmap2 v0.9.4 |
170 | 2024-11-01T19:38:40.657Z | Downloaded num-integer v0.1.46 |
171 | 2024-11-01T19:38:40.657Z | Downloaded memmap v0.7.0 |
172 | 2024-11-01T19:38:40.657Z | Downloaded crossterm v0.27.0 |
173 | 2024-11-01T19:38:40.657Z | Downloaded macaddr v1.0.1 |
174 | 2024-11-01T19:38:40.657Z | Downloaded bytecheck_derive v0.6.11 |
175 | 2024-11-01T19:38:40.657Z | Downloaded phf_generator v0.11.2 |
176 | 2024-11-01T19:38:40.657Z | Downloaded atomicwrites v0.4.4 |
177 | 2024-11-01T19:38:40.657Z | Downloaded async-stream-impl v0.3.5 |
178 | 2024-11-01T19:38:40.657Z | Downloaded ordered-float v4.2.0 |
179 | 2024-11-01T19:38:40.657Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
180 | 2024-11-01T19:38:40.657Z | Downloaded anstyle-query v1.0.0 |
181 | 2024-11-01T19:38:40.657Z | Downloaded anstyle v1.0.8 |
182 | 2024-11-01T19:38:40.657Z | Downloaded ppv-lite86 v0.2.17 |
183 | 2024-11-01T19:38:40.657Z | Downloaded native-tls v0.2.11 |
184 | 2024-11-01T19:38:40.657Z | Downloaded proc-macro-crate v2.0.0 |
185 | 2024-11-01T19:38:40.657Z | Downloaded cfg_aliases v0.1.1 |
186 | 2024-11-01T19:38:40.657Z | Downloaded cstr-argument v0.1.2 |
187 | 2024-11-01T19:38:40.657Z | Downloaded pin-project-lite v0.2.13 |
188 | 2024-11-01T19:38:40.660Z | Downloaded pest_derive v2.7.6 |
189 | 2024-11-01T19:38:40.660Z | Downloaded tower-service v0.3.2 |
190 | 2024-11-01T19:38:40.663Z | Downloaded darling_macro v0.20.3 |
191 | 2024-11-01T19:38:40.663Z | Downloaded paste v1.0.15 |
192 | 2024-11-01T19:38:40.666Z | Downloaded parse-display v0.10.0 |
193 | 2024-11-01T19:38:40.669Z | Downloaded autocfg v1.1.0 |
194 | 2024-11-01T19:38:40.669Z | Downloaded cargo-platform v0.1.8 |
195 | 2024-11-01T19:38:40.674Z | Downloaded bitflags v1.3.2 |
196 | 2024-11-01T19:38:40.677Z | Downloaded autocfg v0.1.8 |
197 | 2024-11-01T19:38:40.677Z | Downloaded atomic-waker v1.1.2 |
198 | 2024-11-01T19:38:40.677Z | Downloaded openssl-probe v0.1.5 |
199 | 2024-11-01T19:38:40.680Z | Downloaded syn_derive v0.1.8 |
200 | 2024-11-01T19:38:40.680Z | Downloaded statistical v1.0.0 |
201 | 2024-11-01T19:38:40.680Z | Downloaded newtype_derive v0.1.6 |
202 | 2024-11-01T19:38:40.683Z | Downloaded tinyvec_macros v0.1.1 |
203 | 2024-11-01T19:38:40.683Z | Downloaded bytecheck v0.6.11 |
204 | 2024-11-01T19:38:40.683Z | Downloaded arrayref v0.3.7 |
205 | 2024-11-01T19:38:40.686Z | Downloaded aes-gcm-siv v0.11.1 |
206 | 2024-11-01T19:38:40.690Z | Downloaded want v0.3.1 |
207 | 2024-11-01T19:38:40.690Z | Downloaded waitgroup v0.1.2 |
208 | 2024-11-01T19:38:40.690Z | Downloaded vte_generate_state_changes v0.1.1 |
209 | 2024-11-01T19:38:40.690Z | Downloaded opentelemetry v0.21.0 |
210 | 2024-11-01T19:38:40.694Z | Downloaded async-stream v0.3.5 |
211 | 2024-11-01T19:38:40.696Z | Downloaded float-ord v0.3.2 |
212 | 2024-11-01T19:38:40.696Z | Downloaded nbd v0.3.1 |
213 | 2024-11-01T19:38:40.699Z | Downloaded clap_lex v0.7.0 |
214 | 2024-11-01T19:38:40.699Z | Downloaded opaque-debug v0.3.0 |
215 | 2024-11-01T19:38:40.702Z | Downloaded num_threads v0.1.6 |
216 | 2024-11-01T19:38:40.702Z | Downloaded defmt-macros v0.3.9 |
217 | 2024-11-01T19:38:40.705Z | Downloaded deranged v0.3.9 |
218 | 2024-11-01T19:38:40.708Z | Downloaded crossbeam-deque v0.8.3 |
219 | 2024-11-01T19:38:40.708Z | Downloaded constant_time_eq v0.3.0 |
220 | 2024-11-01T19:38:40.712Z | Downloaded pretty-hex v0.2.1 |
221 | 2024-11-01T19:38:40.712Z | Downloaded dyn-clone v1.0.16 |
222 | 2024-11-01T19:38:40.716Z | Downloaded defmt v0.3.8 |
223 | 2024-11-01T19:38:40.719Z | Downloaded proc-macro-error-attr v1.0.4 |
224 | 2024-11-01T19:38:40.719Z | Downloaded digest v0.10.7 |
225 | 2024-11-01T19:38:40.722Z | Downloaded utf8-width v0.1.6 |
226 | 2024-11-01T19:38:40.722Z | Downloaded progenitor v0.8.0 |
227 | 2024-11-01T19:38:40.722Z | Downloaded bincode v1.3.3 |
228 | 2024-11-01T19:38:40.725Z | Downloaded dirs-sys-next v0.1.2 |
229 | 2024-11-01T19:38:40.727Z | Downloaded dirs-sys v0.3.7 |
230 | 2024-11-01T19:38:40.727Z | Downloaded dirs v4.0.0 |
231 | 2024-11-01T19:38:40.730Z | Downloaded ctr v0.9.2 |
232 | 2024-11-01T19:38:40.732Z | Downloaded futures-executor v0.3.31 |
233 | 2024-11-01T19:38:40.732Z | Downloaded strsim v0.11.0 |
234 | 2024-11-01T19:38:40.735Z | Downloaded num v0.2.1 |
235 | 2024-11-01T19:38:40.736Z | Downloaded cpufeatures v0.2.12 |
236 | 2024-11-01T19:38:40.736Z | Downloaded subtle v2.5.0 |
237 | 2024-11-01T19:38:40.740Z | Downloaded walkdir v2.4.0 |
238 | 2024-11-01T19:38:40.740Z | Downloaded thiserror v1.0.64 |
239 | 2024-11-01T19:38:40.743Z | Downloaded mime v0.3.17 |
240 | 2024-11-01T19:38:40.746Z | Downloaded pin-utils v0.1.0 |
241 | 2024-11-01T19:38:40.746Z | Downloaded data-encoding v2.5.0 |
242 | 2024-11-01T19:38:40.749Z | Downloaded try-lock v0.2.4 |
243 | 2024-11-01T19:38:40.749Z | Downloaded num_enum v0.7.3 |
244 | 2024-11-01T19:38:40.755Z | Downloaded heck v0.5.0 |
245 | 2024-11-01T19:38:40.757Z | Downloaded home v0.5.5 |
246 | 2024-11-01T19:38:40.769Z | Downloaded fixedbitset v0.4.2 |
247 | 2024-11-01T19:38:40.769Z | Downloaded num_enum_derive v0.7.3 |
248 | 2024-11-01T19:38:40.769Z | Downloaded memchr v2.7.4 |
249 | 2024-11-01T19:38:40.769Z | Downloaded ordered-float v2.10.1 |
250 | 2024-11-01T19:38:40.770Z | Downloaded num-derive v0.4.2 |
251 | 2024-11-01T19:38:40.772Z | Downloaded phf v0.11.2 |
252 | 2024-11-01T19:38:40.772Z | Downloaded percent-encoding v2.3.1 |
253 | 2024-11-01T19:38:40.772Z | Downloaded darling v0.20.3 |
254 | 2024-11-01T19:38:40.774Z | Downloaded phf_codegen v0.11.2 |
255 | 2024-11-01T19:38:40.777Z | Downloaded powerfmt v0.2.0 |
256 | 2024-11-01T19:38:40.777Z | Downloaded polyval v0.6.1 |
257 | 2024-11-01T19:38:40.779Z | Downloaded progenitor-macro v0.8.0 |
258 | 2024-11-01T19:38:40.782Z | Downloaded parse-display-derive v0.10.0 |
259 | 2024-11-01T19:38:40.782Z | Downloaded pkg-config v0.3.27 |
260 | 2024-11-01T19:38:40.784Z | Downloaded hex v0.4.3 |
261 | 2024-11-01T19:38:40.784Z | Downloaded cancel-safe-futures v0.1.5 |
262 | 2024-11-01T19:38:40.787Z | Downloaded phf_shared v0.11.2 |
263 | 2024-11-01T19:38:40.789Z | Downloaded colored v2.1.0 |
264 | 2024-11-01T19:38:40.792Z | Downloaded proc-macro-crate v1.3.1 |
265 | 2024-11-01T19:38:40.792Z | Downloaded cargo_metadata v0.18.1 |
266 | 2024-11-01T19:38:40.794Z | Downloaded toml_datetime v0.6.8 |
267 | 2024-11-01T19:38:40.797Z | Downloaded hyper-tls v0.6.0 |
268 | 2024-11-01T19:38:40.797Z | Downloaded futures-core v0.3.31 |
269 | 2024-11-01T19:38:40.799Z | Downloaded integer-encoding v3.0.4 |
270 | 2024-11-01T19:38:40.801Z | Downloaded resolv-conf v0.7.0 |
271 | 2024-11-01T19:38:40.803Z | Downloaded mime_guess v2.0.5 |
272 | 2024-11-01T19:38:40.803Z | Downloaded borsh-derive v1.3.0 |
273 | 2024-11-01T19:38:40.806Z | Downloaded structmeta-derive v0.3.0 |
274 | 2024-11-01T19:38:40.808Z | Downloaded serde_spanned v0.6.7 |
275 | 2024-11-01T19:38:40.811Z | Downloaded serde_repr v0.1.18 |
276 | 2024-11-01T19:38:40.813Z | Downloaded plain v0.2.3 |
277 | 2024-11-01T19:38:40.813Z | Downloaded num_enum v0.5.11 |
278 | 2024-11-01T19:38:40.817Z | Downloaded untrusted v0.9.0 |
279 | 2024-11-01T19:38:40.820Z | Downloaded scopeguard v1.2.0 |
280 | 2024-11-01T19:38:40.822Z | Downloaded num-complex v0.4.6 |
281 | 2024-11-01T19:38:40.822Z | Downloaded num-complex v0.2.4 |
282 | 2024-11-01T19:38:40.831Z | Downloaded derive-where v1.2.7 |
283 | 2024-11-01T19:38:40.833Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-11-01T19:38:40.833Z | Downloaded schemars_derive v0.8.21 |
285 | 2024-11-01T19:38:40.833Z | Downloaded lazy_static v1.5.0 |
286 | 2024-11-01T19:38:40.833Z | Downloaded num-rational v0.2.4 |
287 | 2024-11-01T19:38:40.833Z | Downloaded ident_case v1.0.1 |
288 | 2024-11-01T19:38:40.836Z | Downloaded dropshot_endpoint v0.12.0 |
289 | 2024-11-01T19:38:40.838Z | Downloaded tap v1.0.1 |
290 | 2024-11-01T19:38:40.841Z | Downloaded postcard v1.0.10 |
291 | 2024-11-01T19:38:40.843Z | Downloaded fastrand v2.0.1 |
292 | 2024-11-01T19:38:40.843Z | Downloaded whoami v1.5.1 |
293 | 2024-11-01T19:38:40.846Z | Downloaded parking_lot_core v0.9.9 |
294 | 2024-11-01T19:38:40.848Z | Downloaded strum v0.26.3 |
295 | 2024-11-01T19:38:40.848Z | Downloaded fd-lock v4.0.2 |
296 | 2024-11-01T19:38:40.852Z | Downloaded password-hash v0.5.0 |
297 | 2024-11-01T19:38:40.854Z | Downloaded owo-colors v4.1.0 |
298 | 2024-11-01T19:38:40.857Z | Downloaded overload v0.1.1 |
299 | 2024-11-01T19:38:40.857Z | Downloaded xattr v1.0.1 |
300 | 2024-11-01T19:38:40.859Z | Downloaded minimal-lexical v0.2.1 |
301 | 2024-11-01T19:38:40.862Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-11-01T19:38:40.865Z | Downloaded highway v1.2.0 |
303 | 2024-11-01T19:38:40.868Z | Downloaded tinyvec v1.6.0 |
304 | 2024-11-01T19:38:40.871Z | Downloaded miniz_oxide v0.7.1 |
305 | 2024-11-01T19:38:40.873Z | Downloaded twox-hash v1.6.3 |
306 | 2024-11-01T19:38:40.873Z | Downloaded tokio-rustls v0.26.0 |
307 | 2024-11-01T19:38:40.876Z | Downloaded wyz v0.5.1 |
308 | 2024-11-01T19:38:40.878Z | Downloaded http-range v0.1.5 |
309 | 2024-11-01T19:38:40.879Z | Downloaded rustls-pki-types v1.8.0 |
310 | 2024-11-01T19:38:40.881Z | Downloaded linked-hash-map v0.5.6 |
311 | 2024-11-01T19:38:40.881Z | Downloaded linear-map v1.2.0 |
312 | 2024-11-01T19:38:40.883Z | Downloaded is-terminal v0.4.12 |
313 | 2024-11-01T19:38:40.886Z | Downloaded httpdate v1.0.3 |
314 | 2024-11-01T19:38:40.886Z | Downloaded serde_urlencoded v0.7.1 |
315 | 2024-11-01T19:38:40.888Z | Downloaded rustc-hash v2.0.0 |
316 | 2024-11-01T19:38:40.888Z | Downloaded signal-hook-tokio v0.3.1 |
317 | 2024-11-01T19:38:40.891Z | Downloaded crossbeam-utils v0.8.20 |
318 | 2024-11-01T19:38:40.893Z | Downloaded bytes v1.7.2 |
319 | 2024-11-01T19:38:40.896Z | Downloaded instant v0.1.12 |
320 | 2024-11-01T19:38:40.899Z | Downloaded base64 v0.22.1 |
321 | 2024-11-01T19:38:40.902Z | Downloaded scroll v0.12.0 |
322 | 2024-11-01T19:38:40.905Z | Downloaded base64 v0.21.7 |
323 | 2024-11-01T19:38:40.908Z | Downloaded term v0.7.0 |
324 | 2024-11-01T19:38:40.911Z | Downloaded equivalent v1.0.1 |
325 | 2024-11-01T19:38:40.914Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-11-01T19:38:40.914Z | Downloaded serde_tokenstream v0.2.2 |
327 | 2024-11-01T19:38:40.916Z | Downloaded tempfile v3.8.1 |
328 | 2024-11-01T19:38:40.919Z | Downloaded serde_path_to_error v0.1.16 |
329 | 2024-11-01T19:38:40.925Z | Downloaded futures-sink v0.3.31 |
330 | 2024-11-01T19:38:40.925Z | Downloaded tar v0.4.40 |
331 | 2024-11-01T19:38:40.925Z | Downloaded futures-macro v0.3.31 |
332 | 2024-11-01T19:38:40.925Z | Downloaded progenitor-impl v0.8.0 |
333 | 2024-11-01T19:38:40.931Z | Downloaded tokio-native-tls v0.3.1 |
334 | 2024-11-01T19:38:40.931Z | Downloaded openssl-sys v0.9.95 |
335 | 2024-11-01T19:38:40.934Z | Downloaded omicron-zone-package v0.11.0 |
336 | 2024-11-01T19:38:40.936Z | Downloaded similar v2.3.0 |
337 | 2024-11-01T19:38:40.941Z | Downloaded foreign-types-shared v0.3.1 |
338 | 2024-11-01T19:38:40.945Z | Downloaded foreign-types-shared v0.1.1 |
339 | 2024-11-01T19:38:40.945Z | Downloaded futures-task v0.3.31 |
340 | 2024-11-01T19:38:40.947Z | Downloaded http-body-util v0.1.2 |
341 | 2024-11-01T19:38:40.947Z | Downloaded swrite v0.1.0 |
342 | 2024-11-01T19:38:40.947Z | Downloaded opentelemetry v0.24.0 |
343 | 2024-11-01T19:38:40.951Z | Downloaded ipnetwork v0.20.0 |
344 | 2024-11-01T19:38:40.953Z | Downloaded filetime v0.2.22 |
345 | 2024-11-01T19:38:40.956Z | Downloaded fallible-iterator v0.3.0 |
346 | 2024-11-01T19:38:40.956Z | Downloaded signal-hook-registry v1.4.1 |
347 | 2024-11-01T19:38:40.958Z | Downloaded signal-hook-mio v0.2.4 |
348 | 2024-11-01T19:38:40.958Z | Downloaded hubpack_derive v0.1.1 |
349 | 2024-11-01T19:38:40.961Z | Downloaded http-body v1.0.1 |
350 | 2024-11-01T19:38:40.961Z | Downloaded ptr_meta_derive v0.1.4 |
351 | 2024-11-01T19:38:40.963Z | Downloaded typenum v1.17.0 |
352 | 2024-11-01T19:38:40.965Z | Downloaded mio v1.0.2 |
353 | 2024-11-01T19:38:40.969Z | Downloaded usdt-macro v0.5.0 |
354 | 2024-11-01T19:38:40.972Z | Downloaded universal-hash v0.5.1 |
355 | 2024-11-01T19:38:40.972Z | Downloaded strip-ansi-escapes v0.2.0 |
356 | 2024-11-01T19:38:40.974Z | Downloaded inout v0.1.3 |
357 | 2024-11-01T19:38:40.974Z | Downloaded sct v0.7.1 |
358 | 2024-11-01T19:38:40.978Z | Downloaded rand_xorshift v0.1.1 |
359 | 2024-11-01T19:38:40.980Z | Downloaded tracing-log v0.2.0 |
360 | 2024-11-01T19:38:40.980Z | Downloaded prettyplease v0.2.22 |
361 | 2024-11-01T19:38:40.983Z | Downloaded lock_api v0.4.11 |
362 | 2024-11-01T19:38:40.986Z | Downloaded futures-io v0.3.31 |
363 | 2024-11-01T19:38:40.988Z | Downloaded take_mut v0.2.2 |
364 | 2024-11-01T19:38:40.988Z | Downloaded sync_wrapper v1.0.1 |
365 | 2024-11-01T19:38:40.990Z | Downloaded which v4.4.2 |
366 | 2024-11-01T19:38:40.990Z | Downloaded url v2.4.1 |
367 | 2024-11-01T19:38:40.993Z | Downloaded funty v2.0.0 |
368 | 2024-11-01T19:38:40.996Z | Downloaded form_urlencoded v1.2.1 |
369 | 2024-11-01T19:38:40.996Z | Downloaded rayon-core v1.12.1 |
370 | 2024-11-01T19:38:40.999Z | Downloaded thread_local v1.1.7 |
371 | 2024-11-01T19:38:41.001Z | Downloaded iana-time-zone v0.1.58 |
372 | 2024-11-01T19:38:41.004Z | Downloaded slog v2.7.0 |
373 | 2024-11-01T19:38:41.006Z | Downloaded foreign-types v0.5.0 |
374 | 2024-11-01T19:38:41.009Z | Downloaded foreign-types v0.3.2 |
375 | 2024-11-01T19:38:41.009Z | Downloaded urlencoding v2.1.3 |
376 | 2024-11-01T19:38:41.009Z | Downloaded rustls-pemfile v1.0.4 |
377 | 2024-11-01T19:38:41.011Z | Downloaded rustversion v1.0.14 |
378 | 2024-11-01T19:38:41.014Z | Downloaded quick-error v1.2.3 |
379 | 2024-11-01T19:38:41.017Z | Downloaded foreign-types-macros v0.2.3 |
380 | 2024-11-01T19:38:41.017Z | Downloaded rustls-pemfile v2.1.3 |
381 | 2024-11-01T19:38:41.019Z | Downloaded httparse v1.8.0 |
382 | 2024-11-01T19:38:41.022Z | Downloaded tracing v0.1.40 |
383 | 2024-11-01T19:38:41.026Z | Downloaded lru-cache v0.1.2 |
384 | 2024-11-01T19:38:41.029Z | Downloaded strsim v0.10.0 |
385 | 2024-11-01T19:38:41.029Z | Downloaded signal-hook v0.3.17 |
386 | 2024-11-01T19:38:41.032Z | Downloaded time-core v0.1.2 |
387 | 2024-11-01T19:38:41.032Z | Downloaded sync_wrapper v0.1.2 |
388 | 2024-11-01T19:38:41.035Z | Downloaded hubpack v0.1.2 |
389 | 2024-11-01T19:38:41.035Z | Downloaded http-body v0.4.5 |
390 | 2024-11-01T19:38:41.035Z | Downloaded spin v0.5.2 |
391 | 2024-11-01T19:38:41.037Z | Downloaded jobserver v0.1.27 |
392 | 2024-11-01T19:38:41.039Z | Downloaded sigpipe v0.1.3 |
393 | 2024-11-01T19:38:41.039Z | Downloaded rend v0.4.1 |
394 | 2024-11-01T19:38:41.042Z | Downloaded radium v0.7.0 |
395 | 2024-11-01T19:38:41.042Z | Downloaded utf8parse v0.2.1 |
396 | 2024-11-01T19:38:41.044Z | Downloaded serde_with_macros v3.9.0 |
397 | 2024-11-01T19:38:41.047Z | Downloaded aes v0.8.3 |
398 | 2024-11-01T19:38:41.049Z | Downloaded tabwriter v1.4.0 |
399 | 2024-11-01T19:38:41.049Z | Downloaded serde-big-array v0.5.1 |
400 | 2024-11-01T19:38:41.051Z | Downloaded zone v0.3.0 |
401 | 2024-11-01T19:38:41.051Z | Downloaded unicode-ident v1.0.13 |
402 | 2024-11-01T19:38:41.054Z | Downloaded futures v0.3.31 |
403 | 2024-11-01T19:38:41.059Z | Downloaded sha1 v0.10.6 |
404 | 2024-11-01T19:38:41.061Z | Downloaded indexmap v1.9.3 |
405 | 2024-11-01T19:38:41.064Z | Downloaded futures-channel v0.3.31 |
406 | 2024-11-01T19:38:41.066Z | Downloaded indent_write v2.2.0 |
407 | 2024-11-01T19:38:41.068Z | Downloaded fnv v1.0.7 |
408 | 2024-11-01T19:38:41.068Z | Downloaded portable-atomic v1.5.1 |
409 | 2024-11-01T19:38:41.074Z | Downloaded crossbeam-channel v0.5.13 |
410 | 2024-11-01T19:38:41.078Z | Downloaded human_bytes v0.4.3 |
411 | 2024-11-01T19:38:41.081Z | Downloaded mio v0.8.11 |
412 | 2024-11-01T19:38:41.085Z | Downloaded slog-bunyan v2.5.0 |
413 | 2024-11-01T19:38:41.087Z | Downloaded same-file v1.0.6 |
414 | 2024-11-01T19:38:41.087Z | Downloaded hickory-resolver v0.24.1 |
415 | 2024-11-01T19:38:41.092Z | Downloaded hostname v0.4.0 |
416 | 2024-11-01T19:38:41.094Z | Downloaded hostname v0.3.1 |
417 | 2024-11-01T19:38:41.097Z | Downloaded tokio-macros v2.4.0 |
418 | 2024-11-01T19:38:41.097Z | Downloaded thread-id v4.2.1 |
419 | 2024-11-01T19:38:41.099Z | Downloaded slog-dtrace v0.3.0 |
420 | 2024-11-01T19:38:41.099Z | Downloaded quote v1.0.37 |
421 | 2024-11-01T19:38:41.102Z | Downloaded semver v0.1.20 |
422 | 2024-11-01T19:38:41.104Z | Downloaded thrift v0.17.0 |
423 | 2024-11-01T19:38:41.106Z | Downloaded typify v0.2.0 |
424 | 2024-11-01T19:38:41.109Z | Downloaded tokio-rustls v0.25.0 |
425 | 2024-11-01T19:38:41.111Z | Downloaded hyper-util v0.1.9 |
426 | 2024-11-01T19:38:41.114Z | Downloaded flate2 v1.0.28 |
427 | 2024-11-01T19:38:41.119Z | Downloaded rustc_version v0.4.0 |
428 | 2024-11-01T19:38:41.121Z | Downloaded rustc_version v0.1.7 |
429 | 2024-11-01T19:38:41.121Z | Downloaded tokio-rustls v0.24.1 |
430 | 2024-11-01T19:38:41.124Z | Downloaded structmeta v0.3.0 |
431 | 2024-11-01T19:38:41.127Z | Downloaded stable_deref_trait v1.2.0 |
432 | 2024-11-01T19:38:41.127Z | Downloaded rand_core v0.6.4 |
433 | 2024-11-01T19:38:41.129Z | Downloaded hyper-staticfile v0.10.1 |
434 | 2024-11-01T19:38:41.131Z | Downloaded errno v0.3.9 |
435 | 2024-11-01T19:38:41.131Z | Downloaded rand_hc v0.1.0 |
436 | 2024-11-01T19:38:41.134Z | Downloaded terminfo v0.8.0 |
437 | 2024-11-01T19:38:41.134Z | Downloaded log v0.4.22 |
438 | 2024-11-01T19:38:41.137Z | Downloaded heck v0.4.1 |
439 | 2024-11-01T19:38:41.139Z | Downloaded indicatif v0.17.8 |
440 | 2024-11-01T19:38:41.142Z | Downloaded zeroize v1.7.0 |
441 | 2024-11-01T19:38:41.144Z | Downloaded strum_macros v0.25.3 |
442 | 2024-11-01T19:38:41.147Z | Downloaded spin v0.9.8 |
443 | 2024-11-01T19:38:41.149Z | Downloaded sha2 v0.10.8 |
444 | 2024-11-01T19:38:41.151Z | Downloaded unicode-segmentation v1.10.1 |
445 | 2024-11-01T19:38:41.154Z | Downloaded hash32 v0.3.1 |
446 | 2024-11-01T19:38:41.156Z | Downloaded time-macros v0.2.18 |
447 | 2024-11-01T19:38:41.159Z | Downloaded strum_macros v0.26.4 |
448 | 2024-11-01T19:38:41.161Z | Downloaded typify-macro v0.2.0 |
449 | 2024-11-01T19:38:41.161Z | Downloaded usdt v0.5.0 |
450 | 2024-11-01T19:38:41.163Z | Downloaded slog-json v2.6.1 |
451 | 2024-11-01T19:38:41.163Z | Downloaded static_assertions v1.1.0 |
452 | 2024-11-01T19:38:41.166Z | Downloaded embedded-io v0.4.0 |
453 | 2024-11-01T19:38:41.168Z | Downloaded quinn-udp v0.5.5 |
454 | 2024-11-01T19:38:41.168Z | Downloaded ringbuffer v0.15.0 |
455 | 2024-11-01T19:38:41.171Z | Downloaded ryu v1.0.15 |
456 | 2024-11-01T19:38:41.173Z | Downloaded enum-as-inner v0.6.0 |
457 | 2024-11-01T19:38:41.176Z | Downloaded zerocopy-derive v0.7.32 |
458 | 2024-11-01T19:38:41.178Z | Downloaded embedded-io v0.6.1 |
459 | 2024-11-01T19:38:41.181Z | Downloaded rand_os v0.1.3 |
460 | 2024-11-01T19:38:41.183Z | Downloaded rkyv_derive v0.7.43 |
461 | 2024-11-01T19:38:41.183Z | Downloaded itoa v1.0.9 |
462 | 2024-11-01T19:38:41.186Z | Downloaded semver v1.0.23 |
463 | 2024-11-01T19:38:41.188Z | Downloaded rand_core v0.4.2 |
464 | 2024-11-01T19:38:41.191Z | Downloaded simdutf8 v0.1.4 |
465 | 2024-11-01T19:38:41.191Z | Downloaded zerocopy v0.6.6 |
466 | 2024-11-01T19:38:41.193Z | Downloaded sharded-slab v0.1.7 |
467 | 2024-11-01T19:38:41.196Z | Downloaded smf v0.2.3 |
468 | 2024-11-01T19:38:41.198Z | Downloaded humantime v2.1.0 |
469 | 2024-11-01T19:38:41.201Z | Downloaded uuid v1.10.0 |
470 | 2024-11-01T19:38:41.203Z | Downloaded serde_derive v1.0.210 |
471 | 2024-11-01T19:38:41.206Z | Downloaded generic-array v0.14.7 |
472 | 2024-11-01T19:38:41.208Z | Downloaded rand_jitter v0.1.4 |
473 | 2024-11-01T19:38:41.208Z | Downloaded aho-corasick v1.1.2 |
474 | 2024-11-01T19:38:41.213Z | Downloaded serde_derive_internals v0.29.1 |
475 | 2024-11-01T19:38:41.215Z | Downloaded hashlink v0.9.1 |
476 | 2024-11-01T19:38:41.218Z | Downloaded unicase v2.7.0 |
477 | 2024-11-01T19:38:41.220Z | Downloaded serde_yaml v0.9.27 |
478 | 2024-11-01T19:38:41.223Z | Downloaded unicode-bidi v0.3.13 |
479 | 2024-11-01T19:38:41.225Z | Downloaded slog-term v2.9.1 |
480 | 2024-11-01T19:38:41.228Z | Downloaded nom v7.1.3 |
481 | 2024-11-01T19:38:41.232Z | Downloaded unsafe-libyaml v0.2.9 |
482 | 2024-11-01T19:38:41.235Z | Downloaded smallvec v1.13.2 |
483 | 2024-11-01T19:38:41.238Z | Downloaded schemars v0.8.21 |
484 | 2024-11-01T19:38:41.248Z | Downloaded hyper-rustls v0.24.2 |
485 | 2024-11-01T19:38:41.251Z | Downloaded seahash v4.1.0 |
486 | 2024-11-01T19:38:41.253Z | Downloaded rand_pcg v0.1.2 |
487 | 2024-11-01T19:38:41.255Z | Downloaded toml v0.7.8 |
488 | 2024-11-01T19:38:41.258Z | Downloaded crossterm v0.28.1 |
489 | 2024-11-01T19:38:41.263Z | Downloaded tokio-util v0.7.11 |
490 | 2024-11-01T19:38:41.270Z | Downloaded tracing-attributes v0.1.27 |
491 | 2024-11-01T19:38:41.272Z | Downloaded clearscreen v2.0.1 |
492 | 2024-11-01T19:38:41.275Z | Downloaded opentelemetry_sdk v0.21.2 |
493 | 2024-11-01T19:38:41.282Z | Downloaded rust_decimal v1.33.1 |
494 | 2024-11-01T19:38:41.287Z | Downloaded libm v0.2.8 |
495 | 2024-11-01T19:38:41.295Z | Downloaded toml v0.8.19 |
496 | 2024-11-01T19:38:41.298Z | Downloaded quinn v0.11.5 |
497 | 2024-11-01T19:38:41.302Z | Downloaded reedline v0.33.0 |
498 | 2024-11-01T19:38:41.309Z | Downloaded rand v0.8.5 |
499 | 2024-11-01T19:38:41.312Z | Downloaded blake3 v1.5.1 |
500 | 2024-11-01T19:38:41.319Z | Downloaded socket2 v0.5.5 |
501 | 2024-11-01T19:38:41.321Z | Downloaded winnow v0.5.19 |
502 | 2024-11-01T19:38:41.329Z | Downloaded pest v2.7.6 |
503 | 2024-11-01T19:38:41.334Z | Downloaded toml_edit v0.20.7 |
504 | 2024-11-01T19:38:41.354Z | Downloaded indexmap v2.5.0 |
505 | 2024-11-01T19:38:41.358Z | Downloaded serde_with v3.9.0 |
506 | 2024-11-01T19:38:41.366Z | Downloaded heapless v0.8.0 |
507 | 2024-11-01T19:38:41.369Z | Downloaded winnow v0.6.18 |
508 | 2024-11-01T19:38:41.378Z | Downloaded http v1.1.0 |
509 | 2024-11-01T19:38:41.382Z | Downloaded expectorate v1.1.0 |
510 | 2024-11-01T19:38:41.384Z | Downloaded zerocopy v0.7.32 |
511 | 2024-11-01T19:38:41.400Z | Downloaded itertools v0.10.5 |
512 | 2024-11-01T19:38:41.405Z | Downloaded serde v1.0.210 |
513 | 2024-11-01T19:38:41.409Z | Downloaded goblin v0.8.0 |
514 | 2024-11-01T19:38:41.414Z | Downloaded unicode-normalization v0.1.22 |
515 | 2024-11-01T19:38:41.418Z | Downloaded bitvec v1.0.1 |
516 | 2024-11-01T19:38:41.432Z | Downloaded time v0.3.36 |
517 | 2024-11-01T19:38:41.439Z | Downloaded rayon v1.10.0 |
518 | 2024-11-01T19:38:41.448Z | Downloaded toml_edit v0.19.15 |
519 | 2024-11-01T19:38:41.464Z | Downloaded steno v0.4.1 |
520 | 2024-11-01T19:38:41.468Z | Downloaded chrono v0.4.38 |
521 | 2024-11-01T19:38:41.475Z | Downloaded rand v0.6.5 |
522 | 2024-11-01T19:38:41.480Z | Downloaded rusqlite v0.32.1 |
523 | 2024-11-01T19:38:41.486Z | Downloaded itertools v0.12.1 |
524 | 2024-11-01T19:38:41.493Z | Downloaded hyper v1.4.1 |
525 | 2024-11-01T19:38:41.499Z | Downloaded http v0.2.12 |
526 | 2024-11-01T19:38:41.503Z | Downloaded hashbrown v0.14.3 |
527 | 2024-11-01T19:38:41.509Z | Downloaded futures-util v0.3.31 |
528 | 2024-11-01T19:38:41.520Z | Downloaded toml_edit v0.22.20 |
529 | 2024-11-01T19:38:41.542Z | Downloaded quinn-proto v0.11.8 |
530 | 2024-11-01T19:38:41.548Z | Downloaded h2 v0.3.26 |
531 | 2024-11-01T19:38:41.555Z | Downloaded rustls-webpki v0.101.7 |
532 | 2024-11-01T19:38:41.568Z | Downloaded reqwest v0.11.27 |
533 | 2024-11-01T19:38:41.576Z | Downloaded tracing-opentelemetry v0.22.0 |
534 | 2024-11-01T19:38:41.580Z | Downloaded openssl v0.10.59 |
535 | 2024-11-01T19:38:41.589Z | Downloaded regress v0.10.1 |
536 | 2024-11-01T19:38:41.597Z | Downloaded dropshot v0.12.0 |
537 | 2024-11-01T19:38:41.617Z | Downloaded h2 v0.4.6 |
538 | 2024-11-01T19:38:41.626Z | Downloaded regress v0.9.1 |
539 | 2024-11-01T19:38:41.632Z | Downloaded rustls v0.22.4 |
540 | 2024-11-01T19:38:41.644Z | Downloaded smoltcp v0.11.0 |
541 | 2024-11-01T19:38:41.656Z | Downloaded hickory-proto v0.24.1 |
542 | 2024-11-01T19:38:41.672Z | Downloaded vcpkg v0.2.15 |
543 | 2024-11-01T19:38:41.712Z | Downloaded rustix v0.38.37 |
544 | 2024-11-01T19:38:41.737Z | Downloaded unicode-width v0.1.14 |
545 | 2024-11-01T19:38:41.743Z | Downloaded regex v1.10.6 |
546 | 2024-11-01T19:38:41.757Z | Downloaded webpki-roots v0.26.6 |
547 | 2024-11-01T19:38:41.761Z | Downloaded syn v2.0.77 |
548 | 2024-11-01T19:38:41.773Z | Downloaded nix v0.29.0 |
549 | 2024-11-01T19:38:41.783Z | Downloaded idna v0.4.0 |
550 | 2024-11-01T19:38:41.790Z | Downloaded webpki-roots v0.25.2 |
551 | 2024-11-01T19:38:41.794Z | Downloaded tracing-subscriber v0.3.18 |
552 | 2024-11-01T19:38:41.802Z | Downloaded nix v0.26.4 |
553 | 2024-11-01T19:38:41.813Z | Downloaded rustls v0.23.13 |
554 | 2024-11-01T19:38:41.824Z | Downloaded openapiv3 v2.0.0 |
555 | 2024-11-01T19:38:41.840Z | Downloaded rustls v0.21.9 |
556 | 2024-11-01T19:38:41.847Z | Downloaded rkyv v0.7.43 |
557 | 2024-11-01T19:38:41.853Z | Downloaded git2 v0.19.0 |
558 | 2024-11-01T19:38:41.861Z | Downloaded regex-syntax v0.8.4 |
559 | 2024-11-01T19:38:41.869Z | Downloaded syn v1.0.109 |
560 | 2024-11-01T19:38:41.879Z | Downloaded rustls-webpki v0.102.8 |
561 | 2024-11-01T19:38:41.897Z | Downloaded libc v0.2.161 |
562 | 2024-11-01T19:38:41.923Z | Downloaded typify-impl v0.2.0 |
563 | 2024-11-01T19:38:41.937Z | Downloaded itertools v0.13.0 |
564 | 2024-11-01T19:38:41.944Z | Downloaded hyper v0.14.30 |
565 | 2024-11-01T19:38:41.952Z | Downloaded serde_json v1.0.128 |
566 | 2024-11-01T19:38:41.959Z | Downloaded reqwest v0.12.7 |
567 | 2024-11-01T19:38:41.967Z | Downloaded opentelemetry-jaeger v0.20.0 |
568 | 2024-11-01T19:38:41.970Z | Downloaded clap_builder v4.5.20 |
569 | 2024-11-01T19:38:41.977Z | Downloaded tracing-core v0.1.32 |
570 | 2024-11-01T19:38:41.980Z | Downloaded csv v1.3.0 |
571 | 2024-11-01T19:38:41.999Z | Downloaded hashbrown v0.12.3 |
572 | 2024-11-01T19:38:42.003Z | Downloaded zerocopy-derive v0.6.6 |
573 | 2024-11-01T19:38:42.012Z | Downloaded hyper-rustls v0.27.3 |
574 | 2024-11-01T19:38:42.015Z | Downloaded thiserror-impl v1.0.64 |
575 | 2024-11-01T19:38:42.017Z | Downloaded regex-automata v0.4.4 |
576 | 2024-11-01T19:38:42.033Z | Downloaded petgraph v0.6.5 |
577 | 2024-11-01T19:38:42.049Z | Downloaded getrandom v0.2.11 |
578 | 2024-11-01T19:38:42.052Z | Downloaded pest_meta v2.7.6 |
579 | 2024-11-01T19:38:42.054Z | Downloaded proc-macro-error v1.0.4 |
580 | 2024-11-01T19:38:42.057Z | Downloaded num-traits v0.2.19 |
581 | 2024-11-01T19:38:42.059Z | Downloaded fallible-streaming-iterator v0.1.9 |
582 | 2024-11-01T19:38:42.062Z | Downloaded rand_core v0.3.1 |
583 | 2024-11-01T19:38:42.062Z | Downloaded rand_chacha v0.3.1 |
584 | 2024-11-01T19:38:42.065Z | Downloaded rand_chacha v0.1.1 |
585 | 2024-11-01T19:38:42.065Z | Downloaded ipnet v2.9.0 |
586 | 2024-11-01T19:38:42.067Z | Downloaded vte v0.11.1 |
587 | 2024-11-01T19:38:42.069Z | Downloaded vergen v8.3.2 |
588 | 2024-11-01T19:38:42.071Z | Downloaded zone_cfg_derive v0.3.0 |
589 | 2024-11-01T19:38:42.071Z | Downloaded ucd-trie v0.1.6 |
590 | 2024-11-01T19:38:42.074Z | Downloaded terminal_size v0.4.0 |
591 | 2024-11-01T19:38:42.074Z | Downloaded slog-async v2.8.0 |
592 | 2024-11-01T19:38:42.076Z | Downloaded slab v0.4.9 |
593 | 2024-11-01T19:38:42.079Z | Downloaded siphasher v0.3.11 |
594 | 2024-11-01T19:38:42.079Z | Downloaded pest_generator v2.7.6 |
595 | 2024-11-01T19:38:42.081Z | Downloaded borsh v1.3.0 |
596 | 2024-11-01T19:38:42.085Z | Downloaded blake2 v0.10.6 |
597 | 2024-11-01T19:38:42.087Z | Downloaded num-bigint v0.2.6 |
598 | 2024-11-01T19:38:42.089Z | Downloaded cookie v0.18.1 |
599 | 2024-11-01T19:38:42.092Z | Downloaded clap v4.5.20 |
600 | 2024-11-01T19:38:42.100Z | Downloaded untrusted v0.7.1 |
601 | 2024-11-01T19:38:42.103Z | Downloaded rand_isaac v0.1.1 |
602 | 2024-11-01T19:38:42.103Z | Downloaded libsw v3.3.1 |
603 | 2024-11-01T19:38:42.105Z | Downloaded version_check v0.9.5 |
604 | 2024-11-01T19:38:42.108Z | Downloaded tokio v1.39.3 |
605 | 2024-11-01T19:38:42.142Z | Downloaded camino v1.1.9 |
606 | 2024-11-01T19:38:42.144Z | Downloaded ahash v0.8.6 |
607 | 2024-11-01T19:38:42.147Z | Downloaded nu-ansi-term v0.46.0 |
608 | 2024-11-01T19:38:42.149Z | Downloaded encoding_rs v0.8.33 |
609 | 2024-11-01T19:38:42.167Z | Downloaded multer v3.1.0 |
610 | 2024-11-01T19:38:42.170Z | Downloaded glob v0.3.1 |
611 | 2024-11-01T19:38:42.172Z | Downloaded topological-sort v0.2.2 |
612 | 2024-11-01T19:38:42.172Z | Downloaded num_cpus v1.16.0 |
613 | 2024-11-01T19:38:42.175Z | Downloaded num-iter v0.1.45 |
614 | 2024-11-01T19:38:42.177Z | Downloaded num v0.4.3 |
615 | 2024-11-01T19:38:42.177Z | Downloaded anyhow v1.0.92 |
616 | 2024-11-01T19:38:42.180Z | Downloaded anstream v0.6.12 |
617 | 2024-11-01T19:38:42.182Z | Downloaded newtype-uuid v1.1.0 |
618 | 2024-11-01T19:38:42.184Z | Downloaded cfg-if v1.0.0 |
619 | 2024-11-01T19:38:42.184Z | Downloaded threadpool v1.8.1 |
620 | 2024-11-01T19:38:42.187Z | Downloaded proc-macro2 v1.0.86 |
621 | 2024-11-01T19:38:42.187Z | Downloaded parking_lot v0.12.1 |
622 | 2024-11-01T19:38:42.189Z | Downloaded omicron-workspace-hack v0.1.0 |
623 | 2024-11-01T19:38:42.192Z | Downloaded nu-ansi-term v0.50.0 |
624 | 2024-11-01T19:38:42.193Z | Downloaded once_cell v1.19.0 |
625 | 2024-11-01T19:38:42.195Z | Downloaded num-rational v0.4.2 |
626 | 2024-11-01T19:38:42.195Z | Downloaded colorchoice v1.0.0 |
627 | 2024-11-01T19:38:42.198Z | Downloaded adler v1.0.2 |
628 | 2024-11-01T19:38:42.198Z | Downloaded darling_core v0.20.3 |
629 | 2024-11-01T19:38:42.201Z | Downloaded cc v1.0.83 |
630 | 2024-11-01T19:38:42.204Z | Downloaded allocator-api2 v0.2.16 |
631 | 2024-11-01T19:38:42.207Z | Downloaded crc32fast v1.3.2 |
632 | 2024-11-01T19:38:42.209Z | Downloaded clap_derive v4.5.18 |
633 | 2024-11-01T19:38:42.211Z | Downloaded base64ct v1.6.0 |
634 | 2024-11-01T19:38:42.214Z | Downloaded anstyle-parse v0.2.2 |
635 | 2024-11-01T19:38:42.216Z | Downloaded byte-unit v5.1.4 |
636 | 2024-11-01T19:38:42.219Z | Downloaded backoff v0.4.0 |
637 | 2024-11-01T19:38:42.219Z | Downloaded dirs-next v2.0.0 |
638 | 2024-11-01T19:38:42.221Z | Downloaded cobs v0.2.3 |
639 | 2024-11-01T19:38:42.221Z | Downloaded bitflags v2.6.0 |
640 | 2024-11-01T19:38:42.225Z | Downloaded async-trait v0.1.83 |
641 | 2024-11-01T19:38:42.228Z | Downloaded arrayvec v0.7.4 |
642 | 2024-11-01T19:38:42.230Z | Downloaded argon2 v0.5.3 |
643 | 2024-11-01T19:38:42.316Z | Downloaded libz-sys v1.1.12 |
644 | 2024-11-01T19:38:42.497Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
645 | 2024-11-01T19:38:43.120Z | Downloaded ring v0.17.5 |
646 | 2024-11-01T19:38:43.289Z | Downloaded libsqlite3-sys v0.30.1 |
647 | 2024-11-01T19:38:43.364Z | Downloaded ring v0.16.20 |
648 | 2024-11-01T19:38:43.874Z | Compiling proc-macro2 v1.0.86 |
649 | 2024-11-01T19:38:43.874Z | Compiling unicode-ident v1.0.13 |
650 | 2024-11-01T19:38:43.877Z | Compiling libc v0.2.161 |
651 | 2024-11-01T19:38:43.877Z | Compiling serde v1.0.210 |
652 | 2024-11-01T19:38:43.877Z | Compiling autocfg v1.1.0 |
653 | 2024-11-01T19:38:43.877Z | Compiling version_check v0.9.5 |
654 | 2024-11-01T19:38:43.877Z | Compiling cfg-if v1.0.0 |
655 | 2024-11-01T19:38:43.953Z | 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'` |
656 | 2024-11-01T19:38:43.956Z | 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'` |
657 | 2024-11-01T19:38:43.956Z | 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'` |
658 | 2024-11-01T19:38:43.956Z | 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.210/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=e931852f98bb6444 -C extra-filename=-e931852f98bb6444 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-e931852f98bb6444 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
659 | 2024-11-01T19:38:43.956Z | 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'` |
660 | 2024-11-01T19:38:43.956Z | 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'` |
661 | 2024-11-01T19:38:43.956Z | 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'` |
662 | 2024-11-01T19:38:43.990Z | 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'` |
663 | 2024-11-01T19:38:44.086Z | Compiling libm v0.2.8 |
664 | 2024-11-01T19:38:44.089Z | 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'` |
665 | 2024-11-01T19:38:44.108Z | Compiling once_cell v1.19.0 |
666 | 2024-11-01T19:38:44.120Z | 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'` |
667 | 2024-11-01T19:38:44.130Z | Compiling serde_json v1.0.128 |
668 | 2024-11-01T19:38:44.133Z | 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.128/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=22217cef79efeaf8 -C extra-filename=-22217cef79efeaf8 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-22217cef79efeaf8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
669 | 2024-11-01T19:38:44.492Z | Compiling memchr v2.7.4 |
670 | 2024-11-01T19:38:44.496Z | 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'` |
671 | 2024-11-01T19:38:44.554Z | 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'` |
672 | 2024-11-01T19:38:44.556Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0/build-script-build` |
673 | 2024-11-01T19:38:44.556Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d/build-script-build` |
674 | 2024-11-01T19:38:44.595Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-e931852f98bb6444/build-script-build` |
675 | 2024-11-01T19:38:44.637Z | Compiling ahash v0.8.6 |
676 | 2024-11-01T19:38:44.639Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-26b89101a48996e6/build-script-build` |
677 | 2024-11-01T19:38:44.639Z | 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'` |
678 | 2024-11-01T19:38:44.661Z | Compiling num-traits v0.2.19 |
679 | 2024-11-01T19:38:44.664Z | Compiling lock_api v0.4.11 |
680 | 2024-11-01T19:38:44.664Z | 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'` |
681 | 2024-11-01T19:38:44.664Z | 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'` |
682 | 2024-11-01T19:38:44.681Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-22217cef79efeaf8/build-script-build` |
683 | 2024-11-01T19:38:44.720Z | 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"))'` |
684 | 2024-11-01T19:38:44.741Z | 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"))'` |
685 | 2024-11-01T19:38:44.894Z | 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)'` |
686 | 2024-11-01T19:38:45.108Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646/build-script-build` |
687 | 2024-11-01T19:38:45.160Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3/build-script-build` |
688 | 2024-11-01T19:38:45.163Z | Compiling parking_lot_core v0.9.9 |
689 | 2024-11-01T19:38:45.163Z | 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'` |
690 | 2024-11-01T19:38:45.223Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e/build-script-build` |
691 | 2024-11-01T19:38:45.364Z | Compiling thiserror v1.0.64 |
692 | 2024-11-01T19:38:45.368Z | 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.64/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=08097c587ed04ca1 -C extra-filename=-08097c587ed04ca1 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-08097c587ed04ca1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
693 | 2024-11-01T19:38:45.385Z | 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'` |
694 | 2024-11-01T19:38:45.677Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317/build-script-build` |
695 | 2024-11-01T19:38:45.707Z | Compiling log v0.4.22 |
696 | 2024-11-01T19:38:45.709Z | 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'` |
697 | 2024-11-01T19:38:45.841Z | Compiling itoa v1.0.9 |
698 | 2024-11-01T19:38:45.844Z | 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'` |
699 | 2024-11-01T19:38:45.985Z | Compiling quote v1.0.37 |
700 | 2024-11-01T19:38:45.988Z | 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-01T19:38:46.081Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-08097c587ed04ca1/build-script-build` |
702 | 2024-11-01T19:38:46.125Z | Compiling byteorder v1.5.0 |
703 | 2024-11-01T19:38:46.145Z | 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'` |
704 | 2024-11-01T19:38:46.187Z | Compiling jobserver v0.1.27 |
705 | 2024-11-01T19:38:46.209Z | 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'` |
706 | 2024-11-01T19:38:46.283Z | Compiling getrandom v0.2.11 |
707 | 2024-11-01T19:38:46.287Z | 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'` |
708 | 2024-11-01T19:38:46.423Z | Compiling syn v2.0.77 |
709 | 2024-11-01T19:38:46.426Z | 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.77/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=5e94971872d84555 -C extra-filename=-5e94971872d84555 --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'` |
710 | 2024-11-01T19:38:46.444Z | 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'` |
711 | 2024-11-01T19:38:46.485Z | Compiling slab v0.4.9 |
712 | 2024-11-01T19:38:46.485Z | 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'` |
713 | 2024-11-01T19:38:46.590Z | Compiling cc v1.0.83 |
714 | 2024-11-01T19:38:46.592Z | 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'` |
715 | 2024-11-01T19:38:46.666Z | 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'` |
716 | 2024-11-01T19:38:46.730Z | Compiling pin-project-lite v0.2.13 |
717 | 2024-11-01T19:38:46.733Z | 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'` |
718 | 2024-11-01T19:38:46.792Z | 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'` |
719 | 2024-11-01T19:38:46.881Z | 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'` |
720 | 2024-11-01T19:38:46.917Z | Compiling scopeguard v1.2.0 |
721 | 2024-11-01T19:38:46.920Z | 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'` |
722 | 2024-11-01T19:38:46.966Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
723 | 2024-11-01T19:38:47.001Z | Compiling allocator-api2 v0.2.16 |
724 | 2024-11-01T19:38:47.004Z | 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'` |
725 | 2024-11-01T19:38:47.004Z | 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'` |
726 | 2024-11-01T19:38:47.077Z | Compiling ryu v1.0.15 |
727 | 2024-11-01T19:38:47.079Z | 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'` |
728 | 2024-11-01T19:38:47.116Z | Compiling smallvec v1.13.2 |
729 | 2024-11-01T19:38:47.122Z | 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'` |
730 | 2024-11-01T19:38:47.218Z | Compiling pkg-config v0.3.27 |
731 | 2024-11-01T19:38:47.222Z | 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'` |
732 | 2024-11-01T19:38:47.240Z | Compiling vcpkg v0.2.15 |
733 | 2024-11-01T19:38:47.260Z | 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'` |
734 | 2024-11-01T19:38:47.424Z | Compiling signal-hook-registry v1.4.1 |
735 | 2024-11-01T19:38:47.428Z | 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'` |
736 | 2024-11-01T19:38:47.543Z | Compiling schemars v0.8.21 |
737 | 2024-11-01T19:38:47.547Z | 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'` |
738 | 2024-11-01T19:38:47.813Z | 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'` |
739 | 2024-11-01T19:38:47.948Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3/build-script-build` |
740 | 2024-11-01T19:38:47.977Z | 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` |
741 | 2024-11-01T19:38:48.243Z | 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` |
742 | 2024-11-01T19:38:48.330Z | Compiling mio v1.0.2 |
743 | 2024-11-01T19:38:48.333Z | 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'` |
744 | 2024-11-01T19:38:48.432Z | Compiling futures-core v0.3.31 |
745 | 2024-11-01T19:38:48.434Z | 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'` |
746 | 2024-11-01T19:38:48.511Z | 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'` |
747 | 2024-11-01T19:38:48.694Z | Compiling parking_lot v0.12.1 |
748 | 2024-11-01T19:38:48.696Z | 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'` |
749 | 2024-11-01T19:38:48.730Z | Compiling equivalent v1.0.1 |
750 | 2024-11-01T19:38:48.733Z | 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'` |
751 | 2024-11-01T19:38:48.825Z | Compiling socket2 v0.5.5 |
752 | 2024-11-01T19:38:48.827Z | 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'` |
753 | 2024-11-01T19:38:48.851Z | Compiling futures-sink v0.3.31 |
754 | 2024-11-01T19:38:48.853Z | 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'` |
755 | 2024-11-01T19:38:49.014Z | Compiling httparse v1.8.0 |
756 | 2024-11-01T19:38:49.017Z | 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'` |
757 | 2024-11-01T19:38:49.253Z | Compiling ring v0.17.5 |
758 | 2024-11-01T19:38:49.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/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'` |
759 | 2024-11-01T19:38:49.353Z | 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'` |
760 | 2024-11-01T19:38:49.473Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053/build-script-build` |
761 | 2024-11-01T19:38:49.502Z | Compiling fnv v1.0.7 |
762 | 2024-11-01T19:38:49.505Z | 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'` |
763 | 2024-11-01T19:38:49.555Z | Compiling typenum v1.17.0 |
764 | 2024-11-01T19:38:49.571Z | 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'` |
765 | 2024-11-01T19:38:49.638Z | 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'` |
766 | 2024-11-01T19:38:49.658Z | 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'` |
767 | 2024-11-01T19:38:49.689Z | Compiling heck v0.5.0 |
768 | 2024-11-01T19:38:49.692Z | 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'` |
769 | 2024-11-01T19:38:49.753Z | 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'` |
770 | 2024-11-01T19:38:49.928Z | Compiling generic-array v0.14.7 |
771 | 2024-11-01T19:38:49.928Z | 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'` |
772 | 2024-11-01T19:38:50.052Z | Compiling futures-channel v0.3.31 |
773 | 2024-11-01T19:38:50.055Z | 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'` |
774 | 2024-11-01T19:38:50.084Z | Compiling futures-task v0.3.31 |
775 | 2024-11-01T19:38:50.084Z | 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'` |
776 | 2024-11-01T19:38:50.173Z | Compiling pin-utils v0.1.0 |
777 | 2024-11-01T19:38:50.176Z | 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'` |
778 | 2024-11-01T19:38:50.279Z | Compiling futures-io v0.3.31 |
779 | 2024-11-01T19:38:50.282Z | 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'` |
780 | 2024-11-01T19:38:50.303Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-05c920540f545fc7/build-script-build` |
781 | 2024-11-01T19:38:50.303Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4/build-script-build` |
782 | 2024-11-01T19:38:50.392Z | Compiling openssl-sys v0.9.95 |
783 | 2024-11-01T19:38:50.395Z | 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'` |
784 | 2024-11-01T19:38:50.471Z | Compiling semver v1.0.23 |
785 | 2024-11-01T19:38:50.474Z | 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'` |
786 | 2024-11-01T19:38:50.530Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main` |
787 | 2024-11-01T19:38:50.615Z | 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` |
788 | 2024-11-01T19:38:50.730Z | Compiling slog v2.7.0 |
789 | 2024-11-01T19:38:50.733Z | 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'` |
790 | 2024-11-01T19:38:50.882Z | Compiling rand_core v0.6.4 |
791 | 2024-11-01T19:38:50.885Z | 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'` |
792 | 2024-11-01T19:38:50.939Z | 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'` |
793 | 2024-11-01T19:38:50.959Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2/build-script-build` |
794 | 2024-11-01T19:38:51.029Z | Compiling tracing-core v0.1.32 |
795 | 2024-11-01T19:38:51.032Z | 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'` |
796 | 2024-11-01T19:38:51.052Z | Compiling iana-time-zone v0.1.58 |
797 | 2024-11-01T19:38:51.055Z | 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'` |
798 | 2024-11-01T19:38:51.240Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074/build-script-build` |
799 | 2024-11-01T19:38:51.285Z | 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'` |
800 | 2024-11-01T19:38:51.303Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-a8c297d65c7fd8d5/build-script-main` |
801 | 2024-11-01T19:38:51.324Z | Compiling openssl v0.10.59 |
802 | 2024-11-01T19:38:51.327Z | 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'` |
803 | 2024-11-01T19:38:51.378Z | Compiling crossbeam-utils v0.8.20 |
804 | 2024-11-01T19:38:51.381Z | 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'` |
805 | 2024-11-01T19:38:51.402Z | Compiling dyn-clone v1.0.16 |
806 | 2024-11-01T19:38:51.405Z | 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'` |
807 | 2024-11-01T19:38:51.584Z | Compiling native-tls v0.2.11 |
808 | 2024-11-01T19:38:51.587Z | 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'` |
809 | 2024-11-01T19:38:51.741Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a/build-script-build` |
810 | 2024-11-01T19:38:51.764Z | Compiling rustls v0.23.13 |
811 | 2024-11-01T19:38:51.767Z | 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'` |
812 | 2024-11-01T19:38:51.786Z | 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'` |
813 | 2024-11-01T19:38:51.906Z | Compiling aho-corasick v1.1.2 |
814 | 2024-11-01T19:38:51.909Z | 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'` |
815 | 2024-11-01T19:38:51.937Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3/build-script-build` |
816 | 2024-11-01T19:38:51.965Z | Compiling spin v0.9.8 |
817 | 2024-11-01T19:38:51.968Z | 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'` |
818 | 2024-11-01T19:38:51.984Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9/build-script-build` |
819 | 2024-11-01T19:38:52.014Z | Compiling regex-syntax v0.8.4 |
820 | 2024-11-01T19:38:52.018Z | 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'` |
821 | 2024-11-01T19:38:52.074Z | Compiling subtle v2.5.0 |
822 | 2024-11-01T19:38:52.077Z | 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'` |
823 | 2024-11-01T19:38:52.176Z | Compiling num-conv v0.1.0 |
824 | 2024-11-01T19:38:52.179Z | 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'` |
825 | 2024-11-01T19:38:52.335Z | Compiling time-core v0.1.2 |
826 | 2024-11-01T19:38:52.338Z | 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'` |
827 | 2024-11-01T19:38:52.398Z | Compiling ucd-trie v0.1.6 |
828 | 2024-11-01T19:38:52.400Z | 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'` |
829 | 2024-11-01T19:38:52.424Z | 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'` |
830 | 2024-11-01T19:38:52.447Z | Compiling untrusted v0.9.0 |
831 | 2024-11-01T19:38:52.449Z | 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'` |
832 | 2024-11-01T19:38:52.488Z | Compiling time-macros v0.2.18 |
833 | 2024-11-01T19:38:52.492Z | 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'` |
834 | 2024-11-01T19:38:52.631Z | 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'` |
835 | 2024-11-01T19:38:52.653Z | Compiling rustix v0.38.37 |
836 | 2024-11-01T19:38:52.655Z | 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'` |
837 | 2024-11-01T19:38:52.869Z | 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'` |
838 | 2024-11-01T19:38:52.869Z | 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'` |
839 | 2024-11-01T19:38:53.026Z | 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'` |
840 | 2024-11-01T19:38:53.356Z | Compiling serde_derive_internals v0.29.1 |
841 | 2024-11-01T19:38:53.359Z | 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=0412b3ce579b5b15 -C extra-filename=-0412b3ce579b5b15 --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-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
842 | 2024-11-01T19:38:53.435Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8/build-script-build` |
843 | 2024-11-01T19:38:53.564Z | Compiling percent-encoding v2.3.1 |
844 | 2024-11-01T19:38:53.567Z | 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'` |
845 | 2024-11-01T19:38:53.945Z | 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'` |
846 | 2024-11-01T19:38:53.989Z | 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` |
847 | 2024-11-01T19:38:54.449Z | 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` |
848 | 2024-11-01T19:38:54.507Z | Compiling try-lock v0.2.4 |
849 | 2024-11-01T19:38:54.512Z | 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'` |
850 | 2024-11-01T19:38:54.660Z | 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'` |
851 | 2024-11-01T19:38:54.786Z | Compiling want v0.3.1 |
852 | 2024-11-01T19:38:54.789Z | 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'` |
853 | 2024-11-01T19:38:55.101Z | 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'` |
854 | 2024-11-01T19:38:55.161Z | 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'` |
855 | 2024-11-01T19:38:55.183Z | 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'` |
856 | 2024-11-01T19:38:55.396Z | Compiling regex-automata v0.4.4 |
857 | 2024-11-01T19:38:55.400Z | 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'` |
858 | 2024-11-01T19:38:55.849Z | 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'` |
859 | 2024-11-01T19:38:55.869Z | Compiling usdt-impl v0.5.0 |
860 | 2024-11-01T19:38:55.872Z | 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'` |
861 | 2024-11-01T19:38:55.988Z | Compiling httpdate v1.0.3 |
862 | 2024-11-01T19:38:55.991Z | 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'` |
863 | 2024-11-01T19:38:56.164Z | Compiling plain v0.2.3 |
864 | 2024-11-01T19:38:56.167Z | 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'` |
865 | 2024-11-01T19:38:56.252Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
866 | 2024-11-01T19:38:56.329Z | 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'` |
867 | 2024-11-01T19:38:56.392Z | Compiling pretty-hex v0.4.1 |
868 | 2024-11-01T19:38:56.395Z | 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'` |
869 | 2024-11-01T19:38:56.415Z | 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'` |
870 | 2024-11-01T19:38:56.454Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-11-01T19:38:56.457Z | 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'` |
872 | 2024-11-01T19:38:56.547Z | Compiling rustls-pki-types v1.8.0 |
873 | 2024-11-01T19:38:56.550Z | 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'` |
874 | 2024-11-01T19:38:56.595Z | 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)'` |
875 | 2024-11-01T19:38:56.618Z | Compiling tinyvec v1.6.0 |
876 | 2024-11-01T19:38:56.621Z | 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'` |
877 | 2024-11-01T19:38:56.621Z | 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'` |
878 | 2024-11-01T19:38:57.065Z | Compiling form_urlencoded v1.2.1 |
879 | 2024-11-01T19:38:57.068Z | 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'` |
880 | 2024-11-01T19:38:57.275Z | Compiling thread-id v4.2.1 |
881 | 2024-11-01T19:38:57.278Z | 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'` |
882 | 2024-11-01T19:38:57.298Z | Compiling tower-service v0.3.2 |
883 | 2024-11-01T19:38:57.301Z | 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'` |
884 | 2024-11-01T19:38:57.365Z | Compiling atomic-waker v1.1.2 |
885 | 2024-11-01T19:38:57.368Z | 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'` |
886 | 2024-11-01T19:38:57.384Z | Compiling anyhow v1.0.92 |
887 | 2024-11-01T19:38:57.387Z | 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'` |
888 | 2024-11-01T19:38:57.412Z | 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'` |
889 | 2024-11-01T19:38:57.556Z | 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'` |
890 | 2024-11-01T19:38:57.653Z | 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'` |
891 | 2024-11-01T19:38:57.691Z | 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'` |
892 | 2024-11-01T19:38:57.925Z | 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)'` |
893 | 2024-11-01T19:38:57.974Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-604f48028f78b653/build-script-build` |
894 | 2024-11-01T19:38:58.014Z | Compiling serde_derive v1.0.210 |
895 | 2024-11-01T19:38:58.017Z | 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.210/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=63f7898734629385 -C extra-filename=-63f7898734629385 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
896 | 2024-11-01T19:38:58.047Z | Compiling zerocopy-derive v0.7.32 |
897 | 2024-11-01T19:38:58.050Z | 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=0018c4efc81bd59a -C extra-filename=-0018c4efc81bd59a --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
898 | 2024-11-01T19:38:58.270Z | Compiling thiserror-impl v1.0.64 |
899 | 2024-11-01T19:38:58.274Z | 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.64/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=fb9784a8c178d1d5 -C extra-filename=-fb9784a8c178d1d5 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
900 | 2024-11-01T19:38:58.343Z | Compiling tokio-macros v2.4.0 |
901 | 2024-11-01T19:38:58.346Z | 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=7a924a270c66b054 -C extra-filename=-7a924a270c66b054 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
902 | 2024-11-01T19:38:58.364Z | Compiling futures-macro v0.3.31 |
903 | 2024-11-01T19:38:58.367Z | 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=679103850ae1bb62 -C extra-filename=-679103850ae1bb62 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
904 | 2024-11-01T19:38:59.190Z | Compiling tracing-attributes v0.1.27 |
905 | 2024-11-01T19:38:59.193Z | 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=3b1890e79a86d78e -C extra-filename=-3b1890e79a86d78e --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
906 | 2024-11-01T19:38:59.765Z | Compiling schemars_derive v0.8.21 |
907 | 2024-11-01T19:38:59.769Z | 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=778359cf9fd35f97 -C extra-filename=-778359cf9fd35f97 --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-0412b3ce579b5b15.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
908 | 2024-11-01T19:38:59.967Z | Compiling zerocopy v0.7.32 |
909 | 2024-11-01T19:38:59.988Z | 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=e5ebc6117a59d908 -C extra-filename=-e5ebc6117a59d908 --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-0018c4efc81bd59a.so --cap-lints allow '-Wclippy::unused-async'` |
910 | 2024-11-01T19:39:00.109Z | 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=7a8e124204d061d3 -C extra-filename=-7a8e124204d061d3 --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-0018c4efc81bd59a.so --cap-lints allow '-Wclippy::unused-async'` |
911 | 2024-11-01T19:39:00.778Z | 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.64/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=7222dcad55954999 -C extra-filename=-7222dcad55954999 --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-fb9784a8c178d1d5.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
912 | 2024-11-01T19:39:00.917Z | 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.64/src/lib.rs --error-format=json --json=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=579bce678f126697 -C extra-filename=-579bce678f126697 --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-fb9784a8c178d1d5.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
913 | 2024-11-01T19:39:01.058Z | Compiling futures-util v0.3.31 |
914 | 2024-11-01T19:39:01.061Z | 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=2d72e8f0e5fa6f85 -C extra-filename=-2d72e8f0e5fa6f85 --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-679103850ae1bb62.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'` |
915 | 2024-11-01T19:39:01.569Z | 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=4c9502b301533319 -C extra-filename=-4c9502b301533319 --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-e5ebc6117a59d908.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
916 | 2024-11-01T19:39:01.730Z | 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=1048187133c3f0e3 -C extra-filename=-1048187133c3f0e3 --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-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
917 | 2024-11-01T19:39:02.008Z | Compiling hashbrown v0.14.3 |
918 | 2024-11-01T19:39:02.011Z | 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=2615682c84b7eb5d -C extra-filename=-2615682c84b7eb5d --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-4c9502b301533319.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-57e30a43dfbd11c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
919 | 2024-11-01T19:39:02.247Z | 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=3c08edbc0e57f4c3 -C extra-filename=-3c08edbc0e57f4c3 --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-1048187133c3f0e3.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-c7f341e6b183c20a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
920 | 2024-11-01T19:39:02.279Z | Compiling openssl-macros v0.1.1 |
921 | 2024-11-01T19:39:02.282Z | 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=a30667a3749287db -C extra-filename=-a30667a3749287db --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
922 | 2024-11-01T19:39:02.611Z | Compiling tracing v0.1.40 |
923 | 2024-11-01T19:39:02.613Z | 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=a5ff30f1121e6336 -C extra-filename=-a5ff30f1121e6336 --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-3b1890e79a86d78e.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
924 | 2024-11-01T19:39:03.025Z | Compiling scroll_derive v0.12.0 |
925 | 2024-11-01T19:39:03.028Z | 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=fb68bc55751c2cf4 -C extra-filename=-fb68bc55751c2cf4 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
926 | 2024-11-01T19:39:03.047Z | Compiling pest v2.7.6 |
927 | 2024-11-01T19:39:03.051Z | 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=1c1a053b872b3e5e -C extra-filename=-1c1a053b872b3e5e --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-7222dcad55954999.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5e1d2324ca71bc5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
928 | 2024-11-01T19:39:03.299Z | 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=a7a5b6407be254fd -C extra-filename=-a7a5b6407be254fd --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-679103850ae1bb62.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'` |
929 | 2024-11-01T19:39:03.434Z | Compiling unicode-normalization v0.1.22 |
930 | 2024-11-01T19:39:03.436Z | 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'` |
931 | 2024-11-01T19:39:03.609Z | 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` |
932 | 2024-11-01T19:39:04.269Z | Compiling scroll v0.12.0 |
933 | 2024-11-01T19:39:04.271Z | 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=3c01d073d9f793a4 -C extra-filename=-3c01d073d9f793a4 --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-fb68bc55751c2cf4.so --cap-lints allow '-Wclippy::unused-async'` |
934 | 2024-11-01T19:39:04.447Z | 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'` |
935 | 2024-11-01T19:39:04.486Z | 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'` |
936 | 2024-11-01T19:39:04.550Z | 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.210/src/lib.rs --error-format=json --json=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=0ac380442de1c051 -C extra-filename=-0ac380442de1c051 --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-63f7898734629385.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)'` |
937 | 2024-11-01T19:39:04.685Z | 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.210/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=8b8216f27010a204 -C extra-filename=-8b8216f27010a204 --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-63f7898734629385.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)'` |
938 | 2024-11-01T19:39:04.791Z | Compiling goblin v0.8.0 |
939 | 2024-11-01T19:39:04.811Z | 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=2d5e4294c5f93eb5 -C extra-filename=-2d5e4294c5f93eb5 --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-3c01d073d9f793a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
940 | 2024-11-01T19:39:04.814Z | 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'` |
941 | 2024-11-01T19:39:05.505Z | Compiling pest_meta v2.7.6 |
942 | 2024-11-01T19:39:05.508Z | 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=48616af13ac3329e -C extra-filename=-48616af13ac3329e --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-1c1a053b872b3e5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
943 | 2024-11-01T19:39:05.769Z | Compiling ppv-lite86 v0.2.17 |
944 | 2024-11-01T19:39:05.772Z | 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'` |
945 | 2024-11-01T19:39:06.277Z | Compiling zeroize v1.7.0 |
946 | 2024-11-01T19:39:06.279Z | 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'` |
947 | 2024-11-01T19:39:06.637Z | Compiling unicode-bidi v0.3.13 |
948 | 2024-11-01T19:39:06.640Z | 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'` |
949 | 2024-11-01T19:39:07.134Z | Compiling pest_generator v2.7.6 |
950 | 2024-11-01T19:39:07.136Z | 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=8d44df503ad89259 -C extra-filename=-8d44df503ad89259 --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-1c1a053b872b3e5e.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-48616af13ac3329e.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-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
951 | 2024-11-01T19:39:08.028Z | Compiling idna v0.4.0 |
952 | 2024-11-01T19:39:08.030Z | 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'` |
953 | 2024-11-01T19:39:08.641Z | Compiling rand_chacha v0.3.1 |
954 | 2024-11-01T19:39:08.644Z | 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'` |
955 | 2024-11-01T19:39:09.045Z | Compiling regex v1.10.6 |
956 | 2024-11-01T19:39:09.048Z | 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'` |
957 | 2024-11-01T19:39:09.134Z | Compiling pest_derive v2.7.6 |
958 | 2024-11-01T19:39:09.137Z | 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=0a8f2bcb2bd89af2 -C extra-filename=-0a8f2bcb2bd89af2 --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-1c1a053b872b3e5e.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-8d44df503ad89259.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
959 | 2024-11-01T19:39:09.531Z | 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.77/src/lib.rs --error-format=json --json=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=54b462d1bf69e0ba -C extra-filename=-54b462d1bf69e0ba --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'` |
960 | 2024-11-01T19:39:09.576Z | 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'` |
961 | 2024-11-01T19:39:09.871Z | 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'` |
962 | 2024-11-01T19:39:09.893Z | 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'` |
963 | 2024-11-01T19:39:09.933Z | Compiling dtrace-parser v0.2.0 |
964 | 2024-11-01T19:39:09.936Z | 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=095a36dc84c042c8 -C extra-filename=-095a36dc84c042c8 --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-1c1a053b872b3e5e.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-0a8f2bcb2bd89af2.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2024-11-01T19:39:10.087Z | Compiling bytes v1.7.2 |
966 | 2024-11-01T19:39:10.091Z | 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.7.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=86ae4cc49d3bdcef -C extra-filename=-86ae4cc49d3bdcef --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
967 | 2024-11-01T19:39:10.131Z | Compiling indexmap v2.5.0 |
968 | 2024-11-01T19:39:10.135Z | 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=cb0d198ed2e2208b -C extra-filename=-cb0d198ed2e2208b --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-3c08edbc0e57f4c3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-11-01T19:39:10.389Z | 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.128/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=ee1b28499ea3e3a0 -C extra-filename=-ee1b28499ea3e3a0 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
970 | 2024-11-01T19:39:10.514Z | 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.7.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=931d003463f8c5f6 -C extra-filename=-931d003463f8c5f6 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
971 | 2024-11-01T19:39:11.397Z | 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=425e8e01427c44f0 -C extra-filename=-425e8e01427c44f0 --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-2615682c84b7eb5d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
972 | 2024-11-01T19:39:11.418Z | Compiling tokio v1.39.3 |
973 | 2024-11-01T19:39:11.421Z | 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.39.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="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=18091d28f2c45a42 -C extra-filename=-18091d28f2c45a42 --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-86ae4cc49d3bdcef.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-7a924a270c66b054.so --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-11-01T19:39:11.491Z | 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.128/src/lib.rs --error-format=json --json=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=ec0e28059b7390e3 -C extra-filename=-ec0e28059b7390e3 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
975 | 2024-11-01T19:39:11.705Z | Compiling bitflags v2.6.0 |
976 | 2024-11-01T19:39:11.708Z | 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=e75314570f13ccf0 -C extra-filename=-e75314570f13ccf0 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
977 | 2024-11-01T19:39:12.019Z | Compiling serde_tokenstream v0.2.2 |
978 | 2024-11-01T19:39:12.023Z | 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=66f45b53411c2404 -C extra-filename=-66f45b53411c2404 --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-8b8216f27010a204.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2024-11-01T19:39:12.581Z | Compiling http v1.1.0 |
980 | 2024-11-01T19:39:12.584Z | 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=4d976e459b2920a5 -C extra-filename=-4d976e459b2920a5 --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-931d003463f8c5f6.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'` |
981 | 2024-11-01T19:39:12.771Z | Compiling chrono v0.4.38 |
982 | 2024-11-01T19:39:12.774Z | 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=1a4881b2b11b1908 -C extra-filename=-1a4881b2b11b1908 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
983 | 2024-11-01T19:39:12.793Z | Compiling uuid v1.10.0 |
984 | 2024-11-01T19:39:12.796Z | 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.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 --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"))' -C metadata=52eba05b51d3ea8e -C extra-filename=-52eba05b51d3ea8e --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
985 | 2024-11-01T19:39:12.872Z | 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=653ed2e6334ee97f -C extra-filename=-653ed2e6334ee97f --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
986 | 2024-11-01T19:39:13.395Z | 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=21e165b2d4bc0581 -C extra-filename=-21e165b2d4bc0581 --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-8b8216f27010a204.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)'` |
987 | 2024-11-01T19:39:14.083Z | 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.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 --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"))' -C metadata=7b087376ee63dfbb -C extra-filename=-7b087376ee63dfbb --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
988 | 2024-11-01T19:39:14.248Z | 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=19ec2cc2ba3ba1ed -C extra-filename=-19ec2cc2ba3ba1ed --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-86ae4cc49d3bdcef.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'` |
989 | 2024-11-01T19:39:14.803Z | 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=a1a342121e1c5048 -C extra-filename=-a1a342121e1c5048 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
990 | 2024-11-01T19:39:14.833Z | Compiling openapiv3 v2.0.0 |
991 | 2024-11-01T19:39:14.835Z | 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=a145da4d6dd410e9 -C extra-filename=-a145da4d6dd410e9 --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-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
992 | 2024-11-01T19:39:15.173Z | 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=0e963cc06f5769b5 -C extra-filename=-0e963cc06f5769b5 --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-931d003463f8c5f6.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.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-778359cf9fd35f97.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
993 | 2024-11-01T19:39:15.822Z | 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=5437386cb89e8d61 -C extra-filename=-5437386cb89e8d61 --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-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.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-778359cf9fd35f97.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
994 | 2024-11-01T19:39:16.573Z | 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.39.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="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=f54ef0d9448fe79b -C extra-filename=-f54ef0d9448fe79b --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-931d003463f8c5f6.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-7a924a270c66b054.so --cap-lints allow '-Wclippy::unused-async'` |
995 | 2024-11-01T19:39:16.636Z | Compiling dof v0.3.0 |
996 | 2024-11-01T19:39:16.638Z | 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=f1b564112e21c735 -C extra-filename=-f1b564112e21c735 --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-2d5e4294c5f93eb5.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-0b7fbda6cacbfd96.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-e5ebc6117a59d908.rmeta --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-11-01T19:39:18.137Z | Compiling toml_datetime v0.6.8 |
998 | 2024-11-01T19:39:18.140Z | 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=f234215016bbbf14 -C extra-filename=-f234215016bbbf14 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
999 | 2024-11-01T19:39:18.216Z | 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=efd4a2983f638bbe -C extra-filename=-efd4a2983f638bbe --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-f1b564112e21c735.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.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-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.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` |
1000 | 2024-11-01T19:39:18.562Z | Compiling http-body v1.0.1 |
1001 | 2024-11-01T19:39:18.566Z | 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=2f99b5470488d38a -C extra-filename=-2f99b5470488d38a --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-86ae4cc49d3bdcef.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1002 | 2024-11-01T19:39:18.666Z | 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'` |
1003 | 2024-11-01T19:39:18.767Z | Compiling mime v0.3.17 |
1004 | 2024-11-01T19:39:18.770Z | 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'` |
1005 | 2024-11-01T19:39:18.800Z | 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'` |
1006 | 2024-11-01T19:39:19.329Z | Compiling tokio-util v0.7.11 |
1007 | 2024-11-01T19:39:19.331Z | 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=db14f7368808eab1 -C extra-filename=-db14f7368808eab1 --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-86ae4cc49d3bdcef.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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1008 | 2024-11-01T19:39:19.448Z | Compiling usdt-attr-macro v0.5.0 |
1009 | 2024-11-01T19:39:19.451Z | 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=03e4c0650a9ed9fa -C extra-filename=-03e4c0650a9ed9fa --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-095a36dc84c042c8.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-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-efd4a2983f638bbe.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1010 | 2024-11-01T19:39:19.511Z | Compiling usdt-macro v0.5.0 |
1011 | 2024-11-01T19:39:19.514Z | 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=e230adf408e4c29e -C extra-filename=-e230adf408e4c29e --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-095a36dc84c042c8.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-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-efd4a2983f638bbe.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1012 | 2024-11-01T19:39:20.154Z | 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'` |
1013 | 2024-11-01T19:39:20.454Z | Compiling h2 v0.4.6 |
1014 | 2024-11-01T19:39:20.456Z | 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=de2002b8de585da3 -C extra-filename=-de2002b8de585da3 --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-86ae4cc49d3bdcef.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-19ec2cc2ba3ba1ed.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1015 | 2024-11-01T19:39:20.592Z | Compiling rand v0.8.5 |
1016 | 2024-11-01T19:39:20.594Z | 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'` |
1017 | 2024-11-01T19:39:20.914Z | Compiling url v2.4.1 |
1018 | 2024-11-01T19:39:20.918Z | 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'` |
1019 | 2024-11-01T19:39:21.089Z | 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'` |
1020 | 2024-11-01T19:39:21.952Z | Compiling foreign-types-shared v0.1.1 |
1021 | 2024-11-01T19:39:21.955Z | 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'` |
1022 | 2024-11-01T19:39:22.060Z | 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'` |
1023 | 2024-11-01T19:39:22.238Z | Compiling foreign-types v0.3.2 |
1024 | 2024-11-01T19:39:22.240Z | 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'` |
1025 | 2024-11-01T19:39:22.325Z | 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=bc46486982d06d95 -C extra-filename=-bc46486982d06d95 --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-3b1890e79a86d78e.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1026 | 2024-11-01T19:39:22.346Z | 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'` |
1027 | 2024-11-01T19:39:22.346Z | 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=a89b47cdfd8d0546 -C extra-filename=-a89b47cdfd8d0546 --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-931d003463f8c5f6.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1028 | 2024-11-01T19:39:22.507Z | Compiling serde_spanned v0.6.7 |
1029 | 2024-11-01T19:39:22.510Z | 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=0ceb2f5c72981c96 -C extra-filename=-0ceb2f5c72981c96 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1030 | 2024-11-01T19:39:22.599Z | 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` |
1031 | 2024-11-01T19:39:22.708Z | 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` |
1032 | 2024-11-01T19:39:22.729Z | Compiling errno v0.3.9 |
1033 | 2024-11-01T19:39:22.732Z | 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'` |
1034 | 2024-11-01T19:39:22.966Z | Compiling encoding_rs v0.8.33 |
1035 | 2024-11-01T19:39:22.969Z | 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'` |
1036 | 2024-11-01T19:39:23.286Z | Compiling rustversion v1.0.14 |
1037 | 2024-11-01T19:39:23.289Z | 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'` |
1038 | 2024-11-01T19:39:23.381Z | 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'` |
1039 | 2024-11-01T19:39:23.691Z | Compiling ipnet v2.9.0 |
1040 | 2024-11-01T19:39:23.694Z | 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'` |
1041 | 2024-11-01T19:39:23.732Z | 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'` |
1042 | 2024-11-01T19:39:23.882Z | 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'` |
1043 | 2024-11-01T19:39:24.003Z | 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'` |
1044 | 2024-11-01T19:39:24.203Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150/build-script-build` |
1045 | 2024-11-01T19:39:24.274Z | 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'` |
1046 | 2024-11-01T19:39:24.811Z | 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=e37bfbadc70ef61f -C extra-filename=-e37bfbadc70ef61f --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-931d003463f8c5f6.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-f54ef0d9448fe79b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-11-01T19:39:25.047Z | Compiling hyper v1.4.1 |
1048 | 2024-11-01T19:39:25.049Z | 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=b2165f4842a5c26a -C extra-filename=-b2165f4842a5c26a --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-86ae4cc49d3bdcef.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-2d72e8f0e5fa6f85.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-de2002b8de585da3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.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-18091d28f2c45a42.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2024-11-01T19:39:25.416Z | 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=0cfcdcece6e4af08 -C extra-filename=-0cfcdcece6e4af08 --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-e75314570f13ccf0.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-a30667a3749287db.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` |
1050 | 2024-11-01T19:39:25.630Z | 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=85f35310483b1bc6 -C extra-filename=-85f35310483b1bc6 --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-e75314570f13ccf0.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` |
1051 | 2024-11-01T19:39:26.062Z | 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=978d90650edd4f75 -C extra-filename=-978d90650edd4f75 --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-931d003463f8c5f6.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-4d976e459b2920a5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-e37bfbadc70ef61f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1052 | 2024-11-01T19:39:27.452Z | Compiling hyper-util v0.1.9 |
1053 | 2024-11-01T19:39:27.454Z | 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=da020badf2184d8b -C extra-filename=-da020badf2184d8b --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-86ae4cc49d3bdcef.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-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.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-18091d28f2c45a42.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2024-11-01T19:39:27.870Z | Compiling serde_urlencoded v0.7.1 |
1055 | 2024-11-01T19:39:27.876Z | 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=ae1327228caa3a64 -C extra-filename=-ae1327228caa3a64 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1056 | 2024-11-01T19:39:28.182Z | Compiling regress v0.10.1 |
1057 | 2024-11-01T19:39:28.185Z | 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=d15451b5161e4005 -C extra-filename=-d15451b5161e4005 --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-2615682c84b7eb5d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1058 | 2024-11-01T19:39:28.622Z | 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'` |
1059 | 2024-11-01T19:39:28.668Z | Compiling openssl-probe v0.1.5 |
1060 | 2024-11-01T19:39:28.671Z | 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'` |
1061 | 2024-11-01T19:39:28.996Z | 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'` |
1062 | 2024-11-01T19:39:29.079Z | 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'` |
1063 | 2024-11-01T19:39:29.107Z | Compiling powerfmt v0.2.0 |
1064 | 2024-11-01T19:39:29.110Z | 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'` |
1065 | 2024-11-01T19:39:29.322Z | 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'` |
1066 | 2024-11-01T19:39:29.427Z | Compiling deranged v0.3.9 |
1067 | 2024-11-01T19:39:29.430Z | 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'` |
1068 | 2024-11-01T19:39:29.478Z | 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'` |
1069 | 2024-11-01T19:39:29.574Z | 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-01T19:39:30.120Z | 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-01T19:39:30.238Z | Compiling http-body-util v0.1.2 |
1072 | 2024-11-01T19:39:30.241Z | 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=3d7cdfdf5f9a038c -C extra-filename=-3d7cdfdf5f9a038c --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-86ae4cc49d3bdcef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1073 | 2024-11-01T19:39:30.691Z | 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=76b2e90c0f25d6d7 -C extra-filename=-76b2e90c0f25d6d7 --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-931d003463f8c5f6.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-a7a5b6407be254fd.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-978d90650edd4f75.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.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-f54ef0d9448fe79b.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-de1d8e50ceed248d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1074 | 2024-11-01T19:39:30.973Z | 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=84252d531a11ce09 -C extra-filename=-84252d531a11ce09 --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-0cfcdcece6e4af08.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` |
1075 | 2024-11-01T19:39:31.273Z | Compiling futures-executor v0.3.31 |
1076 | 2024-11-01T19:39:31.276Z | 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=2f568aa4257cac9c -C extra-filename=-2f568aa4257cac9c --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-0ac380442de1c051.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)'` |
1077 | 2024-11-01T19:39:31.276Z | 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=b29e5b5861c4df1e -C extra-filename=-b29e5b5861c4df1e --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-2d72e8f0e5fa6f85.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2024-11-01T19:39:31.547Z | 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-01T19:39:31.810Z | 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'` |
1080 | 2024-11-01T19:39:32.045Z | Compiling typify-impl v0.2.0 |
1081 | 2024-11-01T19:39:32.049Z | 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=8ba55ef7013ca1e3 -C extra-filename=-8ba55ef7013ca1e3 --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-d15451b5161e4005.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1082 | 2024-11-01T19:39:32.496Z | Compiling num_threads v0.1.6 |
1083 | 2024-11-01T19:39:32.501Z | 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'` |
1084 | 2024-11-01T19:39:32.624Z | Compiling base64 v0.22.1 |
1085 | 2024-11-01T19:39:32.627Z | 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'` |
1086 | 2024-11-01T19:39:32.797Z | 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'` |
1087 | 2024-11-01T19:39:32.820Z | 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'` |
1088 | 2024-11-01T19:39:32.924Z | 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=711d8dacada9174b -C extra-filename=-711d8dacada9174b --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-931d003463f8c5f6.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-a7a5b6407be254fd.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.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-f54ef0d9448fe79b.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2024-11-01T19:39:33.388Z | Compiling rustls-pemfile v2.1.3 |
1090 | 2024-11-01T19:39:33.391Z | 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'` |
1091 | 2024-11-01T19:39:33.540Z | 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=4eeabcadcea2465d -C extra-filename=-4eeabcadcea2465d --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-a1a342121e1c5048.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-a30667a3749287db.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` |
1092 | 2024-11-01T19:39:33.876Z | Compiling time v0.3.36 |
1093 | 2024-11-01T19:39:33.879Z | 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'` |
1094 | 2024-11-01T19:39:34.068Z | Compiling tokio-native-tls v0.3.1 |
1095 | 2024-11-01T19:39:34.071Z | 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=04240ece6adaca40 -C extra-filename=-04240ece6adaca40 --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-84252d531a11ce09.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1096 | 2024-11-01T19:39:34.365Z | 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'` |
1097 | 2024-11-01T19:39:35.422Z | Compiling webpki-roots v0.26.6 |
1098 | 2024-11-01T19:39:35.425Z | 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'` |
1099 | 2024-11-01T19:39:35.624Z | 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` |
1100 | 2024-11-01T19:39:35.645Z | 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'` |
1101 | 2024-11-01T19:39:35.890Z | 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'` |
1102 | 2024-11-01T19:39:36.312Z | 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'` |
1103 | 2024-11-01T19:39:36.380Z | Compiling camino v1.1.9 |
1104 | 2024-11-01T19:39:36.383Z | 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'` |
1105 | 2024-11-01T19:39:36.626Z | 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'` |
1106 | 2024-11-01T19:39:36.971Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121/build-script-build` |
1107 | 2024-11-01T19:39:37.040Z | Compiling hyper-tls v0.6.0 |
1108 | 2024-11-01T19:39:37.043Z | 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=6822e711a40d528b -C extra-filename=-6822e711a40d528b --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-86ae4cc49d3bdcef.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-3d7cdfdf5f9a038c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-da020badf2184d8b.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-84252d531a11ce09.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-04240ece6adaca40.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` |
1109 | 2024-11-01T19:39:37.417Z | 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=1af92a3354a5cf0c -C extra-filename=-1af92a3354a5cf0c --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-931d003463f8c5f6.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-a7a5b6407be254fd.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-11-01T19:39:37.893Z | 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=7a325da615e2b0f3 -C extra-filename=-7a325da615e2b0f3 --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-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2024-11-01T19:39:38.108Z | 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=eb933f5f4d5288bd -C extra-filename=-eb933f5f4d5288bd --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2024-11-01T19:39:38.349Z | 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=4aa48b5f8fd19260 -C extra-filename=-4aa48b5f8fd19260 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1113 | 2024-11-01T19:39:38.552Z | 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=0a9e5e2765b1e0ef -C extra-filename=-0a9e5e2765b1e0ef --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-fb68bc55751c2cf4.so --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2024-11-01T19:39:38.880Z | 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'` |
1115 | 2024-11-01T19:39:39.150Z | Compiling sync_wrapper v1.0.1 |
1116 | 2024-11-01T19:39:39.152Z | 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'` |
1117 | 2024-11-01T19:39:39.308Z | 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=f55cfeab53e4c978 -C extra-filename=-f55cfeab53e4c978 --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-4eeabcadcea2465d.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-01T19:39:39.353Z | 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'` |
1119 | 2024-11-01T19:39:39.856Z | 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'` |
1120 | 2024-11-01T19:39:40.174Z | Compiling either v1.13.0 |
1121 | 2024-11-01T19:39:40.176Z | 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'` |
1122 | 2024-11-01T19:39:40.195Z | 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'` |
1123 | 2024-11-01T19:39:40.330Z | Compiling winnow v0.5.19 |
1124 | 2024-11-01T19:39:40.334Z | 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'` |
1125 | 2024-11-01T19:39:40.566Z | 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'` |
1126 | 2024-11-01T19:39:41.178Z | 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'` |
1127 | 2024-11-01T19:39:41.201Z | 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'` |
1128 | 2024-11-01T19:39:41.328Z | 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'` |
1129 | 2024-11-01T19:39:41.799Z | 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'` |
1130 | 2024-11-01T19:39:41.824Z | 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=f0d1607f6918ab25 -C extra-filename=-f0d1607f6918ab25 --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-579bce678f126697.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-bfa39d2e97bb301b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1131 | 2024-11-01T19:39:41.844Z | 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=a422aa46469f81dd -C extra-filename=-a422aa46469f81dd --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-0a9e5e2765b1e0ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2024-11-01T19:39:41.967Z | 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'` |
1133 | 2024-11-01T19:39:43.051Z | 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'` |
1134 | 2024-11-01T19:39:43.340Z | Compiling typify-macro v0.2.0 |
1135 | 2024-11-01T19:39:43.343Z | 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=6c05a2d9b0383ec8 -C extra-filename=-6c05a2d9b0383ec8 --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-0e963cc06f5769b5.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-8ba55ef7013ca1e3.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2024-11-01T19:39:43.397Z | 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=ac04a0efdcc27e78 -C extra-filename=-ac04a0efdcc27e78 --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-f55cfeab53e4c978.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1137 | 2024-11-01T19:39:43.678Z | 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=f50851ac084bc1c2 -C extra-filename=-f50851ac084bc1c2 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1138 | 2024-11-01T19:39:43.947Z | 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'` |
1139 | 2024-11-01T19:39:44.124Z | 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'` |
1140 | 2024-11-01T19:39:44.147Z | 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=67b18462b1659d5c -C extra-filename=-67b18462b1659d5c --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-f0d1607f6918ab25.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-0a8f2bcb2bd89af2.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1141 | 2024-11-01T19:39:44.336Z | 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=5c66b7ffc0a35d7f -C extra-filename=-5c66b7ffc0a35d7f --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-931d003463f8c5f6.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-1af92a3354a5cf0c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-711d8dacada9174b.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-f55cfeab53e4c978.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-ac04a0efdcc27e78.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` |
1142 | 2024-11-01T19:39:44.413Z | Compiling async-trait v0.1.83 |
1143 | 2024-11-01T19:39:44.416Z | 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=2cefbe0166824f63 -C extra-filename=-2cefbe0166824f63 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2024-11-01T19:39:44.681Z | 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'` |
1145 | 2024-11-01T19:39:44.841Z | Compiling num-integer v0.1.46 |
1146 | 2024-11-01T19:39:44.843Z | 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'` |
1147 | 2024-11-01T19:39:45.609Z | 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'` |
1148 | 2024-11-01T19:39:45.713Z | 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-01T19:39:45.877Z | Compiling unsafe-libyaml v0.2.9 |
1150 | 2024-11-01T19:39:45.879Z | 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'` |
1151 | 2024-11-01T19:39:46.051Z | 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)'` |
1152 | 2024-11-01T19:39:46.667Z | 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)'` |
1153 | 2024-11-01T19:39:46.688Z | Compiling memmap v0.7.0 |
1154 | 2024-11-01T19:39:46.690Z | 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'` |
1155 | 2024-11-01T19:39:46.898Z | Compiling typify v0.2.0 |
1156 | 2024-11-01T19:39:46.901Z | 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=05544b82787a41d9 -C extra-filename=-05544b82787a41d9 --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-8ba55ef7013ca1e3.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-6c05a2d9b0383ec8.so --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2024-11-01T19:39:46.939Z | Compiling utf8parse v0.2.1 |
1158 | 2024-11-01T19:39:46.942Z | 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'` |
1159 | 2024-11-01T19:39:47.022Z | Compiling progenitor-impl v0.8.0 |
1160 | 2024-11-01T19:39:47.024Z | 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=f27522caac094b0d -C extra-filename=-f27522caac094b0d --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-4d976e459b2920a5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.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-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-05544b82787a41d9.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1161 | 2024-11-01T19:39:47.057Z | Compiling serde_yaml v0.9.27 |
1162 | 2024-11-01T19:39:47.060Z | 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=2053f04bf44bab32 -C extra-filename=-2053f04bf44bab32 --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-425e8e01427c44f0.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-8b8216f27010a204.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-b08f6e94e99c78a2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1163 | 2024-11-01T19:39:47.093Z | Compiling hex v0.4.3 |
1164 | 2024-11-01T19:39:47.096Z | 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=b7c2df77f682e294 -C extra-filename=-b7c2df77f682e294 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1165 | 2024-11-01T19:39:47.167Z | 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=174dbd2c101c9865 -C extra-filename=-174dbd2c101c9865 --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-a422aa46469f81dd.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-c401145ebaa8ecd8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1166 | 2024-11-01T19:39:47.431Z | 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=b582c3f7f6fc6446 -C extra-filename=-b582c3f7f6fc6446 --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-a7a5b6407be254fd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1167 | 2024-11-01T19:39:47.611Z | Compiling clap_derive v4.5.18 |
1168 | 2024-11-01T19:39:47.614Z | 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=ee1ad72ab2f4cfb9 -C extra-filename=-ee1ad72ab2f4cfb9 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1169 | 2024-11-01T19:39:47.735Z | 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'` |
1170 | 2024-11-01T19:39:47.846Z | 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'` |
1171 | 2024-11-01T19:39:48.074Z | 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=17a79183429189cd -C extra-filename=-17a79183429189cd --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-174dbd2c101c9865.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-67b18462b1659d5c.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-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.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` |
1172 | 2024-11-01T19:39:48.473Z | 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'` |
1173 | 2024-11-01T19:39:48.795Z | Compiling usdt v0.5.0 |
1174 | 2024-11-01T19:39:48.799Z | 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=b3983e7abd38f0b2 -C extra-filename=-b3983e7abd38f0b2 --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-174dbd2c101c9865.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-67b18462b1659d5c.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-a422aa46469f81dd.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-c29d5e95a10bfa2e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-03e4c0650a9ed9fa.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-17a79183429189cd.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-e230adf408e4c29e.so --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2024-11-01T19:39:49.320Z | 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'` |
1176 | 2024-11-01T19:39:49.342Z | Compiling siphasher v0.3.11 |
1177 | 2024-11-01T19:39:49.345Z | 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'` |
1178 | 2024-11-01T19:39:49.474Z | Compiling anstyle-parse v0.2.2 |
1179 | 2024-11-01T19:39:49.476Z | 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'` |
1180 | 2024-11-01T19:39:49.682Z | Compiling phf_shared v0.11.2 |
1181 | 2024-11-01T19:39:49.685Z | 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'` |
1182 | 2024-11-01T19:39:49.704Z | 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=06bc672810d5cbe2 -C extra-filename=-06bc672810d5cbe2 --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-f1b564112e21c735.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-2d5e4294c5f93eb5.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-bdd713edcc43227b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-03e4c0650a9ed9fa.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-efd4a2983f638bbe.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-e230adf408e4c29e.so --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2024-11-01T19:39:49.807Z | 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=3bc098fc67ca1dd7 -C extra-filename=-3bc098fc67ca1dd7 --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-a1a342121e1c5048.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` |
1184 | 2024-11-01T19:39:50.048Z | Compiling toml_edit v0.19.15 |
1185 | 2024-11-01T19:39:50.051Z | 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=5172eadc5752a405 -C extra-filename=-5172eadc5752a405 --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-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1186 | 2024-11-01T19:39:50.186Z | 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=8a70a9e8d76ef649 -C extra-filename=-8a70a9e8d76ef649 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-11-01T19:39:50.304Z | Compiling anstyle-query v1.0.0 |
1188 | 2024-11-01T19:39:50.308Z | 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'` |
1189 | 2024-11-01T19:39:50.442Z | Compiling anstyle v1.0.8 |
1190 | 2024-11-01T19:39:50.444Z | 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'` |
1191 | 2024-11-01T19:39:50.758Z | Compiling rustls v0.22.4 |
1192 | 2024-11-01T19:39:50.761Z | 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'` |
1193 | 2024-11-01T19:39:50.884Z | Compiling colorchoice v1.0.0 |
1194 | 2024-11-01T19:39:50.887Z | 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'` |
1195 | 2024-11-01T19:39:51.047Z | Compiling anstream v0.6.12 |
1196 | 2024-11-01T19:39:51.049Z | 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'` |
1197 | 2024-11-01T19:39:51.076Z | Compiling num-iter v0.1.45 |
1198 | 2024-11-01T19:39:51.078Z | 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'` |
1199 | 2024-11-01T19:39:51.278Z | 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'` |
1200 | 2024-11-01T19:39:51.434Z | Compiling bitflags v1.3.2 |
1201 | 2024-11-01T19:39:51.437Z | 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'` |
1202 | 2024-11-01T19:39:51.546Z | Compiling paste v1.0.15 |
1203 | 2024-11-01T19:39:51.549Z | 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'` |
1204 | 2024-11-01T19:39:51.677Z | Compiling clap_lex v0.7.0 |
1205 | 2024-11-01T19:39:51.680Z | 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'` |
1206 | 2024-11-01T19:39:51.705Z | Compiling strsim v0.11.0 |
1207 | 2024-11-01T19:39:51.707Z | 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'` |
1208 | 2024-11-01T19:39:51.817Z | 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'` |
1209 | 2024-11-01T19:39:52.035Z | Compiling terminal_size v0.4.0 |
1210 | 2024-11-01T19:39:52.037Z | 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=9ff8fa2ce138e275 -C extra-filename=-9ff8fa2ce138e275 --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-3bc098fc67ca1dd7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2024-11-01T19:39:52.106Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447/build-script-build` |
1212 | 2024-11-01T19:39:52.129Z | 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=e4e9ad8704af6bfd -C extra-filename=-e4e9ad8704af6bfd --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-3c08edbc0e57f4c3.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1213 | 2024-11-01T19:39:52.174Z | Compiling clap_builder v4.5.20 |
1214 | 2024-11-01T19:39:52.176Z | 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=a67f8c9e87d1309b -C extra-filename=-a67f8c9e87d1309b --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-9ff8fa2ce138e275.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1215 | 2024-11-01T19:39:52.234Z | Compiling multer v3.1.0 |
1216 | 2024-11-01T19:39:52.236Z | 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'` |
1217 | 2024-11-01T19:39:52.416Z | 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'` |
1218 | 2024-11-01T19:39:52.545Z | 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'` |
1219 | 2024-11-01T19:39:52.581Z | 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'` |
1220 | 2024-11-01T19:39:52.602Z | Compiling omicron-workspace-hack v0.1.0 |
1221 | 2024-11-01T19:39:52.605Z | 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'` |
1222 | 2024-11-01T19:39:52.697Z | Compiling rustls v0.21.9 |
1223 | 2024-11-01T19:39:52.702Z | 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="dangerous_configuration"' --cfg 'feature="default"' --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=50fd13b8b6f7c313 -C extra-filename=-50fd13b8b6f7c313 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-50fd13b8b6f7c313 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1224 | 2024-11-01T19:39:52.722Z | Compiling progenitor-macro v0.8.0 |
1225 | 2024-11-01T19:39:52.725Z | 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=3ef9c4f5691e4f08 -C extra-filename=-3ef9c4f5691e4f08 --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-a145da4d6dd410e9.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-f27522caac094b0d.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-2053f04bf44bab32.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1226 | 2024-11-01T19:39:52.909Z | 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'` |
1227 | 2024-11-01T19:39:53.001Z | Compiling slog-async v2.8.0 |
1228 | 2024-11-01T19:39:53.004Z | 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'` |
1229 | 2024-11-01T19:39:53.078Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d/build-script-build` |
1230 | 2024-11-01T19:39:53.102Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061/build-script-build` |
1231 | 2024-11-01T19:39:53.170Z | 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"))'` |
1232 | 2024-11-01T19:39:53.356Z | 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'` |
1233 | 2024-11-01T19:39:53.473Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
1234 | 2024-11-01T19:39:53.536Z | 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'` |
1235 | 2024-11-01T19:39:54.108Z | 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=ce7fe23056e6f0e9 -C extra-filename=-ce7fe23056e6f0e9 --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-85f35310483b1bc6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1236 | 2024-11-01T19:39:54.252Z | Compiling async-stream-impl v0.3.5 |
1237 | 2024-11-01T19:39:54.256Z | 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=64a1e56c3e76955d -C extra-filename=-64a1e56c3e76955d --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1238 | 2024-11-01T19:39:54.338Z | Compiling cpufeatures v0.2.12 |
1239 | 2024-11-01T19:39:54.340Z | 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'` |
1240 | 2024-11-01T19:39:54.451Z | 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-01T19:39:54.592Z | 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'` |
1242 | 2024-11-01T19:39:55.196Z | 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=36aeffd0b533e6e1 -C extra-filename=-36aeffd0b533e6e1 --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-ce7fe23056e6f0e9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2024-11-01T19:39:55.389Z | Compiling dropshot v0.12.0 |
1244 | 2024-11-01T19:39:55.393Z | 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'` |
1245 | 2024-11-01T19:39:55.598Z | Compiling ident_case v1.0.1 |
1246 | 2024-11-01T19:39:55.613Z | 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'` |
1247 | 2024-11-01T19:39:55.733Z | Compiling clap v4.5.20 |
1248 | 2024-11-01T19:39:55.737Z | 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=5d9bb6f81932bb63 -C extra-filename=-5d9bb6f81932bb63 --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-a67f8c9e87d1309b.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-ee1ad72ab2f4cfb9.so --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2024-11-01T19:39:55.761Z | 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=740b3be1c18cc406 -C extra-filename=-740b3be1c18cc406 --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-e4e9ad8704af6bfd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1250 | 2024-11-01T19:39:55.847Z | Compiling arrayvec v0.7.4 |
1251 | 2024-11-01T19:39:55.850Z | 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'` |
1252 | 2024-11-01T19:39:56.242Z | Compiling strsim v0.10.0 |
1253 | 2024-11-01T19:39:56.245Z | 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'` |
1254 | 2024-11-01T19:39:56.361Z | 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'` |
1255 | 2024-11-01T19:39:56.732Z | 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'` |
1256 | 2024-11-01T19:39:56.793Z | Compiling darling_core v0.20.3 |
1257 | 2024-11-01T19:39:56.796Z | 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=749cc7fc18389a29 -C extra-filename=-749cc7fc18389a29 --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-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1258 | 2024-11-01T19:39:56.984Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689/build-script-build` |
1259 | 2024-11-01T19:39:57.055Z | Compiling dropshot_endpoint v0.12.0 |
1260 | 2024-11-01T19:39:57.058Z | 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=4aa498eb1a58c4b2 -C extra-filename=-4aa498eb1a58c4b2 --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-8b8216f27010a204.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1261 | 2024-11-01T19:39:57.129Z | 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'` |
1262 | 2024-11-01T19:39:59.316Z | 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=e79403ae35ebb3fa -C extra-filename=-e79403ae35ebb3fa --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-740b3be1c18cc406.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-6c05a2d9b0383ec8.so --cap-lints allow '-Wclippy::unused-async'` |
1263 | 2024-11-01T19:39:59.464Z | 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=57570257d412c5b6 -C extra-filename=-57570257d412c5b6 --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-19ec2cc2ba3ba1ed.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-7a325da615e2b0f3.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-e79403ae35ebb3fa.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2024-11-01T19:40:00.659Z | 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=a182db661abe9e36 -C extra-filename=-a182db661abe9e36 --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-36aeffd0b533e6e1.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-ee1ad72ab2f4cfb9.so --cap-lints allow '-Wclippy::unused-async'` |
1265 | 2024-11-01T19:40:00.760Z | 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=2477d92ac17e1b77 -C extra-filename=-2477d92ac17e1b77 --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-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0309d94b778620e1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1266 | 2024-11-01T19:40:00.930Z | 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=775699b0879bcc34 -C extra-filename=-775699b0879bcc34 --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-0ac380442de1c051.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)'` |
1267 | 2024-11-01T19:40:01.168Z | Compiling darling_macro v0.20.3 |
1268 | 2024-11-01T19:40:01.173Z | 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=1e274576c5fb542c -C extra-filename=-1e274576c5fb542c --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-749cc7fc18389a29.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-11-01T19:40:01.838Z | Compiling futures v0.3.31 |
1270 | 2024-11-01T19:40:01.842Z | 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=fee54fa6a0bf9c24 -C extra-filename=-fee54fa6a0bf9c24 --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-b29e5b5861c4df1e.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-2d72e8f0e5fa6f85.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-11-01T19:40:01.961Z | Compiling strum_macros v0.26.4 |
1272 | 2024-11-01T19:40:01.963Z | 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=cdef0d8562a6d4c6 -C extra-filename=-cdef0d8562a6d4c6 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2024-11-01T19:40:02.117Z | Compiling crossbeam-channel v0.5.13 |
1274 | 2024-11-01T19:40:02.120Z | 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'` |
1275 | 2024-11-01T19:40:03.237Z | Compiling thread_local v1.1.7 |
1276 | 2024-11-01T19:40:03.239Z | 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-01T19:40:03.862Z | Compiling match_cfg v0.1.0 |
1278 | 2024-11-01T19:40:03.865Z | 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'` |
1279 | 2024-11-01T19:40:03.958Z | Compiling winnow v0.6.18 |
1280 | 2024-11-01T19:40:03.961Z | 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'` |
1281 | 2024-11-01T19:40:04.384Z | Compiling hostname v0.3.1 |
1282 | 2024-11-01T19:40:04.386Z | 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'` |
1283 | 2024-11-01T19:40:04.663Z | Compiling darling v0.20.3 |
1284 | 2024-11-01T19:40:04.667Z | 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=8ffcb07e27d3f475 -C extra-filename=-8ffcb07e27d3f475 --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-749cc7fc18389a29.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-1e274576c5fb542c.so --cap-lints allow '-Wclippy::unused-async'` |
1285 | 2024-11-01T19:40:04.775Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-11-01T19:40:04.779Z | 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'` |
1287 | 2024-11-01T19:40:05.513Z | Compiling dirs-next v2.0.0 |
1288 | 2024-11-01T19:40:05.515Z | 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'` |
1289 | 2024-11-01T19:40:05.684Z | Compiling serde_with_macros v3.9.0 |
1290 | 2024-11-01T19:40:05.686Z | 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=5d64b5f401f96114 -C extra-filename=-5d64b5f401f96114 --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-8ffcb07e27d3f475.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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1291 | 2024-11-01T19:40:05.845Z | Compiling structmeta-derive v0.3.0 |
1292 | 2024-11-01T19:40:05.847Z | 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=acca5c7c4066f695 -C extra-filename=-acca5c7c4066f695 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1293 | 2024-11-01T19:40:05.866Z | Compiling syn v1.0.109 |
1294 | 2024-11-01T19:40:05.868Z | 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'` |
1295 | 2024-11-01T19:40:06.386Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d/build-script-build` |
1296 | 2024-11-01T19:40:06.445Z | Compiling term v0.7.0 |
1297 | 2024-11-01T19:40:06.447Z | 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'` |
1298 | 2024-11-01T19:40:07.574Z | Compiling toml_edit v0.22.20 |
1299 | 2024-11-01T19:40:07.576Z | 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=7b1418d663c6e6cf -C extra-filename=-7b1418d663c6e6cf --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-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1300 | 2024-11-01T19:40:07.653Z | Compiling slog-json v2.6.1 |
1301 | 2024-11-01T19:40:07.655Z | 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=7c8e7138b37a05b6 -C extra-filename=-7c8e7138b37a05b6 --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-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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'` |
1302 | 2024-11-01T19:40:07.912Z | Compiling is-terminal v0.4.12 |
1303 | 2024-11-01T19:40:07.914Z | 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'` |
1304 | 2024-11-01T19:40:07.914Z | Compiling debug-ignore v1.0.5 |
1305 | 2024-11-01T19:40:07.914Z | 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'` |
1306 | 2024-11-01T19:40:08.032Z | Compiling take_mut v0.2.2 |
1307 | 2024-11-01T19:40:08.035Z | 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'` |
1308 | 2024-11-01T19:40:08.056Z | Compiling slog-term v2.9.1 |
1309 | 2024-11-01T19:40:08.058Z | 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'` |
1310 | 2024-11-01T19:40:08.084Z | Compiling slog-bunyan v2.5.0 |
1311 | 2024-11-01T19:40:08.086Z | 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=4935c1c92a428a35 -C extra-filename=-4935c1c92a428a35 --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-7c8e7138b37a05b6.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2024-11-01T19:40:08.122Z | 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` |
1313 | 2024-11-01T19:40:08.190Z | Compiling structmeta v0.3.0 |
1314 | 2024-11-01T19:40:08.190Z | 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` |
1315 | 2024-11-01T19:40:08.193Z | 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=6ad257806b3ef376 -C extra-filename=-6ad257806b3ef376 --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-acca5c7c4066f695.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-11-01T19:40:08.288Z | Compiling async-stream v0.3.5 |
1317 | 2024-11-01T19:40:08.290Z | 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=043a1308d0923add -C extra-filename=-043a1308d0923add --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-64a1e56c3e76955d.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'` |
1318 | 2024-11-01T19:40:08.573Z | 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=1ce2ee16afb54ebb -C extra-filename=-1ce2ee16afb54ebb --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-86ae4cc49d3bdcef.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-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.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'` |
1319 | 2024-11-01T19:40:08.595Z | Compiling parse-display-derive v0.10.0 |
1320 | 2024-11-01T19:40:08.597Z | 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=348fc1c513119f2d -C extra-filename=-348fc1c513119f2d --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-6ad257806b3ef376.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1321 | 2024-11-01T19:40:09.161Z | 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'` |
1322 | 2024-11-01T19:40:09.223Z | Compiling ipnetwork v0.20.0 |
1323 | 2024-11-01T19:40:09.225Z | 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=23e72526c8fefd10 -C extra-filename=-23e72526c8fefd10 --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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1324 | 2024-11-01T19:40:09.260Z | Compiling serde_path_to_error v0.1.16 |
1325 | 2024-11-01T19:40:09.263Z | 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=d9153114f3d0926b -C extra-filename=-d9153114f3d0926b --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1326 | 2024-11-01T19:40:09.596Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1327 | 2024-11-01T19:40:09.598Z | 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=c4ee1a4a562ea139 -C extra-filename=-c4ee1a4a562ea139 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1328 | 2024-11-01T19:40:10.078Z | Compiling waitgroup v0.1.2 |
1329 | 2024-11-01T19:40:10.080Z | 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'` |
1330 | 2024-11-01T19:40:10.189Z | Compiling hostname v0.4.0 |
1331 | 2024-11-01T19:40:10.192Z | 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'` |
1332 | 2024-11-01T19:40:10.314Z | 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'` |
1333 | 2024-11-01T19:40:10.424Z | Compiling lazy_static v1.5.0 |
1334 | 2024-11-01T19:40:10.427Z | 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'` |
1335 | 2024-11-01T19:40:10.451Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1336 | 2024-11-01T19:40:10.453Z | 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=761f52e0c325e83e -C extra-filename=-761f52e0c325e83e --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1337 | 2024-11-01T19:40:10.474Z | Compiling unicode-width v0.1.14 |
1338 | 2024-11-01T19:40:10.477Z | 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'` |
1339 | 2024-11-01T19:40:10.570Z | Compiling fastrand v2.0.1 |
1340 | 2024-11-01T19:40:10.572Z | 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'` |
1341 | 2024-11-01T19:40:10.998Z | Compiling toml v0.8.19 |
1342 | 2024-11-01T19:40:11.001Z | 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=68cec02fadcedc44 -C extra-filename=-68cec02fadcedc44 --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-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7b1418d663c6e6cf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1343 | 2024-11-01T19:40:11.088Z | Compiling tempfile v3.8.1 |
1344 | 2024-11-01T19:40:11.090Z | 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=53b93af3eea6d86e -C extra-filename=-53b93af3eea6d86e --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-85f35310483b1bc6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1345 | 2024-11-01T19:40:11.218Z | Compiling strum v0.26.3 |
1346 | 2024-11-01T19:40:11.220Z | 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=f188e1b0bcaa442c -C extra-filename=-f188e1b0bcaa442c --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-cdef0d8562a6d4c6.so --cap-lints allow '-Wclippy::unused-async'` |
1347 | 2024-11-01T19:40:11.408Z | 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=1ed2a6f99831befc -C extra-filename=-1ed2a6f99831befc --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-8b8216f27010a204.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)'` |
1348 | 2024-11-01T19:40:11.819Z | Compiling autocfg v0.1.8 |
1349 | 2024-11-01T19:40:11.822Z | 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'` |
1350 | 2024-11-01T19:40:11.926Z | Compiling rand_core v0.4.2 |
1351 | 2024-11-01T19:40:11.929Z | 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'` |
1352 | 2024-11-01T19:40:12.229Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1353 | 2024-11-01T19:40:12.232Z | 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=52517daf9489f673 -C extra-filename=-52517daf9489f673 --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-23e72526c8fefd10.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1354 | 2024-11-01T19:40:12.316Z | Compiling serde_with v3.9.0 |
1355 | 2024-11-01T19:40:12.318Z | 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=64b7155525e924d3 -C extra-filename=-64b7155525e924d3 --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-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-5d64b5f401f96114.so --cap-lints allow '-Wclippy::unused-async'` |
1356 | 2024-11-01T19:40:12.355Z | 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)'` |
1357 | 2024-11-01T19:40:12.631Z | Compiling newtype-uuid v1.1.0 |
1358 | 2024-11-01T19:40:12.634Z | 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=7ea516f4e2abe13f -C extra-filename=-7ea516f4e2abe13f --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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1359 | 2024-11-01T19:40:12.928Z | Compiling instant v0.1.12 |
1360 | 2024-11-01T19:40:12.931Z | 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'` |
1361 | 2024-11-01T19:40:13.018Z | Compiling heck v0.4.1 |
1362 | 2024-11-01T19:40:13.020Z | 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'` |
1363 | 2024-11-01T19:40:13.054Z | Compiling backoff v0.4.0 |
1364 | 2024-11-01T19:40:13.058Z | 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=13e1fc1de33b6347 -C extra-filename=-13e1fc1de33b6347 --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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1365 | 2024-11-01T19:40:13.076Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1366 | 2024-11-01T19:40:13.079Z | 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=86cb5045afc8a952 -C extra-filename=-86cb5045afc8a952 --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-7ea516f4e2abe13f.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1367 | 2024-11-01T19:40:13.364Z | Compiling parse-display v0.10.0 |
1368 | 2024-11-01T19:40:13.384Z | 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=4e3c3baca8ac497d -C extra-filename=-4e3c3baca8ac497d --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-348fc1c513119f2d.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'` |
1369 | 2024-11-01T19:40:13.397Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1370 | 2024-11-01T19:40:13.400Z | 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=bb15a1fd211eea24 -C extra-filename=-bb15a1fd211eea24 --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-c4ee1a4a562ea139.so --cap-lints allow '-Wclippy::unused-async'` |
1371 | 2024-11-01T19:40:13.419Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1372 | 2024-11-01T19:40:13.422Z | 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=f18d9da4a4658910 -C extra-filename=-f18d9da4a4658910 --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-b7c2df77f682e294.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1373 | 2024-11-01T19:40:13.442Z | Compiling macaddr v1.0.1 |
1374 | 2024-11-01T19:40:13.446Z | 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=cbf385d43bd44c57 -C extra-filename=-cbf385d43bd44c57 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1375 | 2024-11-01T19:40:13.561Z | Compiling regress v0.9.1 |
1376 | 2024-11-01T19:40:13.563Z | 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=54c9c77393d98bfd -C extra-filename=-54c9c77393d98bfd --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-3c08edbc0e57f4c3.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1377 | 2024-11-01T19:40:13.582Z | Compiling libz-sys v1.1.12 |
1378 | 2024-11-01T19:40:13.584Z | 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'` |
1379 | 2024-11-01T19:40:13.910Z | Compiling rand_core v0.3.1 |
1380 | 2024-11-01T19:40:13.912Z | 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'` |
1381 | 2024-11-01T19:40:14.022Z | Compiling heapless v0.8.0 |
1382 | 2024-11-01T19:40:14.024Z | 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'` |
1383 | 2024-11-01T19:40:14.053Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1384 | 2024-11-01T19:40:14.057Z | 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'` |
1385 | 2024-11-01T19:40:14.193Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-e260224e2444bc15/build-script-build` |
1386 | 2024-11-01T19:40:14.234Z | Compiling hash32 v0.3.1 |
1387 | 2024-11-01T19:40:14.236Z | 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'` |
1388 | 2024-11-01T19:40:14.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-01T19:40:14.462Z | 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'` |
1390 | 2024-11-01T19:40:14.584Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb/build-script-build` |
1391 | 2024-11-01T19:40:14.761Z | Compiling smoltcp v0.11.0 |
1392 | 2024-11-01T19:40:14.764Z | 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'` |
1393 | 2024-11-01T19:40:14.825Z | Compiling static_assertions v1.1.0 |
1394 | 2024-11-01T19:40:14.828Z | 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'` |
1395 | 2024-11-01T19:40:14.864Z | Compiling stable_deref_trait v1.2.0 |
1396 | 2024-11-01T19:40:14.867Z | 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'` |
1397 | 2024-11-01T19:40:15.094Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc/build-script-build` |
1398 | 2024-11-01T19:40:15.103Z | 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'` |
1399 | 2024-11-01T19:40:15.103Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e7295f3aca7b6029/build-script-build` |
1400 | 2024-11-01T19:40:15.139Z | 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` |
1401 | 2024-11-01T19:40:15.288Z | Compiling rand_chacha v0.1.1 |
1402 | 2024-11-01T19:40:15.291Z | 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'` |
1403 | 2024-11-01T19:40:15.422Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f/build-script-build` |
1404 | 2024-11-01T19:40:15.452Z | Compiling rand_pcg v0.1.2 |
1405 | 2024-11-01T19:40:15.455Z | Compiling proc-macro-crate v1.3.1 |
1406 | 2024-11-01T19:40:15.455Z | 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=c236e072d21fcc75 -C extra-filename=-c236e072d21fcc75 --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-5172eadc5752a405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2024-11-01T19:40:15.455Z | 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'` |
1408 | 2024-11-01T19:40:15.646Z | Compiling proc-macro-error-attr v1.0.4 |
1409 | 2024-11-01T19:40:15.649Z | 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'` |
1410 | 2024-11-01T19:40:15.802Z | Compiling cobs v0.2.3 |
1411 | 2024-11-01T19:40:15.804Z | 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'` |
1412 | 2024-11-01T19:40:15.979Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1413 | 2024-11-01T19:40:15.981Z | 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'` |
1414 | 2024-11-01T19:40:16.043Z | Compiling managed v0.8.0 |
1415 | 2024-11-01T19:40:16.046Z | 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'` |
1416 | 2024-11-01T19:40:16.066Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11/build-script-build` |
1417 | 2024-11-01T19:40:16.113Z | Compiling postcard v1.0.10 |
1418 | 2024-11-01T19:40:16.116Z | 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=513a7da83974fad5 -C extra-filename=-513a7da83974fad5 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1419 | 2024-11-01T19:40:16.136Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9/build-script-build` |
1420 | 2024-11-01T19:40:16.185Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83/build-script-build` |
1421 | 2024-11-01T19:40:16.274Z | Compiling rand v0.6.5 |
1422 | 2024-11-01T19:40:16.276Z | 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'` |
1423 | 2024-11-01T19:40:16.300Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce/build-script-build` |
1424 | 2024-11-01T19:40:16.322Z | Compiling vergen v8.3.2 |
1425 | 2024-11-01T19:40:16.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/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'` |
1426 | 2024-11-01T19:40:16.350Z | Compiling cargo-platform v0.1.8 |
1427 | 2024-11-01T19:40:16.352Z | 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=db3b6c03e07bfaa8 -C extra-filename=-db3b6c03e07bfaa8 --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1428 | 2024-11-01T19:40:16.440Z | 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'` |
1429 | 2024-11-01T19:40:16.615Z | Compiling foreign-types-macros v0.2.3 |
1430 | 2024-11-01T19:40:16.617Z | 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=dd36ed867052cf12 -C extra-filename=-dd36ed867052cf12 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2024-11-01T19:40:16.648Z | 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'` |
1432 | 2024-11-01T19:40:16.772Z | Compiling memoffset v0.9.0 |
1433 | 2024-11-01T19:40:16.775Z | 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'` |
1434 | 2024-11-01T19:40:16.806Z | Compiling proc-macro-error v1.0.4 |
1435 | 2024-11-01T19:40:16.808Z | 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-01T19:40:17.099Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1437 | 2024-11-01T19:40:17.101Z | 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'` |
1438 | 2024-11-01T19:40:17.122Z | Compiling base64 v0.21.7 |
1439 | 2024-11-01T19:40:17.125Z | 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'` |
1440 | 2024-11-01T19:40:17.143Z | Compiling foreign-types-shared v0.3.1 |
1441 | 2024-11-01T19:40:17.145Z | 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'` |
1442 | 2024-11-01T19:40:17.255Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-11-01T19:40:17.258Z | 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'` |
1444 | 2024-11-01T19:40:17.422Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7/build-script-build` |
1445 | 2024-11-01T19:40:17.442Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f/build-script-build` |
1446 | 2024-11-01T19:40:17.483Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164/build-script-build` |
1447 | 2024-11-01T19:40:17.589Z | Compiling rustls-pemfile v1.0.4 |
1448 | 2024-11-01T19:40:17.592Z | 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'` |
1449 | 2024-11-01T19:40:17.615Z | 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'` |
1450 | 2024-11-01T19:40:17.798Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42/build-script-build` |
1451 | 2024-11-01T19:40:17.822Z | Compiling foreign-types v0.5.0 |
1452 | 2024-11-01T19:40:17.824Z | Compiling cargo_metadata v0.18.1 |
1453 | 2024-11-01T19:40:17.824Z | 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=80abe28a898cf270 -C extra-filename=-80abe28a898cf270 --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-dd36ed867052cf12.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-d8f998327c5aaeb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1454 | 2024-11-01T19:40:17.824Z | 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=223daf3bd84c5ffd -C extra-filename=-223daf3bd84c5ffd --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-1ed2a6f99831befc.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-db3b6c03e07bfaa8.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2024-11-01T19:40:17.863Z | Compiling num_enum_derive v0.5.11 |
1456 | 2024-11-01T19:40:17.866Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137/build-script-build` |
1457 | 2024-11-01T19:40:17.866Z | 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=ffd25a364fb4cdd8 -C extra-filename=-ffd25a364fb4cdd8 --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-c236e072d21fcc75.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'` |
1458 | 2024-11-01T19:40:17.939Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1459 | 2024-11-01T19:40:17.941Z | 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'` |
1460 | 2024-11-01T19:40:17.977Z | 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` |
1461 | 2024-11-01T19:40:18.015Z | 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` |
1462 | 2024-11-01T19:40:18.139Z | 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` |
1463 | 2024-11-01T19:40:18.289Z | 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'` |
1464 | 2024-11-01T19:40:18.368Z | 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` |
1465 | 2024-11-01T19:40:18.511Z | Compiling rand_xorshift v0.1.1 |
1466 | 2024-11-01T19:40:18.513Z | 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'` |
1467 | 2024-11-01T19:40:18.544Z | Compiling rand_isaac v0.1.1 |
1468 | 2024-11-01T19:40:18.546Z | 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'` |
1469 | 2024-11-01T19:40:18.742Z | Compiling rand_hc v0.1.0 |
1470 | 2024-11-01T19:40:18.744Z | 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'` |
1471 | 2024-11-01T19:40:18.762Z | Compiling rand_os v0.1.3 |
1472 | 2024-11-01T19:40:18.765Z | 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'` |
1473 | 2024-11-01T19:40:19.017Z | Compiling rand_jitter v0.1.4 |
1474 | 2024-11-01T19:40:19.022Z | 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'` |
1475 | 2024-11-01T19:40:19.050Z | Compiling camino-tempfile v1.1.1 |
1476 | 2024-11-01T19:40:19.052Z | 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=d34b05ee8e69e1e3 -C extra-filename=-d34b05ee8e69e1e3 --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-775699b0879bcc34.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-53b93af3eea6d86e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1477 | 2024-11-01T19:40:19.172Z | Compiling tabwriter v1.4.0 |
1478 | 2024-11-01T19:40:19.175Z | 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'` |
1479 | 2024-11-01T19:40:19.207Z | Compiling rustc_version v0.4.0 |
1480 | 2024-11-01T19:40:19.209Z | 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=0ef735210c3983b3 -C extra-filename=-0ef735210c3983b3 --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-21e165b2d4bc0581.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1481 | 2024-11-01T19:40:19.383Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1482 | 2024-11-01T19:40:19.385Z | 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=8ae984614572e4b1 -C extra-filename=-8ae984614572e4b1 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1483 | 2024-11-01T19:40:19.493Z | Compiling num-derive v0.4.2 |
1484 | 2024-11-01T19:40:19.496Z | 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=3ab105cf0f87cca1 -C extra-filename=-3ab105cf0f87cca1 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1485 | 2024-11-01T19:40:19.666Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1486 | 2024-11-01T19:40:19.670Z | 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=0d9c7165d6b37ebd -C extra-filename=-0d9c7165d6b37ebd --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-23e72526c8fefd10.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1487 | 2024-11-01T19:40:19.728Z | Compiling libsqlite3-sys v0.30.1 |
1488 | 2024-11-01T19:40:19.731Z | 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'` |
1489 | 2024-11-01T19:40:19.914Z | Compiling num_enum v0.5.11 |
1490 | 2024-11-01T19:40:19.917Z | 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=23f979c4618e252f -C extra-filename=-23f979c4618e252f --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-ffd25a364fb4cdd8.so --cap-lints allow '-Wclippy::unused-async'` |
1491 | 2024-11-01T19:40:20.125Z | Compiling cstr-argument v0.1.2 |
1492 | 2024-11-01T19:40:20.128Z | 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'` |
1493 | 2024-11-01T19:40:20.276Z | Compiling crossbeam-epoch v0.9.15 |
1494 | 2024-11-01T19:40:20.278Z | 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'` |
1495 | 2024-11-01T19:40:20.316Z | Compiling slog-dtrace v0.3.0 |
1496 | 2024-11-01T19:40:20.319Z | 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'` |
1497 | 2024-11-01T19:40:20.392Z | 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'` |
1498 | 2024-11-01T19:40:20.677Z | 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'` |
1499 | 2024-11-01T19:40:20.748Z | Compiling cfg_aliases v0.2.1 |
1500 | 2024-11-01T19:40:20.751Z | 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'` |
1501 | 2024-11-01T19:40:20.798Z | 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'` |
1502 | 2024-11-01T19:40:20.828Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1503 | 2024-11-01T19:40:20.831Z | 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'` |
1504 | 2024-11-01T19:40:20.850Z | Compiling pretty-hex v0.2.1 |
1505 | 2024-11-01T19:40:20.854Z | 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'` |
1506 | 2024-11-01T19:40:20.892Z | Compiling unicode-segmentation v1.10.1 |
1507 | 2024-11-01T19:40:20.895Z | 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'` |
1508 | 2024-11-01T19:40:21.019Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1509 | 2024-11-01T19:40:21.022Z | 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=f45190b5362d44b2 -C extra-filename=-f45190b5362d44b2 --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-23f979c4618e252f.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-38d4f4c48c20fb87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1510 | 2024-11-01T19:40:21.162Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789/build-script-build` |
1511 | 2024-11-01T19:40:21.188Z | 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=4c22a30a9209d540 -C extra-filename=-4c22a30a9209d540 --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-8ae984614572e4b1.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-0d9c7165d6b37ebd.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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)'` |
1512 | 2024-11-01T19:40:21.264Z | 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'` |
1513 | 2024-11-01T19:40:21.405Z | Compiling nix v0.29.0 |
1514 | 2024-11-01T19:40:21.408Z | 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'` |
1515 | 2024-11-01T19:40:21.416Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40/build-script-build` |
1516 | 2024-11-01T19:40:21.474Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f/build-script-build` |
1517 | 2024-11-01T19:40:21.541Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73/build-script-build` |
1518 | 2024-11-01T19:40:21.561Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1519 | 2024-11-01T19:40:21.564Z | 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=5241a44bce353786 -C extra-filename=-5241a44bce353786 --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-80abe28a898cf270.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1520 | 2024-11-01T19:40:21.590Z | 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` |
1521 | 2024-11-01T19:40:21.615Z | 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` |
1522 | 2024-11-01T19:40:21.636Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1523 | 2024-11-01T19:40:21.640Z | 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'` |
1524 | 2024-11-01T19:40:21.687Z | 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-01T19:40:21.785Z | 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` |
1526 | 2024-11-01T19:40:21.898Z | Compiling console v0.15.7 |
1527 | 2024-11-01T19:40:21.900Z | 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'` |
1528 | 2024-11-01T19:40:22.160Z | Compiling colored v2.1.0 |
1529 | 2024-11-01T19:40:22.163Z | 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'` |
1530 | 2024-11-01T19:40:22.181Z | Compiling num-rational v0.4.2 |
1531 | 2024-11-01T19:40:22.184Z | 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'` |
1532 | 2024-11-01T19:40:22.184Z | 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'` |
1533 | 2024-11-01T19:40:22.850Z | 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=e5c1f8a7a7161274 -C extra-filename=-e5c1f8a7a7161274 --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-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.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'` |
1534 | 2024-11-01T19:40:22.889Z | Compiling http v0.2.12 |
1535 | 2024-11-01T19:40:22.892Z | 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=a7ba147aba970839 -C extra-filename=-a7ba147aba970839 --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-86ae4cc49d3bdcef.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'` |
1536 | 2024-11-01T19:40:23.195Z | Compiling num-complex v0.4.6 |
1537 | 2024-11-01T19:40:23.198Z | 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'` |
1538 | 2024-11-01T19:40:23.239Z | 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'` |
1539 | 2024-11-01T19:40:23.314Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1540 | 2024-11-01T19:40:23.317Z | 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'` |
1541 | 2024-11-01T19:40:23.334Z | Compiling semver v0.1.20 |
1542 | 2024-11-01T19:40:23.336Z | 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'` |
1543 | 2024-11-01T19:40:23.356Z | 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'` |
1544 | 2024-11-01T19:40:23.462Z | 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'` |
1545 | 2024-11-01T19:40:23.509Z | Compiling prettyplease v0.2.22 |
1546 | 2024-11-01T19:40:23.513Z | 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'` |
1547 | 2024-11-01T19:40:23.615Z | 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` |
1548 | 2024-11-01T19:40:23.636Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1549 | 2024-11-01T19:40:23.639Z | 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=5ca88bc4fc713ab9 -C extra-filename=-5ca88bc4fc713ab9 --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-4c22a30a9209d540.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-2bbf326ca6f1de8c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-11-01T19:40:23.827Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457/build-script-build` |
1551 | 2024-11-01T19:40:23.858Z | Compiling rustc_version v0.1.7 |
1552 | 2024-11-01T19:40:23.861Z | 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'` |
1553 | 2024-11-01T19:40:23.892Z | 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-01T19:40:24.139Z | 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=fff17541c330cffa -C extra-filename=-fff17541c330cffa --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-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5197d938bfdd558a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-11-01T19:40:24.212Z | Compiling num v0.4.3 |
1556 | 2024-11-01T19:40:24.216Z | 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'` |
1557 | 2024-11-01T19:40:24.234Z | 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=534737c4e08b0f69 -C extra-filename=-534737c4e08b0f69 --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-e5c1f8a7a7161274.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1558 | 2024-11-01T19:40:24.322Z | 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=595d741275cca228 -C extra-filename=-595d741275cca228 --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-f45190b5362d44b2.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-23f979c4618e252f.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-5241a44bce353786.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-52517daf9489f673.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-579bce678f126697.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1559 | 2024-11-01T19:40:24.449Z | Compiling zone_cfg_derive v0.3.0 |
1560 | 2024-11-01T19:40:24.453Z | 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'` |
1561 | 2024-11-01T19:40:24.525Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05/build-script-build` |
1562 | 2024-11-01T19:40:24.557Z | 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'` |
1563 | 2024-11-01T19:40:24.907Z | 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` |
1564 | 2024-11-01T19:40:25.274Z | 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=43c207a559f2f88f -C extra-filename=-43c207a559f2f88f --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-653ed2e6334ee97f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1565 | 2024-11-01T19:40:25.321Z | Compiling newline-converter v0.3.0 |
1566 | 2024-11-01T19:40:25.324Z | 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'` |
1567 | 2024-11-01T19:40:25.441Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-11-01T19:40:25.443Z | 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=64ab2f0174f5b772 -C extra-filename=-64ab2f0174f5b772 --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-f188e1b0bcaa442c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1569 | 2024-11-01T19:40:25.483Z | 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=ba0ecc218990c319 -C extra-filename=-ba0ecc218990c319 --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-64a1e56c3e76955d.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'` |
1570 | 2024-11-01T19:40:25.716Z | 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=38e3806d610b1b30 -C extra-filename=-38e3806d610b1b30 --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-931d003463f8c5f6.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-a7a5b6407be254fd.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.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'` |
1571 | 2024-11-01T19:40:25.766Z | 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=4907b071321e8083 -C extra-filename=-4907b071321e8083 --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-b582c3f7f6fc6446.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-a7a5b6407be254fd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1572 | 2024-11-01T19:40:25.798Z | Compiling itertools v0.10.5 |
1573 | 2024-11-01T19:40:25.801Z | 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'` |
1574 | 2024-11-01T19:40:25.853Z | 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-01T19:40:25.979Z | 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=76743576d8a8149b -C extra-filename=-76743576d8a8149b --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-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-11-01T19:40:25.995Z | 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=49e6285552107a7c -C extra-filename=-49e6285552107a7c --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-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1577 | 2024-11-01T19:40:26.068Z | 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=af4e2799b947a6ab -C extra-filename=-af4e2799b947a6ab --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-11-01T19:40:26.537Z | Compiling hashlink v0.9.1 |
1579 | 2024-11-01T19:40:26.548Z | 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=cb58e1410857f124 -C extra-filename=-cb58e1410857f124 --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-3c08edbc0e57f4c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1580 | 2024-11-01T19:40:26.576Z | 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'` |
1581 | 2024-11-01T19:40:26.646Z | Compiling sigpipe v0.1.3 |
1582 | 2024-11-01T19:40:26.649Z | 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'` |
1583 | 2024-11-01T19:40:26.766Z | Compiling rayon-core v1.12.1 |
1584 | 2024-11-01T19:40:26.769Z | 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'` |
1585 | 2024-11-01T19:40:26.769Z | 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'` |
1586 | 2024-11-01T19:40:26.808Z | Compiling fallible-iterator v0.3.0 |
1587 | 2024-11-01T19:40:26.810Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1588 | 2024-11-01T19:40:26.810Z | 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'` |
1589 | 2024-11-01T19:40:26.810Z | 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'` |
1590 | 2024-11-01T19:40:26.898Z | Compiling float-ord v0.3.2 |
1591 | 2024-11-01T19:40:26.901Z | 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'` |
1592 | 2024-11-01T19:40:27.064Z | Compiling similar v2.3.0 |
1593 | 2024-11-01T19:40:27.066Z | 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'` |
1594 | 2024-11-01T19:40:27.098Z | Compiling base64ct v1.6.0 |
1595 | 2024-11-01T19:40:27.101Z | 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'` |
1596 | 2024-11-01T19:40:27.150Z | Compiling fallible-streaming-iterator v0.1.9 |
1597 | 2024-11-01T19:40:27.152Z | 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'` |
1598 | 2024-11-01T19:40:27.400Z | 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=7f296972149afebd -C extra-filename=-7f296972149afebd --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-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-fff17541c330cffa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2024-11-01T19:40:27.556Z | 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'` |
1600 | 2024-11-01T19:40:27.632Z | Compiling rusqlite v0.32.1 |
1601 | 2024-11-01T19:40:27.635Z | 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=920ff3c4609e7a0f -C extra-filename=-920ff3c4609e7a0f --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-e75314570f13ccf0.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-cb58e1410857f124.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` |
1602 | 2024-11-01T19:40:27.689Z | Compiling password-hash v0.5.0 |
1603 | 2024-11-01T19:40:27.692Z | 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'` |
1604 | 2024-11-01T19:40:27.712Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230/build-script-build` |
1605 | 2024-11-01T19:40:27.737Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6/build-script-build` |
1606 | 2024-11-01T19:40:27.767Z | 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=c95d8e531cb22333 -C extra-filename=-c95d8e531cb22333 --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-f54ef0d9448fe79b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1607 | 2024-11-01T19:40:28.098Z | Compiling expectorate v1.1.0 |
1608 | 2024-11-01T19:40:28.101Z | 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'` |
1609 | 2024-11-01T19:40:28.273Z | Compiling zone v0.3.0 |
1610 | 2024-11-01T19:40:28.275Z | 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=d9e21c245b6ceb3a -C extra-filename=-d9e21c245b6ceb3a --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-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-8926276d0864831d.so --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2024-11-01T19:40:28.375Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1612 | 2024-11-01T19:40:28.377Z | 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=70cb79092060af66 -C extra-filename=-70cb79092060af66 --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-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.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-7b087376ee63dfbb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1613 | 2024-11-01T19:40:28.712Z | 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=b8db5cb6b0f4a06b -C extra-filename=-b8db5cb6b0f4a06b --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-76743576d8a8149b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-11-01T19:40:28.747Z | 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=21d89cc26d119591 -C extra-filename=-21d89cc26d119591 --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-49e6285552107a7c.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2024-11-01T19:40:29.042Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1616 | 2024-11-01T19:40:29.045Z | 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=b932584af7b2f276 -C extra-filename=-b932584af7b2f276 --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-595d741275cca228.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-4c22a30a9209d540.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-5ca88bc4fc713ab9.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1617 | 2024-11-01T19:40:29.349Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1618 | 2024-11-01T19:40:29.352Z | 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=be76da98b2ba7280 -C extra-filename=-be76da98b2ba7280 --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-64ab2f0174f5b772.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2024-11-01T19:40:29.450Z | Compiling crossbeam-deque v0.8.3 |
1620 | 2024-11-01T19:40:29.452Z | 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'` |
1621 | 2024-11-01T19:40:29.453Z | 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=22176014262272c1 -C extra-filename=-22176014262272c1 --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-e75314570f13ccf0.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)'` |
1622 | 2024-11-01T19:40:29.763Z | Compiling newtype_derive v0.1.6 |
1623 | 2024-11-01T19:40:29.766Z | 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'` |
1624 | 2024-11-01T19:40:29.787Z | Compiling twox-hash v1.6.3 |
1625 | 2024-11-01T19:40:29.789Z | Compiling hubpack_derive v0.1.1 |
1626 | 2024-11-01T19:40:29.790Z | 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'` |
1627 | 2024-11-01T19:40:29.790Z | 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'` |
1628 | 2024-11-01T19:40:30.128Z | 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=1897bc333ce50f38 -C extra-filename=-1897bc333ce50f38 --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-348fc1c513119f2d.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'` |
1629 | 2024-11-01T19:40:30.150Z | 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=b0e46c1dc957ecbc -C extra-filename=-b0e46c1dc957ecbc --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-c4ee1a4a562ea139.so --cap-lints allow '-Wclippy::unused-async'` |
1630 | 2024-11-01T19:40:30.281Z | 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=8597f8a0a5d761f7 -C extra-filename=-8597f8a0a5d761f7 --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-8b8216f27010a204.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-5d64b5f401f96114.so --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2024-11-01T19:40:30.318Z | 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=a0fc030babf8e884 -C extra-filename=-a0fc030babf8e884 --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-cdef0d8562a6d4c6.so --cap-lints allow '-Wclippy::unused-async'` |
1632 | 2024-11-01T19:40:30.494Z | 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=b1465a60adecdaff -C extra-filename=-b1465a60adecdaff --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-8a70a9e8d76ef649.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2024-11-01T19:40:30.496Z | 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'` |
1634 | 2024-11-01T19:40:30.590Z | 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=4cc27f1fd911ad4b -C extra-filename=-4cc27f1fd911ad4b --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-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1635 | 2024-11-01T19:40:30.612Z | 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=23175655e61e99a7 -C extra-filename=-23175655e61e99a7 --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-2615682c84b7eb5d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1636 | 2024-11-01T19:40:30.642Z | Compiling smf v0.2.3 |
1637 | 2024-11-01T19:40:30.644Z | 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=5d1adb0a4e7e70f4 -C extra-filename=-5d1adb0a4e7e70f4 --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-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1638 | 2024-11-01T19:40:30.663Z | Compiling zerocopy-derive v0.6.6 |
1639 | 2024-11-01T19:40:30.666Z | 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=3442c6439f3eb2df -C extra-filename=-3442c6439f3eb2df --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1640 | 2024-11-01T19:40:30.707Z | 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'` |
1641 | 2024-11-01T19:40:31.021Z | Compiling atty v0.2.14 |
1642 | 2024-11-01T19:40:31.023Z | 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'` |
1643 | 2024-11-01T19:40:31.163Z | Compiling cancel-safe-futures v0.1.5 |
1644 | 2024-11-01T19:40:31.166Z | 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'` |
1645 | 2024-11-01T19:40:31.543Z | Compiling owo-colors v4.1.0 |
1646 | 2024-11-01T19:40:31.545Z | 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'` |
1647 | 2024-11-01T19:40:31.566Z | Compiling whoami v1.5.1 |
1648 | 2024-11-01T19:40:31.568Z | 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'` |
1649 | 2024-11-01T19:40:31.852Z | Compiling fixedbitset v0.4.2 |
1650 | 2024-11-01T19:40:31.855Z | 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'` |
1651 | 2024-11-01T19:40:31.933Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383/build-script-build` |
1652 | 2024-11-01T19:40:31.960Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579/build-script-build` |
1653 | 2024-11-01T19:40:31.989Z | 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'` |
1654 | 2024-11-01T19:40:32.011Z | Compiling hubpack v0.1.2 |
1655 | 2024-11-01T19:40:32.014Z | 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=bbe493c34b532a15 -C extra-filename=-bbe493c34b532a15 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1656 | 2024-11-01T19:40:32.099Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65/build-script-build` |
1657 | 2024-11-01T19:40:32.173Z | Compiling petgraph v0.6.5 |
1658 | 2024-11-01T19:40:32.176Z | 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=516289f6194a1c7a -C extra-filename=-516289f6194a1c7a --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-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --cap-lints allow '-Wclippy::unused-async'` |
1659 | 2024-11-01T19:40:32.213Z | 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'` |
1660 | 2024-11-01T19:40:32.342Z | Compiling strum_macros v0.25.3 |
1661 | 2024-11-01T19:40:32.346Z | 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=7e9d4447cdde0b2f -C extra-filename=-7e9d4447cdde0b2f --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1662 | 2024-11-01T19:40:32.443Z | Compiling serde-big-array v0.5.1 |
1663 | 2024-11-01T19:40:32.447Z | 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=e46febf45d037e21 -C extra-filename=-e46febf45d037e21 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1664 | 2024-11-01T19:40:32.471Z | Compiling zerocopy v0.6.6 |
1665 | 2024-11-01T19:40:32.473Z | 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=36bcd14bb2ebda0d -C extra-filename=-36bcd14bb2ebda0d --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-3442c6439f3eb2df.so --cap-lints allow '-Wclippy::unused-async'` |
1666 | 2024-11-01T19:40:32.661Z | Compiling serde_repr v0.1.18 |
1667 | 2024-11-01T19:40:32.664Z | 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=1413a2d77a536171 -C extra-filename=-1413a2d77a536171 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1668 | 2024-11-01T19:40:33.323Z | Compiling cookie v0.18.1 |
1669 | 2024-11-01T19:40:33.326Z | 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'` |
1670 | 2024-11-01T19:40:33.691Z | 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'` |
1671 | 2024-11-01T19:40:33.815Z | Compiling convert_case v0.4.0 |
1672 | 2024-11-01T19:40:33.818Z | 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'` |
1673 | 2024-11-01T19:40:33.864Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04/build-script-build` |
1674 | 2024-11-01T19:40:33.898Z | Compiling rayon v1.10.0 |
1675 | 2024-11-01T19:40:33.901Z | 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'` |
1676 | 2024-11-01T19:40:33.934Z | 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` |
1677 | 2024-11-01T19:40:33.977Z | 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=13a7da8d666236bf -C extra-filename=-13a7da8d666236bf --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-2d72e8f0e5fa6f85.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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1678 | 2024-11-01T19:40:34.042Z | 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)'` |
1679 | 2024-11-01T19:40:34.517Z | Compiling derive_more v0.99.18 |
1680 | 2024-11-01T19:40:34.520Z | 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=a5a55517aac205f2 -C extra-filename=-a5a55517aac205f2 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1681 | 2024-11-01T19:40:34.590Z | 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=a193a1fb19c5292f -C extra-filename=-a193a1fb19c5292f --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-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1682 | 2024-11-01T19:40:35.005Z | Compiling enum-as-inner v0.6.0 |
1683 | 2024-11-01T19:40:35.010Z | 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=07f7453ec89b052c -C extra-filename=-07f7453ec89b052c --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1684 | 2024-11-01T19:40:35.563Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1685 | 2024-11-01T19:40:35.567Z | 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=2a73488696e3d334 -C extra-filename=-2a73488696e3d334 --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-e75314570f13ccf0.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-bbe493c34b532a15.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-e46febf45d037e21.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-1413a2d77a536171.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-7e9d4447cdde0b2f.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-36bcd14bb2ebda0d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1686 | 2024-11-01T19:40:35.850Z | Compiling atomicwrites v0.4.4 |
1687 | 2024-11-01T19:40:35.853Z | 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=76c42faa57b48faa -C extra-filename=-76c42faa57b48faa --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-85f35310483b1bc6.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-53b93af3eea6d86e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1688 | 2024-11-01T19:40:36.102Z | Compiling toml_edit v0.20.7 |
1689 | 2024-11-01T19:40:36.104Z | 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=7fda225b35a46ffe -C extra-filename=-7fda225b35a46ffe --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-425e8e01427c44f0.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1690 | 2024-11-01T19:40:36.205Z | Compiling itertools v0.13.0 |
1691 | 2024-11-01T19:40:36.207Z | 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'` |
1692 | 2024-11-01T19:40:36.316Z | Compiling libsw v3.3.1 |
1693 | 2024-11-01T19:40:36.320Z | 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=606eb47a259f6890 -C extra-filename=-606eb47a259f6890 --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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2024-11-01T19:40:36.615Z | Compiling derive-where v1.2.7 |
1695 | 2024-11-01T19:40:36.617Z | 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=d637ee2f3c141628 -C extra-filename=-d637ee2f3c141628 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2024-11-01T19:40:37.120Z | Compiling linear-map v1.2.0 |
1697 | 2024-11-01T19:40:37.122Z | 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'` |
1698 | 2024-11-01T19:40:37.498Z | Compiling quick-error v1.2.3 |
1699 | 2024-11-01T19:40:37.500Z | 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'` |
1700 | 2024-11-01T19:40:37.655Z | Compiling data-encoding v2.5.0 |
1701 | 2024-11-01T19:40:37.657Z | 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'` |
1702 | 2024-11-01T19:40:38.621Z | Compiling linked-hash-map v0.5.6 |
1703 | 2024-11-01T19:40:38.623Z | 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'` |
1704 | 2024-11-01T19:40:39.002Z | Compiling indent_write v2.2.0 |
1705 | 2024-11-01T19:40:39.006Z | 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-01T19:40:39.207Z | Compiling highway v1.2.0 |
1707 | 2024-11-01T19:40:39.210Z | 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'` |
1708 | 2024-11-01T19:40:39.266Z | Compiling swrite v0.1.0 |
1709 | 2024-11-01T19:40:39.269Z | 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-01T19:40:39.379Z | Compiling lru-cache v0.1.2 |
1711 | 2024-11-01T19:40:39.382Z | 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'` |
1712 | 2024-11-01T19:40:39.593Z | Compiling proc-macro-crate v2.0.0 |
1713 | 2024-11-01T19:40:39.595Z | 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=3cd86ed41372096d -C extra-filename=-3cd86ed41372096d --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-7fda225b35a46ffe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1714 | 2024-11-01T19:40:39.673Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1715 | 2024-11-01T19:40:39.676Z | 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=b083c60c6bf10f27 -C extra-filename=-b083c60c6bf10f27 --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-13a7da8d666236bf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.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-d637ee2f3c141628.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-2b46e24d8f627aa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-606eb47a259f6890.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-516289f6194a1c7a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.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-18091d28f2c45a42.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1716 | 2024-11-01T19:40:40.048Z | Compiling hickory-proto v0.24.1 |
1717 | 2024-11-01T19:40:40.051Z | 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=5e882e77b7f7b58f -C extra-filename=-5e882e77b7f7b58f --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-2cefbe0166824f63.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-07f7453ec89b052c.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-2d72e8f0e5fa6f85.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-579bce678f126697.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1718 | 2024-11-01T19:40:40.051Z | Compiling resolv-conf v0.7.0 |
1719 | 2024-11-01T19:40:40.067Z | 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-01T19:40:40.531Z | Compiling steno v0.4.1 |
1721 | 2024-11-01T19:40:40.533Z | 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=c7ce91ac2550f91f -C extra-filename=-c7ce91ac2550f91f --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-2cefbe0166824f63.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.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-516289f6194a1c7a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1722 | 2024-11-01T19:40:40.605Z | 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'` |
1723 | 2024-11-01T19:40:40.853Z | 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=8d4376b9c245ac40 -C extra-filename=-8d4376b9c245ac40 --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-54b462d1bf69e0ba.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1724 | 2024-11-01T19:40:41.345Z | Compiling humantime v2.1.0 |
1725 | 2024-11-01T19:40:41.348Z | 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'` |
1726 | 2024-11-01T19:40:41.662Z | Compiling num_enum_derive v0.7.3 |
1727 | 2024-11-01T19:40:41.664Z | 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=3c216246d30733bb -C extra-filename=-3c216246d30733bb --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-3cd86ed41372096d.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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1728 | 2024-11-01T19:40:41.717Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1729 | 2024-11-01T19:40:41.719Z | 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=d238bbaa005e621a -C extra-filename=-d238bbaa005e621a --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1730 | 2024-11-01T19:40:41.896Z | Compiling bincode v1.3.3 |
1731 | 2024-11-01T19:40:41.898Z | 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=051f66e37991d2e2 -C extra-filename=-051f66e37991d2e2 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1732 | 2024-11-01T19:40:42.766Z | Compiling opaque-debug v0.3.0 |
1733 | 2024-11-01T19:40:42.769Z | 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'` |
1734 | 2024-11-01T19:40:42.841Z | Compiling ringbuffer v0.15.0 |
1735 | 2024-11-01T19:40:42.844Z | 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'` |
1736 | 2024-11-01T19:40:42.866Z | Compiling num-bigint v0.2.6 |
1737 | 2024-11-01T19:40:42.873Z | 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'` |
1738 | 2024-11-01T19:40:43.227Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1739 | 2024-11-01T19:40:43.230Z | 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'` |
1740 | 2024-11-01T19:40:43.403Z | Compiling signal-hook v0.3.17 |
1741 | 2024-11-01T19:40:43.406Z | 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'` |
1742 | 2024-11-01T19:40:43.426Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc/build-script-build` |
1743 | 2024-11-01T19:40:43.580Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4/build-script-build` |
1744 | 2024-11-01T19:40:43.631Z | Compiling async-recursion v1.1.1 |
1745 | 2024-11-01T19:40:43.633Z | 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=8e221da076775bc2 -C extra-filename=-8e221da076775bc2 --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-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2024-11-01T19:40:43.652Z | Compiling num-rational v0.2.4 |
1747 | 2024-11-01T19:40:43.655Z | 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'` |
1748 | 2024-11-01T19:40:43.733Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build` |
1749 | 2024-11-01T19:40:43.763Z | Compiling num-complex v0.2.4 |
1750 | 2024-11-01T19:40:43.766Z | 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'` |
1751 | 2024-11-01T19:40:43.909Z | Compiling num_enum v0.7.3 |
1752 | 2024-11-01T19:40:43.912Z | 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=cdc0f75ec06bbda8 -C extra-filename=-cdc0f75ec06bbda8 --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-3c216246d30733bb.so --cap-lints allow '-Wclippy::unused-async'` |
1753 | 2024-11-01T19:40:43.930Z | Compiling hickory-resolver v0.24.1 |
1754 | 2024-11-01T19:40:43.933Z | 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=ab8b3b7ded204c75 -C extra-filename=-ab8b3b7ded204c75 --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-2d72e8f0e5fa6f85.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-5e882e77b7f7b58f.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-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1755 | 2024-11-01T19:40:44.037Z | Compiling unicase v2.7.0 |
1756 | 2024-11-01T19:40:44.040Z | 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'` |
1757 | 2024-11-01T19:40:44.068Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980/build-script-build` |
1758 | 2024-11-01T19:40:44.157Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb/build-script-build` |
1759 | 2024-11-01T19:40:44.260Z | 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'` |
1760 | 2024-11-01T19:40:44.376Z | 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` |
1761 | 2024-11-01T19:40:44.408Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857/build-script-build` |
1762 | 2024-11-01T19:40:44.602Z | Compiling urlencoding v2.1.3 |
1763 | 2024-11-01T19:40:44.604Z | 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'` |
1764 | 2024-11-01T19:40:45.020Z | Compiling opentelemetry v0.21.0 |
1765 | 2024-11-01T19:40:45.023Z | 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=ec78361d14f48a85 -C extra-filename=-ec78361d14f48a85 --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-cb0d198ed2e2208b.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-579bce678f126697.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-6a2c3d09a58b38b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1766 | 2024-11-01T19:40:45.042Z | 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` |
1767 | 2024-11-01T19:40:45.248Z | 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` |
1768 | 2024-11-01T19:40:45.596Z | Compiling phf_generator v0.11.2 |
1769 | 2024-11-01T19:40:45.598Z | 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'` |
1770 | 2024-11-01T19:40:45.774Z | Compiling ordered-float v4.2.0 |
1771 | 2024-11-01T19:40:45.777Z | 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'` |
1772 | 2024-11-01T19:40:46.091Z | 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` |
1773 | 2024-11-01T19:40:46.642Z | Compiling num_cpus v1.16.0 |
1774 | 2024-11-01T19:40:46.645Z | 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'` |
1775 | 2024-11-01T19:40:46.772Z | Compiling num v0.2.1 |
1776 | 2024-11-01T19:40:46.775Z | 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'` |
1777 | 2024-11-01T19:40:46.811Z | Compiling overload v0.1.1 |
1778 | 2024-11-01T19:40:46.813Z | 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'` |
1779 | 2024-11-01T19:40:46.874Z | Compiling glob v0.3.1 |
1780 | 2024-11-01T19:40:46.876Z | 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'` |
1781 | 2024-11-01T19:40:46.909Z | Compiling nu-ansi-term v0.46.0 |
1782 | 2024-11-01T19:40:46.913Z | 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'` |
1783 | 2024-11-01T19:40:47.397Z | Compiling opentelemetry_sdk v0.21.2 |
1784 | 2024-11-01T19:40:47.400Z | 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=972836f0bac52008 -C extra-filename=-972836f0bac52008 --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-2cefbe0166824f63.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-b29e5b5861c4df1e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-2d72e8f0e5fa6f85.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-ec78361d14f48a85.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-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1785 | 2024-11-01T19:40:47.619Z | Compiling statistical v1.0.0 |
1786 | 2024-11-01T19:40:47.621Z | 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'` |
1787 | 2024-11-01T19:40:47.644Z | Compiling threadpool v1.8.1 |
1788 | 2024-11-01T19:40:47.648Z | 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'` |
1789 | 2024-11-01T19:40:47.739Z | Compiling phf_codegen v0.11.2 |
1790 | 2024-11-01T19:40:47.741Z | 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'` |
1791 | 2024-11-01T19:40:47.856Z | Compiling mime_guess v2.0.5 |
1792 | 2024-11-01T19:40:47.859Z | 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'` |
1793 | 2024-11-01T19:40:47.917Z | Compiling h2 v0.3.26 |
1794 | 2024-11-01T19:40:47.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=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("stream", "unstable"))' -C metadata=708862845871c921 -C extra-filename=-708862845871c921 --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-86ae4cc49d3bdcef.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 futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1795 | 2024-11-01T19:40:47.947Z | Compiling http-body v0.4.5 |
1796 | 2024-11-01T19:40:47.950Z | 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-0.4.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=8ee1575d4ffc0777 -C extra-filename=-8ee1575d4ffc0777 --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-86ae4cc49d3bdcef.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1797 | 2024-11-01T19:40:48.227Z | Compiling sharded-slab v0.1.7 |
1798 | 2024-11-01T19:40:48.230Z | 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'` |
1799 | 2024-11-01T19:40:48.357Z | Compiling tracing-log v0.2.0 |
1800 | 2024-11-01T19:40:48.360Z | 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'` |
1801 | 2024-11-01T19:40:48.532Z | Compiling ordered-float v2.10.1 |
1802 | 2024-11-01T19:40:48.534Z | 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'` |
1803 | 2024-11-01T19:40:48.894Z | Compiling mio v0.8.11 |
1804 | 2024-11-01T19:40:48.899Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="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"))' -C metadata=d6dec7db6cadfad6 -C extra-filename=-d6dec7db6cadfad6 --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'` |
1805 | 2024-11-01T19:40:48.938Z | Compiling integer-encoding v3.0.4 |
1806 | 2024-11-01T19:40:48.940Z | 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'` |
1807 | 2024-11-01T19:40:49.089Z | Compiling crc32fast v1.3.2 |
1808 | 2024-11-01T19:40:49.094Z | 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'` |
1809 | 2024-11-01T19:40:49.397Z | Compiling tracing-subscriber v0.3.18 |
1810 | 2024-11-01T19:40:49.400Z | 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'` |
1811 | 2024-11-01T19:40:49.478Z | Compiling thrift v0.17.0 |
1812 | 2024-11-01T19:40:49.480Z | 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'` |
1813 | 2024-11-01T19:40:49.584Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc/build-script-build` |
1814 | 2024-11-01T19:40:49.640Z | Compiling signal-hook-mio v0.2.4 |
1815 | 2024-11-01T19:40:49.642Z | 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-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --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=91403a512f0b4a71 -C extra-filename=-91403a512f0b4a71 --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_0_8=/work/oxidecomputer/crucible/target/debug/deps/libmio-d6dec7db6cadfad6.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'` |
1816 | 2024-11-01T19:40:49.791Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba/build-script-build` |
1817 | 2024-11-01T19:40:49.829Z | Compiling terminfo v0.8.0 |
1818 | 2024-11-01T19:40:49.832Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1819 | 2024-11-01T19:40:49.832Z | 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'` |
1820 | 2024-11-01T19:40:49.832Z | 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=bd4d26119f879d67 -C extra-filename=-bd4d26119f879d67 --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-ec78361d14f48a85.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2024-11-01T19:40:50.091Z | 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` |
1822 | 2024-11-01T19:40:50.144Z | Compiling blake3 v1.5.1 |
1823 | 2024-11-01T19:40:50.147Z | 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'` |
1824 | 2024-11-01T19:40:50.487Z | Compiling ring v0.16.20 |
1825 | 2024-11-01T19:40:50.490Z | 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'` |
1826 | 2024-11-01T19:40:50.748Z | Compiling vte_generate_state_changes v0.1.1 |
1827 | 2024-11-01T19:40:50.751Z | 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'` |
1828 | 2024-11-01T19:40:51.060Z | Compiling dirs-sys v0.3.7 |
1829 | 2024-11-01T19:40:51.064Z | 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'` |
1830 | 2024-11-01T19:40:51.356Z | Compiling rust_decimal v1.33.1 |
1831 | 2024-11-01T19:40:51.359Z | 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'` |
1832 | 2024-11-01T19:40:51.375Z | Compiling adler v1.0.2 |
1833 | 2024-11-01T19:40:51.378Z | 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'` |
1834 | 2024-11-01T19:40:51.483Z | Compiling minimal-lexical v0.2.1 |
1835 | 2024-11-01T19:40:51.485Z | 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'` |
1836 | 2024-11-01T19:40:51.617Z | Compiling portable-atomic v1.5.1 |
1837 | 2024-11-01T19:40:51.620Z | 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'` |
1838 | 2024-11-01T19:40:51.696Z | Compiling miniz_oxide v0.7.1 |
1839 | 2024-11-01T19:40:51.698Z | 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'` |
1840 | 2024-11-01T19:40:51.933Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8/build-script-build` |
1841 | 2024-11-01T19:40:51.963Z | Compiling nom v7.1.3 |
1842 | 2024-11-01T19:40:51.967Z | 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'` |
1843 | 2024-11-01T19:40:51.967Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-ca45bedb47cd23bd/build-script-build` |
1844 | 2024-11-01T19:40:52.493Z | Compiling hyper v0.14.30 |
1845 | 2024-11-01T19:40:52.496Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=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="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=35d6d9d86fadf1d3 -C extra-filename=-35d6d9d86fadf1d3 --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-86ae4cc49d3bdcef.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-2d72e8f0e5fa6f85.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-708862845871c921.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8ee1575d4ffc0777.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 socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-11-01T19:40:53.148Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d/build-script-build` |
1847 | 2024-11-01T19:40:53.214Z | Compiling tracing-opentelemetry v0.22.0 |
1848 | 2024-11-01T19:40:53.217Z | 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=be3b1d231a523eac -C extra-filename=-be3b1d231a523eac --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-ec78361d14f48a85.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-972836f0bac52008.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.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'` |
1849 | 2024-11-01T19:40:53.314Z | Compiling vte v0.11.1 |
1850 | 2024-11-01T19:40:53.316Z | 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'` |
1851 | 2024-11-01T19:40:53.782Z | Compiling dirs v4.0.0 |
1852 | 2024-11-01T19:40:53.786Z | 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'` |
1853 | 2024-11-01T19:40:54.006Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-34d3d19502ed0d54/build-script-build` |
1854 | 2024-11-01T19:40:54.121Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-d4e3a792900494df/build-script-build` |
1855 | 2024-11-01T19:40:54.599Z | Compiling opentelemetry-jaeger v0.20.0 |
1856 | 2024-11-01T19:40:54.602Z | 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=eeb229365c07bd6e -C extra-filename=-eeb229365c07bd6e --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-2cefbe0166824f63.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-2d72e8f0e5fa6f85.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ec78361d14f48a85.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-bd4d26119f879d67.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-972836f0bac52008.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-01864470272c356c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1857 | 2024-11-01T19:40:54.642Z | 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'` |
1858 | 2024-11-01T19:40:54.873Z | 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` |
1859 | 2024-11-01T19:40:55.244Z | Compiling signal-hook-tokio v0.3.1 |
1860 | 2024-11-01T19:40:55.247Z | 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=8bfaf42873e14e2f -C extra-filename=-8bfaf42873e14e2f --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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1861 | 2024-11-01T19:40:55.422Z | Compiling phf v0.11.2 |
1862 | 2024-11-01T19:40:55.424Z | 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'` |
1863 | 2024-11-01T19:40:55.602Z | Compiling opentelemetry v0.24.0 |
1864 | 2024-11-01T19:40:55.605Z | 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=a23d8147733a8617 -C extra-filename=-a23d8147733a8617 --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-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1865 | 2024-11-01T19:40:55.649Z | Compiling filetime v0.2.22 |
1866 | 2024-11-01T19:40:55.652Z | 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'` |
1867 | 2024-11-01T19:40:55.669Z | Compiling xattr v1.0.1 |
1868 | 2024-11-01T19:40:55.672Z | 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'` |
1869 | 2024-11-01T19:40:55.948Z | Compiling memmap2 v0.9.4 |
1870 | 2024-11-01T19:40:55.952Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1871 | 2024-11-01T19:40:55.952Z | 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'` |
1872 | 2024-11-01T19:40:55.952Z | 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'` |
1873 | 2024-11-01T19:40:56.300Z | Compiling http-range v0.1.5 |
1874 | 2024-11-01T19:40:56.303Z | 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'` |
1875 | 2024-11-01T19:40:56.362Z | Compiling untrusted v0.7.1 |
1876 | 2024-11-01T19:40:56.365Z | 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'` |
1877 | 2024-11-01T19:40:56.419Z | Compiling spin v0.5.2 |
1878 | 2024-11-01T19:40:56.422Z | 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'` |
1879 | 2024-11-01T19:40:56.515Z | Compiling arrayref v0.3.7 |
1880 | 2024-11-01T19:40:56.518Z | 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'` |
1881 | 2024-11-01T19:40:56.559Z | Compiling constant_time_eq v0.3.0 |
1882 | 2024-11-01T19:40:56.561Z | 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'` |
1883 | 2024-11-01T19:40:56.625Z | Compiling home v0.5.5 |
1884 | 2024-11-01T19:40:56.628Z | 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'` |
1885 | 2024-11-01T19:40:56.648Z | Compiling same-file v1.0.6 |
1886 | 2024-11-01T19:40:56.651Z | 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'` |
1887 | 2024-11-01T19:40:56.671Z | Compiling webpki-roots v0.25.2 |
1888 | 2024-11-01T19:40:56.673Z | 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.25.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=b3716da02dc30d14 -C extra-filename=-b3716da02dc30d14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2024-11-01T19:40:56.711Z | Compiling sync_wrapper v0.1.2 |
1890 | 2024-11-01T19:40:56.714Z | 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-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("futures", "futures-core"))' -C metadata=823dc4ebfa9650bf -C extra-filename=-823dc4ebfa9650bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-11-01T19:40:56.825Z | Compiling walkdir v2.4.0 |
1892 | 2024-11-01T19:40:56.828Z | 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'` |
1893 | 2024-11-01T19:40:56.847Z | Compiling which v4.4.2 |
1894 | 2024-11-01T19:40:56.849Z | 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=f38fd6b2070a8fed -C extra-filename=-f38fd6b2070a8fed --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-85f35310483b1bc6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2024-11-01T19:40:56.884Z | 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` |
1896 | 2024-11-01T19:40:56.944Z | Compiling hyper-staticfile v0.10.1 |
1897 | 2024-11-01T19:40:56.947Z | 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=79c9b3b56d232a2c -C extra-filename=-79c9b3b56d232a2c --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-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.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-b2165f4842a5c26a.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-18091d28f2c45a42.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1898 | 2024-11-01T19:40:57.121Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba/build-script-build` |
1899 | 2024-11-01T19:40:57.191Z | Compiling tar v0.4.40 |
1900 | 2024-11-01T19:40:57.194Z | 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'` |
1901 | 2024-11-01T19:40:57.423Z | 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'` |
1902 | 2024-11-01T19:40:57.588Z | Compiling flate2 v1.0.28 |
1903 | 2024-11-01T19:40:57.591Z | 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'` |
1904 | 2024-11-01T19:40:58.054Z | Compiling strip-ansi-escapes v0.2.0 |
1905 | 2024-11-01T19:40:58.056Z | 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'` |
1906 | 2024-11-01T19:40:58.474Z | 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` |
1907 | 2024-11-01T19:40:58.498Z | 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'` |
1908 | 2024-11-01T19:40:58.542Z | Compiling crossterm v0.27.0 |
1909 | 2024-11-01T19:40:58.546Z | 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.27.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="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", "serde", "use-dev-tty", "windows"))' -C metadata=d9134d46d00d2b32 -C extra-filename=-d9134d46d00d2b32 --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-e75314570f13ccf0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-d6dec7db6cadfad6.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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-91403a512f0b4a71.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1910 | 2024-11-01T19:40:58.659Z | Compiling toml v0.7.8 |
1911 | 2024-11-01T19:40:58.663Z | 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=543b0abf68fe013b -C extra-filename=-543b0abf68fe013b --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-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-2477d92ac17e1b77.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1912 | 2024-11-01T19:40:59.312Z | Compiling nix v0.26.4 |
1913 | 2024-11-01T19:40:59.315Z | 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'` |
1914 | 2024-11-01T19:40:59.731Z | Compiling itertools v0.12.1 |
1915 | 2024-11-01T19:40:59.734Z | 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'` |
1916 | 2024-11-01T19:41:00.240Z | Compiling fd-lock v4.0.2 |
1917 | 2024-11-01T19:41:00.243Z | 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=ca875ff70f43600b -C extra-filename=-ca875ff70f43600b --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-85f35310483b1bc6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1918 | 2024-11-01T19:41:00.263Z | Compiling csv-core v0.1.11 |
1919 | 2024-11-01T19:41:00.265Z | 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'` |
1920 | 2024-11-01T19:41:00.452Z | Compiling utf8-width v0.1.6 |
1921 | 2024-11-01T19:41:00.454Z | 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'` |
1922 | 2024-11-01T19:41:00.554Z | Compiling nu-ansi-term v0.50.0 |
1923 | 2024-11-01T19:41:00.556Z | 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'` |
1924 | 2024-11-01T19:41:00.678Z | Compiling topological-sort v0.2.2 |
1925 | 2024-11-01T19:41:00.680Z | 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'` |
1926 | 2024-11-01T19:41:00.825Z | Compiling number_prefix v0.4.0 |
1927 | 2024-11-01T19:41:00.828Z | 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'` |
1928 | 2024-11-01T19:41:00.855Z | Compiling csv v1.3.0 |
1929 | 2024-11-01T19:41:00.858Z | 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=2ef257f6e94bd6d4 -C extra-filename=-2ef257f6e94bd6d4 --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-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1930 | 2024-11-01T19:41:01.053Z | Compiling indicatif v0.17.8 |
1931 | 2024-11-01T19:41:01.055Z | 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'` |
1932 | 2024-11-01T19:41:01.304Z | Compiling byte-unit v5.1.4 |
1933 | 2024-11-01T19:41:01.307Z | 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'` |
1934 | 2024-11-01T19:41:01.353Z | Compiling crossterm v0.28.1 |
1935 | 2024-11-01T19:41:01.355Z | 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="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=ff4e89dcc22ac0a4 -C extra-filename=-ff4e89dcc22ac0a4 --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-e75314570f13ccf0.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-85f35310483b1bc6.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-91403a512f0b4a71.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1936 | 2024-11-01T19:41:01.523Z | Compiling nbd v0.3.1 |
1937 | 2024-11-01T19:41:01.526Z | 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'` |
1938 | 2024-11-01T19:41:01.863Z | Compiling human_bytes v0.4.3 |
1939 | 2024-11-01T19:41:01.866Z | 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'` |
1940 | 2024-11-01T19:41:02.460Z | Compiling reedline v0.33.0 |
1941 | 2024-11-01T19:41:02.463Z | 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.33.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=b5bb67cdc750edeb -C extra-filename=-b5bb67cdc750edeb --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-653ed2e6334ee97f.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-d9134d46d00d2b32.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-ca875ff70f43600b.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-0ac380442de1c051.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-f188e1b0bcaa442c.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.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'` |
1942 | 2024-11-01T19:41:03.052Z | 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` |
1943 | 2024-11-01T19:41:03.261Z | Compiling clearscreen v2.0.1 |
1944 | 2024-11-01T19:41:03.264Z | 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=de739006aca31c75 -C extra-filename=-de739006aca31c75 --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-579bce678f126697.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-f38fd6b2070a8fed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1945 | 2024-11-01T19:41:04.790Z | 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` |
1946 | 2024-11-01T19:41:04.813Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
1947 | 2024-11-01T19:41:04.840Z | 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` |
1948 | 2024-11-01T19:41:04.910Z | 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` |
1949 | 2024-11-01T19:41:04.913Z | 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` |
1950 | 2024-11-01T19:41:04.913Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
1951 | 2024-11-01T19:41:04.988Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-50fd13b8b6f7c313/build-script-build` |
1952 | 2024-11-01T19:41:06.091Z | Compiling crypto-common v0.1.6 |
1953 | 2024-11-01T19:41:06.091Z | Compiling block-buffer v0.10.4 |
1954 | 2024-11-01T19:41:06.094Z | 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'` |
1955 | 2024-11-01T19:41:06.094Z | 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'` |
1956 | 2024-11-01T19:41:06.134Z | Compiling inout v0.1.3 |
1957 | 2024-11-01T19:41:06.137Z | 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'` |
1958 | 2024-11-01T19:41:06.209Z | 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'` |
1959 | 2024-11-01T19:41:06.290Z | Compiling digest v0.10.7 |
1960 | 2024-11-01T19:41:06.292Z | 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'` |
1961 | 2024-11-01T19:41:06.313Z | 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'` |
1962 | 2024-11-01T19:41:06.335Z | Compiling cipher v0.4.4 |
1963 | 2024-11-01T19:41:06.355Z | 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'` |
1964 | 2024-11-01T19:41:06.358Z | Compiling universal-hash v0.5.1 |
1965 | 2024-11-01T19:41:06.358Z | 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'` |
1966 | 2024-11-01T19:41:06.439Z | Compiling aead v0.5.2 |
1967 | 2024-11-01T19:41:06.441Z | 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'` |
1968 | 2024-11-01T19:41:06.509Z | 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'` |
1969 | 2024-11-01T19:41:06.557Z | Compiling polyval v0.6.1 |
1970 | 2024-11-01T19:41:06.559Z | 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'` |
1971 | 2024-11-01T19:41:06.729Z | Compiling sha1 v0.10.6 |
1972 | 2024-11-01T19:41:06.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 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'` |
1973 | 2024-11-01T19:41:06.750Z | Compiling blake2 v0.10.6 |
1974 | 2024-11-01T19:41:06.770Z | 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'` |
1975 | 2024-11-01T19:41:06.773Z | Compiling ctr v0.9.2 |
1976 | 2024-11-01T19:41:06.773Z | 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'` |
1977 | 2024-11-01T19:41:06.928Z | Compiling rustls-webpki v0.102.8 |
1978 | 2024-11-01T19:41:06.930Z | 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` |
1979 | 2024-11-01T19:41:07.019Z | 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` |
1980 | 2024-11-01T19:41:07.087Z | Compiling rustls-webpki v0.101.7 |
1981 | 2024-11-01T19:41:07.089Z | 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` |
1982 | 2024-11-01T19:41:07.175Z | Compiling sct v0.7.1 |
1983 | 2024-11-01T19:41:07.179Z | 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` |
1984 | 2024-11-01T19:41:07.507Z | 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'` |
1985 | 2024-11-01T19:41:07.803Z | Compiling argon2 v0.5.3 |
1986 | 2024-11-01T19:41:07.806Z | 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'` |
1987 | 2024-11-01T19:41:07.904Z | 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)'` |
1988 | 2024-11-01T19:41:08.182Z | 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)'` |
1989 | 2024-11-01T19:41:08.722Z | 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="dangerous_configuration"' --cfg 'feature="default"' --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=02eaf17ff380e236 -C extra-filename=-02eaf17ff380e236 --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` |
1990 | 2024-11-01T19:41:08.781Z | 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` |
1991 | 2024-11-01T19:41:08.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.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` |
1992 | 2024-11-01T19:41:09.021Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1993 | 2024-11-01T19:41:09.024Z | Compiling aes v0.8.3 |
1994 | 2024-11-01T19:41:09.024Z | 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=345874d147656872 -C extra-filename=-345874d147656872 --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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1995 | 2024-11-01T19:41:09.024Z | 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'` |
1996 | 2024-11-01T19:41:09.140Z | Compiling sha2 v0.10.8 |
1997 | 2024-11-01T19:41:09.143Z | 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'` |
1998 | 2024-11-01T19:41:10.086Z | Compiling aes-gcm-siv v0.11.1 |
1999 | 2024-11-01T19:41:10.088Z | 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'` |
2000 | 2024-11-01T19:41:12.495Z | Compiling tokio-rustls v0.24.1 |
2001 | 2024-11-01T19:41:12.498Z | 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=30b6ffa4ed1e48ff -C extra-filename=-30b6ffa4ed1e48ff --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-02eaf17ff380e236.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2002 | 2024-11-01T19:41:12.695Z | Compiling tokio-rustls v0.25.0 |
2003 | 2024-11-01T19:41:12.698Z | 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=2cf4ae519913191d -C extra-filename=-2cf4ae519913191d --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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2004 | 2024-11-01T19:41:12.937Z | Compiling hyper-rustls v0.24.2 |
2005 | 2024-11-01T19:41:12.941Z | 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.24.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("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=4a819af13b8d4bf9 -C extra-filename=-4a819af13b8d4bf9 --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-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-35d6d9d86fadf1d3.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-02eaf17ff380e236.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2006 | 2024-11-01T19:41:13.135Z | 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=0f5a763ffe0fa9ec -C extra-filename=-0f5a763ffe0fa9ec --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-043a1308d0923add.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.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-4aa498eb1a58c4b2.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-a730ac440c432e3b.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-3d7cdfdf5f9a038c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-da020badf2184d8b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-1ce2ee16afb54ebb.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-7a325da615e2b0f3.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-5437386cb89e8d61.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-d9153114f3d0926b.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.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-4935c1c92a428a35.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-7c8e7138b37a05b6.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-2cf4ae519913191d.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2007 | 2024-11-01T19:41:13.294Z | 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=6e0575d681b8b617 -C extra-filename=-6e0575d681b8b617 --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-f54ef0d9448fe79b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2008 | 2024-11-01T19:41:13.321Z | Compiling reqwest v0.11.27 |
2009 | 2024-11-01T19:41:13.324Z | 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.11.27/src/lib.rs --error-format=json --json=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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=89b8ee1b148ad456 -C extra-filename=-89b8ee1b148ad456 --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 --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.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-2d72e8f0e5fa6f85.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-708862845871c921.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8ee1575d4ffc0777.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-35d6d9d86fadf1d3.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-4a819af13b8d4bf9.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 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-02eaf17ff380e236.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-823dc4ebfa9650bf.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.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-b3716da02dc30d14.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2010 | 2024-11-01T19:41:13.745Z | Compiling tokio-rustls v0.26.0 |
2011 | 2024-11-01T19:41:13.757Z | 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=92b1de608ed76be6 -C extra-filename=-92b1de608ed76be6 --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-18091d28f2c45a42.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2012 | 2024-11-01T19:41:14.225Z | Compiling hyper-rustls v0.27.3 |
2013 | 2024-11-01T19:41:14.237Z | 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=0d18c75459e89a4b -C extra-filename=-0d18c75459e89a4b --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-2d72e8f0e5fa6f85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-da020badf2184d8b.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-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-92b1de608ed76be6.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` |
2014 | 2024-11-01T19:41:14.910Z | Compiling reqwest v0.12.7 |
2015 | 2024-11-01T19:41:14.913Z | 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.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=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="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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=65986aef19c91e74 -C extra-filename=-65986aef19c91e74 --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-86ae4cc49d3bdcef.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-2d72e8f0e5fa6f85.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-de2002b8de585da3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-3d7cdfdf5f9a038c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-0d18c75459e89a4b.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-6822e711a40d528b.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-da020badf2184d8b.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-84252d531a11ce09.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-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-ab6aacbdb211a356.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-04240ece6adaca40.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-92b1de608ed76be6.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.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` |
2016 | 2024-11-01T19:41:17.175Z | 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=0ecf06bcda26d584 -C extra-filename=-0ecf06bcda26d584 --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-f54ef0d9448fe79b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
2017 | 2024-11-01T19:41:17.200Z | 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=c1d36a7672c4ea04 -C extra-filename=-c1d36a7672c4ea04 --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-ba0ecc218990c319.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-1ed2a6f99831befc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.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-4aa498eb1a58c4b2.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-4907b071321e8083.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-b594d7982a4855b2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-1af92a3354a5cf0c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-711d8dacada9174b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-38e3806d610b1b30.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.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-0e963cc06f5769b5.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-af4e2799b947a6ab.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.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-534737c4e08b0f69.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-e5c1f8a7a7161274.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-c2db47cff1bc2402.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6e0575d681b8b617.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7f296972149afebd.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-06bc672810d5cbe2.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.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` |
2018 | 2024-11-01T19:41:17.649Z | 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=166340e06b10da2e -C extra-filename=-166340e06b10da2e --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-a7a5b6407be254fd.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-711d8dacada9174b.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-f54ef0d9448fe79b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0ecf06bcda26d584.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` |
2019 | 2024-11-01T19:41:18.230Z | 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.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=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="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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=4493d4b66f3f129c -C extra-filename=-4493d4b66f3f129c --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-931d003463f8c5f6.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-a7a5b6407be254fd.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-978d90650edd4f75.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-1af92a3354a5cf0c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-166340e06b10da2e.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-5c66b7ffc0a35d7f.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-711d8dacada9174b.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-f55cfeab53e4c978.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-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-41a71b75934fc850.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-ac04a0efdcc27e78.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0ecf06bcda26d584.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-e37bfbadc70ef61f.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` |
2020 | 2024-11-01T19:41:18.439Z | Compiling progenitor-client v0.8.0 |
2021 | 2024-11-01T19:41:18.442Z | 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=fb3262a96cdae6c7 -C extra-filename=-fb3262a96cdae6c7 --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-86ae4cc49d3bdcef.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-65986aef19c91e74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.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` |
2022 | 2024-11-01T19:41:18.817Z | Compiling progenitor v0.8.0 |
2023 | 2024-11-01T19:41:18.819Z | 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=975a41508b91554b -C extra-filename=-975a41508b91554b --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-fb3262a96cdae6c7.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-57570257d412c5b6.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-3ef9c4f5691e4f08.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` |
2024 | 2024-11-01T19:41:18.909Z | Compiling omicron-zone-package v0.11.0 |
2025 | 2024-11-01T19:41:18.911Z | 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.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=b5500dbac3c5cbf4 -C extra-filename=-b5500dbac3c5cbf4 --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-2cefbe0166824f63.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-47e92d10fbc180d1.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-d34b05ee8e69e1e3.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.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-fee54fa6a0bf9c24.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-2d72e8f0e5fa6f85.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-89b8ee1b148ad456.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-f0f41c6f72a7fc62.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-543b0abf68fe013b.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=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out` |
2026 | 2024-11-01T19:41:19.037Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2027 | 2024-11-01T19:41:19.040Z | 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=bdc3f1af64e7e474 -C extra-filename=-bdc3f1af64e7e474 --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-653ed2e6334ee97f.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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` |
2028 | 2024-11-01T19:41:20.845Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2029 | 2024-11-01T19:41:20.848Z | 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=ca91dc584203aee4 -C extra-filename=-ca91dc584203aee4 --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-653ed2e6334ee97f.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-103e2f470fbdfa47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.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-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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` |
2030 | 2024-11-01T19:41:22.935Z | 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=9169c25a57dd31e2 -C extra-filename=-9169c25a57dd31e2 --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-931d003463f8c5f6.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-4493d4b66f3f129c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.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` |
2031 | 2024-11-01T19:41:23.387Z | 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=ccd9b128275ea95f -C extra-filename=-ccd9b128275ea95f --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-9169c25a57dd31e2.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-f27522caac094b0d.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-3ef9c4f5691e4f08.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` |
2032 | 2024-11-01T19:41:23.611Z | 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=f7b80ae0077a4eab -C extra-filename=-f7b80ae0077a4eab --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-1a4881b2b11b1908.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-ccd9b128275ea95f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4493d4b66f3f129c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.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` |
2033 | 2024-11-01T19:41:23.845Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2034 | 2024-11-01T19:41:23.847Z | 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=42e9c0f8bc7b2e03 -C extra-filename=-42e9c0f8bc7b2e03 --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-653ed2e6334ee97f.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-2a73488696e3d334.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-975a41508b91554b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2035 | 2024-11-01T19:41:24.618Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2036 | 2024-11-01T19:41:24.621Z | 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=048766d06073b968 -C extra-filename=-048766d06073b968 --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-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-13e1fc1de33b6347.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-23e72526c8fefd10.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-cbf385d43bd44c57.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-bdc3f1af64e7e474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-52517daf9489f673.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-4e3c3baca8ac497d.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-fb3262a96cdae6c7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-54c9c77393d98bfd.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-f18d9da4a4658910.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.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-bb15a1fd211eea24.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2037 | 2024-11-01T19:41:26.786Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2038 | 2024-11-01T19:41:26.790Z | 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=95d366c295006e8d -C extra-filename=-95d366c295006e8d --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-95d366c295006e8d -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-a1a342121e1c5048.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5d9bb6f81932bb63.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-a67f8c9e87d1309b.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-f1b564112e21c735.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-b582c3f7f6fc6446.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-a7a5b6407be254fd.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-2615682c84b7eb5d.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8a70a9e8d76ef649.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76b2e90c0f25d6d7.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-711d8dacada9174b.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.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-a145da4d6dd410e9.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-4493d4b66f3f129c.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-3bc098fc67ca1dd7.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-0e963cc06f5769b5.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.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-5e94971872d84555.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-f54ef0d9448fe79b.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-5172eadc5752a405.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-06bc672810d5cbe2.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-efd4a2983f638bbe.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-e5ebc6117a59d908.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2039 | 2024-11-01T19:41:27.137Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-95d366c295006e8d/build-script-build` |
2040 | 2024-11-01T19:41:27.167Z | 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=3f3d2c3dadb2d8ef -C extra-filename=-3f3d2c3dadb2d8ef --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-e75314570f13ccf0.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-36aeffd0b533e6e1.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-174dbd2c101c9865.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-b29e5b5861c4df1e.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-2d72e8f0e5fa6f85.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-da020badf2184d8b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.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-7a325da615e2b0f3.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-65986aef19c91e74.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-85f35310483b1bc6.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-02eaf17ff380e236.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-5437386cb89e8d61.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-54b462d1bf69e0ba.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-2477d92ac17e1b77.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-17a79183429189cd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2041 | 2024-11-01T19:41:27.266Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2042 | 2024-11-01T19:41:27.277Z | 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=2e6c7818903aaceb -C extra-filename=-2e6c7818903aaceb --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-3f3d2c3dadb2d8ef.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-3ab105cf0f87cca1.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.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` |
2043 | 2024-11-01T19:41:27.300Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2044 | 2024-11-01T19:41:27.302Z | 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=f62956d7198abf2a -C extra-filename=-f62956d7198abf2a --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-3f3d2c3dadb2d8ef.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2045 | 2024-11-01T19:41:27.400Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2046 | 2024-11-01T19:41:27.402Z | 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=88ee692a26d01af9 -C extra-filename=-88ee692a26d01af9 --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-3f3d2c3dadb2d8ef.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-3ab105cf0f87cca1.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2047 | 2024-11-01T19:41:27.500Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2048 | 2024-11-01T19:41:27.502Z | 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=b8c8cb2c484aaf03 -C extra-filename=-b8c8cb2c484aaf03 --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-3f3d2c3dadb2d8ef.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2049 | 2024-11-01T19:41:27.600Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2050 | 2024-11-01T19:41:27.603Z | 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=3858d92bdf647b67 -C extra-filename=-3858d92bdf647b67 --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-653ed2e6334ee97f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2051 | 2024-11-01T19:41:28.292Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2052 | 2024-11-01T19:41:28.294Z | 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=34cad7703db45005 -C extra-filename=-34cad7703db45005 --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-3f3d2c3dadb2d8ef.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2053 | 2024-11-01T19:41:28.521Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2054 | 2024-11-01T19:41:28.524Z | 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=bd7eddc51197b5f4 -C extra-filename=-bd7eddc51197b5f4 --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-775699b0879bcc34.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-b5500dbac3c5cbf4.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.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` |
2055 | 2024-11-01T19:41:28.596Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2056 | 2024-11-01T19:41:28.599Z | 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=e4bd46464e4947fa -C extra-filename=-e4bd46464e4947fa --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-653ed2e6334ee97f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2057 | 2024-11-01T19:41:29.149Z | 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=0161ee494fbc86ef -C extra-filename=-0161ee494fbc86ef --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-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-c95d8e531cb22333.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-1ed2a6f99831befc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c1d36a7672c4ea04.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-4907b071321e8083.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8a70a9e8d76ef649.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-76743576d8a8149b.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-4cc27f1fd911ad4b.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-f7b80ae0077a4eab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-21d89cc26d119591.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-b8db5cb6b0f4a06b.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-1897bc333ce50f38.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-ccd9b128275ea95f.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-9169c25a57dd31e2.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-23175655e61e99a7.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4493d4b66f3f129c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-0e963cc06f5769b5.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-b1465a60adecdaff.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-8597f8a0a5d761f7.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-b0e46c1dc957ecbc.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a0fc030babf8e884.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f54ef0d9448fe79b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.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-01T19:41:29.742Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2059 | 2024-11-01T19:41:29.745Z | 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=d42d8280a92f402a -C extra-filename=-d42d8280a92f402a --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-3f3d2c3dadb2d8ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2060 | 2024-11-01T19:41:34.094Z | 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` |
2061 | 2024-11-01T19:41:34.478Z | Compiling git2 v0.19.0 |
2062 | 2024-11-01T19:41:34.482Z | 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=4c9d32efa7df7183 -C extra-filename=-4c9d32efa7df7183 --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-a1a342121e1c5048.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` |
2063 | 2024-11-01T19:41:35.097Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2064 | 2024-11-01T19:41:35.100Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2065 | 2024-11-01T19:41:35.100Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2066 | 2024-11-01T19:41:35.100Z | 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=cf41d4334a26ffbb -C extra-filename=-cf41d4334a26ffbb --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-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.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-048766d06073b968.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2067 | 2024-11-01T19:41:35.101Z | 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=b6f1cb112de8d1c7 -C extra-filename=-b6f1cb112de8d1c7 --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-2cefbe0166824f63.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-be76da98b2ba7280.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-d34b05ee8e69e1e3.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-2e6c7818903aaceb.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-23e72526c8fefd10.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-cbf385d43bd44c57.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-b932584af7b2f276.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-5ca88bc4fc713ab9.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-70cb79092060af66.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-52517daf9489f673.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-5d1adb0a4e7e70f4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-85a77f11aa974343.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-d9e21c245b6ceb3a.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)'` |
2068 | 2024-11-01T19:41:35.101Z | 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=a992434299c0f459 -C extra-filename=-a992434299c0f459 --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-653ed2e6334ee97f.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-ca91dc584203aee4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-ab8b3b7ded204c75.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-65986aef19c91e74.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2069 | 2024-11-01T19:41:35.101Z | 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=e970bac6393777cc -C extra-filename=-e970bac6393777cc --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-76c42faa57b48faa.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-d34b05ee8e69e1e3.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-a5a55517aac205f2.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-048766d06073b968.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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` |
2070 | 2024-11-01T19:41:38.450Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2071 | 2024-11-01T19:41:38.452Z | 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=75aab1214c4c116d -C extra-filename=-75aab1214c4c116d --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-b6f1cb112de8d1c7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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` |
2072 | 2024-11-01T19:41:39.371Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2073 | 2024-11-01T19:41:39.373Z | 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=8a1d9e6c5c3a09a2 -C extra-filename=-8a1d9e6c5c3a09a2 --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-b6f1cb112de8d1c7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-345874d147656872.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-75aab1214c4c116d.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2074 | 2024-11-01T19:41:39.972Z | 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=7aa24cd494a199b0 -C extra-filename=-7aa24cd494a199b0 --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-223daf3bd84c5ffd.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-4c9d32efa7df7183.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-0ef735210c3983b3.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)'` |
2075 | 2024-11-01T19:41:40.817Z | 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=886c0f2cdd6e4498 -C extra-filename=-886c0f2cdd6e4498 --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-931d003463f8c5f6.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.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-0161ee494fbc86ef.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-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a0fc030babf8e884.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-52eba05b51d3ea8e.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` |
2076 | 2024-11-01T19:41:41.235Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2077 | 2024-11-01T19:41:41.237Z | 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=4d01e038b6e29b57 -C extra-filename=-4d01e038b6e29b57 --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-653ed2e6334ee97f.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-cf41d4334a26ffbb.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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` |
2078 | 2024-11-01T19:41:41.482Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2079 | 2024-11-01T19:41:41.484Z | 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=816bfea865bb98e7 -C extra-filename=-816bfea865bb98e7 --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-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.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-cf41d4334a26ffbb.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-8d4376b9c245ac40.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-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-bb15a1fd211eea24.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.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` |
2080 | 2024-11-01T19:41:42.596Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2081 | 2024-11-01T19:41:42.598Z | 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=0317149c5ffa762e -C extra-filename=-0317149c5ffa762e --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-0317149c5ffa762e -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-7aa24cd494a199b0.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64` |
2082 | 2024-11-01T19:41:43.003Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2083 | 2024-11-01T19:41:43.006Z | 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=5fc121b0ff227923 -C extra-filename=-5fc121b0ff227923 --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-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-e970bac6393777cc.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-f88171d047f3fac1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-d637ee2f3c141628.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-a5a55517aac205f2.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-ca91dc584203aee4.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-42e9c0f8bc7b2e03.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-4bdcc0edb1812dd7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-23e72526c8fefd10.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-7ea516f4e2abe13f.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-8a1d9e6c5c3a09a2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-345874d147656872.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-0cfcdcece6e4af08.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-52517daf9489f673.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-4d01e038b6e29b57.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-4e3c3baca8ac497d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.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-bb15a1fd211eea24.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-c7ce91ac2550f91f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-b083c60c6bf10f27.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2084 | 2024-11-01T19:41:43.974Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-0317149c5ffa762e/build-script-build` |
2085 | 2024-11-01T19:41:44.657Z | 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=71bc6acf8dafbb4d -C extra-filename=-71bc6acf8dafbb4d --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-1a4881b2b11b1908.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5d9bb6f81932bb63.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-886c0f2cdd6e4498.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-a193a1fb19c5292f.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-0e963cc06f5769b5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b0e46c1dc957ecbc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7f296972149afebd.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` |
2086 | 2024-11-01T19:41:46.503Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2087 | 2024-11-01T19:41:46.506Z | 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=c4bc94ff84862263 -C extra-filename=-c4bc94ff84862263 --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-71bc6acf8dafbb4d.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-886c0f2cdd6e4498.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-5e94971872d84555.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` |
2088 | 2024-11-01T19:41:50.076Z | 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=ea86177e830b968a -C extra-filename=-ea86177e830b968a --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-3f3d2c3dadb2d8ef.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-22176014262272c1.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-4935c1c92a428a35.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-43c207a559f2f88f.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-53b93af3eea6d86e.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-fc37422b8e9f398c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2089 | 2024-11-01T19:41:50.753Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2090 | 2024-11-01T19:41:50.756Z | 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=c2d2455a4088606b -C extra-filename=-c2d2455a4088606b --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-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.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-d238bbaa005e621a.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-816bfea865bb98e7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-c4bc94ff84862263.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-cf41d4334a26ffbb.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-8d4376b9c245ac40.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2091 | 2024-11-01T19:41:51.226Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2092 | 2024-11-01T19:41:51.229Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2093 | 2024-11-01T19:41:51.229Z | 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=3208dc988fcd6d16 -C extra-filename=-3208dc988fcd6d16 --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-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-cdc0f75ec06bbda8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2094 | 2024-11-01T19:41:51.229Z | 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=79125f4706e70b2c -C extra-filename=-79125f4706e70b2c --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-653ed2e6334ee97f.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2095 | 2024-11-01T19:41:52.164Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2096 | 2024-11-01T19:41:52.164Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2097 | 2024-11-01T19:41:52.167Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2098 | 2024-11-01T19:41:52.167Z | 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=f0b22dd45b38d1b6 -C extra-filename=-f0b22dd45b38d1b6 --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-a182db661abe9e36.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-f62956d7198abf2a.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-2ef257f6e94bd6d4.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-b8c8cb2c484aaf03.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-5437386cb89e8d61.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2099 | 2024-11-01T19:41:52.167Z | 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=976d6f518c40ef27 -C extra-filename=-976d6f518c40ef27 --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-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-88ee692a26d01af9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2100 | 2024-11-01T19:41:52.167Z | 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=7f317287f660a70e -C extra-filename=-7f317287f660a70e --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-a182db661abe9e36.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-3858d92bdf647b67.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.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-65986aef19c91e74.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.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-8bfaf42873e14e2f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-4935c1c92a428a35.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2101 | 2024-11-01T19:41:56.815Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2102 | 2024-11-01T19:41:56.817Z | 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=b43dd06b5b16b0d0 -C extra-filename=-b43dd06b5b16b0d0 --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-653ed2e6334ee97f.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-8a1d9e6c5c3a09a2.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-5fc121b0ff227923.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-345874d147656872.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.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-52517daf9489f673.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-975a41508b91554b.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-54c9c77393d98bfd.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2103 | 2024-11-01T19:42:06.361Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2104 | 2024-11-01T19:42:06.365Z | 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=815398c1226ed85d -C extra-filename=-815398c1226ed85d --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-653ed2e6334ee97f.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-a992434299c0f459.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-b43dd06b5b16b0d0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.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-c2d2455a4088606b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-43c207a559f2f88f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2105 | 2024-11-01T19:42:07.760Z | 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=5ec0883bd79b1cf4 -C extra-filename=-5ec0883bd79b1cf4 --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-8e221da076775bc2.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-f62956d7198abf2a.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-a992434299c0f459.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-b43dd06b5b16b0d0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-86cb5045afc8a952.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-c2d2455a4088606b.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-815398c1226ed85d.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-fb3262a96cdae6c7.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-65986aef19c91e74.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-43c207a559f2f88f.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2106 | 2024-11-01T19:42:07.762Z | 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=b1d88e55c331e615 -C extra-filename=-b1d88e55c331e615 --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-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-79c9b3b56d232a2c.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-22176014262272c1.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-a23d8147733a8617.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-eeb229365c07bd6e.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-c2d2455a4088606b.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-815398c1226ed85d.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-79125f4706e70b2c.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-43c207a559f2f88f.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-18091d28f2c45a42.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-be3b1d231a523eac.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2107 | 2024-11-01T19:42:16.716Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2108 | 2024-11-01T19:42:16.719Z | 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=e203d7977c2b8102 -C extra-filename=-e203d7977c2b8102 --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-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-88ee692a26d01af9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-18091d28f2c45a42.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2109 | 2024-11-01T19:42:23.663Z | 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=23499ee26f0ec0f4 -C extra-filename=-23499ee26f0ec0f4 --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-051f66e37991d2e2.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-b1d88e55c331e615.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-79c9b3b56d232a2c.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-22176014262272c1.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-a23d8147733a8617.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-eeb229365c07bd6e.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-c2d2455a4088606b.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-815398c1226ed85d.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-79125f4706e70b2c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-43c207a559f2f88f.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-18091d28f2c45a42.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-30b6ffa4ed1e48ff.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-be3b1d231a523eac.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-b3983e7abd38f0b2.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2110 | 2024-11-01T19:42:28.778Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2111 | 2024-11-01T19:42:28.782Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2112 | 2024-11-01T19:42:28.782Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2113 | 2024-11-01T19:42:28.782Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2114 | 2024-11-01T19:42:28.782Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2115 | 2024-11-01T19:42:28.782Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2116 | 2024-11-01T19:42:28.782Z | 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=fc43213875de09a7 -C extra-filename=-fc43213875de09a7 --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-86ae4cc49d3bdcef.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-e203d7977c2b8102.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-88ee692a26d01af9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0f5a763ffe0fa9ec.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-b2165f4842a5c26a.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-048766d06073b968.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-65986aef19c91e74.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-18091d28f2c45a42.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2117 | 2024-11-01T19:42:28.782Z | 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=20316c421071a62b -C extra-filename=-20316c421071a62b --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-a182db661abe9e36.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-de739006aca31c75.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-34cad7703db45005.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.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` |
2118 | 2024-11-01T19:42:28.782Z | 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=7d6ad4d28ef83dc3 -C extra-filename=-7d6ad4d28ef83dc3 --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-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.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-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-8bfaf42873e14e2f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.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` |
2119 | 2024-11-01T19:42:28.782Z | 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=99bf0af909e54196 -C extra-filename=-99bf0af909e54196 --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-051f66e37991d2e2.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-ff4e89dcc22ac0a4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-f62956d7198abf2a.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-b8c8cb2c484aaf03.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.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-048766d06073b968.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-c2d2455a4088606b.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-815398c1226ed85d.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-b5bb67cdc750edeb.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-79125f4706e70b2c.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-5437386cb89e8d61.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.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-8bfaf42873e14e2f.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-18091d28f2c45a42.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2120 | 2024-11-01T19:42:28.782Z | 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=953911e6a0252fe8 -C extra-filename=-953911e6a0252fe8 --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-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-3208dc988fcd6d16.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-fee54fa6a0bf9c24.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-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-db14f7368808eab1.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.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` |
2121 | 2024-11-01T19:42:28.832Z | 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=97640c2be04e6907 -C extra-filename=-97640c2be04e6907 --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-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-a23d8147733a8617.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-eeb229365c07bd6e.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-18091d28f2c45a42.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-be3b1d231a523eac.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2122 | 2024-11-01T19:42:28.850Z | 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=e66504abdcd29787 -C extra-filename=-e66504abdcd29787 --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-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a182db661abe9e36.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-5ec0883bd79b1cf4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ea86177e830b968a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-3f3d2c3dadb2d8ef.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-18091d28f2c45a42.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-7b087376ee63dfbb.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` |
2123 | 2024-11-01T19:43:11.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 46s |
2124 | 2024-11-01T19:43:11.735Z | |
2125 | 2024-11-01T19:43:11.735Z | real 4:47.149038150 |
2126 | 2024-11-01T19:43:11.735Z | user 24:09.463505522 |
2127 | 2024-11-01T19:43:11.736Z | sys 5:09.291279709 |
2128 | 2024-11-01T19:43:11.736Z | trap 0.704395472 |
2129 | 2024-11-01T19:43:11.736Z | tflt 3.859753581 |
2130 | 2024-11-01T19:43:11.738Z | dflt 1.948767777 |
2131 | 2024-11-01T19:43:11.738Z | kflt 0.007397570 |
2132 | 2024-11-01T19:43:11.738Z | lock 40:21.844956399 |
2133 | 2024-11-01T19:43:11.738Z | slp 2:01:42.435928846 |
2134 | 2024-11-01T19:43:11.738Z | lat 37.613293677 |
2135 | 2024-11-01T19:43:11.738Z | stop 3:19.892257137 |
2136 | 2024-11-01T19:43:11.738Z | + banner output |
2137 | 2024-11-01T19:43:11.741Z | |
2138 | 2024-11-01T19:43:11.741Z | #### # # ##### ##### # # ##### |
2139 | 2024-11-01T19:43:11.741Z | # # # # # # # # # # |
2140 | 2024-11-01T19:43:11.741Z | # # # # # # # # # # |
2141 | 2024-11-01T19:43:11.741Z | # # # # # ##### # # # |
2142 | 2024-11-01T19:43:11.741Z | # # # # # # # # # |
2143 | 2024-11-01T19:43:11.741Z | #### #### # # #### # |
2144 | 2024-11-01T19:43:11.741Z | |
2145 | 2024-11-01T19:43:11.741Z | + mkdir -p /work/bins |
2146 | 2024-11-01T19:43:11.745Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2147 | 2024-11-01T19:43:11.745Z | + gzip |
2148 | 2024-11-01T19:43:24.802Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2149 | 2024-11-01T19:43:24.802Z | + gzip |
2150 | 2024-11-01T19:43:37.293Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2151 | 2024-11-01T19:43:37.293Z | + gzip |
2152 | 2024-11-01T19:43:50.314Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2153 | 2024-11-01T19:43:50.314Z | + gzip |
2154 | 2024-11-01T19:43:58.214Z | + mkdir -p /work/scripts |
2155 | 2024-11-01T19:43:58.217Z | + 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 |
2156 | 2024-11-01T19:43:58.217Z | + cp tools/test_live_repair.sh /work/scripts/ |
2157 | 2024-11-01T19:43:58.220Z | + 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 |
2158 | 2024-11-01T19:43:58.220Z | + cp tools/test_repair.sh /work/scripts/ |
2159 | 2024-11-01T19:43:58.222Z | + 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 |
2160 | 2024-11-01T19:43:58.222Z | + cp tools/test_up.sh /work/scripts/ |
2161 | 2024-11-01T19:43:58.225Z | + 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 |
2162 | 2024-11-01T19:43:58.225Z | + cp tools/test_ds.sh /work/scripts/ |
2163 | 2024-11-01T19:43:58.227Z | + 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 |
2164 | 2024-11-01T19:43:58.227Z | + cp tools/test_replay.sh /work/scripts/ |
2165 | 2024-11-01T19:43:58.229Z | + 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 |
2166 | 2024-11-01T19:43:58.229Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2167 | 2024-11-01T19:43:58.231Z | + 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 |
2168 | 2024-11-01T19:43:58.231Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2169 | 2024-11-01T19:43:58.234Z | + echo in_work_scripts |
2170 | 2024-11-01T19:43:58.234Z | in_work_scripts |
2171 | 2024-11-01T19:43:58.234Z | + ls -l /work/scripts |
2172 | 2024-11-01T19:43:58.237Z | total 7 |
2173 | 2024-11-01T19:43:58.237Z | -rw-r--r-- 1 build build 3056 Nov 1 19:43 perf-downstairs-tick.d |
2174 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 2127 Nov 1 19:43 test_ds.sh |
2175 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 4272 Nov 1 19:43 test_live_repair.sh |
2176 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 6724 Nov 1 19:43 test_repair.sh |
2177 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 3494 Nov 1 19:43 test_replay.sh |
2178 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 13887 Nov 1 19:43 test_up.sh |
2179 | 2024-11-01T19:43:58.237Z | -rwxr-xr-x 1 build build 2407 Nov 1 19:43 upstairs_info.d |
2180 | 2024-11-01T19:43:58.237Z | in_work_bins |
2181 | 2024-11-01T19:43:58.237Z | + echo in_work_bins |
2182 | 2024-11-01T19:43:58.237Z | + ls -l /work/bins |
2183 | 2024-11-01T19:43:58.240Z | total 740564 |
2184 | 2024-11-01T19:43:58.240Z | -rw-r--r-- 1 build build 109573728 Nov 1 19:43 crucible-downstairs.gz |
2185 | 2024-11-01T19:43:58.240Z | -rw-r--r-- 1 build build 104846335 Nov 1 19:43 crucible-hammer.gz |
2186 | 2024-11-01T19:43:58.240Z | -rw-r--r-- 1 build build 109961544 Nov 1 19:43 crutest.gz |
2187 | 2024-11-01T19:43:58.240Z | -rw-r--r-- 1 build build 66336970 Nov 1 19:43 dsc.gz |
2188 | 2024-11-01T19:43:58.240Z | + banner test |
2189 | 2024-11-01T19:43:58.242Z | |
2190 | 2024-11-01T19:43:58.242Z | ##### ###### #### ##### |
2191 | 2024-11-01T19:43:58.242Z | # # # # |
2192 | 2024-11-01T19:43:58.242Z | # ##### #### # |
2193 | 2024-11-01T19:43:58.242Z | # # # # |
2194 | 2024-11-01T19:43:58.242Z | # # # # # |
2195 | 2024-11-01T19:43:58.242Z | # ###### #### # |
2196 | 2024-11-01T19:43:58.242Z | |
2197 | 2024-11-01T19:43:58.242Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2198 | 2024-11-01T19:50:55.435Z | process exited: duration 773864 ms, exit code 0 |
|
2199 | 2024-11-01T19:50:55.449Z | found 12 output files |
2200 | 2024-11-01T19:50:55.449Z | uploading: /work/bins/crucible-downstairs.gz (109573728 bytes) |
2201 | 2024-11-01T19:50:58.411Z | uploaded: /work/bins/crucible-downstairs.gz |
2202 | 2024-11-01T19:50:58.420Z | uploading: /work/bins/crucible-hammer.gz (104846335 bytes) |
2203 | 2024-11-01T19:51:01.157Z | uploaded: /work/bins/crucible-hammer.gz |
2204 | 2024-11-01T19:51:01.162Z | uploading: /work/bins/crutest.gz (109961544 bytes) |
2205 | 2024-11-01T19:51:04.095Z | uploaded: /work/bins/crutest.gz |
2206 | 2024-11-01T19:51:04.101Z | uploading: /work/bins/dsc.gz (66336970 bytes) |
2207 | 2024-11-01T19:51:06.538Z | uploaded: /work/bins/dsc.gz |
2208 | 2024-11-01T19:51:06.541Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2209 | 2024-11-01T19:51:07.549Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2210 | 2024-11-01T19:51:07.549Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2211 | 2024-11-01T19:51:08.558Z | uploaded: /work/scripts/test_ds.sh |
2212 | 2024-11-01T19:51:08.561Z | uploading: /work/scripts/test_live_repair.sh (4272 bytes) |
2213 | 2024-11-01T19:51:09.568Z | uploaded: /work/scripts/test_live_repair.sh |
2214 | 2024-11-01T19:51:09.571Z | uploading: /work/scripts/test_repair.sh (6724 bytes) |
2215 | 2024-11-01T19:51:10.578Z | uploaded: /work/scripts/test_repair.sh |
2216 | 2024-11-01T19:51:10.581Z | uploading: /work/scripts/test_replay.sh (3494 bytes) |
2217 | 2024-11-01T19:51:11.587Z | uploaded: /work/scripts/test_replay.sh |
2218 | 2024-11-01T19:51:11.590Z | uploading: /work/scripts/test_up.sh (13887 bytes) |
2219 | 2024-11-01T19:51:12.596Z | uploaded: /work/scripts/test_up.sh |
2220 | 2024-11-01T19:51:12.596Z | uploading: /work/scripts/upstairs_info.d (2407 bytes) |
2221 | 2024-11-01T19:51:13.604Z | uploaded: /work/scripts/upstairs_info.d |
2222 | 2024-11-01T19:51:13.608Z | uploading: /tmp/cargo-test-out.log (81419172 bytes) |
2223 | 2024-11-01T19:51:15.992Z | uploaded: /tmp/cargo-test-out.log |