|
|
|
1 | 2025-01-14T15:56:21.302Z | job assigned to worker 01JHJRDE70ENWJ5DBX7JSV2EHA [factory aws, i-0e2d858469ae180a1] (queued for 1 m 10 s) |
|
2 | 2025-01-14T15:56:29.678Z | starting task 0: "setup" |
3 | 2025-01-14T15:56:29.690Z | ++ uname -s |
4 | 2025-01-14T15:56:29.692Z | + kern=SunOS |
5 | 2025-01-14T15:56:29.692Z | + case "$kern" in |
6 | 2025-01-14T15:56:29.692Z | + groupadd -g 12345 build |
7 | 2025-01-14T15:56:29.694Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T15:56:31.703Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T15:56:31.825Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T15:56:31.831Z | + home_fs=zfs |
11 | 2025-01-14T15:56:31.831Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T15:56:31.831Z | + mkdir -p /home/build |
13 | 2025-01-14T15:56:31.834Z | + chown build:build /home/build /work |
14 | 2025-01-14T15:56:33.832Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T15:56:33.835Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2025-01-14T15:56:33.841Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T15:56:33.846Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T15:56:33.846Z | ' 1.84.0 |
19 | 2025-01-14T15:56:33.849Z | * toolchain channel = "1.84.0" |
20 | 2025-01-14T15:56:33.849Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-14T15:56:33.849Z | ' default |
22 | 2025-01-14T15:56:33.849Z | * toolchain profile = "default" |
23 | 2025-01-14T15:56:33.849Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T15:56:33.849Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-14T15:56:33.964Z | info: downloading installer |
26 | 2025-01-14T15:56:35.156Z | info: profile set to 'default' |
27 | 2025-01-14T15:56:35.156Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T15:56:35.158Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-14T15:56:35.310Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-14T15:56:35.310Z | info: downloading component 'cargo' |
31 | 2025-01-14T15:56:36.184Z | info: downloading component 'clippy' |
32 | 2025-01-14T15:56:36.519Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T15:56:37.713Z | info: downloading component 'rust-std' |
34 | 2025-01-14T15:56:39.481Z | info: downloading component 'rustc' |
35 | 2025-01-14T15:56:46.347Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T15:56:46.600Z | info: installing component 'cargo' |
37 | 2025-01-14T15:56:47.440Z | info: installing component 'clippy' |
38 | 2025-01-14T15:56:47.823Z | info: installing component 'rust-docs' |
39 | 2025-01-14T15:56:49.510Z | info: installing component 'rust-std' |
40 | 2025-01-14T15:56:51.219Z | info: installing component 'rustc' |
41 | 2025-01-14T15:56:57.248Z | info: installing component 'rustfmt' |
42 | 2025-01-14T15:56:57.582Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-14T15:56:57.582Z | |
44 | 2025-01-14T15:56:57.971Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-14T15:56:57.971Z | |
46 | 2025-01-14T15:56:57.974Z | |
47 | 2025-01-14T15:56:57.974Z | Rust is installed now. Great! |
48 | 2025-01-14T15:56:57.974Z | |
49 | 2025-01-14T15:56:57.974Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T15:56:57.974Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T15:56:57.974Z | |
52 | 2025-01-14T15:56:57.974Z | To configure your current shell, you need to source |
53 | 2025-01-14T15:56:57.974Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T15:56:57.974Z | |
55 | 2025-01-14T15:56:57.974Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T15:56:57.974Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T15:56:57.974Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T15:56:58.052Z | + rustc --version |
59 | 2025-01-14T15:56:58.119Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-14T15:56:58.123Z | process exited: duration 24276 ms, exit code 0 |
|
61 | 2025-01-14T15:56:58.128Z | starting task 2: "authentication" |
62 | 2025-01-14T15:56:58.149Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-14T15:56:58.154Z | starting task 3: "clone repository" |
64 | 2025-01-14T15:56:58.159Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2025-01-14T15:56:58.162Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2025-01-14T15:56:58.203Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2025-01-14T15:56:59.719Z | + cd /work/oxidecomputer/crucible |
68 | 2025-01-14T15:56:59.722Z | + git fetch origin 42687c1346c9f5be1faf41362247db1201c426a8 |
69 | 2025-01-14T15:56:59.987Z | From https://github.com/oxidecomputer/crucible |
70 | 2025-01-14T15:56:59.987Z | * branch 42687c1346c9f5be1faf41362247db1201c426a8 -> FETCH_HEAD |
71 | 2025-01-14T15:56:59.996Z | + [[ -n mkeeter/separate-notify-task ]] |
72 | 2025-01-14T15:56:59.999Z | ++ git branch --show-current |
73 | 2025-01-14T15:57:00.002Z | + current=main |
74 | 2025-01-14T15:57:00.002Z | + [[ main != mkeeter/separate-notify-task ]] |
75 | 2025-01-14T15:57:00.002Z | + git branch -f mkeeter/separate-notify-task 42687c1346c9f5be1faf41362247db1201c426a8 |
76 | 2025-01-14T15:57:00.005Z | + git checkout -f mkeeter/separate-notify-task |
77 | 2025-01-14T15:57:00.029Z | Switched to branch 'mkeeter/separate-notify-task' |
78 | 2025-01-14T15:57:00.032Z | + git reset --hard 42687c1346c9f5be1faf41362247db1201c426a8 |
79 | 2025-01-14T15:57:00.057Z | HEAD is now at 42687c1 Move Nexus notifications to a standalone task |
80 | 2025-01-14T15:57:00.059Z | process exited: duration 1903 ms, exit code 0 |
|
81 | 2025-01-14T15:57:00.064Z | starting task 4: "build" |
82 | 2025-01-14T15:57:00.070Z | + cargo --version |
83 | 2025-01-14T15:57:00.132Z | cargo 1.84.0 (66221abde 2024-11-19) |
84 | 2025-01-14T15:57:00.135Z | + rustc --version |
85 | 2025-01-14T15:57:00.198Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
86 | 2025-01-14T15:57:00.201Z | + banner cores |
87 | 2025-01-14T15:57:00.204Z | |
88 | 2025-01-14T15:57:00.204Z | #### #### ##### ###### #### |
89 | 2025-01-14T15:57:00.204Z | # # # # # # # # |
90 | 2025-01-14T15:57:00.204Z | # # # # # ##### #### |
91 | 2025-01-14T15:57:00.204Z | # # # ##### # # |
92 | 2025-01-14T15:57:00.205Z | # # # # # # # # # |
93 | 2025-01-14T15:57:00.205Z | #### #### # # ###### #### |
94 | 2025-01-14T15:57:00.205Z | |
95 | 2025-01-14T15:57:00.207Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
96 | 2025-01-14T15:57:00.213Z | + banner build |
97 | 2025-01-14T15:57:00.216Z | |
98 | 2025-01-14T15:57:00.216Z | ##### # # # # ##### |
99 | 2025-01-14T15:57:00.216Z | # # # # # # # # |
100 | 2025-01-14T15:57:00.216Z | ##### # # # # # # |
101 | 2025-01-14T15:57:00.216Z | # # # # # # # # |
102 | 2025-01-14T15:57:00.216Z | # # # # # # # # |
103 | 2025-01-14T15:57:00.216Z | ##### #### # ###### ##### |
104 | 2025-01-14T15:57:00.216Z | |
105 | 2025-01-14T15:57:00.216Z | + ptime -m cargo build --verbose --all-features |
106 | 2025-01-14T15:57:00.381Z | Updating crates.io index |
107 | 2025-01-14T15:57:00.442Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
108 | 2025-01-14T15:57:07.353Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
109 | 2025-01-14T15:57:07.768Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
110 | 2025-01-14T15:57:08.293Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
111 | 2025-01-14T15:57:08.602Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
112 | 2025-01-14T15:57:08.883Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
113 | 2025-01-14T15:57:09.213Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
114 | 2025-01-14T15:57:10.081Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
115 | 2025-01-14T15:57:11.609Z | Updating git repository `https://github.com/oxidecomputer/opte` |
116 | 2025-01-14T15:57:12.182Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
117 | 2025-01-14T15:57:12.751Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
118 | 2025-01-14T15:57:13.030Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
119 | 2025-01-14T15:57:13.508Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
120 | 2025-01-14T15:57:14.276Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
121 | 2025-01-14T15:57:14.536Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
122 | 2025-01-14T15:57:15.768Z | Downloading crates ... |
123 | 2025-01-14T15:57:15.839Z | Downloaded aead v0.5.2 |
124 | 2025-01-14T15:57:15.841Z | Downloaded anstream v0.6.12 |
125 | 2025-01-14T15:57:15.844Z | Downloaded ahash v0.7.7 |
126 | 2025-01-14T15:57:15.847Z | Downloaded cfg_aliases v0.1.1 |
127 | 2025-01-14T15:57:15.850Z | Downloaded adler v1.0.2 |
128 | 2025-01-14T15:57:15.852Z | Downloaded cfg_aliases v0.2.1 |
129 | 2025-01-14T15:57:15.855Z | Downloaded atty v0.2.14 |
130 | 2025-01-14T15:57:15.857Z | Downloaded atomicwrites v0.4.4 |
131 | 2025-01-14T15:57:15.859Z | Downloaded convert_case v0.4.0 |
132 | 2025-01-14T15:57:15.859Z | Downloaded bytecheck_derive v0.6.11 |
133 | 2025-01-14T15:57:15.861Z | Downloaded colorchoice v1.0.0 |
134 | 2025-01-14T15:57:15.864Z | Downloaded native-tls v0.2.11 |
135 | 2025-01-14T15:57:15.866Z | Downloaded ahash v0.8.6 |
136 | 2025-01-14T15:57:15.869Z | Downloaded newtype_derive v0.1.6 |
137 | 2025-01-14T15:57:15.872Z | Downloaded newline-converter v0.3.0 |
138 | 2025-01-14T15:57:15.874Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-01-14T15:57:15.877Z | Downloaded cstr-argument v0.1.2 |
140 | 2025-01-14T15:57:15.882Z | Downloaded progenitor-client v0.8.0 |
141 | 2025-01-14T15:57:15.884Z | Downloaded darling_macro v0.20.3 |
142 | 2025-01-14T15:57:15.884Z | Downloaded autocfg v0.1.8 |
143 | 2025-01-14T15:57:15.886Z | Downloaded dirs-next v2.0.0 |
144 | 2025-01-14T15:57:15.886Z | Downloaded omicron-workspace-hack v0.1.0 |
145 | 2025-01-14T15:57:15.889Z | Downloaded anstyle-query v1.0.0 |
146 | 2025-01-14T15:57:15.889Z | Downloaded anstyle v1.0.8 |
147 | 2025-01-14T15:57:15.892Z | Downloaded async-stream-impl v0.3.5 |
148 | 2025-01-14T15:57:15.893Z | Downloaded num-conv v0.1.0 |
149 | 2025-01-14T15:57:15.898Z | Downloaded ptr_meta v0.1.4 |
150 | 2025-01-14T15:57:15.898Z | Downloaded opaque-debug v0.3.0 |
151 | 2025-01-14T15:57:15.898Z | Downloaded block-buffer v0.10.4 |
152 | 2025-01-14T15:57:15.901Z | Downloaded newtype-uuid v1.1.0 |
153 | 2025-01-14T15:57:15.901Z | Downloaded embedded-io v0.4.0 |
154 | 2025-01-14T15:57:15.901Z | Downloaded cipher v0.4.4 |
155 | 2025-01-14T15:57:15.903Z | Downloaded mime v0.3.17 |
156 | 2025-01-14T15:57:15.903Z | Downloaded pretty-hex v0.2.1 |
157 | 2025-01-14T15:57:15.906Z | Downloaded num_threads v0.1.6 |
158 | 2025-01-14T15:57:15.906Z | Downloaded dirs-sys v0.3.7 |
159 | 2025-01-14T15:57:15.908Z | Downloaded ptr_meta_derive v0.1.4 |
160 | 2025-01-14T15:57:15.909Z | Downloaded async-recursion v1.1.1 |
161 | 2025-01-14T15:57:15.913Z | Downloaded crossbeam-deque v0.8.3 |
162 | 2025-01-14T15:57:15.916Z | Downloaded cobs v0.2.3 |
163 | 2025-01-14T15:57:15.916Z | Downloaded progenitor-client v0.9.1 |
164 | 2025-01-14T15:57:15.919Z | Downloaded number_prefix v0.4.0 |
165 | 2025-01-14T15:57:15.919Z | Downloaded pretty-hex v0.4.1 |
166 | 2025-01-14T15:57:15.921Z | Downloaded phf_generator v0.11.2 |
167 | 2025-01-14T15:57:15.921Z | Downloaded either v1.13.0 |
168 | 2025-01-14T15:57:15.924Z | Downloaded parse-display-derive v0.10.0 |
169 | 2025-01-14T15:57:15.926Z | Downloaded ppv-lite86 v0.2.17 |
170 | 2025-01-14T15:57:15.926Z | Downloaded num-integer v0.1.46 |
171 | 2025-01-14T15:57:15.929Z | Downloaded num-derive v0.4.2 |
172 | 2025-01-14T15:57:15.932Z | Downloaded num_cpus v1.16.0 |
173 | 2025-01-14T15:57:15.934Z | Downloaded phf_shared v0.11.2 |
174 | 2025-01-14T15:57:15.937Z | Downloaded num v0.4.3 |
175 | 2025-01-14T15:57:15.937Z | Downloaded time-core v0.1.2 |
176 | 2025-01-14T15:57:15.939Z | Downloaded polyval v0.6.1 |
177 | 2025-01-14T15:57:15.941Z | Downloaded pin-utils v0.1.0 |
178 | 2025-01-14T15:57:15.941Z | Downloaded digest v0.10.7 |
179 | 2025-01-14T15:57:15.943Z | Downloaded data-encoding v2.5.0 |
180 | 2025-01-14T15:57:15.946Z | Downloaded powerfmt v0.2.0 |
181 | 2025-01-14T15:57:15.949Z | Downloaded num_enum v0.5.11 |
182 | 2025-01-14T15:57:15.952Z | Downloaded proc-macro-crate v1.3.1 |
183 | 2025-01-14T15:57:15.955Z | Downloaded proc-macro-error-attr v1.0.4 |
184 | 2025-01-14T15:57:15.957Z | Downloaded parse-display v0.10.0 |
185 | 2025-01-14T15:57:15.957Z | Downloaded pkg-config v0.3.27 |
186 | 2025-01-14T15:57:15.960Z | Downloaded waitgroup v0.1.2 |
187 | 2025-01-14T15:57:15.962Z | Downloaded percent-encoding v2.3.1 |
188 | 2025-01-14T15:57:15.962Z | Downloaded phf v0.11.2 |
189 | 2025-01-14T15:57:15.964Z | Downloaded vte_generate_state_changes v0.1.1 |
190 | 2025-01-14T15:57:15.964Z | Downloaded progenitor-macro v0.9.1 |
191 | 2025-01-14T15:57:15.967Z | Downloaded backoff v0.4.0 |
192 | 2025-01-14T15:57:15.969Z | Downloaded parking_lot_core v0.9.9 |
193 | 2025-01-14T15:57:15.972Z | Downloaded progenitor-macro v0.8.0 |
194 | 2025-01-14T15:57:15.974Z | Downloaded proc-macro-crate v2.0.0 |
195 | 2025-01-14T15:57:15.974Z | Downloaded proc-macro-error v1.0.4 |
196 | 2025-01-14T15:57:15.977Z | Downloaded num-complex v0.4.6 |
197 | 2025-01-14T15:57:15.980Z | Downloaded dirs v4.0.0 |
198 | 2025-01-14T15:57:15.982Z | Downloaded ident_case v1.0.1 |
199 | 2025-01-14T15:57:15.982Z | Downloaded structmeta-derive v0.3.0 |
200 | 2025-01-14T15:57:15.985Z | Downloaded strip-ansi-escapes v0.2.0 |
201 | 2025-01-14T15:57:15.987Z | Downloaded anstyle-parse v0.2.2 |
202 | 2025-01-14T15:57:15.987Z | Downloaded progenitor v0.8.0 |
203 | 2025-01-14T15:57:15.989Z | Downloaded clap_derive v4.5.18 |
204 | 2025-01-14T15:57:15.992Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
205 | 2025-01-14T15:57:15.994Z | Downloaded borsh-derive v1.3.0 |
206 | 2025-01-14T15:57:15.997Z | Downloaded thiserror-impl v2.0.11 |
207 | 2025-01-14T15:57:15.999Z | Downloaded typify-macro v0.3.0 |
208 | 2025-01-14T15:57:16.002Z | Downloaded once_cell v1.19.0 |
209 | 2025-01-14T15:57:16.004Z | Downloaded wyz v0.5.1 |
210 | 2025-01-14T15:57:16.004Z | Downloaded untrusted v0.9.0 |
211 | 2025-01-14T15:57:16.007Z | Downloaded pin-project-lite v0.2.13 |
212 | 2025-01-14T15:57:16.011Z | Downloaded foreign-types v0.3.2 |
213 | 2025-01-14T15:57:16.014Z | Downloaded password-hash v0.5.0 |
214 | 2025-01-14T15:57:16.016Z | Downloaded pest_meta v2.7.6 |
215 | 2025-01-14T15:57:16.019Z | Downloaded fixedbitset v0.4.2 |
216 | 2025-01-14T15:57:16.021Z | Downloaded omicron-zone-package v0.11.1 |
217 | 2025-01-14T15:57:16.024Z | Downloaded derive_more v0.99.18 |
218 | 2025-01-14T15:57:16.029Z | Downloaded utf8-width v0.1.6 |
219 | 2025-01-14T15:57:16.031Z | Downloaded derive-where v1.2.7 |
220 | 2025-01-14T15:57:16.033Z | Downloaded allocator-api2 v0.2.16 |
221 | 2025-01-14T15:57:16.037Z | Downloaded hubpack_derive v0.1.1 |
222 | 2025-01-14T15:57:16.039Z | Downloaded http-range v0.1.5 |
223 | 2025-01-14T15:57:16.039Z | Downloaded http-body v1.0.1 |
224 | 2025-01-14T15:57:16.042Z | Downloaded float-ord v0.3.2 |
225 | 2025-01-14T15:57:16.042Z | Downloaded serde_spanned v0.6.7 |
226 | 2025-01-14T15:57:16.044Z | Downloaded resolv-conf v0.7.0 |
227 | 2025-01-14T15:57:16.047Z | Downloaded rand_xorshift v0.1.1 |
228 | 2025-01-14T15:57:16.047Z | Downloaded tokio-rustls v0.26.0 |
229 | 2025-01-14T15:57:16.049Z | Downloaded serde_tokenstream v0.2.2 |
230 | 2025-01-14T15:57:16.061Z | Downloaded scroll_derive v0.12.0 |
231 | 2025-01-14T15:57:16.064Z | Downloaded slog-async v2.8.0 |
232 | 2025-01-14T15:57:16.064Z | Downloaded scopeguard v1.2.0 |
233 | 2025-01-14T15:57:16.064Z | Downloaded usdt-attr-macro v0.5.0 |
234 | 2025-01-14T15:57:16.064Z | Downloaded statistical v1.0.0 |
235 | 2025-01-14T15:57:16.064Z | Downloaded swrite v0.1.0 |
236 | 2025-01-14T15:57:16.064Z | Downloaded smf v0.2.3 |
237 | 2025-01-14T15:57:16.064Z | Downloaded same-file v1.0.6 |
238 | 2025-01-14T15:57:16.064Z | Downloaded progenitor-impl v0.9.1 |
239 | 2025-01-14T15:57:16.067Z | Downloaded proc-macro2 v1.0.92 |
240 | 2025-01-14T15:57:16.067Z | Downloaded twox-hash v1.6.3 |
241 | 2025-01-14T15:57:16.070Z | Downloaded opentelemetry v0.24.0 |
242 | 2025-01-14T15:57:16.074Z | Downloaded hex v0.4.3 |
243 | 2025-01-14T15:57:16.078Z | Downloaded futures-channel v0.3.31 |
244 | 2025-01-14T15:57:16.080Z | Downloaded foreign-types-shared v0.3.1 |
245 | 2025-01-14T15:57:16.080Z | Downloaded rand_jitter v0.1.4 |
246 | 2025-01-14T15:57:16.083Z | Downloaded quick-error v1.2.3 |
247 | 2025-01-14T15:57:16.083Z | Downloaded hubpack v0.1.2 |
248 | 2025-01-14T15:57:16.085Z | Downloaded rand_isaac v0.1.1 |
249 | 2025-01-14T15:57:16.087Z | Downloaded http-body-util v0.1.2 |
250 | 2025-01-14T15:57:16.090Z | Downloaded opentelemetry v0.21.0 |
251 | 2025-01-14T15:57:16.092Z | Downloaded usdt-macro v0.5.0 |
252 | 2025-01-14T15:57:16.094Z | Downloaded usdt v0.5.0 |
253 | 2025-01-14T15:57:16.095Z | Downloaded ucd-trie v0.1.6 |
254 | 2025-01-14T15:57:16.097Z | Downloaded filetime v0.2.22 |
255 | 2025-01-14T15:57:16.097Z | Downloaded terminal_size v0.4.0 |
256 | 2025-01-14T15:57:16.100Z | Downloaded macaddr v1.0.1 |
257 | 2025-01-14T15:57:16.102Z | Downloaded rand_hc v0.1.0 |
258 | 2025-01-14T15:57:16.104Z | Downloaded num-bigint v0.2.6 |
259 | 2025-01-14T15:57:16.107Z | Downloaded structmeta v0.3.0 |
260 | 2025-01-14T15:57:16.110Z | Downloaded strsim v0.10.0 |
261 | 2025-01-14T15:57:16.112Z | Downloaded schemars_derive v0.8.21 |
262 | 2025-01-14T15:57:16.112Z | Downloaded openssl-sys v0.9.95 |
263 | 2025-01-14T15:57:16.117Z | Downloaded instant v0.1.12 |
264 | 2025-01-14T15:57:16.119Z | Downloaded unicase v2.7.0 |
265 | 2025-01-14T15:57:16.121Z | Downloaded want v0.3.1 |
266 | 2025-01-14T15:57:16.121Z | Downloaded term v0.7.0 |
267 | 2025-01-14T15:57:16.125Z | Downloaded httparse v1.8.0 |
268 | 2025-01-14T15:57:16.127Z | Downloaded lru-cache v0.1.2 |
269 | 2025-01-14T15:57:16.130Z | Downloaded bytes v1.9.0 |
270 | 2025-01-14T15:57:16.133Z | Downloaded iana-time-zone v0.1.58 |
271 | 2025-01-14T15:57:16.136Z | Downloaded futures-sink v0.3.31 |
272 | 2025-01-14T15:57:16.139Z | Downloaded futures-macro v0.3.31 |
273 | 2025-01-14T15:57:16.141Z | Downloaded seahash v4.1.0 |
274 | 2025-01-14T15:57:16.141Z | Downloaded base64 v0.22.1 |
275 | 2025-01-14T15:57:16.145Z | Downloaded equivalent v1.0.1 |
276 | 2025-01-14T15:57:16.147Z | Downloaded zone_cfg_derive v0.3.0 |
277 | 2025-01-14T15:57:16.147Z | Downloaded sigpipe v0.1.3 |
278 | 2025-01-14T15:57:16.150Z | Downloaded borsh v1.3.0 |
279 | 2025-01-14T15:57:16.153Z | Downloaded stable_deref_trait v1.2.0 |
280 | 2025-01-14T15:57:16.155Z | Downloaded signal-hook-registry v1.4.1 |
281 | 2025-01-14T15:57:16.156Z | Downloaded strsim v0.11.0 |
282 | 2025-01-14T15:57:16.158Z | Downloaded smallvec v1.13.2 |
283 | 2025-01-14T15:57:16.160Z | Downloaded time-macros v0.2.18 |
284 | 2025-01-14T15:57:16.163Z | Downloaded is-terminal v0.4.12 |
285 | 2025-01-14T15:57:16.165Z | Downloaded walkdir v2.4.0 |
286 | 2025-01-14T15:57:16.167Z | Downloaded take_mut v0.2.2 |
287 | 2025-01-14T15:57:16.167Z | Downloaded integer-encoding v3.0.4 |
288 | 2025-01-14T15:57:16.170Z | Downloaded signal-hook v0.3.17 |
289 | 2025-01-14T15:57:16.172Z | Downloaded xattr v1.0.1 |
290 | 2025-01-14T15:57:16.175Z | Downloaded tracing-log v0.2.0 |
291 | 2025-01-14T15:57:16.177Z | Downloaded ipnetwork v0.20.0 |
292 | 2025-01-14T15:57:16.180Z | Downloaded rkyv_derive v0.7.43 |
293 | 2025-01-14T15:57:16.180Z | Downloaded threadpool v1.8.1 |
294 | 2025-01-14T15:57:16.182Z | Downloaded scroll v0.12.0 |
295 | 2025-01-14T15:57:16.182Z | Downloaded usdt-impl v0.5.0 |
296 | 2025-01-14T15:57:16.184Z | Downloaded typenum v1.17.0 |
297 | 2025-01-14T15:57:16.187Z | Downloaded tower-service v0.3.2 |
298 | 2025-01-14T15:57:16.189Z | Downloaded syn_derive v0.1.8 |
299 | 2025-01-14T15:57:16.189Z | Downloaded crossbeam-channel v0.5.13 |
300 | 2025-01-14T15:57:16.193Z | Downloaded tar v0.4.40 |
301 | 2025-01-14T15:57:16.197Z | Downloaded typify-macro v0.2.0 |
302 | 2025-01-14T15:57:16.199Z | Downloaded signal-hook-tokio v0.3.1 |
303 | 2025-01-14T15:57:16.201Z | Downloaded zerocopy v0.6.6 |
304 | 2025-01-14T15:57:16.204Z | Downloaded typify v0.3.0 |
305 | 2025-01-14T15:57:16.207Z | Downloaded errno v0.3.9 |
306 | 2025-01-14T15:57:16.210Z | Downloaded embedded-io v0.6.1 |
307 | 2025-01-14T15:57:16.210Z | Downloaded sha2 v0.10.8 |
308 | 2025-01-14T15:57:16.212Z | Downloaded rend v0.4.1 |
309 | 2025-01-14T15:57:16.214Z | Downloaded enum-as-inner v0.6.0 |
310 | 2025-01-14T15:57:16.217Z | Downloaded zone v0.3.0 |
311 | 2025-01-14T15:57:16.217Z | Downloaded signal-hook-mio v0.2.4 |
312 | 2025-01-14T15:57:16.219Z | Downloaded sync_wrapper v1.0.1 |
313 | 2025-01-14T15:57:16.219Z | Downloaded sha1 v0.10.6 |
314 | 2025-01-14T15:57:16.221Z | Downloaded schemars v0.8.21 |
315 | 2025-01-14T15:57:16.232Z | Downloaded libsw v3.3.1 |
316 | 2025-01-14T15:57:16.235Z | Downloaded highway v1.2.0 |
317 | 2025-01-14T15:57:16.237Z | Downloaded vte v0.11.1 |
318 | 2025-01-14T15:57:16.239Z | Downloaded log v0.4.22 |
319 | 2025-01-14T15:57:16.242Z | Downloaded version_check v0.9.5 |
320 | 2025-01-14T15:57:16.244Z | Downloaded siphasher v0.3.11 |
321 | 2025-01-14T15:57:16.246Z | Downloaded uuid v1.11.0 |
322 | 2025-01-14T15:57:16.248Z | Downloaded static_assertions v1.1.0 |
323 | 2025-01-14T15:57:16.250Z | Downloaded futures-task v0.3.31 |
324 | 2025-01-14T15:57:16.250Z | Downloaded futures-io v0.3.31 |
325 | 2025-01-14T15:57:16.253Z | Downloaded heapless v0.8.0 |
326 | 2025-01-14T15:57:16.256Z | Downloaded serde-big-array v0.5.1 |
327 | 2025-01-14T15:57:16.258Z | Downloaded human_bytes v0.4.3 |
328 | 2025-01-14T15:57:16.261Z | Downloaded quinn-udp v0.5.5 |
329 | 2025-01-14T15:57:16.261Z | Downloaded inout v0.1.3 |
330 | 2025-01-14T15:57:16.263Z | Downloaded mio v1.0.2 |
331 | 2025-01-14T15:57:16.267Z | Downloaded futures-executor v0.3.31 |
332 | 2025-01-14T15:57:16.269Z | Downloaded thrift v0.17.0 |
333 | 2025-01-14T15:57:16.271Z | Downloaded pest v2.7.6 |
334 | 2025-01-14T15:57:16.277Z | Downloaded rand_core v0.3.1 |
335 | 2025-01-14T15:57:16.279Z | Downloaded serde_repr v0.1.18 |
336 | 2025-01-14T15:57:16.281Z | Downloaded rand_chacha v0.3.1 |
337 | 2025-01-14T15:57:16.283Z | Downloaded thiserror v2.0.11 |
338 | 2025-01-14T15:57:16.287Z | Downloaded spin v0.9.8 |
339 | 2025-01-14T15:57:16.290Z | Downloaded quinn v0.11.5 |
340 | 2025-01-14T15:57:16.294Z | Downloaded match_cfg v0.1.0 |
341 | 2025-01-14T15:57:16.296Z | Downloaded thread_local v1.1.7 |
342 | 2025-01-14T15:57:16.296Z | Downloaded semver v0.1.20 |
343 | 2025-01-14T15:57:16.298Z | Downloaded home v0.5.5 |
344 | 2025-01-14T15:57:16.298Z | Downloaded fallible-streaming-iterator v0.1.9 |
345 | 2025-01-14T15:57:16.301Z | Downloaded nom v7.1.3 |
346 | 2025-01-14T15:57:16.305Z | Downloaded rand_core v0.4.2 |
347 | 2025-01-14T15:57:16.307Z | Downloaded fastrand v2.0.1 |
348 | 2025-01-14T15:57:16.309Z | Downloaded foreign-types-shared v0.1.1 |
349 | 2025-01-14T15:57:16.309Z | Downloaded managed v0.8.0 |
350 | 2025-01-14T15:57:16.312Z | Downloaded tabwriter v1.4.0 |
351 | 2025-01-14T15:57:16.312Z | Downloaded slog-dtrace v0.3.0 |
352 | 2025-01-14T15:57:16.314Z | Downloaded rand v0.6.5 |
353 | 2025-01-14T15:57:16.318Z | Downloaded thread-id v4.2.1 |
354 | 2025-01-14T15:57:16.322Z | Downloaded thiserror-impl v1.0.66 |
355 | 2025-01-14T15:57:16.324Z | Downloaded flate2 v1.0.28 |
356 | 2025-01-14T15:57:16.326Z | Downloaded hostname v0.3.1 |
357 | 2025-01-14T15:57:16.329Z | Downloaded hash32 v0.3.1 |
358 | 2025-01-14T15:57:16.331Z | Downloaded form_urlencoded v1.2.1 |
359 | 2025-01-14T15:57:16.331Z | Downloaded rustc_version v0.4.0 |
360 | 2025-01-14T15:57:16.333Z | Downloaded funty v2.0.0 |
361 | 2025-01-14T15:57:16.333Z | Downloaded serde_with_macros v3.9.0 |
362 | 2025-01-14T15:57:16.336Z | Downloaded quote v1.0.38 |
363 | 2025-01-14T15:57:16.338Z | Downloaded rand_core v0.6.4 |
364 | 2025-01-14T15:57:16.341Z | Downloaded generic-array v0.14.7 |
365 | 2025-01-14T15:57:16.341Z | Downloaded semver v1.0.24 |
366 | 2025-01-14T15:57:16.344Z | Downloaded serde_derive v1.0.217 |
367 | 2025-01-14T15:57:16.346Z | Downloaded portable-atomic v1.5.1 |
368 | 2025-01-14T15:57:16.352Z | Downloaded toml_datetime v0.6.8 |
369 | 2025-01-14T15:57:16.354Z | Downloaded opentelemetry-jaeger v0.20.0 |
370 | 2025-01-14T15:57:16.357Z | Downloaded crossterm v0.28.1 |
371 | 2025-01-14T15:57:16.364Z | Downloaded rustls-pemfile v2.1.3 |
372 | 2025-01-14T15:57:16.366Z | Downloaded tracing-core v0.1.32 |
373 | 2025-01-14T15:57:16.369Z | Downloaded sharded-slab v0.1.7 |
374 | 2025-01-14T15:57:16.373Z | Downloaded http v0.2.12 |
375 | 2025-01-14T15:57:16.376Z | Downloaded tokio-rustls v0.24.1 |
376 | 2025-01-14T15:57:16.380Z | Downloaded getrandom v0.2.11 |
377 | 2025-01-14T15:57:16.382Z | Downloaded indicatif v0.17.8 |
378 | 2025-01-14T15:57:16.386Z | Downloaded unsafe-libyaml v0.2.9 |
379 | 2025-01-14T15:57:16.390Z | Downloaded rayon-core v1.12.1 |
380 | 2025-01-14T15:57:16.394Z | Downloaded serde_yaml v0.9.27 |
381 | 2025-01-14T15:57:16.398Z | Downloaded hashbrown v0.12.3 |
382 | 2025-01-14T15:57:16.402Z | Downloaded rustls-pki-types v1.8.0 |
383 | 2025-01-14T15:57:16.404Z | Downloaded time v0.3.36 |
384 | 2025-01-14T15:57:16.412Z | Downloaded toml v0.8.19 |
385 | 2025-01-14T15:57:16.415Z | Downloaded tinyvec v1.6.0 |
386 | 2025-01-14T15:57:16.419Z | Downloaded toml v0.7.8 |
387 | 2025-01-14T15:57:16.422Z | Downloaded indexmap v2.7.0 |
388 | 2025-01-14T15:57:16.426Z | Downloaded hickory-resolver v0.24.1 |
389 | 2025-01-14T15:57:16.431Z | Downloaded toml_edit v0.22.20 |
390 | 2025-01-14T15:57:16.453Z | Downloaded unicode-ident v1.0.14 |
391 | 2025-01-14T15:57:16.455Z | Downloaded serde v1.0.217 |
392 | 2025-01-14T15:57:16.458Z | Downloaded http v1.2.0 |
393 | 2025-01-14T15:57:16.463Z | Downloaded rkyv v0.7.43 |
394 | 2025-01-14T15:57:16.471Z | Downloaded toml_edit v0.20.7 |
395 | 2025-01-14T15:57:16.492Z | Downloaded itertools v0.10.5 |
396 | 2025-01-14T15:57:16.497Z | Downloaded rusqlite v0.32.1 |
397 | 2025-01-14T15:57:16.504Z | Downloaded aho-corasick v1.1.2 |
398 | 2025-01-14T15:57:16.510Z | Downloaded itertools v0.12.1 |
399 | 2025-01-14T15:57:16.517Z | Downloaded memchr v2.7.4 |
400 | 2025-01-14T15:57:16.522Z | Downloaded toml_edit v0.19.15 |
401 | 2025-01-14T15:57:16.540Z | Downloaded libm v0.2.8 |
402 | 2025-01-14T15:57:16.547Z | Downloaded tracing-opentelemetry v0.22.0 |
403 | 2025-01-14T15:57:16.551Z | Downloaded tracing-subscriber v0.3.18 |
404 | 2025-01-14T15:57:16.559Z | Downloaded winnow v0.5.19 |
405 | 2025-01-14T15:57:16.568Z | Downloaded bitvec v1.0.1 |
406 | 2025-01-14T15:57:16.587Z | Downloaded unicode-normalization v0.1.22 |
407 | 2025-01-14T15:57:16.592Z | Downloaded nix v0.26.4 |
408 | 2025-01-14T15:57:16.597Z | Downloaded tokio-util v0.7.11 |
409 | 2025-01-14T15:57:16.604Z | Downloaded reqwest v0.12.9 |
410 | 2025-01-14T15:57:16.617Z | Downloaded serde_with v3.9.0 |
411 | 2025-01-14T15:57:16.620Z | Downloaded winnow v0.6.18 |
412 | 2025-01-14T15:57:16.629Z | Downloaded goblin v0.8.0 |
413 | 2025-01-14T15:57:16.635Z | Downloaded hyper v1.4.1 |
414 | 2025-01-14T15:57:16.642Z | Downloaded openssl v0.10.59 |
415 | 2025-01-14T15:57:16.651Z | Downloaded rustls-webpki v0.101.7 |
416 | 2025-01-14T15:57:16.666Z | Downloaded h2 v0.4.6 |
417 | 2025-01-14T15:57:16.674Z | Downloaded quinn-proto v0.11.8 |
418 | 2025-01-14T15:57:16.679Z | Downloaded rayon v1.10.0 |
419 | 2025-01-14T15:57:16.689Z | Downloaded webpki-roots v0.26.6 |
420 | 2025-01-14T15:57:16.693Z | Downloaded nix v0.29.0 |
421 | 2025-01-14T15:57:16.704Z | Downloaded regex v1.11.1 |
422 | 2025-01-14T15:57:16.724Z | Downloaded syn v1.0.109 |
423 | 2025-01-14T15:57:16.728Z | Downloaded syn v2.0.96 |
424 | 2025-01-14T15:57:16.739Z | Downloaded rustls v0.21.9 |
425 | 2025-01-14T15:57:16.750Z | Downloaded unicode-width v0.1.14 |
426 | 2025-01-14T15:57:16.755Z | Downloaded regex-syntax v0.8.5 |
427 | 2025-01-14T15:57:16.763Z | Downloaded regress v0.9.1 |
428 | 2025-01-14T15:57:16.771Z | Downloaded regress v0.10.1 |
429 | 2025-01-14T15:57:16.779Z | Downloaded hickory-proto v0.24.1 |
430 | 2025-01-14T15:57:16.794Z | Downloaded rustix v0.38.37 |
431 | 2025-01-14T15:57:16.814Z | Downloaded smoltcp v0.11.0 |
432 | 2025-01-14T15:57:16.826Z | Downloaded typify-impl v0.2.0 |
433 | 2025-01-14T15:57:16.839Z | Downloaded openapiv3 v2.0.0 |
434 | 2025-01-14T15:57:16.850Z | Downloaded typify-impl v0.3.0 |
435 | 2025-01-14T15:57:16.864Z | Downloaded rustls v0.23.13 |
436 | 2025-01-14T15:57:16.875Z | Downloaded rustls v0.22.4 |
437 | 2025-01-14T15:57:16.887Z | Downloaded idna v0.4.0 |
438 | 2025-01-14T15:57:16.894Z | Downloaded zerocopy-derive v0.6.6 |
439 | 2025-01-14T15:57:16.902Z | Downloaded dropshot v0.12.0 |
440 | 2025-01-14T15:57:16.921Z | Downloaded futures-util v0.3.31 |
441 | 2025-01-14T15:57:16.931Z | Downloaded git2 v0.19.0 |
442 | 2025-01-14T15:57:16.939Z | Downloaded vcpkg v0.2.15 |
443 | 2025-01-14T15:57:16.974Z | Downloaded regex-automata v0.4.9 |
444 | 2025-01-14T15:57:16.990Z | Downloaded itertools v0.13.0 |
445 | 2025-01-14T15:57:16.996Z | Downloaded rustls-webpki v0.102.8 |
446 | 2025-01-14T15:57:17.014Z | Downloaded petgraph v0.6.5 |
447 | 2025-01-14T15:57:17.029Z | Downloaded hashbrown v0.15.2 |
448 | 2025-01-14T15:57:17.034Z | Downloaded chrono v0.4.38 |
449 | 2025-01-14T15:57:17.041Z | Downloaded serde_json v1.0.135 |
450 | 2025-01-14T15:57:17.047Z | Downloaded zerocopy v0.7.32 |
451 | 2025-01-14T15:57:17.062Z | Downloaded reedline v0.36.0 |
452 | 2025-01-14T15:57:17.069Z | Downloaded unicode-segmentation v1.10.1 |
453 | 2025-01-14T15:57:17.072Z | Downloaded rust_decimal v1.33.1 |
454 | 2025-01-14T15:57:17.078Z | Downloaded blake3 v1.5.1 |
455 | 2025-01-14T15:57:17.084Z | Downloaded hashbrown v0.14.3 |
456 | 2025-01-14T15:57:17.090Z | Downloaded clap_builder v4.5.20 |
457 | 2025-01-14T15:57:17.096Z | Downloaded libc v0.2.161 |
458 | 2025-01-14T15:57:17.121Z | Downloaded tokio v1.39.3 |
459 | 2025-01-14T15:57:17.155Z | Downloaded aes v0.8.3 |
460 | 2025-01-14T15:57:17.158Z | Downloaded clearscreen v2.0.1 |
461 | 2025-01-14T15:57:17.161Z | Downloaded fd-lock v4.0.2 |
462 | 2025-01-14T15:57:17.163Z | Downloaded terminfo v0.8.0 |
463 | 2025-01-14T15:57:17.165Z | Downloaded steno v0.4.1 |
464 | 2025-01-14T15:57:17.169Z | Downloaded csv v1.3.0 |
465 | 2025-01-14T15:57:17.188Z | Downloaded urlencoding v2.1.3 |
466 | 2025-01-14T15:57:17.190Z | Downloaded indexmap v1.9.3 |
467 | 2025-01-14T15:57:17.193Z | Downloaded slog-bunyan v2.5.0 |
468 | 2025-01-14T15:57:17.193Z | Downloaded similar v2.3.0 |
469 | 2025-01-14T15:57:17.197Z | Downloaded tracing-attributes v0.1.27 |
470 | 2025-01-14T15:57:17.199Z | Downloaded whoami v1.5.1 |
471 | 2025-01-14T15:57:17.201Z | Downloaded expectorate v1.1.0 |
472 | 2025-01-14T15:57:17.204Z | Downloaded rand v0.8.5 |
473 | 2025-01-14T15:57:17.206Z | Downloaded indent_write v2.2.0 |
474 | 2025-01-14T15:57:17.209Z | Downloaded slog-json v2.6.1 |
475 | 2025-01-14T15:57:17.211Z | Downloaded opentelemetry_sdk v0.21.2 |
476 | 2025-01-14T15:57:17.216Z | Downloaded futures-core v0.3.31 |
477 | 2025-01-14T15:57:17.218Z | Downloaded rand_chacha v0.1.1 |
478 | 2025-01-14T15:57:17.218Z | Downloaded radium v0.7.0 |
479 | 2025-01-14T15:57:17.220Z | Downloaded serde_urlencoded v0.7.1 |
480 | 2025-01-14T15:57:17.220Z | Downloaded rustls-pemfile v1.0.4 |
481 | 2025-01-14T15:57:17.223Z | Downloaded lazy_static v1.5.0 |
482 | 2025-01-14T15:57:17.225Z | Downloaded rustc-hash v2.0.0 |
483 | 2025-01-14T15:57:17.225Z | Downloaded hyper-util v0.1.9 |
484 | 2025-01-14T15:57:17.228Z | Downloaded slog v2.7.0 |
485 | 2025-01-14T15:57:17.231Z | Downloaded ryu v1.0.15 |
486 | 2025-01-14T15:57:17.234Z | Downloaded base64 v0.21.7 |
487 | 2025-01-14T15:57:17.238Z | Downloaded fallible-iterator v0.3.0 |
488 | 2025-01-14T15:57:17.240Z | Downloaded untrusted v0.7.1 |
489 | 2025-01-14T15:57:17.240Z | Downloaded universal-hash v0.5.1 |
490 | 2025-01-14T15:57:17.242Z | Downloaded thiserror v1.0.66 |
491 | 2025-01-14T15:57:17.245Z | Downloaded tap v1.0.1 |
492 | 2025-01-14T15:57:17.248Z | Downloaded serde_path_to_error v0.1.16 |
493 | 2025-01-14T15:57:17.248Z | Downloaded ipnet v2.9.0 |
494 | 2025-01-14T15:57:17.250Z | Downloaded serde_derive_internals v0.29.1 |
495 | 2025-01-14T15:57:17.250Z | Downloaded vergen v8.3.2 |
496 | 2025-01-14T15:57:17.253Z | Downloaded encoding_rs v0.8.33 |
497 | 2025-01-14T15:57:17.272Z | Downloaded sct v0.7.1 |
498 | 2025-01-14T15:57:17.275Z | Downloaded url v2.4.1 |
499 | 2025-01-14T15:57:17.278Z | Downloaded tracing v0.1.40 |
500 | 2025-01-14T15:57:17.282Z | Downloaded hyper-staticfile v0.10.1 |
501 | 2025-01-14T15:57:17.284Z | Downloaded hyper-rustls v0.27.3 |
502 | 2025-01-14T15:57:17.286Z | Downloaded ringbuffer v0.15.0 |
503 | 2025-01-14T15:57:17.289Z | Downloaded unicode-bidi v0.3.13 |
504 | 2025-01-14T15:57:17.291Z | Downloaded slab v0.4.9 |
505 | 2025-01-14T15:57:17.291Z | Downloaded rustc_version v0.1.7 |
506 | 2025-01-14T15:57:17.294Z | Downloaded socket2 v0.5.5 |
507 | 2025-01-14T15:57:17.294Z | Downloaded spin v0.5.2 |
508 | 2025-01-14T15:57:17.296Z | Downloaded hyper-tls v0.6.0 |
509 | 2025-01-14T15:57:17.296Z | Downloaded slog-term v2.9.1 |
510 | 2025-01-14T15:57:17.299Z | Downloaded topological-sort v0.2.2 |
511 | 2025-01-14T15:57:17.299Z | Downloaded futures v0.3.31 |
512 | 2025-01-14T15:57:17.303Z | Downloaded simdutf8 v0.1.4 |
513 | 2025-01-14T15:57:17.305Z | Downloaded rustversion v1.0.14 |
514 | 2025-01-14T15:57:17.307Z | Downloaded linear-map v1.2.0 |
515 | 2025-01-14T15:57:17.310Z | Downloaded hostname v0.4.0 |
516 | 2025-01-14T15:57:17.312Z | Downloaded strum_macros v0.26.4 |
517 | 2025-01-14T15:57:17.312Z | Downloaded httpdate v1.0.3 |
518 | 2025-01-14T15:57:17.314Z | Downloaded foreign-types v0.5.0 |
519 | 2025-01-14T15:57:17.314Z | Downloaded fnv v1.0.7 |
520 | 2025-01-14T15:57:17.317Z | Downloaded lock_api v0.4.11 |
521 | 2025-01-14T15:57:17.317Z | Downloaded jobserver v0.1.27 |
522 | 2025-01-14T15:57:17.319Z | Downloaded hashlink v0.9.1 |
523 | 2025-01-14T15:57:17.322Z | Downloaded glob v0.3.1 |
524 | 2025-01-14T15:57:17.322Z | Downloaded minimal-lexical v0.2.1 |
525 | 2025-01-14T15:57:17.325Z | Downloaded clap v4.5.20 |
526 | 2025-01-14T15:57:17.333Z | Downloaded cc v1.0.83 |
527 | 2025-01-14T15:57:17.336Z | Downloaded darling_core v0.20.3 |
528 | 2025-01-14T15:57:17.340Z | Downloaded prettyplease v0.2.22 |
529 | 2025-01-14T15:57:17.343Z | Downloaded rand_pcg v0.1.2 |
530 | 2025-01-14T15:57:17.345Z | Downloaded rand_os v0.1.3 |
531 | 2025-01-14T15:57:17.347Z | Downloaded which v4.4.2 |
532 | 2025-01-14T15:57:17.347Z | Downloaded utf8parse v0.2.1 |
533 | 2025-01-14T15:57:17.350Z | Downloaded tokio-native-tls v0.3.1 |
534 | 2025-01-14T15:57:17.350Z | Downloaded tokio-macros v2.4.0 |
535 | 2025-01-14T15:57:17.352Z | Downloaded subtle v2.5.0 |
536 | 2025-01-14T15:57:17.352Z | Downloaded zeroize v1.7.0 |
537 | 2025-01-14T15:57:17.352Z | Downloaded zerocopy-derive v0.7.32 |
538 | 2025-01-14T15:57:17.356Z | Downloaded typify v0.2.0 |
539 | 2025-01-14T15:57:17.359Z | Downloaded tokio-rustls v0.25.0 |
540 | 2025-01-14T15:57:17.361Z | Downloaded progenitor v0.9.1 |
541 | 2025-01-14T15:57:17.363Z | Downloaded postcard v1.0.10 |
542 | 2025-01-14T15:57:17.366Z | Downloaded tempfile v3.8.1 |
543 | 2025-01-14T15:57:17.366Z | Downloaded parking_lot v0.12.1 |
544 | 2025-01-14T15:57:17.369Z | Downloaded linked-hash-map v0.5.6 |
545 | 2025-01-14T15:57:17.371Z | Downloaded itoa v1.0.9 |
546 | 2025-01-14T15:57:17.371Z | Downloaded humantime v2.1.0 |
547 | 2025-01-14T15:57:17.374Z | Downloaded heck v0.5.0 |
548 | 2025-01-14T15:57:17.374Z | Downloaded heck v0.4.1 |
549 | 2025-01-14T15:57:17.377Z | Downloaded foreign-types-macros v0.2.3 |
550 | 2025-01-14T15:57:17.377Z | Downloaded strum_macros v0.25.3 |
551 | 2025-01-14T15:57:17.379Z | Downloaded progenitor-impl v0.8.0 |
552 | 2025-01-14T15:57:17.381Z | Downloaded crossbeam-utils v0.8.20 |
553 | 2025-01-14T15:57:17.383Z | Downloaded cookie v0.18.1 |
554 | 2025-01-14T15:57:17.386Z | Downloaded num-traits v0.2.19 |
555 | 2025-01-14T15:57:17.388Z | Downloaded dropshot_endpoint v0.12.0 |
556 | 2025-01-14T15:57:17.391Z | Downloaded crossbeam-epoch v0.9.15 |
557 | 2025-01-14T15:57:17.393Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2025-01-14T15:57:17.395Z | Downloaded num-complex v0.2.4 |
559 | 2025-01-14T15:57:17.397Z | Downloaded try-lock v0.2.4 |
560 | 2025-01-14T15:57:17.397Z | Downloaded tinyvec_macros v0.1.1 |
561 | 2025-01-14T15:57:17.400Z | Downloaded owo-colors v4.1.0 |
562 | 2025-01-14T15:57:17.402Z | Downloaded overload v0.1.1 |
563 | 2025-01-14T15:57:17.402Z | Downloaded num-rational v0.4.2 |
564 | 2025-01-14T15:57:17.404Z | Downloaded nu-ansi-term v0.46.0 |
565 | 2025-01-14T15:57:17.407Z | Downloaded pest_derive v2.7.6 |
566 | 2025-01-14T15:57:17.407Z | Downloaded bitflags v2.6.0 |
567 | 2025-01-14T15:57:17.410Z | Downloaded anyhow v1.0.92 |
568 | 2025-01-14T15:57:17.413Z | Downloaded nu-ansi-term v0.50.0 |
569 | 2025-01-14T15:57:17.415Z | Downloaded blake2 v0.10.6 |
570 | 2025-01-14T15:57:17.418Z | Downloaded console v0.15.7 |
571 | 2025-01-14T15:57:17.420Z | Downloaded arrayvec v0.7.4 |
572 | 2025-01-14T15:57:17.423Z | Downloaded darling v0.20.3 |
573 | 2025-01-14T15:57:17.425Z | Downloaded plain v0.2.3 |
574 | 2025-01-14T15:57:17.427Z | Downloaded phf_codegen v0.11.2 |
575 | 2025-01-14T15:57:17.429Z | Downloaded num_enum_derive v0.7.3 |
576 | 2025-01-14T15:57:17.431Z | Downloaded num-rational v0.2.4 |
577 | 2025-01-14T15:57:17.431Z | Downloaded crc32fast v1.3.2 |
578 | 2025-01-14T15:57:17.431Z | Downloaded dof v0.3.0 |
579 | 2025-01-14T15:57:17.433Z | Downloaded csv-core v0.1.11 |
580 | 2025-01-14T15:57:17.433Z | Downloaded camino-tempfile v1.1.1 |
581 | 2025-01-14T15:57:17.436Z | Downloaded byte-unit v5.1.4 |
582 | 2025-01-14T15:57:17.438Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
583 | 2025-01-14T15:57:17.488Z | Downloaded async-stream v0.3.5 |
584 | 2025-01-14T15:57:17.492Z | Downloaded ordered-float v4.2.0 |
585 | 2025-01-14T15:57:17.492Z | Downloaded num_enum_derive v0.5.11 |
586 | 2025-01-14T15:57:17.494Z | Downloaded paste v1.0.15 |
587 | 2025-01-14T15:57:17.497Z | Downloaded num_enum v0.7.3 |
588 | 2025-01-14T15:57:17.500Z | Downloaded num-iter v0.1.45 |
589 | 2025-01-14T15:57:17.503Z | Downloaded num v0.2.1 |
590 | 2025-01-14T15:57:17.503Z | Downloaded mime_guess v2.0.5 |
591 | 2025-01-14T15:57:17.507Z | Downloaded memmap2 v0.9.4 |
592 | 2025-01-14T15:57:17.507Z | Downloaded cargo_metadata v0.18.1 |
593 | 2025-01-14T15:57:17.507Z | Downloaded camino v1.1.9 |
594 | 2025-01-14T15:57:17.510Z | Downloaded base64ct v1.6.0 |
595 | 2025-01-14T15:57:17.510Z | Downloaded pest_generator v2.7.6 |
596 | 2025-01-14T15:57:17.516Z | Downloaded multer v3.1.0 |
597 | 2025-01-14T15:57:17.516Z | Downloaded miniz_oxide v0.7.1 |
598 | 2025-01-14T15:57:17.520Z | Downloaded dyn-clone v1.0.16 |
599 | 2025-01-14T15:57:17.520Z | Downloaded dirs-sys-next v0.1.2 |
600 | 2025-01-14T15:57:17.520Z | Downloaded bincode v1.3.3 |
601 | 2025-01-14T15:57:17.520Z | Downloaded ordered-float v2.10.1 |
602 | 2025-01-14T15:57:17.520Z | Downloaded strum v0.26.3 |
603 | 2025-01-14T15:57:17.523Z | Downloaded defmt v0.3.8 |
604 | 2025-01-14T15:57:17.523Z | Downloaded async-trait v0.1.83 |
605 | 2025-01-14T15:57:17.526Z | Downloaded argon2 v0.5.3 |
606 | 2025-01-14T15:57:17.529Z | Downloaded defmt-macros v0.3.9 |
607 | 2025-01-14T15:57:17.531Z | Downloaded clap_lex v0.7.0 |
608 | 2025-01-14T15:57:17.531Z | Downloaded deranged v0.3.9 |
609 | 2025-01-14T15:57:17.534Z | Downloaded libz-sys v1.1.12 |
610 | 2025-01-14T15:57:17.586Z | Downloaded crypto-common v0.1.6 |
611 | 2025-01-14T15:57:17.589Z | Downloaded defmt-parser v0.3.4 |
612 | 2025-01-14T15:57:17.589Z | Downloaded cpufeatures v0.2.12 |
613 | 2025-01-14T15:57:17.591Z | Downloaded openssl-probe v0.1.5 |
614 | 2025-01-14T15:57:17.591Z | Downloaded debug-ignore v1.0.5 |
615 | 2025-01-14T15:57:17.591Z | Downloaded ctr v0.9.2 |
616 | 2025-01-14T15:57:17.598Z | Downloaded bytecheck v0.6.11 |
617 | 2025-01-14T15:57:17.598Z | Downloaded openssl-macros v0.1.1 |
618 | 2025-01-14T15:57:17.599Z | Downloaded atomic-waker v1.1.2 |
619 | 2025-01-14T15:57:17.601Z | Downloaded aes-gcm-siv v0.11.1 |
620 | 2025-01-14T15:57:17.602Z | Downloaded colored v2.1.0 |
621 | 2025-01-14T15:57:17.602Z | Downloaded byteorder v1.5.0 |
622 | 2025-01-14T15:57:17.602Z | Downloaded memoffset v0.9.0 |
623 | 2025-01-14T15:57:17.602Z | Downloaded cargo-platform v0.1.8 |
624 | 2025-01-14T15:57:17.602Z | Downloaded bitflags v1.3.2 |
625 | 2025-01-14T15:57:17.605Z | Downloaded arrayref v0.3.7 |
626 | 2025-01-14T15:57:17.605Z | Downloaded nbd v0.3.1 |
627 | 2025-01-14T15:57:17.607Z | Downloaded memmap v0.7.0 |
628 | 2025-01-14T15:57:17.607Z | Downloaded constant_time_eq v0.3.0 |
629 | 2025-01-14T15:57:17.610Z | Downloaded cfg-if v1.0.0 |
630 | 2025-01-14T15:57:17.610Z | Downloaded autocfg v1.1.0 |
631 | 2025-01-14T15:57:17.938Z | Downloaded ring v0.17.5 |
632 | 2025-01-14T15:57:18.092Z | Downloaded ring v0.16.20 |
633 | 2025-01-14T15:57:18.173Z | Downloaded libsqlite3-sys v0.30.1 |
634 | 2025-01-14T15:57:18.657Z | Compiling proc-macro2 v1.0.92 |
635 | 2025-01-14T15:57:18.657Z | Compiling unicode-ident v1.0.14 |
636 | 2025-01-14T15:57:18.657Z | Compiling libc v0.2.161 |
637 | 2025-01-14T15:57:18.660Z | Compiling serde v1.0.217 |
638 | 2025-01-14T15:57:18.660Z | Compiling autocfg v1.1.0 |
639 | 2025-01-14T15:57:18.660Z | Compiling cfg-if v1.0.0 |
640 | 2025-01-14T15:57:18.660Z | Compiling version_check v0.9.5 |
641 | 2025-01-14T15:57:18.699Z | Running `/home/build/.rustup/toolchains/1.84.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.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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f95487ef5204fd46 -C extra-filename=-f95487ef5204fd46 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
642 | 2025-01-14T15:57:18.730Z | Running `/home/build/.rustup/toolchains/1.84.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.14/src/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=abd376aa63167a98 -C extra-filename=-abd376aa63167a98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
643 | 2025-01-14T15:57:18.730Z | Running `/home/build/.rustup/toolchains/1.84.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=32a8dfb2c55614ff -C extra-filename=-32a8dfb2c55614ff --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-32a8dfb2c55614ff -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
644 | 2025-01-14T15:57:18.750Z | Running `/home/build/.rustup/toolchains/1.84.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=f1e4fb22e544a929 -C extra-filename=-f1e4fb22e544a929 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
645 | 2025-01-14T15:57:18.753Z | Running `/home/build/.rustup/toolchains/1.84.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.217/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=ecd0c3d630ea3eff -C extra-filename=-ecd0c3d630ea3eff --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-ecd0c3d630ea3eff -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
646 | 2025-01-14T15:57:18.753Z | Running `/home/build/.rustup/toolchains/1.84.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=2ae49a296a666b20 -C extra-filename=-2ae49a296a666b20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
647 | 2025-01-14T15:57:18.753Z | Running `/home/build/.rustup/toolchains/1.84.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=6fd4a91ecd25bcee -C extra-filename=-6fd4a91ecd25bcee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
648 | 2025-01-14T15:57:18.799Z | Running `/home/build/.rustup/toolchains/1.84.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=56fb3abe49580ef3 -C extra-filename=-56fb3abe49580ef3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
649 | 2025-01-14T15:57:18.847Z | Compiling libm v0.2.8 |
650 | 2025-01-14T15:57:18.875Z | Running `/home/build/.rustup/toolchains/1.84.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=6d54c0209c76ad66 -C extra-filename=-6d54c0209c76ad66 --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
651 | 2025-01-14T15:57:18.878Z | Compiling serde_json v1.0.135 |
652 | 2025-01-14T15:57:18.878Z | Compiling memchr v2.7.4 |
653 | 2025-01-14T15:57:18.881Z | Running `/home/build/.rustup/toolchains/1.84.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=187ef387dbb05ae2 -C extra-filename=-187ef387dbb05ae2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
654 | 2025-01-14T15:57:18.881Z | Running `/home/build/.rustup/toolchains/1.84.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.135/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=7008657a4a87e401 -C extra-filename=-7008657a4a87e401 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-7008657a4a87e401 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
655 | 2025-01-14T15:57:19.389Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66/build-script-build` |
656 | 2025-01-14T15:57:19.389Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-ecd0c3d630ea3eff/build-script-build` |
657 | 2025-01-14T15:57:19.391Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-7008657a4a87e401/build-script-build` |
658 | 2025-01-14T15:57:19.447Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46/build-script-build` |
659 | 2025-01-14T15:57:19.465Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-32a8dfb2c55614ff/build-script-build` |
660 | 2025-01-14T15:57:19.485Z | Compiling once_cell v1.19.0 |
661 | 2025-01-14T15:57:19.504Z | Compiling num-traits v0.2.19 |
662 | 2025-01-14T15:57:19.523Z | Running `/home/build/.rustup/toolchains/1.84.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=6251a48351283bd4 -C extra-filename=-6251a48351283bd4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
663 | 2025-01-14T15:57:19.543Z | Compiling itoa v1.0.9 |
664 | 2025-01-14T15:57:19.545Z | Compiling lock_api v0.4.11 |
665 | 2025-01-14T15:57:19.545Z | Running `/home/build/.rustup/toolchains/1.84.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=ad8c4b9cff4819c0 -C extra-filename=-ad8c4b9cff4819c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
666 | 2025-01-14T15:57:19.545Z | Running `/home/build/.rustup/toolchains/1.84.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=8596454a3310c267 -C extra-filename=-8596454a3310c267 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
667 | 2025-01-14T15:57:19.546Z | Running `/home/build/.rustup/toolchains/1.84.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=71a6a6543ead115f -C extra-filename=-71a6a6543ead115f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
668 | 2025-01-14T15:57:19.546Z | Running `/home/build/.rustup/toolchains/1.84.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=b8a5d040bf4afb0e -C extra-filename=-b8a5d040bf4afb0e --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
669 | 2025-01-14T15:57:19.585Z | Running `/home/build/.rustup/toolchains/1.84.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=ad8fcba8752a024f -C extra-filename=-ad8fcba8752a024f --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"))'` |
670 | 2025-01-14T15:57:19.829Z | Running `/home/build/.rustup/toolchains/1.84.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.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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=5eeacb47f161db31 -C extra-filename=-5eeacb47f161db31 --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-abd376aa63167a98.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)'` |
671 | 2025-01-14T15:57:19.852Z | Running `/home/build/.rustup/toolchains/1.84.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=8bfdb8b95c93545a -C extra-filename=-8bfdb8b95c93545a --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"))'` |
672 | 2025-01-14T15:57:19.872Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267/build-script-build` |
673 | 2025-01-14T15:57:19.893Z | Compiling parking_lot_core v0.9.9 |
674 | 2025-01-14T15:57:19.896Z | Running `/home/build/.rustup/toolchains/1.84.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=c80e2d380100bde0 -C extra-filename=-c80e2d380100bde0 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
675 | 2025-01-14T15:57:19.930Z | Compiling thiserror v1.0.66 |
676 | 2025-01-14T15:57:19.933Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a9c2da329e4e239 -C extra-filename=-5a9c2da329e4e239 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-5a9c2da329e4e239 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
677 | 2025-01-14T15:57:20.111Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e/build-script-build` |
678 | 2025-01-14T15:57:20.259Z | Compiling log v0.4.22 |
679 | 2025-01-14T15:57:20.262Z | Running `/home/build/.rustup/toolchains/1.84.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=d53a21f98f031de6 -C extra-filename=-d53a21f98f031de6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
680 | 2025-01-14T15:57:20.396Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0/build-script-build` |
681 | 2025-01-14T15:57:20.407Z | Running `/home/build/.rustup/toolchains/1.84.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=e95446108fba6bad -C extra-filename=-e95446108fba6bad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
682 | 2025-01-14T15:57:20.432Z | Running `/home/build/.rustup/toolchains/1.84.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=ea0f017d02a7105b -C extra-filename=-ea0f017d02a7105b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
683 | 2025-01-14T15:57:20.498Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-5a9c2da329e4e239/build-script-build` |
684 | 2025-01-14T15:57:20.675Z | Compiling quote v1.0.38 |
685 | 2025-01-14T15:57:20.678Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c4984275da3096ab -C extra-filename=-c4984275da3096ab --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-5eeacb47f161db31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
686 | 2025-01-14T15:57:20.696Z | Compiling getrandom v0.2.11 |
687 | 2025-01-14T15:57:20.717Z | Running `/home/build/.rustup/toolchains/1.84.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=87f47e2a96b01bd3 -C extra-filename=-87f47e2a96b01bd3 --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-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
688 | 2025-01-14T15:57:20.800Z | Compiling slab v0.4.9 |
689 | 2025-01-14T15:57:20.809Z | Running `/home/build/.rustup/toolchains/1.84.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=142ab5acffa737c2 -C extra-filename=-142ab5acffa737c2 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
690 | 2025-01-14T15:57:20.851Z | Compiling ryu v1.0.15 |
691 | 2025-01-14T15:57:20.854Z | Running `/home/build/.rustup/toolchains/1.84.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=5a8ab827ee817ff2 -C extra-filename=-5a8ab827ee817ff2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
692 | 2025-01-14T15:57:20.990Z | Running `/home/build/.rustup/toolchains/1.84.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=e732a754ac484db6 -C extra-filename=-e732a754ac484db6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
693 | 2025-01-14T15:57:21.107Z | Compiling syn v2.0.96 |
694 | 2025-01-14T15:57:21.110Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/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=077ec211096cdc30 -C extra-filename=-077ec211096cdc30 --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-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
695 | 2025-01-14T15:57:21.156Z | Compiling jobserver v0.1.27 |
696 | 2025-01-14T15:57:21.164Z | Running `/home/build/.rustup/toolchains/1.84.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=44dc28811b6b2dbb -C extra-filename=-44dc28811b6b2dbb --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
697 | 2025-01-14T15:57:21.183Z | Compiling schemars v0.8.21 |
698 | 2025-01-14T15:57:21.185Z | Running `/home/build/.rustup/toolchains/1.84.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=d2cdb670f70b4b06 -C extra-filename=-d2cdb670f70b4b06 --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-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
699 | 2025-01-14T15:57:21.185Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2/build-script-build` |
700 | 2025-01-14T15:57:21.221Z | Running `/home/build/.rustup/toolchains/1.84.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=24288f7895dd5265 -C extra-filename=-24288f7895dd5265 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-24288f7895dd5265 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
701 | 2025-01-14T15:57:21.268Z | Running `/home/build/.rustup/toolchains/1.84.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=d8b97463a0f3540d -C extra-filename=-d8b97463a0f3540d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
702 | 2025-01-14T15:57:21.291Z | Compiling pkg-config v0.3.27 |
703 | 2025-01-14T15:57:21.294Z | Running `/home/build/.rustup/toolchains/1.84.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=eeeb5cdfd34d31bb -C extra-filename=-eeeb5cdfd34d31bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
704 | 2025-01-14T15:57:21.333Z | Compiling pin-project-lite v0.2.13 |
705 | 2025-01-14T15:57:21.336Z | Running `/home/build/.rustup/toolchains/1.84.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=ebae1a32f1902851 -C extra-filename=-ebae1a32f1902851 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
706 | 2025-01-14T15:57:21.372Z | Compiling vcpkg v0.2.15 |
707 | 2025-01-14T15:57:21.405Z | Running `/home/build/.rustup/toolchains/1.84.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=67af2ed6005ab61b -C extra-filename=-67af2ed6005ab61b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
708 | 2025-01-14T15:57:21.480Z | Compiling scopeguard v1.2.0 |
709 | 2025-01-14T15:57:21.482Z | Running `/home/build/.rustup/toolchains/1.84.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=9a84037b0fa8b010 -C extra-filename=-9a84037b0fa8b010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
710 | 2025-01-14T15:57:21.526Z | Compiling cc v1.0.83 |
711 | 2025-01-14T15:57:21.558Z | Running `/home/build/.rustup/toolchains/1.84.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=727d094d2cded984 -C extra-filename=-727d094d2cded984 --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-44dc28811b6b2dbb.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
712 | 2025-01-14T15:57:21.619Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-24288f7895dd5265/build-script-build` |
713 | 2025-01-14T15:57:21.646Z | Compiling byteorder v1.5.0 |
714 | 2025-01-14T15:57:21.649Z | Running `/home/build/.rustup/toolchains/1.84.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=65057e340f8a6547 -C extra-filename=-65057e340f8a6547 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
715 | 2025-01-14T15:57:21.669Z | Compiling equivalent v1.0.1 |
716 | 2025-01-14T15:57:21.672Z | Running `/home/build/.rustup/toolchains/1.84.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=a84b2f061c359b52 -C extra-filename=-a84b2f061c359b52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
717 | 2025-01-14T15:57:21.802Z | Compiling hashbrown v0.15.2 |
718 | 2025-01-14T15:57:21.807Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c061007c4122a3dc -C extra-filename=-c061007c4122a3dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
719 | 2025-01-14T15:57:21.870Z | Compiling smallvec v1.13.2 |
720 | 2025-01-14T15:57:21.880Z | Running `/home/build/.rustup/toolchains/1.84.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=ee50fdcf798ecfc4 -C extra-filename=-ee50fdcf798ecfc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
721 | 2025-01-14T15:57:22.108Z | Running `/home/build/.rustup/toolchains/1.84.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=6fa0e05af2b3bd9e -C extra-filename=-6fa0e05af2b3bd9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
722 | 2025-01-14T15:57:22.268Z | Compiling ahash v0.8.6 |
723 | 2025-01-14T15:57:22.271Z | Running `/home/build/.rustup/toolchains/1.84.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=84a9bf763c3c6fcd -C extra-filename=-84a9bf763c3c6fcd --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-d8b97463a0f3540d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
724 | 2025-01-14T15:57:22.286Z | Running `/home/build/.rustup/toolchains/1.84.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=50fe0333327058cb -C extra-filename=-50fe0333327058cb --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-50fe0333327058cb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
725 | 2025-01-14T15:57:22.612Z | Compiling heck v0.5.0 |
726 | 2025-01-14T15:57:22.617Z | Running `/home/build/.rustup/toolchains/1.84.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=c36b67d624d3a7a9 -C extra-filename=-c36b67d624d3a7a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
727 | 2025-01-14T15:57:22.671Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-50fe0333327058cb/build-script-build` |
728 | 2025-01-14T15:57:22.779Z | Running `/home/build/.rustup/toolchains/1.84.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=dcec997560ddd0e7 -C extra-filename=-dcec997560ddd0e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
729 | 2025-01-14T15:57:22.850Z | Compiling signal-hook-registry v1.4.1 |
730 | 2025-01-14T15:57:22.854Z | Running `/home/build/.rustup/toolchains/1.84.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=0ee33c9edeb3ad58 -C extra-filename=-0ee33c9edeb3ad58 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
731 | 2025-01-14T15:57:22.950Z | Compiling semver v1.0.24 |
732 | 2025-01-14T15:57:22.954Z | Running `/home/build/.rustup/toolchains/1.84.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.24/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=7afe2f4b32bfdcb8 -C extra-filename=-7afe2f4b32bfdcb8 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-7afe2f4b32bfdcb8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
733 | 2025-01-14T15:57:23.026Z | Running `/home/build/.rustup/toolchains/1.84.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=907ada65ac7aecfb -C extra-filename=-907ada65ac7aecfb --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-6fa0e05af2b3bd9e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
734 | 2025-01-14T15:57:23.171Z | Compiling futures-core v0.3.31 |
735 | 2025-01-14T15:57:23.175Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=63f70cb0fb7b3737 -C extra-filename=-63f70cb0fb7b3737 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
736 | 2025-01-14T15:57:23.327Z | Running `/home/build/.rustup/toolchains/1.84.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=2cfd9e40e7831a94 -C extra-filename=-2cfd9e40e7831a94 --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-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
737 | 2025-01-14T15:57:23.414Z | Running `/home/build/.rustup/toolchains/1.84.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=109ebf25deffb944 -C extra-filename=-109ebf25deffb944 --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-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
738 | 2025-01-14T15:57:23.442Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-7afe2f4b32bfdcb8/build-script-build` |
739 | 2025-01-14T15:57:23.512Z | Compiling mio v1.0.2 |
740 | 2025-01-14T15:57:23.546Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --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=a825bc72ff8b0ba2 -C extra-filename=-a825bc72ff8b0ba2 --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-ad8fcba8752a024f.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
741 | 2025-01-14T15:57:23.686Z | Compiling fnv v1.0.7 |
742 | 2025-01-14T15:57:23.712Z | Running `/home/build/.rustup/toolchains/1.84.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=288f422319731adc -C extra-filename=-288f422319731adc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
743 | 2025-01-14T15:57:23.834Z | Compiling parking_lot v0.12.1 |
744 | 2025-01-14T15:57:23.834Z | Running `/home/build/.rustup/toolchains/1.84.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=71979449f0f1ab79 -C extra-filename=-71979449f0f1ab79 --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-109ebf25deffb944.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-2cfd9e40e7831a94.rmeta --cap-lints allow '-Wclippy::unused-async'` |
745 | 2025-01-14T15:57:23.854Z | Compiling httparse v1.8.0 |
746 | 2025-01-14T15:57:23.858Z | Running `/home/build/.rustup/toolchains/1.84.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=2a576f871f9bc21d -C extra-filename=-2a576f871f9bc21d --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-2a576f871f9bc21d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
747 | 2025-01-14T15:57:23.910Z | Running `/home/build/.rustup/toolchains/1.84.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=44628c75e1414eae -C extra-filename=-44628c75e1414eae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
748 | 2025-01-14T15:57:24.062Z | Compiling ring v0.17.5 |
749 | 2025-01-14T15:57:24.062Z | Compiling socket2 v0.5.5 |
750 | 2025-01-14T15:57:24.083Z | Running `/home/build/.rustup/toolchains/1.84.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=8f00bc1e738c8047 -C extra-filename=-8f00bc1e738c8047 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-8f00bc1e738c8047 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --cap-lints allow '-Wclippy::unused-async'` |
751 | 2025-01-14T15:57:24.083Z | Running `/home/build/.rustup/toolchains/1.84.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=acc485cf8fb1ddce -C extra-filename=-acc485cf8fb1ddce --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
752 | 2025-01-14T15:57:24.300Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-2a576f871f9bc21d/build-script-build` |
753 | 2025-01-14T15:57:24.328Z | Compiling futures-sink v0.3.31 |
754 | 2025-01-14T15:57:24.331Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dc6d8001af963309 -C extra-filename=-dc6d8001af963309 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
755 | 2025-01-14T15:57:24.406Z | Compiling iana-time-zone v0.1.58 |
756 | 2025-01-14T15:57:24.409Z | Running `/home/build/.rustup/toolchains/1.84.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=36e15320f5f5ed42 -C extra-filename=-36e15320f5f5ed42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
757 | 2025-01-14T15:57:24.499Z | Compiling dyn-clone v1.0.16 |
758 | 2025-01-14T15:57:24.502Z | Running `/home/build/.rustup/toolchains/1.84.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=57ac2cf7c3c4548c -C extra-filename=-57ac2cf7c3c4548c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
759 | 2025-01-14T15:57:24.685Z | Compiling typenum v1.17.0 |
760 | 2025-01-14T15:57:24.692Z | Running `/home/build/.rustup/toolchains/1.84.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=9b6976c77d68e316 -C extra-filename=-9b6976c77d68e316 --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
761 | 2025-01-14T15:57:24.715Z | Compiling openssl-sys v0.9.95 |
762 | 2025-01-14T15:57:24.715Z | Running `/home/build/.rustup/toolchains/1.84.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=22af3955564f7a3e -C extra-filename=-22af3955564f7a3e --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-22af3955564f7a3e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
763 | 2025-01-14T15:57:24.735Z | Running `/home/build/.rustup/toolchains/1.84.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=9bc7b39fca9ce439 -C extra-filename=-9bc7b39fca9ce439 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
764 | 2025-01-14T15:57:24.758Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.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", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bc4fe565e42739d5 -C extra-filename=-bc4fe565e42739d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
765 | 2025-01-14T15:57:24.790Z | Compiling generic-array v0.14.7 |
766 | 2025-01-14T15:57:24.816Z | Running `/home/build/.rustup/toolchains/1.84.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=d9d9e7b7462a459e -C extra-filename=-d9d9e7b7462a459e --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
767 | 2025-01-14T15:57:24.860Z | Compiling allocator-api2 v0.2.16 |
768 | 2025-01-14T15:57:24.865Z | Running `/home/build/.rustup/toolchains/1.84.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=a4562574ebc3beef -C extra-filename=-a4562574ebc3beef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
769 | 2025-01-14T15:57:25.026Z | Running `/home/build/.rustup/toolchains/1.84.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=4c8547669ecc4b98 -C extra-filename=-4c8547669ecc4b98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
770 | 2025-01-14T15:57:25.100Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-8f00bc1e738c8047/build-script-build` |
771 | 2025-01-14T15:57:25.139Z | Running `/home/build/.rustup/toolchains/1.84.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=b4fe7f623e4bad47 -C extra-filename=-b4fe7f623e4bad47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
772 | 2025-01-14T15:57:25.185Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e/build-script-build` |
773 | 2025-01-14T15:57:25.225Z | Compiling rand_core v0.6.4 |
774 | 2025-01-14T15:57:25.248Z | Running `/home/build/.rustup/toolchains/1.84.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=a6b686f51e9656cc -C extra-filename=-a6b686f51e9656cc --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-87f47e2a96b01bd3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
775 | 2025-01-14T15:57:25.424Z | Compiling slog v2.7.0 |
776 | 2025-01-14T15:57:25.428Z | Running `/home/build/.rustup/toolchains/1.84.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=b237b2467731c3ac -C extra-filename=-b237b2467731c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
777 | 2025-01-14T15:57:25.447Z | Compiling futures-channel v0.3.31 |
778 | 2025-01-14T15:57:25.452Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=48b0946d906b5624 -C extra-filename=-48b0946d906b5624 --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-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --cap-lints allow '-Wclippy::unused-async'` |
779 | 2025-01-14T15:57:25.551Z | Compiling pin-utils v0.1.0 |
780 | 2025-01-14T15:57:25.557Z | Running `/home/build/.rustup/toolchains/1.84.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=c8dcb54e602e4f2e -C extra-filename=-c8dcb54e602e4f2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
781 | 2025-01-14T15:57:25.575Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316/build-script-main` |
782 | 2025-01-14T15:57:25.629Z | Compiling futures-io v0.3.31 |
783 | 2025-01-14T15:57:25.654Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=18c4c86e5e305ba5 -C extra-filename=-18c4c86e5e305ba5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
784 | 2025-01-14T15:57:25.658Z | Compiling futures-task v0.3.31 |
785 | 2025-01-14T15:57:25.658Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-22af3955564f7a3e/build-script-main` |
786 | 2025-01-14T15:57:25.658Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=31b46e1276a7fb9b -C extra-filename=-31b46e1276a7fb9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
787 | 2025-01-14T15:57:25.746Z | Compiling openssl v0.10.59 |
788 | 2025-01-14T15:57:25.751Z | Running `/home/build/.rustup/toolchains/1.84.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=9de1f97b64610634 -C extra-filename=-9de1f97b64610634 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
789 | 2025-01-14T15:57:25.833Z | Compiling rustls v0.23.13 |
790 | 2025-01-14T15:57:25.837Z | Running `/home/build/.rustup/toolchains/1.84.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=356ee3a6ccbfc5da -C extra-filename=-356ee3a6ccbfc5da --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
791 | 2025-01-14T15:57:25.871Z | Compiling native-tls v0.2.11 |
792 | 2025-01-14T15:57:25.876Z | Running `/home/build/.rustup/toolchains/1.84.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=fc5fcc4526ba002f -C extra-filename=-fc5fcc4526ba002f --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
793 | 2025-01-14T15:57:25.893Z | Compiling aho-corasick v1.1.2 |
794 | 2025-01-14T15:57:25.898Z | Running `/home/build/.rustup/toolchains/1.84.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=2a12e571077c3fea -C extra-filename=-2a12e571077c3fea --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-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
795 | 2025-01-14T15:57:25.916Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac/build-script-build` |
796 | 2025-01-14T15:57:25.942Z | Compiling crossbeam-utils v0.8.20 |
797 | 2025-01-14T15:57:25.963Z | Running `/home/build/.rustup/toolchains/1.84.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=d747d245ca983f6f -C extra-filename=-d747d245ca983f6f --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
798 | 2025-01-14T15:57:25.968Z | Compiling regex-syntax v0.8.5 |
799 | 2025-01-14T15:57:25.983Z | Running `/home/build/.rustup/toolchains/1.84.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.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="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=4db9c100793868b3 -C extra-filename=-4db9c100793868b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2025-01-14T15:57:25.989Z | Running `/home/build/.rustup/toolchains/1.84.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=febcbe9ce6ad36dc -C extra-filename=-febcbe9ce6ad36dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
801 | 2025-01-14T15:57:26.151Z | Compiling subtle v2.5.0 |
802 | 2025-01-14T15:57:26.155Z | Running `/home/build/.rustup/toolchains/1.84.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=998db88b41091cd0 -C extra-filename=-998db88b41091cd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
803 | 2025-01-14T15:57:26.171Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634/build-script-build` |
804 | 2025-01-14T15:57:26.206Z | Compiling tracing-core v0.1.32 |
805 | 2025-01-14T15:57:26.232Z | Running `/home/build/.rustup/toolchains/1.84.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=43f5f6e3f771145c -C extra-filename=-43f5f6e3f771145c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
806 | 2025-01-14T15:57:26.236Z | Running `/home/build/.rustup/toolchains/1.84.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=54dbd34e1d53989f -C extra-filename=-54dbd34e1d53989f --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-e732a754ac484db6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
807 | 2025-01-14T15:57:26.254Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f/build-script-build` |
808 | 2025-01-14T15:57:26.283Z | Running `/home/build/.rustup/toolchains/1.84.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=db0780f6db0d7b83 -C extra-filename=-db0780f6db0d7b83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
809 | 2025-01-14T15:57:26.351Z | Compiling spin v0.9.8 |
810 | 2025-01-14T15:57:26.371Z | Running `/home/build/.rustup/toolchains/1.84.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=80ed5ff7714732e2 -C extra-filename=-80ed5ff7714732e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
811 | 2025-01-14T15:57:26.417Z | Compiling ucd-trie v0.1.6 |
812 | 2025-01-14T15:57:26.428Z | Running `/home/build/.rustup/toolchains/1.84.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=327f5aa9042d4b15 -C extra-filename=-327f5aa9042d4b15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
813 | 2025-01-14T15:57:26.440Z | Compiling num-conv v0.1.0 |
814 | 2025-01-14T15:57:26.460Z | Running `/home/build/.rustup/toolchains/1.84.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=a193a8191ebdd77d -C extra-filename=-a193a8191ebdd77d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
815 | 2025-01-14T15:57:26.479Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f/build-script-build` |
816 | 2025-01-14T15:57:26.514Z | Compiling time-core v0.1.2 |
817 | 2025-01-14T15:57:26.514Z | Running `/home/build/.rustup/toolchains/1.84.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=5e0cafecb193e6e8 -C extra-filename=-5e0cafecb193e6e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
818 | 2025-01-14T15:57:26.586Z | Compiling untrusted v0.9.0 |
819 | 2025-01-14T15:57:26.598Z | Running `/home/build/.rustup/toolchains/1.84.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=472479a157f7f31b -C extra-filename=-472479a157f7f31b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
820 | 2025-01-14T15:57:26.693Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=a9ab754dfee47de0 -C extra-filename=-a9ab754dfee47de0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
821 | 2025-01-14T15:57:26.698Z | Compiling time-macros v0.2.18 |
822 | 2025-01-14T15:57:26.698Z | Running `/home/build/.rustup/toolchains/1.84.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=36e6e95877b3a76b -C extra-filename=-36e6e95877b3a76b --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-a193a8191ebdd77d.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
823 | 2025-01-14T15:57:26.777Z | Compiling rustix v0.38.37 |
824 | 2025-01-14T15:57:26.783Z | Running `/home/build/.rustup/toolchains/1.84.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 --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"))' --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"))' -C metadata=4a21dc3cf62c6842 -C extra-filename=-4a21dc3cf62c6842 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
825 | 2025-01-14T15:57:26.885Z | Compiling percent-encoding v2.3.1 |
826 | 2025-01-14T15:57:26.893Z | Running `/home/build/.rustup/toolchains/1.84.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=2892751421a0efb1 -C extra-filename=-2892751421a0efb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
827 | 2025-01-14T15:57:26.927Z | Running `/home/build/.rustup/toolchains/1.84.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.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=8b7c5577c0fbbf7b -C extra-filename=-8b7c5577c0fbbf7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
828 | 2025-01-14T15:57:27.187Z | Running `/home/build/.rustup/toolchains/1.84.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.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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0bc88fea3f03f95c -C extra-filename=-0bc88fea3f03f95c --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-8b7c5577c0fbbf7b.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)'` |
829 | 2025-01-14T15:57:27.241Z | Running `/home/build/.rustup/toolchains/1.84.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=10230e8c615dd4ad -C extra-filename=-10230e8c615dd4ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
830 | 2025-01-14T15:57:27.468Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842/build-script-build` |
831 | 2025-01-14T15:57:27.545Z | Compiling rustls-pki-types v1.8.0 |
832 | 2025-01-14T15:57:27.575Z | Running `/home/build/.rustup/toolchains/1.84.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=2491755703427cfd -C extra-filename=-2491755703427cfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
833 | 2025-01-14T15:57:27.608Z | Compiling serde_derive_internals v0.29.1 |
834 | 2025-01-14T15:57:27.637Z | Running `/home/build/.rustup/toolchains/1.84.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=a0b64adac715ac3b -C extra-filename=-a0b64adac715ac3b --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-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'` |
835 | 2025-01-14T15:57:28.320Z | Running `/home/build/.rustup/toolchains/1.84.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=c7aa021fcbdfe8b6 -C extra-filename=-c7aa021fcbdfe8b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
836 | 2025-01-14T15:57:28.426Z | Running `/home/build/.rustup/toolchains/1.84.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=832c3b605fbf99ab -C extra-filename=-832c3b605fbf99ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
837 | 2025-01-14T15:57:28.608Z | Running `/home/build/.rustup/toolchains/1.84.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=82cb6de7941d230c -C extra-filename=-82cb6de7941d230c --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-832c3b605fbf99ab.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
838 | 2025-01-14T15:57:28.751Z | Running `/home/build/.rustup/toolchains/1.84.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=c1e27ea410e6fb78 -C extra-filename=-c1e27ea410e6fb78 --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-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
839 | 2025-01-14T15:57:28.766Z | Running `/home/build/.rustup/toolchains/1.84.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=236eeccb58da35c2 -C extra-filename=-236eeccb58da35c2 --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-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
840 | 2025-01-14T15:57:29.041Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6d9547d7313735f2 -C extra-filename=-6d9547d7313735f2 --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-0bc88fea3f03f95c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
841 | 2025-01-14T15:57:29.273Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=94a5b44d2411bcb9 -C extra-filename=-94a5b44d2411bcb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
842 | 2025-01-14T15:57:29.476Z | Compiling atomic-waker v1.1.2 |
843 | 2025-01-14T15:57:29.514Z | Running `/home/build/.rustup/toolchains/1.84.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=773925d7af7a3cd8 -C extra-filename=-773925d7af7a3cd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
844 | 2025-01-14T15:57:29.549Z | Compiling regex-automata v0.4.9 |
845 | 2025-01-14T15:57:29.577Z | Running `/home/build/.rustup/toolchains/1.84.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.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="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=4e2eaca3c98e884a -C extra-filename=-4e2eaca3c98e884a --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-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
846 | 2025-01-14T15:57:29.655Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1057db95c044d9e1 -C extra-filename=-1057db95c044d9e1 --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-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
847 | 2025-01-14T15:57:29.767Z | Running `/home/build/.rustup/toolchains/1.84.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=10cd052089a8c0dd -C extra-filename=-10cd052089a8c0dd --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-82cb6de7941d230c.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-c1e27ea410e6fb78.rmeta --cap-lints allow '-Wclippy::unused-async'` |
848 | 2025-01-14T15:57:29.768Z | Running `/home/build/.rustup/toolchains/1.84.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=1c3bba72ce7010ef -C extra-filename=-1c3bba72ce7010ef --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` |
849 | 2025-01-14T15:57:29.835Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --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=9c74d88d4d4b94f0 -C extra-filename=-9c74d88d4d4b94f0 --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-8bfdb8b95c93545a.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
850 | 2025-01-14T15:57:29.989Z | Running `/home/build/.rustup/toolchains/1.84.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=b5b3f18a645e2f91 -C extra-filename=-b5b3f18a645e2f91 --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
851 | 2025-01-14T15:57:30.375Z | Running `/home/build/.rustup/toolchains/1.84.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=26d4a265732e2d83 -C extra-filename=-26d4a265732e2d83 --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
852 | 2025-01-14T15:57:30.426Z | Compiling usdt-impl v0.5.0 |
853 | 2025-01-14T15:57:30.426Z | Running `/home/build/.rustup/toolchains/1.84.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=54a81169c281d9af -C extra-filename=-54a81169c281d9af --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
854 | 2025-01-14T15:57:30.794Z | Running `/home/build/.rustup/toolchains/1.84.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=2eed6a679075b5cb -C extra-filename=-2eed6a679075b5cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
855 | 2025-01-14T15:57:30.836Z | Compiling zeroize v1.7.0 |
856 | 2025-01-14T15:57:30.871Z | Running `/home/build/.rustup/toolchains/1.84.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=8b2154ab004e0204 -C extra-filename=-8b2154ab004e0204 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
857 | 2025-01-14T15:57:30.872Z | Compiling try-lock v0.2.4 |
858 | 2025-01-14T15:57:30.872Z | Running `/home/build/.rustup/toolchains/1.84.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=9e42946a00469a68 -C extra-filename=-9e42946a00469a68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
859 | 2025-01-14T15:57:30.978Z | Compiling tinyvec_macros v0.1.1 |
860 | 2025-01-14T15:57:31.051Z | Running `/home/build/.rustup/toolchains/1.84.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=3bf2132742813449 -C extra-filename=-3bf2132742813449 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
861 | 2025-01-14T15:57:31.052Z | Compiling plain v0.2.3 |
862 | 2025-01-14T15:57:31.140Z | Running `/home/build/.rustup/toolchains/1.84.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=71fe12c41dd9f55d -C extra-filename=-71fe12c41dd9f55d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
863 | 2025-01-14T15:57:31.140Z | Compiling tinyvec v1.6.0 |
864 | 2025-01-14T15:57:31.140Z | Running `/home/build/.rustup/toolchains/1.84.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=934398379b5c52b4 -C extra-filename=-934398379b5c52b4 --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-3bf2132742813449.rmeta --cap-lints allow '-Wclippy::unused-async'` |
865 | 2025-01-14T15:57:31.237Z | Compiling want v0.3.1 |
866 | 2025-01-14T15:57:31.237Z | Running `/home/build/.rustup/toolchains/1.84.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=67e98b84bcadd528 -C extra-filename=-67e98b84bcadd528 --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-9e42946a00469a68.rmeta --cap-lints allow '-Wclippy::unused-async'` |
867 | 2025-01-14T15:57:31.238Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build` |
868 | 2025-01-14T15:57:31.347Z | Compiling form_urlencoded v1.2.1 |
869 | 2025-01-14T15:57:31.387Z | Running `/home/build/.rustup/toolchains/1.84.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=0170236e9d42b6ab -C extra-filename=-0170236e9d42b6ab --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-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
870 | 2025-01-14T15:57:31.426Z | Running `/home/build/.rustup/toolchains/1.84.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=8abaa7fddf8c785c -C extra-filename=-8abaa7fddf8c785c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
871 | 2025-01-14T15:57:31.435Z | Compiling pretty-hex v0.4.1 |
872 | 2025-01-14T15:57:31.435Z | Running `/home/build/.rustup/toolchains/1.84.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=e0ffa60808e1e7f2 -C extra-filename=-e0ffa60808e1e7f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
873 | 2025-01-14T15:57:31.555Z | Compiling httpdate v1.0.3 |
874 | 2025-01-14T15:57:31.620Z | Running `/home/build/.rustup/toolchains/1.84.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=d04f698adc8c57b7 -C extra-filename=-d04f698adc8c57b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
875 | 2025-01-14T15:57:31.662Z | Compiling crypto-common v0.1.6 |
876 | 2025-01-14T15:57:31.692Z | Running `/home/build/.rustup/toolchains/1.84.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=95ddfdfa5b4d8db6 -C extra-filename=-95ddfdfa5b4d8db6 --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-236eeccb58da35c2.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a6b686f51e9656cc.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
877 | 2025-01-14T15:57:31.693Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=1e9e6691e7678efa -C extra-filename=-1e9e6691e7678efa --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-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
878 | 2025-01-14T15:57:31.729Z | Compiling thread-id v4.2.1 |
879 | 2025-01-14T15:57:31.729Z | Running `/home/build/.rustup/toolchains/1.84.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=c74d0d491e3db312 -C extra-filename=-c74d0d491e3db312 --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
880 | 2025-01-14T15:57:31.817Z | Compiling foreign-types-shared v0.1.1 |
881 | 2025-01-14T15:57:31.842Z | Running `/home/build/.rustup/toolchains/1.84.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=54d5e90548683bf2 -C extra-filename=-54d5e90548683bf2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
882 | 2025-01-14T15:57:31.885Z | Compiling unicode-bidi v0.3.13 |
883 | 2025-01-14T15:57:31.940Z | Running `/home/build/.rustup/toolchains/1.84.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=f93eceeaa1c4a9d4 -C extra-filename=-f93eceeaa1c4a9d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
884 | 2025-01-14T15:57:31.989Z | Compiling ppv-lite86 v0.2.17 |
885 | 2025-01-14T15:57:31.990Z | Running `/home/build/.rustup/toolchains/1.84.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=cb8b3e1610c80e8e -C extra-filename=-cb8b3e1610c80e8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
886 | 2025-01-14T15:57:32.042Z | Compiling serde_derive v1.0.217 |
887 | 2025-01-14T15:57:32.082Z | Running `/home/build/.rustup/toolchains/1.84.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.217/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=8e6aba1b38662c11 -C extra-filename=-8e6aba1b38662c11 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
888 | 2025-01-14T15:57:32.082Z | Compiling thiserror-impl v1.0.66 |
889 | 2025-01-14T15:57:32.082Z | Compiling tokio-macros v2.4.0 |
890 | 2025-01-14T15:57:32.082Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a68f62efcc91851 -C extra-filename=-9a68f62efcc91851 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
891 | 2025-01-14T15:57:32.082Z | Running `/home/build/.rustup/toolchains/1.84.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=f251f8b5e4276a74 -C extra-filename=-f251f8b5e4276a74 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
892 | 2025-01-14T15:57:32.470Z | Compiling zerocopy-derive v0.7.32 |
893 | 2025-01-14T15:57:32.518Z | Running `/home/build/.rustup/toolchains/1.84.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=5050ac9e6653b735 -C extra-filename=-5050ac9e6653b735 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
894 | 2025-01-14T15:57:32.629Z | Compiling schemars_derive v0.8.21 |
895 | 2025-01-14T15:57:32.671Z | Running `/home/build/.rustup/toolchains/1.84.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=e544ec633bf97c65 -C extra-filename=-e544ec633bf97c65 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-a0b64adac715ac3b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
896 | 2025-01-14T15:57:33.220Z | Compiling futures-macro v0.3.31 |
897 | 2025-01-14T15:57:33.260Z | Running `/home/build/.rustup/toolchains/1.84.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(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d6af20d89a04838 -C extra-filename=-4d6af20d89a04838 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
898 | 2025-01-14T15:57:33.578Z | Compiling tracing-attributes v0.1.27 |
899 | 2025-01-14T15:57:33.651Z | Running `/home/build/.rustup/toolchains/1.84.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=40ad2139a15e56a5 -C extra-filename=-40ad2139a15e56a5 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
900 | 2025-01-14T15:57:34.407Z | Compiling zerocopy v0.7.32 |
901 | 2025-01-14T15:57:34.449Z | Running `/home/build/.rustup/toolchains/1.84.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=7a17e26650f1fc8b -C extra-filename=-7a17e26650f1fc8b --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-65057e340f8a6547.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5050ac9e6653b735.so --cap-lints allow '-Wclippy::unused-async'` |
902 | 2025-01-14T15:57:34.763Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcea43d6010ec164 -C extra-filename=-dcea43d6010ec164 --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-9a68f62efcc91851.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
903 | 2025-01-14T15:57:34.937Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed4fc2b2646525a4 -C extra-filename=-ed4fc2b2646525a4 --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-9a68f62efcc91851.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
904 | 2025-01-14T15:57:35.060Z | Compiling openssl-macros v0.1.1 |
905 | 2025-01-14T15:57:35.141Z | Running `/home/build/.rustup/toolchains/1.84.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=bb5f2a72da377e9b -C extra-filename=-bb5f2a72da377e9b --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
906 | 2025-01-14T15:57:35.208Z | Compiling futures-util v0.3.31 |
907 | 2025-01-14T15:57:35.208Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=3a79c27057c15a6f -C extra-filename=-3a79c27057c15a6f --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-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-4d6af20d89a04838.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c8dcb54e602e4f2e.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
908 | 2025-01-14T15:57:35.471Z | Running `/home/build/.rustup/toolchains/1.84.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=b1a948a8a5a63201 -C extra-filename=-b1a948a8a5a63201 --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-44628c75e1414eae.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5050ac9e6653b735.so --cap-lints allow '-Wclippy::unused-async'` |
909 | 2025-01-14T15:57:35.800Z | Running `/home/build/.rustup/toolchains/1.84.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=9f79e2911125d81b -C extra-filename=-9f79e2911125d81b --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-6fd4a91ecd25bcee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a17e26650f1fc8b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
910 | 2025-01-14T15:57:35.875Z | Compiling scroll_derive v0.12.0 |
911 | 2025-01-14T15:57:35.911Z | Running `/home/build/.rustup/toolchains/1.84.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=566465ffdc18a895 -C extra-filename=-566465ffdc18a895 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
912 | 2025-01-14T15:57:36.261Z | Compiling hashbrown v0.14.3 |
913 | 2025-01-14T15:57:36.300Z | Running `/home/build/.rustup/toolchains/1.84.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"' --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=7f031d079a506afd -C extra-filename=-7f031d079a506afd --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-9f79e2911125d81b.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-a4562574ebc3beef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
914 | 2025-01-14T15:57:36.499Z | Compiling tracing v0.1.40 |
915 | 2025-01-14T15:57:36.544Z | Running `/home/build/.rustup/toolchains/1.84.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=a6489151053c3188 -C extra-filename=-a6489151053c3188 --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-ebae1a32f1902851.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-40ad2139a15e56a5.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
916 | 2025-01-14T15:57:36.746Z | Compiling pest v2.7.6 |
917 | 2025-01-14T15:57:36.791Z | Running `/home/build/.rustup/toolchains/1.84.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=0d43fb839ab0b1b6 -C extra-filename=-0d43fb839ab0b1b6 --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-187ef387dbb05ae2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-327f5aa9042d4b15.rmeta --cap-lints allow '-Wclippy::unused-async'` |
918 | 2025-01-14T15:57:36.961Z | Running `/home/build/.rustup/toolchains/1.84.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=c730189a7f241af0 -C extra-filename=-c730189a7f241af0 --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-2ae49a296a666b20.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b1a948a8a5a63201.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
919 | 2025-01-14T15:57:37.307Z | Compiling scroll v0.12.0 |
920 | 2025-01-14T15:57:37.350Z | Running `/home/build/.rustup/toolchains/1.84.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=fd9f83fa1b24b488 -C extra-filename=-fd9f83fa1b24b488 --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-566465ffdc18a895.so --cap-lints allow '-Wclippy::unused-async'` |
921 | 2025-01-14T15:57:37.413Z | Compiling regress v0.10.1 |
922 | 2025-01-14T15:57:37.481Z | Running `/home/build/.rustup/toolchains/1.84.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=37ba3474ac197f89 -C extra-filename=-37ba3474ac197f89 --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-7f031d079a506afd.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
923 | 2025-01-14T15:57:37.529Z | Running `/home/build/.rustup/toolchains/1.84.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"' --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=5a38dcf097c9602d -C extra-filename=-5a38dcf097c9602d --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-c730189a7f241af0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-2eed6a679075b5cb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
924 | 2025-01-14T15:57:37.604Z | Compiling regex v1.11.1 |
925 | 2025-01-14T15:57:37.657Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.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="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=9cfa7acdf2cfd9ab -C extra-filename=-9cfa7acdf2cfd9ab --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-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
926 | 2025-01-14T15:57:37.821Z | Compiling goblin v0.8.0 |
927 | 2025-01-14T15:57:37.853Z | Running `/home/build/.rustup/toolchains/1.84.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=b923c5585064336b -C extra-filename=-b923c5585064336b --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-e95446108fba6bad.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-71fe12c41dd9f55d.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-fd9f83fa1b24b488.rmeta --cap-lints allow '-Wclippy::unused-async'` |
928 | 2025-01-14T15:57:38.548Z | Compiling unicode-normalization v0.1.22 |
929 | 2025-01-14T15:57:38.591Z | Running `/home/build/.rustup/toolchains/1.84.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=76285573ef162a6a -C extra-filename=-76285573ef162a6a --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-934398379b5c52b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
930 | 2025-01-14T15:57:38.673Z | Running `/home/build/.rustup/toolchains/1.84.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=c2790109da1ee323 -C extra-filename=-c2790109da1ee323 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
931 | 2025-01-14T15:57:38.764Z | Compiling anyhow v1.0.92 |
932 | 2025-01-14T15:57:38.794Z | Running `/home/build/.rustup/toolchains/1.84.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=0442dbbeb0ade0d6 -C extra-filename=-0442dbbeb0ade0d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-0442dbbeb0ade0d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
933 | 2025-01-14T15:57:39.165Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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=787395c83cd853ea -C extra-filename=-787395c83cd853ea --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-8e6aba1b38662c11.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)'` |
934 | 2025-01-14T15:57:39.440Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/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=5c37e7c2e2aadf33 -C extra-filename=-5c37e7c2e2aadf33 --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-8e6aba1b38662c11.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)'` |
935 | 2025-01-14T15:57:39.559Z | Compiling pest_meta v2.7.6 |
936 | 2025-01-14T15:57:39.578Z | Running `/home/build/.rustup/toolchains/1.84.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=684ed8dbcb9d5f09 -C extra-filename=-684ed8dbcb9d5f09 --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-6251a48351283bd4.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-0d43fb839ab0b1b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
937 | 2025-01-14T15:57:39.675Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9cab553b07e0c4ef -C extra-filename=-9cab553b07e0c4ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
938 | 2025-01-14T15:57:39.950Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=794181057a2c0ba0 -C extra-filename=-794181057a2c0ba0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
939 | 2025-01-14T15:57:40.214Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=d32cfba626706166 -C extra-filename=-d32cfba626706166 --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-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-4d6af20d89a04838.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c2790109da1ee323.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
940 | 2025-01-14T15:57:40.413Z | Compiling idna v0.4.0 |
941 | 2025-01-14T15:57:40.448Z | Running `/home/build/.rustup/toolchains/1.84.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=85b0a1637ee8e307 -C extra-filename=-85b0a1637ee8e307 --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-f93eceeaa1c4a9d4.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-76285573ef162a6a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
942 | 2025-01-14T15:57:41.887Z | Compiling pest_generator v2.7.6 |
943 | 2025-01-14T15:57:41.901Z | Running `/home/build/.rustup/toolchains/1.84.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=ac5e2c0375bdcedb -C extra-filename=-ac5e2c0375bdcedb --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-0d43fb839ab0b1b6.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-684ed8dbcb9d5f09.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'` |
944 | 2025-01-14T15:57:42.022Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-0442dbbeb0ade0d6/build-script-build` |
945 | 2025-01-14T15:57:42.085Z | Compiling rand_chacha v0.3.1 |
946 | 2025-01-14T15:57:42.097Z | Running `/home/build/.rustup/toolchains/1.84.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=a546eb5369f1e785 -C extra-filename=-a546eb5369f1e785 --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-cb8b3e1610c80e8e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a6b686f51e9656cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
947 | 2025-01-14T15:57:42.428Z | Compiling foreign-types v0.3.2 |
948 | 2025-01-14T15:57:42.437Z | Running `/home/build/.rustup/toolchains/1.84.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=9c8fc9fae25190fd -C extra-filename=-9c8fc9fae25190fd --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-54d5e90548683bf2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
949 | 2025-01-14T15:57:42.556Z | Running `/home/build/.rustup/toolchains/1.84.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=03092a79053791f0 -C extra-filename=-03092a79053791f0 --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)'` |
950 | 2025-01-14T15:57:43.121Z | Running `/home/build/.rustup/toolchains/1.84.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=f4bbc91d8ca58e87 -C extra-filename=-f4bbc91d8ca58e87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
951 | 2025-01-14T15:57:43.168Z | Running `/home/build/.rustup/toolchains/1.84.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=2ceb46c64826e836 -C extra-filename=-2ceb46c64826e836 --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-ad8fcba8752a024f.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` |
952 | 2025-01-14T15:57:43.580Z | Compiling pest_derive v2.7.6 |
953 | 2025-01-14T15:57:43.583Z | Running `/home/build/.rustup/toolchains/1.84.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=38bae5569dff93a5 -C extra-filename=-38bae5569dff93a5 --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-0d43fb839ab0b1b6.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-ac5e2c0375bdcedb.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
954 | 2025-01-14T15:57:43.801Z | Running `/home/build/.rustup/toolchains/1.84.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=97c044b19b190608 -C extra-filename=-97c044b19b190608 --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-d2cdb670f70b4b06.rmeta --cap-lints allow '-Wclippy::unused-async'` |
955 | 2025-01-14T15:57:43.878Z | Running `/home/build/.rustup/toolchains/1.84.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=13aa9d3db9a4455e -C extra-filename=-13aa9d3db9a4455e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
956 | 2025-01-14T15:57:44.170Z | Compiling mime v0.3.17 |
957 | 2025-01-14T15:57:44.173Z | Compiling tower-service v0.3.2 |
958 | 2025-01-14T15:57:44.173Z | Running `/home/build/.rustup/toolchains/1.84.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=2e29f70ea0a7aa12 -C extra-filename=-2e29f70ea0a7aa12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
959 | 2025-01-14T15:57:44.173Z | Running `/home/build/.rustup/toolchains/1.84.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=6fd99c6cb460a211 -C extra-filename=-6fd99c6cb460a211 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
960 | 2025-01-14T15:57:44.329Z | Compiling bytes v1.9.0 |
961 | 2025-01-14T15:57:44.332Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=65d513cddc52aa94 -C extra-filename=-65d513cddc52aa94 --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
962 | 2025-01-14T15:57:44.354Z | Running `/home/build/.rustup/toolchains/1.84.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.135/src/lib.rs --error-format=json --json=diagnostic-rendered-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=a718eaa969ca6a1f -C extra-filename=-a718eaa969ca6a1f --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-ea0f017d02a7105b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
963 | 2025-01-14T15:57:44.472Z | Compiling indexmap v2.7.0 |
964 | 2025-01-14T15:57:44.510Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=552fa953615e642f -C extra-filename=-552fa953615e642f --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-9bc7b39fca9ce439.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-bc4fe565e42739d5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2025-01-14T15:57:44.726Z | Running `/home/build/.rustup/toolchains/1.84.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.135/src/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=e1f630314ec2deb3 -C extra-filename=-e1f630314ec2deb3 --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-71a6a6543ead115f.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
966 | 2025-01-14T15:57:44.729Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6b283c8fc4249a27 -C extra-filename=-6b283c8fc4249a27 --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
967 | 2025-01-14T15:57:44.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=da7b5a91ec334920 -C extra-filename=-da7b5a91ec334920 --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-a84b2f061c359b52.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-c061007c4122a3dc.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
968 | 2025-01-14T15:57:45.471Z | Compiling tokio v1.39.3 |
969 | 2025-01-14T15:57:45.473Z | Running `/home/build/.rustup/toolchains/1.84.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=f90067deaea2532b -C extra-filename=-f90067deaea2532b --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-65d513cddc52aa94.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a825bc72ff8b0ba2.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-71979449f0f1ab79.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-0ee33c9edeb3ad58.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-acc485cf8fb1ddce.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-f251f8b5e4276a74.so --cap-lints allow '-Wclippy::unused-async'` |
970 | 2025-01-14T15:57:45.559Z | Compiling chrono v0.4.38 |
971 | 2025-01-14T15:57:45.609Z | Running `/home/build/.rustup/toolchains/1.84.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=435b00a415ade40b -C extra-filename=-435b00a415ade40b --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-36e15320f5f5ed42.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
972 | 2025-01-14T15:57:45.778Z | Compiling uuid v1.11.0 |
973 | 2025-01-14T15:57:45.781Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --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=4b7894c2248e8208 -C extra-filename=-4b7894c2248e8208 --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-d2cdb670f70b4b06.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2025-01-14T15:57:45.873Z | Compiling serde_tokenstream v0.2.2 |
975 | 2025-01-14T15:57:45.913Z | Running `/home/build/.rustup/toolchains/1.84.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=5e2344c8a8f6abb2 -C extra-filename=-5e2344c8a8f6abb2 --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-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'` |
976 | 2025-01-14T15:57:46.116Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/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=bbeaaaacfb7f3ce9 -C extra-filename=-bbeaaaacfb7f3ce9 --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'` |
977 | 2025-01-14T15:57:46.237Z | Compiling bitflags v2.6.0 |
978 | 2025-01-14T15:57:46.240Z | Running `/home/build/.rustup/toolchains/1.84.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=9c852c7d952cc48b -C extra-filename=-9c852c7d952cc48b --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2025-01-14T15:57:46.453Z | Running `/home/build/.rustup/toolchains/1.84.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=0eb700ad0faf45c0 -C extra-filename=-0eb700ad0faf45c0 --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-4c8547669ecc4b98.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
980 | 2025-01-14T15:57:46.500Z | Compiling http v1.2.0 |
981 | 2025-01-14T15:57:46.503Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=605918d7c5ae7269 -C extra-filename=-605918d7c5ae7269 --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-6b283c8fc4249a27.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
982 | 2025-01-14T15:57:46.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --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=b8fd3330cb756ce9 -C extra-filename=-b8fd3330cb756ce9 --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-87f47e2a96b01bd3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
983 | 2025-01-14T15:57:46.759Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=21a897e9a70cbf20 -C extra-filename=-21a897e9a70cbf20 --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-65d513cddc52aa94.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
984 | 2025-01-14T15:57:47.093Z | Compiling openapiv3 v2.0.0 |
985 | 2025-01-14T15:57:47.122Z | Running `/home/build/.rustup/toolchains/1.84.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=24c84570f74f2f67 -C extra-filename=-24c84570f74f2f67 --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-da7b5a91ec334920.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
986 | 2025-01-14T15:57:47.126Z | Running `/home/build/.rustup/toolchains/1.84.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=198daac913c37f38 -C extra-filename=-198daac913c37f38 --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
987 | 2025-01-14T15:57:47.551Z | Running `/home/build/.rustup/toolchains/1.84.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=a80ecf452c827f63 -C extra-filename=-a80ecf452c827f63 --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-6b283c8fc4249a27.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-9c74d88d4d4b94f0.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-10cd052089a8c0dd.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-26d4a265732e2d83.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-b5b3f18a645e2f91.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-f251f8b5e4276a74.so --cap-lints allow '-Wclippy::unused-async'` |
988 | 2025-01-14T15:57:47.576Z | Compiling dof v0.3.0 |
989 | 2025-01-14T15:57:47.581Z | Running `/home/build/.rustup/toolchains/1.84.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=bd46f240fb034e33 -C extra-filename=-bd46f240fb034e33 --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-b923c5585064336b.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-e0ffa60808e1e7f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a17e26650f1fc8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
990 | 2025-01-14T15:57:48.493Z | Running `/home/build/.rustup/toolchains/1.84.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=ac748e94bde70440 -C extra-filename=-ac748e94bde70440 --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-6b283c8fc4249a27.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-57ac2cf7c3c4548c.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-e544ec633bf97c65.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
991 | 2025-01-14T15:57:48.654Z | Running `/home/build/.rustup/toolchains/1.84.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=ecac64a205553e28 -C extra-filename=-ecac64a205553e28 --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-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-e544ec633bf97c65.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
992 | 2025-01-14T15:57:49.079Z | Compiling http-body v1.0.1 |
993 | 2025-01-14T15:57:49.099Z | Running `/home/build/.rustup/toolchains/1.84.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=deea79aaf247d755 -C extra-filename=-deea79aaf247d755 --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-65d513cddc52aa94.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
994 | 2025-01-14T15:57:49.103Z | Compiling toml_datetime v0.6.8 |
995 | 2025-01-14T15:57:49.103Z | Running `/home/build/.rustup/toolchains/1.84.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=28e7a1c8deab26f0 -C extra-filename=-28e7a1c8deab26f0 --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
996 | 2025-01-14T15:57:49.348Z | Compiling dtrace-parser v0.2.0 |
997 | 2025-01-14T15:57:49.352Z | Running `/home/build/.rustup/toolchains/1.84.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=664184532b386e15 -C extra-filename=-664184532b386e15 --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-0d43fb839ab0b1b6.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-38bae5569dff93a5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --cap-lints allow '-Wclippy::unused-async'` |
998 | 2025-01-14T15:57:49.555Z | Running `/home/build/.rustup/toolchains/1.84.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=f68e45282598b835 -C extra-filename=-f68e45282598b835 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
999 | 2025-01-14T15:57:50.036Z | Running `/home/build/.rustup/toolchains/1.84.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=ef503db5bbc3e8c1 -C extra-filename=-ef503db5bbc3e8c1 --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-65057e340f8a6547.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-bd46f240fb034e33.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-664184532b386e15.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-c74d0d491e3db312.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1000 | 2025-01-14T15:57:50.252Z | Running `/home/build/.rustup/toolchains/1.84.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=6e2307f1e996b6e0 -C extra-filename=-6e2307f1e996b6e0 --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-9c852c7d952cc48b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-9c8fc9fae25190fd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-bb5f2a72da377e9b.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-2ceb46c64826e836.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` |
1001 | 2025-01-14T15:57:50.821Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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=b3193beec6a073ee -C extra-filename=-b3193beec6a073ee --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'` |
1002 | 2025-01-14T15:57:51.158Z | Compiling rand v0.8.5 |
1003 | 2025-01-14T15:57:51.161Z | Running `/home/build/.rustup/toolchains/1.84.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=976088b582b4d81d -C extra-filename=-976088b582b4d81d --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-ad8fcba8752a024f.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a546eb5369f1e785.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a6b686f51e9656cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1004 | 2025-01-14T15:57:51.227Z | Compiling url v2.4.1 |
1005 | 2025-01-14T15:57:51.261Z | Running `/home/build/.rustup/toolchains/1.84.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=a90af2d5077ca666 -C extra-filename=-a90af2d5077ca666 --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-0170236e9d42b6ab.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1006 | 2025-01-14T15:57:51.536Z | Running `/home/build/.rustup/toolchains/1.84.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=5b22bbf4dba87c63 -C extra-filename=-5b22bbf4dba87c63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1007 | 2025-01-14T15:57:51.581Z | Running `/home/build/.rustup/toolchains/1.84.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=ce10c79b8b3b342e -C extra-filename=-ce10c79b8b3b342e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1008 | 2025-01-14T15:57:51.645Z | Running `/home/build/.rustup/toolchains/1.84.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=13a2bf0e78d48657 -C extra-filename=-13a2bf0e78d48657 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1009 | 2025-01-14T15:57:51.842Z | Running `/home/build/.rustup/toolchains/1.84.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=2fc6bb0c382c2ae9 -C extra-filename=-2fc6bb0c382c2ae9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1010 | 2025-01-14T15:57:51.868Z | Compiling openssl-probe v0.1.5 |
1011 | 2025-01-14T15:57:51.870Z | Running `/home/build/.rustup/toolchains/1.84.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=05358cb01549b062 -C extra-filename=-05358cb01549b062 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1012 | 2025-01-14T15:57:51.979Z | Running `/home/build/.rustup/toolchains/1.84.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=5232abdcc2ff3fd6 -C extra-filename=-5232abdcc2ff3fd6 --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-5b22bbf4dba87c63.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2025-01-14T15:57:52.131Z | Running `/home/build/.rustup/toolchains/1.84.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=360e3c86a64891f8 -C extra-filename=-360e3c86a64891f8 --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-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1014 | 2025-01-14T15:57:52.199Z | Compiling usdt-macro v0.5.0 |
1015 | 2025-01-14T15:57:52.202Z | Running `/home/build/.rustup/toolchains/1.84.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=d0195d3bc8857219 -C extra-filename=-d0195d3bc8857219 --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-664184532b386e15.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ef503db5bbc3e8c1.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1016 | 2025-01-14T15:57:52.397Z | Compiling usdt-attr-macro v0.5.0 |
1017 | 2025-01-14T15:57:52.399Z | Running `/home/build/.rustup/toolchains/1.84.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=aa7acb30d00f7254 -C extra-filename=-aa7acb30d00f7254 --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-664184532b386e15.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ef503db5bbc3e8c1.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1018 | 2025-01-14T15:57:52.435Z | Compiling http-body-util v0.1.2 |
1019 | 2025-01-14T15:57:52.438Z | Running `/home/build/.rustup/toolchains/1.84.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=fe661b7c0e83de1d -C extra-filename=-fe661b7c0e83de1d --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-65d513cddc52aa94.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1020 | 2025-01-14T15:57:52.931Z | Running `/home/build/.rustup/toolchains/1.84.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=ebfbb7c86d6d5d1b -C extra-filename=-ebfbb7c86d6d5d1b --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-6251a48351283bd4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1021 | 2025-01-14T15:57:52.953Z | Compiling tokio-util v0.7.11 |
1022 | 2025-01-14T15:57:52.953Z | Running `/home/build/.rustup/toolchains/1.84.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=4ba0b57cd05a40fd -C extra-filename=-4ba0b57cd05a40fd --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-65d513cddc52aa94.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1023 | 2025-01-14T15:57:53.462Z | Compiling encoding_rs v0.8.33 |
1024 | 2025-01-14T15:57:53.465Z | Running `/home/build/.rustup/toolchains/1.84.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=983d51f9fcaacf24 -C extra-filename=-983d51f9fcaacf24 --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-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1025 | 2025-01-14T15:57:53.681Z | Running `/home/build/.rustup/toolchains/1.84.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=5ab30d554b0e5572 -C extra-filename=-5ab30d554b0e5572 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1026 | 2025-01-14T15:57:53.866Z | Compiling h2 v0.4.6 |
1027 | 2025-01-14T15:57:53.869Z | Running `/home/build/.rustup/toolchains/1.84.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(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=dd0768493934a433 -C extra-filename=-dd0768493934a433 --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-773925d7af7a3cd8.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1028 | 2025-01-14T15:57:54.054Z | Compiling base64 v0.22.1 |
1029 | 2025-01-14T15:57:54.056Z | Running `/home/build/.rustup/toolchains/1.84.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=185e749141543923 -C extra-filename=-185e749141543923 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1030 | 2025-01-14T15:57:54.078Z | Compiling ipnet v2.9.0 |
1031 | 2025-01-14T15:57:54.080Z | Running `/home/build/.rustup/toolchains/1.84.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=4efa376f343665d9 -C extra-filename=-4efa376f343665d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1032 | 2025-01-14T15:57:54.121Z | Running `/home/build/.rustup/toolchains/1.84.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=e3b297eb9df43352 -C extra-filename=-e3b297eb9df43352 --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-db0780f6db0d7b83.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-40ad2139a15e56a5.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ebfbb7c86d6d5d1b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1033 | 2025-01-14T15:57:54.537Z | Running `/home/build/.rustup/toolchains/1.84.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=4a294997008ce497 -C extra-filename=-4a294997008ce497 --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-5232abdcc2ff3fd6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1034 | 2025-01-14T15:57:54.807Z | Compiling rustls-pemfile v2.1.3 |
1035 | 2025-01-14T15:57:54.809Z | Running `/home/build/.rustup/toolchains/1.84.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=430327ca2ab8a56f -C extra-filename=-430327ca2ab8a56f --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-185e749141543923.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1036 | 2025-01-14T15:57:55.328Z | Running `/home/build/.rustup/toolchains/1.84.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=5ee58b1716f32756 -C extra-filename=-5ee58b1716f32756 --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-6b283c8fc4249a27.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1037 | 2025-01-14T15:57:55.329Z | Running `/home/build/.rustup/toolchains/1.84.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=4e92c1adcb20bc57 -C extra-filename=-4e92c1adcb20bc57 --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-6b283c8fc4249a27.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1038 | 2025-01-14T15:57:55.580Z | Compiling serde_spanned v0.6.7 |
1039 | 2025-01-14T15:57:55.583Z | Running `/home/build/.rustup/toolchains/1.84.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=2c7f6919b740ce5f -C extra-filename=-2c7f6919b740ce5f --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1040 | 2025-01-14T15:57:55.602Z | Compiling serde_urlencoded v0.7.1 |
1041 | 2025-01-14T15:57:55.606Z | Running `/home/build/.rustup/toolchains/1.84.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=b119eab37472e48d -C extra-filename=-b119eab37472e48d --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-0170236e9d42b6ab.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1042 | 2025-01-14T15:57:55.819Z | Running `/home/build/.rustup/toolchains/1.84.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=7a03939b8c0de1d4 -C extra-filename=-7a03939b8c0de1d4 --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-d53a21f98f031de6.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-6e2307f1e996b6e0.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-05358cb01549b062.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-2ceb46c64826e836.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1043 | 2025-01-14T15:57:56.122Z | Compiling webpki-roots v0.26.6 |
1044 | 2025-01-14T15:57:56.143Z | Running `/home/build/.rustup/toolchains/1.84.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=b2de3bb35aaef71c -C extra-filename=-b2de3bb35aaef71c --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-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1045 | 2025-01-14T15:57:56.344Z | Compiling tokio-native-tls v0.3.1 |
1046 | 2025-01-14T15:57:56.348Z | Running `/home/build/.rustup/toolchains/1.84.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=65f792a1a3e962a5 -C extra-filename=-65f792a1a3e962a5 --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-7a03939b8c0de1d4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1047 | 2025-01-14T15:57:56.407Z | Running `/home/build/.rustup/toolchains/1.84.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=474421277e1627c6 -C extra-filename=-474421277e1627c6 --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` |
1048 | 2025-01-14T15:57:56.431Z | Compiling errno v0.3.9 |
1049 | 2025-01-14T15:57:56.433Z | Running `/home/build/.rustup/toolchains/1.84.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=a79b88aeacad48e1 -C extra-filename=-a79b88aeacad48e1 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1050 | 2025-01-14T15:57:56.623Z | Running `/home/build/.rustup/toolchains/1.84.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=eb42340f8849aac7 -C extra-filename=-eb42340f8849aac7 --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-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1051 | 2025-01-14T15:57:56.680Z | Running `/home/build/.rustup/toolchains/1.84.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=3454eedd05e17889 -C extra-filename=-3454eedd05e17889 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1052 | 2025-01-14T15:57:56.847Z | Compiling rustversion v1.0.14 |
1053 | 2025-01-14T15:57:56.849Z | Running `/home/build/.rustup/toolchains/1.84.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=58eea608960c4a41 -C extra-filename=-58eea608960c4a41 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2025-01-14T15:57:57.039Z | Running `/home/build/.rustup/toolchains/1.84.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=b62fff60b00a7e6d -C extra-filename=-b62fff60b00a7e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1055 | 2025-01-14T15:57:57.346Z | Running `/home/build/.rustup/toolchains/1.84.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=846004a314cd2cf3 -C extra-filename=-846004a314cd2cf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1056 | 2025-01-14T15:57:57.488Z | Running `/home/build/.rustup/toolchains/1.84.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.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="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=bee669ddc794b8b0 -C extra-filename=-bee669ddc794b8b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2025-01-14T15:57:58.019Z | Running `/home/build/.rustup/toolchains/1.84.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=8c281df234576938 -C extra-filename=-8c281df234576938 --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-846004a314cd2cf3.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-4a294997008ce497.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1058 | 2025-01-14T15:57:58.179Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41/build-script-build` |
1059 | 2025-01-14T15:57:58.193Z | Running `/home/build/.rustup/toolchains/1.84.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=06e20cebbdecfbc4 -C extra-filename=-06e20cebbdecfbc4 --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-3454eedd05e17889.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1060 | 2025-01-14T15:57:58.414Z | Running `/home/build/.rustup/toolchains/1.84.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 --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"))' --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"))' -C metadata=9d1c91647873e503 -C extra-filename=-9d1c91647873e503 --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-9c852c7d952cc48b.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-a79b88aeacad48e1.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1061 | 2025-01-14T15:57:58.492Z | Running `/home/build/.rustup/toolchains/1.84.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(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=813b1cb45aea5d24 -C extra-filename=-813b1cb45aea5d24 --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-5ab30d554b0e5572.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5ee58b1716f32756.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e3b297eb9df43352.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1062 | 2025-01-14T15:57:58.818Z | Compiling hyper v1.4.1 |
1063 | 2025-01-14T15:57:58.820Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --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"))' -C metadata=7348eedd70e3b01d -C extra-filename=-7348eedd70e3b01d --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-65d513cddc52aa94.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-dd0768493934a433.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-1c3bba72ce7010ef.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-67e98b84bcadd528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1064 | 2025-01-14T15:57:59.380Z | Compiling sync_wrapper v1.0.1 |
1065 | 2025-01-14T15:57:59.383Z | Running `/home/build/.rustup/toolchains/1.84.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=225ebeedc4a85d39 -C extra-filename=-225ebeedc4a85d39 --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-63f70cb0fb7b3737.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1066 | 2025-01-14T15:57:59.496Z | Running `/home/build/.rustup/toolchains/1.84.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=ceb5109e77851e6d -C extra-filename=-ceb5109e77851e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2025-01-14T15:57:59.554Z | Running `/home/build/.rustup/toolchains/1.84.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=ad992e784ac04f0e -C extra-filename=-ad992e784ac04f0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1068 | 2025-01-14T15:57:59.908Z | Running `/home/build/.rustup/toolchains/1.84.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=dc4d10b7311586a0 -C extra-filename=-dc4d10b7311586a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2025-01-14T15:58:00.046Z | Compiling powerfmt v0.2.0 |
1070 | 2025-01-14T15:58:00.075Z | Running `/home/build/.rustup/toolchains/1.84.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=6aa3b04a1c9c5d6f -C extra-filename=-6aa3b04a1c9c5d6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2025-01-14T15:58:00.313Z | Running `/home/build/.rustup/toolchains/1.84.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=358c1a4034661ff1 -C extra-filename=-358c1a4034661ff1 --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-ad992e784ac04f0e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-97c044b19b190608.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1072 | 2025-01-14T15:58:00.420Z | Compiling deranged v0.3.9 |
1073 | 2025-01-14T15:58:00.423Z | Running `/home/build/.rustup/toolchains/1.84.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=48059e68a201f95f -C extra-filename=-48059e68a201f95f --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-6aa3b04a1c9c5d6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1074 | 2025-01-14T15:58:01.206Z | Compiling hyper-util v0.1.9 |
1075 | 2025-01-14T15:58:01.208Z | Running `/home/build/.rustup/toolchains/1.84.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=6478584433491050 -C extra-filename=-6478584433491050 --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-65d513cddc52aa94.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-acc485cf8fb1ddce.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2025-01-14T15:58:01.231Z | Running `/home/build/.rustup/toolchains/1.84.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.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="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=60edc595d00e0a3c -C extra-filename=-60edc595d00e0a3c --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-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1077 | 2025-01-14T15:58:01.231Z | Running `/home/build/.rustup/toolchains/1.84.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=c27d41a2184bc210 -C extra-filename=-c27d41a2184bc210 --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-dc4d10b7311586a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2025-01-14T15:58:01.361Z | Running `/home/build/.rustup/toolchains/1.84.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=eac64c6dbaff072c -C extra-filename=-eac64c6dbaff072c --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-360e3c86a64891f8.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-8c281df234576938.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1079 | 2025-01-14T15:58:01.506Z | Running `/home/build/.rustup/toolchains/1.84.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=edd51d925182348b -C extra-filename=-edd51d925182348b --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'` |
1080 | 2025-01-14T15:58:01.742Z | Running `/home/build/.rustup/toolchains/1.84.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=906db63057bb4f1f -C extra-filename=-906db63057bb4f1f --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-552fa953615e642f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2025-01-14T15:58:02.678Z | Compiling futures-executor v0.3.31 |
1082 | 2025-01-14T15:58:02.682Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=99ca3bf71f9129d9 -C extra-filename=-99ca3bf71f9129d9 --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-63f70cb0fb7b3737.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2025-01-14T15:58:02.761Z | Running `/home/build/.rustup/toolchains/1.84.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=2961959ec0278e53 -C extra-filename=-2961959ec0278e53 --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-8bfdb8b95c93545a.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` |
1084 | 2025-01-14T15:58:02.888Z | Compiling num_threads v0.1.6 |
1085 | 2025-01-14T15:58:02.908Z | Running `/home/build/.rustup/toolchains/1.84.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=02649050c7c3f33f -C extra-filename=-02649050c7c3f33f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2025-01-14T15:58:03.041Z | Compiling hyper-tls v0.6.0 |
1087 | 2025-01-14T15:58:03.045Z | Running `/home/build/.rustup/toolchains/1.84.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=19ca0c089f35f4b5 -C extra-filename=-19ca0c089f35f4b5 --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-65d513cddc52aa94.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-fe661b7c0e83de1d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-6478584433491050.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-7a03939b8c0de1d4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-65f792a1a3e962a5.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1088 | 2025-01-14T15:58:03.301Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --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"))' -C metadata=fe493aa34a5516a6 -C extra-filename=-fe493aa34a5516a6 --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-6b283c8fc4249a27.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-813b1cb45aea5d24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4e92c1adcb20bc57.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-474421277e1627c6.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-ceb5109e77851e6d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-06e20cebbdecfbc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2025-01-14T15:58:03.459Z | Running `/home/build/.rustup/toolchains/1.84.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=208a3085061b0be0 -C extra-filename=-208a3085061b0be0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2025-01-14T15:58:03.615Z | Compiling time v0.3.36 |
1091 | 2025-01-14T15:58:03.618Z | Running `/home/build/.rustup/toolchains/1.84.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=75e80be358b2caf6 -C extra-filename=-75e80be358b2caf6 --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-48059e68a201f95f.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-a193a8191ebdd77d.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-02649050c7c3f33f.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-6aa3b04a1c9c5d6f.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'` |
1092 | 2025-01-14T15:58:03.808Z | Running `/home/build/.rustup/toolchains/1.84.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=4ca7926b1655df40 -C extra-filename=-4ca7926b1655df40 --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-8bfdb8b95c93545a.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-358c1a4034661ff1.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-97c044b19b190608.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1093 | 2025-01-14T15:58:03.852Z | Running `/home/build/.rustup/toolchains/1.84.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=762f10a1de081806 -C extra-filename=-762f10a1de081806 --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-198daac913c37f38.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-c27d41a2184bc210.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-bb5f2a72da377e9b.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-2961959ec0278e53.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` |
1094 | 2025-01-14T15:58:03.962Z | Compiling block-buffer v0.10.4 |
1095 | 2025-01-14T15:58:04.028Z | Running `/home/build/.rustup/toolchains/1.84.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=5b2d2b04b6f8a233 -C extra-filename=-5b2d2b04b6f8a233 --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-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1096 | 2025-01-14T15:58:04.255Z | Running `/home/build/.rustup/toolchains/1.84.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=fd24c0f4ca15faba -C extra-filename=-fd24c0f4ca15faba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1097 | 2025-01-14T15:58:04.967Z | Running `/home/build/.rustup/toolchains/1.84.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=93e73b774428bce3 -C extra-filename=-93e73b774428bce3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1098 | 2025-01-14T15:58:05.031Z | Compiling camino v1.1.9 |
1099 | 2025-01-14T15:58:05.034Z | Running `/home/build/.rustup/toolchains/1.84.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=5589b96b1842068f -C extra-filename=-5589b96b1842068f --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1100 | 2025-01-14T15:58:05.226Z | Running `/home/build/.rustup/toolchains/1.84.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=76ff00c2e45592dc -C extra-filename=-76ff00c2e45592dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1101 | 2025-01-14T15:58:05.337Z | Running `/home/build/.rustup/toolchains/1.84.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=665b08dc86914dc5 -C extra-filename=-665b08dc86914dc5 --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-93e73b774428bce3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2025-01-14T15:58:05.466Z | Compiling digest v0.10.7 |
1103 | 2025-01-14T15:58:05.468Z | Running `/home/build/.rustup/toolchains/1.84.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=b16d9483cd4e236a -C extra-filename=-b16d9483cd4e236a --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-5b2d2b04b6f8a233.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-95ddfdfa5b4d8db6.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1104 | 2025-01-14T15:58:05.639Z | Running `/home/build/.rustup/toolchains/1.84.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=f507cc19eb5d397b -C extra-filename=-f507cc19eb5d397b --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-6b283c8fc4249a27.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4e92c1adcb20bc57.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-b5b3f18a645e2f91.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-208a3085061b0be0.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e3b297eb9df43352.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1105 | 2025-01-14T15:58:05.733Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f/build-script-build` |
1106 | 2025-01-14T15:58:05.806Z | Running `/home/build/.rustup/toolchains/1.84.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=ea680b9d30b3b7f7 -C extra-filename=-ea680b9d30b3b7f7 --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-6b283c8fc4249a27.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4e92c1adcb20bc57.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1107 | 2025-01-14T15:58:05.869Z | Running `/home/build/.rustup/toolchains/1.84.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=0e7c142ad02b8eec -C extra-filename=-0e7c142ad02b8eec --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1108 | 2025-01-14T15:58:06.119Z | Running `/home/build/.rustup/toolchains/1.84.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=b888eda6187791bd -C extra-filename=-b888eda6187791bd --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2025-01-14T15:58:06.271Z | Running `/home/build/.rustup/toolchains/1.84.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=10ae0b519c4da0c1 -C extra-filename=-10ae0b519c4da0c1 --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-566465ffdc18a895.so --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2025-01-14T15:58:06.648Z | Running `/home/build/.rustup/toolchains/1.84.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=60bdd008bf049ad3 -C extra-filename=-60bdd008bf049ad3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2025-01-14T15:58:06.708Z | Running `/home/build/.rustup/toolchains/1.84.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=130de0a54fb4383a -C extra-filename=-130de0a54fb4383a --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-6fd4a91ecd25bcee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2025-01-14T15:58:06.790Z | Running `/home/build/.rustup/toolchains/1.84.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=498ab88b9d5b7b53 -C extra-filename=-498ab88b9d5b7b53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1113 | 2025-01-14T15:58:06.813Z | Running `/home/build/.rustup/toolchains/1.84.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=3b27ac276f69e58c -C extra-filename=-3b27ac276f69e58c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2025-01-14T15:58:07.119Z | Compiling winnow v0.5.19 |
1115 | 2025-01-14T15:58:07.159Z | Running `/home/build/.rustup/toolchains/1.84.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=6d3a834276e35f6f -C extra-filename=-6d3a834276e35f6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1116 | 2025-01-14T15:58:07.481Z | Running `/home/build/.rustup/toolchains/1.84.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=36973217fecc7797 -C extra-filename=-36973217fecc7797 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1117 | 2025-01-14T15:58:07.819Z | Running `/home/build/.rustup/toolchains/1.84.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=5fea8601423eee6f -C extra-filename=-5fea8601423eee6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1118 | 2025-01-14T15:58:07.944Z | Running `/home/build/.rustup/toolchains/1.84.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=3c2fdd80a4f6835b -C extra-filename=-3c2fdd80a4f6835b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2025-01-14T15:58:07.968Z | Running `/home/build/.rustup/toolchains/1.84.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=67fd6a23309f1180 -C extra-filename=-67fd6a23309f1180 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1120 | 2025-01-14T15:58:08.015Z | Compiling either v1.13.0 |
1121 | 2025-01-14T15:58:08.018Z | Running `/home/build/.rustup/toolchains/1.84.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=2f45379508106f01 -C extra-filename=-2f45379508106f01 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1122 | 2025-01-14T15:58:08.103Z | Compiling unsafe-libyaml v0.2.9 |
1123 | 2025-01-14T15:58:08.105Z | Running `/home/build/.rustup/toolchains/1.84.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=0ecc480b04482755 -C extra-filename=-0ecc480b04482755 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1124 | 2025-01-14T15:58:08.165Z | Running `/home/build/.rustup/toolchains/1.84.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=ee7ebf239e1c21db -C extra-filename=-ee7ebf239e1c21db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2025-01-14T15:58:08.322Z | Running `/home/build/.rustup/toolchains/1.84.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=a1b6ee4406d4f9cc -C extra-filename=-a1b6ee4406d4f9cc --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-665b08dc86914dc5.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-3b27ac276f69e58c.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-ee7ebf239e1c21db.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-93e73b774428bce3.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-67fd6a23309f1180.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'` |
1126 | 2025-01-14T15:58:08.428Z | Running `/home/build/.rustup/toolchains/1.84.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=900e1ade914061ee -C extra-filename=-900e1ade914061ee --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-ad8c4b9cff4819c0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5fea8601423eee6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2025-01-14T15:58:08.451Z | Running `/home/build/.rustup/toolchains/1.84.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=aa410f83f33ea5f7 -C extra-filename=-aa410f83f33ea5f7 --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-d53a21f98f031de6.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-3c2fdd80a4f6835b.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-10ae0b519c4da0c1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2025-01-14T15:58:09.802Z | Running `/home/build/.rustup/toolchains/1.84.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=81ff4fc2a1c383d3 -C extra-filename=-81ff4fc2a1c383d3 --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-e95446108fba6bad.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-762f10a1de081806.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-76ff00c2e45592dc.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-2961959ec0278e53.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1129 | 2025-01-14T15:58:10.345Z | Running `/home/build/.rustup/toolchains/1.84.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=1f51b54816cee9a6 -C extra-filename=-1f51b54816cee9a6 --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-81ff4fc2a1c383d3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1130 | 2025-01-14T15:58:10.420Z | Compiling serde_yaml v0.9.27 |
1131 | 2025-01-14T15:58:10.424Z | Running `/home/build/.rustup/toolchains/1.84.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=6f24a42238e16c90 -C extra-filename=-6f24a42238e16c90 --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-da7b5a91ec334920.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-0ecc480b04482755.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2025-01-14T15:58:10.501Z | Running `/home/build/.rustup/toolchains/1.84.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=396964c5b9dd4c23 -C extra-filename=-396964c5b9dd4c23 --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-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1133 | 2025-01-14T15:58:10.702Z | Running `/home/build/.rustup/toolchains/1.84.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=6c63db6464feb264 -C extra-filename=-6c63db6464feb264 --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-498ab88b9d5b7b53.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1134 | 2025-01-14T15:58:11.059Z | Running `/home/build/.rustup/toolchains/1.84.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=b7b6c77af975b2b6 -C extra-filename=-b7b6c77af975b2b6 --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-360e3c86a64891f8.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2025-01-14T15:58:11.145Z | Running `/home/build/.rustup/toolchains/1.84.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=3550d0a4b4cfc20e -C extra-filename=-3550d0a4b4cfc20e --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-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2025-01-14T15:58:11.235Z | Running `/home/build/.rustup/toolchains/1.84.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=ac35cb7c177c409f -C extra-filename=-ac35cb7c177c409f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2025-01-14T15:58:11.375Z | Running `/home/build/.rustup/toolchains/1.84.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=9f80defcd1561a50 -C extra-filename=-9f80defcd1561a50 --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-900e1ade914061ee.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-38bae5569dff93a5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1138 | 2025-01-14T15:58:11.421Z | Running `/home/build/.rustup/toolchains/1.84.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=78b74ea00649cf8f -C extra-filename=-78b74ea00649cf8f --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-6b283c8fc4249a27.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ea680b9d30b3b7f7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-f507cc19eb5d397b.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-81ff4fc2a1c383d3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-1f51b54816cee9a6.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-208a3085061b0be0.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1139 | 2025-01-14T15:58:11.458Z | Compiling async-trait v0.1.83 |
1140 | 2025-01-14T15:58:11.460Z | Running `/home/build/.rustup/toolchains/1.84.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=6c2c8bdd9f9203d2 -C extra-filename=-6c2c8bdd9f9203d2 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1141 | 2025-01-14T15:58:11.577Z | Running `/home/build/.rustup/toolchains/1.84.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=4130c15e46fcd865 -C extra-filename=-4130c15e46fcd865 --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-a9ab754dfee47de0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2025-01-14T15:58:11.636Z | Compiling num-integer v0.1.46 |
1143 | 2025-01-14T15:58:11.638Z | Running `/home/build/.rustup/toolchains/1.84.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=b792e13107f508d2 -C extra-filename=-b792e13107f508d2 --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-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2025-01-14T15:58:11.808Z | Running `/home/build/.rustup/toolchains/1.84.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=b88bec97039f9667 -C extra-filename=-b88bec97039f9667 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1145 | 2025-01-14T15:58:11.811Z | Running `/home/build/.rustup/toolchains/1.84.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=86764da6759ba154 -C extra-filename=-86764da6759ba154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2025-01-14T15:58:11.880Z | Running `/home/build/.rustup/toolchains/1.84.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=eb7e7b4fc888f60e -C extra-filename=-eb7e7b4fc888f60e --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-396964c5b9dd4c23.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-97c044b19b190608.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1147 | 2025-01-14T15:58:12.092Z | Running `/home/build/.rustup/toolchains/1.84.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=682e7a27d089a975 -C extra-filename=-682e7a27d089a975 --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-396964c5b9dd4c23.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1148 | 2025-01-14T15:58:12.353Z | Running `/home/build/.rustup/toolchains/1.84.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=01585d17c7d13fc5 -C extra-filename=-01585d17c7d13fc5 --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)'` |
1149 | 2025-01-14T15:58:12.405Z | Running `/home/build/.rustup/toolchains/1.84.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=5b15484e959def3c -C extra-filename=-5b15484e959def3c --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-5a38dcf097c9602d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1150 | 2025-01-14T15:58:12.786Z | Running `/home/build/.rustup/toolchains/1.84.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=b866ef01f72144b2 -C extra-filename=-b866ef01f72144b2 --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)'` |
1151 | 2025-01-14T15:58:13.045Z | Compiling memmap v0.7.0 |
1152 | 2025-01-14T15:58:13.069Z | Running `/home/build/.rustup/toolchains/1.84.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=1a933c88994e272e -C extra-filename=-1a933c88994e272e --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1153 | 2025-01-14T15:58:13.180Z | Compiling utf8parse v0.2.1 |
1154 | 2025-01-14T15:58:13.183Z | Running `/home/build/.rustup/toolchains/1.84.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=353c36a14bd8f05b -C extra-filename=-353c36a14bd8f05b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2025-01-14T15:58:13.356Z | Running `/home/build/.rustup/toolchains/1.84.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=0141b157cb81e95d -C extra-filename=-0141b157cb81e95d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1156 | 2025-01-14T15:58:13.403Z | Running `/home/build/.rustup/toolchains/1.84.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=114f75b4fe535565 -C extra-filename=-114f75b4fe535565 --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-682e7a27d089a975.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-eb7e7b4fc888f60e.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2025-01-14T15:58:13.451Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=2fe1c779acc1ca61 -C extra-filename=-2fe1c779acc1ca61 --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-a9ab754dfee47de0.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1158 | 2025-01-14T15:58:13.627Z | Compiling hex v0.4.3 |
1159 | 2025-01-14T15:58:13.657Z | Running `/home/build/.rustup/toolchains/1.84.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=ee0eff8e145a3371 -C extra-filename=-ee0eff8e145a3371 --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1160 | 2025-01-14T15:58:13.674Z | Compiling clap_derive v4.5.18 |
1161 | 2025-01-14T15:58:13.677Z | Running `/home/build/.rustup/toolchains/1.84.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=6bd6af1fb08dd85a -C extra-filename=-6bd6af1fb08dd85a --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1162 | 2025-01-14T15:58:13.801Z | Running `/home/build/.rustup/toolchains/1.84.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=a1e40ef0cebf30e5 -C extra-filename=-a1e40ef0cebf30e5 --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-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1163 | 2025-01-14T15:58:13.857Z | Running `/home/build/.rustup/toolchains/1.84.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=c53051e7d0a02d0c -C extra-filename=-c53051e7d0a02d0c --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2025-01-14T15:58:13.904Z | Running `/home/build/.rustup/toolchains/1.84.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=9b5c26eca6297d13 -C extra-filename=-9b5c26eca6297d13 --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1165 | 2025-01-14T15:58:13.908Z | Running `/home/build/.rustup/toolchains/1.84.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=029008a30f27de22 -C extra-filename=-029008a30f27de22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1166 | 2025-01-14T15:58:14.083Z | Running `/home/build/.rustup/toolchains/1.84.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=adbdf5de9b57e455 -C extra-filename=-adbdf5de9b57e455 --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-aa410f83f33ea5f7.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-ac35cb7c177c409f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b1a948a8a5a63201.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1167 | 2025-01-14T15:58:14.128Z | Compiling siphasher v0.3.11 |
1168 | 2025-01-14T15:58:14.130Z | Running `/home/build/.rustup/toolchains/1.84.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=221ec4df0c4594a7 -C extra-filename=-221ec4df0c4594a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1169 | 2025-01-14T15:58:14.177Z | Compiling usdt v0.5.0 |
1170 | 2025-01-14T15:58:14.180Z | Running `/home/build/.rustup/toolchains/1.84.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=16b7b92b212760e1 -C extra-filename=-16b7b92b212760e1 --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-bd46f240fb034e33.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-664184532b386e15.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-b923c5585064336b.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-c53051e7d0a02d0c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-aa7acb30d00f7254.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ef503db5bbc3e8c1.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-d0195d3bc8857219.so --cap-lints allow '-Wclippy::unused-async'` |
1171 | 2025-01-14T15:58:14.223Z | Running `/home/build/.rustup/toolchains/1.84.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 --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"))' --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"))' -C metadata=6b567f2f26432512 -C extra-filename=-6b567f2f26432512 --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-198daac913c37f38.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-9b5c26eca6297d13.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1172 | 2025-01-14T15:58:14.496Z | Compiling phf_shared v0.11.2 |
1173 | 2025-01-14T15:58:14.517Z | Running `/home/build/.rustup/toolchains/1.84.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=fe9caec71baba2f6 -C extra-filename=-fe9caec71baba2f6 --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-221ec4df0c4594a7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1174 | 2025-01-14T15:58:14.540Z | Compiling anstyle-parse v0.2.2 |
1175 | 2025-01-14T15:58:14.543Z | Running `/home/build/.rustup/toolchains/1.84.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=ac2403a72561af5d -C extra-filename=-ac2403a72561af5d --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-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1176 | 2025-01-14T15:58:14.638Z | Compiling toml_edit v0.19.15 |
1177 | 2025-01-14T15:58:14.643Z | Running `/home/build/.rustup/toolchains/1.84.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=7ee5b9460b93852f -C extra-filename=-7ee5b9460b93852f --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-da7b5a91ec334920.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-2c7f6919b740ce5f.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-28e7a1c8deab26f0.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1178 | 2025-01-14T15:58:14.847Z | Running `/home/build/.rustup/toolchains/1.84.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=ce666eb47be7a472 -C extra-filename=-ce666eb47be7a472 --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-44628c75e1414eae.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-adbdf5de9b57e455.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-9f80defcd1561a50.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-b88bec97039f9667.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1179 | 2025-01-14T15:58:14.869Z | Compiling typify-impl v0.2.0 |
1180 | 2025-01-14T15:58:14.871Z | Running `/home/build/.rustup/toolchains/1.84.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=d44e4d0d36bef4ff -C extra-filename=-d44e4d0d36bef4ff --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-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-37ba3474ac197f89.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1181 | 2025-01-14T15:58:16.083Z | Running `/home/build/.rustup/toolchains/1.84.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=2f6140589e20149c -C extra-filename=-2f6140589e20149c --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-adbdf5de9b57e455.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-9f80defcd1561a50.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-aa410f83f33ea5f7.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-1a933c88994e272e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-aa7acb30d00f7254.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ce666eb47be7a472.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-d0195d3bc8857219.so --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2025-01-14T15:58:16.395Z | Running `/home/build/.rustup/toolchains/1.84.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=883ec8f9b2421f0c -C extra-filename=-883ec8f9b2421f0c --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2025-01-14T15:58:16.607Z | Compiling anstyle v1.0.8 |
1184 | 2025-01-14T15:58:16.610Z | Running `/home/build/.rustup/toolchains/1.84.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=bff069c07dd7ab8a -C extra-filename=-bff069c07dd7ab8a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1185 | 2025-01-14T15:58:16.817Z | Compiling rustls v0.22.4 |
1186 | 2025-01-14T15:58:16.821Z | Running `/home/build/.rustup/toolchains/1.84.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=c6f031ebdd6ad5f5 -C extra-filename=-c6f031ebdd6ad5f5 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2025-01-14T15:58:16.987Z | Compiling anstyle-query v1.0.0 |
1188 | 2025-01-14T15:58:16.990Z | Running `/home/build/.rustup/toolchains/1.84.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=cca0ab2868d9db9a -C extra-filename=-cca0ab2868d9db9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1189 | 2025-01-14T15:58:17.031Z | Compiling colorchoice v1.0.0 |
1190 | 2025-01-14T15:58:17.034Z | Running `/home/build/.rustup/toolchains/1.84.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=03fa8b49bc54a2b4 -C extra-filename=-03fa8b49bc54a2b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1191 | 2025-01-14T15:58:17.130Z | Compiling terminal_size v0.4.0 |
1192 | 2025-01-14T15:58:17.133Z | Running `/home/build/.rustup/toolchains/1.84.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=81e85ea4d219c082 -C extra-filename=-81e85ea4d219c082 --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-6b567f2f26432512.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1193 | 2025-01-14T15:58:17.151Z | Compiling num-iter v0.1.45 |
1194 | 2025-01-14T15:58:17.192Z | Running `/home/build/.rustup/toolchains/1.84.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=b21205cc3a0be61c -C extra-filename=-b21205cc3a0be61c --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-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1195 | 2025-01-14T15:58:17.208Z | Compiling anstream v0.6.12 |
1196 | 2025-01-14T15:58:17.212Z | Running `/home/build/.rustup/toolchains/1.84.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=b6522fc9b892d27a -C extra-filename=-b6522fc9b892d27a --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-bff069c07dd7ab8a.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-ac2403a72561af5d.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-cca0ab2868d9db9a.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-03fa8b49bc54a2b4.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1197 | 2025-01-14T15:58:17.326Z | Running `/home/build/.rustup/toolchains/1.84.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=53f2ce350b05432f -C extra-filename=-53f2ce350b05432f --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-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2025-01-14T15:58:17.370Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=16a78c49a6047436 -C extra-filename=-16a78c49a6047436 --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-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1199 | 2025-01-14T15:58:17.373Z | Compiling paste v1.0.15 |
1200 | 2025-01-14T15:58:17.398Z | Running `/home/build/.rustup/toolchains/1.84.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=4eacc5740c351067 -C extra-filename=-4eacc5740c351067 --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1201 | 2025-01-14T15:58:17.480Z | Compiling clap_lex v0.7.0 |
1202 | 2025-01-14T15:58:17.483Z | Running `/home/build/.rustup/toolchains/1.84.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=18dab774e99af4d4 -C extra-filename=-18dab774e99af4d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1203 | 2025-01-14T15:58:17.771Z | Compiling bitflags v1.3.2 |
1204 | 2025-01-14T15:58:17.774Z | Running `/home/build/.rustup/toolchains/1.84.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=233bd15bcef05e28 -C extra-filename=-233bd15bcef05e28 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1205 | 2025-01-14T15:58:17.889Z | Compiling strsim v0.11.0 |
1206 | 2025-01-14T15:58:17.892Z | Running `/home/build/.rustup/toolchains/1.84.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=bd800e89853273fe -C extra-filename=-bd800e89853273fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1207 | 2025-01-14T15:58:17.911Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067/build-script-build` |
1208 | 2025-01-14T15:58:17.913Z | Running `/home/build/.rustup/toolchains/1.84.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=006f50001c1b533e -C extra-filename=-006f50001c1b533e --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-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2025-01-14T15:58:17.985Z | Compiling multer v3.1.0 |
1210 | 2025-01-14T15:58:17.988Z | Running `/home/build/.rustup/toolchains/1.84.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=4efb1af69c5a36ce -C extra-filename=-4efb1af69c5a36ce --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2025-01-14T15:58:18.036Z | Running `/home/build/.rustup/toolchains/1.84.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=ace12100e958aade -C extra-filename=-ace12100e958aade --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1212 | 2025-01-14T15:58:18.163Z | Compiling slog-async v2.8.0 |
1213 | 2025-01-14T15:58:18.166Z | Running `/home/build/.rustup/toolchains/1.84.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=5436508402c3c3ac -C extra-filename=-5436508402c3c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1214 | 2025-01-14T15:58:18.221Z | Running `/home/build/.rustup/toolchains/1.84.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=448ad797e0c5c528 -C extra-filename=-448ad797e0c5c528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1215 | 2025-01-14T15:58:18.340Z | Compiling clap_builder v4.5.20 |
1216 | 2025-01-14T15:58:18.343Z | Running `/home/build/.rustup/toolchains/1.84.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=0fbfe68a3d47b82f -C extra-filename=-0fbfe68a3d47b82f --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-b6522fc9b892d27a.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-bff069c07dd7ab8a.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-18dab774e99af4d4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-bd800e89853273fe.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-81e85ea4d219c082.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1217 | 2025-01-14T15:58:18.367Z | Compiling omicron-workspace-hack v0.1.0 |
1218 | 2025-01-14T15:58:18.378Z | Running `/home/build/.rustup/toolchains/1.84.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=5c0614dd52528ccb -C extra-filename=-5c0614dd52528ccb --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1219 | 2025-01-14T15:58:18.454Z | Running `/home/build/.rustup/toolchains/1.84.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=b94234c32fcfb241 -C extra-filename=-b94234c32fcfb241 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2025-01-14T15:58:18.533Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce/build-script-build` |
1221 | 2025-01-14T15:58:18.604Z | Running `/home/build/.rustup/toolchains/1.84.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=8b03f547b3bfb196 -C extra-filename=-8b03f547b3bfb196 --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-448ad797e0c5c528.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-006f50001c1b533e.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-ace12100e958aade.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-b94234c32fcfb241.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2025-01-14T15:58:18.630Z | Running `/home/build/.rustup/toolchains/1.84.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=e0992995bb0b68e2 -C extra-filename=-e0992995bb0b68e2 --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"))'` |
1223 | 2025-01-14T15:58:18.673Z | Running `/home/build/.rustup/toolchains/1.84.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=8a078dbd4f8606a3 -C extra-filename=-8a078dbd4f8606a3 --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-9d1c91647873e503.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1224 | 2025-01-14T15:58:18.675Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac/build-script-build` |
1225 | 2025-01-14T15:58:18.697Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb/build-script-build` |
1226 | 2025-01-14T15:58:18.728Z | Compiling async-stream-impl v0.3.5 |
1227 | 2025-01-14T15:58:18.730Z | Running `/home/build/.rustup/toolchains/1.84.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=a1d6c74e7ff85b49 -C extra-filename=-a1d6c74e7ff85b49 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1228 | 2025-01-14T15:58:18.750Z | Running `/home/build/.rustup/toolchains/1.84.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=91540e4bdb5400e4 -C extra-filename=-91540e4bdb5400e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1229 | 2025-01-14T15:58:18.861Z | Running `/home/build/.rustup/toolchains/1.84.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=487e6ccda55f55c5 -C extra-filename=-487e6ccda55f55c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1230 | 2025-01-14T15:58:19.250Z | Compiling cpufeatures v0.2.12 |
1231 | 2025-01-14T15:58:19.292Z | Running `/home/build/.rustup/toolchains/1.84.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=15edc6e9ccf6fbc4 -C extra-filename=-15edc6e9ccf6fbc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1232 | 2025-01-14T15:58:19.295Z | Running `/home/build/.rustup/toolchains/1.84.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=5d0e7c6ba03969c8 -C extra-filename=-5d0e7c6ba03969c8 --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-8b03f547b3bfb196.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-448ad797e0c5c528.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-91540e4bdb5400e4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-487e6ccda55f55c5.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-8a078dbd4f8606a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2025-01-14T15:58:19.364Z | Compiling dropshot v0.12.0 |
1234 | 2025-01-14T15:58:19.383Z | Running `/home/build/.rustup/toolchains/1.84.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4c9f2e64e22203db -C extra-filename=-4c9f2e64e22203db --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-4c9f2e64e22203db -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1235 | 2025-01-14T15:58:19.685Z | Compiling strsim v0.10.0 |
1236 | 2025-01-14T15:58:19.688Z | Running `/home/build/.rustup/toolchains/1.84.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=c4d0f81e900793d9 -C extra-filename=-c4d0f81e900793d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1237 | 2025-01-14T15:58:19.688Z | Compiling ident_case v1.0.1 |
1238 | 2025-01-14T15:58:19.707Z | Running `/home/build/.rustup/toolchains/1.84.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=4e670adb6377e154 -C extra-filename=-4e670adb6377e154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1239 | 2025-01-14T15:58:19.729Z | Running `/home/build/.rustup/toolchains/1.84.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=004b773664552936 -C extra-filename=-004b773664552936 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1240 | 2025-01-14T15:58:19.896Z | Compiling arrayvec v0.7.4 |
1241 | 2025-01-14T15:58:19.899Z | Running `/home/build/.rustup/toolchains/1.84.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=b613a1f9372de23d -C extra-filename=-b613a1f9372de23d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1242 | 2025-01-14T15:58:20.037Z | Running `/home/build/.rustup/toolchains/1.84.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=f69f9347a124d733 -C extra-filename=-f69f9347a124d733 --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-004b773664552936.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2025-01-14T15:58:20.098Z | Compiling darling_core v0.20.3 |
1244 | 2025-01-14T15:58:20.105Z | Running `/home/build/.rustup/toolchains/1.84.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=3744ba5e398c14d9 -C extra-filename=-3744ba5e398c14d9 --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-288f422319731adc.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-4e670adb6377e154.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-c4d0f81e900793d9.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1245 | 2025-01-14T15:58:20.269Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-4c9f2e64e22203db/build-script-build` |
1246 | 2025-01-14T15:58:20.343Z | Compiling dropshot_endpoint v0.12.0 |
1247 | 2025-01-14T15:58:20.347Z | Running `/home/build/.rustup/toolchains/1.84.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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f8d2d7de9df0d01 -C extra-filename=-7f8d2d7de9df0d01 --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1248 | 2025-01-14T15:58:20.389Z | Running `/home/build/.rustup/toolchains/1.84.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=c5ca7e29ac411ff3 -C extra-filename=-c5ca7e29ac411ff3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2025-01-14T15:58:20.428Z | Running `/home/build/.rustup/toolchains/1.84.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=4f5c95aec77c04ae -C extra-filename=-4f5c95aec77c04ae --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-787395c83cd853ea.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)'` |
1250 | 2025-01-14T15:58:20.695Z | Compiling futures v0.3.31 |
1251 | 2025-01-14T15:58:20.698Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=d72a83c99b44cccb -C extra-filename=-d72a83c99b44cccb --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-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-99ca3bf71f9129d9.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1252 | 2025-01-14T15:58:20.819Z | Compiling strum_macros v0.26.4 |
1253 | 2025-01-14T15:58:20.822Z | Running `/home/build/.rustup/toolchains/1.84.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=98df082f6235a251 -C extra-filename=-98df082f6235a251 --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1254 | 2025-01-14T15:58:21.328Z | Compiling crossbeam-channel v0.5.13 |
1255 | 2025-01-14T15:58:21.331Z | Running `/home/build/.rustup/toolchains/1.84.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=3ccef70431996bc2 -C extra-filename=-3ccef70431996bc2 --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-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1256 | 2025-01-14T15:58:22.392Z | Compiling clap v4.5.20 |
1257 | 2025-01-14T15:58:22.405Z | Running `/home/build/.rustup/toolchains/1.84.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=46c415bd7642ef88 -C extra-filename=-46c415bd7642ef88 --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-0fbfe68a3d47b82f.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-6bd6af1fb08dd85a.so --cap-lints allow '-Wclippy::unused-async'` |
1258 | 2025-01-14T15:58:22.523Z | Compiling thread_local v1.1.7 |
1259 | 2025-01-14T15:58:22.526Z | Running `/home/build/.rustup/toolchains/1.84.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=07a92696d5d391fc -C extra-filename=-07a92696d5d391fc --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-2ae49a296a666b20.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1260 | 2025-01-14T15:58:23.069Z | Running `/home/build/.rustup/toolchains/1.84.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=d8941c4fc6951b66 -C extra-filename=-d8941c4fc6951b66 --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-5d0e7c6ba03969c8.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-6bd6af1fb08dd85a.so --cap-lints allow '-Wclippy::unused-async'` |
1261 | 2025-01-14T15:58:23.195Z | Compiling winnow v0.6.18 |
1262 | 2025-01-14T15:58:23.234Z | Running `/home/build/.rustup/toolchains/1.84.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=3852e8dc435940f2 -C extra-filename=-3852e8dc435940f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1263 | 2025-01-14T15:58:23.718Z | Running `/home/build/.rustup/toolchains/1.84.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=e0289e0ea9c8e19b -C extra-filename=-e0289e0ea9c8e19b --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-552fa953615e642f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0e7c142ad02b8eec.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b888eda6187791bd.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c5ca7e29ac411ff3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2025-01-14T15:58:24.218Z | Compiling match_cfg v0.1.0 |
1265 | 2025-01-14T15:58:24.221Z | Running `/home/build/.rustup/toolchains/1.84.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=f4ab0765b10efe59 -C extra-filename=-f4ab0765b10efe59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1266 | 2025-01-14T15:58:24.329Z | Compiling hostname v0.3.1 |
1267 | 2025-01-14T15:58:24.341Z | Running `/home/build/.rustup/toolchains/1.84.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=04070ab2eae1da50 -C extra-filename=-04070ab2eae1da50 --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-ad8fcba8752a024f.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-f4ab0765b10efe59.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2025-01-14T15:58:24.567Z | Compiling dirs-sys-next v0.1.2 |
1269 | 2025-01-14T15:58:24.570Z | Running `/home/build/.rustup/toolchains/1.84.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=91e474da8ce11960 -C extra-filename=-91e474da8ce11960 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1270 | 2025-01-14T15:58:24.671Z | Compiling darling_macro v0.20.3 |
1271 | 2025-01-14T15:58:24.673Z | Running `/home/build/.rustup/toolchains/1.84.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=970b4f0c4a4bd0e1 -C extra-filename=-970b4f0c4a4bd0e1 --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-3744ba5e398c14d9.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1272 | 2025-01-14T15:58:25.103Z | Compiling dirs-next v2.0.0 |
1273 | 2025-01-14T15:58:25.106Z | Running `/home/build/.rustup/toolchains/1.84.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=8d5cbb98d1eb617b -C extra-filename=-8d5cbb98d1eb617b --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-2ae49a296a666b20.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-91e474da8ce11960.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1274 | 2025-01-14T15:58:25.210Z | Compiling structmeta-derive v0.3.0 |
1275 | 2025-01-14T15:58:25.214Z | Running `/home/build/.rustup/toolchains/1.84.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=b259dcadb44cbd75 -C extra-filename=-b259dcadb44cbd75 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1276 | 2025-01-14T15:58:25.308Z | Compiling syn v1.0.109 |
1277 | 2025-01-14T15:58:25.342Z | Running `/home/build/.rustup/toolchains/1.84.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=a8a5354ca8587e56 -C extra-filename=-a8a5354ca8587e56 --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1278 | 2025-01-14T15:58:25.445Z | Compiling term v0.7.0 |
1279 | 2025-01-14T15:58:25.448Z | Running `/home/build/.rustup/toolchains/1.84.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=1e00e29c109ed47b -C extra-filename=-1e00e29c109ed47b --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-8d5cbb98d1eb617b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1280 | 2025-01-14T15:58:25.648Z | Compiling darling v0.20.3 |
1281 | 2025-01-14T15:58:25.652Z | Running `/home/build/.rustup/toolchains/1.84.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=192aedd15df849e8 -C extra-filename=-192aedd15df849e8 --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-3744ba5e398c14d9.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-970b4f0c4a4bd0e1.so --cap-lints allow '-Wclippy::unused-async'` |
1282 | 2025-01-14T15:58:25.776Z | Compiling serde_with_macros v3.9.0 |
1283 | 2025-01-14T15:58:25.778Z | Running `/home/build/.rustup/toolchains/1.84.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=2cb286fb197c289e -C extra-filename=-2cb286fb197c289e --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-192aedd15df849e8.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1284 | 2025-01-14T15:58:25.897Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56/build-script-build` |
1285 | 2025-01-14T15:58:25.969Z | Compiling slog-json v2.6.1 |
1286 | 2025-01-14T15:58:25.989Z | Running `/home/build/.rustup/toolchains/1.84.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=0bf164d8e7587fa0 -C extra-filename=-0bf164d8e7587fa0 --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-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a1b6ee4406d4f9cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1287 | 2025-01-14T15:58:26.354Z | Compiling toml_edit v0.22.20 |
1288 | 2025-01-14T15:58:26.357Z | Running `/home/build/.rustup/toolchains/1.84.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=1e3e649d65016dc6 -C extra-filename=-1e3e649d65016dc6 --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-552fa953615e642f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0e7c142ad02b8eec.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b888eda6187791bd.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-3852e8dc435940f2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1289 | 2025-01-14T15:58:26.686Z | Compiling is-terminal v0.4.12 |
1290 | 2025-01-14T15:58:26.706Z | Running `/home/build/.rustup/toolchains/1.84.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=338da506d3d8210b -C extra-filename=-338da506d3d8210b --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1291 | 2025-01-14T15:58:26.822Z | Compiling debug-ignore v1.0.5 |
1292 | 2025-01-14T15:58:26.825Z | Running `/home/build/.rustup/toolchains/1.84.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=31ef66e57d33f4b1 -C extra-filename=-31ef66e57d33f4b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1293 | 2025-01-14T15:58:26.845Z | Compiling typify-macro v0.2.0 |
1294 | 2025-01-14T15:58:26.848Z | Running `/home/build/.rustup/toolchains/1.84.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=f2fa889810e8ff3a -C extra-filename=-f2fa889810e8ff3a --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-d44e4d0d36bef4ff.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1295 | 2025-01-14T15:58:26.878Z | Compiling take_mut v0.2.2 |
1296 | 2025-01-14T15:58:26.881Z | Running `/home/build/.rustup/toolchains/1.84.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=4fdf1ec44f0ec71c -C extra-filename=-4fdf1ec44f0ec71c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1297 | 2025-01-14T15:58:26.991Z | Compiling slog-term v2.9.1 |
1298 | 2025-01-14T15:58:26.994Z | Running `/home/build/.rustup/toolchains/1.84.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=6c6f11e8c99d36c0 -C extra-filename=-6c6f11e8c99d36c0 --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-338da506d3d8210b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-1e00e29c109ed47b.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a1b6ee4406d4f9cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2025-01-14T15:58:27.053Z | Running `/home/build/.rustup/toolchains/1.84.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=0b53b07d7e0b2bb3 -C extra-filename=-0b53b07d7e0b2bb3 --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-3ccef70431996bc2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4fdf1ec44f0ec71c.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1300 | 2025-01-14T15:58:27.660Z | Compiling structmeta v0.3.0 |
1301 | 2025-01-14T15:58:27.663Z | Running `/home/build/.rustup/toolchains/1.84.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=d606f61e093bf7da -C extra-filename=-d606f61e093bf7da --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-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-b259dcadb44cbd75.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1302 | 2025-01-14T15:58:28.053Z | Compiling slog-bunyan v2.5.0 |
1303 | 2025-01-14T15:58:28.073Z | Running `/home/build/.rustup/toolchains/1.84.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=5f7e4bc9fd50f073 -C extra-filename=-5f7e4bc9fd50f073 --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-04070ab2eae1da50.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-0bf164d8e7587fa0.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a1b6ee4406d4f9cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1304 | 2025-01-14T15:58:28.076Z | Compiling parse-display-derive v0.10.0 |
1305 | 2025-01-14T15:58:28.076Z | Running `/home/build/.rustup/toolchains/1.84.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=b4875cef346b20f8 -C extra-filename=-b4875cef346b20f8 --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-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1306 | 2025-01-14T15:58:28.080Z | Running `/home/build/.rustup/toolchains/1.84.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=ed15768fd2ef8fad -C extra-filename=-ed15768fd2ef8fad --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-d606f61e093bf7da.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1307 | 2025-01-14T15:58:28.141Z | Compiling async-stream v0.3.5 |
1308 | 2025-01-14T15:58:28.144Z | Running `/home/build/.rustup/toolchains/1.84.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=293235a15bc222be -C extra-filename=-293235a15bc222be --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-a1d6c74e7ff85b49.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1309 | 2025-01-14T15:58:28.228Z | Compiling sha1 v0.10.6 |
1310 | 2025-01-14T15:58:28.251Z | Running `/home/build/.rustup/toolchains/1.84.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=1886484ade0b6cbc -C extra-filename=-1886484ade0b6cbc --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-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-b16d9483cd4e236a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1311 | 2025-01-14T15:58:28.267Z | Running `/home/build/.rustup/toolchains/1.84.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=c33494d2241faf4b -C extra-filename=-c33494d2241faf4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2025-01-14T15:58:28.382Z | Running `/home/build/.rustup/toolchains/1.84.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=340ae9f830a551d9 -C extra-filename=-340ae9f830a551d9 --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-65d513cddc52aa94.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-1c3bba72ce7010ef.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1313 | 2025-01-14T15:58:28.476Z | Running `/home/build/.rustup/toolchains/1.84.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=491b96ef3686b002 -C extra-filename=-491b96ef3686b002 --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-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-5b15484e959def3c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-b3193beec6a073ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1314 | 2025-01-14T15:58:28.679Z | Compiling ipnetwork v0.20.0 |
1315 | 2025-01-14T15:58:28.682Z | Running `/home/build/.rustup/toolchains/1.84.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=586fa9a81c074d02 -C extra-filename=-586fa9a81c074d02 --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-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2025-01-14T15:58:29.522Z | Compiling serde_path_to_error v0.1.16 |
1317 | 2025-01-14T15:58:29.525Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1318 | 2025-01-14T15:58:29.525Z | Running `/home/build/.rustup/toolchains/1.84.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=586f89f3a0d60ff5 -C extra-filename=-586f89f3a0d60ff5 --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-ea0f017d02a7105b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1319 | 2025-01-14T15:58:29.544Z | Running `/home/build/.rustup/toolchains/1.84.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=42ab343f54e00b37 -C extra-filename=-42ab343f54e00b37 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2025-01-14T15:58:30.315Z | Compiling toml v0.8.19 |
1321 | 2025-01-14T15:58:30.339Z | Running `/home/build/.rustup/toolchains/1.84.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=78af708dde549488 -C extra-filename=-78af708dde549488 --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-787395c83cd853ea.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0e7c142ad02b8eec.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b888eda6187791bd.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-1e3e649d65016dc6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1322 | 2025-01-14T15:58:30.344Z | Compiling typify v0.2.0 |
1323 | 2025-01-14T15:58:30.347Z | Running `/home/build/.rustup/toolchains/1.84.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=2db32c5ecf7ccf52 -C extra-filename=-2db32c5ecf7ccf52 --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-d44e4d0d36bef4ff.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-f2fa889810e8ff3a.so --cap-lints allow '-Wclippy::unused-async'` |
1324 | 2025-01-14T15:58:30.371Z | Compiling waitgroup v0.1.2 |
1325 | 2025-01-14T15:58:30.374Z | Running `/home/build/.rustup/toolchains/1.84.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=f97e53a8285f8bd7 -C extra-filename=-f97e53a8285f8bd7 --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-773925d7af7a3cd8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1326 | 2025-01-14T15:58:30.481Z | Compiling progenitor-impl v0.8.0 |
1327 | 2025-01-14T15:58:30.484Z | Running `/home/build/.rustup/toolchains/1.84.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=371452d03b4b49ce -C extra-filename=-371452d03b4b49ce --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-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-24c84570f74f2f67.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-2db32c5ecf7ccf52.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1328 | 2025-01-14T15:58:30.620Z | Compiling hostname v0.4.0 |
1329 | 2025-01-14T15:58:30.623Z | Running `/home/build/.rustup/toolchains/1.84.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=c2ceff7b7b5540a5 -C extra-filename=-c2ceff7b7b5540a5 --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-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1330 | 2025-01-14T15:58:30.862Z | Running `/home/build/.rustup/toolchains/1.84.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=e3dc400f9692c3a7 -C extra-filename=-e3dc400f9692c3a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2025-01-14T15:58:30.884Z | Compiling lazy_static v1.5.0 |
1332 | 2025-01-14T15:58:30.884Z | Running `/home/build/.rustup/toolchains/1.84.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=62a6552aba2a2acc -C extra-filename=-62a6552aba2a2acc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2025-01-14T15:58:30.944Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1334 | 2025-01-14T15:58:30.947Z | Running `/home/build/.rustup/toolchains/1.84.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=bc6662d3902260b1 -C extra-filename=-bc6662d3902260b1 --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-c33494d2241faf4b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2025-01-14T15:58:31.030Z | Compiling unicode-width v0.1.14 |
1336 | 2025-01-14T15:58:31.033Z | Running `/home/build/.rustup/toolchains/1.84.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=0799ecb34bd3fe47 -C extra-filename=-0799ecb34bd3fe47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1337 | 2025-01-14T15:58:31.556Z | Compiling fastrand v2.0.1 |
1338 | 2025-01-14T15:58:31.559Z | Running `/home/build/.rustup/toolchains/1.84.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=bc8052146b3df7f3 -C extra-filename=-bc8052146b3df7f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1339 | 2025-01-14T15:58:31.775Z | Compiling strum v0.26.3 |
1340 | 2025-01-14T15:58:31.778Z | Running `/home/build/.rustup/toolchains/1.84.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=4a23fbadd39257ff -C extra-filename=-4a23fbadd39257ff --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-98df082f6235a251.so --cap-lints allow '-Wclippy::unused-async'` |
1341 | 2025-01-14T15:58:31.798Z | Running `/home/build/.rustup/toolchains/1.84.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=a8061a502716670a -C extra-filename=-a8061a502716670a --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-5c37e7c2e2aadf33.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)'` |
1342 | 2025-01-14T15:58:31.825Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1343 | 2025-01-14T15:58:31.828Z | Running `/home/build/.rustup/toolchains/1.84.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=5e13f36fd82cb7e8 -C extra-filename=-5e13f36fd82cb7e8 --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-586fa9a81c074d02.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1344 | 2025-01-14T15:58:31.963Z | Compiling tempfile v3.8.1 |
1345 | 2025-01-14T15:58:31.967Z | Running `/home/build/.rustup/toolchains/1.84.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=1fcea28849779779 -C extra-filename=-1fcea28849779779 --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-2ae49a296a666b20.rmeta --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-bc8052146b3df7f3.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-9d1c91647873e503.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2025-01-14T15:58:32.117Z | Running `/home/build/.rustup/toolchains/1.84.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=1b118b4c9f7c5e3c -C extra-filename=-1b118b4c9f7c5e3c --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-491b96ef3686b002.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-f2fa889810e8ff3a.so --cap-lints allow '-Wclippy::unused-async'` |
1347 | 2025-01-14T15:58:32.260Z | Running `/home/build/.rustup/toolchains/1.84.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=62c6fd550f1b482d -C extra-filename=-62c6fd550f1b482d --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-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-906db63057bb4f1f.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-1b118b4c9f7c5e3c.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1348 | 2025-01-14T15:58:32.551Z | Compiling serde_with v3.9.0 |
1349 | 2025-01-14T15:58:32.554Z | Running `/home/build/.rustup/toolchains/1.84.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=b5674c3952b41b59 -C extra-filename=-b5674c3952b41b59 --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-787395c83cd853ea.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-2cb286fb197c289e.so --cap-lints allow '-Wclippy::unused-async'` |
1350 | 2025-01-14T15:58:32.574Z | Running `/home/build/.rustup/toolchains/1.84.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=fdc33298b514b742 -C extra-filename=-fdc33298b514b742 --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)'` |
1351 | 2025-01-14T15:58:32.749Z | Compiling newtype-uuid v1.1.0 |
1352 | 2025-01-14T15:58:32.752Z | Running `/home/build/.rustup/toolchains/1.84.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=5915e92f6f277af8 -C extra-filename=-5915e92f6f277af8 --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-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1353 | 2025-01-14T15:58:33.060Z | Compiling instant v0.1.12 |
1354 | 2025-01-14T15:58:33.063Z | Running `/home/build/.rustup/toolchains/1.84.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=a45fa9f41e84e983 -C extra-filename=-a45fa9f41e84e983 --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-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2025-01-14T15:58:33.231Z | Compiling heck v0.4.1 |
1356 | 2025-01-14T15:58:33.234Z | Running `/home/build/.rustup/toolchains/1.84.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=c68e5d597e2b26e1 -C extra-filename=-c68e5d597e2b26e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1357 | 2025-01-14T15:58:33.276Z | Compiling backoff v0.4.0 |
1358 | 2025-01-14T15:58:33.279Z | Running `/home/build/.rustup/toolchains/1.84.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=1b0a161c98659523 -C extra-filename=-1b0a161c98659523 --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-63f70cb0fb7b3737.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-87f47e2a96b01bd3.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-a45fa9f41e84e983.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1359 | 2025-01-14T15:58:33.631Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1360 | 2025-01-14T15:58:33.634Z | Compiling parse-display v0.10.0 |
1361 | 2025-01-14T15:58:33.634Z | Running `/home/build/.rustup/toolchains/1.84.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=0a1f935812cc1ee1 -C extra-filename=-0a1f935812cc1ee1 --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-5915e92f6f277af8.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1362 | 2025-01-14T15:58:33.653Z | Running `/home/build/.rustup/toolchains/1.84.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=5ab985349fe93abf -C extra-filename=-5ab985349fe93abf --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-ed15768fd2ef8fad.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1363 | 2025-01-14T15:58:33.951Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1364 | 2025-01-14T15:58:33.972Z | Running `/home/build/.rustup/toolchains/1.84.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=d29b471a3710a082 -C extra-filename=-d29b471a3710a082 --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-f4bbc91d8ca58e87.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-42ab343f54e00b37.so --cap-lints allow '-Wclippy::unused-async'` |
1365 | 2025-01-14T15:58:34.010Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1366 | 2025-01-14T15:58:34.010Z | Running `/home/build/.rustup/toolchains/1.84.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=13657a890ea63c41 -C extra-filename=-13657a890ea63c41 --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-ee0eff8e145a3371.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1367 | 2025-01-14T15:58:34.212Z | Compiling macaddr v1.0.1 |
1368 | 2025-01-14T15:58:34.215Z | Compiling regress v0.9.1 |
1369 | 2025-01-14T15:58:34.215Z | Running `/home/build/.rustup/toolchains/1.84.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=bc04ddb7a12ea74a -C extra-filename=-bc04ddb7a12ea74a --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2025-01-14T15:58:34.216Z | Running `/home/build/.rustup/toolchains/1.84.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=e9c5399adb59688a -C extra-filename=-e9c5399adb59688a --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-5a38dcf097c9602d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1371 | 2025-01-14T15:58:34.342Z | Compiling libz-sys v1.1.12 |
1372 | 2025-01-14T15:58:34.363Z | Running `/home/build/.rustup/toolchains/1.84.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=797e3b382232a274 -C extra-filename=-797e3b382232a274 --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-797e3b382232a274 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
1373 | 2025-01-14T15:58:34.705Z | Compiling heapless v0.8.0 |
1374 | 2025-01-14T15:58:34.711Z | Running `/home/build/.rustup/toolchains/1.84.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=7942a72fedbf688b -C extra-filename=-7942a72fedbf688b --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1375 | 2025-01-14T15:58:35.014Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-797e3b382232a274/build-script-build` |
1376 | 2025-01-14T15:58:35.025Z | Compiling hash32 v0.3.1 |
1377 | 2025-01-14T15:58:35.035Z | Running `/home/build/.rustup/toolchains/1.84.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=c425fa6f47755e99 -C extra-filename=-c425fa6f47755e99 --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-44628c75e1414eae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1378 | 2025-01-14T15:58:35.296Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b/build-script-build` |
1379 | 2025-01-14T15:58:35.300Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1380 | 2025-01-14T15:58:35.303Z | Running `/home/build/.rustup/toolchains/1.84.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=8cd3c2be4aac3f4a -C extra-filename=-8cd3c2be4aac3f4a --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-8cd3c2be4aac3f4a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --cap-lints allow '-Wclippy::unused-async'` |
1381 | 2025-01-14T15:58:35.593Z | Compiling smoltcp v0.11.0 |
1382 | 2025-01-14T15:58:35.596Z | Running `/home/build/.rustup/toolchains/1.84.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=9fcd65b53c805ccf -C extra-filename=-9fcd65b53c805ccf --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1383 | 2025-01-14T15:58:36.023Z | Compiling stable_deref_trait v1.2.0 |
1384 | 2025-01-14T15:58:36.025Z | Running `/home/build/.rustup/toolchains/1.84.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=0e2ab31aa3d7d839 -C extra-filename=-0e2ab31aa3d7d839 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1385 | 2025-01-14T15:58:36.070Z | Compiling static_assertions v1.1.0 |
1386 | 2025-01-14T15:58:36.083Z | Running `/home/build/.rustup/toolchains/1.84.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=c4a73658517679aa -C extra-filename=-c4a73658517679aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1387 | 2025-01-14T15:58:36.143Z | Compiling progenitor-macro v0.8.0 |
1388 | 2025-01-14T15:58:36.143Z | Running `/home/build/.rustup/toolchains/1.84.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=43694d9b60084cc4 -C extra-filename=-43694d9b60084cc4 --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-24c84570f74f2f67.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-371452d03b4b49ce.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-6f24a42238e16c90.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1389 | 2025-01-14T15:58:36.163Z | Compiling thiserror v2.0.11 |
1390 | 2025-01-14T15:58:36.167Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=acf757342d444fcf -C extra-filename=-acf757342d444fcf --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-acf757342d444fcf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1391 | 2025-01-14T15:58:36.190Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1392 | 2025-01-14T15:58:36.216Z | Running `/home/build/.rustup/toolchains/1.84.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=096bb0bc0ddd17aa -C extra-filename=-096bb0bc0ddd17aa --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1393 | 2025-01-14T15:58:36.218Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf/build-script-build` |
1394 | 2025-01-14T15:58:36.246Z | Running `/home/build/.rustup/toolchains/1.84.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=bbddc2cc7a74a1fe -C extra-filename=-bbddc2cc7a74a1fe --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-c425fa6f47755e99.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-0e2ab31aa3d7d839.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1395 | 2025-01-14T15:58:36.602Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa/build-script-build` |
1396 | 2025-01-14T15:58:36.638Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-8cd3c2be4aac3f4a/build-script-build` |
1397 | 2025-01-14T15:58:36.736Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-acf757342d444fcf/build-script-build` |
1398 | 2025-01-14T15:58:37.138Z | Running `/home/build/.rustup/toolchains/1.84.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=a7a2af4f526a39e8 -C extra-filename=-a7a2af4f526a39e8 --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1399 | 2025-01-14T15:58:37.160Z | Compiling proc-macro-crate v1.3.1 |
1400 | 2025-01-14T15:58:37.163Z | Running `/home/build/.rustup/toolchains/1.84.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=a3d50cefb57779dc -C extra-filename=-a3d50cefb57779dc --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-6251a48351283bd4.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7ee5b9460b93852f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1401 | 2025-01-14T15:58:37.292Z | Compiling thiserror-impl v2.0.11 |
1402 | 2025-01-14T15:58:37.295Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=968d5a5bce4a8481 -C extra-filename=-968d5a5bce4a8481 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1403 | 2025-01-14T15:58:37.864Z | Compiling proc-macro-error-attr v1.0.4 |
1404 | 2025-01-14T15:58:37.868Z | Running `/home/build/.rustup/toolchains/1.84.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=1af1a60316a1f3d9 -C extra-filename=-1af1a60316a1f3d9 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1405 | 2025-01-14T15:58:37.963Z | Compiling managed v0.8.0 |
1406 | 2025-01-14T15:58:37.965Z | Running `/home/build/.rustup/toolchains/1.84.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=57d56d8b93568e99 -C extra-filename=-57d56d8b93568e99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2025-01-14T15:58:37.986Z | Compiling cobs v0.2.3 |
1408 | 2025-01-14T15:58:37.986Z | Running `/home/build/.rustup/toolchains/1.84.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=ad7f63f9d009ca20 -C extra-filename=-ad7f63f9d009ca20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2025-01-14T15:58:38.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1410 | 2025-01-14T15:58:38.237Z | Running `/home/build/.rustup/toolchains/1.84.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=22eb8e2061a3e575 -C extra-filename=-22eb8e2061a3e575 --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1411 | 2025-01-14T15:58:38.295Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9/build-script-build` |
1412 | 2025-01-14T15:58:38.402Z | Running `/home/build/.rustup/toolchains/1.84.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=a5543ffb4125b989 -C extra-filename=-a5543ffb4125b989 --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-233bd15bcef05e28.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-bbddc2cc7a74a1fe.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-57d56d8b93568e99.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2025-01-14T15:58:38.419Z | Compiling postcard v1.0.10 |
1414 | 2025-01-14T15:58:38.460Z | Running `/home/build/.rustup/toolchains/1.84.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=db9c83d93c401c39 -C extra-filename=-db9c83d93c401c39 --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-ad7f63f9d009ca20.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1415 | 2025-01-14T15:58:38.591Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575/build-script-build` |
1416 | 2025-01-14T15:58:38.621Z | Compiling num_enum_derive v0.5.11 |
1417 | 2025-01-14T15:58:38.624Z | Running `/home/build/.rustup/toolchains/1.84.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=67af9467d05e79f1 -C extra-filename=-67af9467d05e79f1 --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-a3d50cefb57779dc.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1418 | 2025-01-14T15:58:39.096Z | Compiling vergen v8.3.2 |
1419 | 2025-01-14T15:58:39.099Z | Running `/home/build/.rustup/toolchains/1.84.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=f530d7d2e1455c8e -C extra-filename=-f530d7d2e1455c8e --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --cap-lints allow '-Wclippy::unused-async'` |
1420 | 2025-01-14T15:58:39.149Z | Compiling cargo-platform v0.1.8 |
1421 | 2025-01-14T15:58:39.152Z | Running `/home/build/.rustup/toolchains/1.84.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=9653f58abf973e17 -C extra-filename=-9653f58abf973e17 --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1422 | 2025-01-14T15:58:39.464Z | Compiling foreign-types-macros v0.2.3 |
1423 | 2025-01-14T15:58:39.485Z | Running `/home/build/.rustup/toolchains/1.84.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=e858304601c6660b -C extra-filename=-e858304601c6660b --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1424 | 2025-01-14T15:58:39.659Z | Running `/home/build/.rustup/toolchains/1.84.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=5d257c4fb360803e -C extra-filename=-5d257c4fb360803e --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1425 | 2025-01-14T15:58:39.863Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1426 | 2025-01-14T15:58:39.866Z | Running `/home/build/.rustup/toolchains/1.84.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=fec1e49dd2973bf2 -C extra-filename=-fec1e49dd2973bf2 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-fec1e49dd2973bf2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2025-01-14T15:58:40.125Z | Compiling proc-macro-error v1.0.4 |
1428 | 2025-01-14T15:58:40.128Z | Running `/home/build/.rustup/toolchains/1.84.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=87e0ecd4bdd8faec -C extra-filename=-87e0ecd4bdd8faec --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2025-01-14T15:58:40.201Z | Compiling memoffset v0.9.0 |
1430 | 2025-01-14T15:58:40.204Z | Running `/home/build/.rustup/toolchains/1.84.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=93ee2536f16da120 -C extra-filename=-93ee2536f16da120 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2025-01-14T15:58:40.224Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1432 | 2025-01-14T15:58:40.227Z | Running `/home/build/.rustup/toolchains/1.84.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=518e78ba8fb9192e -C extra-filename=-518e78ba8fb9192e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2025-01-14T15:58:40.399Z | Compiling foreign-types-shared v0.3.1 |
1434 | 2025-01-14T15:58:40.401Z | Running `/home/build/.rustup/toolchains/1.84.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=85771d4018b24a29 -C extra-filename=-85771d4018b24a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1435 | 2025-01-14T15:58:40.524Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec/build-script-build` |
1436 | 2025-01-14T15:58:40.533Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-fec1e49dd2973bf2/build-script-build` |
1437 | 2025-01-14T15:58:40.555Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120/build-script-build` |
1438 | 2025-01-14T15:58:40.602Z | Running `/home/build/.rustup/toolchains/1.84.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=2f7a9c954d1f62b7 -C extra-filename=-2f7a9c954d1f62b7 --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-6fd4a91ecd25bcee.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-5d257c4fb360803e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1439 | 2025-01-14T15:58:40.625Z | Compiling cargo_metadata v0.18.1 |
1440 | 2025-01-14T15:58:40.627Z | Running `/home/build/.rustup/toolchains/1.84.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=5c4ecb4306554590 -C extra-filename=-5c4ecb4306554590 --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-a8061a502716670a.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-9653f58abf973e17.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1441 | 2025-01-14T15:58:40.718Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e/build-script-build` |
1442 | 2025-01-14T15:58:40.721Z | Compiling foreign-types v0.5.0 |
1443 | 2025-01-14T15:58:40.740Z | Running `/home/build/.rustup/toolchains/1.84.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=b24bb42ab47ce0ec -C extra-filename=-b24bb42ab47ce0ec --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-e858304601c6660b.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-85771d4018b24a29.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1444 | 2025-01-14T15:58:40.745Z | Running `/home/build/.rustup/toolchains/1.84.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=d475323337d3bc96 -C extra-filename=-d475323337d3bc96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1445 | 2025-01-14T15:58:40.767Z | Compiling num_enum v0.5.11 |
1446 | 2025-01-14T15:58:40.769Z | Running `/home/build/.rustup/toolchains/1.84.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=7ec5d7b7bfe8a4b8 -C extra-filename=-7ec5d7b7bfe8a4b8 --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-67af9467d05e79f1.so --cap-lints allow '-Wclippy::unused-async'` |
1447 | 2025-01-14T15:58:40.791Z | Running `/home/build/.rustup/toolchains/1.84.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=0ed39007cbaa352a -C extra-filename=-0ed39007cbaa352a --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1448 | 2025-01-14T15:58:40.839Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1449 | 2025-01-14T15:58:40.842Z | Running `/home/build/.rustup/toolchains/1.84.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=53bc97f0221f48cd -C extra-filename=-53bc97f0221f48cd --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-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1450 | 2025-01-14T15:58:40.948Z | Running `/home/build/.rustup/toolchains/1.84.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=ccf7d2a1dc83fb2f -C extra-filename=-ccf7d2a1dc83fb2f --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` |
1451 | 2025-01-14T15:58:40.951Z | Compiling camino-tempfile v1.1.1 |
1452 | 2025-01-14T15:58:40.951Z | Running `/home/build/.rustup/toolchains/1.84.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=be57575a0e05debd -C extra-filename=-be57575a0e05debd --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-4f5c95aec77c04ae.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-1fcea28849779779.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1453 | 2025-01-14T15:58:41.100Z | Compiling tabwriter v1.4.0 |
1454 | 2025-01-14T15:58:41.135Z | Running `/home/build/.rustup/toolchains/1.84.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=097482794c9315d9 -C extra-filename=-097482794c9315d9 --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-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2025-01-14T15:58:41.392Z | Compiling rustc_version v0.4.0 |
1456 | 2025-01-14T15:58:41.395Z | Running `/home/build/.rustup/toolchains/1.84.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=c31959f517e17ef2 -C extra-filename=-c31959f517e17ef2 --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-bbeaaaacfb7f3ce9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1457 | 2025-01-14T15:58:41.551Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1458 | 2025-01-14T15:58:41.555Z | Running `/home/build/.rustup/toolchains/1.84.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=b19030892000a8f7 -C extra-filename=-b19030892000a8f7 --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-518e78ba8fb9192e.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-586fa9a81c074d02.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-db9c83d93c401c39.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-a5543ffb4125b989.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1459 | 2025-01-14T15:58:41.578Z | Compiling num-derive v0.4.2 |
1460 | 2025-01-14T15:58:41.582Z | Running `/home/build/.rustup/toolchains/1.84.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=bfaa82f918ad569b -C extra-filename=-bfaa82f918ad569b --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1461 | 2025-01-14T15:58:41.699Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1462 | 2025-01-14T15:58:41.703Z | Running `/home/build/.rustup/toolchains/1.84.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=eb64786c29e718c1 -C extra-filename=-eb64786c29e718c1 --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-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1463 | 2025-01-14T15:58:41.980Z | Compiling libsqlite3-sys v0.30.1 |
1464 | 2025-01-14T15:58:41.983Z | Running `/home/build/.rustup/toolchains/1.84.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=f2fc84fe8464d1d0 -C extra-filename=-f2fc84fe8464d1d0 --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-f2fc84fe8464d1d0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
1465 | 2025-01-14T15:58:42.570Z | Compiling cstr-argument v0.1.2 |
1466 | 2025-01-14T15:58:42.573Z | Running `/home/build/.rustup/toolchains/1.84.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=41f1d6b1c8546be9 -C extra-filename=-41f1d6b1c8546be9 --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-2ae49a296a666b20.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1467 | 2025-01-14T15:58:42.634Z | Running `/home/build/.rustup/toolchains/1.84.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=22878781ee5b4936 -C extra-filename=-22878781ee5b4936 --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-6fd4a91ecd25bcee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1468 | 2025-01-14T15:58:42.829Z | Compiling slog-dtrace v0.3.0 |
1469 | 2025-01-14T15:58:42.832Z | Running `/home/build/.rustup/toolchains/1.84.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=3fa1ae65fe750721 -C extra-filename=-3fa1ae65fe750721 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1470 | 2025-01-14T15:58:43.069Z | Compiling crossbeam-epoch v0.9.15 |
1471 | 2025-01-14T15:58:43.072Z | Running `/home/build/.rustup/toolchains/1.84.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=201cef19b95b1a8a -C extra-filename=-201cef19b95b1a8a --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1472 | 2025-01-14T15:58:43.095Z | Compiling rustls v0.21.9 |
1473 | 2025-01-14T15:58:43.098Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=40d32f4d5765d76c -C extra-filename=-40d32f4d5765d76c --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1474 | 2025-01-14T15:58:43.189Z | Compiling unicode-segmentation v1.10.1 |
1475 | 2025-01-14T15:58:43.192Z | Running `/home/build/.rustup/toolchains/1.84.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=a9713c38fbad314d -C extra-filename=-a9713c38fbad314d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1476 | 2025-01-14T15:58:43.386Z | Compiling pretty-hex v0.2.1 |
1477 | 2025-01-14T15:58:43.388Z | Running `/home/build/.rustup/toolchains/1.84.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=2ad0dd6e2f1a152c -C extra-filename=-2ad0dd6e2f1a152c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1478 | 2025-01-14T15:58:43.426Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1479 | 2025-01-14T15:58:43.428Z | Running `/home/build/.rustup/toolchains/1.84.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=b8fcd1481f39961d -C extra-filename=-b8fcd1481f39961d --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-b8fcd1481f39961d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1480 | 2025-01-14T15:58:43.458Z | Compiling cfg_aliases v0.2.1 |
1481 | 2025-01-14T15:58:43.459Z | Running `/home/build/.rustup/toolchains/1.84.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=0baa6f3bfacf51e4 -C extra-filename=-0baa6f3bfacf51e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1482 | 2025-01-14T15:58:43.511Z | Running `/home/build/.rustup/toolchains/1.84.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=fd8f73b4f49b15f0 -C extra-filename=-fd8f73b4f49b15f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1483 | 2025-01-14T15:58:43.586Z | Running `/home/build/.rustup/toolchains/1.84.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=146f842fe6848f3e -C extra-filename=-146f842fe6848f3e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1484 | 2025-01-14T15:58:43.589Z | Compiling nix v0.29.0 |
1485 | 2025-01-14T15:58:43.589Z | Running `/home/build/.rustup/toolchains/1.84.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=ef224174db4b1648 -C extra-filename=-ef224174db4b1648 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-ef224174db4b1648 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-0baa6f3bfacf51e4.rlib --cap-lints allow '-Wclippy::unused-async'` |
1486 | 2025-01-14T15:58:43.667Z | Running `/home/build/.rustup/toolchains/1.84.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=666f755e84de416c -C extra-filename=-666f755e84de416c --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-8bfdb8b95c93545a.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-146f842fe6848f3e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1487 | 2025-01-14T15:58:43.769Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-b8fcd1481f39961d/build-script-build` |
1488 | 2025-01-14T15:58:43.793Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1489 | 2025-01-14T15:58:43.793Z | Running `/home/build/.rustup/toolchains/1.84.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=f121155f67f7c9cd -C extra-filename=-f121155f67f7c9cd --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-ad8fcba8752a024f.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-d475323337d3bc96.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-7ec5d7b7bfe8a4b8.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-2ad0dd6e2f1a152c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1490 | 2025-01-14T15:58:43.819Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a/build-script-build` |
1491 | 2025-01-14T15:58:43.876Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721/build-script-build` |
1492 | 2025-01-14T15:58:43.947Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1493 | 2025-01-14T15:58:43.950Z | Running `/home/build/.rustup/toolchains/1.84.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=ee84f5844d615ba0 -C extra-filename=-ee84f5844d615ba0 --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-41f1d6b1c8546be9.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-b24bb42ab47ce0ec.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1494 | 2025-01-14T15:58:43.971Z | Running `/home/build/.rustup/toolchains/1.84.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=b1f84a33a6c0e2be -C extra-filename=-b1f84a33a6c0e2be --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-2ae49a296a666b20.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-518e78ba8fb9192e.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-eb64786c29e718c1.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-b19030892000a8f7.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-db9c83d93c401c39.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-a5543ffb4125b989.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1495 | 2025-01-14T15:58:44.033Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-f2fc84fe8464d1d0/build-script-build` |
1496 | 2025-01-14T15:58:44.103Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1497 | 2025-01-14T15:58:44.124Z | Running `/home/build/.rustup/toolchains/1.84.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=08b1cbd6ae9296f3 -C extra-filename=-08b1cbd6ae9296f3 --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-ad8fcba8752a024f.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-53bc97f0221f48cd.so --cap-lints allow '-Wclippy::unused-async'` |
1498 | 2025-01-14T15:58:44.255Z | Running `/home/build/.rustup/toolchains/1.84.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=2ff29a31fd0dfc1b -C extra-filename=-2ff29a31fd0dfc1b --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-0ed39007cbaa352a.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1499 | 2025-01-14T15:58:44.257Z | Running `/home/build/.rustup/toolchains/1.84.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=446d7f019cbaf4f4 -C extra-filename=-446d7f019cbaf4f4 --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-2f7a9c954d1f62b7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1500 | 2025-01-14T15:58:44.297Z | Running `/home/build/.rustup/toolchains/1.84.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=d5abcda21863d7d2 -C extra-filename=-d5abcda21863d7d2 --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` |
1501 | 2025-01-14T15:58:44.430Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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", "std"))' -C metadata=4bdcc357dbdac1c1 -C extra-filename=-4bdcc357dbdac1c1 --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-968d5a5bce4a8481.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
1502 | 2025-01-14T15:58:44.514Z | Compiling console v0.15.7 |
1503 | 2025-01-14T15:58:44.535Z | Running `/home/build/.rustup/toolchains/1.84.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=7a14f58d504e4ab9 -C extra-filename=-7a14f58d504e4ab9 --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-62a6552aba2a2acc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1504 | 2025-01-14T15:58:44.538Z | Compiling colored v2.1.0 |
1505 | 2025-01-14T15:58:44.538Z | Running `/home/build/.rustup/toolchains/1.84.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=0fd66cb23ba5cc48 -C extra-filename=-0fd66cb23ba5cc48 --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-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1506 | 2025-01-14T15:58:44.601Z | Running `/home/build/.rustup/toolchains/1.84.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=1bfedb21ddbd58e2 -C extra-filename=-1bfedb21ddbd58e2 --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-b866ef01f72144b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2025-01-14T15:58:44.770Z | Compiling num-rational v0.4.2 |
1508 | 2025-01-14T15:58:44.820Z | Running `/home/build/.rustup/toolchains/1.84.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=99f7f669f0492d99 -C extra-filename=-99f7f669f0492d99 --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-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1509 | 2025-01-14T15:58:45.259Z | Running `/home/build/.rustup/toolchains/1.84.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=7632437c860ce33c -C extra-filename=-7632437c860ce33c --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-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-75e80be358b2caf6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1510 | 2025-01-14T15:58:45.386Z | Compiling num-complex v0.4.6 |
1511 | 2025-01-14T15:58:45.388Z | Running `/home/build/.rustup/toolchains/1.84.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=d027573c0e72ef49 -C extra-filename=-d027573c0e72ef49 --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-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2025-01-14T15:58:45.459Z | Running `/home/build/.rustup/toolchains/1.84.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=b7277d8d6c904e9b -C extra-filename=-b7277d8d6c904e9b --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-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1513 | 2025-01-14T15:58:45.587Z | Running `/home/build/.rustup/toolchains/1.84.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=4f0b008ebbad0aa2 -C extra-filename=-4f0b008ebbad0aa2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1514 | 2025-01-14T15:58:45.609Z | Compiling semver v0.1.20 |
1515 | 2025-01-14T15:58:45.630Z | Running `/home/build/.rustup/toolchains/1.84.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=bfefd69b92cdaad8 -C extra-filename=-bfefd69b92cdaad8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1516 | 2025-01-14T15:58:45.630Z | Running `/home/build/.rustup/toolchains/1.84.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=daf20d8a40eddfbe -C extra-filename=-daf20d8a40eddfbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1517 | 2025-01-14T15:58:45.742Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1518 | 2025-01-14T15:58:45.744Z | Running `/home/build/.rustup/toolchains/1.84.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=4d4529746b08173f -C extra-filename=-4d4529746b08173f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1519 | 2025-01-14T15:58:45.765Z | Compiling prettyplease v0.2.22 |
1520 | 2025-01-14T15:58:45.768Z | Running `/home/build/.rustup/toolchains/1.84.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=94f360c5d467109c -C extra-filename=-94f360c5d467109c --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-94f360c5d467109c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1521 | 2025-01-14T15:58:45.899Z | Running `/home/build/.rustup/toolchains/1.84.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=7b10f2936c858524 -C extra-filename=-7b10f2936c858524 --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-1bfedb21ddbd58e2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4f0b008ebbad0aa2.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-22878781ee5b4936.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1522 | 2025-01-14T15:58:46.106Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1523 | 2025-01-14T15:58:46.127Z | Running `/home/build/.rustup/toolchains/1.84.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=4d00a0a5e92c2301 -C extra-filename=-4d00a0a5e92c2301 --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-2ae49a296a666b20.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-518e78ba8fb9192e.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-b1f84a33a6c0e2be.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-4d4529746b08173f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-a5543ffb4125b989.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b1a948a8a5a63201.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2025-01-14T15:58:46.130Z | Compiling rustc_version v0.1.7 |
1525 | 2025-01-14T15:58:46.130Z | Running `/home/build/.rustup/toolchains/1.84.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=6d4a9d2099c5c0ee -C extra-filename=-6d4a9d2099c5c0ee --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-bfefd69b92cdaad8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1526 | 2025-01-14T15:58:46.130Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-94f360c5d467109c/build-script-build` |
1527 | 2025-01-14T15:58:46.132Z | Running `/home/build/.rustup/toolchains/1.84.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=61ee42150f6a92dd -C extra-filename=-61ee42150f6a92dd --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-6fd4a91ecd25bcee.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-daf20d8a40eddfbe.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-114f75b4fe535565.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1528 | 2025-01-14T15:58:46.206Z | Compiling num v0.4.3 |
1529 | 2025-01-14T15:58:46.208Z | Running `/home/build/.rustup/toolchains/1.84.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=abd49506c79aef20 -C extra-filename=-abd49506c79aef20 --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-d027573c0e72ef49.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-99f7f669f0492d99.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1530 | 2025-01-14T15:58:46.255Z | Running `/home/build/.rustup/toolchains/1.84.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=fee9eb49ba7e00a7 -C extra-filename=-fee9eb49ba7e00a7 --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-b7277d8d6c904e9b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-446d7f019cbaf4f4.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-22878781ee5b4936.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-75e80be358b2caf6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1531 | 2025-01-14T15:58:46.320Z | Running `/home/build/.rustup/toolchains/1.84.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=e258b43565964b5d -C extra-filename=-e258b43565964b5d --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-666f755e84de416c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-7632437c860ce33c.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-75e80be358b2caf6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1532 | 2025-01-14T15:58:46.528Z | Compiling zone_cfg_derive v0.3.0 |
1533 | 2025-01-14T15:58:46.531Z | Compiling typify-impl v0.3.0 |
1534 | 2025-01-14T15:58:46.531Z | Running `/home/build/.rustup/toolchains/1.84.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=db3db8c250a322a0 -C extra-filename=-db3db8c250a322a0 --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-01585d17c7d13fc5.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-0fd66cb23ba5cc48.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-f121155f67f7c9cd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-7ec5d7b7bfe8a4b8.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-ee84f5844d615ba0.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5e13f36fd82cb7e8.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-08b1cbd6ae9296f3.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-acc485cf8fb1ddce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-3852e8dc435940f2.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1535 | 2025-01-14T15:58:46.531Z | Running `/home/build/.rustup/toolchains/1.84.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=0ee9cce7ed020f63 -C extra-filename=-0ee9cce7ed020f63 --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-c68e5d597e2b26e1.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-2ff29a31fd0dfc1b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1536 | 2025-01-14T15:58:46.531Z | Running `/home/build/.rustup/toolchains/1.84.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.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=65a0c51918c38dff -C extra-filename=-65a0c51918c38dff --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-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-37ba3474ac197f89.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-4bdcc357dbdac1c1.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1537 | 2025-01-14T15:58:46.731Z | Running `/home/build/.rustup/toolchains/1.84.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=b41bad2111df24a5 -C extra-filename=-b41bad2111df24a5 --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-da7b5a91ec334920.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-2c7f6919b740ce5f.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-28e7a1c8deab26f0.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-fd8f73b4f49b15f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1538 | 2025-01-14T15:58:46.821Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-ef224174db4b1648/build-script-build` |
1539 | 2025-01-14T15:58:46.853Z | Running `/home/build/.rustup/toolchains/1.84.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=fcb53b959b1f10cd -C extra-filename=-fcb53b959b1f10cd --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-2ae49a296a666b20.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-d5abcda21863d7d2.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1540 | 2025-01-14T15:58:47.181Z | Running `/home/build/.rustup/toolchains/1.84.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=23f601dad247041a -C extra-filename=-23f601dad247041a --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` |
1541 | 2025-01-14T15:58:47.258Z | Running `/home/build/.rustup/toolchains/1.84.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=70948cce17f30c97 -C extra-filename=-70948cce17f30c97 --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-0eb700ad0faf45c0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1542 | 2025-01-14T15:58:47.586Z | Compiling newline-converter v0.3.0 |
1543 | 2025-01-14T15:58:47.590Z | Running `/home/build/.rustup/toolchains/1.84.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=80cd59a252a916e3 -C extra-filename=-80cd59a252a916e3 --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-a9713c38fbad314d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1544 | 2025-01-14T15:58:47.642Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1545 | 2025-01-14T15:58:47.645Z | Running `/home/build/.rustup/toolchains/1.84.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=99a2b28bc24280bf -C extra-filename=-99a2b28bc24280bf --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-ad8fcba8752a024f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1546 | 2025-01-14T15:58:47.764Z | Running `/home/build/.rustup/toolchains/1.84.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=8552b258be213a79 -C extra-filename=-8552b258be213a79 --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-a1d6c74e7ff85b49.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2025-01-14T15:58:47.809Z | Running `/home/build/.rustup/toolchains/1.84.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=cacf57fc5543f972 -C extra-filename=-cacf57fc5543f972 --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-6b283c8fc4249a27.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-474421277e1627c6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1548 | 2025-01-14T15:58:47.982Z | Running `/home/build/.rustup/toolchains/1.84.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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=6c5f338fc9ee497f -C extra-filename=-6c5f338fc9ee497f --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-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-2fe1c779acc1ca61.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1549 | 2025-01-14T15:58:48.004Z | Compiling itertools v0.10.5 |
1550 | 2025-01-14T15:58:48.015Z | Running `/home/build/.rustup/toolchains/1.84.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=210af047eaa3cfe3 -C extra-filename=-210af047eaa3cfe3 --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1551 | 2025-01-14T15:58:48.031Z | Running `/home/build/.rustup/toolchains/1.84.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=ddd7e08b2aa4659c -C extra-filename=-ddd7e08b2aa4659c --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-5ab30d554b0e5572.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1552 | 2025-01-14T15:58:48.075Z | Running `/home/build/.rustup/toolchains/1.84.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=d40ee3a4d91b363d -C extra-filename=-d40ee3a4d91b363d --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-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2025-01-14T15:58:48.078Z | Running `/home/build/.rustup/toolchains/1.84.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=989ce6d43618447d -C extra-filename=-989ce6d43618447d --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-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1554 | 2025-01-14T15:58:48.239Z | Running `/home/build/.rustup/toolchains/1.84.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=58468975b6210085 -C extra-filename=-58468975b6210085 --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-71a6a6543ead115f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2025-01-14T15:58:48.359Z | Compiling hashlink v0.9.1 |
1556 | 2025-01-14T15:58:48.362Z | Running `/home/build/.rustup/toolchains/1.84.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=781c15f7465befe6 -C extra-filename=-781c15f7465befe6 --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-5a38dcf097c9602d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1557 | 2025-01-14T15:58:48.704Z | Running `/home/build/.rustup/toolchains/1.84.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=9ba1dfae8490be94 -C extra-filename=-9ba1dfae8490be94 --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-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1558 | 2025-01-14T15:58:48.815Z | Compiling sigpipe v0.1.3 |
1559 | 2025-01-14T15:58:48.818Z | Running `/home/build/.rustup/toolchains/1.84.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=377c6cfa1e343861 -C extra-filename=-377c6cfa1e343861 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2025-01-14T15:58:48.931Z | Running `/home/build/.rustup/toolchains/1.84.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=850a96b671ae8149 -C extra-filename=-850a96b671ae8149 --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-6fd4a91ecd25bcee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1561 | 2025-01-14T15:58:48.944Z | Running `/home/build/.rustup/toolchains/1.84.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=5ed18d74e0a4232e -C extra-filename=-5ed18d74e0a4232e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2025-01-14T15:58:48.973Z | Compiling fallible-streaming-iterator v0.1.9 |
1563 | 2025-01-14T15:58:48.997Z | Running `/home/build/.rustup/toolchains/1.84.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=14436150a7da7e16 -C extra-filename=-14436150a7da7e16 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1564 | 2025-01-14T15:58:49.051Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1565 | 2025-01-14T15:58:49.054Z | Running `/home/build/.rustup/toolchains/1.84.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=3e0b103087fad589 -C extra-filename=-3e0b103087fad589 --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1566 | 2025-01-14T15:58:49.074Z | Compiling base64 v0.21.7 |
1567 | 2025-01-14T15:58:49.096Z | Running `/home/build/.rustup/toolchains/1.84.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=7894406f26617bba -C extra-filename=-7894406f26617bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1568 | 2025-01-14T15:58:49.173Z | Compiling fallible-iterator v0.3.0 |
1569 | 2025-01-14T15:58:49.179Z | Running `/home/build/.rustup/toolchains/1.84.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=dba7559b2ae7c3ac -C extra-filename=-dba7559b2ae7c3ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1570 | 2025-01-14T15:58:49.282Z | Compiling base64ct v1.6.0 |
1571 | 2025-01-14T15:58:49.284Z | Running `/home/build/.rustup/toolchains/1.84.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=2979dbf9531b4c21 -C extra-filename=-2979dbf9531b4c21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1572 | 2025-01-14T15:58:49.412Z | Compiling float-ord v0.3.2 |
1573 | 2025-01-14T15:58:49.415Z | Running `/home/build/.rustup/toolchains/1.84.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=8a91bf6ba4e8a6c7 -C extra-filename=-8a91bf6ba4e8a6c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1574 | 2025-01-14T15:58:49.608Z | Compiling similar v2.3.0 |
1575 | 2025-01-14T15:58:49.610Z | Running `/home/build/.rustup/toolchains/1.84.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=19dbc7e62f730ace -C extra-filename=-19dbc7e62f730ace --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2025-01-14T15:58:49.803Z | Compiling rayon-core v1.12.1 |
1577 | 2025-01-14T15:58:49.805Z | Running `/home/build/.rustup/toolchains/1.84.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=cbe273fb00b6340c -C extra-filename=-cbe273fb00b6340c --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2025-01-14T15:58:49.868Z | Compiling rusqlite v0.32.1 |
1579 | 2025-01-14T15:58:49.871Z | Running `/home/build/.rustup/toolchains/1.84.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=3ac354890ba5012a -C extra-filename=-3ac354890ba5012a --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-9c852c7d952cc48b.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-dba7559b2ae7c3ac.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-14436150a7da7e16.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-781c15f7465befe6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-23f601dad247041a.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
1580 | 2025-01-14T15:58:49.907Z | Compiling password-hash v0.5.0 |
1581 | 2025-01-14T15:58:49.911Z | Running `/home/build/.rustup/toolchains/1.84.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=c1fded59bbe613dc -C extra-filename=-c1fded59bbe613dc --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-2979dbf9531b4c21.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a6b686f51e9656cc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1582 | 2025-01-14T15:58:49.929Z | Compiling rustls-pemfile v1.0.4 |
1583 | 2025-01-14T15:58:49.949Z | Running `/home/build/.rustup/toolchains/1.84.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=a546a6cc846c1f03 -C extra-filename=-a546a6cc846c1f03 --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-7894406f26617bba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2025-01-14T15:58:50.177Z | Running `/home/build/.rustup/toolchains/1.84.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=fbc92f87b06bbe15 -C extra-filename=-fbc92f87b06bbe15 --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-5c37e7c2e2aadf33.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-2c7f6919b740ce5f.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-28e7a1c8deab26f0.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b41bad2111df24a5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2025-01-14T15:58:50.355Z | Compiling zone v0.3.0 |
1586 | 2025-01-14T15:58:50.358Z | Running `/home/build/.rustup/toolchains/1.84.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=27c9d30aa71ecd4d -C extra-filename=-27c9d30aa71ecd4d --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-210af047eaa3cfe3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-0ee9cce7ed020f63.so --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2025-01-14T15:58:50.492Z | Compiling expectorate v1.1.0 |
1588 | 2025-01-14T15:58:50.495Z | Running `/home/build/.rustup/toolchains/1.84.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=3e7e20a260c7e698 -C extra-filename=-3e7e20a260c7e698 --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-7a14f58d504e4ab9.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-80cd59a252a916e3.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-19dbc7e62f730ace.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2025-01-14T15:58:50.682Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c/build-script-build` |
1590 | 2025-01-14T15:58:50.711Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589/build-script-build` |
1591 | 2025-01-14T15:58:50.740Z | Running `/home/build/.rustup/toolchains/1.84.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=12ea7dbf6a552d22 -C extra-filename=-12ea7dbf6a552d22 --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-a9ab754dfee47de0.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-d2cdb670f70b4b06.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-850a96b671ae8149.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4ca7926b1655df40.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2025-01-14T15:58:50.919Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1593 | 2025-01-14T15:58:50.922Z | Running `/home/build/.rustup/toolchains/1.84.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=8657e70c26696cf2 -C extra-filename=-8657e70c26696cf2 --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-01585d17c7d13fc5.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-377c6cfa1e343861.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1594 | 2025-01-14T15:58:51.079Z | Running `/home/build/.rustup/toolchains/1.84.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=02dfe04a94ab6c3a -C extra-filename=-02dfe04a94ab6c3a --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-989ce6d43618447d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1595 | 2025-01-14T15:58:51.538Z | Running `/home/build/.rustup/toolchains/1.84.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=d9d8c4d7c23ac968 -C extra-filename=-d9d8c4d7c23ac968 --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-d40ee3a4d91b363d.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1596 | 2025-01-14T15:58:51.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1597 | 2025-01-14T15:58:51.715Z | Running `/home/build/.rustup/toolchains/1.84.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=102b400b2c138afe -C extra-filename=-102b400b2c138afe --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-ad8fcba8752a024f.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-db3db8c250a322a0.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-b1f84a33a6c0e2be.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-4d00a0a5e92c2301.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-db9c83d93c401c39.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1598 | 2025-01-14T15:58:51.742Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1599 | 2025-01-14T15:58:51.744Z | Running `/home/build/.rustup/toolchains/1.84.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=24a3a9a1ed165188 -C extra-filename=-24a3a9a1ed165188 --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-99a2b28bc24280bf.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1600 | 2025-01-14T15:58:51.806Z | Compiling crossbeam-deque v0.8.3 |
1601 | 2025-01-14T15:58:51.808Z | Running `/home/build/.rustup/toolchains/1.84.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=4aab5e45dcb0b639 -C extra-filename=-4aab5e45dcb0b639 --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-2ae49a296a666b20.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-fcb53b959b1f10cd.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2025-01-14T15:58:51.875Z | Running `/home/build/.rustup/toolchains/1.84.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=e4b926b9f77047e5 -C extra-filename=-e4b926b9f77047e5 --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-9c852c7d952cc48b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.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)'` |
1603 | 2025-01-14T15:58:51.974Z | Compiling newtype_derive v0.1.6 |
1604 | 2025-01-14T15:58:52.043Z | Running `/home/build/.rustup/toolchains/1.84.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=8db9fe52a338f107 -C extra-filename=-8db9fe52a338f107 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-6d4a9d2099c5c0ee.rlib --cap-lints allow '-Wclippy::unused-async'` |
1605 | 2025-01-14T15:58:52.140Z | Compiling hubpack_derive v0.1.1 |
1606 | 2025-01-14T15:58:52.140Z | Running `/home/build/.rustup/toolchains/1.84.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=b577d52a64552cb2 -C extra-filename=-b577d52a64552cb2 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1607 | 2025-01-14T15:58:52.186Z | Compiling twox-hash v1.6.3 |
1608 | 2025-01-14T15:58:52.189Z | Running `/home/build/.rustup/toolchains/1.84.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=c326e23c320a2fd9 -C extra-filename=-c326e23c320a2fd9 --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-2ae49a296a666b20.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1609 | 2025-01-14T15:58:52.338Z | Running `/home/build/.rustup/toolchains/1.84.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=e64c0b760a0ad8bc -C extra-filename=-e64c0b760a0ad8bc --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-ed15768fd2ef8fad.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1610 | 2025-01-14T15:58:52.516Z | Running `/home/build/.rustup/toolchains/1.84.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=6c05c92ddc506a92 -C extra-filename=-6c05c92ddc506a92 --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-fd24c0f4ca15faba.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-42ab343f54e00b37.so --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2025-01-14T15:58:52.583Z | Running `/home/build/.rustup/toolchains/1.84.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=7b285f2f8acfa23d -C extra-filename=-7b285f2f8acfa23d --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-5c37e7c2e2aadf33.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-2cb286fb197c289e.so --cap-lints allow '-Wclippy::unused-async'` |
1612 | 2025-01-14T15:58:52.735Z | Running `/home/build/.rustup/toolchains/1.84.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=73ab10e7780bf2b6 -C extra-filename=-73ab10e7780bf2b6 --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-98df082f6235a251.so --cap-lints allow '-Wclippy::unused-async'` |
1613 | 2025-01-14T15:58:52.786Z | Running `/home/build/.rustup/toolchains/1.84.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=00bf9b4bec4811e9 -C extra-filename=-00bf9b4bec4811e9 --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-883ec8f9b2421f0c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2025-01-14T15:58:52.825Z | Running `/home/build/.rustup/toolchains/1.84.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=e26c69ce539975a6 -C extra-filename=-e26c69ce539975a6 --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-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2025-01-14T15:58:52.893Z | Compiling blake2 v0.10.6 |
1616 | 2025-01-14T15:58:52.896Z | Running `/home/build/.rustup/toolchains/1.84.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=523d6ef8ae9fe208 -C extra-filename=-523d6ef8ae9fe208 --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-b16d9483cd4e236a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1617 | 2025-01-14T15:58:52.896Z | Running `/home/build/.rustup/toolchains/1.84.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=8f32344a978bd79b -C extra-filename=-8f32344a978bd79b --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-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1618 | 2025-01-14T15:58:52.949Z | Running `/home/build/.rustup/toolchains/1.84.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=33fad2b0847e0cae -C extra-filename=-33fad2b0847e0cae --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-7f031d079a506afd.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2025-01-14T15:58:53.058Z | Compiling smf v0.2.3 |
1620 | 2025-01-14T15:58:53.080Z | Running `/home/build/.rustup/toolchains/1.84.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=5282aee2ff9f4a65 -C extra-filename=-5282aee2ff9f4a65 --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-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2025-01-14T15:58:53.219Z | Compiling zerocopy-derive v0.6.6 |
1622 | 2025-01-14T15:58:53.222Z | Running `/home/build/.rustup/toolchains/1.84.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=8d4320b858982d11 -C extra-filename=-8d4320b858982d11 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2025-01-14T15:58:53.295Z | Running `/home/build/.rustup/toolchains/1.84.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=bec88396db8b2b8a -C extra-filename=-bec88396db8b2b8a --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-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1624 | 2025-01-14T15:58:53.946Z | Compiling atty v0.2.14 |
1625 | 2025-01-14T15:58:53.949Z | Running `/home/build/.rustup/toolchains/1.84.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=286b675cbf23d2e5 -C extra-filename=-286b675cbf23d2e5 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1626 | 2025-01-14T15:58:54.132Z | Compiling owo-colors v4.1.0 |
1627 | 2025-01-14T15:58:54.135Z | Running `/home/build/.rustup/toolchains/1.84.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=e242defa805768f3 -C extra-filename=-e242defa805768f3 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-e242defa805768f3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1628 | 2025-01-14T15:58:54.200Z | Compiling cancel-safe-futures v0.1.5 |
1629 | 2025-01-14T15:58:54.203Z | Running `/home/build/.rustup/toolchains/1.84.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=0747ff9f550f0f5a -C extra-filename=-0747ff9f550f0f5a --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1630 | 2025-01-14T15:58:54.223Z | Compiling whoami v1.5.1 |
1631 | 2025-01-14T15:58:54.225Z | Running `/home/build/.rustup/toolchains/1.84.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=f72018d03ec018ef -C extra-filename=-f72018d03ec018ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1632 | 2025-01-14T15:58:54.440Z | Compiling fixedbitset v0.4.2 |
1633 | 2025-01-14T15:58:54.443Z | Running `/home/build/.rustup/toolchains/1.84.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=036143ce881cadba -C extra-filename=-036143ce881cadba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1634 | 2025-01-14T15:58:54.476Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-e242defa805768f3/build-script-build` |
1635 | 2025-01-14T15:58:54.508Z | Running `/home/build/.rustup/toolchains/1.84.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=33438feb661277f3 -C extra-filename=-33438feb661277f3 --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-bec88396db8b2b8a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-e26c69ce539975a6.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1636 | 2025-01-14T15:58:54.587Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a/build-script-build` |
1637 | 2025-01-14T15:58:54.617Z | Compiling argon2 v0.5.3 |
1638 | 2025-01-14T15:58:54.619Z | Running `/home/build/.rustup/toolchains/1.84.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=54d96ee7e0488c78 -C extra-filename=-54d96ee7e0488c78 --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-2979dbf9531b4c21.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-523d6ef8ae9fe208.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-c1fded59bbe613dc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2025-01-14T15:58:54.638Z | Compiling hubpack v0.1.2 |
1640 | 2025-01-14T15:58:54.641Z | Running `/home/build/.rustup/toolchains/1.84.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=4c9ba2c651b61ac9 -C extra-filename=-4c9ba2c651b61ac9 --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-b577d52a64552cb2.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1641 | 2025-01-14T15:58:54.831Z | Compiling petgraph v0.6.5 |
1642 | 2025-01-14T15:58:54.834Z | Running `/home/build/.rustup/toolchains/1.84.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=5b5ae5b9bb91086f -C extra-filename=-5b5ae5b9bb91086f --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-036143ce881cadba.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --cap-lints allow '-Wclippy::unused-async'` |
1643 | 2025-01-14T15:58:54.887Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107/build-script-build` |
1644 | 2025-01-14T15:58:54.986Z | Running `/home/build/.rustup/toolchains/1.84.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=e172a829c8cd6e0e -C extra-filename=-e172a829c8cd6e0e --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-4aab5e45dcb0b639.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1645 | 2025-01-14T15:58:55.057Z | Compiling strum_macros v0.25.3 |
1646 | 2025-01-14T15:58:55.060Z | Running `/home/build/.rustup/toolchains/1.84.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=60495bf77967a73a -C extra-filename=-60495bf77967a73a --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-c68e5d597e2b26e1.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2025-01-14T15:58:55.078Z | Compiling zerocopy v0.6.6 |
1648 | 2025-01-14T15:58:55.081Z | Running `/home/build/.rustup/toolchains/1.84.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=233a0f00d9d5e0e8 -C extra-filename=-233a0f00d9d5e0e8 --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-44628c75e1414eae.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-8d4320b858982d11.so --cap-lints allow '-Wclippy::unused-async'` |
1649 | 2025-01-14T15:58:55.815Z | Compiling serde-big-array v0.5.1 |
1650 | 2025-01-14T15:58:55.818Z | Running `/home/build/.rustup/toolchains/1.84.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=7f8f27b2075826cb -C extra-filename=-7f8f27b2075826cb --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2025-01-14T15:58:55.843Z | Compiling serde_repr v0.1.18 |
1652 | 2025-01-14T15:58:55.845Z | Running `/home/build/.rustup/toolchains/1.84.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=83423d5d495e08a6 -C extra-filename=-83423d5d495e08a6 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2025-01-14T15:58:55.986Z | Compiling cookie v0.18.1 |
1654 | 2025-01-14T15:58:55.988Z | Running `/home/build/.rustup/toolchains/1.84.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=a42ba30d64380974 -C extra-filename=-a42ba30d64380974 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2025-01-14T15:58:56.061Z | Compiling convert_case v0.4.0 |
1656 | 2025-01-14T15:58:56.082Z | Running `/home/build/.rustup/toolchains/1.84.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=034ca0ccc974504d -C extra-filename=-034ca0ccc974504d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1657 | 2025-01-14T15:58:56.350Z | Running `/home/build/.rustup/toolchains/1.84.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=ef4d24977ddb28f3 -C extra-filename=-ef4d24977ddb28f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2025-01-14T15:58:56.528Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974/build-script-build` |
1659 | 2025-01-14T15:58:56.549Z | Compiling rayon v1.10.0 |
1660 | 2025-01-14T15:58:56.551Z | Running `/home/build/.rustup/toolchains/1.84.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=9d8a3b4ea986df08 -C extra-filename=-9d8a3b4ea986df08 --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-2f45379508106f01.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-e172a829c8cd6e0e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2025-01-14T15:58:56.599Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1662 | 2025-01-14T15:58:56.602Z | Running `/home/build/.rustup/toolchains/1.84.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=8ded9826f6b370b6 -C extra-filename=-8ded9826f6b370b6 --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-54d96ee7e0488c78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-b5674c3952b41b59.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1663 | 2025-01-14T15:58:56.752Z | Compiling derive_more v0.99.18 |
1664 | 2025-01-14T15:58:56.755Z | Running `/home/build/.rustup/toolchains/1.84.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=2379abbfd19dd9eb -C extra-filename=-2379abbfd19dd9eb --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-034ca0ccc974504d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1665 | 2025-01-14T15:58:56.984Z | Running `/home/build/.rustup/toolchains/1.84.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=7a200830e12c88fe -C extra-filename=-7a200830e12c88fe --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` |
1666 | 2025-01-14T15:58:57.073Z | Running `/home/build/.rustup/toolchains/1.84.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=6e7c76e523359ddc -C extra-filename=-6e7c76e523359ddc --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-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1667 | 2025-01-14T15:58:57.107Z | Running `/home/build/.rustup/toolchains/1.84.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=3e07df19c18d664a -C extra-filename=-3e07df19c18d664a --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)'` |
1668 | 2025-01-14T15:58:57.572Z | Running `/home/build/.rustup/toolchains/1.84.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=294d7e44c725cc13 -C extra-filename=-294d7e44c725cc13 --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-5eeacb47f161db31.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1669 | 2025-01-14T15:58:57.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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", "std"))' -C metadata=2caf03946ee85b34 -C extra-filename=-2caf03946ee85b34 --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-968d5a5bce4a8481.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
1670 | 2025-01-14T15:58:57.787Z | Compiling enum-as-inner v0.6.0 |
1671 | 2025-01-14T15:58:57.832Z | Running `/home/build/.rustup/toolchains/1.84.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=df936c98e6521aba -C extra-filename=-df936c98e6521aba --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-c68e5d597e2b26e1.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2025-01-14T15:58:58.377Z | Compiling atomicwrites v0.4.4 |
1673 | 2025-01-14T15:58:58.382Z | Running `/home/build/.rustup/toolchains/1.84.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=944525a4eb1baaa8 -C extra-filename=-944525a4eb1baaa8 --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-9d1c91647873e503.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-1fcea28849779779.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2025-01-14T15:58:58.509Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1675 | 2025-01-14T15:58:58.512Z | Running `/home/build/.rustup/toolchains/1.84.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=fbc94c9dc704b9dd -C extra-filename=-fbc94c9dc704b9dd --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-9c852c7d952cc48b.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-4c9ba2c651b61ac9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-7f8f27b2075826cb.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-83423d5d495e08a6.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-60495bf77967a73a.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-233a0f00d9d5e0e8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1676 | 2025-01-14T15:58:58.651Z | Compiling typify-macro v0.3.0 |
1677 | 2025-01-14T15:58:58.654Z | Running `/home/build/.rustup/toolchains/1.84.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.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=81b667f6cf1dae97 -C extra-filename=-81b667f6cf1dae97 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-65a0c51918c38dff.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1678 | 2025-01-14T15:58:58.702Z | Compiling toml_edit v0.20.7 |
1679 | 2025-01-14T15:58:58.705Z | Running `/home/build/.rustup/toolchains/1.84.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=70c5dd651937d992 -C extra-filename=-70c5dd651937d992 --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-da7b5a91ec334920.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-28e7a1c8deab26f0.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1680 | 2025-01-14T15:58:58.891Z | Compiling itertools v0.13.0 |
1681 | 2025-01-14T15:58:58.894Z | Running `/home/build/.rustup/toolchains/1.84.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=2aac5991307ea516 -C extra-filename=-2aac5991307ea516 --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1682 | 2025-01-14T15:58:59.042Z | Compiling libsw v3.3.1 |
1683 | 2025-01-14T15:58:59.045Z | Running `/home/build/.rustup/toolchains/1.84.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=a37d74168ab0bddc -C extra-filename=-a37d74168ab0bddc --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-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1684 | 2025-01-14T15:58:59.366Z | Compiling derive-where v1.2.7 |
1685 | 2025-01-14T15:58:59.369Z | Running `/home/build/.rustup/toolchains/1.84.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=63f6d0b713b5ebbd -C extra-filename=-63f6d0b713b5ebbd --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1686 | 2025-01-14T15:59:00.025Z | Compiling autocfg v0.1.8 |
1687 | 2025-01-14T15:59:00.028Z | Running `/home/build/.rustup/toolchains/1.84.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=0a52a896d8a2cc5f -C extra-filename=-0a52a896d8a2cc5f --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-f1e4fb22e544a929.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1688 | 2025-01-14T15:59:00.142Z | Compiling indent_write v2.2.0 |
1689 | 2025-01-14T15:59:00.145Z | Running `/home/build/.rustup/toolchains/1.84.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=91ae0a2ee01ea4b6 -C extra-filename=-91ae0a2ee01ea4b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1690 | 2025-01-14T15:59:00.369Z | Compiling linked-hash-map v0.5.6 |
1691 | 2025-01-14T15:59:00.372Z | Running `/home/build/.rustup/toolchains/1.84.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=2945c76275cb26ce -C extra-filename=-2945c76275cb26ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2025-01-14T15:59:00.728Z | Compiling quick-error v1.2.3 |
1693 | 2025-01-14T15:59:00.731Z | Running `/home/build/.rustup/toolchains/1.84.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=41eefdb9f4c660ce -C extra-filename=-41eefdb9f4c660ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2025-01-14T15:59:00.816Z | Compiling data-encoding v2.5.0 |
1695 | 2025-01-14T15:59:00.818Z | Running `/home/build/.rustup/toolchains/1.84.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=e814b55aff9a5a3a -C extra-filename=-e814b55aff9a5a3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2025-01-14T15:59:00.885Z | Compiling rand_core v0.4.2 |
1697 | 2025-01-14T15:59:00.888Z | Running `/home/build/.rustup/toolchains/1.84.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=c66847f89fe332e4 -C extra-filename=-c66847f89fe332e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1698 | 2025-01-14T15:59:01.279Z | Compiling swrite v0.1.0 |
1699 | 2025-01-14T15:59:01.281Z | Running `/home/build/.rustup/toolchains/1.84.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=c35b54bfc018ca50 -C extra-filename=-c35b54bfc018ca50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2025-01-14T15:59:01.432Z | Compiling highway v1.2.0 |
1701 | 2025-01-14T15:59:01.436Z | Running `/home/build/.rustup/toolchains/1.84.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=365e0ef4c46866f0 -C extra-filename=-365e0ef4c46866f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1702 | 2025-01-14T15:59:01.860Z | Compiling linear-map v1.2.0 |
1703 | 2025-01-14T15:59:01.872Z | Running `/home/build/.rustup/toolchains/1.84.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=159a91b7679397e6 -C extra-filename=-159a91b7679397e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1704 | 2025-01-14T15:59:02.189Z | Compiling hickory-proto v0.24.1 |
1705 | 2025-01-14T15:59:02.206Z | Running `/home/build/.rustup/toolchains/1.84.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=f8f773d58af3b075 -C extra-filename=-f8f773d58af3b075 --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-6c2c8bdd9f9203d2.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-e814b55aff9a5a3a.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-df936c98e6521aba.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-934398379b5c52b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1706 | 2025-01-14T15:59:02.210Z | Compiling proc-macro-crate v2.0.0 |
1707 | 2025-01-14T15:59:02.214Z | Running `/home/build/.rustup/toolchains/1.84.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=49e32a9e6c9f7cae -C extra-filename=-49e32a9e6c9f7cae --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-70c5dd651937d992.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1708 | 2025-01-14T15:59:02.290Z | Compiling typify v0.3.0 |
1709 | 2025-01-14T15:59:02.294Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=882ba4160dd1cfdf -C extra-filename=-882ba4160dd1cfdf --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-65a0c51918c38dff.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-81b667f6cf1dae97.so --cap-lints allow '-Wclippy::unused-async'` |
1710 | 2025-01-14T15:59:02.435Z | Compiling resolv-conf v0.7.0 |
1711 | 2025-01-14T15:59:02.438Z | Running `/home/build/.rustup/toolchains/1.84.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=4d9f7a9d8e6774f5 -C extra-filename=-4d9f7a9d8e6774f5 --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-04070ab2eae1da50.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-41eefdb9f4c660ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1712 | 2025-01-14T15:59:02.467Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1713 | 2025-01-14T15:59:02.470Z | Running `/home/build/.rustup/toolchains/1.84.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=74a09f8838835d4e -C extra-filename=-74a09f8838835d4e --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-01585d17c7d13fc5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-6e7c76e523359ddc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-63f6d0b713b5ebbd.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-2f45379508106f01.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-91ae0a2ee01ea4b6.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-a37d74168ab0bddc.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-159a91b7679397e6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-3e07df19c18d664a.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-5b5ae5b9bb91086f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-b5674c3952b41b59.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-c35b54bfc018ca50.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1714 | 2025-01-14T15:59:02.757Z | Compiling lru-cache v0.1.2 |
1715 | 2025-01-14T15:59:02.760Z | Running `/home/build/.rustup/toolchains/1.84.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=9a2971d5704b9e05 -C extra-filename=-9a2971d5704b9e05 --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-2945c76275cb26ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1716 | 2025-01-14T15:59:02.962Z | Compiling steno v0.4.1 |
1717 | 2025-01-14T15:59:02.994Z | Running `/home/build/.rustup/toolchains/1.84.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=0061b7eaac014d25 -C extra-filename=-0061b7eaac014d25 --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-01585d17c7d13fc5.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-5b5ae5b9bb91086f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1718 | 2025-01-14T15:59:03.157Z | Running `/home/build/.rustup/toolchains/1.84.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.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=930b1d53406c35fa -C extra-filename=-930b1d53406c35fa --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-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-5b15484e959def3c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-b3193beec6a073ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2caf03946ee85b34.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1719 | 2025-01-14T15:59:03.203Z | Running `/home/build/.rustup/toolchains/1.84.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=0213434aa917abc0 -C extra-filename=-0213434aa917abc0 --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-a1b6ee4406d4f9cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1720 | 2025-01-14T15:59:03.239Z | Running `/home/build/.rustup/toolchains/1.84.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=5d87841e0a1cd110 -C extra-filename=-5d87841e0a1cd110 --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-0bc88fea3f03f95c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1721 | 2025-01-14T15:59:04.330Z | Compiling humantime v2.1.0 |
1722 | 2025-01-14T15:59:04.332Z | Running `/home/build/.rustup/toolchains/1.84.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=3aa96f70d333bea5 -C extra-filename=-3aa96f70d333bea5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1723 | 2025-01-14T15:59:04.352Z | Compiling num_enum_derive v0.7.3 |
1724 | 2025-01-14T15:59:04.352Z | Running `/home/build/.rustup/toolchains/1.84.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=5c1d52e5a0f9c9f0 -C extra-filename=-5c1d52e5a0f9c9f0 --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-49e32a9e6c9f7cae.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1725 | 2025-01-14T15:59:04.870Z | Compiling progenitor-impl v0.9.1 |
1726 | 2025-01-14T15:59:04.875Z | Running `/home/build/.rustup/toolchains/1.84.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.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())' -C metadata=3d898fb0281bd5ee -C extra-filename=-3d898fb0281bd5ee --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-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-24c84570f74f2f67.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-4bdcc357dbdac1c1.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-882ba4160dd1cfdf.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1727 | 2025-01-14T15:59:04.904Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1728 | 2025-01-14T15:59:04.907Z | Running `/home/build/.rustup/toolchains/1.84.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=0fbe3210988c9611 -C extra-filename=-0fbe3210988c9611 --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-c33494d2241faf4b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1729 | 2025-01-14T15:59:05.988Z | Compiling inout v0.1.3 |
1730 | 2025-01-14T15:59:06.025Z | Running `/home/build/.rustup/toolchains/1.84.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=aaadbd00a7160d32 -C extra-filename=-aaadbd00a7160d32 --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-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1731 | 2025-01-14T15:59:06.199Z | Compiling hickory-resolver v0.24.1 |
1732 | 2025-01-14T15:59:06.201Z | Compiling cipher v0.4.4 |
1733 | 2025-01-14T15:59:06.221Z | Running `/home/build/.rustup/toolchains/1.84.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=7a6c4a894f4d3f8f -C extra-filename=-7a6c4a894f4d3f8f --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-2ae49a296a666b20.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-f8f773d58af3b075.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-9a2971d5704b9e05.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-71979449f0f1ab79.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-4d9f7a9d8e6774f5.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1734 | 2025-01-14T15:59:06.222Z | Running `/home/build/.rustup/toolchains/1.84.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=806d538bbb9cd51b -C extra-filename=-806d538bbb9cd51b --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-95ddfdfa5b4d8db6.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-aaadbd00a7160d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1735 | 2025-01-14T15:59:06.242Z | Compiling bincode v1.3.3 |
1736 | 2025-01-14T15:59:06.245Z | Running `/home/build/.rustup/toolchains/1.84.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=9749da9bf0c32f97 -C extra-filename=-9749da9bf0c32f97 --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-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1737 | 2025-01-14T15:59:06.582Z | Compiling rand_core v0.3.1 |
1738 | 2025-01-14T15:59:06.585Z | Running `/home/build/.rustup/toolchains/1.84.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=5e5c64533adba28a -C extra-filename=-5e5c64533adba28a --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-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1739 | 2025-01-14T15:59:06.657Z | Compiling num_enum v0.7.3 |
1740 | 2025-01-14T15:59:06.659Z | Running `/home/build/.rustup/toolchains/1.84.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=7a51373429fad6fa -C extra-filename=-7a51373429fad6fa --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-5c1d52e5a0f9c9f0.so --cap-lints allow '-Wclippy::unused-async'` |
1741 | 2025-01-14T15:59:06.698Z | Compiling universal-hash v0.5.1 |
1742 | 2025-01-14T15:59:06.733Z | Running `/home/build/.rustup/toolchains/1.84.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=dcdfb8a8c91df1eb -C extra-filename=-dcdfb8a8c91df1eb --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-95ddfdfa5b4d8db6.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1743 | 2025-01-14T15:59:06.846Z | Compiling opaque-debug v0.3.0 |
1744 | 2025-01-14T15:59:06.849Z | Running `/home/build/.rustup/toolchains/1.84.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=927dd0e911d66b82 -C extra-filename=-927dd0e911d66b82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1745 | 2025-01-14T15:59:06.914Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=52002a705c994db6 -C extra-filename=-52002a705c994db6 --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-930b1d53406c35fa.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-81b667f6cf1dae97.so --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2025-01-14T15:59:06.959Z | Compiling ringbuffer v0.15.0 |
1747 | 2025-01-14T15:59:06.962Z | Running `/home/build/.rustup/toolchains/1.84.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=3964a94d911ec5ae -C extra-filename=-3964a94d911ec5ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1748 | 2025-01-14T15:59:07.086Z | Running `/home/build/.rustup/toolchains/1.84.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.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())' -C metadata=01bc757b931bb310 -C extra-filename=-01bc757b931bb310 --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-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-906db63057bb4f1f.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2caf03946ee85b34.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-52002a705c994db6.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1749 | 2025-01-14T15:59:07.130Z | Compiling polyval v0.6.1 |
1750 | 2025-01-14T15:59:07.133Z | Running `/home/build/.rustup/toolchains/1.84.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=feb10b0cb90af3ce -C extra-filename=-feb10b0cb90af3ce --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-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-927dd0e911d66b82.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-dcdfb8a8c91df1eb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1751 | 2025-01-14T15:59:07.476Z | Compiling aes v0.8.3 |
1752 | 2025-01-14T15:59:07.479Z | Running `/home/build/.rustup/toolchains/1.84.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=7b9677a49928c890 -C extra-filename=-7b9677a49928c890 --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-2ae49a296a666b20.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-806d538bbb9cd51b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1753 | 2025-01-14T15:59:07.573Z | Compiling ctr v0.9.2 |
1754 | 2025-01-14T15:59:07.575Z | Running `/home/build/.rustup/toolchains/1.84.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=a4c9ca9f13cde36e -C extra-filename=-a4c9ca9f13cde36e --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-806d538bbb9cd51b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1755 | 2025-01-14T15:59:07.886Z | Compiling aead v0.5.2 |
1756 | 2025-01-14T15:59:07.975Z | Running `/home/build/.rustup/toolchains/1.84.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=1f6d7fcc9d7121b5 -C extra-filename=-1f6d7fcc9d7121b5 --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-95ddfdfa5b4d8db6.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1757 | 2025-01-14T15:59:08.170Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1758 | 2025-01-14T15:59:08.172Z | Running `/home/build/.rustup/toolchains/1.84.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="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=a63ce342d7e82e85 -C extra-filename=-a63ce342d7e82e85 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85 -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-56fb3abe49580ef3.rlib '-Wclippy::unused-async'` |
1759 | 2025-01-14T15:59:08.577Z | Compiling num-bigint v0.2.6 |
1760 | 2025-01-14T15:59:08.580Z | Running `/home/build/.rustup/toolchains/1.84.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=af857027554580d5 -C extra-filename=-af857027554580d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1761 | 2025-01-14T15:59:08.786Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85/build-script-build` |
1762 | 2025-01-14T15:59:08.863Z | Compiling aes-gcm-siv v0.11.1 |
1763 | 2025-01-14T15:59:08.908Z | Running `/home/build/.rustup/toolchains/1.84.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=88f9713f8a14b4e8 -C extra-filename=-88f9713f8a14b4e8 --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-1f6d7fcc9d7121b5.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-7b9677a49928c890.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-806d538bbb9cd51b.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-a4c9ca9f13cde36e.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-feb10b0cb90af3ce.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1764 | 2025-01-14T15:59:08.985Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5/build-script-build` |
1765 | 2025-01-14T15:59:09.188Z | Compiling rand_chacha v0.1.1 |
1766 | 2025-01-14T15:59:09.190Z | Running `/home/build/.rustup/toolchains/1.84.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=2f6569a5b3a9fb11 -C extra-filename=-2f6569a5b3a9fb11 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1767 | 2025-01-14T15:59:09.241Z | Compiling rand_pcg v0.1.2 |
1768 | 2025-01-14T15:59:09.244Z | Running `/home/build/.rustup/toolchains/1.84.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=c39cae3964e55a51 -C extra-filename=-c39cae3964e55a51 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1769 | 2025-01-14T15:59:09.571Z | Compiling async-recursion v1.1.1 |
1770 | 2025-01-14T15:59:09.574Z | Running `/home/build/.rustup/toolchains/1.84.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=0a854f0207975e66 -C extra-filename=-0a854f0207975e66 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1771 | 2025-01-14T15:59:09.598Z | Compiling unicase v2.7.0 |
1772 | 2025-01-14T15:59:09.618Z | Running `/home/build/.rustup/toolchains/1.84.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=f72a125d36ffd565 -C extra-filename=-f72a125d36ffd565 --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1773 | 2025-01-14T15:59:09.621Z | Compiling num-rational v0.2.4 |
1774 | 2025-01-14T15:59:09.624Z | Running `/home/build/.rustup/toolchains/1.84.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=4161d85647398421 -C extra-filename=-4161d85647398421 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1775 | 2025-01-14T15:59:09.962Z | Compiling num-complex v0.2.4 |
1776 | 2025-01-14T15:59:09.965Z | Running `/home/build/.rustup/toolchains/1.84.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=e64b020710c12d22 -C extra-filename=-e64b020710c12d22 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1777 | 2025-01-14T15:59:10.024Z | Compiling signal-hook v0.3.17 |
1778 | 2025-01-14T15:59:10.027Z | Running `/home/build/.rustup/toolchains/1.84.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=5a55acfc35a1490a -C extra-filename=-5a55acfc35a1490a --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1779 | 2025-01-14T15:59:10.105Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421/build-script-build` |
1780 | 2025-01-14T15:59:10.326Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565/build-script-build` |
1781 | 2025-01-14T15:59:10.354Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a/build-script-build` |
1782 | 2025-01-14T15:59:10.374Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22/build-script-build` |
1783 | 2025-01-14T15:59:10.399Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51/build-script-build` |
1784 | 2025-01-14T15:59:10.525Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11/build-script-build` |
1785 | 2025-01-14T15:59:10.542Z | Running `/home/build/.rustup/toolchains/1.84.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=92d20775ad2699f4 -C extra-filename=-92d20775ad2699f4 --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-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1786 | 2025-01-14T15:59:10.589Z | Compiling rand v0.6.5 |
1787 | 2025-01-14T15:59:10.646Z | Running `/home/build/.rustup/toolchains/1.84.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=dfd2b05146013ced -C extra-filename=-dfd2b05146013ced --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1788 | 2025-01-14T15:59:10.650Z | Compiling urlencoding v2.1.3 |
1789 | 2025-01-14T15:59:10.650Z | Running `/home/build/.rustup/toolchains/1.84.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=c0c938f2adbd3a4a -C extra-filename=-c0c938f2adbd3a4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1790 | 2025-01-14T15:59:10.783Z | Compiling progenitor-macro v0.9.1 |
1791 | 2025-01-14T15:59:10.787Z | Running `/home/build/.rustup/toolchains/1.84.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.9.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=aaab15c316e3d5ed -C extra-filename=-aaab15c316e3d5ed --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-24c84570f74f2f67.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-3d898fb0281bd5ee.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-6f24a42238e16c90.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1792 | 2025-01-14T15:59:10.974Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced/build-script-build` |
1793 | 2025-01-14T15:59:10.974Z | Compiling opentelemetry v0.21.0 |
1794 | 2025-01-14T15:59:10.977Z | Running `/home/build/.rustup/toolchains/1.84.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=06412579607645cc -C extra-filename=-06412579607645cc --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-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-c0c938f2adbd3a4a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1795 | 2025-01-14T15:59:11.022Z | Running `/home/build/.rustup/toolchains/1.84.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=a68b25cc1566d2d8 -C extra-filename=-a68b25cc1566d2d8 --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-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1796 | 2025-01-14T15:59:11.095Z | Running `/home/build/.rustup/toolchains/1.84.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=eeff8c758e79942a -C extra-filename=-eeff8c758e79942a --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-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1797 | 2025-01-14T15:59:11.343Z | Running `/home/build/.rustup/toolchains/1.84.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=d285ea63b0cca2b9 -C extra-filename=-d285ea63b0cca2b9 --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-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1798 | 2025-01-14T15:59:11.603Z | Running `/home/build/.rustup/toolchains/1.84.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=41fce65e812ce908 -C extra-filename=-41fce65e812ce908 --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-ad8fcba8752a024f.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-0ee33c9edeb3ad58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2025-01-14T15:59:11.828Z | Compiling rand_hc v0.1.0 |
1800 | 2025-01-14T15:59:11.831Z | Running `/home/build/.rustup/toolchains/1.84.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=4e8ca24dcb5c4cfd -C extra-filename=-4e8ca24dcb5c4cfd --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-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2025-01-14T15:59:12.042Z | Compiling rand_xorshift v0.1.1 |
1802 | 2025-01-14T15:59:12.045Z | Running `/home/build/.rustup/toolchains/1.84.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=00f8450f0afe3db6 -C extra-filename=-00f8450f0afe3db6 --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-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1803 | 2025-01-14T15:59:12.306Z | Running `/home/build/.rustup/toolchains/1.84.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=896b808c1cd9a8ea -C extra-filename=-896b808c1cd9a8ea --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-92d20775ad2699f4.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1804 | 2025-01-14T15:59:12.339Z | Compiling rand_isaac v0.1.1 |
1805 | 2025-01-14T15:59:12.343Z | Running `/home/build/.rustup/toolchains/1.84.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=a0260cdf267d683c -C extra-filename=-a0260cdf267d683c --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-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1806 | 2025-01-14T15:59:12.538Z | Compiling rand_jitter v0.1.4 |
1807 | 2025-01-14T15:59:12.540Z | Running `/home/build/.rustup/toolchains/1.84.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=5467784f9dc8d907 -C extra-filename=-5467784f9dc8d907 --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-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1808 | 2025-01-14T15:59:12.811Z | Compiling rand_os v0.1.3 |
1809 | 2025-01-14T15:59:12.814Z | Running `/home/build/.rustup/toolchains/1.84.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=1573a1a51a41e147 -C extra-filename=-1573a1a51a41e147 --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-ad8fcba8752a024f.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1810 | 2025-01-14T15:59:12.834Z | Running `/home/build/.rustup/toolchains/1.84.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=fd9816aa8d9903fb -C extra-filename=-fd9816aa8d9903fb --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` |
1811 | 2025-01-14T15:59:12.912Z | Compiling num v0.2.1 |
1812 | 2025-01-14T15:59:12.915Z | Running `/home/build/.rustup/toolchains/1.84.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=e3b93be95f4fbfbd -C extra-filename=-e3b93be95f4fbfbd --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-92d20775ad2699f4.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-eeff8c758e79942a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-896b808c1cd9a8ea.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2025-01-14T15:59:13.060Z | Running `/home/build/.rustup/toolchains/1.84.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=60614380c36db379 -C extra-filename=-60614380c36db379 --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-ad8fcba8752a024f.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a68b25cc1566d2d8.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-4e8ca24dcb5c4cfd.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-a0260cdf267d683c.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-5467784f9dc8d907.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-1573a1a51a41e147.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-d285ea63b0cca2b9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-00f8450f0afe3db6.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1814 | 2025-01-14T15:59:13.201Z | Compiling phf_generator v0.11.2 |
1815 | 2025-01-14T15:59:13.239Z | Running `/home/build/.rustup/toolchains/1.84.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=686334820e7a60bd -C extra-filename=-686334820e7a60bd --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-fe9caec71baba2f6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4ca7926b1655df40.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1816 | 2025-01-14T15:59:13.250Z | Compiling ordered-float v4.2.0 |
1817 | 2025-01-14T15:59:13.253Z | Running `/home/build/.rustup/toolchains/1.84.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=99c83c6ad7c7679a -C extra-filename=-99c83c6ad7c7679a --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-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1818 | 2025-01-14T15:59:13.363Z | Compiling num_cpus v1.16.0 |
1819 | 2025-01-14T15:59:13.366Z | Running `/home/build/.rustup/toolchains/1.84.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=76e950281955124a -C extra-filename=-76e950281955124a --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1820 | 2025-01-14T15:59:13.396Z | Compiling glob v0.3.1 |
1821 | 2025-01-14T15:59:13.399Z | Running `/home/build/.rustup/toolchains/1.84.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=af08fab7bb80bca8 -C extra-filename=-af08fab7bb80bca8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1822 | 2025-01-14T15:59:13.467Z | Compiling overload v0.1.1 |
1823 | 2025-01-14T15:59:13.472Z | Running `/home/build/.rustup/toolchains/1.84.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=138fb4137b5aa626 -C extra-filename=-138fb4137b5aa626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1824 | 2025-01-14T15:59:13.504Z | Compiling threadpool v1.8.1 |
1825 | 2025-01-14T15:59:13.504Z | Running `/home/build/.rustup/toolchains/1.84.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=a4e8ef52633e4ca8 -C extra-filename=-a4e8ef52633e4ca8 --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-76e950281955124a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1826 | 2025-01-14T15:59:13.588Z | Compiling nu-ansi-term v0.46.0 |
1827 | 2025-01-14T15:59:13.591Z | Running `/home/build/.rustup/toolchains/1.84.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=264b825f481227b5 -C extra-filename=-264b825f481227b5 --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-138fb4137b5aa626.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1828 | 2025-01-14T15:59:14.094Z | Compiling opentelemetry_sdk v0.21.2 |
1829 | 2025-01-14T15:59:14.097Z | Running `/home/build/.rustup/toolchains/1.84.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=13c30b8923ef6284 -C extra-filename=-13c30b8923ef6284 --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-6c2c8bdd9f9203d2.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-3ccef70431996bc2.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-99ca3bf71f9129d9.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-af08fab7bb80bca8.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-06412579607645cc.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-99c83c6ad7c7679a.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1830 | 2025-01-14T15:59:14.270Z | Compiling phf_codegen v0.11.2 |
1831 | 2025-01-14T15:59:14.273Z | Running `/home/build/.rustup/toolchains/1.84.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=4aaaba99e57e5756 -C extra-filename=-4aaaba99e57e5756 --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-686334820e7a60bd.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1832 | 2025-01-14T15:59:14.372Z | Compiling mime_guess v2.0.5 |
1833 | 2025-01-14T15:59:14.374Z | Running `/home/build/.rustup/toolchains/1.84.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=9081dffa98f914bc -C extra-filename=-9081dffa98f914bc --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-fd9816aa8d9903fb.rlib --cap-lints allow '-Wclippy::unused-async'` |
1834 | 2025-01-14T15:59:14.394Z | Compiling sharded-slab v0.1.7 |
1835 | 2025-01-14T15:59:14.395Z | Running `/home/build/.rustup/toolchains/1.84.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=8336b424af7e7824 -C extra-filename=-8336b424af7e7824 --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-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2025-01-14T15:59:14.494Z | Compiling statistical v1.0.0 |
1837 | 2025-01-14T15:59:14.498Z | Running `/home/build/.rustup/toolchains/1.84.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=5a75c0137d3a1e20 -C extra-filename=-5a75c0137d3a1e20 --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-e3b93be95f4fbfbd.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-60614380c36db379.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1838 | 2025-01-14T15:59:14.733Z | Compiling http v0.2.12 |
1839 | 2025-01-14T15:59:14.733Z | Running `/home/build/.rustup/toolchains/1.84.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=bb80a2bc2a1e8615 -C extra-filename=-bb80a2bc2a1e8615 --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-65d513cddc52aa94.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1840 | 2025-01-14T15:59:14.803Z | Compiling tracing-log v0.2.0 |
1841 | 2025-01-14T15:59:14.805Z | Running `/home/build/.rustup/toolchains/1.84.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=61526571ab1690a4 -C extra-filename=-61526571ab1690a4 --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-d53a21f98f031de6.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2025-01-14T15:59:14.895Z | Compiling ordered-float v2.10.1 |
1843 | 2025-01-14T15:59:14.898Z | Running `/home/build/.rustup/toolchains/1.84.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=9ebe592d6e7af115 -C extra-filename=-9ebe592d6e7af115 --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-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2025-01-14T15:59:15.302Z | Compiling crc32fast v1.3.2 |
1845 | 2025-01-14T15:59:15.304Z | Running `/home/build/.rustup/toolchains/1.84.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=91f2ea9b8f62d034 -C extra-filename=-91f2ea9b8f62d034 --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2025-01-14T15:59:15.441Z | Compiling integer-encoding v3.0.4 |
1847 | 2025-01-14T15:59:15.444Z | Running `/home/build/.rustup/toolchains/1.84.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=d98c5d48604e717d -C extra-filename=-d98c5d48604e717d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1848 | 2025-01-14T15:59:15.464Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc/build-script-build` |
1849 | 2025-01-14T15:59:15.509Z | Compiling tracing-subscriber v0.3.18 |
1850 | 2025-01-14T15:59:15.513Z | Running `/home/build/.rustup/toolchains/1.84.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=44b080b1a200dd2d -C extra-filename=-44b080b1a200dd2d --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-264b825f481227b5.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-8336b424af7e7824.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-61526571ab1690a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1851 | 2025-01-14T15:59:15.619Z | Compiling terminfo v0.8.0 |
1852 | 2025-01-14T15:59:15.623Z | Running `/home/build/.rustup/toolchains/1.84.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=0fa85e3c5f132a5a -C extra-filename=-0fa85e3c5f132a5a --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-0fa85e3c5f132a5a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-4aaaba99e57e5756.rlib --cap-lints allow '-Wclippy::unused-async'` |
1853 | 2025-01-14T15:59:15.801Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034/build-script-build` |
1854 | 2025-01-14T15:59:15.870Z | Compiling thrift v0.17.0 |
1855 | 2025-01-14T15:59:15.875Z | Running `/home/build/.rustup/toolchains/1.84.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=c8ddcb26515c79ff -C extra-filename=-c8ddcb26515c79ff --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-44628c75e1414eae.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-d98c5d48604e717d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-9ebe592d6e7af115.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-a4e8ef52633e4ca8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1856 | 2025-01-14T15:59:15.889Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1857 | 2025-01-14T15:59:15.891Z | Running `/home/build/.rustup/toolchains/1.84.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=80761283afa2aa68 -C extra-filename=-80761283afa2aa68 --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-06412579607645cc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1858 | 2025-01-14T15:59:16.145Z | Running `/home/build/.rustup/toolchains/1.84.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=4ac716e46acb0cbf -C extra-filename=-4ac716e46acb0cbf --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` |
1859 | 2025-01-14T15:59:16.561Z | Compiling sha2 v0.10.8 |
1860 | 2025-01-14T15:59:16.563Z | Running `/home/build/.rustup/toolchains/1.84.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=b650546f575e4be1 -C extra-filename=-b650546f575e4be1 --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-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-b16d9483cd4e236a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1861 | 2025-01-14T15:59:16.791Z | Compiling ring v0.16.20 |
1862 | 2025-01-14T15:59:16.794Z | Running `/home/build/.rustup/toolchains/1.84.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=012f6f2ef04ccca7 -C extra-filename=-012f6f2ef04ccca7 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-012f6f2ef04ccca7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --cap-lints allow '-Wclippy::unused-async'` |
1863 | 2025-01-14T15:59:17.083Z | Compiling blake3 v1.5.1 |
1864 | 2025-01-14T15:59:17.085Z | Running `/home/build/.rustup/toolchains/1.84.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=22c7c911be983443 -C extra-filename=-22c7c911be983443 --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-22c7c911be983443 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --cap-lints allow '-Wclippy::unused-async'` |
1865 | 2025-01-14T15:59:17.419Z | Compiling vte_generate_state_changes v0.1.1 |
1866 | 2025-01-14T15:59:17.423Z | Running `/home/build/.rustup/toolchains/1.84.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=31e806e0503c6904 -C extra-filename=-31e806e0503c6904 --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-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1867 | 2025-01-14T15:59:17.614Z | Compiling dirs-sys v0.3.7 |
1868 | 2025-01-14T15:59:17.617Z | Running `/home/build/.rustup/toolchains/1.84.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=ce4f597fb2b42980 -C extra-filename=-ce4f597fb2b42980 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1869 | 2025-01-14T15:59:17.727Z | Compiling portable-atomic v1.5.1 |
1870 | 2025-01-14T15:59:17.762Z | Running `/home/build/.rustup/toolchains/1.84.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=9de4036e84981035 -C extra-filename=-9de4036e84981035 --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1871 | 2025-01-14T15:59:17.776Z | Compiling rust_decimal v1.33.1 |
1872 | 2025-01-14T15:59:17.780Z | Running `/home/build/.rustup/toolchains/1.84.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=6d624b722c2b86bb -C extra-filename=-6d624b722c2b86bb --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1873 | 2025-01-14T15:59:18.080Z | Compiling adler v1.0.2 |
1874 | 2025-01-14T15:59:18.083Z | Running `/home/build/.rustup/toolchains/1.84.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=3a4294a1d0d84d2f -C extra-filename=-3a4294a1d0d84d2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1875 | 2025-01-14T15:59:18.234Z | Compiling minimal-lexical v0.2.1 |
1876 | 2025-01-14T15:59:18.237Z | Running `/home/build/.rustup/toolchains/1.84.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=916359e0d8dad5bb -C extra-filename=-916359e0d8dad5bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1877 | 2025-01-14T15:59:18.326Z | Compiling miniz_oxide v0.7.1 |
1878 | 2025-01-14T15:59:18.329Z | Running `/home/build/.rustup/toolchains/1.84.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=4e4885fead6a75b3 -C extra-filename=-4e4885fead6a75b3 --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-3a4294a1d0d84d2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2025-01-14T15:59:18.380Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb/build-script-build` |
1880 | 2025-01-14T15:59:18.382Z | Compiling vte v0.11.1 |
1881 | 2025-01-14T15:59:18.433Z | Running `/home/build/.rustup/toolchains/1.84.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=acffc14aa68b2828 -C extra-filename=-acffc14aa68b2828 --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-353c36a14bd8f05b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-31e806e0503c6904.so --cap-lints allow '-Wclippy::unused-async'` |
1882 | 2025-01-14T15:59:18.647Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035/build-script-build` |
1883 | 2025-01-14T15:59:18.694Z | Compiling nom v7.1.3 |
1884 | 2025-01-14T15:59:18.697Z | Running `/home/build/.rustup/toolchains/1.84.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=62ef4b32c7bc7b1b -C extra-filename=-62ef4b32c7bc7b1b --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-ad8c4b9cff4819c0.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-916359e0d8dad5bb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2025-01-14T15:59:18.778Z | Compiling dirs v4.0.0 |
1886 | 2025-01-14T15:59:18.780Z | Running `/home/build/.rustup/toolchains/1.84.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=3ee16cb04fcb232a -C extra-filename=-3ee16cb04fcb232a --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-ce4f597fb2b42980.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2025-01-14T15:59:19.017Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-012f6f2ef04ccca7/build-script-build` |
1888 | 2025-01-14T15:59:19.049Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-22c7c911be983443/build-script-build` |
1889 | 2025-01-14T15:59:19.883Z | Compiling tracing-opentelemetry v0.22.0 |
1890 | 2025-01-14T15:59:19.885Z | Running `/home/build/.rustup/toolchains/1.84.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=fe294bb01ad82def -C extra-filename=-fe294bb01ad82def --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-e732a754ac484db6.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-06412579607645cc.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-13c30b8923ef6284.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-61526571ab1690a4.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-44b080b1a200dd2d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2025-01-14T15:59:19.906Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-0fa85e3c5f132a5a/build-script-build` |
1892 | 2025-01-14T15:59:20.004Z | Compiling opentelemetry-jaeger v0.20.0 |
1893 | 2025-01-14T15:59:20.007Z | Running `/home/build/.rustup/toolchains/1.84.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=f7487df3f2f636c8 -C extra-filename=-f7487df3f2f636c8 --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-6c2c8bdd9f9203d2.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-06412579607645cc.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-80761283afa2aa68.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-13c30b8923ef6284.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-c8ddcb26515c79ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1894 | 2025-01-14T15:59:20.088Z | Running `/home/build/.rustup/toolchains/1.84.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=0e224f719f933e76 -C extra-filename=-0e224f719f933e76 --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-2e29f70ea0a7aa12.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-4ac716e46acb0cbf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2025-01-14T15:59:20.388Z | Running `/home/build/.rustup/toolchains/1.84.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=5c5c086a355f2950 -C extra-filename=-5c5c086a355f2950 --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-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
1896 | 2025-01-14T15:59:20.758Z | Compiling signal-hook-mio v0.2.4 |
1897 | 2025-01-14T15:59:20.760Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=c39314f57f6c3c3d -C extra-filename=-c39314f57f6c3c3d --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-ad8fcba8752a024f.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-a825bc72ff8b0ba2.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1898 | 2025-01-14T15:59:20.933Z | Compiling signal-hook-tokio v0.3.1 |
1899 | 2025-01-14T15:59:20.937Z | Running `/home/build/.rustup/toolchains/1.84.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=45e2ec65efc02bf3 -C extra-filename=-45e2ec65efc02bf3 --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-63f70cb0fb7b3737.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1900 | 2025-01-14T15:59:20.954Z | Compiling phf v0.11.2 |
1901 | 2025-01-14T15:59:20.956Z | Running `/home/build/.rustup/toolchains/1.84.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=559c937a82430663 -C extra-filename=-559c937a82430663 --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-f69f9347a124d733.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1902 | 2025-01-14T15:59:21.126Z | Compiling opentelemetry v0.24.0 |
1903 | 2025-01-14T15:59:21.130Z | Running `/home/build/.rustup/toolchains/1.84.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=8a7e2d54535e679d -C extra-filename=-8a7e2d54535e679d --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-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1904 | 2025-01-14T15:59:21.149Z | Compiling memmap2 v0.9.4 |
1905 | 2025-01-14T15:59:21.152Z | Running `/home/build/.rustup/toolchains/1.84.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=03799ddc69539346 -C extra-filename=-03799ddc69539346 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1906 | 2025-01-14T15:59:21.172Z | Compiling filetime v0.2.22 |
1907 | 2025-01-14T15:59:21.172Z | Running `/home/build/.rustup/toolchains/1.84.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=dfebd91461a365f2 -C extra-filename=-dfebd91461a365f2 --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-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1908 | 2025-01-14T15:59:21.230Z | Compiling xattr v1.0.1 |
1909 | 2025-01-14T15:59:21.269Z | Running `/home/build/.rustup/toolchains/1.84.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=d7ab800c325699c7 -C extra-filename=-d7ab800c325699c7 --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-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1910 | 2025-01-14T15:59:21.481Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1911 | 2025-01-14T15:59:21.484Z | Running `/home/build/.rustup/toolchains/1.84.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=9dac89db6666cdcb -C extra-filename=-9dac89db6666cdcb --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb -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-56fb3abe49580ef3.rlib '-Wclippy::unused-async'` |
1912 | 2025-01-14T15:59:21.518Z | Compiling http-range v0.1.5 |
1913 | 2025-01-14T15:59:21.521Z | Running `/home/build/.rustup/toolchains/1.84.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=235ab4bf305a3ba9 -C extra-filename=-235ab4bf305a3ba9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2025-01-14T15:59:21.588Z | Compiling home v0.5.5 |
1915 | 2025-01-14T15:59:21.591Z | Running `/home/build/.rustup/toolchains/1.84.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=6881f9f8acd30dab -C extra-filename=-6881f9f8acd30dab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1916 | 2025-01-14T15:59:21.794Z | Compiling constant_time_eq v0.3.0 |
1917 | 2025-01-14T15:59:21.799Z | Running `/home/build/.rustup/toolchains/1.84.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=7a8ca31a70ef5b75 -C extra-filename=-7a8ca31a70ef5b75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1918 | 2025-01-14T15:59:21.848Z | Compiling arrayref v0.3.7 |
1919 | 2025-01-14T15:59:21.848Z | Running `/home/build/.rustup/toolchains/1.84.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=692c387d8b05d294 -C extra-filename=-692c387d8b05d294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1920 | 2025-01-14T15:59:21.871Z | Compiling untrusted v0.7.1 |
1921 | 2025-01-14T15:59:21.871Z | Running `/home/build/.rustup/toolchains/1.84.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=d1f5ac237c5f5c1d -C extra-filename=-d1f5ac237c5f5c1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1922 | 2025-01-14T15:59:21.871Z | Compiling spin v0.5.2 |
1923 | 2025-01-14T15:59:21.874Z | Running `/home/build/.rustup/toolchains/1.84.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=dfb2649341ba9b42 -C extra-filename=-dfb2649341ba9b42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1924 | 2025-01-14T15:59:21.912Z | Compiling same-file v1.0.6 |
1925 | 2025-01-14T15:59:21.915Z | Running `/home/build/.rustup/toolchains/1.84.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=2ac09210951c87f2 -C extra-filename=-2ac09210951c87f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1926 | 2025-01-14T15:59:21.955Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb/build-script-build` |
1927 | 2025-01-14T15:59:21.976Z | Compiling which v4.4.2 |
1928 | 2025-01-14T15:59:21.997Z | Running `/home/build/.rustup/toolchains/1.84.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=966a5ce8a732429b -C extra-filename=-966a5ce8a732429b --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-2f45379508106f01.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-6881f9f8acd30dab.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-9d1c91647873e503.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1929 | 2025-01-14T15:59:22.029Z | Compiling hyper-staticfile v0.10.1 |
1930 | 2025-01-14T15:59:22.032Z | Running `/home/build/.rustup/toolchains/1.84.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=41ce5349b9f5e040 -C extra-filename=-41ce5349b9f5e040 --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-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-235ab4bf305a3ba9.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1931 | 2025-01-14T15:59:22.070Z | Running `/home/build/.rustup/toolchains/1.84.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=6fb16f425997771b -C extra-filename=-6fb16f425997771b --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-3ee16cb04fcb232a.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-62ef4b32c7bc7b1b.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-559c937a82430663.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1932 | 2025-01-14T15:59:22.128Z | Compiling walkdir v2.4.0 |
1933 | 2025-01-14T15:59:22.131Z | Running `/home/build/.rustup/toolchains/1.84.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=fd9149dd0623ab8b -C extra-filename=-fd9149dd0623ab8b --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-2ac09210951c87f2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1934 | 2025-01-14T15:59:22.221Z | Running `/home/build/.rustup/toolchains/1.84.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=fc5964b3b23d7b7a -C extra-filename=-fc5964b3b23d7b7a --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-e732a754ac484db6.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-dfb2649341ba9b42.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-d1f5ac237c5f5c1d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-35aa32280a1f367e/out -l static=ring-core -l static=ring-test` |
1935 | 2025-01-14T15:59:22.465Z | Compiling tar v0.4.40 |
1936 | 2025-01-14T15:59:22.495Z | Running `/home/build/.rustup/toolchains/1.84.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=b944ae59a47dc254 -C extra-filename=-b944ae59a47dc254 --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-dfebd91461a365f2.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-d7ab800c325699c7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1937 | 2025-01-14T15:59:22.552Z | Compiling crossterm v0.28.1 |
1938 | 2025-01-14T15:59:22.555Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=d52ae7b772396210 -C extra-filename=-d52ae7b772396210 --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-9c852c7d952cc48b.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a825bc72ff8b0ba2.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-71979449f0f1ab79.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-9d1c91647873e503.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-c39314f57f6c3c3d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1939 | 2025-01-14T15:59:22.574Z | Compiling flate2 v1.0.28 |
1940 | 2025-01-14T15:59:22.577Z | Running `/home/build/.rustup/toolchains/1.84.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=6b5cfd3063a1859e -C extra-filename=-6b5cfd3063a1859e --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-5c5c086a355f2950.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-4e4885fead6a75b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1941 | 2025-01-14T15:59:22.832Z | Compiling strip-ansi-escapes v0.2.0 |
1942 | 2025-01-14T15:59:22.835Z | Running `/home/build/.rustup/toolchains/1.84.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=f9e5d81e269286eb -C extra-filename=-f9e5d81e269286eb --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-acffc14aa68b2828.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1943 | 2025-01-14T15:59:23.060Z | Running `/home/build/.rustup/toolchains/1.84.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=96457aea94c8cb42 -C extra-filename=-96457aea94c8cb42 --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` |
1944 | 2025-01-14T15:59:23.239Z | Running `/home/build/.rustup/toolchains/1.84.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=03f478e3602d31a0 -C extra-filename=-03f478e3602d31a0 --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-b613a1f9372de23d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1945 | 2025-01-14T15:59:23.469Z | Compiling toml v0.7.8 |
1946 | 2025-01-14T15:59:23.472Z | Running `/home/build/.rustup/toolchains/1.84.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=d3a41f93d99fe807 -C extra-filename=-d3a41f93d99fe807 --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-787395c83cd853ea.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0e7c142ad02b8eec.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b888eda6187791bd.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-e0289e0ea9c8e19b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1947 | 2025-01-14T15:59:24.010Z | Compiling nix v0.26.4 |
1948 | 2025-01-14T15:59:24.013Z | Running `/home/build/.rustup/toolchains/1.84.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=dde6f301240953cd -C extra-filename=-dde6f301240953cd --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-233bd15bcef05e28.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1949 | 2025-01-14T15:59:24.505Z | Compiling itertools v0.12.1 |
1950 | 2025-01-14T15:59:24.507Z | Running `/home/build/.rustup/toolchains/1.84.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=f8719e1361becf2c -C extra-filename=-f8719e1361becf2c --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1951 | 2025-01-14T15:59:24.636Z | Compiling fd-lock v4.0.2 |
1952 | 2025-01-14T15:59:24.639Z | Running `/home/build/.rustup/toolchains/1.84.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=42ae6a926d9aafce -C extra-filename=-42ae6a926d9aafce --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-2ae49a296a666b20.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-9d1c91647873e503.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1953 | 2025-01-14T15:59:24.869Z | Compiling csv-core v0.1.11 |
1954 | 2025-01-14T15:59:24.872Z | Running `/home/build/.rustup/toolchains/1.84.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=fb2564756a322dee -C extra-filename=-fb2564756a322dee --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-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1955 | 2025-01-14T15:59:24.925Z | Compiling number_prefix v0.4.0 |
1956 | 2025-01-14T15:59:24.928Z | Running `/home/build/.rustup/toolchains/1.84.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=ac4cb5b20bff998b -C extra-filename=-ac4cb5b20bff998b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1957 | 2025-01-14T15:59:25.036Z | Compiling topological-sort v0.2.2 |
1958 | 2025-01-14T15:59:25.086Z | Running `/home/build/.rustup/toolchains/1.84.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=21bc8884fb088e39 -C extra-filename=-21bc8884fb088e39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1959 | 2025-01-14T15:59:25.151Z | Compiling nu-ansi-term v0.50.0 |
1960 | 2025-01-14T15:59:25.154Z | Running `/home/build/.rustup/toolchains/1.84.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=764caf65eea867da -C extra-filename=-764caf65eea867da --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1961 | 2025-01-14T15:59:25.262Z | Compiling utf8-width v0.1.6 |
1962 | 2025-01-14T15:59:25.304Z | Running `/home/build/.rustup/toolchains/1.84.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=afa543da200634a3 -C extra-filename=-afa543da200634a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1963 | 2025-01-14T15:59:25.403Z | Compiling byte-unit v5.1.4 |
1964 | 2025-01-14T15:59:25.406Z | Running `/home/build/.rustup/toolchains/1.84.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=e294eab2014e21a7 -C extra-filename=-e294eab2014e21a7 --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-03f478e3602d31a0.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-afa543da200634a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1965 | 2025-01-14T15:59:25.446Z | Compiling csv v1.3.0 |
1966 | 2025-01-14T15:59:25.449Z | Running `/home/build/.rustup/toolchains/1.84.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=e529c61e5df2f3e4 -C extra-filename=-e529c61e5df2f3e4 --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-fb2564756a322dee.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1967 | 2025-01-14T15:59:25.466Z | Compiling indicatif v0.17.8 |
1968 | 2025-01-14T15:59:25.504Z | Running `/home/build/.rustup/toolchains/1.84.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=9a48ad5aea5b4a42 -C extra-filename=-9a48ad5aea5b4a42 --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-7a14f58d504e4ab9.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-ac4cb5b20bff998b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-96457aea94c8cb42.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1969 | 2025-01-14T15:59:25.770Z | Compiling nbd v0.3.1 |
1970 | 2025-01-14T15:59:25.772Z | Running `/home/build/.rustup/toolchains/1.84.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=755ebb1ffeb5b707 -C extra-filename=-755ebb1ffeb5b707 --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-44628c75e1414eae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1971 | 2025-01-14T15:59:25.854Z | Compiling human_bytes v0.4.3 |
1972 | 2025-01-14T15:59:25.867Z | Running `/home/build/.rustup/toolchains/1.84.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=e1ef5a15e03a1694 -C extra-filename=-e1ef5a15e03a1694 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1973 | 2025-01-14T15:59:26.753Z | Running `/home/build/.rustup/toolchains/1.84.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=92886fd8f590f792 -C extra-filename=-92886fd8f590f792 --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-692c387d8b05d294.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-7a8ca31a70ef5b75.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-03799ddc69539346.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/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` |
1974 | 2025-01-14T15:59:26.868Z | Compiling reedline v0.36.0 |
1975 | 2025-01-14T15:59:26.871Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=5bbfbf4897b54bcc -C extra-filename=-5bbfbf4897b54bcc --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-0eb700ad0faf45c0.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-d52ae7b772396210.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-42ae6a926d9aafce.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-f8719e1361becf2c.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-764caf65eea867da.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-f9e5d81e269286eb.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-98df082f6235a251.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-a9713c38fbad314d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1976 | 2025-01-14T15:59:27.470Z | Compiling clearscreen v2.0.1 |
1977 | 2025-01-14T15:59:27.472Z | Running `/home/build/.rustup/toolchains/1.84.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=f9207841c3f2bff0 -C extra-filename=-f9207841c3f2bff0 --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-dde6f301240953cd.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-6fb16f425997771b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-966a5ce8a732429b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1978 | 2025-01-14T15:59:28.727Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da/build-script-build` |
1979 | 2025-01-14T15:59:28.754Z | Running `/home/build/.rustup/toolchains/1.84.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=5a9980ecef8250ec -C extra-filename=-5a9980ecef8250ec --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-87f47e2a96b01bd3.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1980 | 2025-01-14T15:59:28.774Z | Running `/home/build/.rustup/toolchains/1.84.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=80a773af84f13c9b -C extra-filename=-80a773af84f13c9b --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-d2cdb670f70b4b06.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1981 | 2025-01-14T15:59:28.774Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5/build-script-build` |
1982 | 2025-01-14T15:59:28.776Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c/build-script-build` |
1983 | 2025-01-14T15:59:30.577Z | Compiling rustls-webpki v0.102.8 |
1984 | 2025-01-14T15:59:30.577Z | Compiling rustls-webpki v0.101.7 |
1985 | 2025-01-14T15:59:30.580Z | Compiling sct v0.7.1 |
1986 | 2025-01-14T15:59:30.580Z | Running `/home/build/.rustup/toolchains/1.84.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=53e4c65e5b59dad6 -C extra-filename=-53e4c65e5b59dad6 --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-5a9980ecef8250ec.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1987 | 2025-01-14T15:59:30.580Z | Running `/home/build/.rustup/toolchains/1.84.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=9428b2c6b1313da8 -C extra-filename=-9428b2c6b1313da8 --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-5a9980ecef8250ec.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1988 | 2025-01-14T15:59:30.598Z | Running `/home/build/.rustup/toolchains/1.84.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=48e9c643b6a57d18 -C extra-filename=-48e9c643b6a57d18 --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-5a9980ecef8250ec.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1989 | 2025-01-14T15:59:30.799Z | Running `/home/build/.rustup/toolchains/1.84.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=0f0d6de4b35593f9 -C extra-filename=-0f0d6de4b35593f9 --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-80a773af84f13c9b.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1990 | 2025-01-14T15:59:31.367Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=f28d36c9cebed45c -C extra-filename=-f28d36c9cebed45c --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-d53a21f98f031de6.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5a9980ecef8250ec.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-9428b2c6b1313da8.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-48e9c643b6a57d18.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1991 | 2025-01-14T15:59:31.656Z | Running `/home/build/.rustup/toolchains/1.84.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=c0c9c50435204266 -C extra-filename=-c0c9c50435204266 --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-e732a754ac484db6.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5a9980ecef8250ec.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-53e4c65e5b59dad6.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1992 | 2025-01-14T15:59:31.778Z | Running `/home/build/.rustup/toolchains/1.84.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=cbcab39140142267 -C extra-filename=-cbcab39140142267 --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-6251a48351283bd4.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-80a773af84f13c9b.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-0f0d6de4b35593f9.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1993 | 2025-01-14T15:59:31.801Z | Running `/home/build/.rustup/toolchains/1.84.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=23bd13df50b18487 -C extra-filename=-23bd13df50b18487 --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-d53a21f98f031de6.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5a9980ecef8250ec.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-53e4c65e5b59dad6.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1994 | 2025-01-14T15:59:32.133Z | Running `/home/build/.rustup/toolchains/1.84.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=6239e206f05bae03 -C extra-filename=-6239e206f05bae03 --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-e95446108fba6bad.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-80a773af84f13c9b.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-0f0d6de4b35593f9.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1995 | 2025-01-14T15:59:34.783Z | Compiling tokio-rustls v0.24.1 |
1996 | 2025-01-14T15:59:34.786Z | Running `/home/build/.rustup/toolchains/1.84.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=ca76d5b812bf014b -C extra-filename=-ca76d5b812bf014b --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-f28d36c9cebed45c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1997 | 2025-01-14T15:59:35.886Z | Compiling tokio-rustls v0.25.0 |
1998 | 2025-01-14T15:59:35.889Z | Running `/home/build/.rustup/toolchains/1.84.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=f87b6764be60d0db -C extra-filename=-f87b6764be60d0db --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-23bd13df50b18487.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
1999 | 2025-01-14T15:59:36.222Z | Running `/home/build/.rustup/toolchains/1.84.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=3463a42cb738e786 -C extra-filename=-3463a42cb738e786 --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-6239e206f05bae03.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2000 | 2025-01-14T15:59:36.355Z | Running `/home/build/.rustup/toolchains/1.84.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4e4a3bf2a1572cb5 -C extra-filename=-4e4a3bf2a1572cb5 --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-293235a15bc222be.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-7f8d2d7de9df0d01.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-c2ceff7b7b5540a5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-fe661b7c0e83de1d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-6478584433491050.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-340ae9f830a551d9.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-906db63057bb4f1f.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-23bd13df50b18487.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-586f89f3a0d60ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b119eab37472e48d.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-1886484ade0b6cbc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5f7e4bc9fd50f073.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-0bf164d8e7587fa0.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-f87b6764be60d0db.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-f97e53a8285f8bd7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2001 | 2025-01-14T15:59:36.623Z | Running `/home/build/.rustup/toolchains/1.84.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9046c6779c667dca -C extra-filename=-9046c6779c667dca --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-8552b258be213a79.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-a8061a502716670a.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-5ed18d74e0a4232e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-7f8d2d7de9df0d01.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-6c5f338fc9ee497f.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-9ba1dfae8490be94.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ea680b9d30b3b7f7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-f507cc19eb5d397b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-cacf57fc5543f972.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-24c84570f74f2f67.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-6239e206f05bae03.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-58468975b6210085.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b7b6c77af975b2b6.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-61ee42150f6a92dd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-7b10f2936c858524.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-e258b43565964b5d.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-7632437c860ce33c.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-fee9eb49ba7e00a7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-3463a42cb738e786.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-fbc92f87b06bbe15.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-16b7b92b212760e1.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-ddd7e08b2aa4659c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2002 | 2025-01-14T15:59:37.186Z | Compiling tokio-rustls v0.26.0 |
2003 | 2025-01-14T15:59:37.190Z | Running `/home/build/.rustup/toolchains/1.84.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=73d6ee9ead242910 -C extra-filename=-73d6ee9ead242910 --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-c0c9c50435204266.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2004 | 2025-01-14T15:59:37.240Z | Running `/home/build/.rustup/toolchains/1.84.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=a937c58214fa2b7c -C extra-filename=-a937c58214fa2b7c --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-cbcab39140142267.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2005 | 2025-01-14T15:59:37.637Z | Compiling hyper-rustls v0.27.3 |
2006 | 2025-01-14T15:59:37.646Z | Running `/home/build/.rustup/toolchains/1.84.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=b19d84bd260c581b -C extra-filename=-b19d84bd260c581b --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-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-6478584433491050.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-c0c9c50435204266.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-73d6ee9ead242910.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2007 | 2025-01-14T15:59:37.693Z | Running `/home/build/.rustup/toolchains/1.84.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=dbfb0a817808b4e8 -C extra-filename=-dbfb0a817808b4e8 --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-d32cfba626706166.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-f507cc19eb5d397b.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-cbcab39140142267.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a937c58214fa2b7c.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-208a3085061b0be0.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out` |
2008 | 2025-01-14T15:59:38.253Z | Compiling reqwest v0.12.9 |
2009 | 2025-01-14T15:59:38.276Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=689bca60340f1a81 -C extra-filename=-689bca60340f1a81 --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-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-dd0768493934a433.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-fe661b7c0e83de1d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-b19d84bd260c581b.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-19ca0c089f35f4b5.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-6478584433491050.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-7a03939b8c0de1d4.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-c0c9c50435204266.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b119eab37472e48d.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-225ebeedc4a85d39.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-65f792a1a3e962a5.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-73d6ee9ead242910.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2010 | 2025-01-14T15:59:38.279Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=5eae4306ab249601 -C extra-filename=-5eae4306ab249601 --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-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-813b1cb45aea5d24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4e92c1adcb20bc57.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ea680b9d30b3b7f7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-dbfb0a817808b4e8.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-78b74ea00649cf8f.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-f507cc19eb5d397b.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-86764da6759ba154.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-81ff4fc2a1c383d3.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-cbcab39140142267.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b7b6c77af975b2b6.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4130c15e46fcd865.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-1f51b54816cee9a6.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a937c58214fa2b7c.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5ee58b1716f32756.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-208a3085061b0be0.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2011 | 2025-01-14T15:59:41.307Z | Compiling progenitor-client v0.8.0 |
2012 | 2025-01-14T15:59:41.307Z | Running `/home/build/.rustup/toolchains/1.84.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=93e1c20ec3c20e34 -C extra-filename=-93e1c20ec3c20e34 --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-65d513cddc52aa94.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b119eab37472e48d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2025-01-14T15:59:41.510Z | Running `/home/build/.rustup/toolchains/1.84.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=d5a9e9673ab5e47d -C extra-filename=-d5a9e9673ab5e47d --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-6b283c8fc4249a27.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-5eae4306ab249601.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b7b6c77af975b2b6.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2014 | 2025-01-14T15:59:41.593Z | Compiling progenitor-client v0.9.1 |
2015 | 2025-01-14T15:59:41.596Z | Running `/home/build/.rustup/toolchains/1.84.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.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())' -C metadata=ffdac72e625535ed -C extra-filename=-ffdac72e625535ed --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-65d513cddc52aa94.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-b119eab37472e48d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2016 | 2025-01-14T15:59:41.724Z | Compiling progenitor v0.8.0 |
2017 | 2025-01-14T15:59:41.727Z | Running `/home/build/.rustup/toolchains/1.84.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=b265a65dc0632a7c -C extra-filename=-b265a65dc0632a7c --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-93e1c20ec3c20e34.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-62c6fd550f1b482d.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-43694d9b60084cc4.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2018 | 2025-01-14T15:59:41.747Z | Compiling omicron-zone-package v0.11.1 |
2019 | 2025-01-14T15:59:41.750Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b45bb57852f935ee -C extra-filename=-b45bb57852f935ee --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-01585d17c7d13fc5.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-92886fd8f590f792.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-be57575a0e05debd.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-dfebd91461a365f2.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-6b5cfd3063a1859e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fc5964b3b23d7b7a.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-b3193beec6a073ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-b944ae59a47dc254.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-d3a41f93d99fe807.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-21bc8884fb088e39.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-fd9149dd0623ab8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/ring-35aa32280a1f367e/out` |
2020 | 2025-01-14T15:59:41.914Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2021 | 2025-01-14T15:59:41.917Z | Running `/home/build/.rustup/toolchains/1.84.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=f829ac607d9b825e -C extra-filename=-f829ac607d9b825e --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-b265a65dc0632a7c.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2022 | 2025-01-14T15:59:41.934Z | Running `/home/build/.rustup/toolchains/1.84.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=89c09621c6f42071 -C extra-filename=-89c09621c6f42071 --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-d5a9e9673ab5e47d.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-371452d03b4b49ce.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-43694d9b60084cc4.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2023 | 2025-01-14T15:59:42.074Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2024 | 2025-01-14T15:59:42.077Z | Running `/home/build/.rustup/toolchains/1.84.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=e5252b7836fad3e3 -C extra-filename=-e5252b7836fad3e3 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-3e7e20a260c7e698.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-b265a65dc0632a7c.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2025 | 2025-01-14T15:59:42.168Z | Running `/home/build/.rustup/toolchains/1.84.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=7f756e5e0dc61dde -C extra-filename=-7f756e5e0dc61dde --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-fdc33298b514b742.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-89c09621c6f42071.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-5eae4306ab249601.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2025-01-14T15:59:43.934Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2027 | 2025-01-14T15:59:43.937Z | Running `/home/build/.rustup/toolchains/1.84.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=3d991bec014af9e5 -C extra-filename=-3d991bec014af9e5 --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-185e749141543923.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-fbc94c9dc704b9dd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-b265a65dc0632a7c.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2028 | 2025-01-14T15:59:44.122Z | Compiling progenitor v0.9.1 |
2029 | 2025-01-14T15:59:44.125Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=71bd2020133cb76f -C extra-filename=-71bd2020133cb76f --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-ffdac72e625535ed.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-01bc757b931bb310.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-aaab15c316e3d5ed.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2025-01-14T15:59:45.823Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2031 | 2025-01-14T15:59:45.826Z | Running `/home/build/.rustup/toolchains/1.84.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=38e9eed18c826040 -C extra-filename=-38e9eed18c826040 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-38e9eed18c826040 -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-198daac913c37f38.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-727d094d2cded984.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-46c415bd7642ef88.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-0fbfe68a3d47b82f.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-b866ef01f72144b2.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-eb7e7b4fc888f60e.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-114f75b4fe535565.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-bd46f240fb034e33.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-2fe1c779acc1ca61.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d32cfba626706166.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-d2cdb670f70b4b06.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-7f031d079a506afd.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-883ec8f9b2421f0c.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-fe493aa34a5516a6.rlib --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-dbfb0a817808b4e8.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-f507cc19eb5d397b.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-9c74d88d4d4b94f0.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-24c84570f74f2f67.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4ca7926b1655df40.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-358c1a4034661ff1.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-5eae4306ab249601.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-6b567f2f26432512.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-75e80be358b2caf6.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5ee58b1716f32756.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-28e7a1c8deab26f0.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7ee5b9460b93852f.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e3b297eb9df43352.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ebfbb7c86d6d5d1b.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-16b7b92b212760e1.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ef503db5bbc3e8c1.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a17e26650f1fc8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2032 | 2025-01-14T15:59:46.185Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-38e9eed18c826040/build-script-build` |
2033 | 2025-01-14T15:59:46.195Z | Running `/home/build/.rustup/toolchains/1.84.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=7aa2edd87e862e36 -C extra-filename=-7aa2edd87e862e36 --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-b613a1f9372de23d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-233bd15bcef05e28.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9c852c7d952cc48b.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-5d0e7c6ba03969c8.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-95ddfdfa5b4d8db6.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-b16d9483cd4e236a.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-adbdf5de9b57e455.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-2f45379508106f01.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-99ca3bf71f9129d9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-87f47e2a96b01bd3.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-5a38dcf097c9602d.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-b19d84bd260c581b.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-6478584433491050.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a825bc72ff8b0ba2.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-906db63057bb4f1f.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-f69f9347a124d733.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a546eb5369f1e785.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-9d1c91647873e503.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-b3193beec6a073ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a1b6ee4406d4f9cc.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b888eda6187791bd.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-e0289e0ea9c8e19b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-ce666eb47be7a472.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b1a948a8a5a63201.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2034 | 2025-01-14T15:59:46.297Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2035 | 2025-01-14T15:59:46.299Z | Running `/home/build/.rustup/toolchains/1.84.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=7ceb33ca8e9eeb0d -C extra-filename=-7ceb33ca8e9eeb0d --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-7aa2edd87e862e36.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-bfaa82f918ad569b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2036 | 2025-01-14T15:59:46.323Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2037 | 2025-01-14T15:59:46.323Z | Running `/home/build/.rustup/toolchains/1.84.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=e51984c3d6d31999 -C extra-filename=-e51984c3d6d31999 --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-185e749141543923.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2038 | 2025-01-14T15:59:46.589Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2039 | 2025-01-14T15:59:46.592Z | Running `/home/build/.rustup/toolchains/1.84.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=8ab57bfbebb22207 -C extra-filename=-8ab57bfbebb22207 --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-7aa2edd87e862e36.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-bfaa82f918ad569b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2040 | 2025-01-14T15:59:46.904Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2041 | 2025-01-14T15:59:46.906Z | Running `/home/build/.rustup/toolchains/1.84.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=2646e3a527b92573 -C extra-filename=-2646e3a527b92573 --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-01585d17c7d13fc5.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-bc6662d3902260b1.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-1b0a161c98659523.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-586fa9a81c074d02.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-bc04ddb7a12ea74a.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-f829ac607d9b825e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5e13f36fd82cb7e8.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-5ab985349fe93abf.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-b265a65dc0632a7c.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-93e1c20ec3c20e34.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-e9c5399adb59688a.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-b3193beec6a073ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-13657a890ea63c41.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-b5674c3952b41b59.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-d29b471a3710a082.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2042 | 2025-01-14T15:59:47.135Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2043 | 2025-01-14T15:59:47.138Z | Running `/home/build/.rustup/toolchains/1.84.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=079e1f6fd001cffc -C extra-filename=-079e1f6fd001cffc --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-01585d17c7d13fc5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-71bd2020133cb76f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2044 | 2025-01-14T15:59:47.493Z | Running `/home/build/.rustup/toolchains/1.84.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=7eba751555eeb87d -C extra-filename=-7eba751555eeb87d --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-fdc33298b514b742.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-bc6662d3902260b1.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-12ea7dbf6a552d22.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-a8061a502716670a.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9046c6779c667dca.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-6c5f338fc9ee497f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-883ec8f9b2421f0c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-989ce6d43618447d.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-8f32344a978bd79b.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-7f756e5e0dc61dde.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-d9d8c4d7c23ac968.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-02dfe04a94ab6c3a.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-e64c0b760a0ad8bc.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-89c09621c6f42071.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-d5a9e9673ab5e47d.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4ca7926b1655df40.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-33fad2b0847e0cae.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-5eae4306ab249601.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bbeaaaacfb7f3ce9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-00bf9b4bec4811e9.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-7b285f2f8acfa23d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-6c05c92ddc506a92.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-73ab10e7780bf2b6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a80ecf452c827f63.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2045 | 2025-01-14T15:59:47.739Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2046 | 2025-01-14T15:59:47.741Z | Running `/home/build/.rustup/toolchains/1.84.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=6b22f0e55bc95485 -C extra-filename=-6b22f0e55bc95485 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-71bd2020133cb76f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2047 | 2025-01-14T15:59:48.323Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2048 | 2025-01-14T15:59:48.326Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2049 | 2025-01-14T15:59:48.326Z | Running `/home/build/.rustup/toolchains/1.84.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=74d7ece3f6961de2 -C extra-filename=-74d7ece3f6961de2 --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-01585d17c7d13fc5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-71bd2020133cb76f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2050 | 2025-01-14T15:59:48.326Z | Running `/home/build/.rustup/toolchains/1.84.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=4d515d467ff4ec22 -C extra-filename=-4d515d467ff4ec22 --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-01585d17c7d13fc5.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-b45bb57852f935ee.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-550929ec7408689a/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-35aa32280a1f367e/out` |
2051 | 2025-01-14T15:59:48.657Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2052 | 2025-01-14T15:59:48.691Z | Running `/home/build/.rustup/toolchains/1.84.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=ad599475987eea13 -C extra-filename=-ad599475987eea13 --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-7aa2edd87e862e36.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2053 | 2025-01-14T15:59:48.811Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2054 | 2025-01-14T15:59:48.815Z | Running `/home/build/.rustup/toolchains/1.84.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=1b6e555f072223d2 -C extra-filename=-1b6e555f072223d2 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-71bd2020133cb76f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2055 | 2025-01-14T15:59:52.639Z | Running `/home/build/.rustup/toolchains/1.84.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=7f5462def8c809bb -C extra-filename=-7f5462def8c809bb --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-8bfdb8b95c93545a.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-a7a2af4f526a39e8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-ff27525982a3efc2/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2056 | 2025-01-14T15:59:52.961Z | Compiling git2 v0.19.0 |
2057 | 2025-01-14T15:59:52.963Z | Running `/home/build/.rustup/toolchains/1.84.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=30cd6e068ae7ebfc -C extra-filename=-30cd6e068ae7ebfc --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-198daac913c37f38.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8bfdb8b95c93545a.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-7f5462def8c809bb.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-ff27525982a3efc2/out/build -L native=/usr/lib/amd64` |
2058 | 2025-01-14T15:59:55.866Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2059 | 2025-01-14T15:59:55.871Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2060 | 2025-01-14T15:59:55.871Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2061 | 2025-01-14T15:59:55.871Z | Running `/home/build/.rustup/toolchains/1.84.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=3bbf58a6c21b1fdf -C extra-filename=-3bbf58a6c21b1fdf --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-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-8a91bf6ba4e8a6c7.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2062 | 2025-01-14T15:59:55.871Z | Running `/home/build/.rustup/toolchains/1.84.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=df5030e2711a68c6 -C extra-filename=-df5030e2711a68c6 --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-01585d17c7d13fc5.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-24a3a9a1ed165188.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-be57575a0e05debd.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-7ceb33ca8e9eeb0d.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-586fa9a81c074d02.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-bc04ddb7a12ea74a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-102b400b2c138afe.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-4d00a0a5e92c2301.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-8657e70c26696cf2.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5e13f36fd82cb7e8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-5282aee2ff9f4a65.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-f72018d03ec018ef.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-27c9d30aa71ecd4d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2063 | 2025-01-14T15:59:55.872Z | Running `/home/build/.rustup/toolchains/1.84.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=83489cbcad93eb55 -C extra-filename=-83489cbcad93eb55 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-e5252b7836fad3e3.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-7a6c4a894f4d3f8f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2064 | 2025-01-14T15:59:55.872Z | Running `/home/build/.rustup/toolchains/1.84.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=6de40469f10f8e06 -C extra-filename=-6de40469f10f8e06 --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-01585d17c7d13fc5.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-944525a4eb1baaa8.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-4f5c95aec77c04ae.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-be57575a0e05debd.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-2379abbfd19dd9eb.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-3e7e20a260c7e698.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2065 | 2025-01-14T15:59:58.644Z | Running `/home/build/.rustup/toolchains/1.84.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=4012010c112db802 -C extra-filename=-4012010c112db802 --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-fdc33298b514b742.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-5c4ecb4306554590.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-30cd6e068ae7ebfc.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-c31959f517e17ef2.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-75e80be358b2caf6.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-ff27525982a3efc2/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)'` |
2066 | 2025-01-14T15:59:58.697Z | Running `/home/build/.rustup/toolchains/1.84.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=20bbf5db8eac245a -C extra-filename=-20bbf5db8eac245a --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-6b283c8fc4249a27.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-ef4d24977ddb28f3.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-33438feb661277f3.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-7eba751555eeb87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-73ab10e7780bf2b6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-4b7894c2248e8208.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2067 | 2025-01-14T15:59:58.871Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2068 | 2025-01-14T15:59:58.875Z | Running `/home/build/.rustup/toolchains/1.84.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=f231724793e7477b -C extra-filename=-f231724793e7477b --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-df5030e2711a68c6.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2069 | 2025-01-14T15:59:59.719Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2070 | 2025-01-14T15:59:59.721Z | Running `/home/build/.rustup/toolchains/1.84.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=3e9ecc6bd0e6805d -C extra-filename=-3e9ecc6bd0e6805d --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-df5030e2711a68c6.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-8ded9826f6b370b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-f231724793e7477b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2071 | 2025-01-14T15:59:59.866Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2072 | 2025-01-14T15:59:59.868Z | Running `/home/build/.rustup/toolchains/1.84.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=2acba080ee664e07 -C extra-filename=-2acba080ee664e07 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-365e0ef4c46866f0.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3bbf58a6c21b1fdf.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2073 | 2025-01-14T16:00:00.075Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2074 | 2025-01-14T16:00:00.078Z | Running `/home/build/.rustup/toolchains/1.84.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=a0670f90e9ab61f5 -C extra-filename=-a0670f90e9ab61f5 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-a0670f90e9ab61f5 -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-4012010c112db802.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-ff27525982a3efc2/out/build -L native=/usr/lib/amd64` |
2075 | 2025-01-14T16:00:01.413Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-a0670f90e9ab61f5/build-script-build` |
2076 | 2025-01-14T16:00:01.472Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2077 | 2025-01-14T16:00:01.476Z | Running `/home/build/.rustup/toolchains/1.84.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=83f200f2d37b2636 -C extra-filename=-83f200f2d37b2636 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3bbf58a6c21b1fdf.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-5d87841e0a1cd110.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-d29b471a3710a082.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2078 | 2025-01-14T16:00:01.689Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2079 | 2025-01-14T16:00:01.693Z | Running `/home/build/.rustup/toolchains/1.84.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=b7213dfaaff63e2a -C extra-filename=-b7213dfaaff63e2a --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-01585d17c7d13fc5.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-bc6662d3902260b1.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-6de40469f10f8e06.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-0213434aa917abc0.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-63f6d0b713b5ebbd.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-2379abbfd19dd9eb.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-e5252b7836fad3e3.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-3d991bec014af9e5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-3aa96f70d333bea5.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-586fa9a81c074d02.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-5915e92f6f277af8.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-3e9ecc6bd0e6805d.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-8ded9826f6b370b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-6e2307f1e996b6e0.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5e13f36fd82cb7e8.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-2acba080ee664e07.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-5ab985349fe93abf.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-b5674c3952b41b59.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-d29b471a3710a082.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-0061b7eaac014d25.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-74a09f8838835d4e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2080 | 2025-01-14T16:00:02.618Z | Running `/home/build/.rustup/toolchains/1.84.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=c892fb4a797b0df8 -C extra-filename=-c892fb4a797b0df8 --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-fdc33298b514b742.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-46c415bd7642ef88.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-20bbf5db8eac245a.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-294d7e44c725cc13.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ac748e94bde70440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-6c05c92ddc506a92.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-fbc92f87b06bbe15.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2081 | 2025-01-14T16:00:04.428Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2082 | 2025-01-14T16:00:04.431Z | Running `/home/build/.rustup/toolchains/1.84.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=1b5914ee3df52bbb -C extra-filename=-1b5914ee3df52bbb --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-c33494d2241faf4b.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-c892fb4a797b0df8.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-20bbf5db8eac245a.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2083 | 2025-01-14T16:00:07.700Z | Running `/home/build/.rustup/toolchains/1.84.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=ce896b98075fbef3 -C extra-filename=-ce896b98075fbef3 --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-01585d17c7d13fc5.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-286b675cbf23d2e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-e4b926b9f77047e5.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-3ac354890ba5012a.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a546a6cc846c1f03.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5f7e4bc9fd50f073.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-70948cce17f30c97.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-1fcea28849779779.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-ca76d5b812bf014b.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-c326e23c320a2fd9.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2084 | 2025-01-14T16:00:08.363Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2085 | 2025-01-14T16:00:08.366Z | Running `/home/build/.rustup/toolchains/1.84.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=9aabcbc7513681d4 -C extra-filename=-9aabcbc7513681d4 --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-0fbe3210988c9611.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-83f200f2d37b2636.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-1b5914ee3df52bbb.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3bbf58a6c21b1fdf.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-5d87841e0a1cd110.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-1057db95c044d9e1.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2086 | 2025-01-14T16:00:08.911Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2087 | 2025-01-14T16:00:08.911Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2088 | 2025-01-14T16:00:08.914Z | Running `/home/build/.rustup/toolchains/1.84.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=83f28473c4119def -C extra-filename=-83f28473c4119def --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-01585d17c7d13fc5.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-9749da9bf0c32f97.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-7a51373429fad6fa.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-98df082f6235a251.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2089 | 2025-01-14T16:00:08.914Z | Running `/home/build/.rustup/toolchains/1.84.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=9c41a6605f98530f -C extra-filename=-9c41a6605f98530f --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-01585d17c7d13fc5.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-71bd2020133cb76f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2090 | 2025-01-14T16:00:09.470Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2091 | 2025-01-14T16:00:09.473Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2092 | 2025-01-14T16:00:09.473Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2093 | 2025-01-14T16:00:09.473Z | Running `/home/build/.rustup/toolchains/1.84.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=4ff73ebd45907326 -C extra-filename=-4ff73ebd45907326 --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-01585d17c7d13fc5.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-8ab57bfbebb22207.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-bb80a2bc2a1e8615.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2094 | 2025-01-14T16:00:09.474Z | Running `/home/build/.rustup/toolchains/1.84.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=45c5f37c7b0f4774 -C extra-filename=-45c5f37c7b0f4774 --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-01585d17c7d13fc5.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-e294eab2014e21a7.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-e51984c3d6d31999.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-e529c61e5df2f3e4.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-079e1f6fd001cffc.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a546eb5369f1e785.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-5a75c0137d3a1e20.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2095 | 2025-01-14T16:00:09.475Z | Running `/home/build/.rustup/toolchains/1.84.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=dd5ae4cd02231952 -C extra-filename=-dd5ae4cd02231952 --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-01585d17c7d13fc5.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-6b22f0e55bc95485.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-45e2ec65efc02bf3.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5f7e4bc9fd50f073.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2096 | 2025-01-14T16:00:14.475Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2097 | 2025-01-14T16:00:14.478Z | Running `/home/build/.rustup/toolchains/1.84.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=edd496e85a573c61 -C extra-filename=-edd496e85a573c61 --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-0eb700ad0faf45c0.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-3e9ecc6bd0e6805d.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-b7213dfaaff63e2a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-8ded9826f6b370b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5e13f36fd82cb7e8.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-b265a65dc0632a7c.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-e9c5399adb59688a.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2098 | 2025-01-14T16:00:22.521Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2099 | 2025-01-14T16:00:22.524Z | Running `/home/build/.rustup/toolchains/1.84.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=bb987e14c125e857 -C extra-filename=-bb987e14c125e857 --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-0eb700ad0faf45c0.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-83489cbcad93eb55.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-edd496e85a573c61.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-9aabcbc7513681d4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-70948cce17f30c97.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-ed4fc2b2646525a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64` |
2100 | 2025-01-14T16:00:24.066Z | Running `/home/build/.rustup/toolchains/1.84.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="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=edf68f0393beec54 -C extra-filename=-edf68f0393beec54 --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-88f9713f8a14b4e8.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-01585d17c7d13fc5.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-0a854f0207975e66.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6c2c8bdd9f9203d2.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-9749da9bf0c32f97.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-e51984c3d6d31999.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-83489cbcad93eb55.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-edd496e85a573c61.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0a1f935812cc1ee1.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-9aabcbc7513681d4.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-bb987e14c125e857.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a546eb5369f1e785.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-70948cce17f30c97.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-ca76d5b812bf014b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2101 | 2025-01-14T16:00:24.067Z | Running `/home/build/.rustup/toolchains/1.84.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=6637a987218d7637 -C extra-filename=-6637a987218d7637 --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-01585d17c7d13fc5.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-9749da9bf0c32f97.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-bb80a2bc2a1e8615.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-41ce5349b9f5e040.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-e4b926b9f77047e5.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-8a7e2d54535e679d.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-f7487df3f2f636c8.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-9aabcbc7513681d4.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-bb987e14c125e857.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-9c41a6605f98530f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-3ac354890ba5012a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-b650546f575e4be1.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-70948cce17f30c97.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-5a75c0137d3a1e20.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-ca76d5b812bf014b.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-fe294bb01ad82def.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-44b080b1a200dd2d.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2102 | 2025-01-14T16:00:33.073Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2103 | 2025-01-14T16:00:33.076Z | Running `/home/build/.rustup/toolchains/1.84.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=4e6000a712e7d0d1 -C extra-filename=-4e6000a712e7d0d1 --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-01585d17c7d13fc5.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-8ab57bfbebb22207.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-bb80a2bc2a1e8615.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-b650546f575e4be1.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2104 | 2025-01-14T16:00:35.292Z | Running `/home/build/.rustup/toolchains/1.84.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=097325876c5560f4 -C extra-filename=-097325876c5560f4 --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-01585d17c7d13fc5.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-9749da9bf0c32f97.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-6637a987218d7637.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-bb80a2bc2a1e8615.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-41ce5349b9f5e040.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ad8fcba8752a024f.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-e4b926b9f77047e5.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-8a7e2d54535e679d.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-f7487df3f2f636c8.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-9aabcbc7513681d4.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-bb987e14c125e857.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-9c41a6605f98530f.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-3ac354890ba5012a.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-b650546f575e4be1.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-70948cce17f30c97.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-6c6f11e8c99d36c0.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-5a75c0137d3a1e20.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-ca76d5b812bf014b.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-fe294bb01ad82def.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-44b080b1a200dd2d.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-2f6140589e20149c.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2105 | 2025-01-14T16:00:41.036Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2106 | 2025-01-14T16:00:41.041Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2107 | 2025-01-14T16:00:41.041Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2108 | 2025-01-14T16:00:41.041Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2109 | 2025-01-14T16:00:41.041Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2110 | 2025-01-14T16:00:41.041Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2111 | 2025-01-14T16:00:41.041Z | Running `/home/build/.rustup/toolchains/1.84.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=d7cfdef6ca80fe48 -C extra-filename=-d7cfdef6ca80fe48 --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-01585d17c7d13fc5.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-45e2ec65efc02bf3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2112 | 2025-01-14T16:00:41.041Z | Running `/home/build/.rustup/toolchains/1.84.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=e42606c56751760f -C extra-filename=-e42606c56751760f --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-d8941c4fc6951b66.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-f9207841c3f2bff0.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-74d7ece3f6961de2.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-4a23fbadd39257ff.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-98df082f6235a251.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2113 | 2025-01-14T16:00:41.042Z | Running `/home/build/.rustup/toolchains/1.84.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=fb458ac881688bfb -C extra-filename=-fb458ac881688bfb --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-01585d17c7d13fc5.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-4e6000a712e7d0d1.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-8ab57bfbebb22207.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-4e4a3bf2a1572cb5.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-ee0eff8e145a3371.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-bb80a2bc2a1e8615.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7348eedd70e3b01d.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-689bca60340f1a81.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-b650546f575e4be1.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2114 | 2025-01-14T16:00:41.043Z | Running `/home/build/.rustup/toolchains/1.84.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=f43beb015dcebfaa -C extra-filename=-f43beb015dcebfaa --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-01585d17c7d13fc5.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-9749da9bf0c32f97.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-d52ae7b772396210.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-e51984c3d6d31999.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-079e1f6fd001cffc.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-e1ef5a15e03a1694.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-9a48ad5aea5b4a42.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-2646e3a527b92573.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-9aabcbc7513681d4.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-bb987e14c125e857.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a546eb5369f1e785.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-5bbfbf4897b54bcc.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-9c41a6605f98530f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-ecac64a205553e28.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-41fce65e812ce908.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-45e2ec65efc02bf3.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-5a75c0137d3a1e20.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2115 | 2025-01-14T16:00:41.043Z | Running `/home/build/.rustup/toolchains/1.84.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=1e7626c79819a70c -C extra-filename=-1e7626c79819a70c --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-01585d17c7d13fc5.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-83f28473c4119def.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-d72a83c99b44cccb.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-755ebb1ffeb5b707.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba0b57cd05a40fd.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-78af708dde549488.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2116 | 2025-01-14T16:00:41.055Z | Running `/home/build/.rustup/toolchains/1.84.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=64223a627aca177f -C extra-filename=-64223a627aca177f --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-01585d17c7d13fc5.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-8a7e2d54535e679d.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-f7487df3f2f636c8.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-fe294bb01ad82def.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-44b080b1a200dd2d.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2117 | 2025-01-14T16:00:41.058Z | Running `/home/build/.rustup/toolchains/1.84.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=d2075f4a22e7dfcc -C extra-filename=-d2075f4a22e7dfcc --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-01585d17c7d13fc5.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d8941c4fc6951b66.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-edf68f0393beec54.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-ce896b98075fbef3.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-7aa2edd87e862e36.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-976088b582b4d81d.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-5a75c0137d3a1e20.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f90067deaea2532b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-b8fd3330cb756ce9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-a14d0a5f2313907a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2118 | 2025-01-14T16:01:21.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 21s |
2119 | 2025-01-14T16:01:21.860Z | |
2120 | 2025-01-14T16:01:21.863Z | real 4:21.514008138 |
2121 | 2025-01-14T16:01:21.863Z | user 24:40.284530432 |
2122 | 2025-01-14T16:01:21.863Z | sys 3:33.138645969 |
2123 | 2025-01-14T16:01:21.863Z | trap 0.926051968 |
2124 | 2025-01-14T16:01:21.863Z | tflt 1.588109180 |
2125 | 2025-01-14T16:01:21.863Z | dflt 0.727849924 |
2126 | 2025-01-14T16:01:21.863Z | kflt 0.010956840 |
2127 | 2025-01-14T16:01:21.863Z | lock 37:45.866105809 |
2128 | 2025-01-14T16:01:21.863Z | slp 1:53:32.246175665 |
2129 | 2025-01-14T16:01:21.863Z | lat 1:35.029317958 |
2130 | 2025-01-14T16:01:21.863Z | stop 4:29.601166625 |
2131 | 2025-01-14T16:01:21.863Z | + banner output |
2132 | 2025-01-14T16:01:21.863Z | |
2133 | 2025-01-14T16:01:21.863Z | #### # # ##### ##### # # ##### |
2134 | 2025-01-14T16:01:21.863Z | # # # # # # # # # # |
2135 | 2025-01-14T16:01:21.863Z | # # # # # # # # # # |
2136 | 2025-01-14T16:01:21.863Z | # # # # # ##### # # # |
2137 | 2025-01-14T16:01:21.863Z | # # # # # # # # # |
2138 | 2025-01-14T16:01:21.863Z | #### #### # # #### # |
2139 | 2025-01-14T16:01:21.863Z | |
2140 | 2025-01-14T16:01:21.863Z | + mkdir -p /work/bins |
2141 | 2025-01-14T16:01:21.866Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2142 | 2025-01-14T16:01:21.866Z | + gzip |
2143 | 2025-01-14T16:01:34.838Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2144 | 2025-01-14T16:01:34.838Z | + gzip |
2145 | 2025-01-14T16:01:47.222Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2146 | 2025-01-14T16:01:47.222Z | + gzip |
2147 | 2025-01-14T16:02:00.628Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2148 | 2025-01-14T16:02:00.628Z | + gzip |
2149 | 2025-01-14T16:02:08.553Z | + mkdir -p /work/scripts |
2150 | 2025-01-14T16:02:08.556Z | + 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 |
2151 | 2025-01-14T16:02:08.556Z | + cp tools/test_live_repair.sh /work/scripts/ |
2152 | 2025-01-14T16:02:08.559Z | + 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 |
2153 | 2025-01-14T16:02:08.559Z | + cp tools/test_repair.sh /work/scripts/ |
2154 | 2025-01-14T16:02:08.561Z | + 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 |
2155 | 2025-01-14T16:02:08.561Z | + cp tools/test_up.sh /work/scripts/ |
2156 | 2025-01-14T16:02:08.564Z | + 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 |
2157 | 2025-01-14T16:02:08.564Z | + cp tools/test_ds.sh /work/scripts/ |
2158 | 2025-01-14T16:02:08.567Z | + 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 |
2159 | 2025-01-14T16:02:08.567Z | + cp tools/test_replay.sh /work/scripts/ |
2160 | 2025-01-14T16:02:08.567Z | + 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 |
2161 | 2025-01-14T16:02:08.567Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2162 | 2025-01-14T16:02:08.570Z | + 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 |
2163 | 2025-01-14T16:02:08.570Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2164 | 2025-01-14T16:02:08.572Z | + echo in_work_scripts |
2165 | 2025-01-14T16:02:08.572Z | in_work_scripts |
2166 | 2025-01-14T16:02:08.572Z | + ls -l /work/scripts |
2167 | 2025-01-14T16:02:08.575Z | total 7 |
2168 | 2025-01-14T16:02:08.575Z | -rw-r--r-- 1 build build 3056 Jan 14 16:02 perf-downstairs-tick.d |
2169 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 2127 Jan 14 16:02 test_ds.sh |
2170 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 4272 Jan 14 16:02 test_live_repair.sh |
2171 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 6724 Jan 14 16:02 test_repair.sh |
2172 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 3494 Jan 14 16:02 test_replay.sh |
2173 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 13887 Jan 14 16:02 test_up.sh |
2174 | 2025-01-14T16:02:08.575Z | -rwxr-xr-x 1 build build 2315 Jan 14 16:02 upstairs_info.d |
2175 | 2025-01-14T16:02:08.575Z | + echo in_work_bins |
2176 | 2025-01-14T16:02:08.575Z | in_work_bins |
2177 | 2025-01-14T16:02:08.575Z | + ls -l /work/bins |
2178 | 2025-01-14T16:02:08.578Z | total 747795 |
2179 | 2025-01-14T16:02:08.578Z | -rw-r--r-- 1 build build 109552556 Jan 14 16:01 crucible-downstairs.gz |
2180 | 2025-01-14T16:02:08.578Z | -rw-r--r-- 1 build build 104099333 Jan 14 16:01 crucible-hammer.gz |
2181 | 2025-01-14T16:02:08.578Z | -rw-r--r-- 1 build build 113138174 Jan 14 16:01 crutest.gz |
2182 | 2025-01-14T16:02:08.578Z | -rw-r--r-- 1 build build 66369056 Jan 14 16:02 dsc.gz |
2183 | 2025-01-14T16:02:08.578Z | + banner test |
2184 | 2025-01-14T16:02:08.580Z | |
2185 | 2025-01-14T16:02:08.580Z | ##### ###### #### ##### |
2186 | 2025-01-14T16:02:08.580Z | # # # # |
2187 | 2025-01-14T16:02:08.580Z | # ##### #### # |
2188 | 2025-01-14T16:02:08.580Z | # # # # |
2189 | 2025-01-14T16:02:08.580Z | # # # # # |
2190 | 2025-01-14T16:02:08.580Z | # ###### #### # |
2191 | 2025-01-14T16:02:08.580Z | |
2192 | 2025-01-14T16:02:08.581Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2193 | 2025-01-14T16:08:53.036Z | process exited: duration 712807 ms, exit code 0 |
|
2194 | 2025-01-14T16:08:53.050Z | found 12 output files |
2195 | 2025-01-14T16:08:53.050Z | uploading: /work/bins/crucible-downstairs.gz (109552556 bytes) |
2196 | 2025-01-14T16:08:55.636Z | uploaded: /work/bins/crucible-downstairs.gz |
2197 | 2025-01-14T16:08:55.636Z | uploading: /work/bins/crucible-hammer.gz (104099333 bytes) |
2198 | 2025-01-14T16:08:58.287Z | uploaded: /work/bins/crucible-hammer.gz |
2199 | 2025-01-14T16:08:58.288Z | uploading: /work/bins/crutest.gz (113138174 bytes) |
2200 | 2025-01-14T16:09:01.275Z | uploaded: /work/bins/crutest.gz |
2201 | 2025-01-14T16:09:01.280Z | uploading: /work/bins/dsc.gz (66369056 bytes) |
2202 | 2025-01-14T16:09:03.348Z | uploaded: /work/bins/dsc.gz |
2203 | 2025-01-14T16:09:03.348Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2204 | 2025-01-14T16:09:04.356Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2205 | 2025-01-14T16:09:04.359Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2206 | 2025-01-14T16:09:05.366Z | uploaded: /work/scripts/test_ds.sh |
2207 | 2025-01-14T16:09:05.366Z | uploading: /work/scripts/test_live_repair.sh (4272 bytes) |
2208 | 2025-01-14T16:09:06.374Z | uploaded: /work/scripts/test_live_repair.sh |
2209 | 2025-01-14T16:09:06.377Z | uploading: /work/scripts/test_repair.sh (6724 bytes) |
2210 | 2025-01-14T16:09:07.384Z | uploaded: /work/scripts/test_repair.sh |
2211 | 2025-01-14T16:09:07.388Z | uploading: /work/scripts/test_replay.sh (3494 bytes) |
2212 | 2025-01-14T16:09:08.403Z | uploaded: /work/scripts/test_replay.sh |
2213 | 2025-01-14T16:09:08.412Z | uploading: /work/scripts/test_up.sh (13887 bytes) |
2214 | 2025-01-14T16:09:09.419Z | uploaded: /work/scripts/test_up.sh |
2215 | 2025-01-14T16:09:09.421Z | uploading: /work/scripts/upstairs_info.d (2315 bytes) |
2216 | 2025-01-14T16:09:10.428Z | uploaded: /work/scripts/upstairs_info.d |
2217 | 2025-01-14T16:09:10.431Z | uploading: /tmp/cargo-test-out.log (70252896 bytes) |
2218 | 2025-01-14T16:09:12.493Z | uploaded: /tmp/cargo-test-out.log |