|
|
|
1 | 2024-10-01T04:06:28.759Z | job assigned to worker 01J9342NFJ1FTPJ8MVAEJMA3W5 (queued for 51 s) |
|
2 | 2024-10-01T04:06:35.676Z | starting task 0: "setup" |
3 | 2024-10-01T04:06:35.685Z | ++ uname -s |
4 | 2024-10-01T04:06:35.688Z | + kern=SunOS |
5 | 2024-10-01T04:06:35.688Z | + case "$kern" in |
6 | 2024-10-01T04:06:35.688Z | + groupadd -g 12345 build |
7 | 2024-10-01T04:06:35.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-01T04:06:37.700Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-01T04:06:37.787Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-01T04:06:37.790Z | + home_fs=zfs |
11 | 2024-10-01T04:06:37.790Z | + [[ zfs == autofs ]] |
12 | 2024-10-01T04:06:37.790Z | + mkdir -p /home/build |
13 | 2024-10-01T04:06:37.792Z | + chown build:build /home/build /work |
14 | 2024-10-01T04:06:39.794Z | + chmod 0700 /home/build /work |
15 | 2024-10-01T04:06:39.796Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-10-01T04:06:39.801Z | starting task 1: "rust-toolchain" |
17 | 2024-10-01T04:06:39.807Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-01T04:06:39.807Z | ' 1.70.0 |
19 | 2024-10-01T04:06:39.810Z | * toolchain channel = "1.70.0" |
20 | 2024-10-01T04:06:39.810Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-01T04:06:39.810Z | ' default |
22 | 2024-10-01T04:06:39.810Z | * toolchain profile = "default" |
23 | 2024-10-01T04:06:39.810Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-01T04:06:39.810Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
25 | 2024-10-01T04:06:39.925Z | info: downloading installer |
26 | 2024-10-01T04:06:41.252Z | info: profile set to 'default' |
27 | 2024-10-01T04:06:41.252Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-01T04:06:41.255Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
29 | 2024-10-01T04:06:41.402Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
30 | 2024-10-01T04:06:41.402Z | info: downloading component 'cargo' |
31 | 2024-10-01T04:06:42.099Z | info: downloading component 'clippy' |
32 | 2024-10-01T04:06:42.362Z | info: downloading component 'rust-docs' |
33 | 2024-10-01T04:06:43.336Z | info: downloading component 'rust-std' |
34 | 2024-10-01T04:06:45.241Z | info: downloading component 'rustc' |
35 | 2024-10-01T04:06:49.448Z | info: downloading component 'rustfmt' |
36 | 2024-10-01T04:06:49.680Z | info: installing component 'cargo' |
37 | 2024-10-01T04:06:50.451Z | info: installing component 'clippy' |
38 | 2024-10-01T04:06:50.815Z | info: installing component 'rust-docs' |
39 | 2024-10-01T04:06:52.235Z | info: installing component 'rust-std' |
40 | 2024-10-01T04:06:54.255Z | info: installing component 'rustc' |
41 | 2024-10-01T04:06:58.279Z | info: installing component 'rustfmt' |
42 | 2024-10-01T04:06:58.622Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
43 | 2024-10-01T04:06:58.622Z | |
44 | 2024-10-01T04:06:58.929Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
45 | 2024-10-01T04:06:58.929Z | |
46 | 2024-10-01T04:06:58.931Z | |
47 | 2024-10-01T04:06:58.931Z | Rust is installed now. Great! |
48 | 2024-10-01T04:06:58.931Z | |
49 | 2024-10-01T04:06:58.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-01T04:06:58.931Z | environment variable. This has not been done automatically. |
51 | 2024-10-01T04:06:58.931Z | |
52 | 2024-10-01T04:06:58.931Z | To configure your current shell, you need to source |
53 | 2024-10-01T04:06:58.931Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-01T04:06:58.931Z | |
55 | 2024-10-01T04:06:58.931Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-01T04:06:58.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-01T04:06:58.932Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-01T04:06:58.988Z | + rustc --version |
59 | 2024-10-01T04:06:59.051Z | rustc 1.70.0 (90c541806 2023-05-31) |
60 | 2024-10-01T04:06:59.054Z | process exited: duration 19252 ms, exit code 0 |
|
61 | 2024-10-01T04:06:59.059Z | starting task 2: "authentication" |
62 | 2024-10-01T04:06:59.079Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-01T04:06:59.084Z | starting task 3: "clone repository" |
64 | 2024-10-01T04:06:59.088Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2024-10-01T04:06:59.091Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2024-10-01T04:06:59.125Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2024-10-01T04:07:01.050Z | + cd /work/oxidecomputer/crucible |
68 | 2024-10-01T04:07:01.050Z | + git fetch origin 97aef52fb839a905f7e827a8798de5ebbbb4b69c |
69 | 2024-10-01T04:07:01.292Z | From https://github.com/oxidecomputer/crucible |
70 | 2024-10-01T04:07:01.292Z | * branch 97aef52fb839a905f7e827a8798de5ebbbb4b69c -> FETCH_HEAD |
71 | 2024-10-01T04:07:01.299Z | + [[ -n '' ]] |
72 | 2024-10-01T04:07:01.299Z | + git reset --hard 97aef52fb839a905f7e827a8798de5ebbbb4b69c |
73 | 2024-10-01T04:07:01.327Z | HEAD is now at 97aef52 Update Rust crate rustls-pemfile to v2 |
74 | 2024-10-01T04:07:01.329Z | process exited: duration 2244 ms, exit code 0 |
|
75 | 2024-10-01T04:07:01.335Z | starting task 4: "build" |
76 | 2024-10-01T04:07:01.340Z | + cargo --version |
77 | 2024-10-01T04:07:01.345Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
78 | 2024-10-01T04:07:01.481Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
79 | 2024-10-01T04:07:01.482Z | info: downloading component 'cargo' |
80 | 2024-10-01T04:07:02.424Z | info: downloading component 'clippy' |
81 | 2024-10-01T04:07:02.894Z | info: downloading component 'rust-docs' |
82 | 2024-10-01T04:07:03.830Z | info: downloading component 'rust-std' |
83 | 2024-10-01T04:07:05.620Z | info: downloading component 'rustc' |
84 | 2024-10-01T04:07:11.200Z | info: downloading component 'rustfmt' |
85 | 2024-10-01T04:07:11.646Z | info: installing component 'cargo' |
86 | 2024-10-01T04:07:12.470Z | info: installing component 'clippy' |
87 | 2024-10-01T04:07:12.912Z | info: installing component 'rust-docs' |
88 | 2024-10-01T04:07:14.523Z | info: installing component 'rust-std' |
89 | 2024-10-01T04:07:16.161Z | info: installing component 'rustc' |
90 | 2024-10-01T04:07:20.285Z | info: installing component 'rustfmt' |
91 | 2024-10-01T04:07:20.683Z | cargo 1.80.0 (376290515 2024-07-16) |
92 | 2024-10-01T04:07:20.686Z | + rustc --version |
93 | 2024-10-01T04:07:20.749Z | rustc 1.80.0 (051478957 2024-07-21) |
94 | 2024-10-01T04:07:20.753Z | + banner cores |
95 | 2024-10-01T04:07:20.756Z | |
96 | 2024-10-01T04:07:20.756Z | #### #### ##### ###### #### |
97 | 2024-10-01T04:07:20.757Z | # # # # # # # # |
98 | 2024-10-01T04:07:20.757Z | # # # # # ##### #### |
99 | 2024-10-01T04:07:20.757Z | # # # ##### # # |
100 | 2024-10-01T04:07:20.757Z | # # # # # # # # # |
101 | 2024-10-01T04:07:20.757Z | #### #### # # ###### #### |
102 | 2024-10-01T04:07:20.757Z | |
103 | 2024-10-01T04:07:20.759Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
104 | 2024-10-01T04:07:20.768Z | + banner build |
105 | 2024-10-01T04:07:20.771Z | |
106 | 2024-10-01T04:07:20.771Z | ##### # # # # ##### |
107 | 2024-10-01T04:07:20.771Z | # # # # # # # # |
108 | 2024-10-01T04:07:20.771Z | ##### # # # # # # |
109 | 2024-10-01T04:07:20.771Z | # # # # # # # # |
110 | 2024-10-01T04:07:20.771Z | # # # # # # # # |
111 | 2024-10-01T04:07:20.771Z | ##### #### # ###### ##### |
112 | 2024-10-01T04:07:20.771Z | |
113 | 2024-10-01T04:07:20.771Z | + ptime -m cargo build --verbose --all-features |
114 | 2024-10-01T04:07:20.943Z | Updating crates.io index |
115 | 2024-10-01T04:07:20.945Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
116 | 2024-10-01T04:07:28.752Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
117 | 2024-10-01T04:07:29.000Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
118 | 2024-10-01T04:07:29.980Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
119 | 2024-10-01T04:07:30.237Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
120 | 2024-10-01T04:07:30.510Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
121 | 2024-10-01T04:07:30.841Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
122 | 2024-10-01T04:07:31.598Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
123 | 2024-10-01T04:07:33.896Z | Updating git repository `https://github.com/oxidecomputer/opte` |
124 | 2024-10-01T04:07:34.775Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
125 | 2024-10-01T04:07:35.311Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-10-01T04:07:35.667Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-10-01T04:07:36.001Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
128 | 2024-10-01T04:07:36.348Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
129 | 2024-10-01T04:07:36.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
130 | 2024-10-01T04:07:38.212Z | Locking 2 packages to latest compatible versions |
131 | 2024-10-01T04:07:38.245Z | Updating rustls-pemfile v2.1.3 -> v2.2.0 |
132 | 2024-10-01T04:07:38.245Z | Updating rustls-pki-types v1.8.0 -> v1.9.0 |
133 | 2024-10-01T04:07:38.293Z | Downloading crates ... |
134 | 2024-10-01T04:07:38.404Z | Downloaded autocfg v0.1.8 |
135 | 2024-10-01T04:07:38.420Z | Downloaded async-stream v0.3.5 |
136 | 2024-10-01T04:07:38.430Z | Downloaded arrayref v0.3.7 |
137 | 2024-10-01T04:07:38.430Z | Downloaded bincode v1.3.3 |
138 | 2024-10-01T04:07:38.430Z | Downloaded anstyle-parse v0.2.2 |
139 | 2024-10-01T04:07:38.434Z | Downloaded aes-gcm-siv v0.11.1 |
140 | 2024-10-01T04:07:38.434Z | Downloaded adler v1.0.2 |
141 | 2024-10-01T04:07:38.437Z | Downloaded openssl-probe v0.1.5 |
142 | 2024-10-01T04:07:38.440Z | Downloaded pretty-hex v0.2.1 |
143 | 2024-10-01T04:07:38.442Z | Downloaded atomicwrites v0.4.4 |
144 | 2024-10-01T04:07:38.445Z | Downloaded openssl-macros v0.1.1 |
145 | 2024-10-01T04:07:38.445Z | Downloaded num-conv v0.1.0 |
146 | 2024-10-01T04:07:38.447Z | Downloaded proc-macro-error-attr v1.0.4 |
147 | 2024-10-01T04:07:38.450Z | Downloaded macaddr v1.0.1 |
148 | 2024-10-01T04:07:38.453Z | Downloaded cfg_aliases v0.1.1 |
149 | 2024-10-01T04:07:38.456Z | Downloaded crossbeam-deque v0.8.3 |
150 | 2024-10-01T04:07:38.456Z | Downloaded bytecheck_derive v0.6.11 |
151 | 2024-10-01T04:07:38.459Z | Downloaded ptr_meta v0.1.4 |
152 | 2024-10-01T04:07:38.459Z | Downloaded pretty-hex v0.4.1 |
153 | 2024-10-01T04:07:38.463Z | Downloaded dyn-clone v1.0.16 |
154 | 2024-10-01T04:07:38.463Z | Downloaded num v0.4.3 |
155 | 2024-10-01T04:07:38.466Z | Downloaded newtype-uuid v1.1.0 |
156 | 2024-10-01T04:07:38.466Z | Downloaded managed v0.8.0 |
157 | 2024-10-01T04:07:38.466Z | Downloaded powerfmt v0.2.0 |
158 | 2024-10-01T04:07:38.469Z | Downloaded either v1.13.0 |
159 | 2024-10-01T04:07:38.469Z | Downloaded memmap2 v0.9.4 |
160 | 2024-10-01T04:07:38.472Z | Downloaded anstyle-query v1.0.0 |
161 | 2024-10-01T04:07:38.472Z | Downloaded phf_codegen v0.11.2 |
162 | 2024-10-01T04:07:38.475Z | Downloaded dirs-sys v0.3.7 |
163 | 2024-10-01T04:07:38.475Z | Downloaded mio v1.0.2 |
164 | 2024-10-01T04:07:38.479Z | Downloaded mime_guess v2.0.5 |
165 | 2024-10-01T04:07:38.483Z | Downloaded phf v0.11.2 |
166 | 2024-10-01T04:07:38.485Z | Downloaded num_enum_derive v0.5.11 |
167 | 2024-10-01T04:07:38.485Z | Downloaded data-encoding v2.5.0 |
168 | 2024-10-01T04:07:38.485Z | Downloaded progenitor v0.8.0 |
169 | 2024-10-01T04:07:38.489Z | Downloaded polyval v0.6.1 |
170 | 2024-10-01T04:07:38.489Z | Downloaded nu-ansi-term v0.46.0 |
171 | 2024-10-01T04:07:38.492Z | Downloaded crc32fast v1.3.2 |
172 | 2024-10-01T04:07:38.494Z | Downloaded pest_derive v2.7.6 |
173 | 2024-10-01T04:07:38.497Z | Downloaded statistical v1.0.0 |
174 | 2024-10-01T04:07:38.497Z | Downloaded owo-colors v4.1.0 |
175 | 2024-10-01T04:07:38.500Z | Downloaded dof v0.3.0 |
176 | 2024-10-01T04:07:38.501Z | Downloaded proc-macro-error v1.0.4 |
177 | 2024-10-01T04:07:38.504Z | Downloaded pkg-config v0.3.27 |
178 | 2024-10-01T04:07:38.507Z | Downloaded colored v2.1.0 |
179 | 2024-10-01T04:07:38.510Z | Downloaded postcard v1.0.10 |
180 | 2024-10-01T04:07:38.513Z | Downloaded pin-project-lite v0.2.13 |
181 | 2024-10-01T04:07:38.515Z | Downloaded camino v1.1.9 |
182 | 2024-10-01T04:07:38.518Z | Downloaded progenitor-impl v0.8.0 |
183 | 2024-10-01T04:07:38.521Z | Downloaded derive_more v0.99.18 |
184 | 2024-10-01T04:07:38.525Z | Downloaded parking_lot_core v0.9.9 |
185 | 2024-10-01T04:07:38.529Z | Downloaded autocfg v1.1.0 |
186 | 2024-10-01T04:07:38.532Z | Downloaded foreign-types v0.3.2 |
187 | 2024-10-01T04:07:38.532Z | Downloaded structmeta-derive v0.3.0 |
188 | 2024-10-01T04:07:38.532Z | Downloaded ahash v0.8.6 |
189 | 2024-10-01T04:07:38.535Z | Downloaded opaque-debug v0.3.0 |
190 | 2024-10-01T04:07:38.538Z | Downloaded progenitor-macro v0.8.0 |
191 | 2024-10-01T04:07:38.539Z | Downloaded ordered-float v2.10.1 |
192 | 2024-10-01T04:07:38.539Z | Downloaded derive-where v1.2.7 |
193 | 2024-10-01T04:07:38.542Z | Downloaded darling_core v0.20.3 |
194 | 2024-10-01T04:07:38.547Z | Downloaded urlencoding v2.1.3 |
195 | 2024-10-01T04:07:38.550Z | Downloaded version_check v0.9.5 |
196 | 2024-10-01T04:07:38.550Z | Downloaded enum-as-inner v0.6.0 |
197 | 2024-10-01T04:07:38.553Z | Downloaded memchr v2.7.4 |
198 | 2024-10-01T04:07:38.557Z | Downloaded arrayvec v0.7.4 |
199 | 2024-10-01T04:07:38.560Z | Downloaded tower-service v0.3.2 |
200 | 2024-10-01T04:07:38.563Z | Downloaded dtrace-parser v0.2.0 |
201 | 2024-10-01T04:07:38.563Z | Downloaded cstr-argument v0.1.2 |
202 | 2024-10-01T04:07:38.563Z | Downloaded lazy_static v1.5.0 |
203 | 2024-10-01T04:07:38.565Z | Downloaded heck v0.4.1 |
204 | 2024-10-01T04:07:38.568Z | Downloaded pest_generator v2.7.6 |
205 | 2024-10-01T04:07:38.568Z | Downloaded num_enum v0.7.3 |
206 | 2024-10-01T04:07:38.574Z | Downloaded universal-hash v0.5.1 |
207 | 2024-10-01T04:07:38.577Z | Downloaded futures-core v0.3.30 |
208 | 2024-10-01T04:07:38.577Z | Downloaded cpufeatures v0.2.12 |
209 | 2024-10-01T04:07:38.579Z | Downloaded cancel-safe-futures v0.1.5 |
210 | 2024-10-01T04:07:38.582Z | Downloaded sync_wrapper v1.0.1 |
211 | 2024-10-01T04:07:38.582Z | Downloaded usdt-macro v0.5.0 |
212 | 2024-10-01T04:07:38.582Z | Downloaded ppv-lite86 v0.2.17 |
213 | 2024-10-01T04:07:38.586Z | Downloaded num-rational v0.4.2 |
214 | 2024-10-01T04:07:38.589Z | Downloaded num-derive v0.4.2 |
215 | 2024-10-01T04:07:38.589Z | Downloaded sync_wrapper v0.1.2 |
216 | 2024-10-01T04:07:38.589Z | Downloaded syn_derive v0.1.8 |
217 | 2024-10-01T04:07:38.592Z | Downloaded anyhow v1.0.89 |
218 | 2024-10-01T04:07:38.595Z | Downloaded deranged v0.3.9 |
219 | 2024-10-01T04:07:38.595Z | Downloaded hyper-tls v0.6.0 |
220 | 2024-10-01T04:07:38.599Z | Downloaded quick-error v1.2.3 |
221 | 2024-10-01T04:07:38.599Z | Downloaded password-hash v0.5.0 |
222 | 2024-10-01T04:07:38.602Z | Downloaded overload v0.1.1 |
223 | 2024-10-01T04:07:38.603Z | Downloaded cipher v0.4.4 |
224 | 2024-10-01T04:07:38.606Z | Downloaded convert_case v0.4.0 |
225 | 2024-10-01T04:07:38.606Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
226 | 2024-10-01T04:07:38.609Z | Downloaded plain v0.2.3 |
227 | 2024-10-01T04:07:38.609Z | Downloaded ptr_meta_derive v0.1.4 |
228 | 2024-10-01T04:07:38.609Z | Downloaded debug-ignore v1.0.5 |
229 | 2024-10-01T04:07:38.612Z | Downloaded once_cell v1.19.0 |
230 | 2024-10-01T04:07:38.615Z | Downloaded num-complex v0.4.6 |
231 | 2024-10-01T04:07:38.615Z | Downloaded ringbuffer v0.15.0 |
232 | 2024-10-01T04:07:38.618Z | Downloaded dirs-sys-next v0.1.2 |
233 | 2024-10-01T04:07:38.621Z | Downloaded dirs-next v2.0.0 |
234 | 2024-10-01T04:07:38.621Z | Downloaded foreign-types v0.5.0 |
235 | 2024-10-01T04:07:38.621Z | Downloaded digest v0.10.7 |
236 | 2024-10-01T04:07:38.623Z | Downloaded futures-executor v0.3.30 |
237 | 2024-10-01T04:07:38.626Z | Downloaded csv-core v0.1.11 |
238 | 2024-10-01T04:07:38.626Z | Downloaded blake2 v0.10.6 |
239 | 2024-10-01T04:07:38.628Z | Downloaded libsw v3.3.1 |
240 | 2024-10-01T04:07:38.631Z | Downloaded lru-cache v0.1.2 |
241 | 2024-10-01T04:07:38.634Z | Downloaded toml_datetime v0.6.8 |
242 | 2024-10-01T04:07:38.634Z | Downloaded scroll_derive v0.12.0 |
243 | 2024-10-01T04:07:38.636Z | Downloaded slog-async v2.8.0 |
244 | 2024-10-01T04:07:38.636Z | Downloaded slab v0.4.9 |
245 | 2024-10-01T04:07:38.639Z | Downloaded strsim v0.11.0 |
246 | 2024-10-01T04:07:38.639Z | Downloaded topological-sort v0.2.2 |
247 | 2024-10-01T04:07:38.642Z | Downloaded zeroize v1.7.0 |
248 | 2024-10-01T04:07:38.642Z | Downloaded wyz v0.5.1 |
249 | 2024-10-01T04:07:38.644Z | Downloaded signal-hook-tokio v0.3.1 |
250 | 2024-10-01T04:07:38.644Z | Downloaded serde_path_to_error v0.1.16 |
251 | 2024-10-01T04:07:38.647Z | Downloaded swrite v0.1.0 |
252 | 2024-10-01T04:07:38.647Z | Downloaded rkyv_derive v0.7.43 |
253 | 2024-10-01T04:07:38.650Z | Downloaded proc-macro2 v1.0.86 |
254 | 2024-10-01T04:07:38.652Z | Downloaded allocator-api2 v0.2.16 |
255 | 2024-10-01T04:07:38.655Z | Downloaded tokio-rustls v0.25.0 |
256 | 2024-10-01T04:07:38.658Z | Downloaded xattr v1.0.1 |
257 | 2024-10-01T04:07:38.658Z | Downloaded futures-sink v0.3.30 |
258 | 2024-10-01T04:07:38.661Z | Downloaded zone_cfg_derive v0.3.0 |
259 | 2024-10-01T04:07:38.661Z | Downloaded serde_with_macros v3.9.0 |
260 | 2024-10-01T04:07:38.663Z | Downloaded vte v0.11.1 |
261 | 2024-10-01T04:07:38.665Z | Downloaded httpdate v1.0.3 |
262 | 2024-10-01T04:07:38.668Z | Downloaded zone v0.3.0 |
263 | 2024-10-01T04:07:38.668Z | Downloaded http-body v1.0.1 |
264 | 2024-10-01T04:07:38.671Z | Downloaded seahash v4.1.0 |
265 | 2024-10-01T04:07:38.671Z | Downloaded typify-macro v0.2.0 |
266 | 2024-10-01T04:07:38.673Z | Downloaded hyper-rustls v0.27.3 |
267 | 2024-10-01T04:07:38.676Z | Downloaded defmt-macros v0.3.9 |
268 | 2024-10-01T04:07:38.678Z | Downloaded indent_write v2.2.0 |
269 | 2024-10-01T04:07:38.678Z | Downloaded thread_local v1.1.7 |
270 | 2024-10-01T04:07:38.681Z | Downloaded whoami v1.5.1 |
271 | 2024-10-01T04:07:38.683Z | Downloaded darling v0.20.3 |
272 | 2024-10-01T04:07:38.685Z | Downloaded foreign-types-shared v0.1.1 |
273 | 2024-10-01T04:07:38.688Z | Downloaded structmeta v0.3.0 |
274 | 2024-10-01T04:07:38.688Z | Downloaded which v4.4.2 |
275 | 2024-10-01T04:07:38.690Z | Downloaded typify v0.2.0 |
276 | 2024-10-01T04:07:38.693Z | Downloaded serde-big-array v0.5.1 |
277 | 2024-10-01T04:07:38.695Z | Downloaded tabwriter v1.4.0 |
278 | 2024-10-01T04:07:38.695Z | Downloaded typenum v1.17.0 |
279 | 2024-10-01T04:07:38.698Z | Downloaded static_assertions v1.1.0 |
280 | 2024-10-01T04:07:38.701Z | Downloaded spin v0.5.2 |
281 | 2024-10-01T04:07:38.703Z | Downloaded rustc_version v0.1.7 |
282 | 2024-10-01T04:07:38.703Z | Downloaded embedded-io v0.4.0 |
283 | 2024-10-01T04:07:38.706Z | Downloaded smf v0.2.3 |
284 | 2024-10-01T04:07:38.706Z | Downloaded zerocopy-derive v0.7.32 |
285 | 2024-10-01T04:07:38.709Z | Downloaded unicode-bidi v0.3.13 |
286 | 2024-10-01T04:07:38.712Z | Downloaded highway v1.2.0 |
287 | 2024-10-01T04:07:38.715Z | Downloaded foreign-types-shared v0.3.1 |
288 | 2024-10-01T04:07:38.718Z | Downloaded threadpool v1.8.1 |
289 | 2024-10-01T04:07:38.718Z | Downloaded quote v1.0.37 |
290 | 2024-10-01T04:07:38.720Z | Downloaded openssl-sys v0.9.95 |
291 | 2024-10-01T04:07:38.725Z | Downloaded hyper-staticfile v0.10.1 |
292 | 2024-10-01T04:07:38.727Z | Downloaded ucd-trie v0.1.6 |
293 | 2024-10-01T04:07:38.730Z | Downloaded sct v0.7.1 |
294 | 2024-10-01T04:07:38.733Z | Downloaded cc v1.0.83 |
295 | 2024-10-01T04:07:38.736Z | Downloaded take_mut v0.2.2 |
296 | 2024-10-01T04:07:38.738Z | Downloaded rand_chacha v0.1.1 |
297 | 2024-10-01T04:07:38.738Z | Downloaded http-body-util v0.1.2 |
298 | 2024-10-01T04:07:38.741Z | Downloaded semver v1.0.23 |
299 | 2024-10-01T04:07:38.744Z | Downloaded thrift v0.17.0 |
300 | 2024-10-01T04:07:38.747Z | Downloaded try-lock v0.2.4 |
301 | 2024-10-01T04:07:38.747Z | Downloaded ident_case v1.0.1 |
302 | 2024-10-01T04:07:38.747Z | Downloaded bytes v1.7.2 |
303 | 2024-10-01T04:07:38.750Z | Downloaded borsh v1.3.0 |
304 | 2024-10-01T04:07:38.756Z | Downloaded human_bytes v0.4.3 |
305 | 2024-10-01T04:07:38.759Z | Downloaded strum v0.26.3 |
306 | 2024-10-01T04:07:38.759Z | Downloaded slog-term v2.9.1 |
307 | 2024-10-01T04:07:38.761Z | Downloaded pest v2.7.6 |
308 | 2024-10-01T04:07:38.765Z | Downloaded sha1 v0.10.6 |
309 | 2024-10-01T04:07:38.767Z | Downloaded hubpack_derive v0.1.1 |
310 | 2024-10-01T04:07:38.770Z | Downloaded http-range v0.1.5 |
311 | 2024-10-01T04:07:38.770Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-10-01T04:07:38.770Z | Downloaded fallible-streaming-iterator v0.1.9 |
313 | 2024-10-01T04:07:38.773Z | Downloaded same-file v1.0.6 |
314 | 2024-10-01T04:07:38.773Z | Downloaded opentelemetry-jaeger v0.20.0 |
315 | 2024-10-01T04:07:38.776Z | Downloaded num-bigint v0.2.6 |
316 | 2024-10-01T04:07:38.780Z | Downloaded slog-dtrace v0.3.0 |
317 | 2024-10-01T04:07:38.783Z | Downloaded rustls-pemfile v1.0.4 |
318 | 2024-10-01T04:07:38.786Z | Downloaded httparse v1.8.0 |
319 | 2024-10-01T04:07:38.789Z | Downloaded subtle v2.5.0 |
320 | 2024-10-01T04:07:38.789Z | Downloaded jobserver v0.1.27 |
321 | 2024-10-01T04:07:38.792Z | Downloaded log v0.4.22 |
322 | 2024-10-01T04:07:38.794Z | Downloaded serde_urlencoded v0.7.1 |
323 | 2024-10-01T04:07:38.794Z | Downloaded rand_core v0.6.4 |
324 | 2024-10-01T04:07:38.797Z | Downloaded rand_core v0.4.2 |
325 | 2024-10-01T04:07:38.799Z | Downloaded rand_core v0.3.1 |
326 | 2024-10-01T04:07:38.799Z | Downloaded glob v0.3.1 |
327 | 2024-10-01T04:07:38.802Z | Downloaded http-body v0.4.5 |
328 | 2024-10-01T04:07:38.803Z | Downloaded float-ord v0.3.2 |
329 | 2024-10-01T04:07:38.805Z | Downloaded sha2 v0.10.8 |
330 | 2024-10-01T04:07:38.805Z | Downloaded rand_chacha v0.3.1 |
331 | 2024-10-01T04:07:38.808Z | Downloaded uuid v1.10.0 |
332 | 2024-10-01T04:07:38.811Z | Downloaded socket2 v0.5.5 |
333 | 2024-10-01T04:07:38.815Z | Downloaded hostname v0.4.0 |
334 | 2024-10-01T04:07:38.819Z | Downloaded waitgroup v0.1.2 |
335 | 2024-10-01T04:07:38.819Z | Downloaded instant v0.1.12 |
336 | 2024-10-01T04:07:38.819Z | Downloaded filetime v0.2.22 |
337 | 2024-10-01T04:07:38.819Z | Downloaded tempfile v3.8.1 |
338 | 2024-10-01T04:07:38.824Z | Downloaded hubpack v0.1.2 |
339 | 2024-10-01T04:07:38.824Z | Downloaded usdt v0.5.0 |
340 | 2024-10-01T04:07:38.825Z | Downloaded ipnet v2.9.0 |
341 | 2024-10-01T04:07:38.830Z | Downloaded quinn v0.11.5 |
342 | 2024-10-01T04:07:38.833Z | Downloaded heapless v0.8.0 |
343 | 2024-10-01T04:07:38.833Z | Downloaded tokio-macros v2.4.0 |
344 | 2024-10-01T04:07:38.833Z | Downloaded tracing-log v0.2.0 |
345 | 2024-10-01T04:07:38.836Z | Downloaded phf_shared v0.11.2 |
346 | 2024-10-01T04:07:38.838Z | Downloaded fd-lock v4.0.2 |
347 | 2024-10-01T04:07:38.838Z | Downloaded fastrand v2.0.1 |
348 | 2024-10-01T04:07:38.842Z | Downloaded fallible-iterator v0.3.0 |
349 | 2024-10-01T04:07:38.848Z | Downloaded tokio-native-tls v0.3.1 |
350 | 2024-10-01T04:07:38.848Z | Downloaded want v0.3.1 |
351 | 2024-10-01T04:07:38.848Z | Downloaded toml v0.7.8 |
352 | 2024-10-01T04:07:38.848Z | Downloaded rayon-core v1.12.1 |
353 | 2024-10-01T04:07:38.852Z | Downloaded itoa v1.0.9 |
354 | 2024-10-01T04:07:38.854Z | Downloaded nom v7.1.3 |
355 | 2024-10-01T04:07:38.858Z | Downloaded serde_derive v1.0.210 |
356 | 2024-10-01T04:07:38.860Z | Downloaded utf8-width v0.1.6 |
357 | 2024-10-01T04:07:38.863Z | Downloaded scopeguard v1.2.0 |
358 | 2024-10-01T04:07:38.863Z | Downloaded signal-hook-mio v0.2.4 |
359 | 2024-10-01T04:07:38.866Z | Downloaded unsafe-libyaml v0.2.9 |
360 | 2024-10-01T04:07:38.868Z | Downloaded signal-hook v0.3.17 |
361 | 2024-10-01T04:07:38.871Z | Downloaded iana-time-zone v0.1.58 |
362 | 2024-10-01T04:07:38.873Z | Downloaded time-core v0.1.2 |
363 | 2024-10-01T04:07:38.875Z | Downloaded untrusted v0.9.0 |
364 | 2024-10-01T04:07:38.881Z | Downloaded ipnetwork v0.20.0 |
365 | 2024-10-01T04:07:38.881Z | Downloaded inout v0.1.3 |
366 | 2024-10-01T04:07:38.884Z | Downloaded signal-hook-registry v1.4.1 |
367 | 2024-10-01T04:07:38.885Z | Downloaded semver v0.1.20 |
368 | 2024-10-01T04:07:38.885Z | Downloaded time-macros v0.2.18 |
369 | 2024-10-01T04:07:38.885Z | Downloaded terminal_size v0.3.0 |
370 | 2024-10-01T04:07:38.885Z | Downloaded slog-bunyan v2.5.0 |
371 | 2024-10-01T04:07:38.887Z | Downloaded crossbeam-channel v0.5.13 |
372 | 2024-10-01T04:07:38.890Z | Downloaded num-complex v0.2.4 |
373 | 2024-10-01T04:07:38.892Z | Downloaded walkdir v2.4.0 |
374 | 2024-10-01T04:07:38.894Z | Downloaded generic-array v0.14.7 |
375 | 2024-10-01T04:07:38.897Z | Downloaded similar v2.3.0 |
376 | 2024-10-01T04:07:38.899Z | Downloaded errno v0.3.9 |
377 | 2024-10-01T04:07:38.902Z | Downloaded serde_derive_internals v0.29.1 |
378 | 2024-10-01T04:07:38.905Z | Downloaded tracing-core v0.1.32 |
379 | 2024-10-01T04:07:38.907Z | Downloaded tar v0.4.40 |
380 | 2024-10-01T04:07:38.909Z | Downloaded rustls-pki-types v1.9.0 |
381 | 2024-10-01T04:07:38.913Z | Downloaded strip-ansi-escapes v0.2.0 |
382 | 2024-10-01T04:07:38.915Z | Downloaded funty v2.0.0 |
383 | 2024-10-01T04:07:38.915Z | Downloaded rand_xorshift v0.1.1 |
384 | 2024-10-01T04:07:38.915Z | Downloaded strum_macros v0.26.4 |
385 | 2024-10-01T04:07:38.918Z | Downloaded humantime v2.1.0 |
386 | 2024-10-01T04:07:38.920Z | Downloaded slog-json v2.6.1 |
387 | 2024-10-01T04:07:38.923Z | Downloaded rand_pcg v0.1.2 |
388 | 2024-10-01T04:07:38.923Z | Downloaded resolv-conf v0.7.0 |
389 | 2024-10-01T04:07:38.925Z | Downloaded tokio-rustls v0.26.0 |
390 | 2024-10-01T04:07:38.925Z | Downloaded crossterm v0.27.0 |
391 | 2024-10-01T04:07:38.931Z | Downloaded schemars_derive v0.8.21 |
392 | 2024-10-01T04:07:38.934Z | Downloaded hash32 v0.3.1 |
393 | 2024-10-01T04:07:38.937Z | Downloaded thread-id v4.2.1 |
394 | 2024-10-01T04:07:38.937Z | Downloaded serde_spanned v0.6.7 |
395 | 2024-10-01T04:07:38.940Z | Downloaded serde_repr v0.1.18 |
396 | 2024-10-01T04:07:38.940Z | Downloaded hostname v0.3.1 |
397 | 2024-10-01T04:07:38.942Z | Downloaded portable-atomic v1.5.1 |
398 | 2024-10-01T04:07:38.946Z | Downloaded home v0.5.5 |
399 | 2024-10-01T04:07:38.948Z | Downloaded futures-macro v0.3.30 |
400 | 2024-10-01T04:07:38.948Z | Downloaded rustversion v1.0.14 |
401 | 2024-10-01T04:07:38.953Z | Downloaded linked-hash-map v0.5.6 |
402 | 2024-10-01T04:07:38.956Z | Downloaded sharded-slab v0.1.7 |
403 | 2024-10-01T04:07:38.956Z | Downloaded unicode-segmentation v1.10.1 |
404 | 2024-10-01T04:07:38.959Z | Downloaded strsim v0.10.0 |
405 | 2024-10-01T04:07:38.961Z | Downloaded linear-map v1.2.0 |
406 | 2024-10-01T04:07:38.961Z | Downloaded futures-channel v0.3.30 |
407 | 2024-10-01T04:07:38.964Z | Downloaded rustls-pemfile v2.2.0 |
408 | 2024-10-01T04:07:38.966Z | Downloaded getrandom v0.2.11 |
409 | 2024-10-01T04:07:38.969Z | Downloaded opentelemetry v0.21.0 |
410 | 2024-10-01T04:07:38.972Z | Downloaded toml_edit v0.22.20 |
411 | 2024-10-01T04:07:38.995Z | Downloaded rust_decimal v1.33.1 |
412 | 2024-10-01T04:07:38.999Z | Downloaded tap v1.0.1 |
413 | 2024-10-01T04:07:39.002Z | Downloaded futures-io v0.3.30 |
414 | 2024-10-01T04:07:39.002Z | Downloaded form_urlencoded v1.2.1 |
415 | 2024-10-01T04:07:39.005Z | Downloaded thiserror-impl v1.0.64 |
416 | 2024-10-01T04:07:39.005Z | Downloaded untrusted v0.7.1 |
417 | 2024-10-01T04:07:39.007Z | Downloaded unicase v2.7.0 |
418 | 2024-10-01T04:07:39.007Z | Downloaded twox-hash v1.6.3 |
419 | 2024-10-01T04:07:39.010Z | Downloaded serde_tokenstream v0.2.2 |
420 | 2024-10-01T04:07:39.010Z | Downloaded hex v0.4.3 |
421 | 2024-10-01T04:07:39.013Z | Downloaded futures v0.3.30 |
422 | 2024-10-01T04:07:39.016Z | Downloaded rend v0.4.1 |
423 | 2024-10-01T04:07:39.018Z | Downloaded thiserror v1.0.64 |
424 | 2024-10-01T04:07:39.022Z | Downloaded libm v0.2.8 |
425 | 2024-10-01T04:07:39.030Z | Downloaded clap_builder v4.5.15 |
426 | 2024-10-01T04:07:39.036Z | Downloaded url v2.4.1 |
427 | 2024-10-01T04:07:39.039Z | Downloaded hyper-util v0.1.9 |
428 | 2024-10-01T04:07:39.044Z | Downloaded serde_with v3.9.0 |
429 | 2024-10-01T04:07:39.052Z | Downloaded indicatif v0.17.8 |
430 | 2024-10-01T04:07:39.055Z | Downloaded terminfo v0.8.0 |
431 | 2024-10-01T04:07:39.057Z | Downloaded ryu v1.0.15 |
432 | 2024-10-01T04:07:39.060Z | Downloaded zerocopy v0.7.32 |
433 | 2024-10-01T04:07:39.076Z | Downloaded toml_edit v0.20.7 |
434 | 2024-10-01T04:07:39.097Z | Downloaded tinyvec v1.6.0 |
435 | 2024-10-01T04:07:39.100Z | Downloaded schemars v0.8.21 |
436 | 2024-10-01T04:07:39.112Z | Downloaded steno v0.4.1 |
437 | 2024-10-01T04:07:39.115Z | Downloaded rand v0.6.5 |
438 | 2024-10-01T04:07:39.120Z | Downloaded winnow v0.5.19 |
439 | 2024-10-01T04:07:39.128Z | Downloaded expectorate v1.1.0 |
440 | 2024-10-01T04:07:39.131Z | Downloaded rand v0.8.5 |
441 | 2024-10-01T04:07:39.134Z | Downloaded itertools v0.10.5 |
442 | 2024-10-01T04:07:39.140Z | Downloaded winnow v0.6.18 |
443 | 2024-10-01T04:07:39.149Z | Downloaded tokio-util v0.7.11 |
444 | 2024-10-01T04:07:39.155Z | Downloaded hickory-resolver v0.24.1 |
445 | 2024-10-01T04:07:39.159Z | Downloaded itertools v0.12.1 |
446 | 2024-10-01T04:07:39.166Z | Downloaded blake3 v1.5.1 |
447 | 2024-10-01T04:07:39.174Z | Downloaded toml_edit v0.19.15 |
448 | 2024-10-01T04:07:39.191Z | Downloaded tracing-opentelemetry v0.22.0 |
449 | 2024-10-01T04:07:39.195Z | Downloaded goblin v0.8.0 |
450 | 2024-10-01T04:07:39.200Z | Downloaded futures-util v0.3.30 |
451 | 2024-10-01T04:07:39.212Z | Downloaded serde_json v1.0.128 |
452 | 2024-10-01T04:07:39.219Z | Downloaded rustls-webpki v0.101.7 |
453 | 2024-10-01T04:07:39.233Z | Downloaded reqwest v0.11.27 |
454 | 2024-10-01T04:07:39.241Z | Downloaded syn v2.0.77 |
455 | 2024-10-01T04:07:39.252Z | Downloaded quinn-proto v0.11.8 |
456 | 2024-10-01T04:07:39.258Z | Downloaded syn v1.0.109 |
457 | 2024-10-01T04:07:39.268Z | Downloaded reqwest v0.12.7 |
458 | 2024-10-01T04:07:39.276Z | Downloaded unicode-width v0.1.14 |
459 | 2024-10-01T04:07:39.282Z | Downloaded h2 v0.3.26 |
460 | 2024-10-01T04:07:39.288Z | Downloaded rustls v0.21.9 |
461 | 2024-10-01T04:07:39.300Z | Downloaded webpki-roots v0.26.6 |
462 | 2024-10-01T04:07:39.303Z | Downloaded regex v1.10.6 |
463 | 2024-10-01T04:07:39.316Z | Downloaded vcpkg v0.2.15 |
464 | 2024-10-01T04:07:39.355Z | Downloaded rustls v0.23.13 |
465 | 2024-10-01T04:07:39.366Z | Downloaded regress v0.10.1 |
466 | 2024-10-01T04:07:39.374Z | Downloaded smoltcp v0.11.0 |
467 | 2024-10-01T04:07:39.387Z | Downloaded rustix v0.38.37 |
468 | 2024-10-01T04:07:39.409Z | Downloaded regress v0.9.1 |
469 | 2024-10-01T04:07:39.417Z | Downloaded regex-syntax v0.8.4 |
470 | 2024-10-01T04:07:39.425Z | Downloaded rustls v0.22.4 |
471 | 2024-10-01T04:07:39.443Z | Downloaded hickory-proto v0.24.1 |
472 | 2024-10-01T04:07:39.453Z | Downloaded zerocopy-derive v0.6.6 |
473 | 2024-10-01T04:07:39.462Z | Downloaded typify-impl v0.2.0 |
474 | 2024-10-01T04:07:39.476Z | Downloaded dropshot v0.12.0 |
475 | 2024-10-01T04:07:39.496Z | Downloaded webpki-roots v0.25.2 |
476 | 2024-10-01T04:07:39.499Z | Downloaded idna v0.4.0 |
477 | 2024-10-01T04:07:39.506Z | Downloaded openapiv3 v2.0.0 |
478 | 2024-10-01T04:07:39.516Z | Downloaded rustls-webpki v0.102.8 |
479 | 2024-10-01T04:07:39.535Z | Downloaded petgraph v0.6.5 |
480 | 2024-10-01T04:07:39.551Z | Downloaded regex-automata v0.4.4 |
481 | 2024-10-01T04:07:39.567Z | Downloaded libc v0.2.159 |
482 | 2024-10-01T04:07:39.594Z | Downloaded tokio v1.39.3 |
483 | 2024-10-01T04:07:39.631Z | Downloaded csv v1.3.0 |
484 | 2024-10-01T04:07:39.650Z | Downloaded tracing-subscriber v0.3.18 |
485 | 2024-10-01T04:07:39.658Z | Downloaded h2 v0.4.6 |
486 | 2024-10-01T04:07:39.664Z | Downloaded hyper v0.14.30 |
487 | 2024-10-01T04:07:39.672Z | Downloaded itertools v0.13.0 |
488 | 2024-10-01T04:07:39.678Z | Downloaded git2 v0.19.0 |
489 | 2024-10-01T04:07:39.687Z | Downloaded openssl v0.10.59 |
490 | 2024-10-01T04:07:39.696Z | Downloaded encoding_rs v0.8.33 |
491 | 2024-10-01T04:07:39.716Z | Downloaded nix v0.29.0 |
492 | 2024-10-01T04:07:39.732Z | Downloaded rayon v1.10.0 |
493 | 2024-10-01T04:07:39.736Z | Downloaded hyper v1.4.1 |
494 | 2024-10-01T04:07:39.743Z | Downloaded nix v0.26.4 |
495 | 2024-10-01T04:07:39.753Z | Downloaded chrono v0.4.38 |
496 | 2024-10-01T04:07:39.760Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
497 | 2024-10-01T04:07:39.816Z | Downloaded http v0.2.12 |
498 | 2024-10-01T04:07:39.820Z | Downloaded time v0.3.36 |
499 | 2024-10-01T04:07:39.826Z | Downloaded clearscreen v2.0.1 |
500 | 2024-10-01T04:07:39.829Z | Downloaded indexmap v2.5.0 |
501 | 2024-10-01T04:07:39.833Z | Downloaded unicode-normalization v0.1.22 |
502 | 2024-10-01T04:07:39.836Z | Downloaded reedline v0.33.0 |
503 | 2024-10-01T04:07:39.843Z | Downloaded bitvec v1.0.1 |
504 | 2024-10-01T04:07:39.858Z | Downloaded vergen v8.3.2 |
505 | 2024-10-01T04:07:39.863Z | Downloaded hashbrown v0.14.3 |
506 | 2024-10-01T04:07:39.868Z | Downloaded crossterm v0.28.1 |
507 | 2024-10-01T04:07:39.874Z | Downloaded rusqlite v0.32.1 |
508 | 2024-10-01T04:07:39.880Z | Downloaded http v1.1.0 |
509 | 2024-10-01T04:07:39.884Z | Downloaded unicode-ident v1.0.13 |
510 | 2024-10-01T04:07:39.886Z | Downloaded rand_jitter v0.1.4 |
511 | 2024-10-01T04:07:39.889Z | Downloaded tokio-rustls v0.24.1 |
512 | 2024-10-01T04:07:39.891Z | Downloaded flate2 v1.0.28 |
513 | 2024-10-01T04:07:39.894Z | Downloaded serde v1.0.210 |
514 | 2024-10-01T04:07:39.897Z | Downloaded aho-corasick v1.1.2 |
515 | 2024-10-01T04:07:39.904Z | Downloaded rkyv v0.7.43 |
516 | 2024-10-01T04:07:39.910Z | Downloaded simdutf8 v0.1.4 |
517 | 2024-10-01T04:07:39.913Z | Downloaded toml v0.8.19 |
518 | 2024-10-01T04:07:39.915Z | Downloaded hashbrown v0.12.3 |
519 | 2024-10-01T04:07:39.919Z | Downloaded serde_yaml v0.9.27 |
520 | 2024-10-01T04:07:39.922Z | Downloaded term v0.7.0 |
521 | 2024-10-01T04:07:39.926Z | Downloaded siphasher v0.3.11 |
522 | 2024-10-01T04:07:39.928Z | Downloaded integer-encoding v3.0.4 |
523 | 2024-10-01T04:07:39.928Z | Downloaded strum_macros v0.25.3 |
524 | 2024-10-01T04:07:39.931Z | Downloaded usdt-impl v0.5.0 |
525 | 2024-10-01T04:07:39.933Z | Downloaded rand_os v0.1.3 |
526 | 2024-10-01T04:07:39.936Z | Downloaded fnv v1.0.7 |
527 | 2024-10-01T04:07:39.936Z | Downloaded scroll v0.12.0 |
528 | 2024-10-01T04:07:39.936Z | Downloaded quinn-udp v0.5.5 |
529 | 2024-10-01T04:07:39.938Z | Downloaded sigpipe v0.1.3 |
530 | 2024-10-01T04:07:39.938Z | Downloaded tracing-attributes v0.1.27 |
531 | 2024-10-01T04:07:39.941Z | Downloaded indexmap v1.9.3 |
532 | 2024-10-01T04:07:39.945Z | Downloaded vte_generate_state_changes v0.1.1 |
533 | 2024-10-01T04:07:39.948Z | Downloaded is-terminal v0.4.12 |
534 | 2024-10-01T04:07:39.948Z | Downloaded base64 v0.21.7 |
535 | 2024-10-01T04:07:39.950Z | Downloaded lock_api v0.4.11 |
536 | 2024-10-01T04:07:39.954Z | Downloaded fixedbitset v0.4.2 |
537 | 2024-10-01T04:07:39.957Z | Downloaded smallvec v1.13.2 |
538 | 2024-10-01T04:07:39.957Z | Downloaded rustc-hash v2.0.0 |
539 | 2024-10-01T04:07:39.960Z | Downloaded rand_hc v0.1.0 |
540 | 2024-10-01T04:07:39.960Z | Downloaded futures-task v0.3.30 |
541 | 2024-10-01T04:07:39.960Z | Downloaded foreign-types-macros v0.2.3 |
542 | 2024-10-01T04:07:39.960Z | Downloaded radium v0.7.0 |
543 | 2024-10-01T04:07:39.960Z | Downloaded hyper-rustls v0.24.2 |
544 | 2024-10-01T04:07:39.962Z | Downloaded mio v0.8.11 |
545 | 2024-10-01T04:07:39.967Z | Downloaded minimal-lexical v0.2.1 |
546 | 2024-10-01T04:07:39.973Z | Downloaded clap v4.5.16 |
547 | 2024-10-01T04:07:39.980Z | Downloaded rand_isaac v0.1.1 |
548 | 2024-10-01T04:07:39.983Z | Downloaded spin v0.9.8 |
549 | 2024-10-01T04:07:39.985Z | Downloaded zerocopy v0.6.6 |
550 | 2024-10-01T04:07:39.987Z | Downloaded utf8parse v0.2.1 |
551 | 2024-10-01T04:07:39.987Z | Downloaded opentelemetry v0.24.0 |
552 | 2024-10-01T04:07:39.990Z | Downloaded aes v0.8.3 |
553 | 2024-10-01T04:07:39.993Z | Downloaded hashlink v0.9.1 |
554 | 2024-10-01T04:07:39.996Z | Downloaded libsqlite3-sys v0.30.1 |
555 | 2024-10-01T04:07:40.068Z | Downloaded equivalent v1.0.1 |
556 | 2024-10-01T04:07:40.070Z | Downloaded slog v2.7.0 |
557 | 2024-10-01T04:07:40.072Z | Downloaded tracing v0.1.40 |
558 | 2024-10-01T04:07:40.075Z | Downloaded prettyplease v0.2.22 |
559 | 2024-10-01T04:07:40.078Z | Downloaded opentelemetry_sdk v0.21.2 |
560 | 2024-10-01T04:07:40.084Z | Downloaded crossbeam-epoch v0.9.15 |
561 | 2024-10-01T04:07:40.087Z | Downloaded console v0.15.7 |
562 | 2024-10-01T04:07:40.090Z | Downloaded byte-unit v5.1.4 |
563 | 2024-10-01T04:07:40.093Z | Downloaded rustc_version v0.4.0 |
564 | 2024-10-01T04:07:40.095Z | Downloaded stable_deref_trait v1.2.0 |
565 | 2024-10-01T04:07:40.095Z | Downloaded parking_lot v0.12.1 |
566 | 2024-10-01T04:07:40.098Z | Downloaded clap_derive v4.5.13 |
567 | 2024-10-01T04:07:40.100Z | Downloaded cargo-platform v0.1.8 |
568 | 2024-10-01T04:07:40.100Z | Downloaded camino-tempfile v1.1.1 |
569 | 2024-10-01T04:07:40.104Z | Downloaded async-recursion v1.1.1 |
570 | 2024-10-01T04:07:40.106Z | Downloaded heck v0.5.0 |
571 | 2024-10-01T04:07:40.106Z | Downloaded anstream v0.6.12 |
572 | 2024-10-01T04:07:40.110Z | Downloaded parse-display v0.10.0 |
573 | 2024-10-01T04:07:40.110Z | Downloaded colorchoice v1.0.0 |
574 | 2024-10-01T04:07:40.110Z | Downloaded byteorder v1.5.0 |
575 | 2024-10-01T04:07:40.113Z | Downloaded darling_macro v0.20.3 |
576 | 2024-10-01T04:07:40.113Z | Downloaded proc-macro-crate v1.3.1 |
577 | 2024-10-01T04:07:40.113Z | Downloaded pin-utils v0.1.0 |
578 | 2024-10-01T04:07:40.115Z | Downloaded cfg_aliases v0.2.1 |
579 | 2024-10-01T04:07:40.116Z | Downloaded tinyvec_macros v0.1.1 |
580 | 2024-10-01T04:07:40.116Z | Downloaded progenitor-client v0.8.0 |
581 | 2024-10-01T04:07:40.118Z | Downloaded phf_generator v0.11.2 |
582 | 2024-10-01T04:07:40.118Z | Downloaded percent-encoding v2.3.1 |
583 | 2024-10-01T04:07:40.121Z | Downloaded num_enum_derive v0.7.3 |
584 | 2024-10-01T04:07:40.121Z | Downloaded num_cpus v1.16.0 |
585 | 2024-10-01T04:07:40.124Z | Downloaded num-iter v0.1.45 |
586 | 2024-10-01T04:07:40.124Z | Downloaded embedded-io v0.6.1 |
587 | 2024-10-01T04:07:40.126Z | Downloaded num v0.2.1 |
588 | 2024-10-01T04:07:40.126Z | Downloaded base64 v0.22.1 |
589 | 2024-10-01T04:07:40.129Z | Downloaded nbd v0.3.1 |
590 | 2024-10-01T04:07:40.132Z | Downloaded multer v3.1.0 |
591 | 2024-10-01T04:07:40.134Z | Downloaded dropshot_endpoint v0.12.0 |
592 | 2024-10-01T04:07:40.137Z | Downloaded bitflags v1.3.2 |
593 | 2024-10-01T04:07:40.139Z | Downloaded omicron-workspace-hack v0.1.0 |
594 | 2024-10-01T04:07:40.139Z | Downloaded number_prefix v0.4.0 |
595 | 2024-10-01T04:07:40.139Z | Downloaded base64ct v1.6.0 |
596 | 2024-10-01T04:07:40.141Z | Downloaded proc-macro-crate v2.0.0 |
597 | 2024-10-01T04:07:40.144Z | Downloaded pest_meta v2.7.6 |
598 | 2024-10-01T04:07:40.151Z | Downloaded num_threads v0.1.6 |
599 | 2024-10-01T04:07:40.151Z | Downloaded libz-sys v1.1.12 |
600 | 2024-10-01T04:07:40.206Z | Downloaded newtype_derive v0.1.6 |
601 | 2024-10-01T04:07:40.209Z | Downloaded mime v0.3.17 |
602 | 2024-10-01T04:07:40.209Z | Downloaded memoffset v0.9.0 |
603 | 2024-10-01T04:07:40.212Z | Downloaded memmap v0.7.0 |
604 | 2024-10-01T04:07:40.212Z | Downloaded crossbeam-utils v0.8.20 |
605 | 2024-10-01T04:07:40.214Z | Downloaded cookie v0.18.1 |
606 | 2024-10-01T04:07:40.217Z | Downloaded ahash v0.7.7 |
607 | 2024-10-01T04:07:40.220Z | Downloaded omicron-zone-package v0.11.0 |
608 | 2024-10-01T04:07:40.222Z | Downloaded num-traits v0.2.19 |
609 | 2024-10-01T04:07:40.225Z | Downloaded miniz_oxide v0.7.1 |
610 | 2024-10-01T04:07:40.228Z | Downloaded atty v0.2.14 |
611 | 2024-10-01T04:07:40.228Z | Downloaded cfg-if v1.0.0 |
612 | 2024-10-01T04:07:40.228Z | Downloaded atomic-waker v1.1.2 |
613 | 2024-10-01T04:07:40.231Z | Downloaded async-stream-impl v0.3.5 |
614 | 2024-10-01T04:07:40.231Z | Downloaded borsh-derive v1.3.0 |
615 | 2024-10-01T04:07:40.233Z | Downloaded bitflags v2.6.0 |
616 | 2024-10-01T04:07:40.237Z | Downloaded newline-converter v0.3.0 |
617 | 2024-10-01T04:07:40.239Z | Downloaded match_cfg v0.1.0 |
618 | 2024-10-01T04:07:40.239Z | Downloaded ordered-float v4.2.0 |
619 | 2024-10-01T04:07:40.239Z | Downloaded native-tls v0.2.11 |
620 | 2024-10-01T04:07:40.241Z | Downloaded paste v1.0.15 |
621 | 2024-10-01T04:07:40.244Z | Downloaded parse-display-derive v0.10.0 |
622 | 2024-10-01T04:07:40.247Z | Downloaded nu-ansi-term v0.50.0 |
623 | 2024-10-01T04:07:40.247Z | Downloaded defmt v0.3.8 |
624 | 2024-10-01T04:07:40.250Z | Downloaded clap_lex v0.7.0 |
625 | 2024-10-01T04:07:40.253Z | Downloaded argon2 v0.5.3 |
626 | 2024-10-01T04:07:40.253Z | Downloaded backoff v0.4.0 |
627 | 2024-10-01T04:07:40.256Z | Downloaded async-trait v0.1.83 |
628 | 2024-10-01T04:07:40.259Z | Downloaded anstyle v1.0.8 |
629 | 2024-10-01T04:07:40.259Z | Downloaded dirs v4.0.0 |
630 | 2024-10-01T04:07:40.261Z | Downloaded ctr v0.9.2 |
631 | 2024-10-01T04:07:40.265Z | Downloaded constant_time_eq v0.3.0 |
632 | 2024-10-01T04:07:40.265Z | Downloaded cargo_metadata v0.18.1 |
633 | 2024-10-01T04:07:40.267Z | Downloaded bytecheck v0.6.11 |
634 | 2024-10-01T04:07:40.267Z | Downloaded num-rational v0.2.4 |
635 | 2024-10-01T04:07:40.267Z | Downloaded num-integer v0.1.46 |
636 | 2024-10-01T04:07:40.270Z | Downloaded defmt-parser v0.3.4 |
637 | 2024-10-01T04:07:40.270Z | Downloaded crypto-common v0.1.6 |
638 | 2024-10-01T04:07:40.270Z | Downloaded block-buffer v0.10.4 |
639 | 2024-10-01T04:07:40.273Z | Downloaded num_enum v0.5.11 |
640 | 2024-10-01T04:07:40.276Z | Downloaded cobs v0.2.3 |
641 | 2024-10-01T04:07:40.278Z | Downloaded aead v0.5.2 |
642 | 2024-10-01T04:07:40.325Z | Downloaded ring v0.17.5 |
643 | 2024-10-01T04:07:40.456Z | Downloaded ring v0.16.20 |
644 | 2024-10-01T04:07:41.028Z | Compiling proc-macro2 v1.0.86 |
645 | 2024-10-01T04:07:41.028Z | Compiling unicode-ident v1.0.13 |
646 | 2024-10-01T04:07:41.031Z | Compiling libc v0.2.159 |
647 | 2024-10-01T04:07:41.031Z | Compiling serde v1.0.210 |
648 | 2024-10-01T04:07:41.031Z | Compiling autocfg v1.1.0 |
649 | 2024-10-01T04:07:41.031Z | Compiling version_check v0.9.5 |
650 | 2024-10-01T04:07:41.031Z | Compiling cfg-if v1.0.0 |
651 | 2024-10-01T04:07:41.079Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccd16bd5f79303c9 -C extra-filename=-ccd16bd5f79303c9 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-ccd16bd5f79303c9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
652 | 2024-10-01T04:07:41.082Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a71f852ceae4fded -C extra-filename=-a71f852ceae4fded --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
653 | 2024-10-01T04:07:41.082Z | Running `/home/build/.rustup/toolchains/1.80.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.159/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=b4afcbe26af1abcd -C extra-filename=-b4afcbe26af1abcd --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-b4afcbe26af1abcd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
654 | 2024-10-01T04:07:41.082Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a01d87541c880ade -C extra-filename=-a01d87541c880ade --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-a01d87541c880ade -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
655 | 2024-10-01T04:07:41.096Z | Running `/home/build/.rustup/toolchains/1.80.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=e05db90e573f3e0c -C extra-filename=-e05db90e573f3e0c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
656 | 2024-10-01T04:07:41.099Z | Running `/home/build/.rustup/toolchains/1.80.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=df010218877e50f1 -C extra-filename=-df010218877e50f1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
657 | 2024-10-01T04:07:41.112Z | Running `/home/build/.rustup/toolchains/1.80.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=4e1981e6060e5d9b -C extra-filename=-4e1981e6060e5d9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
658 | 2024-10-01T04:07:41.155Z | Running `/home/build/.rustup/toolchains/1.80.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=a5519019ef749be0 -C extra-filename=-a5519019ef749be0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
659 | 2024-10-01T04:07:41.233Z | Compiling libm v0.2.8 |
660 | 2024-10-01T04:07:41.254Z | Running `/home/build/.rustup/toolchains/1.80.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=a89477b400700a6a -C extra-filename=-a89477b400700a6a --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-a89477b400700a6a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
661 | 2024-10-01T04:07:41.256Z | Compiling once_cell v1.19.0 |
662 | 2024-10-01T04:07:41.290Z | Running `/home/build/.rustup/toolchains/1.80.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=eb7edc1bfbb28116 -C extra-filename=-eb7edc1bfbb28116 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
663 | 2024-10-01T04:07:41.292Z | Compiling memchr v2.7.4 |
664 | 2024-10-01T04:07:41.292Z | Running `/home/build/.rustup/toolchains/1.80.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=9693728a63ceaf9c -C extra-filename=-9693728a63ceaf9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
665 | 2024-10-01T04:07:41.666Z | Compiling serde_json v1.0.128 |
666 | 2024-10-01T04:07:41.666Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eaf9c32c8f9457ac -C extra-filename=-eaf9c32c8f9457ac --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-eaf9c32c8f9457ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
667 | 2024-10-01T04:07:41.718Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-ccd16bd5f79303c9/build-script-build` |
668 | 2024-10-01T04:07:41.721Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a89477b400700a6a/build-script-build` |
669 | 2024-10-01T04:07:41.744Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-a01d87541c880ade/build-script-build` |
670 | 2024-10-01T04:07:41.799Z | Running `/home/build/.rustup/toolchains/1.80.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=a514a834b938d5ba -C extra-filename=-a514a834b938d5ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
671 | 2024-10-01T04:07:41.812Z | Compiling parking_lot_core v0.9.9 |
672 | 2024-10-01T04:07:41.815Z | Running `/home/build/.rustup/toolchains/1.80.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=7481b381fd61e7b2 -C extra-filename=-7481b381fd61e7b2 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-7481b381fd61e7b2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
673 | 2024-10-01T04:07:41.836Z | Compiling num-traits v0.2.19 |
674 | 2024-10-01T04:07:41.839Z | Compiling ahash v0.8.6 |
675 | 2024-10-01T04:07:41.857Z | Running `/home/build/.rustup/toolchains/1.80.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=8226ee8671a6c52a -C extra-filename=-8226ee8671a6c52a --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-8226ee8671a6c52a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
676 | 2024-10-01T04:07:41.857Z | Running `/home/build/.rustup/toolchains/1.80.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=47b262710e46a4af -C extra-filename=-47b262710e46a4af --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-47b262710e46a4af -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
677 | 2024-10-01T04:07:41.883Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-b4afcbe26af1abcd/build-script-build` |
678 | 2024-10-01T04:07:41.907Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=35ff8f6c7ca8c1f5 -C extra-filename=-35ff8f6c7ca8c1f5 --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-a71f852ceae4fded.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)'` |
679 | 2024-10-01T04:07:41.960Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=c2875ed331cfe8e7 -C extra-filename=-c2875ed331cfe8e7 --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","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
680 | 2024-10-01T04:07:42.007Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --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=ab6e8cf4df12caa4 -C extra-filename=-ab6e8cf4df12caa4 --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","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
681 | 2024-10-01T04:07:42.167Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8226ee8671a6c52a/build-script-build` |
682 | 2024-10-01T04:07:42.229Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-47b262710e46a4af/build-script-build` |
683 | 2024-10-01T04:07:42.255Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-eaf9c32c8f9457ac/build-script-build` |
684 | 2024-10-01T04:07:42.289Z | Compiling lock_api v0.4.11 |
685 | 2024-10-01T04:07:42.291Z | Running `/home/build/.rustup/toolchains/1.80.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=013066eaee344167 -C extra-filename=-013066eaee344167 --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-013066eaee344167 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
686 | 2024-10-01T04:07:42.332Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-7481b381fd61e7b2/build-script-build` |
687 | 2024-10-01T04:07:42.367Z | Compiling thiserror v1.0.64 |
688 | 2024-10-01T04:07:42.369Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f426782a3e2ef5de -C extra-filename=-f426782a3e2ef5de --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-f426782a3e2ef5de -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
689 | 2024-10-01T04:07:42.405Z | Running `/home/build/.rustup/toolchains/1.80.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=28823f714dcb019b -C extra-filename=-28823f714dcb019b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
690 | 2024-10-01T04:07:42.640Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-013066eaee344167/build-script-build` |
691 | 2024-10-01T04:07:42.868Z | Compiling quote v1.0.37 |
692 | 2024-10-01T04:07:42.870Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=109881d924332de4 -C extra-filename=-109881d924332de4 --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-35ff8f6c7ca8c1f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
693 | 2024-10-01T04:07:42.939Z | Compiling log v0.4.22 |
694 | 2024-10-01T04:07:42.942Z | Running `/home/build/.rustup/toolchains/1.80.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=e9dd13923fd3a944 -C extra-filename=-e9dd13923fd3a944 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
695 | 2024-10-01T04:07:43.075Z | Compiling itoa v1.0.9 |
696 | 2024-10-01T04:07:43.078Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-f426782a3e2ef5de/build-script-build` |
697 | 2024-10-01T04:07:43.098Z | Running `/home/build/.rustup/toolchains/1.80.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=8cc52081964995e5 -C extra-filename=-8cc52081964995e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
698 | 2024-10-01T04:07:43.221Z | Compiling byteorder v1.5.0 |
699 | 2024-10-01T04:07:43.224Z | Running `/home/build/.rustup/toolchains/1.80.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=39c7342ca60225ec -C extra-filename=-39c7342ca60225ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
700 | 2024-10-01T04:07:43.341Z | Compiling syn v2.0.77 |
701 | 2024-10-01T04:07:43.344Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=dd43e367a379d3e5 -C extra-filename=-dd43e367a379d3e5 --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-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-a71f852ceae4fded.rmeta --cap-lints allow '-Wclippy::unused-async'` |
702 | 2024-10-01T04:07:43.421Z | Compiling jobserver v0.1.27 |
703 | 2024-10-01T04:07:43.423Z | Running `/home/build/.rustup/toolchains/1.80.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=456c8711282d4746 -C extra-filename=-456c8711282d4746 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
704 | 2024-10-01T04:07:43.445Z | Compiling getrandom v0.2.11 |
705 | 2024-10-01T04:07:43.448Z | Running `/home/build/.rustup/toolchains/1.80.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=1d2d979017cfa5ff -C extra-filename=-1d2d979017cfa5ff --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-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
706 | 2024-10-01T04:07:43.501Z | Running `/home/build/.rustup/toolchains/1.80.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=0f8824dde2de2115 -C extra-filename=-0f8824dde2de2115 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
707 | 2024-10-01T04:07:43.532Z | Compiling slab v0.4.9 |
708 | 2024-10-01T04:07:43.535Z | Running `/home/build/.rustup/toolchains/1.80.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=46baae6ab0e4ee60 -C extra-filename=-46baae6ab0e4ee60 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-46baae6ab0e4ee60 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
709 | 2024-10-01T04:07:43.558Z | Running `/home/build/.rustup/toolchains/1.80.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=43ec1d403a4cd6b6 -C extra-filename=-43ec1d403a4cd6b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
710 | 2024-10-01T04:07:43.657Z | Compiling pin-project-lite v0.2.13 |
711 | 2024-10-01T04:07:43.660Z | Running `/home/build/.rustup/toolchains/1.80.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=230bb2fcd0a13475 -C extra-filename=-230bb2fcd0a13475 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
712 | 2024-10-01T04:07:43.712Z | Running `/home/build/.rustup/toolchains/1.80.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=e2b267480d6b7b97 -C extra-filename=-e2b267480d6b7b97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
713 | 2024-10-01T04:07:43.778Z | Compiling cc v1.0.83 |
714 | 2024-10-01T04:07:43.780Z | Running `/home/build/.rustup/toolchains/1.80.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=3498687e03378952 -C extra-filename=-3498687e03378952 --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-456c8711282d4746.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
715 | 2024-10-01T04:07:43.828Z | Running `/home/build/.rustup/toolchains/1.80.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=8efed58975461d7a -C extra-filename=-8efed58975461d7a --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-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
716 | 2024-10-01T04:07:43.833Z | Compiling scopeguard v1.2.0 |
717 | 2024-10-01T04:07:43.835Z | Running `/home/build/.rustup/toolchains/1.80.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=305c6204781016bb -C extra-filename=-305c6204781016bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
718 | 2024-10-01T04:07:43.899Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-46baae6ab0e4ee60/build-script-build` |
719 | 2024-10-01T04:07:43.985Z | Compiling allocator-api2 v0.2.16 |
720 | 2024-10-01T04:07:43.988Z | Running `/home/build/.rustup/toolchains/1.80.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=15025b4c32d9970f -C extra-filename=-15025b4c32d9970f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
721 | 2024-10-01T04:07:44.011Z | Running `/home/build/.rustup/toolchains/1.80.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=ce24fea1b18ce646 -C extra-filename=-ce24fea1b18ce646 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
722 | 2024-10-01T04:07:44.039Z | Compiling ryu v1.0.15 |
723 | 2024-10-01T04:07:44.042Z | Running `/home/build/.rustup/toolchains/1.80.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=7becba1f8f284ac3 -C extra-filename=-7becba1f8f284ac3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
724 | 2024-10-01T04:07:44.135Z | Compiling pkg-config v0.3.27 |
725 | 2024-10-01T04:07:44.138Z | Running `/home/build/.rustup/toolchains/1.80.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=64f1e4c2ca1de466 -C extra-filename=-64f1e4c2ca1de466 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
726 | 2024-10-01T04:07:44.161Z | Compiling smallvec v1.13.2 |
727 | 2024-10-01T04:07:44.165Z | Running `/home/build/.rustup/toolchains/1.80.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=089fc1076c35cc1d -C extra-filename=-089fc1076c35cc1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
728 | 2024-10-01T04:07:44.188Z | Compiling vcpkg v0.2.15 |
729 | 2024-10-01T04:07:44.188Z | Running `/home/build/.rustup/toolchains/1.80.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=55a3f0c2a0c3605e -C extra-filename=-55a3f0c2a0c3605e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
730 | 2024-10-01T04:07:44.373Z | Compiling signal-hook-registry v1.4.1 |
731 | 2024-10-01T04:07:44.378Z | Running `/home/build/.rustup/toolchains/1.80.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=c5a069121949e532 -C extra-filename=-c5a069121949e532 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
732 | 2024-10-01T04:07:44.587Z | Compiling schemars v0.8.21 |
733 | 2024-10-01T04:07:44.590Z | Running `/home/build/.rustup/toolchains/1.80.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=0f610b042fcd7850 -C extra-filename=-0f610b042fcd7850 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-0f610b042fcd7850 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
734 | 2024-10-01T04:07:44.782Z | Running `/home/build/.rustup/toolchains/1.80.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=c2a209974984ab31 -C extra-filename=-c2a209974984ab31 --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-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
735 | 2024-10-01T04:07:44.998Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-0f610b042fcd7850/build-script-build` |
736 | 2024-10-01T04:07:45.033Z | Running `/home/build/.rustup/toolchains/1.80.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=76d106733c149847 -C extra-filename=-76d106733c149847 --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-ce24fea1b18ce646.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
737 | 2024-10-01T04:07:45.266Z | Running `/home/build/.rustup/toolchains/1.80.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=373612290d9eda8e -C extra-filename=-373612290d9eda8e --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-305c6204781016bb.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
738 | 2024-10-01T04:07:45.371Z | Compiling mio v1.0.2 |
739 | 2024-10-01T04:07:45.373Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=ec86d871e455e7ef -C extra-filename=-ec86d871e455e7ef --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-c2875ed331cfe8e7.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
740 | 2024-10-01T04:07:45.503Z | Running `/home/build/.rustup/toolchains/1.80.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=62293423de7cb9ee -C extra-filename=-62293423de7cb9ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
741 | 2024-10-01T04:07:45.560Z | Compiling futures-core v0.3.30 |
742 | 2024-10-01T04:07:45.563Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=894f78bc976de0e5 -C extra-filename=-894f78bc976de0e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-10-01T04:07:45.757Z | Compiling parking_lot v0.12.1 |
744 | 2024-10-01T04:07:45.760Z | Running `/home/build/.rustup/toolchains/1.80.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=23c7203385db6f7d -C extra-filename=-23c7203385db6f7d --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-373612290d9eda8e.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-c2a209974984ab31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
745 | 2024-10-01T04:07:45.826Z | Compiling equivalent v1.0.1 |
746 | 2024-10-01T04:07:45.830Z | Running `/home/build/.rustup/toolchains/1.80.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=7943c5ddb3941705 -C extra-filename=-7943c5ddb3941705 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
747 | 2024-10-01T04:07:45.911Z | Compiling socket2 v0.5.5 |
748 | 2024-10-01T04:07:45.914Z | Running `/home/build/.rustup/toolchains/1.80.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=c7f69027dc82a2d8 -C extra-filename=-c7f69027dc82a2d8 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
749 | 2024-10-01T04:07:45.944Z | Compiling futures-sink v0.3.30 |
750 | 2024-10-01T04:07:45.946Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1101919534fb894e -C extra-filename=-1101919534fb894e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
751 | 2024-10-01T04:07:46.109Z | Compiling httparse v1.8.0 |
752 | 2024-10-01T04:07:46.111Z | Running `/home/build/.rustup/toolchains/1.80.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=ee1b62b04d3d4dd1 -C extra-filename=-ee1b62b04d3d4dd1 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-ee1b62b04d3d4dd1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
753 | 2024-10-01T04:07:46.302Z | Running `/home/build/.rustup/toolchains/1.80.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=dd100981a5954ac0 -C extra-filename=-dd100981a5954ac0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
754 | 2024-10-01T04:07:46.574Z | Compiling ring v0.17.5 |
755 | 2024-10-01T04:07:46.577Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-ee1b62b04d3d4dd1/build-script-build` |
756 | 2024-10-01T04:07:46.599Z | Running `/home/build/.rustup/toolchains/1.80.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=f4cdd9d5575df0e2 -C extra-filename=-f4cdd9d5575df0e2 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-f4cdd9d5575df0e2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --cap-lints allow '-Wclippy::unused-async'` |
757 | 2024-10-01T04:07:46.632Z | Compiling fnv v1.0.7 |
758 | 2024-10-01T04:07:46.687Z | Running `/home/build/.rustup/toolchains/1.80.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=965d418000c50327 -C extra-filename=-965d418000c50327 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
759 | 2024-10-01T04:07:46.687Z | Compiling typenum v1.17.0 |
760 | 2024-10-01T04:07:46.687Z | Running `/home/build/.rustup/toolchains/1.80.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=f757875b7f5e6133 -C extra-filename=-f757875b7f5e6133 --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-f757875b7f5e6133 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
761 | 2024-10-01T04:07:46.687Z | Running `/home/build/.rustup/toolchains/1.80.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=50d6d50ac08479ce -C extra-filename=-50d6d50ac08479ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
762 | 2024-10-01T04:07:46.735Z | Running `/home/build/.rustup/toolchains/1.80.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=f3410c149ab9af68 -C extra-filename=-f3410c149ab9af68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
763 | 2024-10-01T04:07:46.769Z | Compiling heck v0.5.0 |
764 | 2024-10-01T04:07:46.771Z | Running `/home/build/.rustup/toolchains/1.80.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=3aa9cbeacb7cb070 -C extra-filename=-3aa9cbeacb7cb070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
765 | 2024-10-01T04:07:46.804Z | Running `/home/build/.rustup/toolchains/1.80.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=364d5c1ceb7b5304 -C extra-filename=-364d5c1ceb7b5304 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
766 | 2024-10-01T04:07:46.920Z | Compiling generic-array v0.14.7 |
767 | 2024-10-01T04:07:46.923Z | Running `/home/build/.rustup/toolchains/1.80.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=97b2ba2d3d53133f -C extra-filename=-97b2ba2d3d53133f --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-97b2ba2d3d53133f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
768 | 2024-10-01T04:07:47.075Z | Compiling futures-channel v0.3.30 |
769 | 2024-10-01T04:07:47.078Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=5c10b5e8137236dd -C extra-filename=-5c10b5e8137236dd --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-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
770 | 2024-10-01T04:07:47.102Z | Compiling futures-io v0.3.30 |
771 | 2024-10-01T04:07:47.105Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=a59e6ca3102d3b1e -C extra-filename=-a59e6ca3102d3b1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
772 | 2024-10-01T04:07:47.182Z | Compiling pin-utils v0.1.0 |
773 | 2024-10-01T04:07:47.184Z | Running `/home/build/.rustup/toolchains/1.80.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=54bfb5920e40f070 -C extra-filename=-54bfb5920e40f070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
774 | 2024-10-01T04:07:47.302Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-97b2ba2d3d53133f/build-script-build` |
775 | 2024-10-01T04:07:47.305Z | Compiling futures-task v0.3.30 |
776 | 2024-10-01T04:07:47.305Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47d418254e6f0b64 -C extra-filename=-47d418254e6f0b64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
777 | 2024-10-01T04:07:47.353Z | Compiling openssl-sys v0.9.95 |
778 | 2024-10-01T04:07:47.355Z | Running `/home/build/.rustup/toolchains/1.80.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=c6bd90b4a4aae6b0 -C extra-filename=-c6bd90b4a4aae6b0 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-c6bd90b4a4aae6b0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
779 | 2024-10-01T04:07:47.446Z | Compiling rand_core v0.6.4 |
780 | 2024-10-01T04:07:47.448Z | Running `/home/build/.rustup/toolchains/1.80.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=23163cb3357d0546 -C extra-filename=-23163cb3357d0546 --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-1d2d979017cfa5ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
781 | 2024-10-01T04:07:47.506Z | Compiling slog v2.7.0 |
782 | 2024-10-01T04:07:47.508Z | Running `/home/build/.rustup/toolchains/1.80.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=9d48dbc14d847901 -C extra-filename=-9d48dbc14d847901 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-9d48dbc14d847901 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
783 | 2024-10-01T04:07:47.600Z | Compiling semver v1.0.23 |
784 | 2024-10-01T04:07:47.603Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a0ddd8d4bacabc37 -C extra-filename=-a0ddd8d4bacabc37 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-a0ddd8d4bacabc37 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
785 | 2024-10-01T04:07:47.627Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-f757875b7f5e6133/build-script-main` |
786 | 2024-10-01T04:07:47.695Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-f4cdd9d5575df0e2/build-script-build` |
787 | 2024-10-01T04:07:47.743Z | Running `/home/build/.rustup/toolchains/1.80.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=cfc793e731e72eec -C extra-filename=-cfc793e731e72eec --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-f3410c149ab9af68.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
788 | 2024-10-01T04:07:47.851Z | Running `/home/build/.rustup/toolchains/1.80.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=1dda31390670b80d -C extra-filename=-1dda31390670b80d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
789 | 2024-10-01T04:07:47.945Z | Compiling tracing-core v0.1.32 |
790 | 2024-10-01T04:07:47.948Z | Running `/home/build/.rustup/toolchains/1.80.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=87fd0d78f1889ce1 -C extra-filename=-87fd0d78f1889ce1 --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-28823f714dcb019b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
791 | 2024-10-01T04:07:47.984Z | Compiling iana-time-zone v0.1.58 |
792 | 2024-10-01T04:07:47.986Z | Running `/home/build/.rustup/toolchains/1.80.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=02c65a8c031daea3 -C extra-filename=-02c65a8c031daea3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
793 | 2024-10-01T04:07:48.009Z | Running `/home/build/.rustup/toolchains/1.80.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=f6c9a8ded0243516 -C extra-filename=-f6c9a8ded0243516 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
794 | 2024-10-01T04:07:48.091Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-9d48dbc14d847901/build-script-build` |
795 | 2024-10-01T04:07:48.165Z | Compiling openssl v0.10.59 |
796 | 2024-10-01T04:07:48.168Z | Running `/home/build/.rustup/toolchains/1.80.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=ab4d3147585b4178 -C extra-filename=-ab4d3147585b4178 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-ab4d3147585b4178 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
797 | 2024-10-01T04:07:48.201Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-a0ddd8d4bacabc37/build-script-build` |
798 | 2024-10-01T04:07:48.275Z | Compiling dyn-clone v1.0.16 |
799 | 2024-10-01T04:07:48.278Z | Running `/home/build/.rustup/toolchains/1.80.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=8fe51f8e99050663 -C extra-filename=-8fe51f8e99050663 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2024-10-01T04:07:48.349Z | Compiling crossbeam-utils v0.8.20 |
801 | 2024-10-01T04:07:48.353Z | Running `/home/build/.rustup/toolchains/1.80.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=d56e54fd7e9ad23b -C extra-filename=-d56e54fd7e9ad23b --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d56e54fd7e9ad23b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
802 | 2024-10-01T04:07:48.353Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-c6bd90b4a4aae6b0/build-script-main` |
803 | 2024-10-01T04:07:48.457Z | Compiling native-tls v0.2.11 |
804 | 2024-10-01T04:07:48.459Z | Running `/home/build/.rustup/toolchains/1.80.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=c7ca556833e3fa80 -C extra-filename=-c7ca556833e3fa80 --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-c7ca556833e3fa80 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
805 | 2024-10-01T04:07:48.511Z | Compiling rustls v0.23.13 |
806 | 2024-10-01T04:07:48.514Z | Running `/home/build/.rustup/toolchains/1.80.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=31f33fbd7ff7f456 -C extra-filename=-31f33fbd7ff7f456 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-31f33fbd7ff7f456 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
807 | 2024-10-01T04:07:48.597Z | Running `/home/build/.rustup/toolchains/1.80.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=e8932a9fabbdc4c8 -C extra-filename=-e8932a9fabbdc4c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
808 | 2024-10-01T04:07:48.626Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-ab4d3147585b4178/build-script-build` |
809 | 2024-10-01T04:07:48.659Z | Compiling aho-corasick v1.1.2 |
810 | 2024-10-01T04:07:48.667Z | Running `/home/build/.rustup/toolchains/1.80.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=482d7cc1195a7c63 -C extra-filename=-482d7cc1195a7c63 --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-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
811 | 2024-10-01T04:07:48.719Z | Compiling spin v0.9.8 |
812 | 2024-10-01T04:07:48.721Z | Running `/home/build/.rustup/toolchains/1.80.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=6c0087b6ac0cd8b1 -C extra-filename=-6c0087b6ac0cd8b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
813 | 2024-10-01T04:07:48.821Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-c7ca556833e3fa80/build-script-build` |
814 | 2024-10-01T04:07:48.855Z | Compiling regex-syntax v0.8.4 |
815 | 2024-10-01T04:07:48.858Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e5305eb307ec501c -C extra-filename=-e5305eb307ec501c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
816 | 2024-10-01T04:07:48.886Z | Compiling subtle v2.5.0 |
817 | 2024-10-01T04:07:48.886Z | Running `/home/build/.rustup/toolchains/1.80.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=6e86d0c67c39a55a -C extra-filename=-6e86d0c67c39a55a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
818 | 2024-10-01T04:07:48.934Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d56e54fd7e9ad23b/build-script-build` |
819 | 2024-10-01T04:07:48.960Z | Compiling time-core v0.1.2 |
820 | 2024-10-01T04:07:48.962Z | Running `/home/build/.rustup/toolchains/1.80.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=2ef82cba6bdf1dbb -C extra-filename=-2ef82cba6bdf1dbb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
821 | 2024-10-01T04:07:48.990Z | Compiling untrusted v0.9.0 |
822 | 2024-10-01T04:07:48.993Z | Running `/home/build/.rustup/toolchains/1.80.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=54e0d53795cfad75 -C extra-filename=-54e0d53795cfad75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
823 | 2024-10-01T04:07:49.125Z | Running `/home/build/.rustup/toolchains/1.80.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=cca8e6b50f910f45 -C extra-filename=-cca8e6b50f910f45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
824 | 2024-10-01T04:07:49.156Z | Compiling num-conv v0.1.0 |
825 | 2024-10-01T04:07:49.156Z | Running `/home/build/.rustup/toolchains/1.80.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=70a11d1796c15e25 -C extra-filename=-70a11d1796c15e25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
826 | 2024-10-01T04:07:49.182Z | Compiling ucd-trie v0.1.6 |
827 | 2024-10-01T04:07:49.184Z | Running `/home/build/.rustup/toolchains/1.80.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=889148b5005dc639 -C extra-filename=-889148b5005dc639 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
828 | 2024-10-01T04:07:49.345Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=5d879cdb3256d6f9 -C extra-filename=-5d879cdb3256d6f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
829 | 2024-10-01T04:07:49.405Z | Compiling rustix v0.38.37 |
830 | 2024-10-01T04:07:49.408Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=524b3fc733db22f1 -C extra-filename=-524b3fc733db22f1 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-524b3fc733db22f1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
831 | 2024-10-01T04:07:49.432Z | Compiling time-macros v0.2.18 |
832 | 2024-10-01T04:07:49.432Z | Running `/home/build/.rustup/toolchains/1.80.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=94d554a18023652c -C extra-filename=-94d554a18023652c --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-70a11d1796c15e25.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-2ef82cba6bdf1dbb.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
833 | 2024-10-01T04:07:49.584Z | Running `/home/build/.rustup/toolchains/1.80.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=54483748e671a245 -C extra-filename=-54483748e671a245 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
834 | 2024-10-01T04:07:49.663Z | Running `/home/build/.rustup/toolchains/1.80.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=aed00672b5bfbd70 -C extra-filename=-aed00672b5bfbd70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
835 | 2024-10-01T04:07:49.690Z | Compiling percent-encoding v2.3.1 |
836 | 2024-10-01T04:07:49.692Z | Running `/home/build/.rustup/toolchains/1.80.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=d47aac5d955790b2 -C extra-filename=-d47aac5d955790b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
837 | 2024-10-01T04:07:50.055Z | Running `/home/build/.rustup/toolchains/1.80.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=91474adc825aeb19 -C extra-filename=-91474adc825aeb19 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
838 | 2024-10-01T04:07:50.078Z | Running `/home/build/.rustup/toolchains/1.80.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=5d5db5d1ac88ecd3 -C extra-filename=-5d5db5d1ac88ecd3 --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-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rmeta --cap-lints allow '-Wclippy::unused-async'` |
839 | 2024-10-01T04:07:50.117Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-524b3fc733db22f1/build-script-build` |
840 | 2024-10-01T04:07:50.216Z | Running `/home/build/.rustup/toolchains/1.80.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=bb5bf85742ec23e8 -C extra-filename=-bb5bf85742ec23e8 --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-91474adc825aeb19.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
841 | 2024-10-01T04:07:50.253Z | Running `/home/build/.rustup/toolchains/1.80.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=0ab6943c827cc527 -C extra-filename=-0ab6943c827cc527 --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` |
842 | 2024-10-01T04:07:50.636Z | Compiling serde_derive_internals v0.29.1 |
843 | 2024-10-01T04:07:50.639Z | Running `/home/build/.rustup/toolchains/1.80.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=7bef50f05cc07209 -C extra-filename=-7bef50f05cc07209 --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-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
844 | 2024-10-01T04:07:50.677Z | Compiling try-lock v0.2.4 |
845 | 2024-10-01T04:07:50.677Z | Running `/home/build/.rustup/toolchains/1.80.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=3d2e7094dfd9fa86 -C extra-filename=-3d2e7094dfd9fa86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
846 | 2024-10-01T04:07:50.842Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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=85bdbf473a6c329c -C extra-filename=-85bdbf473a6c329c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
847 | 2024-10-01T04:07:50.934Z | Running `/home/build/.rustup/toolchains/1.80.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=ad16dff78d622066 -C extra-filename=-ad16dff78d622066 --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-54483748e671a245.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
848 | 2024-10-01T04:07:51.004Z | Compiling want v0.3.1 |
849 | 2024-10-01T04:07:51.007Z | Running `/home/build/.rustup/toolchains/1.80.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=df5c8e5d374fba31 -C extra-filename=-df5c8e5d374fba31 --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-3d2e7094dfd9fa86.rmeta --cap-lints allow '-Wclippy::unused-async'` |
850 | 2024-10-01T04:07:51.030Z | Running `/home/build/.rustup/toolchains/1.80.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=cddec283ab2d1766 -C extra-filename=-cddec283ab2d1766 --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-bb5bf85742ec23e8.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-5d5db5d1ac88ecd3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
851 | 2024-10-01T04:07:51.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=a6b2288cf29c84f9 -C extra-filename=-a6b2288cf29c84f9 --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-ab6e8cf4df12caa4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --cap-lints allow '-Wclippy::unused-async'` |
852 | 2024-10-01T04:07:51.866Z | Running `/home/build/.rustup/toolchains/1.80.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=b67f1d069baac52d -C extra-filename=-b67f1d069baac52d --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
853 | 2024-10-01T04:07:52.221Z | Compiling regex-automata v0.4.4 |
854 | 2024-10-01T04:07:52.224Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=2552b57e9dbdf359 -C extra-filename=-2552b57e9dbdf359 --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-482d7cc1195a7c63.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
855 | 2024-10-01T04:07:52.346Z | Running `/home/build/.rustup/toolchains/1.80.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=851b92aa013507c4 -C extra-filename=-851b92aa013507c4 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
856 | 2024-10-01T04:07:52.405Z | Compiling usdt-impl v0.5.0 |
857 | 2024-10-01T04:07:52.407Z | Running `/home/build/.rustup/toolchains/1.80.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=098a7b0d7e7f4da6 -C extra-filename=-098a7b0d7e7f4da6 --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-098a7b0d7e7f4da6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
858 | 2024-10-01T04:07:52.738Z | Compiling plain v0.2.3 |
859 | 2024-10-01T04:07:52.741Z | Running `/home/build/.rustup/toolchains/1.80.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=71cac1acd115030d -C extra-filename=-71cac1acd115030d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
860 | 2024-10-01T04:07:52.831Z | Compiling httpdate v1.0.3 |
861 | 2024-10-01T04:07:52.835Z | Running `/home/build/.rustup/toolchains/1.80.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=032889fe716cbc03 -C extra-filename=-032889fe716cbc03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
862 | 2024-10-01T04:07:52.892Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-098a7b0d7e7f4da6/build-script-build` |
863 | 2024-10-01T04:07:52.919Z | Running `/home/build/.rustup/toolchains/1.80.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=ecdfdeef4ffc16b4 -C extra-filename=-ecdfdeef4ffc16b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
864 | 2024-10-01T04:07:53.008Z | Compiling rustls-pki-types v1.9.0 |
865 | 2024-10-01T04:07:53.011Z | Running `/home/build/.rustup/toolchains/1.80.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=52829eec89f21c25 -C extra-filename=-52829eec89f21c25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
866 | 2024-10-01T04:07:53.038Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8e3ccc0a2524923 -C extra-filename=-d8e3ccc0a2524923 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-10-01T04:07:53.041Z | Compiling tinyvec_macros v0.1.1 |
868 | 2024-10-01T04:07:53.041Z | Running `/home/build/.rustup/toolchains/1.80.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=16d30bcaaf62fa4c -C extra-filename=-16d30bcaaf62fa4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
869 | 2024-10-01T04:07:53.161Z | Compiling pretty-hex v0.4.1 |
870 | 2024-10-01T04:07:53.163Z | Running `/home/build/.rustup/toolchains/1.80.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=fcf87414273f7f2d -C extra-filename=-fcf87414273f7f2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
871 | 2024-10-01T04:07:53.223Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d7ba7fb81c716b70 -C extra-filename=-d7ba7fb81c716b70 --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-d8e3ccc0a2524923.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)'` |
872 | 2024-10-01T04:07:53.246Z | Compiling tinyvec v1.6.0 |
873 | 2024-10-01T04:07:53.249Z | Running `/home/build/.rustup/toolchains/1.80.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=a2d50a0f42384bc7 -C extra-filename=-a2d50a0f42384bc7 --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-16d30bcaaf62fa4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
874 | 2024-10-01T04:07:53.360Z | Compiling crypto-common v0.1.6 |
875 | 2024-10-01T04:07:53.364Z | Running `/home/build/.rustup/toolchains/1.80.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=be51fc275040c3d1 -C extra-filename=-be51fc275040c3d1 --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-ad16dff78d622066.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-23163cb3357d0546.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-54483748e671a245.rmeta --cap-lints allow '-Wclippy::unused-async'` |
876 | 2024-10-01T04:07:53.385Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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="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=1fba35c896f6a37c -C extra-filename=-1fba35c896f6a37c --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-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
877 | 2024-10-01T04:07:53.559Z | Compiling form_urlencoded v1.2.1 |
878 | 2024-10-01T04:07:53.562Z | Running `/home/build/.rustup/toolchains/1.80.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=755223d9209c8c7a -C extra-filename=-755223d9209c8c7a --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-d47aac5d955790b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
879 | 2024-10-01T04:07:53.813Z | Compiling thread-id v4.2.1 |
880 | 2024-10-01T04:07:53.816Z | Running `/home/build/.rustup/toolchains/1.80.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=9fbe1b77fc3fd3c5 -C extra-filename=-9fbe1b77fc3fd3c5 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
881 | 2024-10-01T04:07:53.889Z | Compiling atomic-waker v1.1.2 |
882 | 2024-10-01T04:07:53.892Z | Running `/home/build/.rustup/toolchains/1.80.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=f25be89d1b1e7e4a -C extra-filename=-f25be89d1b1e7e4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
883 | 2024-10-01T04:07:53.933Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=6bb8c38f9135430e -C extra-filename=-6bb8c38f9135430e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
884 | 2024-10-01T04:07:54.088Z | Compiling anyhow v1.0.89 |
885 | 2024-10-01T04:07:54.090Z | Running `/home/build/.rustup/toolchains/1.80.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.89/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=116f2cab7fb0fc6d -C extra-filename=-116f2cab7fb0fc6d --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-116f2cab7fb0fc6d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
886 | 2024-10-01T04:07:54.216Z | Compiling tower-service v0.3.2 |
887 | 2024-10-01T04:07:54.218Z | Running `/home/build/.rustup/toolchains/1.80.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=c99ce94b466c9863 -C extra-filename=-c99ce94b466c9863 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
888 | 2024-10-01T04:07:54.241Z | Compiling ppv-lite86 v0.2.17 |
889 | 2024-10-01T04:07:54.286Z | Running `/home/build/.rustup/toolchains/1.80.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=cc94a70edb4bbb60 -C extra-filename=-cc94a70edb4bbb60 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
890 | 2024-10-01T04:07:54.353Z | Running `/home/build/.rustup/toolchains/1.80.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=7681dd2dd487d9bd -C extra-filename=-7681dd2dd487d9bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
891 | 2024-10-01T04:07:54.457Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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", "unstable"))' -C metadata=a74c4e5cb1db3a1e -C extra-filename=-a74c4e5cb1db3a1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-10-01T04:07:54.532Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=26c6af3c55e4426c -C extra-filename=-26c6af3c55e4426c --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-d7ba7fb81c716b70.rmeta --cap-lints allow '-Wclippy::unused-async'` |
893 | 2024-10-01T04:07:54.694Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-116f2cab7fb0fc6d/build-script-build` |
894 | 2024-10-01T04:07:54.719Z | Compiling unicode-normalization v0.1.22 |
895 | 2024-10-01T04:07:54.721Z | Running `/home/build/.rustup/toolchains/1.80.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=856a75cd1d5d13e7 -C extra-filename=-856a75cd1d5d13e7 --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-a2d50a0f42384bc7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
896 | 2024-10-01T04:07:54.762Z | Running `/home/build/.rustup/toolchains/1.80.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=acabb1d36e662a80 -C extra-filename=-acabb1d36e662a80 --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)'` |
897 | 2024-10-01T04:07:54.871Z | Running `/home/build/.rustup/toolchains/1.80.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=4789e60a490f9a82 -C extra-filename=-4789e60a490f9a82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
898 | 2024-10-01T04:07:54.981Z | Compiling rand_chacha v0.3.1 |
899 | 2024-10-01T04:07:55.016Z | Running `/home/build/.rustup/toolchains/1.80.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=c37267f532329cd7 -C extra-filename=-c37267f532329cd7 --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-cc94a70edb4bbb60.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-23163cb3357d0546.rmeta --cap-lints allow '-Wclippy::unused-async'` |
900 | 2024-10-01T04:07:55.116Z | Running `/home/build/.rustup/toolchains/1.80.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=d2ab617a1b1f7482 -C extra-filename=-d2ab617a1b1f7482 --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-8efed58975461d7a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
901 | 2024-10-01T04:07:55.265Z | Compiling zeroize v1.7.0 |
902 | 2024-10-01T04:07:55.268Z | Running `/home/build/.rustup/toolchains/1.80.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=0616ca7d7ca74d2f -C extra-filename=-0616ca7d7ca74d2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
903 | 2024-10-01T04:07:55.521Z | Running `/home/build/.rustup/toolchains/1.80.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=a594b8da26056778 -C extra-filename=-a594b8da26056778 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
904 | 2024-10-01T04:07:55.607Z | Compiling unicode-bidi v0.3.13 |
905 | 2024-10-01T04:07:55.609Z | Running `/home/build/.rustup/toolchains/1.80.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=13d20a39f67e1c96 -C extra-filename=-13d20a39f67e1c96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
906 | 2024-10-01T04:07:55.713Z | Running `/home/build/.rustup/toolchains/1.80.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=3290b9589309a163 -C extra-filename=-3290b9589309a163 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
907 | 2024-10-01T04:07:55.766Z | Compiling rand v0.8.5 |
908 | 2024-10-01T04:07:55.769Z | Running `/home/build/.rustup/toolchains/1.80.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=7a2f8ac4dfeb8a69 -C extra-filename=-7a2f8ac4dfeb8a69 --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-c2875ed331cfe8e7.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c37267f532329cd7.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-23163cb3357d0546.rmeta --cap-lints allow '-Wclippy::unused-async'` |
909 | 2024-10-01T04:07:55.795Z | Compiling serde_derive v1.0.210 |
910 | 2024-10-01T04:07:55.797Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=dd69fa48cd329713 -C extra-filename=-dd69fa48cd329713 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
911 | 2024-10-01T04:07:55.825Z | Compiling zerocopy-derive v0.7.32 |
912 | 2024-10-01T04:07:55.866Z | Running `/home/build/.rustup/toolchains/1.80.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=1bc23ed15c1ba08c -C extra-filename=-1bc23ed15c1ba08c --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
913 | 2024-10-01T04:07:56.078Z | Compiling thiserror-impl v1.0.64 |
914 | 2024-10-01T04:07:56.080Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad4c6d3f07becfd4 -C extra-filename=-ad4c6d3f07becfd4 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
915 | 2024-10-01T04:07:56.118Z | Compiling tokio-macros v2.4.0 |
916 | 2024-10-01T04:07:56.121Z | Running `/home/build/.rustup/toolchains/1.80.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=a7bdda68f366217a -C extra-filename=-a7bdda68f366217a --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
917 | 2024-10-01T04:07:56.695Z | Compiling futures-macro v0.3.30 |
918 | 2024-10-01T04:07:56.697Z | Running `/home/build/.rustup/toolchains/1.80.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.30/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=08466609a3e99857 -C extra-filename=-08466609a3e99857 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
919 | 2024-10-01T04:07:57.132Z | Compiling tracing-attributes v0.1.27 |
920 | 2024-10-01T04:07:57.134Z | Running `/home/build/.rustup/toolchains/1.80.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=9cfa176129f5d115 -C extra-filename=-9cfa176129f5d115 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
921 | 2024-10-01T04:07:57.158Z | Compiling schemars_derive v0.8.21 |
922 | 2024-10-01T04:07:57.161Z | Running `/home/build/.rustup/toolchains/1.80.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=1e13f9dbcba906f4 -C extra-filename=-1e13f9dbcba906f4 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-7bef50f05cc07209.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
923 | 2024-10-01T04:07:57.657Z | Compiling openssl-macros v0.1.1 |
924 | 2024-10-01T04:07:57.713Z | Running `/home/build/.rustup/toolchains/1.80.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=1bfc7456fddffe31 -C extra-filename=-1bfc7456fddffe31 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
925 | 2024-10-01T04:07:57.828Z | Compiling zerocopy v0.7.32 |
926 | 2024-10-01T04:07:57.838Z | Running `/home/build/.rustup/toolchains/1.80.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=395988aa6009c9fb -C extra-filename=-395988aa6009c9fb --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-0f8824dde2de2115.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-1bc23ed15c1ba08c.so --cap-lints allow '-Wclippy::unused-async'` |
927 | 2024-10-01T04:07:58.488Z | Running `/home/build/.rustup/toolchains/1.80.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=7c5f4f2007e4e2af -C extra-filename=-7c5f4f2007e4e2af --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-39c7342ca60225ec.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-1bc23ed15c1ba08c.so --cap-lints allow '-Wclippy::unused-async'` |
928 | 2024-10-01T04:07:58.592Z | Compiling futures-util v0.3.30 |
929 | 2024-10-01T04:07:58.594Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=43529a2db84c19e0 -C extra-filename=-43529a2db84c19e0 --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-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-08466609a3e99857.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-54bfb5920e40f070.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --cap-lints allow '-Wclippy::unused-async'` |
930 | 2024-10-01T04:07:58.961Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77d0c1d645d8a333 -C extra-filename=-77d0c1d645d8a333 --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-ad4c6d3f07becfd4.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
931 | 2024-10-01T04:07:59.109Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a19a8effb08b528 -C extra-filename=-3a19a8effb08b528 --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-ad4c6d3f07becfd4.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
932 | 2024-10-01T04:07:59.260Z | Compiling scroll_derive v0.12.0 |
933 | 2024-10-01T04:07:59.262Z | Running `/home/build/.rustup/toolchains/1.80.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=456d4c91a50b294d -C extra-filename=-456d4c91a50b294d --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
934 | 2024-10-01T04:07:59.436Z | Running `/home/build/.rustup/toolchains/1.80.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=ceb835dcb31fe072 -C extra-filename=-ceb835dcb31fe072 --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-a5519019ef749be0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-395988aa6009c9fb.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
935 | 2024-10-01T04:07:59.946Z | Compiling hashbrown v0.14.3 |
936 | 2024-10-01T04:07:59.949Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=80f86800d1ab2a67 -C extra-filename=-80f86800d1ab2a67 --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-ceb835dcb31fe072.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-15025b4c32d9970f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
937 | 2024-10-01T04:08:00.075Z | Running `/home/build/.rustup/toolchains/1.80.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=d0c834b86c69872a -C extra-filename=-d0c834b86c69872a --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-4e1981e6060e5d9b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7c5f4f2007e4e2af.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
938 | 2024-10-01T04:08:00.194Z | Compiling pest v2.7.6 |
939 | 2024-10-01T04:08:00.196Z | Running `/home/build/.rustup/toolchains/1.80.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=edd4d5badbec6a27 -C extra-filename=-edd4d5badbec6a27 --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-a514a834b938d5ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-889148b5005dc639.rmeta --cap-lints allow '-Wclippy::unused-async'` |
940 | 2024-10-01T04:08:00.490Z | Compiling tracing v0.1.40 |
941 | 2024-10-01T04:08:00.493Z | Running `/home/build/.rustup/toolchains/1.80.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=ea50d9b86ecafc42 -C extra-filename=-ea50d9b86ecafc42 --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-230bb2fcd0a13475.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-9cfa176129f5d115.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
942 | 2024-10-01T04:08:00.578Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=fa60a223a7636138 -C extra-filename=-fa60a223a7636138 --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-d0c834b86c69872a.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-62293423de7cb9ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
943 | 2024-10-01T04:08:00.713Z | Compiling scroll v0.12.0 |
944 | 2024-10-01T04:08:00.736Z | Running `/home/build/.rustup/toolchains/1.80.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=27f8266953574c88 -C extra-filename=-27f8266953574c88 --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-456d4c91a50b294d.so --cap-lints allow '-Wclippy::unused-async'` |
945 | 2024-10-01T04:08:00.939Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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="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=d64d7f538118dc39 -C extra-filename=-d64d7f538118dc39 --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-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a74c4e5cb1db3a1e.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-08466609a3e99857.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-7681dd2dd487d9bd.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-ecdfdeef4ffc16b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
946 | 2024-10-01T04:08:00.982Z | Compiling regex v1.10.6 |
947 | 2024-10-01T04:08:00.984Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=02e6583407a27403 -C extra-filename=-02e6583407a27403 --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-482d7cc1195a7c63.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-2552b57e9dbdf359.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
948 | 2024-10-01T04:08:01.253Z | Compiling goblin v0.8.0 |
949 | 2024-10-01T04:08:01.256Z | Running `/home/build/.rustup/toolchains/1.80.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=b35715583bfa8d6c -C extra-filename=-b35715583bfa8d6c --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-e2b267480d6b7b97.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-71cac1acd115030d.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-27f8266953574c88.rmeta --cap-lints allow '-Wclippy::unused-async'` |
950 | 2024-10-01T04:08:01.284Z | Compiling idna v0.4.0 |
951 | 2024-10-01T04:08:01.287Z | Running `/home/build/.rustup/toolchains/1.80.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=6ea38ea1685b26a9 -C extra-filename=-6ea38ea1685b26a9 --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-13d20a39f67e1c96.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-856a75cd1d5d13e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
952 | 2024-10-01T04:08:01.936Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=95c05fd39b007d35 -C extra-filename=-95c05fd39b007d35 --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-d7ba7fb81c716b70.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-26c6af3c55e4426c.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-d8e3ccc0a2524923.rmeta --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-10-01T04:08:01.939Z | Running `/home/build/.rustup/toolchains/1.80.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=1e9c8c4cd32d039e -C extra-filename=-1e9c8c4cd32d039e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
954 | 2024-10-01T04:08:02.201Z | Running `/home/build/.rustup/toolchains/1.80.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=dfaedd776312c878 -C extra-filename=-dfaedd776312c878 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
955 | 2024-10-01T04:08:02.382Z | Running `/home/build/.rustup/toolchains/1.80.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=bb453ef59e4d5ea9 -C extra-filename=-bb453ef59e4d5ea9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
956 | 2024-10-01T04:08:02.742Z | Compiling pest_meta v2.7.6 |
957 | 2024-10-01T04:08:02.744Z | Running `/home/build/.rustup/toolchains/1.80.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=84e5efa0008a5715 -C extra-filename=-84e5efa0008a5715 --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-eb7edc1bfbb28116.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-edd4d5badbec6a27.rmeta --cap-lints allow '-Wclippy::unused-async'` |
958 | 2024-10-01T04:08:02.936Z | Running `/home/build/.rustup/toolchains/1.80.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=42aca4420fdf4d37 -C extra-filename=-42aca4420fdf4d37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
959 | 2024-10-01T04:08:03.015Z | Compiling mime v0.3.17 |
960 | 2024-10-01T04:08:03.018Z | Running `/home/build/.rustup/toolchains/1.80.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=5ec863f653959239 -C extra-filename=-5ec863f653959239 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
961 | 2024-10-01T04:08:03.041Z | Running `/home/build/.rustup/toolchains/1.80.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=c6bcd646edaf4c7a -C extra-filename=-c6bcd646edaf4c7a --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-42aca4420fdf4d37.rmeta --cap-lints allow '-Wclippy::unused-async'` |
962 | 2024-10-01T04:08:03.236Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b60456937c978ee2 -C extra-filename=-b60456937c978ee2 --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-dd69fa48cd329713.so --cap-lints allow '-Wclippy::unused-async' --cfg no_core_error --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)'` |
963 | 2024-10-01T04:08:03.710Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c0ebc99e4838641c -C extra-filename=-c0ebc99e4838641c --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-dd69fa48cd329713.so --cap-lints allow '-Wclippy::unused-async' --cfg no_core_error --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)'` |
964 | 2024-10-01T04:08:04.549Z | Compiling pest_generator v2.7.6 |
965 | 2024-10-01T04:08:04.570Z | Running `/home/build/.rustup/toolchains/1.80.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=4ee95e5a04d468a2 -C extra-filename=-4ee95e5a04d468a2 --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-edd4d5badbec6a27.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-84e5efa0008a5715.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
966 | 2024-10-01T04:08:04.643Z | Running `/home/build/.rustup/toolchains/1.80.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=d6ef9e0917726f45 -C extra-filename=-d6ef9e0917726f45 --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-bb453ef59e4d5ea9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
967 | 2024-10-01T04:08:04.953Z | Compiling url v2.4.1 |
968 | 2024-10-01T04:08:04.955Z | Running `/home/build/.rustup/toolchains/1.80.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=95ec7a6b75269530 -C extra-filename=-95ec7a6b75269530 --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-755223d9209c8c7a.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-6ea38ea1685b26a9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-10-01T04:08:06.276Z | Running `/home/build/.rustup/toolchains/1.80.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=d08afc8e0146239c -C extra-filename=-d08afc8e0146239c --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-eb7edc1bfbb28116.rmeta --cap-lints allow '-Wclippy::unused-async'` |
970 | 2024-10-01T04:08:06.634Z | Compiling pest_derive v2.7.6 |
971 | 2024-10-01T04:08:06.671Z | Running `/home/build/.rustup/toolchains/1.80.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=b94570f8bd894c12 -C extra-filename=-b94570f8bd894c12 --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-edd4d5badbec6a27.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-4ee95e5a04d468a2.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
972 | 2024-10-01T04:08:06.914Z | Running `/home/build/.rustup/toolchains/1.80.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=6405bb27b8ccbd03 -C extra-filename=-6405bb27b8ccbd03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
973 | 2024-10-01T04:08:06.966Z | Compiling foreign-types-shared v0.1.1 |
974 | 2024-10-01T04:08:06.969Z | Running `/home/build/.rustup/toolchains/1.80.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=a947d2347208e769 -C extra-filename=-a947d2347208e769 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
975 | 2024-10-01T04:08:07.086Z | Compiling foreign-types v0.3.2 |
976 | 2024-10-01T04:08:07.086Z | Running `/home/build/.rustup/toolchains/1.80.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=abb1355e464a6d6c -C extra-filename=-abb1355e464a6d6c --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-a947d2347208e769.rmeta --cap-lints allow '-Wclippy::unused-async'` |
977 | 2024-10-01T04:08:07.112Z | Running `/home/build/.rustup/toolchains/1.80.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=8c6bc14235a565b0 -C extra-filename=-8c6bc14235a565b0 --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-e8932a9fabbdc4c8.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-9cfa176129f5d115.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
978 | 2024-10-01T04:08:07.182Z | Running `/home/build/.rustup/toolchains/1.80.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=7a7af700ddc3c2bd -C extra-filename=-7a7af700ddc3c2bd --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-c6bcd646edaf4c7a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2024-10-01T04:08:07.471Z | Running `/home/build/.rustup/toolchains/1.80.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=f969d75f99838625 -C extra-filename=-f969d75f99838625 --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-c2875ed331cfe8e7.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` |
980 | 2024-10-01T04:08:07.517Z | Compiling dtrace-parser v0.2.0 |
981 | 2024-10-01T04:08:07.540Z | Running `/home/build/.rustup/toolchains/1.80.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=d3655d38dda4162d -C extra-filename=-d3655d38dda4162d --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-edd4d5badbec6a27.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-b94570f8bd894c12.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --cap-lints allow '-Wclippy::unused-async'` |
982 | 2024-10-01T04:08:07.578Z | Running `/home/build/.rustup/toolchains/1.80.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=ecfc0c2dc3d5167c -C extra-filename=-ecfc0c2dc3d5167c --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` |
983 | 2024-10-01T04:08:08.219Z | Compiling errno v0.3.9 |
984 | 2024-10-01T04:08:08.222Z | Running `/home/build/.rustup/toolchains/1.80.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=9a83469f8c03609f -C extra-filename=-9a83469f8c03609f --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
985 | 2024-10-01T04:08:08.257Z | Compiling encoding_rs v0.8.33 |
986 | 2024-10-01T04:08:08.259Z | Running `/home/build/.rustup/toolchains/1.80.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=d48dc2322585fb49 -C extra-filename=-d48dc2322585fb49 --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-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
987 | 2024-10-01T04:08:08.457Z | Running `/home/build/.rustup/toolchains/1.80.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=385f4c6a82c75c97 -C extra-filename=-385f4c6a82c75c97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
988 | 2024-10-01T04:08:08.792Z | Running `/home/build/.rustup/toolchains/1.80.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=13214c7187c806d1 -C extra-filename=-13214c7187c806d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
989 | 2024-10-01T04:08:08.857Z | Compiling ipnet v2.9.0 |
990 | 2024-10-01T04:08:08.861Z | Running `/home/build/.rustup/toolchains/1.80.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=6fa3726a53b738b9 -C extra-filename=-6fa3726a53b738b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
991 | 2024-10-01T04:08:08.909Z | Compiling rustversion v1.0.14 |
992 | 2024-10-01T04:08:08.912Z | Running `/home/build/.rustup/toolchains/1.80.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=4626de2aad02eb1c -C extra-filename=-4626de2aad02eb1c --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-4626de2aad02eb1c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
993 | 2024-10-01T04:08:09.140Z | Compiling bytes v1.7.2 |
994 | 2024-10-01T04:08:09.143Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d5934a78b86724da -C extra-filename=-d5934a78b86724da --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
995 | 2024-10-01T04:08:09.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=56d49b3bbb6f0202 -C extra-filename=-56d49b3bbb6f0202 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
996 | 2024-10-01T04:08:09.584Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ab055961b7de2001 -C extra-filename=-ab055961b7de2001 --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-8cc52081964995e5.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
997 | 2024-10-01T04:08:09.763Z | Compiling indexmap v2.5.0 |
998 | 2024-10-01T04:08:09.766Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=3e5f2d1f86126925 -C extra-filename=-3e5f2d1f86126925 --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-7943c5ddb3941705.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-80f86800d1ab2a67.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
999 | 2024-10-01T04:08:10.151Z | Compiling tokio v1.39.3 |
1000 | 2024-10-01T04:08:10.153Z | Running `/home/build/.rustup/toolchains/1.80.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=79776f44082a6682 -C extra-filename=-79776f44082a6682 --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-d5934a78b86724da.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ec86d871e455e7ef.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-23c7203385db6f7d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-c5a069121949e532.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-c7f69027dc82a2d8.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-a7bdda68f366217a.so --cap-lints allow '-Wclippy::unused-async'` |
1001 | 2024-10-01T04:08:10.217Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=101d7e0d6f9eb1c7 -C extra-filename=-101d7e0d6f9eb1c7 --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-50d6d50ac08479ce.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-fa60a223a7636138.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1002 | 2024-10-01T04:08:10.479Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=6d6f11d5c8126fb0 -C extra-filename=-6d6f11d5c8126fb0 --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-43ec1d403a4cd6b6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
1003 | 2024-10-01T04:08:10.733Z | Compiling bitflags v2.6.0 |
1004 | 2024-10-01T04:08:10.736Z | Running `/home/build/.rustup/toolchains/1.80.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=a103dec0646dda7a -C extra-filename=-a103dec0646dda7a --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1005 | 2024-10-01T04:08:11.204Z | Compiling serde_tokenstream v0.2.2 |
1006 | 2024-10-01T04:08:11.207Z | Running `/home/build/.rustup/toolchains/1.80.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=939e49985b781582 -C extra-filename=-939e49985b781582 --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-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1007 | 2024-10-01T04:08:11.249Z | Compiling http v1.1.0 |
1008 | 2024-10-01T04:08:11.251Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=29310c2d6f1f990c -C extra-filename=-29310c2d6f1f990c --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-56d49b3bbb6f0202.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1009 | 2024-10-01T04:08:11.705Z | Compiling uuid v1.10.0 |
1010 | 2024-10-01T04:08:11.707Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=869b4aa77081bc46 -C extra-filename=-869b4aa77081bc46 --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-8efed58975461d7a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1011 | 2024-10-01T04:08:11.768Z | Compiling chrono v0.4.38 |
1012 | 2024-10-01T04:08:11.771Z | Running `/home/build/.rustup/toolchains/1.80.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=79ad7134db5b02b1 -C extra-filename=-79ad7134db5b02b1 --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-02c65a8c031daea3.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-10-01T04:08:12.059Z | Running `/home/build/.rustup/toolchains/1.80.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=17f3b14b07138ba4 -C extra-filename=-17f3b14b07138ba4 --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-f6c9a8ded0243516.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1014 | 2024-10-01T04:08:12.503Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3b7bb00fb8be0356 -C extra-filename=-3b7bb00fb8be0356 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1015 | 2024-10-01T04:08:13.147Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=d2f8f8a9247d11ef -C extra-filename=-d2f8f8a9247d11ef --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-1d2d979017cfa5ff.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1016 | 2024-10-01T04:08:13.240Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6575c6488feed6d -C extra-filename=-d6575c6488feed6d --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-d5934a78b86724da.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2024-10-01T04:08:13.473Z | Running `/home/build/.rustup/toolchains/1.80.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=91dda8a7ee650111 -C extra-filename=-91dda8a7ee650111 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1018 | 2024-10-01T04:08:13.547Z | Compiling openapiv3 v2.0.0 |
1019 | 2024-10-01T04:08:13.550Z | Running `/home/build/.rustup/toolchains/1.80.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=769851b2c88a8160 -C extra-filename=-769851b2c88a8160 --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-3e5f2d1f86126925.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1020 | 2024-10-01T04:08:13.902Z | Running `/home/build/.rustup/toolchains/1.80.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=310bff29be450614 -C extra-filename=-310bff29be450614 --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-56d49b3bbb6f0202.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a6b2288cf29c84f9.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-cddec283ab2d1766.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-851b92aa013507c4.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-b67f1d069baac52d.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-a7bdda68f366217a.so --cap-lints allow '-Wclippy::unused-async'` |
1021 | 2024-10-01T04:08:14.065Z | Running `/home/build/.rustup/toolchains/1.80.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=dc0765230c290eef -C extra-filename=-dc0765230c290eef --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-56d49b3bbb6f0202.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-8fe51f8e99050663.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-1e13f9dbcba906f4.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1022 | 2024-10-01T04:08:15.134Z | Running `/home/build/.rustup/toolchains/1.80.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=731ddee2a46dbc32 -C extra-filename=-731ddee2a46dbc32 --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-d5934a78b86724da.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-cca8e6b50f910f45.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-1e13f9dbcba906f4.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1023 | 2024-10-01T04:08:15.986Z | Compiling dof v0.3.0 |
1024 | 2024-10-01T04:08:16.011Z | Running `/home/build/.rustup/toolchains/1.80.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=2c5ce474e5d8f66c -C extra-filename=-2c5ce474e5d8f66c --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-b35715583bfa8d6c.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-fcf87414273f7f2d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-395988aa6009c9fb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1025 | 2024-10-01T04:08:16.034Z | Compiling toml_datetime v0.6.8 |
1026 | 2024-10-01T04:08:16.037Z | Compiling http-body v1.0.1 |
1027 | 2024-10-01T04:08:16.037Z | Running `/home/build/.rustup/toolchains/1.80.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=c61fc4d125651862 -C extra-filename=-c61fc4d125651862 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1028 | 2024-10-01T04:08:16.037Z | Running `/home/build/.rustup/toolchains/1.80.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=4050620a679fd4d9 -C extra-filename=-4050620a679fd4d9 --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-d5934a78b86724da.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1029 | 2024-10-01T04:08:16.287Z | Running `/home/build/.rustup/toolchains/1.80.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=8d4619c3f8a4b79c -C extra-filename=-8d4619c3f8a4b79c --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-56d49b3bbb6f0202.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1030 | 2024-10-01T04:08:16.519Z | Compiling serde_spanned v0.6.7 |
1031 | 2024-10-01T04:08:16.522Z | Running `/home/build/.rustup/toolchains/1.80.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=17b25ab73f2f5743 -C extra-filename=-17b25ab73f2f5743 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1032 | 2024-10-01T04:08:16.545Z | Running `/home/build/.rustup/toolchains/1.80.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=771051d25637aabf -C extra-filename=-771051d25637aabf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1033 | 2024-10-01T04:08:16.736Z | Running `/home/build/.rustup/toolchains/1.80.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=23add96f87dabacf -C extra-filename=-23add96f87dabacf --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-0f8824dde2de2115.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-2c5ce474e5d8f66c.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-d3655d38dda4162d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-9fbe1b77fc3fd3c5.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1034 | 2024-10-01T04:08:17.300Z | Running `/home/build/.rustup/toolchains/1.80.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=723acf0ef2f7b5c3 -C extra-filename=-723acf0ef2f7b5c3 --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-771051d25637aabf.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-7a7af700ddc3c2bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1035 | 2024-10-01T04:08:17.691Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=e6fbfdbea3bd4702 -C extra-filename=-e6fbfdbea3bd4702 --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-a103dec0646dda7a.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-9a83469f8c03609f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1036 | 2024-10-01T04:08:17.694Z | Running `/home/build/.rustup/toolchains/1.80.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=dd7128ba11fd0198 -C extra-filename=-dd7128ba11fd0198 --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-a103dec0646dda7a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-abb1355e464a6d6c.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-1bfc7456fddffe31.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-f969d75f99838625.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` |
1037 | 2024-10-01T04:08:17.735Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-4626de2aad02eb1c/build-script-build` |
1038 | 2024-10-01T04:08:17.812Z | Compiling serde_urlencoded v0.7.1 |
1039 | 2024-10-01T04:08:17.815Z | Running `/home/build/.rustup/toolchains/1.80.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=814cd5cb4ab38e2d -C extra-filename=-814cd5cb4ab38e2d --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-755223d9209c8c7a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1040 | 2024-10-01T04:08:18.049Z | Compiling tokio-util v0.7.11 |
1041 | 2024-10-01T04:08:18.051Z | Running `/home/build/.rustup/toolchains/1.80.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=3551f803620d48bf -C extra-filename=-3551f803620d48bf --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-d5934a78b86724da.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1042 | 2024-10-01T04:08:18.358Z | Compiling usdt-attr-macro v0.5.0 |
1043 | 2024-10-01T04:08:18.361Z | Running `/home/build/.rustup/toolchains/1.80.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=56d342d6b9b92a8b -C extra-filename=-56d342d6b9b92a8b --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-d3655d38dda4162d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-939e49985b781582.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-23add96f87dabacf.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1044 | 2024-10-01T04:08:18.779Z | Compiling usdt-macro v0.5.0 |
1045 | 2024-10-01T04:08:18.781Z | Running `/home/build/.rustup/toolchains/1.80.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=dada20e15e0aa2d6 -C extra-filename=-dada20e15e0aa2d6 --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-d3655d38dda4162d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-939e49985b781582.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-23add96f87dabacf.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1046 | 2024-10-01T04:08:18.834Z | Running `/home/build/.rustup/toolchains/1.80.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=faf8e41c34ff6fb1 -C extra-filename=-faf8e41c34ff6fb1 --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-13214c7187c806d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-10-01T04:08:19.112Z | Compiling h2 v0.4.6 |
1048 | 2024-10-01T04:08:19.112Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=faf2d516d28f436a -C extra-filename=-faf2d516d28f436a --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-f25be89d1b1e7e4a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d5934a78b86724da.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3551f803620d48bf.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2024-10-01T04:08:19.377Z | Compiling regress v0.10.1 |
1050 | 2024-10-01T04:08:19.381Z | Running `/home/build/.rustup/toolchains/1.80.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=a3bae667f571e3e2 -C extra-filename=-a3bae667f571e3e2 --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-80f86800d1ab2a67.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1051 | 2024-10-01T04:08:19.977Z | Compiling openssl-probe v0.1.5 |
1052 | 2024-10-01T04:08:19.979Z | Running `/home/build/.rustup/toolchains/1.80.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=41da366fb507d32a -C extra-filename=-41da366fb507d32a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1053 | 2024-10-01T04:08:20.268Z | Running `/home/build/.rustup/toolchains/1.80.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=1607279b3de4988d -C extra-filename=-1607279b3de4988d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2024-10-01T04:08:20.372Z | Compiling powerfmt v0.2.0 |
1055 | 2024-10-01T04:08:20.375Z | Running `/home/build/.rustup/toolchains/1.80.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=cd6dbcb3aae7b11c -C extra-filename=-cd6dbcb3aae7b11c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1056 | 2024-10-01T04:08:20.400Z | Running `/home/build/.rustup/toolchains/1.80.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=a8c6ce808d11ac1b -C extra-filename=-a8c6ce808d11ac1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2024-10-01T04:08:20.670Z | Running `/home/build/.rustup/toolchains/1.80.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=8880e1c3725e54a1 -C extra-filename=-8880e1c3725e54a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1058 | 2024-10-01T04:08:20.726Z | Compiling deranged v0.3.9 |
1059 | 2024-10-01T04:08:20.729Z | Running `/home/build/.rustup/toolchains/1.80.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=65df9d5fa2d9189a -C extra-filename=-65df9d5fa2d9189a --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-cd6dbcb3aae7b11c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1060 | 2024-10-01T04:08:20.813Z | Running `/home/build/.rustup/toolchains/1.80.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=0b2f85dc02f391c3 -C extra-filename=-0b2f85dc02f391c3 --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-1607279b3de4988d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1061 | 2024-10-01T04:08:20.917Z | Running `/home/build/.rustup/toolchains/1.80.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=df6e991f2d774ffe -C extra-filename=-df6e991f2d774ffe --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-d6ef9e0917726f45.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-723acf0ef2f7b5c3.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1062 | 2024-10-01T04:08:21.466Z | Running `/home/build/.rustup/toolchains/1.80.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=b443d9407c9f9713 -C extra-filename=-b443d9407c9f9713 --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-8880e1c3725e54a1.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d2ab617a1b1f7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1063 | 2024-10-01T04:08:22.454Z | Running `/home/build/.rustup/toolchains/1.80.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=cc5d3f5970cbb605 -C extra-filename=-cc5d3f5970cbb605 --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-56d49b3bbb6f0202.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1064 | 2024-10-01T04:08:22.513Z | Running `/home/build/.rustup/toolchains/1.80.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=62bcee78943fce95 -C extra-filename=-62bcee78943fce95 --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'` |
1065 | 2024-10-01T04:08:22.677Z | Compiling http-body-util v0.1.2 |
1066 | 2024-10-01T04:08:22.681Z | Running `/home/build/.rustup/toolchains/1.80.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=dc0ca17435efec2f -C extra-filename=-dc0ca17435efec2f --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-d5934a78b86724da.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4050620a679fd4d9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2024-10-01T04:08:23.216Z | Compiling typify-impl v0.2.0 |
1068 | 2024-10-01T04:08:23.219Z | Running `/home/build/.rustup/toolchains/1.80.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=15e40eb0f88d83c7 -C extra-filename=-15e40eb0f88d83c7 --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-3aa9cbeacb7cb070.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-a3bae667f571e3e2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-3b7bb00fb8be0356.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-a71f852ceae4fded.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2024-10-01T04:08:23.721Z | Compiling hyper v1.4.1 |
1070 | 2024-10-01T04:08:23.724Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=1d835e408ff332ef -C extra-filename=-1d835e408ff332ef --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-d5934a78b86724da.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-faf2d516d28f436a.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4050620a679fd4d9.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-0ab6943c827cc527.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-032889fe716cbc03.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-df5c8e5d374fba31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2024-10-01T04:08:23.861Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=9e437965c8cc5f29 -C extra-filename=-9e437965c8cc5f29 --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-6405bb27b8ccbd03.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-56d49b3bbb6f0202.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-3e5f2d1f86126925.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-ecdfdeef4ffc16b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-cc5d3f5970cbb605.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8c6bc14235a565b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1072 | 2024-10-01T04:08:24.005Z | Running `/home/build/.rustup/toolchains/1.80.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=fb4ee6fba3dee1b2 -C extra-filename=-fb4ee6fba3dee1b2 --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-e9dd13923fd3a944.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-dd7128ba11fd0198.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-41da366fb507d32a.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-f969d75f99838625.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1073 | 2024-10-01T04:08:24.656Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ce2b9d2db6bea9ab -C extra-filename=-ce2b9d2db6bea9ab --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1074 | 2024-10-01T04:08:25.486Z | Compiling futures-executor v0.3.30 |
1075 | 2024-10-01T04:08:25.489Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=efac6042795d2135 -C extra-filename=-efac6042795d2135 --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-894f78bc976de0e5.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2024-10-01T04:08:25.583Z | Running `/home/build/.rustup/toolchains/1.80.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=9909c2ad2bd27c41 -C extra-filename=-9909c2ad2bd27c41 --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-ab6e8cf4df12caa4.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` |
1077 | 2024-10-01T04:08:26.100Z | Running `/home/build/.rustup/toolchains/1.80.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=f21f2071434b2ca6 -C extra-filename=-f21f2071434b2ca6 --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-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2024-10-01T04:08:26.641Z | Compiling hyper-util v0.1.9 |
1079 | 2024-10-01T04:08:26.643Z | Running `/home/build/.rustup/toolchains/1.80.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=7bd27e5dcbb05ca3 -C extra-filename=-7bd27e5dcbb05ca3 --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-d5934a78b86724da.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4050620a679fd4d9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-c7f69027dc82a2d8.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1080 | 2024-10-01T04:08:26.704Z | Running `/home/build/.rustup/toolchains/1.80.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=e35d798f188c62db -C extra-filename=-e35d798f188c62db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2024-10-01T04:08:26.842Z | Compiling num_threads v0.1.6 |
1082 | 2024-10-01T04:08:26.845Z | Running `/home/build/.rustup/toolchains/1.80.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=f4a8eb3736d6eba6 -C extra-filename=-f4a8eb3736d6eba6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2024-10-01T04:08:26.925Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d3d3dd212c744d95 -C extra-filename=-d3d3dd212c744d95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2024-10-01T04:08:26.983Z | Compiling time v0.3.36 |
1085 | 2024-10-01T04:08:26.986Z | Running `/home/build/.rustup/toolchains/1.80.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=b47577b0f94fb68e -C extra-filename=-b47577b0f94fb68e --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-65df9d5fa2d9189a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-70a11d1796c15e25.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-f4a8eb3736d6eba6.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-cd6dbcb3aae7b11c.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-2ef82cba6bdf1dbb.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2024-10-01T04:08:27.079Z | Running `/home/build/.rustup/toolchains/1.80.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=44be33b66b082c0e -C extra-filename=-44be33b66b082c0e --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-91dda8a7ee650111.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-0b2f85dc02f391c3.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-1bfc7456fddffe31.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9909c2ad2bd27c41.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` |
1087 | 2024-10-01T04:08:28.182Z | Compiling tokio-native-tls v0.3.1 |
1088 | 2024-10-01T04:08:28.185Z | Running `/home/build/.rustup/toolchains/1.80.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=1413cec76d9c4091 -C extra-filename=-1413cec76d9c4091 --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-fb4ee6fba3dee1b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1089 | 2024-10-01T04:08:28.448Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=bb73d197a7f65d45 -C extra-filename=-bb73d197a7f65d45 --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-56d49b3bbb6f0202.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-9e437965c8cc5f29.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8d4619c3f8a4b79c.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-ecfc0c2dc3d5167c.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-a8c6ce808d11ac1b.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-faf8e41c34ff6fb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2024-10-01T04:08:29.503Z | Running `/home/build/.rustup/toolchains/1.80.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=adf9120fc2ded6d1 -C extra-filename=-adf9120fc2ded6d1 --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-ab6e8cf4df12caa4.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-b443d9407c9f9713.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d2ab617a1b1f7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1091 | 2024-10-01T04:08:30.605Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=608eb497a4d963af -C extra-filename=-608eb497a4d963af --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-f21f2071434b2ca6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1092 | 2024-10-01T04:08:30.811Z | Compiling webpki-roots v0.26.6 |
1093 | 2024-10-01T04:08:30.814Z | Running `/home/build/.rustup/toolchains/1.80.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=504afb9d02b6bce7 -C extra-filename=-504afb9d02b6bce7 --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-52829eec89f21c25.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2024-10-01T04:08:31.038Z | Running `/home/build/.rustup/toolchains/1.80.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=bccc0f2ca97cbc05 -C extra-filename=-bccc0f2ca97cbc05 --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-56d49b3bbb6f0202.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8d4619c3f8a4b79c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-b67f1d069baac52d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8c6bc14235a565b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1095 | 2024-10-01T04:08:31.555Z | Compiling rustls-pemfile v2.2.0 |
1096 | 2024-10-01T04:08:31.584Z | Running `/home/build/.rustup/toolchains/1.80.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.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=9e4b41312bb0f4e7 -C extra-filename=-9e4b41312bb0f4e7 --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-52829eec89f21c25.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1097 | 2024-10-01T04:08:31.930Z | Compiling block-buffer v0.10.4 |
1098 | 2024-10-01T04:08:31.933Z | Running `/home/build/.rustup/toolchains/1.80.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=3cf94d80cbe2178b -C extra-filename=-3cf94d80cbe2178b --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-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1099 | 2024-10-01T04:08:31.970Z | Running `/home/build/.rustup/toolchains/1.80.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=131497084c35547f -C extra-filename=-131497084c35547f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1100 | 2024-10-01T04:08:32.146Z | Compiling camino v1.1.9 |
1101 | 2024-10-01T04:08:32.148Z | Running `/home/build/.rustup/toolchains/1.80.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=699ae6ec4bd79219 -C extra-filename=-699ae6ec4bd79219 --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-699ae6ec4bd79219 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2024-10-01T04:08:32.218Z | Running `/home/build/.rustup/toolchains/1.80.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=8d633c6e9deeb7ee -C extra-filename=-8d633c6e9deeb7ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1103 | 2024-10-01T04:08:32.657Z | Compiling base64 v0.22.1 |
1104 | 2024-10-01T04:08:32.722Z | Running `/home/build/.rustup/toolchains/1.80.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=09a04b980b3df7cf -C extra-filename=-09a04b980b3df7cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1105 | 2024-10-01T04:08:32.730Z | Running `/home/build/.rustup/toolchains/1.80.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=db5595f332fd4543 -C extra-filename=-db5595f332fd4543 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1106 | 2024-10-01T04:08:32.833Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-699ae6ec4bd79219/build-script-build` |
1107 | 2024-10-01T04:08:32.910Z | Running `/home/build/.rustup/toolchains/1.80.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=b9c90d2cdbb29416 -C extra-filename=-b9c90d2cdbb29416 --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-8d633c6e9deeb7ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1108 | 2024-10-01T04:08:33.053Z | Compiling digest v0.10.7 |
1109 | 2024-10-01T04:08:33.056Z | Running `/home/build/.rustup/toolchains/1.80.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=3aecb30fe4648cee -C extra-filename=-3aecb30fe4648cee --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-3cf94d80cbe2178b.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-be51fc275040c3d1.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-10-01T04:08:33.477Z | Running `/home/build/.rustup/toolchains/1.80.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=9b5d992ceb5bb771 -C extra-filename=-9b5d992ceb5bb771 --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-e2b267480d6b7b97.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-44be33b66b082c0e.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-db5595f332fd4543.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9909c2ad2bd27c41.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1111 | 2024-10-01T04:08:33.514Z | Compiling hyper-tls v0.6.0 |
1112 | 2024-10-01T04:08:33.517Z | Running `/home/build/.rustup/toolchains/1.80.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=f3e45409e09655b6 -C extra-filename=-f3e45409e09655b6 --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-d5934a78b86724da.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-dc0ca17435efec2f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-7bd27e5dcbb05ca3.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-fb4ee6fba3dee1b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-1413cec76d9c4091.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1113 | 2024-10-01T04:08:33.578Z | Running `/home/build/.rustup/toolchains/1.80.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=323574777bf0831a -C extra-filename=-323574777bf0831a --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-56d49b3bbb6f0202.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8d4619c3f8a4b79c.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2024-10-01T04:08:33.744Z | Running `/home/build/.rustup/toolchains/1.80.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=edc0eafbe21a8eba -C extra-filename=-edc0eafbe21a8eba --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-101d7e0d6f9eb1c7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2024-10-01T04:08:33.939Z | Running `/home/build/.rustup/toolchains/1.80.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=bcbc03a2ac8adf6c -C extra-filename=-bcbc03a2ac8adf6c --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1116 | 2024-10-01T04:08:34.017Z | Running `/home/build/.rustup/toolchains/1.80.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=1c7cdbaa8cd06777 -C extra-filename=-1c7cdbaa8cd06777 --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1117 | 2024-10-01T04:08:34.090Z | Running `/home/build/.rustup/toolchains/1.80.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=8f19661b48767c39 -C extra-filename=-8f19661b48767c39 --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-456d4c91a50b294d.so --cap-lints allow '-Wclippy::unused-async'` |
1118 | 2024-10-01T04:08:34.259Z | Running `/home/build/.rustup/toolchains/1.80.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=cd2c17e0c9d85a6b -C extra-filename=-cd2c17e0c9d85a6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2024-10-01T04:08:34.499Z | Compiling sync_wrapper v1.0.1 |
1120 | 2024-10-01T04:08:34.501Z | Running `/home/build/.rustup/toolchains/1.80.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=c721ab547bac8751 -C extra-filename=-c721ab547bac8751 --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-894f78bc976de0e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2024-10-01T04:08:34.652Z | Running `/home/build/.rustup/toolchains/1.80.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=7c5cc8db1569d62e -C extra-filename=-7c5cc8db1569d62e --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-a5519019ef749be0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1122 | 2024-10-01T04:08:34.743Z | Running `/home/build/.rustup/toolchains/1.80.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=af7e11bc13a99825 -C extra-filename=-af7e11bc13a99825 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1123 | 2024-10-01T04:08:34.833Z | Running `/home/build/.rustup/toolchains/1.80.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=e2b9ebca9dcb0a4c -C extra-filename=-e2b9ebca9dcb0a4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1124 | 2024-10-01T04:08:34.967Z | Compiling winnow v0.5.19 |
1125 | 2024-10-01T04:08:34.969Z | Running `/home/build/.rustup/toolchains/1.80.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=4629651285003772 -C extra-filename=-4629651285003772 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1126 | 2024-10-01T04:08:35.011Z | Running `/home/build/.rustup/toolchains/1.80.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=082b620689f999fb -C extra-filename=-082b620689f999fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2024-10-01T04:08:35.344Z | Compiling either v1.13.0 |
1128 | 2024-10-01T04:08:35.346Z | Running `/home/build/.rustup/toolchains/1.80.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=deb7625ff5bb6814 -C extra-filename=-deb7625ff5bb6814 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1129 | 2024-10-01T04:08:35.507Z | Running `/home/build/.rustup/toolchains/1.80.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=4b795c760b7d3970 -C extra-filename=-4b795c760b7d3970 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-10-01T04:08:35.599Z | Running `/home/build/.rustup/toolchains/1.80.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=9ce7027b9d06dc8c -C extra-filename=-9ce7027b9d06dc8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1131 | 2024-10-01T04:08:35.644Z | Running `/home/build/.rustup/toolchains/1.80.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=5f0d27fbdadba4ee -C extra-filename=-5f0d27fbdadba4ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2024-10-01T04:08:35.765Z | Running `/home/build/.rustup/toolchains/1.80.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=b2801157fdf73caa -C extra-filename=-b2801157fdf73caa --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-e9dd13923fd3a944.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-9ce7027b9d06dc8c.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-8f19661b48767c39.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1133 | 2024-10-01T04:08:35.791Z | Running `/home/build/.rustup/toolchains/1.80.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=5839ef4d9e31a02e -C extra-filename=-5839ef4d9e31a02e --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-b9c90d2cdbb29416.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-af7e11bc13a99825.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-4b795c760b7d3970.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-8d633c6e9deeb7ee.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-e2b9ebca9dcb0a4c.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --cap-lints allow '-Wclippy::unused-async'` |
1134 | 2024-10-01T04:08:36.402Z | Running `/home/build/.rustup/toolchains/1.80.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=6c6993a4ccfb2bb7 -C extra-filename=-6c6993a4ccfb2bb7 --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-9693728a63ceaf9c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5f0d27fbdadba4ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2024-10-01T04:08:37.341Z | Compiling typify-macro v0.2.0 |
1136 | 2024-10-01T04:08:37.344Z | Running `/home/build/.rustup/toolchains/1.80.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=7d0276fc172629e0 -C extra-filename=-7d0276fc172629e0 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-3b7bb00fb8be0356.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-939e49985b781582.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-15e40eb0f88d83c7.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2024-10-01T04:08:37.951Z | Running `/home/build/.rustup/toolchains/1.80.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=c9570312e2ae837b -C extra-filename=-c9570312e2ae837b --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-cd2c17e0c9d85a6b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1138 | 2024-10-01T04:08:38.553Z | Running `/home/build/.rustup/toolchains/1.80.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=0eea94cd0f59c56e -C extra-filename=-0eea94cd0f59c56e --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-9b5d992ceb5bb771.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1139 | 2024-10-01T04:08:38.644Z | Running `/home/build/.rustup/toolchains/1.80.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=8f28a0ba66feb98a -C extra-filename=-8f28a0ba66feb98a --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-d6ef9e0917726f45.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1140 | 2024-10-01T04:08:38.834Z | Running `/home/build/.rustup/toolchains/1.80.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.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=c6fbbc1cbffb921b -C extra-filename=-c6fbbc1cbffb921b --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-3290b9589309a163.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1141 | 2024-10-01T04:08:39.156Z | Running `/home/build/.rustup/toolchains/1.80.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=d461e157a9d65a29 -C extra-filename=-d461e157a9d65a29 --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-3290b9589309a163.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2024-10-01T04:08:39.181Z | Running `/home/build/.rustup/toolchains/1.80.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=79731c8e98a7939e -C extra-filename=-79731c8e98a7939e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1143 | 2024-10-01T04:08:39.220Z | Running `/home/build/.rustup/toolchains/1.80.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=257fc8a7583b6f23 -C extra-filename=-257fc8a7583b6f23 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2024-10-01T04:08:39.343Z | Running `/home/build/.rustup/toolchains/1.80.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=189be634c43de27e -C extra-filename=-189be634c43de27e --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-56d49b3bbb6f0202.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-323574777bf0831a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-bccc0f2ca97cbc05.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-9b5d992ceb5bb771.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-0eea94cd0f59c56e.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1145 | 2024-10-01T04:08:39.375Z | Running `/home/build/.rustup/toolchains/1.80.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=70ede157978d9dd3 -C extra-filename=-70ede157978d9dd3 --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-6c6993a4ccfb2bb7.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-b94570f8bd894c12.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2024-10-01T04:08:39.401Z | Compiling async-trait v0.1.83 |
1147 | 2024-10-01T04:08:39.401Z | Running `/home/build/.rustup/toolchains/1.80.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=c1d7c86b064bace3 -C extra-filename=-c1d7c86b064bace3 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1148 | 2024-10-01T04:08:39.727Z | Running `/home/build/.rustup/toolchains/1.80.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=27576245dfdd8e6a -C extra-filename=-27576245dfdd8e6a --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-5d879cdb3256d6f9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1149 | 2024-10-01T04:08:39.889Z | Compiling num-integer v0.1.46 |
1150 | 2024-10-01T04:08:39.891Z | Running `/home/build/.rustup/toolchains/1.80.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=f175f0b20d46995d -C extra-filename=-f175f0b20d46995d --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-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1151 | 2024-10-01T04:08:39.928Z | Running `/home/build/.rustup/toolchains/1.80.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=3b217bb88ba24e6d -C extra-filename=-3b217bb88ba24e6d --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1152 | 2024-10-01T04:08:40.054Z | Compiling unsafe-libyaml v0.2.9 |
1153 | 2024-10-01T04:08:40.057Z | Running `/home/build/.rustup/toolchains/1.80.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=05fe89a2091eda7d -C extra-filename=-05fe89a2091eda7d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1154 | 2024-10-01T04:08:40.651Z | Running `/home/build/.rustup/toolchains/1.80.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=337ecf9144beab17 -C extra-filename=-337ecf9144beab17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2024-10-01T04:08:41.195Z | Running `/home/build/.rustup/toolchains/1.80.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=3b3b631a55701f9f -C extra-filename=-3b3b631a55701f9f --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-c9570312e2ae837b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1156 | 2024-10-01T04:08:41.327Z | Compiling typify v0.2.0 |
1157 | 2024-10-01T04:08:41.330Z | Running `/home/build/.rustup/toolchains/1.80.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=8f4b48836f9b71b4 -C extra-filename=-8f4b48836f9b71b4 --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-15e40eb0f88d83c7.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-7d0276fc172629e0.so --cap-lints allow '-Wclippy::unused-async'` |
1158 | 2024-10-01T04:08:41.405Z | Running `/home/build/.rustup/toolchains/1.80.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=ba26fd51b23a7c89 -C extra-filename=-ba26fd51b23a7c89 --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-b2801157fdf73caa.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-79731c8e98a7939e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7c5f4f2007e4e2af.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2024-10-01T04:08:41.436Z | Compiling serde_yaml v0.9.27 |
1160 | 2024-10-01T04:08:41.439Z | Running `/home/build/.rustup/toolchains/1.80.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=763478e5c4db7a3e -C extra-filename=-763478e5c4db7a3e --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-3e5f2d1f86126925.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-05fe89a2091eda7d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1161 | 2024-10-01T04:08:41.474Z | Compiling progenitor-impl v0.8.0 |
1162 | 2024-10-01T04:08:41.477Z | Running `/home/build/.rustup/toolchains/1.80.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=caf48b13ab296839 -C extra-filename=-caf48b13ab296839 --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-3aa9cbeacb7cb070.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-3e5f2d1f86126925.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-769851b2c88a8160.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-8f4b48836f9b71b4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-a71f852ceae4fded.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1163 | 2024-10-01T04:08:41.634Z | Running `/home/build/.rustup/toolchains/1.80.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=2db34b6e3756d6c4 -C extra-filename=-2db34b6e3756d6c4 --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-c9570312e2ae837b.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d2ab617a1b1f7482.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-cd2c17e0c9d85a6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2024-10-01T04:08:41.767Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=457f2b835b01347c -C extra-filename=-457f2b835b01347c --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 --cfg anyhow_no_core_error --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)'` |
1165 | 2024-10-01T04:08:41.796Z | Running `/home/build/.rustup/toolchains/1.80.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=dc7858212c868203 -C extra-filename=-dc7858212c868203 --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)'` |
1166 | 2024-10-01T04:08:41.824Z | Compiling memmap v0.7.0 |
1167 | 2024-10-01T04:08:41.825Z | Running `/home/build/.rustup/toolchains/1.80.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=ead2d0f61e0dc018 -C extra-filename=-ead2d0f61e0dc018 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1168 | 2024-10-01T04:08:41.851Z | Compiling utf8parse v0.2.1 |
1169 | 2024-10-01T04:08:41.853Z | Running `/home/build/.rustup/toolchains/1.80.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=f41b2b007495555e -C extra-filename=-f41b2b007495555e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1170 | 2024-10-01T04:08:42.016Z | Running `/home/build/.rustup/toolchains/1.80.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=c95014389c73d836 -C extra-filename=-c95014389c73d836 --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-3b3b631a55701f9f.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-2db34b6e3756d6c4.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1171 | 2024-10-01T04:08:42.182Z | Running `/home/build/.rustup/toolchains/1.80.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=0463b960d06d6b17 -C extra-filename=-0463b960d06d6b17 --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-39c7342ca60225ec.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-ba26fd51b23a7c89.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-70ede157978d9dd3.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-d7ba7fb81c716b70.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-26c6af3c55e4426c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-3b217bb88ba24e6d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1172 | 2024-10-01T04:08:42.429Z | Compiling hex v0.4.3 |
1173 | 2024-10-01T04:08:42.432Z | Running `/home/build/.rustup/toolchains/1.80.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=0c93f68e5e849335 -C extra-filename=-0c93f68e5e849335 --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1174 | 2024-10-01T04:08:42.801Z | Running `/home/build/.rustup/toolchains/1.80.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.30/src/lib.rs --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", "num_cpus", "std", "thread-pool"))' -C metadata=924cd5643eed2f6c -C extra-filename=-924cd5643eed2f6c --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-5d879cdb3256d6f9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2024-10-01T04:08:42.930Z | Compiling usdt v0.5.0 |
1176 | 2024-10-01T04:08:42.932Z | Running `/home/build/.rustup/toolchains/1.80.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=c211fabe805870ae -C extra-filename=-c211fabe805870ae --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-ba26fd51b23a7c89.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-70ede157978d9dd3.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-b2801157fdf73caa.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-ead2d0f61e0dc018.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-56d342d6b9b92a8b.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-0463b960d06d6b17.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-dada20e15e0aa2d6.so --cap-lints allow '-Wclippy::unused-async'` |
1177 | 2024-10-01T04:08:43.091Z | Compiling clap_derive v4.5.13 |
1178 | 2024-10-01T04:08:43.093Z | Running `/home/build/.rustup/toolchains/1.80.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.13/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=189ae7809922a183 -C extra-filename=-189ae7809922a183 --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-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1179 | 2024-10-01T04:08:43.278Z | Running `/home/build/.rustup/toolchains/1.80.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=da0331d91bda379c -C extra-filename=-da0331d91bda379c --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-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2024-10-01T04:08:43.478Z | Running `/home/build/.rustup/toolchains/1.80.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=a50d98aac01b5dc2 -C extra-filename=-a50d98aac01b5dc2 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1181 | 2024-10-01T04:08:43.781Z | Running `/home/build/.rustup/toolchains/1.80.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=c6fb475a6f786ae5 -C extra-filename=-c6fb475a6f786ae5 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2024-10-01T04:08:43.808Z | Compiling siphasher v0.3.11 |
1183 | 2024-10-01T04:08:43.811Z | Running `/home/build/.rustup/toolchains/1.80.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=6512936757a52b67 -C extra-filename=-6512936757a52b67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1184 | 2024-10-01T04:08:43.890Z | Running `/home/build/.rustup/toolchains/1.80.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=40d3f61f424b1023 -C extra-filename=-40d3f61f424b1023 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1185 | 2024-10-01T04:08:43.926Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=30a597f1fe6c5054 -C extra-filename=-30a597f1fe6c5054 --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-91dda8a7ee650111.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-c6fb475a6f786ae5.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1186 | 2024-10-01T04:08:44.000Z | Running `/home/build/.rustup/toolchains/1.80.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=ba82eb93195aebfb -C extra-filename=-ba82eb93195aebfb --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-2c5ce474e5d8f66c.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-d3655d38dda4162d.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-b35715583bfa8d6c.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-a50d98aac01b5dc2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-56d342d6b9b92a8b.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-23add96f87dabacf.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-dada20e15e0aa2d6.so --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-10-01T04:08:44.065Z | Compiling anstyle-parse v0.2.2 |
1188 | 2024-10-01T04:08:44.068Z | Running `/home/build/.rustup/toolchains/1.80.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=34d23391807bd373 -C extra-filename=-34d23391807bd373 --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-40d3f61f424b1023.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1189 | 2024-10-01T04:08:44.187Z | Compiling phf_shared v0.11.2 |
1190 | 2024-10-01T04:08:44.190Z | Running `/home/build/.rustup/toolchains/1.80.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=a088c2fb2ed6704a -C extra-filename=-a088c2fb2ed6704a --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-6512936757a52b67.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1191 | 2024-10-01T04:08:44.388Z | Compiling toml_edit v0.19.15 |
1192 | 2024-10-01T04:08:44.391Z | Running `/home/build/.rustup/toolchains/1.80.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=73fab42c21179591 -C extra-filename=-73fab42c21179591 --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-3e5f2d1f86126925.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-17b25ab73f2f5743.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-c61fc4d125651862.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1193 | 2024-10-01T04:08:44.455Z | Running `/home/build/.rustup/toolchains/1.80.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=0d1f40a9d05558e3 -C extra-filename=-0d1f40a9d05558e3 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1194 | 2024-10-01T04:08:44.569Z | Compiling anstyle v1.0.8 |
1195 | 2024-10-01T04:08:44.572Z | Running `/home/build/.rustup/toolchains/1.80.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=2e05bcb9fabbd0a1 -C extra-filename=-2e05bcb9fabbd0a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1196 | 2024-10-01T04:08:45.012Z | Compiling colorchoice v1.0.0 |
1197 | 2024-10-01T04:08:45.015Z | Running `/home/build/.rustup/toolchains/1.80.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=385ca116747f4276 -C extra-filename=-385ca116747f4276 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2024-10-01T04:08:45.015Z | Compiling rustls v0.22.4 |
1199 | 2024-10-01T04:08:45.039Z | Running `/home/build/.rustup/toolchains/1.80.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=75d20b888f0e8783 -C extra-filename=-75d20b888f0e8783 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-75d20b888f0e8783 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1200 | 2024-10-01T04:08:45.092Z | Compiling anstyle-query v1.0.0 |
1201 | 2024-10-01T04:08:45.094Z | Running `/home/build/.rustup/toolchains/1.80.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=ae2d757481e90a17 -C extra-filename=-ae2d757481e90a17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1202 | 2024-10-01T04:08:45.179Z | Compiling num-iter v0.1.45 |
1203 | 2024-10-01T04:08:45.181Z | Running `/home/build/.rustup/toolchains/1.80.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=a82a955885cb119e -C extra-filename=-a82a955885cb119e --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-da0331d91bda379c.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1204 | 2024-10-01T04:08:45.240Z | Compiling anstream v0.6.12 |
1205 | 2024-10-01T04:08:45.242Z | Running `/home/build/.rustup/toolchains/1.80.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=377357b116a1d6f5 -C extra-filename=-377357b116a1d6f5 --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-2e05bcb9fabbd0a1.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-34d23391807bd373.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-ae2d757481e90a17.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-385ca116747f4276.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-40d3f61f424b1023.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1206 | 2024-10-01T04:08:45.376Z | Running `/home/build/.rustup/toolchains/1.80.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=28879fad141b87b7 -C extra-filename=-28879fad141b87b7 --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-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1207 | 2024-10-01T04:08:45.401Z | Compiling paste v1.0.15 |
1208 | 2024-10-01T04:08:45.404Z | Running `/home/build/.rustup/toolchains/1.80.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=30c987928378ba5d -C extra-filename=-30c987928378ba5d --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-30c987928378ba5d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2024-10-01T04:08:45.559Z | Compiling bitflags v1.3.2 |
1210 | 2024-10-01T04:08:45.561Z | Running `/home/build/.rustup/toolchains/1.80.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=31179843bc0058c5 -C extra-filename=-31179843bc0058c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2024-10-01T04:08:45.671Z | Compiling clap_lex v0.7.0 |
1212 | 2024-10-01T04:08:45.671Z | Running `/home/build/.rustup/toolchains/1.80.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=d47056cbdc7013e5 -C extra-filename=-d47056cbdc7013e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1213 | 2024-10-01T04:08:45.914Z | Compiling strsim v0.11.0 |
1214 | 2024-10-01T04:08:45.916Z | Running `/home/build/.rustup/toolchains/1.80.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=7577ab637dd5212d -C extra-filename=-7577ab637dd5212d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1215 | 2024-10-01T04:08:45.940Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-30c987928378ba5d/build-script-build` |
1216 | 2024-10-01T04:08:46.014Z | Compiling terminal_size v0.3.0 |
1217 | 2024-10-01T04:08:46.017Z | Running `/home/build/.rustup/toolchains/1.80.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.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=07845a2b4136e473 -C extra-filename=-07845a2b4136e473 --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-30a597f1fe6c5054.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1218 | 2024-10-01T04:08:46.111Z | Running `/home/build/.rustup/toolchains/1.80.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=6be58fb983902bc2 -C extra-filename=-6be58fb983902bc2 --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-f41b2b007495555e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1219 | 2024-10-01T04:08:46.217Z | Running `/home/build/.rustup/toolchains/1.80.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=dcf7b34354a5b9e5 -C extra-filename=-dcf7b34354a5b9e5 --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-fa60a223a7636138.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2024-10-01T04:08:46.459Z | Compiling clap_builder v4.5.15 |
1221 | 2024-10-01T04:08:46.462Z | Running `/home/build/.rustup/toolchains/1.80.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.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 --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="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=714329589f5bc53a -C extra-filename=-714329589f5bc53a --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-377357b116a1d6f5.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-2e05bcb9fabbd0a1.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-d47056cbdc7013e5.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-7577ab637dd5212d.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-07845a2b4136e473.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2024-10-01T04:08:46.648Z | Compiling multer v3.1.0 |
1223 | 2024-10-01T04:08:46.651Z | Running `/home/build/.rustup/toolchains/1.80.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=3694b63bd4f99c01 -C extra-filename=-3694b63bd4f99c01 --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-3694b63bd4f99c01 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1224 | 2024-10-01T04:08:46.651Z | Running `/home/build/.rustup/toolchains/1.80.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=b180f3730e51b4d4 -C extra-filename=-b180f3730e51b4d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2024-10-01T04:08:46.886Z | Running `/home/build/.rustup/toolchains/1.80.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=1a73948b4d717e29 -C extra-filename=-1a73948b4d717e29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1226 | 2024-10-01T04:08:47.011Z | Running `/home/build/.rustup/toolchains/1.80.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=d2620f814ee25875 -C extra-filename=-d2620f814ee25875 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2024-10-01T04:08:47.155Z | Compiling slog-async v2.8.0 |
1228 | 2024-10-01T04:08:47.158Z | Running `/home/build/.rustup/toolchains/1.80.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=9c638a970da1e31f -C extra-filename=-9c638a970da1e31f --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-9c638a970da1e31f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1229 | 2024-10-01T04:08:47.241Z | Compiling rustls v0.21.9 |
1230 | 2024-10-01T04:08:47.245Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=31e07cd16581fc9d -C extra-filename=-31e07cd16581fc9d --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-31e07cd16581fc9d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1231 | 2024-10-01T04:08:47.372Z | Compiling omicron-workspace-hack v0.1.0 |
1232 | 2024-10-01T04:08:47.372Z | Running `/home/build/.rustup/toolchains/1.80.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=c1a56850cbaeb124 -C extra-filename=-c1a56850cbaeb124 --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-c1a56850cbaeb124 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2024-10-01T04:08:47.597Z | Running `/home/build/.rustup/toolchains/1.80.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=8a0bf74121d76c6b -C extra-filename=-8a0bf74121d76c6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1234 | 2024-10-01T04:08:47.672Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-3694b63bd4f99c01/build-script-build` |
1235 | 2024-10-01T04:08:47.714Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-9c638a970da1e31f/build-script-build` |
1236 | 2024-10-01T04:08:47.739Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-c1a56850cbaeb124/build-script-build` |
1237 | 2024-10-01T04:08:47.765Z | Running `/home/build/.rustup/toolchains/1.80.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=bf451ddd96c1d6b2 -C extra-filename=-bf451ddd96c1d6b2 --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-1a73948b4d717e29.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-6be58fb983902bc2.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-d2620f814ee25875.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-8a0bf74121d76c6b.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-f41b2b007495555e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1238 | 2024-10-01T04:08:47.792Z | Running `/home/build/.rustup/toolchains/1.80.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=f576774419083bbd -C extra-filename=-f576774419083bbd --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"))'` |
1239 | 2024-10-01T04:08:47.794Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6dda1d3221966d25 -C extra-filename=-6dda1d3221966d25 --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-f21f2071434b2ca6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-608eb497a4d963af.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1240 | 2024-10-01T04:08:47.818Z | Running `/home/build/.rustup/toolchains/1.80.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.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=96b3fd05888204d0 -C extra-filename=-96b3fd05888204d0 --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-e6fbfdbea3bd4702.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1241 | 2024-10-01T04:08:48.031Z | Compiling progenitor-macro v0.8.0 |
1242 | 2024-10-01T04:08:48.035Z | Running `/home/build/.rustup/toolchains/1.80.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=d0fa929c7ef44870 -C extra-filename=-d0fa929c7ef44870 --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-769851b2c88a8160.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-caf48b13ab296839.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-939e49985b781582.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-763478e5c4db7a3e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2024-10-01T04:08:48.070Z | Compiling async-stream-impl v0.3.5 |
1244 | 2024-10-01T04:08:48.072Z | Running `/home/build/.rustup/toolchains/1.80.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=9b9a230740f167da -C extra-filename=-9b9a230740f167da --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1245 | 2024-10-01T04:08:48.550Z | Running `/home/build/.rustup/toolchains/1.80.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=a79d3c7a667181b1 -C extra-filename=-a79d3c7a667181b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1246 | 2024-10-01T04:08:48.916Z | Running `/home/build/.rustup/toolchains/1.80.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=a57ca1b0a04b2947 -C extra-filename=-a57ca1b0a04b2947 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1247 | 2024-10-01T04:08:48.981Z | Compiling cpufeatures v0.2.12 |
1248 | 2024-10-01T04:08:48.983Z | Running `/home/build/.rustup/toolchains/1.80.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=2221cc2089773c6e -C extra-filename=-2221cc2089773c6e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2024-10-01T04:08:49.090Z | Compiling dropshot v0.12.0 |
1250 | 2024-10-01T04:08:49.093Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=477a7a06cafb194a -C extra-filename=-477a7a06cafb194a --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-477a7a06cafb194a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1251 | 2024-10-01T04:08:49.457Z | Running `/home/build/.rustup/toolchains/1.80.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.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 --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="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=3af1d0f06a5d3e5d -C extra-filename=-3af1d0f06a5d3e5d --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-bf451ddd96c1d6b2.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-1a73948b4d717e29.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-a57ca1b0a04b2947.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-a79d3c7a667181b1.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-96b3fd05888204d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1252 | 2024-10-01T04:08:49.484Z | Compiling arrayvec v0.7.4 |
1253 | 2024-10-01T04:08:49.486Z | Compiling strsim v0.10.0 |
1254 | 2024-10-01T04:08:49.486Z | Running `/home/build/.rustup/toolchains/1.80.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=3a0d14ff8fd78eeb -C extra-filename=-3a0d14ff8fd78eeb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1255 | 2024-10-01T04:08:49.486Z | Running `/home/build/.rustup/toolchains/1.80.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=5495b361815d7932 -C extra-filename=-5495b361815d7932 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1256 | 2024-10-01T04:08:49.544Z | Compiling ident_case v1.0.1 |
1257 | 2024-10-01T04:08:49.547Z | Running `/home/build/.rustup/toolchains/1.80.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=bb9deb5b8404827e -C extra-filename=-bb9deb5b8404827e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1258 | 2024-10-01T04:08:49.728Z | Running `/home/build/.rustup/toolchains/1.80.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=94b712dd026fc7ff -C extra-filename=-94b712dd026fc7ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1259 | 2024-10-01T04:08:49.993Z | Running `/home/build/.rustup/toolchains/1.80.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=1caa2646da9cef6c -C extra-filename=-1caa2646da9cef6c --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-b180f3730e51b4d4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-d7ba7fb81c716b70.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-26c6af3c55e4426c.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-dcf7b34354a5b9e5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-ce2b9d2db6bea9ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-d8e3ccc0a2524923.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1260 | 2024-10-01T04:08:50.107Z | Compiling clap v4.5.16 |
1261 | 2024-10-01T04:08:50.109Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --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="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-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=ca1490c410ca11f6 -C extra-filename=-ca1490c410ca11f6 --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-714329589f5bc53a.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-189ae7809922a183.so --cap-lints allow '-Wclippy::unused-async'` |
1262 | 2024-10-01T04:08:50.151Z | Running `/home/build/.rustup/toolchains/1.80.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=1ec4e01cb3162e7a -C extra-filename=-1ec4e01cb3162e7a --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-94b712dd026fc7ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1263 | 2024-10-01T04:08:50.236Z | Compiling darling_core v0.20.3 |
1264 | 2024-10-01T04:08:50.239Z | Running `/home/build/.rustup/toolchains/1.80.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=110d3116769bb247 -C extra-filename=-110d3116769bb247 --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-965d418000c50327.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-bb9deb5b8404827e.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-5495b361815d7932.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1265 | 2024-10-01T04:08:50.588Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-477a7a06cafb194a/build-script-build` |
1266 | 2024-10-01T04:08:50.662Z | Compiling dropshot_endpoint v0.12.0 |
1267 | 2024-10-01T04:08:50.664Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9f8934e1e90881b6 -C extra-filename=-9f8934e1e90881b6 --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-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-939e49985b781582.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2024-10-01T04:08:50.859Z | Running `/home/build/.rustup/toolchains/1.80.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=b646389c7b21e4e7 -C extra-filename=-b646389c7b21e4e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-10-01T04:08:51.405Z | Running `/home/build/.rustup/toolchains/1.80.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=6d78477c66fad028 -C extra-filename=-6d78477c66fad028 --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-b60456937c978ee2.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)'` |
1270 | 2024-10-01T04:08:52.480Z | Compiling futures v0.3.30 |
1271 | 2024-10-01T04:08:52.483Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=f9ae09b7bbb4afef -C extra-filename=-f9ae09b7bbb4afef --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-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-efac6042795d2135.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1272 | 2024-10-01T04:08:52.607Z | Compiling strum_macros v0.26.4 |
1273 | 2024-10-01T04:08:52.610Z | Running `/home/build/.rustup/toolchains/1.80.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=aaa017a50324cc00 -C extra-filename=-aaa017a50324cc00 --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-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1274 | 2024-10-01T04:08:54.138Z | Running `/home/build/.rustup/toolchains/1.80.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=d7b8ebc5bb151492 -C extra-filename=-d7b8ebc5bb151492 --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-1caa2646da9cef6c.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-7d0276fc172629e0.so --cap-lints allow '-Wclippy::unused-async'` |
1275 | 2024-10-01T04:08:54.287Z | Running `/home/build/.rustup/toolchains/1.80.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=a992aae99ccaec5f -C extra-filename=-a992aae99ccaec5f --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-b180f3730e51b4d4.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-edc0eafbe21a8eba.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-d7ba7fb81c716b70.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-26c6af3c55e4426c.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-d7b8ebc5bb151492.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-d8e3ccc0a2524923.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1276 | 2024-10-01T04:08:54.718Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --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="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-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1bc0a61096957e19 -C extra-filename=-1bc0a61096957e19 --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-3af1d0f06a5d3e5d.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-189ae7809922a183.so --cap-lints allow '-Wclippy::unused-async'` |
1277 | 2024-10-01T04:08:54.843Z | Compiling crossbeam-channel v0.5.13 |
1278 | 2024-10-01T04:08:54.843Z | Running `/home/build/.rustup/toolchains/1.80.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=8dd76460ee955392 -C extra-filename=-8dd76460ee955392 --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-101d7e0d6f9eb1c7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1c7cdbaa8cd06777.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-bcbc03a2ac8adf6c.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-b646389c7b21e4e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1279 | 2024-10-01T04:08:54.846Z | Running `/home/build/.rustup/toolchains/1.80.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=4aeb3709796b9f08 -C extra-filename=-4aeb3709796b9f08 --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-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1280 | 2024-10-01T04:08:55.232Z | Compiling darling_macro v0.20.3 |
1281 | 2024-10-01T04:08:55.256Z | Running `/home/build/.rustup/toolchains/1.80.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=4431aa5ec07c4aa2 -C extra-filename=-4431aa5ec07c4aa2 --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-110d3116769bb247.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1282 | 2024-10-01T04:08:56.044Z | Compiling thread_local v1.1.7 |
1283 | 2024-10-01T04:08:56.047Z | Running `/home/build/.rustup/toolchains/1.80.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=f782d929d261812d -C extra-filename=-f782d929d261812d --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-4e1981e6060e5d9b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1284 | 2024-10-01T04:08:56.228Z | Compiling winnow v0.6.18 |
1285 | 2024-10-01T04:08:56.231Z | Running `/home/build/.rustup/toolchains/1.80.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=c096be8fe8e3a0d9 -C extra-filename=-c096be8fe8e3a0d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1286 | 2024-10-01T04:08:56.667Z | Compiling match_cfg v0.1.0 |
1287 | 2024-10-01T04:08:56.670Z | Running `/home/build/.rustup/toolchains/1.80.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=79afc1ba9a9a5d3a -C extra-filename=-79afc1ba9a9a5d3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1288 | 2024-10-01T04:08:56.776Z | Compiling hostname v0.3.1 |
1289 | 2024-10-01T04:08:56.779Z | Running `/home/build/.rustup/toolchains/1.80.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=be01db37d704e90d -C extra-filename=-be01db37d704e90d --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-c2875ed331cfe8e7.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-79afc1ba9a9a5d3a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1290 | 2024-10-01T04:08:57.076Z | Compiling darling v0.20.3 |
1291 | 2024-10-01T04:08:57.079Z | Running `/home/build/.rustup/toolchains/1.80.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=e9cb436343103a63 -C extra-filename=-e9cb436343103a63 --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-110d3116769bb247.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-4431aa5ec07c4aa2.so --cap-lints allow '-Wclippy::unused-async'` |
1292 | 2024-10-01T04:08:57.126Z | Compiling dirs-sys-next v0.1.2 |
1293 | 2024-10-01T04:08:57.129Z | Running `/home/build/.rustup/toolchains/1.80.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=e34eb563d71d4a53 -C extra-filename=-e34eb563d71d4a53 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1294 | 2024-10-01T04:08:57.203Z | Compiling serde_with_macros v3.9.0 |
1295 | 2024-10-01T04:08:57.206Z | Running `/home/build/.rustup/toolchains/1.80.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=43f71d506e6e8a86 -C extra-filename=-43f71d506e6e8a86 --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-e9cb436343103a63.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1296 | 2024-10-01T04:08:57.885Z | Compiling dirs-next v2.0.0 |
1297 | 2024-10-01T04:08:57.888Z | Running `/home/build/.rustup/toolchains/1.80.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=e8e979e3104e44cd -C extra-filename=-e8e979e3104e44cd --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-4e1981e6060e5d9b.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-e34eb563d71d4a53.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1298 | 2024-10-01T04:08:58.106Z | Compiling structmeta-derive v0.3.0 |
1299 | 2024-10-01T04:08:58.109Z | Running `/home/build/.rustup/toolchains/1.80.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=82e622702e4f5f4c -C extra-filename=-82e622702e4f5f4c --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1300 | 2024-10-01T04:08:59.164Z | Compiling syn v1.0.109 |
1301 | 2024-10-01T04:08:59.167Z | Running `/home/build/.rustup/toolchains/1.80.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=52b7922747114a80 -C extra-filename=-52b7922747114a80 --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-52b7922747114a80 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1302 | 2024-10-01T04:08:59.783Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-52b7922747114a80/build-script-build` |
1303 | 2024-10-01T04:08:59.860Z | Compiling toml_edit v0.22.20 |
1304 | 2024-10-01T04:08:59.862Z | Running `/home/build/.rustup/toolchains/1.80.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=365c9e9b28b95d37 -C extra-filename=-365c9e9b28b95d37 --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-101d7e0d6f9eb1c7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1c7cdbaa8cd06777.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-bcbc03a2ac8adf6c.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1305 | 2024-10-01T04:08:59.887Z | Compiling term v0.7.0 |
1306 | 2024-10-01T04:08:59.890Z | Running `/home/build/.rustup/toolchains/1.80.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=62dfa941f066f53c -C extra-filename=-62dfa941f066f53c --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-e8e979e3104e44cd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1307 | 2024-10-01T04:09:00.063Z | Compiling slog-json v2.6.1 |
1308 | 2024-10-01T04:09:00.066Z | Running `/home/build/.rustup/toolchains/1.80.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=30d24e1fb50088bd -C extra-filename=-30d24e1fb50088bd --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-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-5839ef4d9e31a02e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1309 | 2024-10-01T04:09:00.461Z | Compiling is-terminal v0.4.12 |
1310 | 2024-10-01T04:09:00.464Z | Running `/home/build/.rustup/toolchains/1.80.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=45176dd8e20841df -C extra-filename=-45176dd8e20841df --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1311 | 2024-10-01T04:09:00.601Z | Compiling take_mut v0.2.2 |
1312 | 2024-10-01T04:09:00.604Z | Running `/home/build/.rustup/toolchains/1.80.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=63d1062a6e6b4362 -C extra-filename=-63d1062a6e6b4362 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1313 | 2024-10-01T04:09:00.758Z | Compiling structmeta v0.3.0 |
1314 | 2024-10-01T04:09:00.761Z | Running `/home/build/.rustup/toolchains/1.80.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=10c28d709c69949f -C extra-filename=-10c28d709c69949f --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-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-82e622702e4f5f4c.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1315 | 2024-10-01T04:09:00.783Z | Compiling debug-ignore v1.0.5 |
1316 | 2024-10-01T04:09:00.786Z | Running `/home/build/.rustup/toolchains/1.80.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=a8c9470c7b1de11d -C extra-filename=-a8c9470c7b1de11d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1317 | 2024-10-01T04:09:00.940Z | Running `/home/build/.rustup/toolchains/1.80.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=d24dd2a7468f768c -C extra-filename=-d24dd2a7468f768c --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-4aeb3709796b9f08.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-63d1062a6e6b4362.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1318 | 2024-10-01T04:09:01.164Z | Compiling parse-display-derive v0.10.0 |
1319 | 2024-10-01T04:09:01.170Z | Running `/home/build/.rustup/toolchains/1.80.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=48d3a87dd45ef4db -C extra-filename=-48d3a87dd45ef4db --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-10c28d709c69949f.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2024-10-01T04:09:01.515Z | Compiling slog-term v2.9.1 |
1321 | 2024-10-01T04:09:01.518Z | Running `/home/build/.rustup/toolchains/1.80.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=83f3c87e74caee32 -C extra-filename=-83f3c87e74caee32 --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-45176dd8e20841df.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-62dfa941f066f53c.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-5839ef4d9e31a02e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1322 | 2024-10-01T04:09:02.221Z | Compiling slog-bunyan v2.5.0 |
1323 | 2024-10-01T04:09:02.224Z | Running `/home/build/.rustup/toolchains/1.80.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=b5304083f751cd94 -C extra-filename=-b5304083f751cd94 --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-be01db37d704e90d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-30d24e1fb50088bd.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-5839ef4d9e31a02e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1324 | 2024-10-01T04:09:02.456Z | Running `/home/build/.rustup/toolchains/1.80.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=cd2cd7cb8891a410 -C extra-filename=-cd2cd7cb8891a410 --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-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-a71f852ceae4fded.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1325 | 2024-10-01T04:09:02.624Z | Compiling async-stream v0.3.5 |
1326 | 2024-10-01T04:09:02.624Z | Running `/home/build/.rustup/toolchains/1.80.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=b4af8440c6559e0b -C extra-filename=-b4af8440c6559e0b --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-9b9a230740f167da.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-10-01T04:09:02.733Z | Compiling sha1 v0.10.6 |
1328 | 2024-10-01T04:09:02.759Z | Running `/home/build/.rustup/toolchains/1.80.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=e71364bd2b186943 -C extra-filename=-e71364bd2b186943 --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-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-3aecb30fe4648cee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-10-01T04:09:02.934Z | Compiling toml v0.8.19 |
1330 | 2024-10-01T04:09:02.937Z | Running `/home/build/.rustup/toolchains/1.80.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=5231668ac32fd47b -C extra-filename=-5231668ac32fd47b --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-b60456937c978ee2.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1c7cdbaa8cd06777.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-bcbc03a2ac8adf6c.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-365c9e9b28b95d37.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2024-10-01T04:09:02.976Z | Running `/home/build/.rustup/toolchains/1.80.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=00e86181a036fb8b -C extra-filename=-00e86181a036fb8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1332 | 2024-10-01T04:09:03.028Z | Running `/home/build/.rustup/toolchains/1.80.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=95e021a393ab0134 -C extra-filename=-95e021a393ab0134 --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-d5934a78b86724da.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-d48dc2322585fb49.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-0ab6943c827cc527.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2024-10-01T04:09:03.090Z | Compiling ipnetwork v0.20.0 |
1334 | 2024-10-01T04:09:03.093Z | Running `/home/build/.rustup/toolchains/1.80.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=0b3ed9c8de05f88e -C extra-filename=-0b3ed9c8de05f88e --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-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-10-01T04:09:03.215Z | Compiling serde_path_to_error v0.1.16 |
1336 | 2024-10-01T04:09:03.218Z | Running `/home/build/.rustup/toolchains/1.80.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=2eeb3d5f51f17e4f -C extra-filename=-2eeb3d5f51f17e4f --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-43ec1d403a4cd6b6.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1337 | 2024-10-01T04:09:04.054Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1338 | 2024-10-01T04:09:04.057Z | Running `/home/build/.rustup/toolchains/1.80.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=ac70160c10131894 -C extra-filename=-ac70160c10131894 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1339 | 2024-10-01T04:09:04.144Z | Compiling waitgroup v0.1.2 |
1340 | 2024-10-01T04:09:04.181Z | Running `/home/build/.rustup/toolchains/1.80.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=24d925eb7284a515 -C extra-filename=-24d925eb7284a515 --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-f25be89d1b1e7e4a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1341 | 2024-10-01T04:09:04.184Z | Compiling hostname v0.4.0 |
1342 | 2024-10-01T04:09:04.184Z | Running `/home/build/.rustup/toolchains/1.80.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=e181ce3ed4ed32a6 -C extra-filename=-e181ce3ed4ed32a6 --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-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1343 | 2024-10-01T04:09:04.392Z | Running `/home/build/.rustup/toolchains/1.80.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=5469f43eae309375 -C extra-filename=-5469f43eae309375 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1344 | 2024-10-01T04:09:04.479Z | Compiling lazy_static v1.5.0 |
1345 | 2024-10-01T04:09:04.479Z | Running `/home/build/.rustup/toolchains/1.80.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=f5a2b5126583a8ab -C extra-filename=-f5a2b5126583a8ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2024-10-01T04:09:04.507Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1347 | 2024-10-01T04:09:04.507Z | Running `/home/build/.rustup/toolchains/1.80.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=a159af504475c9d4 -C extra-filename=-a159af504475c9d4 --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-00e86181a036fb8b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1348 | 2024-10-01T04:09:04.618Z | Compiling fastrand v2.0.1 |
1349 | 2024-10-01T04:09:04.674Z | Running `/home/build/.rustup/toolchains/1.80.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=d61b2fca3dcbf228 -C extra-filename=-d61b2fca3dcbf228 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1350 | 2024-10-01T04:09:04.677Z | Compiling unicode-width v0.1.14 |
1351 | 2024-10-01T04:09:04.677Z | Running `/home/build/.rustup/toolchains/1.80.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=463c680e9472d9b4 -C extra-filename=-463c680e9472d9b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1352 | 2024-10-01T04:09:04.863Z | Compiling strum v0.26.3 |
1353 | 2024-10-01T04:09:04.866Z | Running `/home/build/.rustup/toolchains/1.80.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=3d6084623297a738 -C extra-filename=-3d6084623297a738 --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-aaa017a50324cc00.so --cap-lints allow '-Wclippy::unused-async'` |
1354 | 2024-10-01T04:09:05.045Z | Compiling tempfile v3.8.1 |
1355 | 2024-10-01T04:09:05.047Z | Running `/home/build/.rustup/toolchains/1.80.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=97b52b7f1fadb769 -C extra-filename=-97b52b7f1fadb769 --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-4e1981e6060e5d9b.rmeta --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-d61b2fca3dcbf228.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e6fbfdbea3bd4702.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1356 | 2024-10-01T04:09:05.076Z | Running `/home/build/.rustup/toolchains/1.80.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=7d43ef2cb40bdd95 -C extra-filename=-7d43ef2cb40bdd95 --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-c0ebc99e4838641c.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)'` |
1357 | 2024-10-01T04:09:05.193Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1358 | 2024-10-01T04:09:05.196Z | Running `/home/build/.rustup/toolchains/1.80.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=ac1f56c2e2c28885 -C extra-filename=-ac1f56c2e2c28885 --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-0b3ed9c8de05f88e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1359 | 2024-10-01T04:09:05.219Z | Compiling serde_with v3.9.0 |
1360 | 2024-10-01T04:09:05.247Z | Running `/home/build/.rustup/toolchains/1.80.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=e309cefa2865cc55 -C extra-filename=-e309cefa2865cc55 --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-b60456937c978ee2.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-dd69fa48cd329713.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-43f71d506e6e8a86.so --cap-lints allow '-Wclippy::unused-async'` |
1361 | 2024-10-01T04:09:05.293Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --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=44dbaf82409282c4 -C extra-filename=-44dbaf82409282c4 --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 --cfg anyhow_no_core_error --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)'` |
1362 | 2024-10-01T04:09:05.887Z | Compiling newtype-uuid v1.1.0 |
1363 | 2024-10-01T04:09:05.889Z | Running `/home/build/.rustup/toolchains/1.80.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=3cc2e46f8e9c184b -C extra-filename=-3cc2e46f8e9c184b --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-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1364 | 2024-10-01T04:09:05.964Z | Compiling instant v0.1.12 |
1365 | 2024-10-01T04:09:05.967Z | Compiling heck v0.4.1 |
1366 | 2024-10-01T04:09:05.967Z | Running `/home/build/.rustup/toolchains/1.80.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=929ef5451945c527 -C extra-filename=-929ef5451945c527 --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-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1367 | 2024-10-01T04:09:05.967Z | Running `/home/build/.rustup/toolchains/1.80.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=1d265731c4d0d3ae -C extra-filename=-1d265731c4d0d3ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1368 | 2024-10-01T04:09:06.053Z | Compiling parse-display v0.10.0 |
1369 | 2024-10-01T04:09:06.056Z | Running `/home/build/.rustup/toolchains/1.80.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=83ba3de36fac652e -C extra-filename=-83ba3de36fac652e --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-48d3a87dd45ef4db.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2024-10-01T04:09:06.111Z | Compiling backoff v0.4.0 |
1371 | 2024-10-01T04:09:06.115Z | Running `/home/build/.rustup/toolchains/1.80.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=edc6d3dbeaadb1a4 -C extra-filename=-edc6d3dbeaadb1a4 --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-894f78bc976de0e5.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-1d2d979017cfa5ff.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-929ef5451945c527.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1372 | 2024-10-01T04:09:06.204Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1373 | 2024-10-01T04:09:06.207Z | Running `/home/build/.rustup/toolchains/1.80.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=7f5d61a7ff1a8329 -C extra-filename=-7f5d61a7ff1a8329 --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-3cc2e46f8e9c184b.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1374 | 2024-10-01T04:09:06.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1375 | 2024-10-01T04:09:06.406Z | Running `/home/build/.rustup/toolchains/1.80.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=a5c211a59a22fce2 -C extra-filename=-a5c211a59a22fce2 --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-4789e60a490f9a82.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-ac70160c10131894.so --cap-lints allow '-Wclippy::unused-async'` |
1376 | 2024-10-01T04:09:06.462Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1377 | 2024-10-01T04:09:06.465Z | Running `/home/build/.rustup/toolchains/1.80.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=068258ecfc4e05f2 -C extra-filename=-068258ecfc4e05f2 --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-0c93f68e5e849335.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1378 | 2024-10-01T04:09:06.514Z | Compiling macaddr v1.0.1 |
1379 | 2024-10-01T04:09:06.517Z | Running `/home/build/.rustup/toolchains/1.80.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=a3b061628be30045 -C extra-filename=-a3b061628be30045 --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1380 | 2024-10-01T04:09:06.588Z | Compiling regress v0.9.1 |
1381 | 2024-10-01T04:09:06.591Z | Running `/home/build/.rustup/toolchains/1.80.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=917192a0d5f6edcd -C extra-filename=-917192a0d5f6edcd --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-fa60a223a7636138.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1382 | 2024-10-01T04:09:06.622Z | Compiling libz-sys v1.1.12 |
1383 | 2024-10-01T04:09:06.624Z | Running `/home/build/.rustup/toolchains/1.80.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=34a2f2ff784cc7ee -C extra-filename=-34a2f2ff784cc7ee --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-34a2f2ff784cc7ee -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
1384 | 2024-10-01T04:09:06.858Z | Compiling heapless v0.8.0 |
1385 | 2024-10-01T04:09:06.861Z | Running `/home/build/.rustup/toolchains/1.80.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=4a13c8ebc0b74093 -C extra-filename=-4a13c8ebc0b74093 --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-4a13c8ebc0b74093 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1386 | 2024-10-01T04:09:06.975Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1387 | 2024-10-01T04:09:06.977Z | Running `/home/build/.rustup/toolchains/1.80.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=9a86a08feec09240 -C extra-filename=-9a86a08feec09240 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-9a86a08feec09240 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --cap-lints allow '-Wclippy::unused-async'` |
1388 | 2024-10-01T04:09:07.256Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-34a2f2ff784cc7ee/build-script-build` |
1389 | 2024-10-01T04:09:07.300Z | Compiling hash32 v0.3.1 |
1390 | 2024-10-01T04:09:07.303Z | Running `/home/build/.rustup/toolchains/1.80.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=8934e65d7fa07d71 -C extra-filename=-8934e65d7fa07d71 --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-39c7342ca60225ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1391 | 2024-10-01T04:09:07.469Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-4a13c8ebc0b74093/build-script-build` |
1392 | 2024-10-01T04:09:07.554Z | Compiling stable_deref_trait v1.2.0 |
1393 | 2024-10-01T04:09:07.556Z | Running `/home/build/.rustup/toolchains/1.80.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=c1385d4072647026 -C extra-filename=-c1385d4072647026 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1394 | 2024-10-01T04:09:07.712Z | Compiling static_assertions v1.1.0 |
1395 | 2024-10-01T04:09:07.715Z | Running `/home/build/.rustup/toolchains/1.80.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=64f71b103e003b8c -C extra-filename=-64f71b103e003b8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1396 | 2024-10-01T04:09:07.771Z | Compiling smoltcp v0.11.0 |
1397 | 2024-10-01T04:09:07.774Z | Running `/home/build/.rustup/toolchains/1.80.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=c7ad655288731eb2 -C extra-filename=-c7ad655288731eb2 --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-c7ad655288731eb2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1398 | 2024-10-01T04:09:07.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1399 | 2024-10-01T04:09:07.803Z | Running `/home/build/.rustup/toolchains/1.80.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=8cffb2c6f9dbeff9 -C extra-filename=-8cffb2c6f9dbeff9 --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-8cffb2c6f9dbeff9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1400 | 2024-10-01T04:09:07.854Z | Running `/home/build/.rustup/toolchains/1.80.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=b728d4ae733a4fae -C extra-filename=-b728d4ae733a4fae --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-8934e65d7fa07d71.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-c1385d4072647026.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1401 | 2024-10-01T04:09:08.033Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-9a86a08feec09240/build-script-build` |
1402 | 2024-10-01T04:09:08.195Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-8cffb2c6f9dbeff9/build-script-build` |
1403 | 2024-10-01T04:09:08.231Z | Running `/home/build/.rustup/toolchains/1.80.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=2d6c22e9dfb53b1c -C extra-filename=-2d6c22e9dfb53b1c --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1404 | 2024-10-01T04:09:08.403Z | Compiling proc-macro-crate v1.3.1 |
1405 | 2024-10-01T04:09:08.429Z | Running `/home/build/.rustup/toolchains/1.80.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=c000a49d150ca1ce -C extra-filename=-c000a49d150ca1ce --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-eb7edc1bfbb28116.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-73fab42c21179591.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1406 | 2024-10-01T04:09:08.453Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-c7ad655288731eb2/build-script-build` |
1407 | 2024-10-01T04:09:08.489Z | Compiling proc-macro-error-attr v1.0.4 |
1408 | 2024-10-01T04:09:08.491Z | Running `/home/build/.rustup/toolchains/1.80.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=f30ab4a9a691dc60 -C extra-filename=-f30ab4a9a691dc60 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-f30ab4a9a691dc60 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2024-10-01T04:09:08.833Z | Compiling managed v0.8.0 |
1410 | 2024-10-01T04:09:08.836Z | Running `/home/build/.rustup/toolchains/1.80.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=6d3bfe7a36bf9d7e -C extra-filename=-6d3bfe7a36bf9d7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1411 | 2024-10-01T04:09:08.887Z | Compiling cobs v0.2.3 |
1412 | 2024-10-01T04:09:08.889Z | Running `/home/build/.rustup/toolchains/1.80.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=dd86891bc7625a45 -C extra-filename=-dd86891bc7625a45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2024-10-01T04:09:08.968Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1414 | 2024-10-01T04:09:08.971Z | Running `/home/build/.rustup/toolchains/1.80.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=a3c28d52a7bd73c3 -C extra-filename=-a3c28d52a7bd73c3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-a3c28d52a7bd73c3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1415 | 2024-10-01T04:09:09.206Z | Compiling postcard v1.0.10 |
1416 | 2024-10-01T04:09:09.209Z | Running `/home/build/.rustup/toolchains/1.80.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=1cbd7dc1f9534f14 -C extra-filename=-1cbd7dc1f9534f14 --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-dd86891bc7625a45.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1417 | 2024-10-01T04:09:09.252Z | Running `/home/build/.rustup/toolchains/1.80.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=9884df593396f38c -C extra-filename=-9884df593396f38c --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-31179843bc0058c5.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-b728d4ae733a4fae.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-6d3bfe7a36bf9d7e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1418 | 2024-10-01T04:09:09.304Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-f30ab4a9a691dc60/build-script-build` |
1419 | 2024-10-01T04:09:09.306Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-a3c28d52a7bd73c3/build-script-build` |
1420 | 2024-10-01T04:09:09.340Z | Compiling vergen v8.3.2 |
1421 | 2024-10-01T04:09:09.343Z | Running `/home/build/.rustup/toolchains/1.80.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=f9b4511a1a4a015f -C extra-filename=-f9b4511a1a4a015f --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-f9b4511a1a4a015f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --cap-lints allow '-Wclippy::unused-async'` |
1422 | 2024-10-01T04:09:09.365Z | Compiling cargo-platform v0.1.8 |
1423 | 2024-10-01T04:09:09.368Z | Running `/home/build/.rustup/toolchains/1.80.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=b62144eb77c87f69 -C extra-filename=-b62144eb77c87f69 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1424 | 2024-10-01T04:09:09.620Z | Compiling foreign-types-macros v0.2.3 |
1425 | 2024-10-01T04:09:09.623Z | Running `/home/build/.rustup/toolchains/1.80.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=8567d41ab2f5a917 -C extra-filename=-8567d41ab2f5a917 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1426 | 2024-10-01T04:09:09.685Z | Running `/home/build/.rustup/toolchains/1.80.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=a149d5a65c2e7a22 -C extra-filename=-a149d5a65c2e7a22 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2024-10-01T04:09:09.735Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1428 | 2024-10-01T04:09:09.738Z | Running `/home/build/.rustup/toolchains/1.80.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=0ea4cd8b30421b68 -C extra-filename=-0ea4cd8b30421b68 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-0ea4cd8b30421b68 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2024-10-01T04:09:09.821Z | Compiling proc-macro-error v1.0.4 |
1430 | 2024-10-01T04:09:09.825Z | Running `/home/build/.rustup/toolchains/1.80.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=7296ad59c57be62f -C extra-filename=-7296ad59c57be62f --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-7296ad59c57be62f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2024-10-01T04:09:09.848Z | Compiling memoffset v0.9.0 |
1432 | 2024-10-01T04:09:09.851Z | Running `/home/build/.rustup/toolchains/1.80.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=37fff5851107d335 -C extra-filename=-37fff5851107d335 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-37fff5851107d335 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2024-10-01T04:09:10.097Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1434 | 2024-10-01T04:09:10.099Z | Running `/home/build/.rustup/toolchains/1.80.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=62ba8982be4f2cf3 -C extra-filename=-62ba8982be4f2cf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1435 | 2024-10-01T04:09:10.198Z | Compiling foreign-types-shared v0.3.1 |
1436 | 2024-10-01T04:09:10.201Z | Running `/home/build/.rustup/toolchains/1.80.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=2d5204aaa92ce5f5 -C extra-filename=-2d5204aaa92ce5f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1437 | 2024-10-01T04:09:10.225Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-7296ad59c57be62f/build-script-build` |
1438 | 2024-10-01T04:09:10.225Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-37fff5851107d335/build-script-build` |
1439 | 2024-10-01T04:09:10.313Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-0ea4cd8b30421b68/build-script-build` |
1440 | 2024-10-01T04:09:10.359Z | Running `/home/build/.rustup/toolchains/1.80.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=64d22bc95603346e -C extra-filename=-64d22bc95603346e --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-a5519019ef749be0.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-a149d5a65c2e7a22.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1441 | 2024-10-01T04:09:10.386Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f9b4511a1a4a015f/build-script-build` |
1442 | 2024-10-01T04:09:10.412Z | Compiling cargo_metadata v0.18.1 |
1443 | 2024-10-01T04:09:10.415Z | Running `/home/build/.rustup/toolchains/1.80.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=cf84613d12be248a -C extra-filename=-cf84613d12be248a --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-7d43ef2cb40bdd95.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-b62144eb77c87f69.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-3b7bb00fb8be0356.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1444 | 2024-10-01T04:09:10.434Z | Running `/home/build/.rustup/toolchains/1.80.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=d816937a185efa7a -C extra-filename=-d816937a185efa7a --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1445 | 2024-10-01T04:09:10.464Z | Running `/home/build/.rustup/toolchains/1.80.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=8291c361864835af -C extra-filename=-8291c361864835af --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1446 | 2024-10-01T04:09:10.548Z | Running `/home/build/.rustup/toolchains/1.80.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=8fce6d75d2c703f6 -C extra-filename=-8fce6d75d2c703f6 --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` |
1447 | 2024-10-01T04:09:10.632Z | Compiling camino-tempfile v1.1.1 |
1448 | 2024-10-01T04:09:10.634Z | Running `/home/build/.rustup/toolchains/1.80.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=2cd17538ef98c45f -C extra-filename=-2cd17538ef98c45f --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-6d78477c66fad028.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-97b52b7f1fadb769.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1449 | 2024-10-01T04:09:10.727Z | Compiling tabwriter v1.4.0 |
1450 | 2024-10-01T04:09:10.730Z | Running `/home/build/.rustup/toolchains/1.80.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=07bd9fd533562a9d -C extra-filename=-07bd9fd533562a9d --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-463c680e9472d9b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1451 | 2024-10-01T04:09:10.891Z | Compiling foreign-types v0.5.0 |
1452 | 2024-10-01T04:09:10.894Z | Running `/home/build/.rustup/toolchains/1.80.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=d0540906a052352b -C extra-filename=-d0540906a052352b --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-8567d41ab2f5a917.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-2d5204aaa92ce5f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1453 | 2024-10-01T04:09:11.010Z | Compiling rustc_version v0.4.0 |
1454 | 2024-10-01T04:09:11.014Z | Running `/home/build/.rustup/toolchains/1.80.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=304d64d262f7c4fe -C extra-filename=-304d64d262f7c4fe --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-3b7bb00fb8be0356.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2024-10-01T04:09:11.091Z | Compiling num-derive v0.4.2 |
1456 | 2024-10-01T04:09:11.093Z | Running `/home/build/.rustup/toolchains/1.80.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=6acccc5d4fb33361 -C extra-filename=-6acccc5d4fb33361 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1457 | 2024-10-01T04:09:11.264Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1458 | 2024-10-01T04:09:11.296Z | Running `/home/build/.rustup/toolchains/1.80.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=9b6aa0bebe562549 -C extra-filename=-9b6aa0bebe562549 --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-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1459 | 2024-10-01T04:09:11.305Z | Compiling libsqlite3-sys v0.30.1 |
1460 | 2024-10-01T04:09:11.308Z | Running `/home/build/.rustup/toolchains/1.80.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=40cf2826e0da77d3 -C extra-filename=-40cf2826e0da77d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-40cf2826e0da77d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
1461 | 2024-10-01T04:09:11.641Z | Compiling cstr-argument v0.1.2 |
1462 | 2024-10-01T04:09:11.674Z | Running `/home/build/.rustup/toolchains/1.80.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=a17f2d8be87e8025 -C extra-filename=-a17f2d8be87e8025 --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-4e1981e6060e5d9b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1463 | 2024-10-01T04:09:11.805Z | Compiling slog-dtrace v0.3.0 |
1464 | 2024-10-01T04:09:11.835Z | Running `/home/build/.rustup/toolchains/1.80.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=ed3724460db49851 -C extra-filename=-ed3724460db49851 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-ed3724460db49851 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1465 | 2024-10-01T04:09:11.847Z | Compiling crossbeam-epoch v0.9.15 |
1466 | 2024-10-01T04:09:11.849Z | Running `/home/build/.rustup/toolchains/1.80.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=127ccd9175f3c3aa -C extra-filename=-127ccd9175f3c3aa --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-127ccd9175f3c3aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1467 | 2024-10-01T04:09:11.890Z | Running `/home/build/.rustup/toolchains/1.80.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=ce04e30e105308c9 -C extra-filename=-ce04e30e105308c9 --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-a5519019ef749be0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1468 | 2024-10-01T04:09:12.174Z | Compiling pretty-hex v0.2.1 |
1469 | 2024-10-01T04:09:12.177Z | Running `/home/build/.rustup/toolchains/1.80.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=3853098c66c68012 -C extra-filename=-3853098c66c68012 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1470 | 2024-10-01T04:09:12.201Z | Running `/home/build/.rustup/toolchains/1.80.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=aa4c16098fb2139a -C extra-filename=-aa4c16098fb2139a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1471 | 2024-10-01T04:09:12.334Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1472 | 2024-10-01T04:09:12.336Z | Running `/home/build/.rustup/toolchains/1.80.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=c1c30bacf89f4122 -C extra-filename=-c1c30bacf89f4122 --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-c1c30bacf89f4122 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1473 | 2024-10-01T04:09:12.370Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1474 | 2024-10-01T04:09:12.371Z | Running `/home/build/.rustup/toolchains/1.80.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=10301ec002f90174 -C extra-filename=-10301ec002f90174 --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-62ba8982be4f2cf3.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0b3ed9c8de05f88e.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-1cbd7dc1f9534f14.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1475 | 2024-10-01T04:09:12.396Z | Compiling cfg_aliases v0.2.1 |
1476 | 2024-10-01T04:09:12.396Z | Running `/home/build/.rustup/toolchains/1.80.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=696081b2883583df -C extra-filename=-696081b2883583df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1477 | 2024-10-01T04:09:12.508Z | Compiling unicode-segmentation v1.10.1 |
1478 | 2024-10-01T04:09:12.511Z | Running `/home/build/.rustup/toolchains/1.80.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=0669b3421ee0ac06 -C extra-filename=-0669b3421ee0ac06 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1479 | 2024-10-01T04:09:12.698Z | Running `/home/build/.rustup/toolchains/1.80.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=a869f70d1bd203ba -C extra-filename=-a869f70d1bd203ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1480 | 2024-10-01T04:09:12.838Z | Running `/home/build/.rustup/toolchains/1.80.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=406f119920d3fa6b -C extra-filename=-406f119920d3fa6b --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-ab6e8cf4df12caa4.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-a869f70d1bd203ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1481 | 2024-10-01T04:09:13.080Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-c1c30bacf89f4122/build-script-build` |
1482 | 2024-10-01T04:09:13.115Z | Compiling nix v0.29.0 |
1483 | 2024-10-01T04:09:13.118Z | Running `/home/build/.rustup/toolchains/1.80.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=41ac83512afb7093 -C extra-filename=-41ac83512afb7093 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-41ac83512afb7093 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-696081b2883583df.rlib --cap-lints allow '-Wclippy::unused-async'` |
1484 | 2024-10-01T04:09:13.370Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-127ccd9175f3c3aa/build-script-build` |
1485 | 2024-10-01T04:09:13.430Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-ed3724460db49851/build-script-build` |
1486 | 2024-10-01T04:09:13.510Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-40cf2826e0da77d3/build-script-build` |
1487 | 2024-10-01T04:09:13.536Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1488 | 2024-10-01T04:09:13.536Z | Running `/home/build/.rustup/toolchains/1.80.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=afe4e3402e4ab9ad -C extra-filename=-afe4e3402e4ab9ad --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-a17f2d8be87e8025.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-d0540906a052352b.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1489 | 2024-10-01T04:09:13.568Z | Running `/home/build/.rustup/toolchains/1.80.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=687b8016ea237dfc -C extra-filename=-687b8016ea237dfc --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-d816937a185efa7a.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-cd2cd7cb8891a410.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1490 | 2024-10-01T04:09:13.672Z | Compiling num_enum_derive v0.5.11 |
1491 | 2024-10-01T04:09:13.675Z | Running `/home/build/.rustup/toolchains/1.80.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=345b240dbbeabbc4 -C extra-filename=-345b240dbbeabbc4 --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-c000a49d150ca1ce.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-cd2cd7cb8891a410.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1492 | 2024-10-01T04:09:13.699Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1493 | 2024-10-01T04:09:13.702Z | Running `/home/build/.rustup/toolchains/1.80.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=4024726eaf3a1765 -C extra-filename=-4024726eaf3a1765 --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-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-cd2cd7cb8891a410.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1494 | 2024-10-01T04:09:14.010Z | Running `/home/build/.rustup/toolchains/1.80.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=43aadfb8788cb705 -C extra-filename=-43aadfb8788cb705 --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-4e1981e6060e5d9b.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-cca8e6b50f910f45.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-62ba8982be4f2cf3.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-9b6aa0bebe562549.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-10301ec002f90174.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-1cbd7dc1f9534f14.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-07bd9fd533562a9d.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 | 2024-10-01T04:09:14.133Z | Running `/home/build/.rustup/toolchains/1.80.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=3851cf9499eb6a02 -C extra-filename=-3851cf9499eb6a02 --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-64d22bc95603346e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1496 | 2024-10-01T04:09:14.186Z | Running `/home/build/.rustup/toolchains/1.80.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=bac470ff4f7bacb8 -C extra-filename=-bac470ff4f7bacb8 --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` |
1497 | 2024-10-01T04:09:14.227Z | Compiling console v0.15.7 |
1498 | 2024-10-01T04:09:14.235Z | Running `/home/build/.rustup/toolchains/1.80.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=b5d7c5dc41a2faae -C extra-filename=-b5d7c5dc41a2faae --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-f5a2b5126583a8ab.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-463c680e9472d9b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1499 | 2024-10-01T04:09:14.255Z | Compiling colored v2.1.0 |
1500 | 2024-10-01T04:09:14.255Z | Running `/home/build/.rustup/toolchains/1.80.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=d572762624e6cb3d -C extra-filename=-d572762624e6cb3d --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-f5a2b5126583a8ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1501 | 2024-10-01T04:09:14.303Z | Running `/home/build/.rustup/toolchains/1.80.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=016e40bbc90cfb29 -C extra-filename=-016e40bbc90cfb29 --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-dc7858212c868203.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1502 | 2024-10-01T04:09:14.508Z | Compiling num-rational v0.4.2 |
1503 | 2024-10-01T04:09:14.512Z | Running `/home/build/.rustup/toolchains/1.80.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=a49f7de166dcdde7 -C extra-filename=-a49f7de166dcdde7 --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-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1504 | 2024-10-01T04:09:14.607Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1505 | 2024-10-01T04:09:14.610Z | Running `/home/build/.rustup/toolchains/1.80.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=2d75573ef9017847 -C extra-filename=-2d75573ef9017847 --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-c2875ed331cfe8e7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-4024726eaf3a1765.so --cap-lints allow '-Wclippy::unused-async'` |
1506 | 2024-10-01T04:09:14.789Z | Running `/home/build/.rustup/toolchains/1.80.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=37e8ecb48b69c2f4 -C extra-filename=-37e8ecb48b69c2f4 --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-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-b47577b0f94fb68e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2024-10-01T04:09:15.066Z | Compiling http v0.2.12 |
1508 | 2024-10-01T04:09:15.068Z | Running `/home/build/.rustup/toolchains/1.80.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=929b24d1b496e2bb -C extra-filename=-929b24d1b496e2bb --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-d5934a78b86724da.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1509 | 2024-10-01T04:09:15.147Z | Compiling num-complex v0.4.6 |
1510 | 2024-10-01T04:09:15.150Z | Running `/home/build/.rustup/toolchains/1.80.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=6cf9ee304cd7151b -C extra-filename=-6cf9ee304cd7151b --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-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1511 | 2024-10-01T04:09:15.306Z | Running `/home/build/.rustup/toolchains/1.80.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=819717e6e3589044 -C extra-filename=-819717e6e3589044 --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-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2024-10-01T04:09:15.330Z | Running `/home/build/.rustup/toolchains/1.80.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=6ef6c89f2a9a38f9 -C extra-filename=-6ef6c89f2a9a38f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1513 | 2024-10-01T04:09:15.440Z | Compiling semver v0.1.20 |
1514 | 2024-10-01T04:09:15.443Z | Running `/home/build/.rustup/toolchains/1.80.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=f3c0bb444a600c11 -C extra-filename=-f3c0bb444a600c11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1515 | 2024-10-01T04:09:15.467Z | Compiling prettyplease v0.2.22 |
1516 | 2024-10-01T04:09:15.467Z | Running `/home/build/.rustup/toolchains/1.80.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=5b0991c361492680 -C extra-filename=-5b0991c361492680 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-5b0991c361492680 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1517 | 2024-10-01T04:09:15.819Z | Running `/home/build/.rustup/toolchains/1.80.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=6d17f47840d130a9 -C extra-filename=-6d17f47840d130a9 --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-3e5f2d1f86126925.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-17b25ab73f2f5743.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-c61fc4d125651862.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-aa4c16098fb2139a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1518 | 2024-10-01T04:09:15.846Z | Running `/home/build/.rustup/toolchains/1.80.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=f6f887403f60fc6e -C extra-filename=-f6f887403f60fc6e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1519 | 2024-10-01T04:09:15.967Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1520 | 2024-10-01T04:09:15.970Z | Running `/home/build/.rustup/toolchains/1.80.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=33f53602b3bebd47 -C extra-filename=-33f53602b3bebd47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1521 | 2024-10-01T04:09:15.970Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-5b0991c361492680/build-script-build` |
1522 | 2024-10-01T04:09:16.018Z | Compiling num_enum v0.5.11 |
1523 | 2024-10-01T04:09:16.018Z | Running `/home/build/.rustup/toolchains/1.80.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=7017719eadc49ebd -C extra-filename=-7017719eadc49ebd --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-345b240dbbeabbc4.so --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2024-10-01T04:09:16.020Z | Running `/home/build/.rustup/toolchains/1.80.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=8305ebb6ecf3e705 -C extra-filename=-8305ebb6ecf3e705 --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-016e40bbc90cfb29.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-f6f887403f60fc6e.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-ce04e30e105308c9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1525 | 2024-10-01T04:09:16.020Z | Compiling rustc_version v0.1.7 |
1526 | 2024-10-01T04:09:16.020Z | Running `/home/build/.rustup/toolchains/1.80.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=b6daadf2ba10dcc3 -C extra-filename=-b6daadf2ba10dcc3 --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-f3c0bb444a600c11.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2024-10-01T04:09:16.091Z | Compiling num v0.4.3 |
1528 | 2024-10-01T04:09:16.094Z | Running `/home/build/.rustup/toolchains/1.80.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=26e228df828485e8 -C extra-filename=-26e228df828485e8 --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-6cf9ee304cd7151b.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-a49f7de166dcdde7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1529 | 2024-10-01T04:09:16.159Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1530 | 2024-10-01T04:09:16.162Z | Running `/home/build/.rustup/toolchains/1.80.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=9aa26f16ecdef4ca -C extra-filename=-9aa26f16ecdef4ca --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-c2875ed331cfe8e7.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-8291c361864835af.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-7017719eadc49ebd.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-3853098c66c68012.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1531 | 2024-10-01T04:09:16.162Z | Running `/home/build/.rustup/toolchains/1.80.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=f769bc97e02c8d20 -C extra-filename=-f769bc97e02c8d20 --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-819717e6e3589044.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-3851cf9499eb6a02.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-ce04e30e105308c9.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-b47577b0f94fb68e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1532 | 2024-10-01T04:09:16.213Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1533 | 2024-10-01T04:09:16.213Z | Running `/home/build/.rustup/toolchains/1.80.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=cdcbadda37ca7746 -C extra-filename=-cdcbadda37ca7746 --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-4e1981e6060e5d9b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-62ba8982be4f2cf3.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-43aadfb8788cb705.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-33f53602b3bebd47.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-07bd9fd533562a9d.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7c5f4f2007e4e2af.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1534 | 2024-10-01T04:09:16.307Z | Running `/home/build/.rustup/toolchains/1.80.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=10a285af9805efde -C extra-filename=-10a285af9805efde --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-a5519019ef749be0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-6ef6c89f2a9a38f9.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-c95014389c73d836.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1535 | 2024-10-01T04:09:16.472Z | Running `/home/build/.rustup/toolchains/1.80.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=612efce08424d217 -C extra-filename=-612efce08424d217 --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-457f2b835b01347c.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-d572762624e6cb3d.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-9aa26f16ecdef4ca.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-7017719eadc49ebd.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-afe4e3402e4ab9ad.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-ac1f56c2e2c28885.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-2d75573ef9017847.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-c7f69027dc82a2d8.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1536 | 2024-10-01T04:09:16.551Z | Running `/home/build/.rustup/toolchains/1.80.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=4135546e46198201 -C extra-filename=-4135546e46198201 --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-406f119920d3fa6b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-37e8ecb48b69c2f4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-b47577b0f94fb68e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1537 | 2024-10-01T04:09:16.686Z | Running `/home/build/.rustup/toolchains/1.80.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=c17ec0f738e245a2 -C extra-filename=-c17ec0f738e245a2 --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-4e1981e6060e5d9b.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-bac470ff4f7bacb8.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1538 | 2024-10-01T04:09:16.758Z | Compiling zone_cfg_derive v0.3.0 |
1539 | 2024-10-01T04:09:16.761Z | Running `/home/build/.rustup/toolchains/1.80.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=a74fcfbc6668de9f -C extra-filename=-a74fcfbc6668de9f --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-1d265731c4d0d3ae.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-687b8016ea237dfc.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-cd2cd7cb8891a410.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1540 | 2024-10-01T04:09:17.062Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-41ac83512afb7093/build-script-build` |
1541 | 2024-10-01T04:09:17.098Z | Running `/home/build/.rustup/toolchains/1.80.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=28db83f1c81c3022 -C extra-filename=-28db83f1c81c3022 --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` |
1542 | 2024-10-01T04:09:17.271Z | Running `/home/build/.rustup/toolchains/1.80.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=a0b7e26a7d4f2f95 -C extra-filename=-a0b7e26a7d4f2f95 --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-17f3b14b07138ba4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-c211fabe805870ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1543 | 2024-10-01T04:09:17.511Z | Compiling newline-converter v0.3.0 |
1544 | 2024-10-01T04:09:17.514Z | Running `/home/build/.rustup/toolchains/1.80.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=09305abd38b7a553 -C extra-filename=-09305abd38b7a553 --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-0669b3421ee0ac06.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1545 | 2024-10-01T04:09:17.578Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1546 | 2024-10-01T04:09:17.582Z | Running `/home/build/.rustup/toolchains/1.80.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=a85477f6b0419501 -C extra-filename=-a85477f6b0419501 --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-c2875ed331cfe8e7.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-10-01T04:09:17.733Z | Running `/home/build/.rustup/toolchains/1.80.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=160ed51e12ef2228 -C extra-filename=-160ed51e12ef2228 --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-9b9a230740f167da.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1548 | 2024-10-01T04:09:17.737Z | Running `/home/build/.rustup/toolchains/1.80.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=75a7cf465444367f -C extra-filename=-75a7cf465444367f --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-56d49b3bbb6f0202.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-7c5cc8db1569d62e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-ecfc0c2dc3d5167c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-082b620689f999fb.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1549 | 2024-10-01T04:09:17.823Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --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="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=8df1485bfcc5e145 -C extra-filename=-8df1485bfcc5e145 --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-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-924cd5643eed2f6c.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a74c4e5cb1db3a1e.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-10-01T04:09:17.955Z | Compiling itertools v0.10.5 |
1551 | 2024-10-01T04:09:17.958Z | Running `/home/build/.rustup/toolchains/1.80.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=57aeb49b21647e11 -C extra-filename=-57aeb49b21647e11 --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-deb7625ff5bb6814.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1552 | 2024-10-01T04:09:17.995Z | Running `/home/build/.rustup/toolchains/1.80.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=b481f928ccc89f5d -C extra-filename=-b481f928ccc89f5d --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-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2024-10-01T04:09:18.063Z | Running `/home/build/.rustup/toolchains/1.80.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=1e5590e875a402ab -C extra-filename=-1e5590e875a402ab --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-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1554 | 2024-10-01T04:09:18.306Z | Running `/home/build/.rustup/toolchains/1.80.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=b15587d7130d91c0 -C extra-filename=-b15587d7130d91c0 --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-8cc52081964995e5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-10-01T04:09:18.332Z | Running `/home/build/.rustup/toolchains/1.80.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=31f3926ca83e2a5b -C extra-filename=-31f3926ca83e2a5b --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-6405bb27b8ccbd03.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1556 | 2024-10-01T04:09:18.450Z | Compiling hashlink v0.9.1 |
1557 | 2024-10-01T04:09:18.453Z | Running `/home/build/.rustup/toolchains/1.80.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=3f9c2252770e6cc1 -C extra-filename=-3f9c2252770e6cc1 --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-fa60a223a7636138.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1558 | 2024-10-01T04:09:18.535Z | Compiling sigpipe v0.1.3 |
1559 | 2024-10-01T04:09:18.538Z | Running `/home/build/.rustup/toolchains/1.80.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=5e2652d14b7c6b8d -C extra-filename=-5e2652d14b7c6b8d --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2024-10-01T04:09:18.620Z | Running `/home/build/.rustup/toolchains/1.80.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=f07ed0d463c273f9 -C extra-filename=-f07ed0d463c273f9 --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-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1561 | 2024-10-01T04:09:18.668Z | Running `/home/build/.rustup/toolchains/1.80.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=e18ab28d6707b527 -C extra-filename=-e18ab28d6707b527 --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-a5519019ef749be0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2024-10-01T04:09:18.803Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1563 | 2024-10-01T04:09:18.806Z | Running `/home/build/.rustup/toolchains/1.80.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=6a8007002339aa2b -C extra-filename=-6a8007002339aa2b --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-6a8007002339aa2b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1564 | 2024-10-01T04:09:18.832Z | Compiling base64ct v1.6.0 |
1565 | 2024-10-01T04:09:18.832Z | Running `/home/build/.rustup/toolchains/1.80.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=20d32e1e1e1c6c25 -C extra-filename=-20d32e1e1e1c6c25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1566 | 2024-10-01T04:09:18.857Z | Compiling fallible-streaming-iterator v0.1.9 |
1567 | 2024-10-01T04:09:18.860Z | Running `/home/build/.rustup/toolchains/1.80.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=e50352a008c5c36b -C extra-filename=-e50352a008c5c36b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1568 | 2024-10-01T04:09:19.096Z | Running `/home/build/.rustup/toolchains/1.80.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=74f30fd921ea4b6f -C extra-filename=-74f30fd921ea4b6f --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-c0ebc99e4838641c.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-17b25ab73f2f5743.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-c61fc4d125651862.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-6d17f47840d130a9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1569 | 2024-10-01T04:09:19.131Z | Compiling similar v2.3.0 |
1570 | 2024-10-01T04:09:19.137Z | Running `/home/build/.rustup/toolchains/1.80.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=c36aa2c947a86199 -C extra-filename=-c36aa2c947a86199 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1571 | 2024-10-01T04:09:19.156Z | Compiling rayon-core v1.12.1 |
1572 | 2024-10-01T04:09:19.159Z | Running `/home/build/.rustup/toolchains/1.80.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=fab5c62432fe2365 -C extra-filename=-fab5c62432fe2365 --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-fab5c62432fe2365 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1573 | 2024-10-01T04:09:19.159Z | Compiling float-ord v0.3.2 |
1574 | 2024-10-01T04:09:19.159Z | Running `/home/build/.rustup/toolchains/1.80.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=cdfd8e9167da8a37 -C extra-filename=-cdfd8e9167da8a37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-10-01T04:09:19.366Z | Running `/home/build/.rustup/toolchains/1.80.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=7619f67031d89ea3 -C extra-filename=-7619f67031d89ea3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-10-01T04:09:19.453Z | Compiling fallible-iterator v0.3.0 |
1577 | 2024-10-01T04:09:19.456Z | Running `/home/build/.rustup/toolchains/1.80.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=2a64cb4628b7795e -C extra-filename=-2a64cb4628b7795e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-10-01T04:09:19.497Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fab5c62432fe2365/build-script-build` |
1579 | 2024-10-01T04:09:19.524Z | Compiling password-hash v0.5.0 |
1580 | 2024-10-01T04:09:19.526Z | Running `/home/build/.rustup/toolchains/1.80.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=bfeb3c8fb4924963 -C extra-filename=-bfeb3c8fb4924963 --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-20d32e1e1e1c6c25.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-23163cb3357d0546.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1581 | 2024-10-01T04:09:19.556Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-6a8007002339aa2b/build-script-build` |
1582 | 2024-10-01T04:09:19.593Z | Running `/home/build/.rustup/toolchains/1.80.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=7138bd8ec10eb852 -C extra-filename=-7138bd8ec10eb852 --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-5d879cdb3256d6f9.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-8efed58975461d7a.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-e18ab28d6707b527.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-adf9120fc2ded6d1.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1583 | 2024-10-01T04:09:19.931Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1584 | 2024-10-01T04:09:19.935Z | Running `/home/build/.rustup/toolchains/1.80.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=38d606297a1b25af -C extra-filename=-38d606297a1b25af --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-457f2b835b01347c.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-1bc0a61096957e19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-5e2652d14b7c6b8d.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2024-10-01T04:09:20.168Z | Compiling rusqlite v0.32.1 |
1586 | 2024-10-01T04:09:20.171Z | Running `/home/build/.rustup/toolchains/1.80.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=d9f5beff15da2937 -C extra-filename=-d9f5beff15da2937 --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-a103dec0646dda7a.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-2a64cb4628b7795e.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-e50352a008c5c36b.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-3f9c2252770e6cc1.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-28db83f1c81c3022.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
1587 | 2024-10-01T04:09:20.196Z | Compiling expectorate v1.1.0 |
1588 | 2024-10-01T04:09:20.198Z | Running `/home/build/.rustup/toolchains/1.80.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=d5588c05efb49e39 -C extra-filename=-d5588c05efb49e39 --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-b5d7c5dc41a2faae.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-09305abd38b7a553.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-c36aa2c947a86199.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2024-10-01T04:09:20.363Z | Running `/home/build/.rustup/toolchains/1.80.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=986decedf74d3675 -C extra-filename=-986decedf74d3675 --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-1e5590e875a402ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1590 | 2024-10-01T04:09:20.571Z | Compiling zone v0.3.0 |
1591 | 2024-10-01T04:09:20.574Z | Running `/home/build/.rustup/toolchains/1.80.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=2f52b2fe35d96ee4 -C extra-filename=-2f52b2fe35d96ee4 --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-57aeb49b21647e11.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-a74fcfbc6668de9f.so --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2024-10-01T04:09:20.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1593 | 2024-10-01T04:09:20.610Z | Running `/home/build/.rustup/toolchains/1.80.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=316424cd21b54130 -C extra-filename=-316424cd21b54130 --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-c2875ed331cfe8e7.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-612efce08424d217.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-43aadfb8788cb705.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-cdcbadda37ca7746.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-1cbd7dc1f9534f14.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1594 | 2024-10-01T04:09:20.776Z | Running `/home/build/.rustup/toolchains/1.80.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=3130fb4fdb042369 -C extra-filename=-3130fb4fdb042369 --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-b481f928ccc89f5d.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1595 | 2024-10-01T04:09:21.041Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1596 | 2024-10-01T04:09:21.044Z | Running `/home/build/.rustup/toolchains/1.80.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=e08300f8b35eb2fe -C extra-filename=-e08300f8b35eb2fe --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-a85477f6b0419501.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1597 | 2024-10-01T04:09:21.113Z | Compiling crossbeam-deque v0.8.3 |
1598 | 2024-10-01T04:09:21.115Z | Running `/home/build/.rustup/toolchains/1.80.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=e6ee81267b94be0e -C extra-filename=-e6ee81267b94be0e --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-4e1981e6060e5d9b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-c17ec0f738e245a2.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2024-10-01T04:09:21.223Z | Running `/home/build/.rustup/toolchains/1.80.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=edd18f8aa007370d -C extra-filename=-edd18f8aa007370d --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-a103dec0646dda7a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.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)'` |
1600 | 2024-10-01T04:09:21.460Z | Compiling newtype_derive v0.1.6 |
1601 | 2024-10-01T04:09:21.463Z | Running `/home/build/.rustup/toolchains/1.80.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=447b9ef8d621381e -C extra-filename=-447b9ef8d621381e --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-447b9ef8d621381e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-b6daadf2ba10dcc3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2024-10-01T04:09:21.517Z | Compiling hubpack_derive v0.1.1 |
1603 | 2024-10-01T04:09:21.520Z | Running `/home/build/.rustup/toolchains/1.80.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=0b1d0d29e4e11df9 -C extra-filename=-0b1d0d29e4e11df9 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-cd2cd7cb8891a410.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1604 | 2024-10-01T04:09:21.643Z | Compiling twox-hash v1.6.3 |
1605 | 2024-10-01T04:09:21.646Z | Running `/home/build/.rustup/toolchains/1.80.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=62e5d44ac1af4784 -C extra-filename=-62e5d44ac1af4784 --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-4e1981e6060e5d9b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1606 | 2024-10-01T04:09:21.822Z | Running `/home/build/.rustup/toolchains/1.80.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=fd7ce8f4278a0d10 -C extra-filename=-fd7ce8f4278a0d10 --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-48d3a87dd45ef4db.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1607 | 2024-10-01T04:09:21.945Z | Running `/home/build/.rustup/toolchains/1.80.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=e06b91bca9220801 -C extra-filename=-e06b91bca9220801 --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-131497084c35547f.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-ac70160c10131894.so --cap-lints allow '-Wclippy::unused-async'` |
1608 | 2024-10-01T04:09:21.973Z | Running `/home/build/.rustup/toolchains/1.80.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=b76aefd7375bf74f -C extra-filename=-b76aefd7375bf74f --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-c0ebc99e4838641c.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-dd69fa48cd329713.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-43f71d506e6e8a86.so --cap-lints allow '-Wclippy::unused-async'` |
1609 | 2024-10-01T04:09:22.129Z | Running `/home/build/.rustup/toolchains/1.80.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=f494de27391c3568 -C extra-filename=-f494de27391c3568 --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-aaa017a50324cc00.so --cap-lints allow '-Wclippy::unused-async'` |
1610 | 2024-10-01T04:09:22.154Z | Running `/home/build/.rustup/toolchains/1.80.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=11508fd311ad01f3 -C extra-filename=-11508fd311ad01f3 --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-0d1f40a9d05558e3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2024-10-01T04:09:22.313Z | Running `/home/build/.rustup/toolchains/1.80.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=b54f04e1e3effb4f -C extra-filename=-b54f04e1e3effb4f --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-da0331d91bda379c.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1612 | 2024-10-01T04:09:22.339Z | Compiling blake2 v0.10.6 |
1613 | 2024-10-01T04:09:22.366Z | Running `/home/build/.rustup/toolchains/1.80.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=22dfe49f9dd23bd0 -C extra-filename=-22dfe49f9dd23bd0 --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-3aecb30fe4648cee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-10-01T04:09:22.392Z | Running `/home/build/.rustup/toolchains/1.80.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=6be42811fad64a80 -C extra-filename=-6be42811fad64a80 --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-c0ebc99e4838641c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2024-10-01T04:09:22.394Z | Running `/home/build/.rustup/toolchains/1.80.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=54972123b2c9ae2f -C extra-filename=-54972123b2c9ae2f --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-80f86800d1ab2a67.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1616 | 2024-10-01T04:09:22.441Z | Compiling smf v0.2.3 |
1617 | 2024-10-01T04:09:22.453Z | Running `/home/build/.rustup/toolchains/1.80.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=600147ae66b36670 -C extra-filename=-600147ae66b36670 --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-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1618 | 2024-10-01T04:09:22.767Z | Compiling zerocopy-derive v0.6.6 |
1619 | 2024-10-01T04:09:22.769Z | Running `/home/build/.rustup/toolchains/1.80.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=a29248727c516c96 -C extra-filename=-a29248727c516c96 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1620 | 2024-10-01T04:09:22.845Z | Running `/home/build/.rustup/toolchains/1.80.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=97e49bc31e32b457 -C extra-filename=-97e49bc31e32b457 --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-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2024-10-01T04:09:23.232Z | Compiling atty v0.2.14 |
1622 | 2024-10-01T04:09:23.234Z | Running `/home/build/.rustup/toolchains/1.80.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=a6d4c41d3cc10a92 -C extra-filename=-a6d4c41d3cc10a92 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2024-10-01T04:09:23.389Z | Compiling fixedbitset v0.4.2 |
1624 | 2024-10-01T04:09:23.392Z | Running `/home/build/.rustup/toolchains/1.80.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=61e5095a29a724be -C extra-filename=-61e5095a29a724be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1625 | 2024-10-01T04:09:23.581Z | Compiling owo-colors v4.1.0 |
1626 | 2024-10-01T04:09:23.584Z | Running `/home/build/.rustup/toolchains/1.80.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=584e4aed12d82459 -C extra-filename=-584e4aed12d82459 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-584e4aed12d82459 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1627 | 2024-10-01T04:09:23.881Z | Compiling cancel-safe-futures v0.1.5 |
1628 | 2024-10-01T04:09:23.884Z | Running `/home/build/.rustup/toolchains/1.80.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=9316287ac904251f -C extra-filename=-9316287ac904251f --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-9316287ac904251f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1629 | 2024-10-01T04:09:23.933Z | Compiling whoami v1.5.1 |
1630 | 2024-10-01T04:09:23.936Z | Running `/home/build/.rustup/toolchains/1.80.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=e957c5d12981c75e -C extra-filename=-e957c5d12981c75e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2024-10-01T04:09:23.958Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-584e4aed12d82459/build-script-build` |
1632 | 2024-10-01T04:09:23.961Z | Running `/home/build/.rustup/toolchains/1.80.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=5a3e04354e210783 -C extra-filename=-5a3e04354e210783 --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-97e49bc31e32b457.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-a82a955885cb119e.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-b54f04e1e3effb4f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2024-10-01T04:09:24.012Z | Compiling petgraph v0.6.5 |
1634 | 2024-10-01T04:09:24.014Z | Running `/home/build/.rustup/toolchains/1.80.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=42a59fa5acf049c3 -C extra-filename=-42a59fa5acf049c3 --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-61e5095a29a724be.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-dd69fa48cd329713.so --cap-lints allow '-Wclippy::unused-async'` |
1635 | 2024-10-01T04:09:24.039Z | Compiling argon2 v0.5.3 |
1636 | 2024-10-01T04:09:24.042Z | Running `/home/build/.rustup/toolchains/1.80.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=e8d87f44e846d2f3 -C extra-filename=-e8d87f44e846d2f3 --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-20d32e1e1e1c6c25.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-22dfe49f9dd23bd0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-bfeb3c8fb4924963.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1637 | 2024-10-01T04:09:24.099Z | Compiling hubpack v0.1.2 |
1638 | 2024-10-01T04:09:24.101Z | Running `/home/build/.rustup/toolchains/1.80.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=00de31636a72615d -C extra-filename=-00de31636a72615d --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-0b1d0d29e4e11df9.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2024-10-01T04:09:24.272Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-9316287ac904251f/build-script-build` |
1640 | 2024-10-01T04:09:24.310Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-447b9ef8d621381e/build-script-build` |
1641 | 2024-10-01T04:09:24.383Z | Running `/home/build/.rustup/toolchains/1.80.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=088922f79811664a -C extra-filename=-088922f79811664a --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-e6ee81267b94be0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1642 | 2024-10-01T04:09:24.557Z | Compiling strum_macros v0.25.3 |
1643 | 2024-10-01T04:09:24.561Z | Running `/home/build/.rustup/toolchains/1.80.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=6e24cb820aa34dfb -C extra-filename=-6e24cb820aa34dfb --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-1d265731c4d0d3ae.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1644 | 2024-10-01T04:09:24.630Z | Compiling serde-big-array v0.5.1 |
1645 | 2024-10-01T04:09:24.632Z | Running `/home/build/.rustup/toolchains/1.80.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=1af13cef8a3fbc7b -C extra-filename=-1af13cef8a3fbc7b --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1646 | 2024-10-01T04:09:24.765Z | Compiling zerocopy v0.6.6 |
1647 | 2024-10-01T04:09:24.769Z | Running `/home/build/.rustup/toolchains/1.80.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=1d78253ccc551b67 -C extra-filename=-1d78253ccc551b67 --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-39c7342ca60225ec.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-a29248727c516c96.so --cap-lints allow '-Wclippy::unused-async'` |
1648 | 2024-10-01T04:09:24.865Z | Compiling serde_repr v0.1.18 |
1649 | 2024-10-01T04:09:24.867Z | Running `/home/build/.rustup/toolchains/1.80.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=ecbef80ed31d2d00 -C extra-filename=-ecbef80ed31d2d00 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1650 | 2024-10-01T04:09:25.476Z | Compiling cookie v0.18.1 |
1651 | 2024-10-01T04:09:25.479Z | Running `/home/build/.rustup/toolchains/1.80.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=2f72da9b4b1a67a7 -C extra-filename=-2f72da9b4b1a67a7 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-2f72da9b4b1a67a7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1652 | 2024-10-01T04:09:25.594Z | Compiling convert_case v0.4.0 |
1653 | 2024-10-01T04:09:25.596Z | Running `/home/build/.rustup/toolchains/1.80.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=50a7479be6959fbe -C extra-filename=-50a7479be6959fbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1654 | 2024-10-01T04:09:25.693Z | Running `/home/build/.rustup/toolchains/1.80.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=895d65b6001640a7 -C extra-filename=-895d65b6001640a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2024-10-01T04:09:25.846Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-2f72da9b4b1a67a7/build-script-build` |
1656 | 2024-10-01T04:09:25.872Z | Compiling rayon v1.10.0 |
1657 | 2024-10-01T04:09:25.874Z | Running `/home/build/.rustup/toolchains/1.80.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=ed298fbb0e14f714 -C extra-filename=-ed298fbb0e14f714 --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-deb7625ff5bb6814.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-088922f79811664a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2024-10-01T04:09:25.924Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1659 | 2024-10-01T04:09:25.926Z | Running `/home/build/.rustup/toolchains/1.80.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=3fcb6355c2090b82 -C extra-filename=-3fcb6355c2090b82 --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-e8d87f44e846d2f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-e309cefa2865cc55.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1660 | 2024-10-01T04:09:26.041Z | Running `/home/build/.rustup/toolchains/1.80.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=fb8daa2db3a5d963 -C extra-filename=-fb8daa2db3a5d963 --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` |
1661 | 2024-10-01T04:09:26.173Z | Running `/home/build/.rustup/toolchains/1.80.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=73fdfc1ac5b8e833 -C extra-filename=-73fdfc1ac5b8e833 --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-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1662 | 2024-10-01T04:09:26.257Z | Running `/home/build/.rustup/toolchains/1.80.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=c30d3b97f580ed13 -C extra-filename=-c30d3b97f580ed13 --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)'` |
1663 | 2024-10-01T04:09:26.357Z | Running `/home/build/.rustup/toolchains/1.80.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=2d91079aeb649f78 -C extra-filename=-2d91079aeb649f78 --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-35ff8f6c7ca8c1f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1664 | 2024-10-01T04:09:26.383Z | Compiling derive_more v0.99.18 |
1665 | 2024-10-01T04:09:26.386Z | Running `/home/build/.rustup/toolchains/1.80.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=6281becc43a501b8 -C extra-filename=-6281becc43a501b8 --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-50a7479be6959fbe.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1666 | 2024-10-01T04:09:26.762Z | Compiling enum-as-inner v0.6.0 |
1667 | 2024-10-01T04:09:26.765Z | Running `/home/build/.rustup/toolchains/1.80.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=ad58d0ff26d46957 -C extra-filename=-ad58d0ff26d46957 --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-1d265731c4d0d3ae.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1668 | 2024-10-01T04:09:27.135Z | Compiling atomicwrites v0.4.4 |
1669 | 2024-10-01T04:09:27.138Z | Running `/home/build/.rustup/toolchains/1.80.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=5b958fc75fcaeb91 -C extra-filename=-5b958fc75fcaeb91 --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-e6fbfdbea3bd4702.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-97b52b7f1fadb769.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1670 | 2024-10-01T04:09:27.489Z | Compiling toml_edit v0.20.7 |
1671 | 2024-10-01T04:09:27.492Z | Running `/home/build/.rustup/toolchains/1.80.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=fe869600906458a6 -C extra-filename=-fe869600906458a6 --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-3e5f2d1f86126925.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-c61fc4d125651862.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2024-10-01T04:09:27.930Z | Compiling itertools v0.13.0 |
1673 | 2024-10-01T04:09:27.933Z | Running `/home/build/.rustup/toolchains/1.80.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=9ec6352309062b2b -C extra-filename=-9ec6352309062b2b --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-deb7625ff5bb6814.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2024-10-01T04:09:27.979Z | Compiling libsw v3.3.1 |
1675 | 2024-10-01T04:09:27.982Z | Running `/home/build/.rustup/toolchains/1.80.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=1121f4adafb9015c -C extra-filename=-1121f4adafb9015c --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-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1676 | 2024-10-01T04:09:28.225Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1677 | 2024-10-01T04:09:28.227Z | Running `/home/build/.rustup/toolchains/1.80.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=ca8090c4b4a42de6 -C extra-filename=-ca8090c4b4a42de6 --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-a103dec0646dda7a.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-00de31636a72615d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-1af13cef8a3fbc7b.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-ecbef80ed31d2d00.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-6e24cb820aa34dfb.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-1d78253ccc551b67.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1678 | 2024-10-01T04:09:28.308Z | Compiling derive-where v1.2.7 |
1679 | 2024-10-01T04:09:28.311Z | Running `/home/build/.rustup/toolchains/1.80.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=ee78705878d95695 -C extra-filename=-ee78705878d95695 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1680 | 2024-10-01T04:09:28.607Z | Compiling autocfg v0.1.8 |
1681 | 2024-10-01T04:09:28.609Z | Running `/home/build/.rustup/toolchains/1.80.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=d76d37ae587a24f0 -C extra-filename=-d76d37ae587a24f0 --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-e05db90e573f3e0c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1682 | 2024-10-01T04:09:28.721Z | Compiling rand_core v0.4.2 |
1683 | 2024-10-01T04:09:28.724Z | Running `/home/build/.rustup/toolchains/1.80.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=22974093fb9e0e62 -C extra-filename=-22974093fb9e0e62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1684 | 2024-10-01T04:09:29.085Z | Compiling indent_write v2.2.0 |
1685 | 2024-10-01T04:09:29.088Z | Running `/home/build/.rustup/toolchains/1.80.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=9dbf4c7c8437fba0 -C extra-filename=-9dbf4c7c8437fba0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1686 | 2024-10-01T04:09:29.132Z | Compiling quick-error v1.2.3 |
1687 | 2024-10-01T04:09:29.135Z | Running `/home/build/.rustup/toolchains/1.80.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=e0e1cd13e3459b89 -C extra-filename=-e0e1cd13e3459b89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1688 | 2024-10-01T04:09:29.292Z | Compiling linked-hash-map v0.5.6 |
1689 | 2024-10-01T04:09:29.317Z | Running `/home/build/.rustup/toolchains/1.80.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=7bd5e25366e716a0 -C extra-filename=-7bd5e25366e716a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1690 | 2024-10-01T04:09:29.319Z | Compiling data-encoding v2.5.0 |
1691 | 2024-10-01T04:09:29.358Z | Running `/home/build/.rustup/toolchains/1.80.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=30945ba030dd0f9d -C extra-filename=-30945ba030dd0f9d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2024-10-01T04:09:29.687Z | Compiling linear-map v1.2.0 |
1693 | 2024-10-01T04:09:29.690Z | Running `/home/build/.rustup/toolchains/1.80.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=d968cc2af40c5a92 -C extra-filename=-d968cc2af40c5a92 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2024-10-01T04:09:30.062Z | Compiling highway v1.2.0 |
1695 | 2024-10-01T04:09:30.064Z | Running `/home/build/.rustup/toolchains/1.80.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=c3842fa086730bbd -C extra-filename=-c3842fa086730bbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2024-10-01T04:09:30.938Z | Compiling swrite v0.1.0 |
1697 | 2024-10-01T04:09:30.940Z | Running `/home/build/.rustup/toolchains/1.80.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=b6929784b264bb07 -C extra-filename=-b6929784b264bb07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1698 | 2024-10-01T04:09:30.961Z | Compiling hickory-proto v0.24.1 |
1699 | 2024-10-01T04:09:30.964Z | Running `/home/build/.rustup/toolchains/1.80.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=8079b3ee095ace8a -C extra-filename=-8079b3ee095ace8a --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-c1d7c86b064bace3.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-30945ba030dd0f9d.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-ad58d0ff26d46957.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-6ea38ea1685b26a9.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-6fa3726a53b738b9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-a2d50a0f42384bc7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2024-10-01T04:09:31.072Z | Compiling proc-macro-crate v2.0.0 |
1701 | 2024-10-01T04:09:31.077Z | Running `/home/build/.rustup/toolchains/1.80.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=660fb078b3c15787 -C extra-filename=-660fb078b3c15787 --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-fe869600906458a6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1702 | 2024-10-01T04:09:31.202Z | Compiling lru-cache v0.1.2 |
1703 | 2024-10-01T04:09:31.206Z | Running `/home/build/.rustup/toolchains/1.80.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=6e3fbb49ae8ac6de -C extra-filename=-6e3fbb49ae8ac6de --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-7bd5e25366e716a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1704 | 2024-10-01T04:09:31.399Z | Compiling resolv-conf v0.7.0 |
1705 | 2024-10-01T04:09:31.429Z | Running `/home/build/.rustup/toolchains/1.80.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=3d9d94b25332209e -C extra-filename=-3d9d94b25332209e --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-be01db37d704e90d.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-e0e1cd13e3459b89.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1706 | 2024-10-01T04:09:31.514Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1707 | 2024-10-01T04:09:31.517Z | Running `/home/build/.rustup/toolchains/1.80.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=cb64f8da657284af -C extra-filename=-cb64f8da657284af --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-457f2b835b01347c.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-73fdfc1ac5b8e833.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-a8c9470c7b1de11d.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-ee78705878d95695.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-deb7625ff5bb6814.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-9dbf4c7c8437fba0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-1121f4adafb9015c.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-d968cc2af40c5a92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-c30d3b97f580ed13.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-42a59fa5acf049c3.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-e309cefa2865cc55.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-b6929784b264bb07.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-463c680e9472d9b4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1708 | 2024-10-01T04:09:31.997Z | Compiling steno v0.4.1 |
1709 | 2024-10-01T04:09:32.030Z | Running `/home/build/.rustup/toolchains/1.80.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=6816627d24fd0106 -C extra-filename=-6816627d24fd0106 --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-457f2b835b01347c.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-f5a2b5126583a8ab.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-fb8daa2db3a5d963.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-42a59fa5acf049c3.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1710 | 2024-10-01T04:09:32.195Z | Running `/home/build/.rustup/toolchains/1.80.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=4733a85a8b941431 -C extra-filename=-4733a85a8b941431 --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-5839ef4d9e31a02e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1711 | 2024-10-01T04:09:32.361Z | Running `/home/build/.rustup/toolchains/1.80.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=f9215dc300e68144 -C extra-filename=-f9215dc300e68144 --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-d7ba7fb81c716b70.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1712 | 2024-10-01T04:09:33.061Z | Compiling humantime v2.1.0 |
1713 | 2024-10-01T04:09:33.064Z | Running `/home/build/.rustup/toolchains/1.80.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=7c5a6e2adf8d6e48 -C extra-filename=-7c5a6e2adf8d6e48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1714 | 2024-10-01T04:09:33.423Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1715 | 2024-10-01T04:09:33.426Z | Running `/home/build/.rustup/toolchains/1.80.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=6104b5724eaedebb -C extra-filename=-6104b5724eaedebb --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-00e86181a036fb8b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1716 | 2024-10-01T04:09:33.526Z | Compiling num_enum_derive v0.7.3 |
1717 | 2024-10-01T04:09:33.528Z | Running `/home/build/.rustup/toolchains/1.80.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=a3260de1043eac41 -C extra-filename=-a3260de1043eac41 --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-660fb078b3c15787.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1718 | 2024-10-01T04:09:33.630Z | Compiling inout v0.1.3 |
1719 | 2024-10-01T04:09:33.654Z | Running `/home/build/.rustup/toolchains/1.80.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=cb4dea05f60a260d -C extra-filename=-cb4dea05f60a260d --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-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1720 | 2024-10-01T04:09:33.861Z | Compiling cipher v0.4.4 |
1721 | 2024-10-01T04:09:33.864Z | Running `/home/build/.rustup/toolchains/1.80.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=23bb2130eeec6910 -C extra-filename=-23bb2130eeec6910 --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-be51fc275040c3d1.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-cb4dea05f60a260d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1722 | 2024-10-01T04:09:34.281Z | Compiling bincode v1.3.3 |
1723 | 2024-10-01T04:09:34.284Z | Running `/home/build/.rustup/toolchains/1.80.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=29ce0a5da104bafc -C extra-filename=-29ce0a5da104bafc --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-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1724 | 2024-10-01T04:09:34.576Z | Compiling rand_core v0.3.1 |
1725 | 2024-10-01T04:09:34.579Z | Running `/home/build/.rustup/toolchains/1.80.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=7ac02097ac432a50 -C extra-filename=-7ac02097ac432a50 --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-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1726 | 2024-10-01T04:09:34.691Z | Compiling universal-hash v0.5.1 |
1727 | 2024-10-01T04:09:34.694Z | Running `/home/build/.rustup/toolchains/1.80.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=b090affa8dade14e -C extra-filename=-b090affa8dade14e --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-be51fc275040c3d1.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1728 | 2024-10-01T04:09:34.882Z | Compiling opaque-debug v0.3.0 |
1729 | 2024-10-01T04:09:34.884Z | Running `/home/build/.rustup/toolchains/1.80.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=a1b6d5d38a3cd2bf -C extra-filename=-a1b6d5d38a3cd2bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1730 | 2024-10-01T04:09:34.930Z | Compiling ringbuffer v0.15.0 |
1731 | 2024-10-01T04:09:34.933Z | Running `/home/build/.rustup/toolchains/1.80.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=54a01fb88156e723 -C extra-filename=-54a01fb88156e723 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1732 | 2024-10-01T04:09:34.989Z | Compiling polyval v0.6.1 |
1733 | 2024-10-01T04:09:34.992Z | Running `/home/build/.rustup/toolchains/1.80.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=093b8f5314a3af36 -C extra-filename=-093b8f5314a3af36 --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-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-a1b6d5d38a3cd2bf.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-b090affa8dade14e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1734 | 2024-10-01T04:09:35.296Z | Compiling hickory-resolver v0.24.1 |
1735 | 2024-10-01T04:09:35.299Z | Running `/home/build/.rustup/toolchains/1.80.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=e2789cb167ac6fdc -C extra-filename=-e2789cb167ac6fdc --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-4e1981e6060e5d9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-8079b3ee095ace8a.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-6e3fbb49ae8ac6de.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-23c7203385db6f7d.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-3d9d94b25332209e.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1736 | 2024-10-01T04:09:35.400Z | Compiling aes v0.8.3 |
1737 | 2024-10-01T04:09:35.403Z | Running `/home/build/.rustup/toolchains/1.80.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=5452e7565b0df233 -C extra-filename=-5452e7565b0df233 --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-4e1981e6060e5d9b.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-23bb2130eeec6910.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1738 | 2024-10-01T04:09:35.427Z | Compiling ctr v0.9.2 |
1739 | 2024-10-01T04:09:35.429Z | Running `/home/build/.rustup/toolchains/1.80.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=f38a3a6aee596446 -C extra-filename=-f38a3a6aee596446 --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-23bb2130eeec6910.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1740 | 2024-10-01T04:09:35.492Z | Compiling aead v0.5.2 |
1741 | 2024-10-01T04:09:35.495Z | Running `/home/build/.rustup/toolchains/1.80.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=0e084dc46fc9e506 -C extra-filename=-0e084dc46fc9e506 --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-be51fc275040c3d1.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1742 | 2024-10-01T04:09:35.578Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1743 | 2024-10-01T04:09:35.580Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=243f8e5a007c2a40 -C extra-filename=-243f8e5a007c2a40 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-243f8e5a007c2a40 -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-df010218877e50f1.rlib '-Wclippy::unused-async'` |
1744 | 2024-10-01T04:09:35.729Z | Compiling num-bigint v0.2.6 |
1745 | 2024-10-01T04:09:35.732Z | Running `/home/build/.rustup/toolchains/1.80.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=d937b54a0b491d1b -C extra-filename=-d937b54a0b491d1b --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-d937b54a0b491d1b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2024-10-01T04:09:35.804Z | Compiling signal-hook v0.3.17 |
1747 | 2024-10-01T04:09:35.807Z | Running `/home/build/.rustup/toolchains/1.80.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=4d1233c1560e0430 -C extra-filename=-4d1233c1560e0430 --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-4d1233c1560e0430 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1748 | 2024-10-01T04:09:35.976Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-243f8e5a007c2a40/build-script-build` |
1749 | 2024-10-01T04:09:36.050Z | Compiling num_enum v0.7.3 |
1750 | 2024-10-01T04:09:36.052Z | Running `/home/build/.rustup/toolchains/1.80.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=04b41c302fa67e4f -C extra-filename=-04b41c302fa67e4f --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-a3260de1043eac41.so --cap-lints allow '-Wclippy::unused-async'` |
1751 | 2024-10-01T04:09:36.077Z | Compiling rand_chacha v0.1.1 |
1752 | 2024-10-01T04:09:36.077Z | Running `/home/build/.rustup/toolchains/1.80.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=ffc8f87f275a3172 -C extra-filename=-ffc8f87f275a3172 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-ffc8f87f275a3172 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1753 | 2024-10-01T04:09:36.129Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-d937b54a0b491d1b/build-script-build` |
1754 | 2024-10-01T04:09:36.156Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4d1233c1560e0430/build-script-build` |
1755 | 2024-10-01T04:09:36.192Z | Compiling rand_pcg v0.1.2 |
1756 | 2024-10-01T04:09:36.218Z | Running `/home/build/.rustup/toolchains/1.80.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=ad3becda31b6a2f4 -C extra-filename=-ad3becda31b6a2f4 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-ad3becda31b6a2f4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1757 | 2024-10-01T04:09:36.221Z | Compiling async-recursion v1.1.1 |
1758 | 2024-10-01T04:09:36.246Z | Running `/home/build/.rustup/toolchains/1.80.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=d665d948dcb7442a -C extra-filename=-d665d948dcb7442a --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1759 | 2024-10-01T04:09:36.347Z | Compiling aes-gcm-siv v0.11.1 |
1760 | 2024-10-01T04:09:36.350Z | Running `/home/build/.rustup/toolchains/1.80.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=958bf91bab6cf41f -C extra-filename=-958bf91bab6cf41f --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-0e084dc46fc9e506.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-5452e7565b0df233.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-23bb2130eeec6910.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-f38a3a6aee596446.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-093b8f5314a3af36.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-0616ca7d7ca74d2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1761 | 2024-10-01T04:09:36.432Z | Compiling unicase v2.7.0 |
1762 | 2024-10-01T04:09:36.435Z | Running `/home/build/.rustup/toolchains/1.80.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=2f549581602288aa -C extra-filename=-2f549581602288aa --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-2f549581602288aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1763 | 2024-10-01T04:09:36.553Z | Compiling num-rational v0.2.4 |
1764 | 2024-10-01T04:09:36.556Z | Running `/home/build/.rustup/toolchains/1.80.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=d6bc274ee35b17e2 -C extra-filename=-d6bc274ee35b17e2 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-d6bc274ee35b17e2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1765 | 2024-10-01T04:09:36.601Z | Compiling num-complex v0.2.4 |
1766 | 2024-10-01T04:09:36.603Z | Running `/home/build/.rustup/toolchains/1.80.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=83d47435a21e30c5 -C extra-filename=-83d47435a21e30c5 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-83d47435a21e30c5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1767 | 2024-10-01T04:09:36.744Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-ad3becda31b6a2f4/build-script-build` |
1768 | 2024-10-01T04:09:36.802Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-2f549581602288aa/build-script-build` |
1769 | 2024-10-01T04:09:36.887Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-ffc8f87f275a3172/build-script-build` |
1770 | 2024-10-01T04:09:36.955Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-d6bc274ee35b17e2/build-script-build` |
1771 | 2024-10-01T04:09:36.993Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-83d47435a21e30c5/build-script-build` |
1772 | 2024-10-01T04:09:36.996Z | Running `/home/build/.rustup/toolchains/1.80.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=e89e0d5c3e711650 -C extra-filename=-e89e0d5c3e711650 --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-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1773 | 2024-10-01T04:09:37.048Z | Running `/home/build/.rustup/toolchains/1.80.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=2e2b1353ed4216ae -C extra-filename=-2e2b1353ed4216ae --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-c2875ed331cfe8e7.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-c5a069121949e532.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1774 | 2024-10-01T04:09:37.152Z | Compiling rand v0.6.5 |
1775 | 2024-10-01T04:09:37.155Z | Running `/home/build/.rustup/toolchains/1.80.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=f667ccab5483451c -C extra-filename=-f667ccab5483451c --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-f667ccab5483451c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2024-10-01T04:09:37.214Z | Compiling urlencoding v2.1.3 |
1777 | 2024-10-01T04:09:37.217Z | Running `/home/build/.rustup/toolchains/1.80.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=bad4da14846decdc -C extra-filename=-bad4da14846decdc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1778 | 2024-10-01T04:09:37.526Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-f667ccab5483451c/build-script-build` |
1779 | 2024-10-01T04:09:37.643Z | Compiling opentelemetry v0.21.0 |
1780 | 2024-10-01T04:09:37.645Z | Running `/home/build/.rustup/toolchains/1.80.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=b6d3ab9a77e99036 -C extra-filename=-b6d3ab9a77e99036 --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-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-bad4da14846decdc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1781 | 2024-10-01T04:09:37.751Z | Running `/home/build/.rustup/toolchains/1.80.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=1aa1a78d6cba98e9 -C extra-filename=-1aa1a78d6cba98e9 --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-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1782 | 2024-10-01T04:09:37.802Z | Running `/home/build/.rustup/toolchains/1.80.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=f72b4f7f025f1286 -C extra-filename=-f72b4f7f025f1286 --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-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1783 | 2024-10-01T04:09:38.136Z | Running `/home/build/.rustup/toolchains/1.80.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=6ec2a0b031c65ffa -C extra-filename=-6ec2a0b031c65ffa --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-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1784 | 2024-10-01T04:09:38.169Z | Compiling rand_isaac v0.1.1 |
1785 | 2024-10-01T04:09:38.172Z | Running `/home/build/.rustup/toolchains/1.80.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=f19c99643752fae1 -C extra-filename=-f19c99643752fae1 --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-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1786 | 2024-10-01T04:09:38.378Z | Compiling rand_hc v0.1.0 |
1787 | 2024-10-01T04:09:38.381Z | Running `/home/build/.rustup/toolchains/1.80.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=ed671e1a08427d53 -C extra-filename=-ed671e1a08427d53 --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-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1788 | 2024-10-01T04:09:38.668Z | Compiling rand_xorshift v0.1.1 |
1789 | 2024-10-01T04:09:38.671Z | Running `/home/build/.rustup/toolchains/1.80.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=1ebe5b625cc34418 -C extra-filename=-1ebe5b625cc34418 --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-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1790 | 2024-10-01T04:09:38.863Z | Running `/home/build/.rustup/toolchains/1.80.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=03d585db195a55af -C extra-filename=-03d585db195a55af --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-e89e0d5c3e711650.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1791 | 2024-10-01T04:09:38.929Z | Compiling rand_jitter v0.1.4 |
1792 | 2024-10-01T04:09:38.929Z | Compiling rand_os v0.1.3 |
1793 | 2024-10-01T04:09:38.932Z | Running `/home/build/.rustup/toolchains/1.80.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=b4223cda92d5319f -C extra-filename=-b4223cda92d5319f --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-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1794 | 2024-10-01T04:09:38.932Z | Running `/home/build/.rustup/toolchains/1.80.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=828680d3e921ef9c -C extra-filename=-828680d3e921ef9c --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-c2875ed331cfe8e7.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1795 | 2024-10-01T04:09:39.341Z | Running `/home/build/.rustup/toolchains/1.80.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=e5517b0b520fa902 -C extra-filename=-e5517b0b520fa902 --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-c2875ed331cfe8e7.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-f72b4f7f025f1286.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-ed671e1a08427d53.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-f19c99643752fae1.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-b4223cda92d5319f.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-828680d3e921ef9c.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-6ec2a0b031c65ffa.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-1ebe5b625cc34418.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1796 | 2024-10-01T04:09:39.409Z | Running `/home/build/.rustup/toolchains/1.80.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=626bf390a7f9aedf -C extra-filename=-626bf390a7f9aedf --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` |
1797 | 2024-10-01T04:09:39.519Z | Compiling num v0.2.1 |
1798 | 2024-10-01T04:09:39.523Z | Running `/home/build/.rustup/toolchains/1.80.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=2bc93268e33d87f7 -C extra-filename=-2bc93268e33d87f7 --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-e89e0d5c3e711650.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-1aa1a78d6cba98e9.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-03d585db195a55af.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2024-10-01T04:09:39.645Z | Compiling phf_generator v0.11.2 |
1800 | 2024-10-01T04:09:39.647Z | Running `/home/build/.rustup/toolchains/1.80.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=20a96a8d79238011 -C extra-filename=-20a96a8d79238011 --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-a088c2fb2ed6704a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-adf9120fc2ded6d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2024-10-01T04:09:39.685Z | Compiling ordered-float v4.2.0 |
1802 | 2024-10-01T04:09:39.688Z | Running `/home/build/.rustup/toolchains/1.80.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=b8e575b087a90f48 -C extra-filename=-b8e575b087a90f48 --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-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1803 | 2024-10-01T04:09:39.776Z | Compiling num_cpus v1.16.0 |
1804 | 2024-10-01T04:09:39.779Z | Running `/home/build/.rustup/toolchains/1.80.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=ef693506250827f4 -C extra-filename=-ef693506250827f4 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1805 | 2024-10-01T04:09:39.825Z | Compiling overload v0.1.1 |
1806 | 2024-10-01T04:09:39.828Z | Running `/home/build/.rustup/toolchains/1.80.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=5be83e289b83fe93 -C extra-filename=-5be83e289b83fe93 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1807 | 2024-10-01T04:09:39.924Z | Compiling glob v0.3.1 |
1808 | 2024-10-01T04:09:39.926Z | Running `/home/build/.rustup/toolchains/1.80.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=1805143d931afea6 -C extra-filename=-1805143d931afea6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2024-10-01T04:09:39.952Z | Compiling nu-ansi-term v0.46.0 |
1810 | 2024-10-01T04:09:39.952Z | Running `/home/build/.rustup/toolchains/1.80.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=be017abc732d785e -C extra-filename=-be017abc732d785e --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-5be83e289b83fe93.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2024-10-01T04:09:40.015Z | Compiling threadpool v1.8.1 |
1812 | 2024-10-01T04:09:40.018Z | Running `/home/build/.rustup/toolchains/1.80.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=14cd0763e8b10953 -C extra-filename=-14cd0763e8b10953 --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-ef693506250827f4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2024-10-01T04:09:40.160Z | Compiling phf_codegen v0.11.2 |
1814 | 2024-10-01T04:09:40.163Z | Running `/home/build/.rustup/toolchains/1.80.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=b01af2e76bca1f98 -C extra-filename=-b01af2e76bca1f98 --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-20a96a8d79238011.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1815 | 2024-10-01T04:09:40.373Z | Compiling mime_guess v2.0.5 |
1816 | 2024-10-01T04:09:40.375Z | Running `/home/build/.rustup/toolchains/1.80.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=4984ed65bd13238f -C extra-filename=-4984ed65bd13238f --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-4984ed65bd13238f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-626bf390a7f9aedf.rlib --cap-lints allow '-Wclippy::unused-async'` |
1817 | 2024-10-01T04:09:40.531Z | Compiling opentelemetry_sdk v0.21.2 |
1818 | 2024-10-01T04:09:40.534Z | Running `/home/build/.rustup/toolchains/1.80.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=910efca0acf6217c -C extra-filename=-910efca0acf6217c --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-c1d7c86b064bace3.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-4aeb3709796b9f08.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-efac6042795d2135.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-1805143d931afea6.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b6d3ab9a77e99036.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-b8e575b087a90f48.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1819 | 2024-10-01T04:09:40.558Z | Compiling h2 v0.3.26 |
1820 | 2024-10-01T04:09:40.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=731f36cffa0e927a -C extra-filename=-731f36cffa0e927a --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-d5934a78b86724da.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-929b24d1b496e2bb.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3551f803620d48bf.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2024-10-01T04:09:40.744Z | Compiling statistical v1.0.0 |
1822 | 2024-10-01T04:09:40.747Z | Running `/home/build/.rustup/toolchains/1.80.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=fec609d99c70e0d1 -C extra-filename=-fec609d99c70e0d1 --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-2bc93268e33d87f7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-e5517b0b520fa902.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1823 | 2024-10-01T04:09:40.990Z | Compiling http-body v0.4.5 |
1824 | 2024-10-01T04:09:40.993Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c119c7c4911e397 -C extra-filename=-4c119c7c4911e397 --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-d5934a78b86724da.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-929b24d1b496e2bb.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1825 | 2024-10-01T04:09:41.017Z | Compiling sharded-slab v0.1.7 |
1826 | 2024-10-01T04:09:41.021Z | Compiling tracing-log v0.2.0 |
1827 | 2024-10-01T04:09:41.021Z | Running `/home/build/.rustup/toolchains/1.80.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=6ac4f977bbc16041 -C extra-filename=-6ac4f977bbc16041 --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-f5a2b5126583a8ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1828 | 2024-10-01T04:09:41.021Z | Running `/home/build/.rustup/toolchains/1.80.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=92260520d03583f7 -C extra-filename=-92260520d03583f7 --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-e9dd13923fd3a944.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1829 | 2024-10-01T04:09:41.187Z | Compiling ordered-float v2.10.1 |
1830 | 2024-10-01T04:09:41.190Z | Running `/home/build/.rustup/toolchains/1.80.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=2a1ec21f27518b32 -C extra-filename=-2a1ec21f27518b32 --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-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1831 | 2024-10-01T04:09:41.394Z | Compiling mio v0.8.11 |
1832 | 2024-10-01T04:09:41.397Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=d3c9bc26c4920b9a -C extra-filename=-d3c9bc26c4920b9a --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-c2875ed331cfe8e7.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1833 | 2024-10-01T04:09:41.549Z | Compiling integer-encoding v3.0.4 |
1834 | 2024-10-01T04:09:41.552Z | Running `/home/build/.rustup/toolchains/1.80.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=8ea19f6afe0ac8b2 -C extra-filename=-8ea19f6afe0ac8b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1835 | 2024-10-01T04:09:41.588Z | Compiling crc32fast v1.3.2 |
1836 | 2024-10-01T04:09:41.591Z | Running `/home/build/.rustup/toolchains/1.80.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=3ab3db9f3d2b31d6 -C extra-filename=-3ab3db9f3d2b31d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-3ab3db9f3d2b31d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1837 | 2024-10-01T04:09:41.727Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-4984ed65bd13238f/build-script-build` |
1838 | 2024-10-01T04:09:41.777Z | Compiling terminfo v0.8.0 |
1839 | 2024-10-01T04:09:41.777Z | Running `/home/build/.rustup/toolchains/1.80.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=7ef7ba3585c80ec2 -C extra-filename=-7ef7ba3585c80ec2 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-7ef7ba3585c80ec2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-b01af2e76bca1f98.rlib --cap-lints allow '-Wclippy::unused-async'` |
1840 | 2024-10-01T04:09:41.804Z | Compiling thrift v0.17.0 |
1841 | 2024-10-01T04:09:41.804Z | Running `/home/build/.rustup/toolchains/1.80.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=eff7674aec37aa4a -C extra-filename=-eff7674aec37aa4a --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-39c7342ca60225ec.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-8ea19f6afe0ac8b2.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-2a1ec21f27518b32.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-14cd0763e8b10953.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-10-01T04:09:42.001Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1843 | 2024-10-01T04:09:42.004Z | Running `/home/build/.rustup/toolchains/1.80.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=a868df3a2d21ecd2 -C extra-filename=-a868df3a2d21ecd2 --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-b6d3ab9a77e99036.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-10-01T04:09:42.103Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-3ab3db9f3d2b31d6/build-script-build` |
1845 | 2024-10-01T04:09:42.175Z | Compiling signal-hook-mio v0.2.4 |
1846 | 2024-10-01T04:09:42.179Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=956be726b5d1bab6 -C extra-filename=-956be726b5d1bab6 --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-c2875ed331cfe8e7.rmeta --extern mio_0_8=/work/oxidecomputer/crucible/target/debug/deps/libmio-d3c9bc26c4920b9a.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-ec86d871e455e7ef.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-2e2b1353ed4216ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1847 | 2024-10-01T04:09:42.254Z | Compiling tracing-subscriber v0.3.18 |
1848 | 2024-10-01T04:09:42.257Z | Running `/home/build/.rustup/toolchains/1.80.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=b9b9badce83d9dcd -C extra-filename=-b9b9badce83d9dcd --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-be017abc732d785e.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-6ac4f977bbc16041.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-92260520d03583f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1849 | 2024-10-01T04:09:42.347Z | Running `/home/build/.rustup/toolchains/1.80.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=c77b97724daa6844 -C extra-filename=-c77b97724daa6844 --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` |
1850 | 2024-10-01T04:09:42.373Z | Compiling sha2 v0.10.8 |
1851 | 2024-10-01T04:09:42.376Z | Running `/home/build/.rustup/toolchains/1.80.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=40254406868b929f -C extra-filename=-40254406868b929f --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-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-3aecb30fe4648cee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1852 | 2024-10-01T04:09:42.781Z | Compiling blake3 v1.5.1 |
1853 | 2024-10-01T04:09:42.784Z | Running `/home/build/.rustup/toolchains/1.80.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=5eb0318f3a0b0055 -C extra-filename=-5eb0318f3a0b0055 --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-5eb0318f3a0b0055 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --cap-lints allow '-Wclippy::unused-async'` |
1854 | 2024-10-01T04:09:42.848Z | Compiling ring v0.16.20 |
1855 | 2024-10-01T04:09:42.851Z | Running `/home/build/.rustup/toolchains/1.80.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=963fb94bd1e954dc -C extra-filename=-963fb94bd1e954dc --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-963fb94bd1e954dc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --cap-lints allow '-Wclippy::unused-async'` |
1856 | 2024-10-01T04:09:43.104Z | Compiling vte_generate_state_changes v0.1.1 |
1857 | 2024-10-01T04:09:43.107Z | Running `/home/build/.rustup/toolchains/1.80.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=abc5fcd6828c7695 -C extra-filename=-abc5fcd6828c7695 --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-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1858 | 2024-10-01T04:09:43.375Z | Compiling dirs-sys v0.3.7 |
1859 | 2024-10-01T04:09:43.377Z | Running `/home/build/.rustup/toolchains/1.80.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=f85b05ca5918955d -C extra-filename=-f85b05ca5918955d --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1860 | 2024-10-01T04:09:43.454Z | Compiling base64 v0.21.7 |
1861 | 2024-10-01T04:09:43.456Z | Running `/home/build/.rustup/toolchains/1.80.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=b16e2fee938c74e2 -C extra-filename=-b16e2fee938c74e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1862 | 2024-10-01T04:09:43.804Z | Compiling rust_decimal v1.33.1 |
1863 | 2024-10-01T04:09:43.807Z | Running `/home/build/.rustup/toolchains/1.80.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=ec58ccaf234f35d3 -C extra-filename=-ec58ccaf234f35d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-ec58ccaf234f35d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1864 | 2024-10-01T04:09:43.831Z | Compiling minimal-lexical v0.2.1 |
1865 | 2024-10-01T04:09:43.834Z | Running `/home/build/.rustup/toolchains/1.80.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=6c3f31f4ca9f5daf -C extra-filename=-6c3f31f4ca9f5daf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1866 | 2024-10-01T04:09:43.899Z | Compiling adler v1.0.2 |
1867 | 2024-10-01T04:09:43.902Z | Running `/home/build/.rustup/toolchains/1.80.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=07ff94e602650d80 -C extra-filename=-07ff94e602650d80 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1868 | 2024-10-01T04:09:44.093Z | Compiling portable-atomic v1.5.1 |
1869 | 2024-10-01T04:09:44.096Z | Running `/home/build/.rustup/toolchains/1.80.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=875cd1765c6ba8f2 -C extra-filename=-875cd1765c6ba8f2 --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-875cd1765c6ba8f2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1870 | 2024-10-01T04:09:44.148Z | Compiling miniz_oxide v0.7.1 |
1871 | 2024-10-01T04:09:44.151Z | Running `/home/build/.rustup/toolchains/1.80.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=231cc5221b773c09 -C extra-filename=-231cc5221b773c09 --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-07ff94e602650d80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1872 | 2024-10-01T04:09:44.212Z | Compiling rustls-pemfile v1.0.4 |
1873 | 2024-10-01T04:09:44.215Z | Running `/home/build/.rustup/toolchains/1.80.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=fd58ed7bd5417794 -C extra-filename=-fd58ed7bd5417794 --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-b16e2fee938c74e2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1874 | 2024-10-01T04:09:44.359Z | Compiling tracing-opentelemetry v0.22.0 |
1875 | 2024-10-01T04:09:44.362Z | Running `/home/build/.rustup/toolchains/1.80.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=dc7529467a29821d -C extra-filename=-dc7529467a29821d --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-28823f714dcb019b.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b6d3ab9a77e99036.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-910efca0acf6217c.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-92260520d03583f7.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1876 | 2024-10-01T04:09:44.413Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-ec58ccaf234f35d3/build-script-build` |
1877 | 2024-10-01T04:09:44.451Z | Compiling nom v7.1.3 |
1878 | 2024-10-01T04:09:44.454Z | Running `/home/build/.rustup/toolchains/1.80.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=cc011cc7c6d9eb82 -C extra-filename=-cc011cc7c6d9eb82 --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-9693728a63ceaf9c.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-6c3f31f4ca9f5daf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2024-10-01T04:09:44.668Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-963fb94bd1e954dc/build-script-build` |
1880 | 2024-10-01T04:09:45.019Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-875cd1765c6ba8f2/build-script-build` |
1881 | 2024-10-01T04:09:45.097Z | Compiling hyper v0.14.30 |
1882 | 2024-10-01T04:09:45.100Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=60466ffd37d7b0df -C extra-filename=-60466ffd37d7b0df --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-d5934a78b86724da.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-731f36cffa0e927a.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-929b24d1b496e2bb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4c119c7c4911e397.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-0ab6943c827cc527.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-032889fe716cbc03.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-c7f69027dc82a2d8.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-df5c8e5d374fba31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1883 | 2024-10-01T04:09:45.709Z | Compiling vte v0.11.1 |
1884 | 2024-10-01T04:09:45.712Z | Running `/home/build/.rustup/toolchains/1.80.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=5b23557e64831ccd -C extra-filename=-5b23557e64831ccd --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-f41b2b007495555e.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-abc5fcd6828c7695.so --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-10-01T04:09:45.833Z | Compiling dirs v4.0.0 |
1886 | 2024-10-01T04:09:45.835Z | Running `/home/build/.rustup/toolchains/1.80.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=f11956673f1f2315 -C extra-filename=-f11956673f1f2315 --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-f85b05ca5918955d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2024-10-01T04:09:46.059Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-5eb0318f3a0b0055/build-script-build` |
1888 | 2024-10-01T04:09:46.383Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-7ef7ba3585c80ec2/build-script-build` |
1889 | 2024-10-01T04:09:46.501Z | Compiling opentelemetry-jaeger v0.20.0 |
1890 | 2024-10-01T04:09:46.504Z | Running `/home/build/.rustup/toolchains/1.80.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=4e403ed62041706d -C extra-filename=-4e403ed62041706d --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-c1d7c86b064bace3.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b6d3ab9a77e99036.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-a868df3a2d21ecd2.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-910efca0acf6217c.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-eff7674aec37aa4a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-10-01T04:09:46.578Z | Running `/home/build/.rustup/toolchains/1.80.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=54fd5d58f565dd3f -C extra-filename=-54fd5d58f565dd3f --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-5ec863f653959239.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-c77b97724daa6844.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1892 | 2024-10-01T04:09:47.027Z | Running `/home/build/.rustup/toolchains/1.80.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=07bbd181cbced1a1 -C extra-filename=-07bbd181cbced1a1 --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-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
1893 | 2024-10-01T04:09:47.402Z | Compiling signal-hook-tokio v0.3.1 |
1894 | 2024-10-01T04:09:47.405Z | Running `/home/build/.rustup/toolchains/1.80.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=1c040a98d12f1cb9 -C extra-filename=-1c040a98d12f1cb9 --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-894f78bc976de0e5.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-2e2b1353ed4216ae.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2024-10-01T04:09:47.489Z | Compiling phf v0.11.2 |
1896 | 2024-10-01T04:09:47.492Z | Running `/home/build/.rustup/toolchains/1.80.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=c489874cf13a5dc3 -C extra-filename=-c489874cf13a5dc3 --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-1ec4e01cb3162e7a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1897 | 2024-10-01T04:09:47.594Z | Compiling opentelemetry v0.24.0 |
1898 | 2024-10-01T04:09:47.597Z | Running `/home/build/.rustup/toolchains/1.80.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=0a6f5a9fc2d101a9 -C extra-filename=-0a6f5a9fc2d101a9 --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-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1899 | 2024-10-01T04:09:47.843Z | Compiling memmap2 v0.9.4 |
1900 | 2024-10-01T04:09:47.845Z | Running `/home/build/.rustup/toolchains/1.80.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=f10d5741808f5e96 -C extra-filename=-f10d5741808f5e96 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1901 | 2024-10-01T04:09:48.081Z | Compiling xattr v1.0.1 |
1902 | 2024-10-01T04:09:48.084Z | Running `/home/build/.rustup/toolchains/1.80.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=0b06cbdf4c3ce2f8 -C extra-filename=-0b06cbdf4c3ce2f8 --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-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1903 | 2024-10-01T04:09:48.108Z | Compiling filetime v0.2.22 |
1904 | 2024-10-01T04:09:48.111Z | Running `/home/build/.rustup/toolchains/1.80.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=29e03064cd0747d9 -C extra-filename=-29e03064cd0747d9 --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-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1905 | 2024-10-01T04:09:48.289Z | Compiling csv-core v0.1.11 |
1906 | 2024-10-01T04:09:48.292Z | Running `/home/build/.rustup/toolchains/1.80.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=539dc0dd349a7014 -C extra-filename=-539dc0dd349a7014 --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-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1907 | 2024-10-01T04:09:48.345Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1908 | 2024-10-01T04:09:48.348Z | Running `/home/build/.rustup/toolchains/1.80.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=a12e18401ca79fa0 -C extra-filename=-a12e18401ca79fa0 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-a12e18401ca79fa0 -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-df010218877e50f1.rlib '-Wclippy::unused-async'` |
1909 | 2024-10-01T04:09:48.409Z | Compiling sync_wrapper v0.1.2 |
1910 | 2024-10-01T04:09:48.412Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=f2299c19075197dd -C extra-filename=-f2299c19075197dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1911 | 2024-10-01T04:09:48.549Z | Compiling spin v0.5.2 |
1912 | 2024-10-01T04:09:48.551Z | Running `/home/build/.rustup/toolchains/1.80.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=e4f8c3d8f528e849 -C extra-filename=-e4f8c3d8f528e849 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1913 | 2024-10-01T04:09:48.624Z | Compiling home v0.5.5 |
1914 | 2024-10-01T04:09:48.627Z | Running `/home/build/.rustup/toolchains/1.80.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=11962a7e27b82485 -C extra-filename=-11962a7e27b82485 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1915 | 2024-10-01T04:09:48.731Z | Compiling webpki-roots v0.25.2 |
1916 | 2024-10-01T04:09:48.734Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65da8a4c57c61b61 -C extra-filename=-65da8a4c57c61b61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1917 | 2024-10-01T04:09:48.787Z | Compiling same-file v1.0.6 |
1918 | 2024-10-01T04:09:48.790Z | Running `/home/build/.rustup/toolchains/1.80.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=cc507f778146b2ce -C extra-filename=-cc507f778146b2ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1919 | 2024-10-01T04:09:48.831Z | Compiling http-range v0.1.5 |
1920 | 2024-10-01T04:09:48.834Z | Running `/home/build/.rustup/toolchains/1.80.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=5b0a2f3b70338bbf -C extra-filename=-5b0a2f3b70338bbf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1921 | 2024-10-01T04:09:48.901Z | Compiling constant_time_eq v0.3.0 |
1922 | 2024-10-01T04:09:48.903Z | Running `/home/build/.rustup/toolchains/1.80.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=ea264493e5207e24 -C extra-filename=-ea264493e5207e24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1923 | 2024-10-01T04:09:48.927Z | Compiling arrayref v0.3.7 |
1924 | 2024-10-01T04:09:48.930Z | Running `/home/build/.rustup/toolchains/1.80.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=32f57953f6f3e099 -C extra-filename=-32f57953f6f3e099 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1925 | 2024-10-01T04:09:49.042Z | Compiling untrusted v0.7.1 |
1926 | 2024-10-01T04:09:49.044Z | Running `/home/build/.rustup/toolchains/1.80.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=5975d3ea0d944ec3 -C extra-filename=-5975d3ea0d944ec3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1927 | 2024-10-01T04:09:49.073Z | Compiling hyper-staticfile v0.10.1 |
1928 | 2024-10-01T04:09:49.073Z | Running `/home/build/.rustup/toolchains/1.80.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=63e2dbf67507136e -C extra-filename=-63e2dbf67507136e --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-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-5b0a2f3b70338bbf.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-032889fe716cbc03.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1929 | 2024-10-01T04:09:49.099Z | Compiling walkdir v2.4.0 |
1930 | 2024-10-01T04:09:49.125Z | Running `/home/build/.rustup/toolchains/1.80.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=430c973b6d26864c -C extra-filename=-430c973b6d26864c --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-cc507f778146b2ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1931 | 2024-10-01T04:09:49.225Z | Running `/home/build/.rustup/toolchains/1.80.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=d9f643b5c0d2fea9 -C extra-filename=-d9f643b5c0d2fea9 --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-28823f714dcb019b.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-e4f8c3d8f528e849.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-5975d3ea0d944ec3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-70a1864e4e9b3171/out -l static=ring-core -l static=ring-test` |
1932 | 2024-10-01T04:09:49.251Z | Compiling which v4.4.2 |
1933 | 2024-10-01T04:09:49.254Z | Running `/home/build/.rustup/toolchains/1.80.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=1ef302ec81fc85a7 -C extra-filename=-1ef302ec81fc85a7 --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-deb7625ff5bb6814.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-11962a7e27b82485.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e6fbfdbea3bd4702.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1934 | 2024-10-01T04:09:49.389Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-a12e18401ca79fa0/build-script-build` |
1935 | 2024-10-01T04:09:49.465Z | Compiling csv v1.3.0 |
1936 | 2024-10-01T04:09:49.468Z | Running `/home/build/.rustup/toolchains/1.80.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=a864213e44fc99cb -C extra-filename=-a864213e44fc99cb --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-539dc0dd349a7014.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1937 | 2024-10-01T04:09:49.882Z | Compiling tar v0.4.40 |
1938 | 2024-10-01T04:09:49.886Z | Running `/home/build/.rustup/toolchains/1.80.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=11afd29b30c19644 -C extra-filename=-11afd29b30c19644 --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-29e03064cd0747d9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-0b06cbdf4c3ce2f8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1939 | 2024-10-01T04:09:49.912Z | Running `/home/build/.rustup/toolchains/1.80.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=686f1dcdff8c4fb5 -C extra-filename=-686f1dcdff8c4fb5 --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-f11956673f1f2315.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-cc011cc7c6d9eb82.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-c489874cf13a5dc3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1940 | 2024-10-01T04:09:50.175Z | Compiling flate2 v1.0.28 |
1941 | 2024-10-01T04:09:50.178Z | Running `/home/build/.rustup/toolchains/1.80.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=1fe9fb14bed40f68 -C extra-filename=-1fe9fb14bed40f68 --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-07bbd181cbced1a1.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-231cc5221b773c09.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1942 | 2024-10-01T04:09:50.310Z | Compiling strip-ansi-escapes v0.2.0 |
1943 | 2024-10-01T04:09:50.312Z | Running `/home/build/.rustup/toolchains/1.80.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=732a8b33d78fc7f2 -C extra-filename=-732a8b33d78fc7f2 --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-5b23557e64831ccd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1944 | 2024-10-01T04:09:50.799Z | Running `/home/build/.rustup/toolchains/1.80.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=611f95f2b153a2ec -C extra-filename=-611f95f2b153a2ec --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` |
1945 | 2024-10-01T04:09:50.892Z | Running `/home/build/.rustup/toolchains/1.80.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=745587bf06b53d2d -C extra-filename=-745587bf06b53d2d --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-3a0d14ff8fd78eeb.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1946 | 2024-10-01T04:09:51.056Z | Compiling crossterm v0.27.0 |
1947 | 2024-10-01T04:09:51.059Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=7679ab001cfb1f01 -C extra-filename=-7679ab001cfb1f01 --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-a103dec0646dda7a.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-d3c9bc26c4920b9a.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-23c7203385db6f7d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-2e2b1353ed4216ae.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-956be726b5d1bab6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1948 | 2024-10-01T04:09:51.152Z | Compiling toml v0.7.8 |
1949 | 2024-10-01T04:09:51.155Z | Running `/home/build/.rustup/toolchains/1.80.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=b7d902dedf5de199 -C extra-filename=-b7d902dedf5de199 --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-b60456937c978ee2.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1c7cdbaa8cd06777.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-bcbc03a2ac8adf6c.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-8dd76460ee955392.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1950 | 2024-10-01T04:09:51.568Z | Compiling nix v0.26.4 |
1951 | 2024-10-01T04:09:51.571Z | Running `/home/build/.rustup/toolchains/1.80.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=f11d21e134eea5ea -C extra-filename=-f11d21e134eea5ea --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-31179843bc0058c5.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1952 | 2024-10-01T04:09:52.100Z | Compiling itertools v0.12.1 |
1953 | 2024-10-01T04:09:52.103Z | Running `/home/build/.rustup/toolchains/1.80.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=34a836f2af8115f2 -C extra-filename=-34a836f2af8115f2 --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-deb7625ff5bb6814.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1954 | 2024-10-01T04:09:52.212Z | Compiling fd-lock v4.0.2 |
1955 | 2024-10-01T04:09:52.215Z | Running `/home/build/.rustup/toolchains/1.80.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=8324a0773c2c4151 -C extra-filename=-8324a0773c2c4151 --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-4e1981e6060e5d9b.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e6fbfdbea3bd4702.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1956 | 2024-10-01T04:09:52.437Z | Compiling number_prefix v0.4.0 |
1957 | 2024-10-01T04:09:52.440Z | Running `/home/build/.rustup/toolchains/1.80.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=87c5cf9a00980ff9 -C extra-filename=-87c5cf9a00980ff9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1958 | 2024-10-01T04:09:52.679Z | Compiling nu-ansi-term v0.50.0 |
1959 | 2024-10-01T04:09:52.682Z | Running `/home/build/.rustup/toolchains/1.80.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=17debf12f8cf7a5c -C extra-filename=-17debf12f8cf7a5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1960 | 2024-10-01T04:09:52.783Z | Compiling utf8-width v0.1.6 |
1961 | 2024-10-01T04:09:52.786Z | Running `/home/build/.rustup/toolchains/1.80.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=c8b0942766903c6c -C extra-filename=-c8b0942766903c6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1962 | 2024-10-01T04:09:52.913Z | Compiling topological-sort v0.2.2 |
1963 | 2024-10-01T04:09:52.916Z | Running `/home/build/.rustup/toolchains/1.80.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=3eed1907fdef10a8 -C extra-filename=-3eed1907fdef10a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1964 | 2024-10-01T04:09:52.950Z | Compiling byte-unit v5.1.4 |
1965 | 2024-10-01T04:09:52.953Z | Running `/home/build/.rustup/toolchains/1.80.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=a3af8dae79acd117 -C extra-filename=-a3af8dae79acd117 --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-745587bf06b53d2d.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-c8b0942766903c6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1966 | 2024-10-01T04:09:53.081Z | Compiling indicatif v0.17.8 |
1967 | 2024-10-01T04:09:53.084Z | Running `/home/build/.rustup/toolchains/1.80.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=fd2d4c4535d3e863 -C extra-filename=-fd2d4c4535d3e863 --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-b5d7c5dc41a2faae.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-87c5cf9a00980ff9.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-611f95f2b153a2ec.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-ed298fbb0e14f714.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-463c680e9472d9b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1968 | 2024-10-01T04:09:53.128Z | Compiling crossterm v0.28.1 |
1969 | 2024-10-01T04:09:53.130Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=59b096d6ca6e8d13 -C extra-filename=-59b096d6ca6e8d13 --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-a103dec0646dda7a.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ec86d871e455e7ef.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-23c7203385db6f7d.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e6fbfdbea3bd4702.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-2e2b1353ed4216ae.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-956be726b5d1bab6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1970 | 2024-10-01T04:09:53.520Z | Compiling nbd v0.3.1 |
1971 | 2024-10-01T04:09:53.523Z | Compiling human_bytes v0.4.3 |
1972 | 2024-10-01T04:09:53.523Z | Running `/home/build/.rustup/toolchains/1.80.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=29ad83b2b88bf77f -C extra-filename=-29ad83b2b88bf77f --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-39c7342ca60225ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1973 | 2024-10-01T04:09:53.523Z | Running `/home/build/.rustup/toolchains/1.80.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=ed731fb620f3057c -C extra-filename=-ed731fb620f3057c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1974 | 2024-10-01T04:09:54.755Z | Running `/home/build/.rustup/toolchains/1.80.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=565c6fce00091afe -C extra-filename=-565c6fce00091afe --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-32f57953f6f3e099.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-3a0d14ff8fd78eeb.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-ea264493e5207e24.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-f10d5741808f5e96.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-ed298fbb0e14f714.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/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` |
1975 | 2024-10-01T04:09:54.867Z | Compiling reedline v0.33.0 |
1976 | 2024-10-01T04:09:54.871Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=e95b05fb5fa742e8 -C extra-filename=-e95b05fb5fa742e8 --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-17f3b14b07138ba4.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-7679ab001cfb1f01.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-8324a0773c2c4151.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-34a836f2af8115f2.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-17debf12f8cf7a5c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-732a8b33d78fc7f2.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-aaa017a50324cc00.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-0669b3421ee0ac06.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-463c680e9472d9b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1977 | 2024-10-01T04:09:56.028Z | Compiling clearscreen v2.0.1 |
1978 | 2024-10-01T04:09:56.030Z | Running `/home/build/.rustup/toolchains/1.80.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=7f2d33372a63b55d -C extra-filename=-7f2d33372a63b55d --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-f11d21e134eea5ea.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-686f1dcdff8c4fb5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-1ef302ec81fc85a7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1979 | 2024-10-01T04:09:56.698Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-31f33fbd7ff7f456/build-script-build` |
1980 | 2024-10-01T04:09:56.730Z | Running `/home/build/.rustup/toolchains/1.80.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=754654970039de76 -C extra-filename=-754654970039de76 --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-1d2d979017cfa5ff.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1981 | 2024-10-01T04:09:56.730Z | Running `/home/build/.rustup/toolchains/1.80.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=344290ab14d78890 -C extra-filename=-344290ab14d78890 --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-8efed58975461d7a.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1982 | 2024-10-01T04:09:56.779Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-75d20b888f0e8783/build-script-build` |
1983 | 2024-10-01T04:09:56.781Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-31e07cd16581fc9d/build-script-build` |
1984 | 2024-10-01T04:09:58.532Z | Compiling rustls-webpki v0.102.8 |
1985 | 2024-10-01T04:09:58.534Z | Running `/home/build/.rustup/toolchains/1.80.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=faa21311d79a10ec -C extra-filename=-faa21311d79a10ec --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-754654970039de76.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1986 | 2024-10-01T04:09:58.632Z | Compiling sct v0.7.1 |
1987 | 2024-10-01T04:09:58.635Z | Running `/home/build/.rustup/toolchains/1.80.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=38496aec99405ccc -C extra-filename=-38496aec99405ccc --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-344290ab14d78890.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1988 | 2024-10-01T04:09:58.635Z | Running `/home/build/.rustup/toolchains/1.80.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=632554b33b02813c -C extra-filename=-632554b33b02813c --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-754654970039de76.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1989 | 2024-10-01T04:09:58.732Z | Compiling rustls-webpki v0.101.7 |
1990 | 2024-10-01T04:09:58.736Z | Running `/home/build/.rustup/toolchains/1.80.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=f7be06e7cc69df13 -C extra-filename=-f7be06e7cc69df13 --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-754654970039de76.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1991 | 2024-10-01T04:09:59.404Z | Running `/home/build/.rustup/toolchains/1.80.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=983a7b04078d8acd -C extra-filename=-983a7b04078d8acd --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-28823f714dcb019b.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-754654970039de76.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-faa21311d79a10ec.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-0616ca7d7ca74d2f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1992 | 2024-10-01T04:09:59.498Z | Running `/home/build/.rustup/toolchains/1.80.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=3eac65de0348702c -C extra-filename=-3eac65de0348702c --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-eb7edc1bfbb28116.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-344290ab14d78890.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-38496aec99405ccc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-385f4c6a82c75c97.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1993 | 2024-10-01T04:09:59.601Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=49de6f8046306d17 -C extra-filename=-49de6f8046306d17 --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-e9dd13923fd3a944.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-754654970039de76.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-f7be06e7cc69df13.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-632554b33b02813c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1994 | 2024-10-01T04:10:00.399Z | Running `/home/build/.rustup/toolchains/1.80.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=81925d260a31bfd8 -C extra-filename=-81925d260a31bfd8 --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-e9dd13923fd3a944.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-754654970039de76.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-faa21311d79a10ec.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-0616ca7d7ca74d2f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1995 | 2024-10-01T04:10:00.427Z | Running `/home/build/.rustup/toolchains/1.80.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=7e7aad21e695350e -C extra-filename=-7e7aad21e695350e --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-e2b267480d6b7b97.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-344290ab14d78890.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-38496aec99405ccc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-385f4c6a82c75c97.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1996 | 2024-10-01T04:10:03.037Z | Compiling tokio-rustls v0.24.1 |
1997 | 2024-10-01T04:10:03.039Z | Running `/home/build/.rustup/toolchains/1.80.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=e13c7c3823ee7ad6 -C extra-filename=-e13c7c3823ee7ad6 --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-49de6f8046306d17.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
1998 | 2024-10-01T04:10:03.437Z | Compiling hyper-rustls v0.24.2 |
1999 | 2024-10-01T04:10:03.439Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=82580cc23eba1b7d -C extra-filename=-82580cc23eba1b7d --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-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-929b24d1b496e2bb.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-60466ffd37d7b0df.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-49de6f8046306d17.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-e13c7c3823ee7ad6.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2000 | 2024-10-01T04:10:03.738Z | Compiling reqwest v0.11.27 |
2001 | 2024-10-01T04:10:03.741Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=64d67b52a4f3aefc -C extra-filename=-64d67b52a4f3aefc --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-b16e2fee938c74e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d5934a78b86724da.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-d48dc2322585fb49.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-731f36cffa0e927a.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-929b24d1b496e2bb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4c119c7c4911e397.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-60466ffd37d7b0df.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-82580cc23eba1b7d.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-6fa3726a53b738b9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-49de6f8046306d17.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-fd58ed7bd5417794.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-814cd5cb4ab38e2d.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-f2299c19075197dd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-e13c7c3823ee7ad6.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3551f803620d48bf.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-65da8a4c57c61b61.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2002 | 2024-10-01T04:10:04.338Z | Compiling tokio-rustls v0.25.0 |
2003 | 2024-10-01T04:10:04.341Z | Running `/home/build/.rustup/toolchains/1.80.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=cc033f75d058c51a -C extra-filename=-cc033f75d058c51a --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-7e7aad21e695350e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2004 | 2024-10-01T04:10:04.760Z | Running `/home/build/.rustup/toolchains/1.80.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=55046178f2164657 -C extra-filename=-55046178f2164657 --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-81925d260a31bfd8.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2005 | 2024-10-01T04:10:05.187Z | Compiling tokio-rustls v0.26.0 |
2006 | 2024-10-01T04:10:05.190Z | Running `/home/build/.rustup/toolchains/1.80.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=438d1d470c6f92bf -C extra-filename=-438d1d470c6f92bf --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-983a7b04078d8acd.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2007 | 2024-10-01T04:10:05.453Z | Running `/home/build/.rustup/toolchains/1.80.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=c7f425db117939b2 -C extra-filename=-c7f425db117939b2 --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-3eac65de0348702c.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2008 | 2024-10-01T04:10:05.666Z | Compiling hyper-rustls v0.27.3 |
2009 | 2024-10-01T04:10:05.668Z | Running `/home/build/.rustup/toolchains/1.80.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=19eb1955d075a247 -C extra-filename=-19eb1955d075a247 --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-43529a2db84c19e0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-7bd27e5dcbb05ca3.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-983a7b04078d8acd.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-438d1d470c6f92bf.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-504afb9d02b6bce7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2010 | 2024-10-01T04:10:05.901Z | Running `/home/build/.rustup/toolchains/1.80.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=4c68dfdf9a40e6c1 -C extra-filename=-4c68dfdf9a40e6c1 --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-d64d7f538118dc39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-bccc0f2ca97cbc05.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3eac65de0348702c.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-c7f425db117939b2.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-d461e157a9d65a29.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2011 | 2024-10-01T04:10:06.348Z | Compiling reqwest v0.12.7 |
2012 | 2024-10-01T04:10:06.386Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=7aefb01413d5d7f8 -C extra-filename=-7aefb01413d5d7f8 --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-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d5934a78b86724da.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-d48dc2322585fb49.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-faf2d516d28f436a.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-4050620a679fd4d9.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-dc0ca17435efec2f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-19eb1955d075a247.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-f3e45409e09655b6.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-7bd27e5dcbb05ca3.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-6fa3726a53b738b9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-fb4ee6fba3dee1b2.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-983a7b04078d8acd.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-9e4b41312bb0f4e7.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-814cd5cb4ab38e2d.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-c721ab547bac8751.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-1413cec76d9c4091.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-438d1d470c6f92bf.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3551f803620d48bf.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-504afb9d02b6bce7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2024-10-01T04:10:06.473Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=23aaaee495ba2e74 -C extra-filename=-23aaaee495ba2e74 --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-257fc8a7583b6f23.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-56d49b3bbb6f0202.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-7c5cc8db1569d62e.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-9e437965c8cc5f29.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8d4619c3f8a4b79c.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-323574777bf0831a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-4c68dfdf9a40e6c1.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-189be634c43de27e.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-bccc0f2ca97cbc05.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-337ecf9144beab17.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-082b620689f999fb.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-9b5d992ceb5bb771.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3eac65de0348702c.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-c6fbbc1cbffb921b.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-8f28a0ba66feb98a.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-27576245dfdd8e6a.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-0eea94cd0f59c56e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-c7f425db117939b2.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-cc5d3f5970cbb605.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-df6e991f2d774ffe.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-d461e157a9d65a29.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2014 | 2024-10-01T04:10:07.290Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ab0807f49c9080e6 -C extra-filename=-ab0807f49c9080e6 --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-b4af8440c6559e0b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d5934a78b86724da.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-a8c9470c7b1de11d.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-9f8934e1e90881b6.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-755223d9209c8c7a.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-e181ce3ed4ed32a6.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-dc0ca17435efec2f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-7bd27e5dcbb05ca3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-95e021a393ab0134.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-edc0eafbe21a8eba.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-81925d260a31bfd8.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-9e4b41312bb0f4e7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-2eeb3d5f51f17e4f.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-814cd5cb4ab38e2d.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-e71364bd2b186943.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-b5304083f751cd94.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-30d24e1fb50088bd.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-83f3c87e74caee32.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-55046178f2164657.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5231668ac32fd47b.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-c211fabe805870ae.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-24d925eb7284a515.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2015 | 2024-10-01T04:10:08.705Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=07bbf02b9c2c4cc9 -C extra-filename=-07bbf02b9c2c4cc9 --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-160ed51e12ef2228.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-257fc8a7583b6f23.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-56d49b3bbb6f0202.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-7d43ef2cb40bdd95.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-7619f67031d89ea3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-9f8934e1e90881b6.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-d6ef9e0917726f45.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-8df1485bfcc5e145.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f07ed0d463c273f9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-323574777bf0831a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-bccc0f2ca97cbc05.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-3e5f2d1f86126925.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-75a7cf465444367f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-769851b2c88a8160.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-7e7aad21e695350e.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-c6fbbc1cbffb921b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-b15587d7130d91c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-8f28a0ba66feb98a.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-10a285af9805efde.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-8305ebb6ecf3e705.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-4135546e46198201.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-37e8ecb48b69c2f4.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-f769bc97e02c8d20.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-cc033f75d058c51a.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-74f30fd921ea4b6f.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-ba82eb93195aebfb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-31f3926ca83e2a5b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out` |
2016 | 2024-10-01T04:10:10.854Z | Compiling progenitor-client v0.8.0 |
2017 | 2024-10-01T04:10:10.862Z | Running `/home/build/.rustup/toolchains/1.80.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=7db6191298055e27 -C extra-filename=-7db6191298055e27 --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-d5934a78b86724da.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-814cd5cb4ab38e2d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2018 | 2024-10-01T04:10:10.880Z | Running `/home/build/.rustup/toolchains/1.80.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=601e01af90e79732 -C extra-filename=-601e01af90e79732 --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-56d49b3bbb6f0202.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-23aaaee495ba2e74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-8f28a0ba66feb98a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2019 | 2024-10-01T04:10:11.315Z | Compiling progenitor v0.8.0 |
2020 | 2024-10-01T04:10:11.318Z | Running `/home/build/.rustup/toolchains/1.80.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=6d12601d8d365c24 -C extra-filename=-6d12601d8d365c24 --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-7db6191298055e27.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-a992aae99ccaec5f.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-d0fa929c7ef44870.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2021 | 2024-10-01T04:10:11.318Z | Running `/home/build/.rustup/toolchains/1.80.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=1aa2713f696be33f -C extra-filename=-1aa2713f696be33f --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-601e01af90e79732.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-caf48b13ab296839.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-d0fa929c7ef44870.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2022 | 2024-10-01T04:10:11.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2023 | 2024-10-01T04:10:11.555Z | Running `/home/build/.rustup/toolchains/1.80.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=5dbe90d63ceb3593 -C extra-filename=-5dbe90d63ceb3593 --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2024 | 2024-10-01T04:10:11.579Z | Running `/home/build/.rustup/toolchains/1.80.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=b20e47aa809a6311 -C extra-filename=-b20e47aa809a6311 --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-44dbaf82409282c4.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-1aa2713f696be33f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-23aaaee495ba2e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2025 | 2024-10-01T04:10:13.520Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2026 | 2024-10-01T04:10:13.522Z | Running `/home/build/.rustup/toolchains/1.80.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=9f36893d246dd985 -C extra-filename=-9f36893d246dd985 --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-d5588c05efb49e39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2027 | 2024-10-01T04:10:15.228Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2028 | 2024-10-01T04:10:15.231Z | Running `/home/build/.rustup/toolchains/1.80.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=3d11a191186b8eb2 -C extra-filename=-3d11a191186b8eb2 --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-09a04b980b3df7cf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-ca8090c4b4a42de6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2029 | 2024-10-01T04:10:15.564Z | Compiling omicron-zone-package v0.11.0 |
2030 | 2024-10-01T04:10:15.567Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=436c68e9f4bb141e -C extra-filename=-436c68e9f4bb141e --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-457f2b835b01347c.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-565c6fce00091afe.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-2cd17538ef98c45f.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-29e03064cd0747d9.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-1fe9fb14bed40f68.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-0c93f68e5e849335.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-64d67b52a4f3aefc.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d9f643b5c0d2fea9.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-ce2b9d2db6bea9ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-dd69fa48cd329713.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-11afd29b30c19644.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-b7d902dedf5de199.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-3eed1907fdef10a8.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-430c973b6d26864c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-70a1864e4e9b3171/out` |
2031 | 2024-10-01T04:10:16.139Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2032 | 2024-10-01T04:10:16.143Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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=38bd88fcf8b97385 -C extra-filename=-38bd88fcf8b97385 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-38bd88fcf8b97385 -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-91dda8a7ee650111.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-56d49b3bbb6f0202.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-3498687e03378952.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-ca1490c410ca11f6.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-714329589f5bc53a.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-dc7858212c868203.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-2db34b6e3756d6c4.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-c95014389c73d836.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-2c5ce474e5d8f66c.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-924cd5643eed2f6c.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-d64d7f538118dc39.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-8efed58975461d7a.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-80f86800d1ab2a67.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-0d1f40a9d05558e3.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-bb73d197a7f65d45.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-bccc0f2ca97cbc05.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-3e5f2d1f86126925.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a6b2288cf29c84f9.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-a82a955885cb119e.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-769851b2c88a8160.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-adf9120fc2ded6d1.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-b443d9407c9f9713.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-2552b57e9dbdf359.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-23aaaee495ba2e74.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-30a597f1fe6c5054.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-3290b9589309a163.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-3b7bb00fb8be0356.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-b47577b0f94fb68e.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-c61fc4d125651862.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-73fab42c21179591.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8c6bc14235a565b0.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-ba82eb93195aebfb.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-23add96f87dabacf.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-395988aa6009c9fb.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2033 | 2024-10-01T04:10:16.498Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-38bd88fcf8b97385/build-script-build` |
2034 | 2024-10-01T04:10:16.537Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 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=f82e1672b9135319 -C extra-filename=-f82e1672b9135319 --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-3a0d14ff8fd78eeb.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-31179843bc0058c5.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-a103dec0646dda7a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d5934a78b86724da.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-1bc0a61096957e19.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-3af1d0f06a5d3e5d.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-be51fc275040c3d1.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-3aecb30fe4648cee.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-ba26fd51b23a7c89.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-deb7625ff5bb6814.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-efac6042795d2135.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-43529a2db84c19e0.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-1d2d979017cfa5ff.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-fa60a223a7636138.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-0c93f68e5e849335.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-7bd27e5dcbb05ca3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-101d7e0d6f9eb1c7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ec86d871e455e7ef.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-edc0eafbe21a8eba.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-1ec4e01cb3162e7a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c37267f532329cd7.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-608eb497a4d963af.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e6fbfdbea3bd4702.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-49de6f8046306d17.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-52829eec89f21c25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-ce2b9d2db6bea9ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-5839ef4d9e31a02e.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-bcbc03a2ac8adf6c.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-8dd76460ee955392.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-ea50d9b86ecafc42.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-c211fabe805870ae.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-0463b960d06d6b17.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7c5f4f2007e4e2af.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2035 | 2024-10-01T04:10:16.661Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2036 | 2024-10-01T04:10:16.664Z | Running `/home/build/.rustup/toolchains/1.80.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=ed45592a04281334 -C extra-filename=-ed45592a04281334 --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-f82e1672b9135319.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-6acccc5d4fb33361.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2037 | 2024-10-01T04:10:16.826Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2038 | 2024-10-01T04:10:16.829Z | Running `/home/build/.rustup/toolchains/1.80.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=6566ddbd117a742a -C extra-filename=-6566ddbd117a742a --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-457f2b835b01347c.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-a159af504475c9d4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-edc6d3dbeaadb1a4.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-ab0807f49c9080e6.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-0c93f68e5e849335.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0b3ed9c8de05f88e.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-a3b061628be30045.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-5dbe90d63ceb3593.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-7f5d61a7ff1a8329.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-ac1f56c2e2c28885.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-83ba3de36fac652e.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-7db6191298055e27.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-7a2f8ac4dfeb8a69.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-917192a0d5f6edcd.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-ce2b9d2db6bea9ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-068258ecfc4e05f2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-e309cefa2865cc55.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-a5c211a59a22fce2.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2039 | 2024-10-01T04:10:17.485Z | Running `/home/build/.rustup/toolchains/1.80.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=1eb9b62c6699795b -C extra-filename=-1eb9b62c6699795b --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-44dbaf82409282c4.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-a159af504475c9d4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-7138bd8ec10eb852.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-7d43ef2cb40bdd95.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-07bbf02b9c2c4cc9.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-8df1485bfcc5e145.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-0d1f40a9d05558e3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-29310c2d6f1f990c.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-1e5590e875a402ab.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-6be42811fad64a80.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-b20e47aa809a6311.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-3130fb4fdb042369.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-986decedf74d3675.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-fd7ce8f4278a0d10.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-1aa2713f696be33f.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-601e01af90e79732.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-adf9120fc2ded6d1.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-54972123b2c9ae2f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-23aaaee495ba2e74.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-3b7bb00fb8be0356.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-11508fd311ad01f3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ab055961b7de2001.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-b76aefd7375bf74f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-e06b91bca9220801.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f494de27391c3568.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-310bff29be450614.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2040 | 2024-10-01T04:10:17.603Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2041 | 2024-10-01T04:10:17.605Z | Running `/home/build/.rustup/toolchains/1.80.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=084a66cde370f036 -C extra-filename=-084a66cde370f036 --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-09a04b980b3df7cf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2042 | 2024-10-01T04:10:18.625Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2043 | 2024-10-01T04:10:18.627Z | Running `/home/build/.rustup/toolchains/1.80.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=74078d7b4e7a2dcd -C extra-filename=-74078d7b4e7a2dcd --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-f82e1672b9135319.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-6acccc5d4fb33361.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2044 | 2024-10-01T04:10:18.757Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2045 | 2024-10-01T04:10:18.790Z | Running `/home/build/.rustup/toolchains/1.80.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=0fe73b08b36dd760 -C extra-filename=-0fe73b08b36dd760 --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-457f2b835b01347c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2046 | 2024-10-01T04:10:18.864Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2047 | 2024-10-01T04:10:18.867Z | Running `/home/build/.rustup/toolchains/1.80.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=d46bd0bd8e7def0d -C extra-filename=-d46bd0bd8e7def0d --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2048 | 2024-10-01T04:10:18.931Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2049 | 2024-10-01T04:10:18.934Z | Running `/home/build/.rustup/toolchains/1.80.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=036c22ca9c1a4765 -C extra-filename=-036c22ca9c1a4765 --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-457f2b835b01347c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2050 | 2024-10-01T04:10:19.818Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2051 | 2024-10-01T04:10:19.821Z | Running `/home/build/.rustup/toolchains/1.80.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=740b6c8b8ea06ecc -C extra-filename=-740b6c8b8ea06ecc --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-6d12601d8d365c24.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2052 | 2024-10-01T04:10:20.336Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2053 | 2024-10-01T04:10:20.339Z | Running `/home/build/.rustup/toolchains/1.80.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=f383e0a037bb546a -C extra-filename=-f383e0a037bb546a --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-f82e1672b9135319.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2054 | 2024-10-01T04:10:21.900Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2055 | 2024-10-01T04:10:21.908Z | Running `/home/build/.rustup/toolchains/1.80.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=b7588c8fcc40ece1 -C extra-filename=-b7588c8fcc40ece1 --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-457f2b835b01347c.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-436c68e9f4bb141e.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-289d76cd189febf1/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-70a1864e4e9b3171/out` |
2056 | 2024-10-01T04:10:24.605Z | Running `/home/build/.rustup/toolchains/1.80.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=4a3e3aa37ae60ebc -C extra-filename=-4a3e3aa37ae60ebc --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-ab6e8cf4df12caa4.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-2d6c22e9dfb53b1c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-6fad1f3ac40e3ba0/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2057 | 2024-10-01T04:10:25.081Z | Compiling git2 v0.19.0 |
2058 | 2024-10-01T04:10:25.084Z | Running `/home/build/.rustup/toolchains/1.80.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=8e6d9c3a2b5bc76f -C extra-filename=-8e6d9c3a2b5bc76f --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-91dda8a7ee650111.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-ab6e8cf4df12caa4.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-4a3e3aa37ae60ebc.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-df6e991f2d774ffe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-6fad1f3ac40e3ba0/out/build -L native=/usr/lib/amd64` |
2059 | 2024-10-01T04:10:26.443Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2060 | 2024-10-01T04:10:26.446Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2061 | 2024-10-01T04:10:26.446Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2062 | 2024-10-01T04:10:26.446Z | Running `/home/build/.rustup/toolchains/1.80.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=3184678747ef4869 -C extra-filename=-3184678747ef4869 --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-d5934a78b86724da.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-cdfd8e9167da8a37.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-26e228df828485e8.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2063 | 2024-10-01T04:10:26.446Z | Running `/home/build/.rustup/toolchains/1.80.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=bbe778a839d7aca8 -C extra-filename=-bbe778a839d7aca8 --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-457f2b835b01347c.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-5b958fc75fcaeb91.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-2cd17538ef98c45f.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6281becc43a501b8.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-d5588c05efb49e39.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9ec6352309062b2b.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2064 | 2024-10-01T04:10:26.470Z | Running `/home/build/.rustup/toolchains/1.80.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=ec97f886606f083d -C extra-filename=-ec97f886606f083d --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-9f36893d246dd985.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-e2789cb167ac6fdc.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1d835e408ff332ef.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-7f5d61a7ff1a8329.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7aefb01413d5d7f8.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2065 | 2024-10-01T04:10:26.470Z | Running `/home/build/.rustup/toolchains/1.80.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=6b28721c398207aa -C extra-filename=-6b28721c398207aa --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-457f2b835b01347c.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-e08300f8b35eb2fe.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-6d78477c66fad028.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-2cd17538ef98c45f.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-ed45592a04281334.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0b3ed9c8de05f88e.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c2875ed331cfe8e7.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-a3b061628be30045.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-7f5d61a7ff1a8329.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-316424cd21b54130.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-cdcbadda37ca7746.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-38d606297a1b25af.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-ac1f56c2e2c28885.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-600147ae66b36670.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-e957c5d12981c75e.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-2f52b2fe35d96ee4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2066 | 2024-10-01T04:10:29.873Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2067 | 2024-10-01T04:10:29.886Z | Running `/home/build/.rustup/toolchains/1.80.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=5df160cd53b184ed -C extra-filename=-5df160cd53b184ed --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-6b28721c398207aa.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2068 | 2024-10-01T04:10:30.006Z | Running `/home/build/.rustup/toolchains/1.80.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=32c6ab7efeddbb92 -C extra-filename=-32c6ab7efeddbb92 --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-56d49b3bbb6f0202.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-895d65b6001640a7.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-5a3e04354e210783.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-1eb9b62c6699795b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f494de27391c3568.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-77d0c1d645d8a333.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-869b4aa77081bc46.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2069 | 2024-10-01T04:10:30.833Z | Running `/home/build/.rustup/toolchains/1.80.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=f73a66dc87567637 -C extra-filename=-f73a66dc87567637 --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-44dbaf82409282c4.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-cf84613d12be248a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-8e6d9c3a2b5bc76f.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-304d64d262f7c4fe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-b47577b0f94fb68e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-6fad1f3ac40e3ba0/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)'` |
2070 | 2024-10-01T04:10:32.413Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2071 | 2024-10-01T04:10:32.415Z | Running `/home/build/.rustup/toolchains/1.80.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=ccfc813527c9edd9 -C extra-filename=-ccfc813527c9edd9 --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-6b28721c398207aa.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-3fcb6355c2090b82.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-7f5d61a7ff1a8329.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-5df160cd53b184ed.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2072 | 2024-10-01T04:10:32.683Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2073 | 2024-10-01T04:10:32.683Z | Running `/home/build/.rustup/toolchains/1.80.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=f04aef2f8c9c5af3 -C extra-filename=-f04aef2f8c9c5af3 --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-c3842fa086730bbd.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-26e228df828485e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3184678747ef4869.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2074 | 2024-10-01T04:10:32.851Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2075 | 2024-10-01T04:10:32.853Z | Running `/home/build/.rustup/toolchains/1.80.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=d258e55e758abb2d -C extra-filename=-d258e55e758abb2d --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-1bc0a61096957e19.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-b180f3730e51b4d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3184678747ef4869.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-f9215dc300e68144.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-d7ba7fb81c716b70.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-26c6af3c55e4426c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-a5c211a59a22fce2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5231668ac32fd47b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2076 | 2024-10-01T04:10:33.514Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2077 | 2024-10-01T04:10:33.517Z | Running `/home/build/.rustup/toolchains/1.80.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=2032a8977fa0d1a8 -C extra-filename=-2032a8977fa0d1a8 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-2032a8977fa0d1a8 -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-f73a66dc87567637.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-6fad1f3ac40e3ba0/out/build -L native=/usr/lib/amd64` |
2078 | 2024-10-01T04:10:34.641Z | Running `/home/build/.rustup/toolchains/1.80.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=d88915eb1891268c -C extra-filename=-d88915eb1891268c --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-44dbaf82409282c4.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-79ad7134db5b02b1.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-ca1490c410ca11f6.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-32c6ab7efeddbb92.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-2d91079aeb649f78.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-dc0765230c290eef.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-c0ebc99e4838641c.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-e06b91bca9220801.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-74f30fd921ea4b6f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2079 | 2024-10-01T04:10:34.827Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-2032a8977fa0d1a8/build-script-build` |
2080 | 2024-10-01T04:10:35.009Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2081 | 2024-10-01T04:10:35.012Z | Running `/home/build/.rustup/toolchains/1.80.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=7c945c4364aacfde -C extra-filename=-7c945c4364aacfde --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-457f2b835b01347c.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-a159af504475c9d4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-c1d7c86b064bace3.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-1bc0a61096957e19.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-bbe778a839d7aca8.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-4733a85a8b941431.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-ee78705878d95695.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6281becc43a501b8.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-9f36893d246dd985.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-ab0807f49c9080e6.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-f9ae09b7bbb4afef.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-3d11a191186b8eb2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d6575c6488feed6d.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-7c5a6e2adf8d6e48.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0b3ed9c8de05f88e.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-3cc2e46f8e9c184b.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-fb8daa2db3a5d963.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-ccfc813527c9edd9.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-6566ddbd117a742a.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-3fcb6355c2090b82.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-7f5d61a7ff1a8329.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-dd7128ba11fd0198.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-ac1f56c2e2c28885.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-f04aef2f8c9c5af3.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-83ba3de36fac652e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-e309cefa2865cc55.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-a5c211a59a22fce2.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-6816627d24fd0106.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-3d6084623297a738.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-cb64f8da657284af.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2082 | 2024-10-01T04:10:36.951Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2083 | 2024-10-01T04:10:36.953Z | Running `/home/build/.rustup/toolchains/1.80.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=90b25c6186ce1d0a -C extra-filename=-90b25c6186ce1d0a --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-00e86181a036fb8b.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-d88915eb1891268c.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-32c6ab7efeddbb92.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-35ff8f6c7ca8c1f5.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-109881d924332de4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-dd43e367a379d3e5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2084 | 2024-10-01T04:10:40.372Z | Running `/home/build/.rustup/toolchains/1.80.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=b5ecaf31616e2197 -C extra-filename=-b5ecaf31616e2197 --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-457f2b835b01347c.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-a6d4c41d3cc10a92.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-ab0807f49c9080e6.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-edd18f8aa007370d.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-d9f5beff15da2937.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-9e4b41312bb0f4e7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-b5304083f751cd94.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-a0b7e26a7d4f2f95.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-83f3c87e74caee32.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-97b52b7f1fadb769.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-e13c7c3823ee7ad6.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5231668ac32fd47b.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-62e5d44ac1af4784.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2085 | 2024-10-01T04:10:40.936Z | error[E0599]: no method named `map_err` found for opaque type `impl Iterator<Item = Result<rustls_pki_types::CertificateDer<'static>, std::io::Error>> + '_` in the current scope |
2086 | 2024-10-01T04:10:40.936Z | --> common/src/x509.rs:15:10 |
2087 | 2024-10-01T04:10:40.936Z | | |
2088 | 2024-10-01T04:10:40.936Z | 14 | / certs(&mut BufReader::new(File::open(path)?)) |
2089 | 2024-10-01T04:10:40.936Z | 15 | | .map_err(|_| { |
2090 | 2024-10-01T04:10:40.936Z | | | -^^^^^^^ method not found in `impl Iterator<Item = Result<CertificateDer<'static>, Error>>` |
2091 | 2024-10-01T04:10:40.936Z | | |_________| |
2092 | 2024-10-01T04:10:40.936Z | | |
2093 | 2024-10-01T04:10:40.936Z | |
2094 | 2024-10-01T04:10:40.962Z | error[E0599]: no method named `map_err` found for opaque type `impl Iterator<Item = Result<rustls_pki_types::PrivatePkcs1KeyDer<'static>, std::io::Error>> + '_` in the current scope |
2095 | 2024-10-01T04:10:40.962Z | --> common/src/x509.rs:23:10 |
2096 | 2024-10-01T04:10:40.962Z | | |
2097 | 2024-10-01T04:10:40.962Z | 22 | / rsa_private_keys(&mut BufReader::new(File::open(path)?)) |
2098 | 2024-10-01T04:10:40.962Z | 23 | | .map_err(|_| io::Error::new(io::ErrorKind::InvalidInput, "invalid key")) |
2099 | 2024-10-01T04:10:40.962Z | | | -^^^^^^^ method not found in `impl Iterator<Item = Result<PrivatePkcs1KeyDer<'static>, Error>>` |
2100 | 2024-10-01T04:10:40.963Z | | |_________| |
2101 | 2024-10-01T04:10:40.963Z | | |
2102 | 2024-10-01T04:10:40.963Z | |
2103 | 2024-10-01T04:10:40.998Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2104 | 2024-10-01T04:10:41.000Z | Running `/home/build/.rustup/toolchains/1.80.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=df59e5e225871873 -C extra-filename=-df59e5e225871873 --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-457f2b835b01347c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-17f3b14b07138ba4.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-1bc0a61096957e19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-6104b5724eaedebb.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-d258e55e758abb2d.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-90b25c6186ce1d0a.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-3184678747ef4869.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-f9215dc300e68144.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-95c05fd39b007d35.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5231668ac32fd47b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64` |
2105 | 2024-10-01T04:10:41.296Z | For more information about this error, try `rustc --explain E0599`. |
2106 | 2024-10-01T04:10:41.330Z | error: could not compile `crucible-common` (lib) due to 2 previous errors |
2107 | 2024-10-01T04:10:41.330Z | |
2108 | 2024-10-01T04:10:41.330Z | Caused by: |
2109 | 2024-10-01T04:10:41.330Z | process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.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=b5ecaf31616e2197 -C extra-filename=-b5ecaf31616e2197 --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-457f2b835b01347c.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-a6d4c41d3cc10a92.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f82e1672b9135319.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-ab0807f49c9080e6.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-edd18f8aa007370d.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-d9f5beff15da2937.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-9e4b41312bb0f4e7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-731ddee2a46dbc32.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-b60456937c978ee2.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-6d6f11d5c8126fb0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-b5304083f751cd94.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-a0b7e26a7d4f2f95.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-83f3c87e74caee32.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-97b52b7f1fadb769.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-3a19a8effb08b528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-79776f44082a6682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-e13c7c3823ee7ad6.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5231668ac32fd47b.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-62e5d44ac1af4784.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-d2f8f8a9247d11ef.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-475fbd04fda60446/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` (exit status: 1) |
2110 | 2024-10-01T04:10:41.330Z | warning: build failed, waiting for other jobs to finish... |
2111 | 2024-10-01T04:10:50.589Z | |
2112 | 2024-10-01T04:10:50.589Z | real 3:29.743579994 |
2113 | 2024-10-01T04:10:50.589Z | user 18:40.338212607 |
2114 | 2024-10-01T04:10:50.589Z | sys 4:16.160004400 |
2115 | 2024-10-01T04:10:50.589Z | trap 0.638751435 |
2116 | 2024-10-01T04:10:50.589Z | tflt 3.039762487 |
2117 | 2024-10-01T04:10:50.589Z | dflt 0.586784371 |
2118 | 2024-10-01T04:10:50.589Z | kflt 0.007457064 |
2119 | 2024-10-01T04:10:50.589Z | lock 32:28.631338814 |
2120 | 2024-10-01T04:10:50.592Z | slp 1:28:10.781134378 |
2121 | 2024-10-01T04:10:50.592Z | lat 1:22.378269706 |
2122 | 2024-10-01T04:10:50.592Z | stop 4:53.641335407 |
2123 | 2024-10-01T04:10:50.592Z | process exited: duration 229254 ms, exit code 101 |
|
2124 | 2024-10-01T04:10:50.598Z | found 0 output files |