|
|
|
1 | 2024-09-27T03:35:06.871Z | job assigned to worker 01J8RRNVTDEGE0K87WQ6J8GEA4 (queued for 1 m 5 s) |
|
2 | 2024-09-27T03:35:14.906Z | starting task 0: "setup" |
3 | 2024-09-27T03:35:14.912Z | ++ uname -s |
4 | 2024-09-27T03:35:14.914Z | + kern=SunOS |
5 | 2024-09-27T03:35:14.914Z | + case "$kern" in |
6 | 2024-09-27T03:35:14.914Z | + groupadd -g 12345 build |
7 | 2024-09-27T03:35:14.917Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-27T03:35:16.926Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-27T03:35:17.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-27T03:35:17.036Z | + home_fs=zfs |
11 | 2024-09-27T03:35:17.036Z | + [[ zfs == autofs ]] |
12 | 2024-09-27T03:35:17.036Z | + mkdir -p /home/build |
13 | 2024-09-27T03:35:17.039Z | + chown build:build /home/build /work |
14 | 2024-09-27T03:35:19.040Z | + chmod 0700 /home/build /work |
15 | 2024-09-27T03:35:19.043Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-09-27T03:35:19.048Z | starting task 1: "rust-toolchain" |
17 | 2024-09-27T03:35:19.054Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-27T03:35:19.054Z | * toolchain channel = "1.70.0" |
19 | 2024-09-27T03:35:19.054Z | ' 1.70.0 |
20 | 2024-09-27T03:35:19.054Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-27T03:35:19.054Z | ' default |
22 | 2024-09-27T03:35:19.054Z | * toolchain profile = "default" |
23 | 2024-09-27T03:35:19.057Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-27T03:35:19.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
25 | 2024-09-27T03:35:19.204Z | info: downloading installer |
26 | 2024-09-27T03:35:20.675Z | info: profile set to 'default' |
27 | 2024-09-27T03:35:20.675Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-27T03:35:20.680Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
29 | 2024-09-27T03:35:20.803Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
30 | 2024-09-27T03:35:20.803Z | info: downloading component 'cargo' |
31 | 2024-09-27T03:35:21.711Z | info: downloading component 'clippy' |
32 | 2024-09-27T03:35:22.123Z | info: downloading component 'rust-docs' |
33 | 2024-09-27T03:35:22.917Z | info: downloading component 'rust-std' |
34 | 2024-09-27T03:35:25.379Z | info: downloading component 'rustc' |
35 | 2024-09-27T03:35:29.700Z | info: downloading component 'rustfmt' |
36 | 2024-09-27T03:35:30.140Z | info: installing component 'cargo' |
37 | 2024-09-27T03:35:30.913Z | info: installing component 'clippy' |
38 | 2024-09-27T03:35:31.267Z | info: installing component 'rust-docs' |
39 | 2024-09-27T03:35:32.691Z | info: installing component 'rust-std' |
40 | 2024-09-27T03:35:34.666Z | info: installing component 'rustc' |
41 | 2024-09-27T03:35:38.892Z | info: installing component 'rustfmt' |
42 | 2024-09-27T03:35:39.227Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
43 | 2024-09-27T03:35:39.227Z | |
44 | 2024-09-27T03:35:39.538Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
45 | 2024-09-27T03:35:39.538Z | |
46 | 2024-09-27T03:35:39.540Z | |
47 | 2024-09-27T03:35:39.540Z | Rust is installed now. Great! |
48 | 2024-09-27T03:35:39.540Z | |
49 | 2024-09-27T03:35:39.540Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-27T03:35:39.540Z | environment variable. This has not been done automatically. |
51 | 2024-09-27T03:35:39.540Z | |
52 | 2024-09-27T03:35:39.540Z | To configure your current shell, you need to source |
53 | 2024-09-27T03:35:39.540Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-27T03:35:39.540Z | |
55 | 2024-09-27T03:35:39.541Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-27T03:35:39.541Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-27T03:35:39.541Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-27T03:35:39.599Z | + rustc --version |
59 | 2024-09-27T03:35:39.666Z | rustc 1.70.0 (90c541806 2023-05-31) |
60 | 2024-09-27T03:35:39.670Z | process exited: duration 20618 ms, exit code 0 |
|
61 | 2024-09-27T03:35:39.677Z | starting task 2: "authentication" |
62 | 2024-09-27T03:35:39.696Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-27T03:35:39.705Z | starting task 3: "clone repository" |
64 | 2024-09-27T03:35:39.708Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2024-09-27T03:35:39.710Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2024-09-27T03:35:41.187Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2024-09-27T03:35:44.009Z | + cd /work/oxidecomputer/crucible |
68 | 2024-09-27T03:35:44.009Z | + git fetch origin 6901b9ee7172d672adc2780a2da758752eb0a2a4 |
69 | 2024-09-27T03:35:44.245Z | From https://github.com/oxidecomputer/crucible |
70 | 2024-09-27T03:35:44.245Z | * branch 6901b9ee7172d672adc2780a2da758752eb0a2a4 -> FETCH_HEAD |
71 | 2024-09-27T03:35:44.254Z | + [[ -n alan/more-dsc-for-tests ]] |
72 | 2024-09-27T03:35:44.256Z | ++ git branch --show-current |
73 | 2024-09-27T03:35:44.259Z | + current=main |
74 | 2024-09-27T03:35:44.259Z | + [[ main != alan/more-dsc-for-tests ]] |
75 | 2024-09-27T03:35:44.259Z | + git branch -f alan/more-dsc-for-tests 6901b9ee7172d672adc2780a2da758752eb0a2a4 |
76 | 2024-09-27T03:35:44.262Z | + git checkout -f alan/more-dsc-for-tests |
77 | 2024-09-27T03:35:44.290Z | Switched to branch 'alan/more-dsc-for-tests' |
78 | 2024-09-27T03:35:44.293Z | + git reset --hard 6901b9ee7172d672adc2780a2da758752eb0a2a4 |
79 | 2024-09-27T03:35:44.297Z | HEAD is now at 6901b9e Fix target generation for hand crafted volumes |
80 | 2024-09-27T03:35:44.299Z | process exited: duration 4595 ms, exit code 0 |
|
81 | 2024-09-27T03:35:44.305Z | starting task 4: "build" |
82 | 2024-09-27T03:35:44.311Z | + cargo --version |
83 | 2024-09-27T03:35:44.316Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
84 | 2024-09-27T03:35:44.472Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
85 | 2024-09-27T03:35:44.472Z | info: downloading component 'cargo' |
86 | 2024-09-27T03:35:45.618Z | info: downloading component 'clippy' |
87 | 2024-09-27T03:35:46.125Z | info: downloading component 'rust-docs' |
88 | 2024-09-27T03:35:47.261Z | info: downloading component 'rust-std' |
89 | 2024-09-27T03:35:49.265Z | info: downloading component 'rustc' |
90 | 2024-09-27T03:35:54.561Z | info: downloading component 'rustfmt' |
91 | 2024-09-27T03:35:55.003Z | info: installing component 'cargo' |
92 | 2024-09-27T03:35:55.865Z | info: installing component 'clippy' |
93 | 2024-09-27T03:35:56.240Z | info: installing component 'rust-docs' |
94 | 2024-09-27T03:35:57.798Z | info: installing component 'rust-std' |
95 | 2024-09-27T03:35:59.359Z | info: installing component 'rustc' |
96 | 2024-09-27T03:36:03.968Z | info: installing component 'rustfmt' |
97 | 2024-09-27T03:36:04.387Z | cargo 1.80.0 (376290515 2024-07-16) |
98 | 2024-09-27T03:36:04.390Z | + rustc --version |
99 | 2024-09-27T03:36:04.469Z | rustc 1.80.0 (051478957 2024-07-21) |
100 | 2024-09-27T03:36:04.475Z | + banner cores |
101 | 2024-09-27T03:36:04.551Z | |
102 | 2024-09-27T03:36:04.551Z | #### #### ##### ###### #### |
103 | 2024-09-27T03:36:04.551Z | # # # # # # # # |
104 | 2024-09-27T03:36:04.551Z | # # # # # ##### #### |
105 | 2024-09-27T03:36:04.551Z | # # # ##### # # |
106 | 2024-09-27T03:36:04.551Z | # # # # # # # # # |
107 | 2024-09-27T03:36:04.551Z | #### #### # # ###### #### |
108 | 2024-09-27T03:36:04.551Z | |
109 | 2024-09-27T03:36:04.554Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
110 | 2024-09-27T03:36:04.564Z | + banner build |
111 | 2024-09-27T03:36:04.566Z | |
112 | 2024-09-27T03:36:04.566Z | ##### # # # # ##### |
113 | 2024-09-27T03:36:04.566Z | # # # # # # # # |
114 | 2024-09-27T03:36:04.566Z | ##### # # # # # # |
115 | 2024-09-27T03:36:04.566Z | # # # # # # # # |
116 | 2024-09-27T03:36:04.566Z | # # # # # # # # |
117 | 2024-09-27T03:36:04.567Z | ##### #### # ###### ##### |
118 | 2024-09-27T03:36:04.567Z | |
119 | 2024-09-27T03:36:04.567Z | + ptime -m cargo build --verbose --all-features |
120 | 2024-09-27T03:36:04.761Z | Updating crates.io index |
121 | 2024-09-27T03:36:04.764Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
122 | 2024-09-27T03:36:05.584Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
123 | 2024-09-27T03:36:11.867Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
124 | 2024-09-27T03:36:12.178Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
125 | 2024-09-27T03:36:14.292Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
126 | 2024-09-27T03:36:15.022Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
127 | 2024-09-27T03:36:15.365Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
128 | 2024-09-27T03:36:15.680Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
129 | 2024-09-27T03:36:15.964Z | Updating git repository `https://github.com/oxidecomputer/typify` |
130 | 2024-09-27T03:36:18.282Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2024-09-27T03:36:18.826Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
132 | 2024-09-27T03:36:19.915Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
133 | 2024-09-27T03:36:21.997Z | Updating git repository `https://github.com/oxidecomputer/opte` |
134 | 2024-09-27T03:36:23.035Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
135 | 2024-09-27T03:36:23.302Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
136 | 2024-09-27T03:36:23.652Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
137 | 2024-09-27T03:36:23.893Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
138 | 2024-09-27T03:36:24.171Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
139 | 2024-09-27T03:36:25.221Z | Downloading crates ... |
140 | 2024-09-27T03:36:25.343Z | Downloaded cfg_aliases v0.2.1 |
141 | 2024-09-27T03:36:25.346Z | Downloaded base64 v0.22.1 |
142 | 2024-09-27T03:36:25.353Z | Downloaded atty v0.2.14 |
143 | 2024-09-27T03:36:25.356Z | Downloaded block-buffer v0.10.4 |
144 | 2024-09-27T03:36:25.356Z | Downloaded colorchoice v1.0.0 |
145 | 2024-09-27T03:36:25.358Z | Downloaded newline-converter v0.3.0 |
146 | 2024-09-27T03:36:25.361Z | Downloaded camino-tempfile v1.1.1 |
147 | 2024-09-27T03:36:25.363Z | Downloaded cfg-if v1.0.0 |
148 | 2024-09-27T03:36:25.363Z | Downloaded ctr v0.9.2 |
149 | 2024-09-27T03:36:25.366Z | Downloaded cargo_metadata v0.18.1 |
150 | 2024-09-27T03:36:25.368Z | Downloaded pretty-hex v0.2.1 |
151 | 2024-09-27T03:36:25.371Z | Downloaded cipher v0.4.4 |
152 | 2024-09-27T03:36:25.373Z | Downloaded async-trait v0.1.81 |
153 | 2024-09-27T03:36:25.375Z | Downloaded enum-as-inner v0.6.0 |
154 | 2024-09-27T03:36:25.378Z | Downloaded omicron-workspace-hack v0.1.0 |
155 | 2024-09-27T03:36:25.378Z | Downloaded num_threads v0.1.6 |
156 | 2024-09-27T03:36:25.380Z | Downloaded num-conv v0.1.0 |
157 | 2024-09-27T03:36:25.381Z | Downloaded dof v0.3.0 |
158 | 2024-09-27T03:36:25.383Z | Downloaded phf_shared v0.11.2 |
159 | 2024-09-27T03:36:25.383Z | Downloaded dyn-clone v1.0.16 |
160 | 2024-09-27T03:36:25.386Z | Downloaded debug-ignore v1.0.5 |
161 | 2024-09-27T03:36:25.388Z | Downloaded powerfmt v0.2.0 |
162 | 2024-09-27T03:36:25.390Z | Downloaded native-tls v0.2.11 |
163 | 2024-09-27T03:36:25.390Z | Downloaded multer v3.1.0 |
164 | 2024-09-27T03:36:25.393Z | Downloaded console v0.15.7 |
165 | 2024-09-27T03:36:25.397Z | Downloaded num-rational v0.2.4 |
166 | 2024-09-27T03:36:25.399Z | Downloaded ptr_meta_derive v0.1.4 |
167 | 2024-09-27T03:36:25.401Z | Downloaded num-integer v0.1.46 |
168 | 2024-09-27T03:36:25.401Z | Downloaded num-complex v0.2.4 |
169 | 2024-09-27T03:36:25.404Z | Downloaded rand_pcg v0.1.2 |
170 | 2024-09-27T03:36:25.406Z | Downloaded embedded-io v0.4.0 |
171 | 2024-09-27T03:36:25.409Z | Downloaded time-core v0.1.2 |
172 | 2024-09-27T03:36:25.409Z | Downloaded quote v1.0.36 |
173 | 2024-09-27T03:36:25.411Z | Downloaded plain v0.2.3 |
174 | 2024-09-27T03:36:25.415Z | Downloaded async-stream-impl v0.3.5 |
175 | 2024-09-27T03:36:25.415Z | Downloaded ordered-float v4.2.0 |
176 | 2024-09-27T03:36:25.417Z | Downloaded num_enum v0.7.3 |
177 | 2024-09-27T03:36:25.421Z | Downloaded proc-macro-error-attr v1.0.4 |
178 | 2024-09-27T03:36:25.423Z | Downloaded password-hash v0.5.0 |
179 | 2024-09-27T03:36:25.426Z | Downloaded crossbeam-epoch v0.9.15 |
180 | 2024-09-27T03:36:25.428Z | Downloaded once_cell v1.19.0 |
181 | 2024-09-27T03:36:25.431Z | Downloaded rand_jitter v0.1.4 |
182 | 2024-09-27T03:36:25.433Z | Downloaded dtrace-parser v0.2.0 |
183 | 2024-09-27T03:36:25.433Z | Downloaded prettyplease v0.2.20 |
184 | 2024-09-27T03:36:25.437Z | Downloaded rand_chacha v0.3.1 |
185 | 2024-09-27T03:36:25.439Z | Downloaded rand_hc v0.1.0 |
186 | 2024-09-27T03:36:25.442Z | Downloaded cargo-platform v0.1.8 |
187 | 2024-09-27T03:36:25.442Z | Downloaded camino v1.1.8 |
188 | 2024-09-27T03:36:25.445Z | Downloaded openssl-sys v0.9.95 |
189 | 2024-09-27T03:36:25.451Z | Downloaded atomic-waker v1.1.2 |
190 | 2024-09-27T03:36:25.453Z | Downloaded parking_lot v0.12.1 |
191 | 2024-09-27T03:36:25.456Z | Downloaded async-recursion v1.1.1 |
192 | 2024-09-27T03:36:25.460Z | Downloaded openssl-probe v0.1.5 |
193 | 2024-09-27T03:36:25.462Z | Downloaded opaque-debug v0.3.0 |
194 | 2024-09-27T03:36:25.462Z | Downloaded defmt-parser v0.3.4 |
195 | 2024-09-27T03:36:25.465Z | Downloaded cobs v0.2.3 |
196 | 2024-09-27T03:36:25.467Z | Downloaded bitflags v1.3.2 |
197 | 2024-09-27T03:36:25.470Z | Downloaded ident_case v1.0.1 |
198 | 2024-09-27T03:36:25.472Z | Downloaded pretty-hex v0.4.1 |
199 | 2024-09-27T03:36:25.472Z | Downloaded base64 v0.21.7 |
200 | 2024-09-27T03:36:25.476Z | Downloaded ptr_meta v0.1.4 |
201 | 2024-09-27T03:36:25.479Z | Downloaded proc-macro-crate v1.3.1 |
202 | 2024-09-27T03:36:25.481Z | Downloaded embedded-io v0.6.1 |
203 | 2024-09-27T03:36:25.483Z | Downloaded colored v2.1.0 |
204 | 2024-09-27T03:36:25.487Z | Downloaded clap_derive v4.5.13 |
205 | 2024-09-27T03:36:25.490Z | Downloaded twox-hash v1.6.3 |
206 | 2024-09-27T03:36:25.490Z | Downloaded num_enum_derive v0.5.11 |
207 | 2024-09-27T03:36:25.492Z | Downloaded mime v0.3.17 |
208 | 2024-09-27T03:36:25.492Z | Downloaded paste v1.0.15 |
209 | 2024-09-27T03:36:25.496Z | Downloaded foreign-types-shared v0.3.1 |
210 | 2024-09-27T03:36:25.498Z | Downloaded untrusted v0.7.1 |
211 | 2024-09-27T03:36:25.498Z | Downloaded darling_core v0.20.3 |
212 | 2024-09-27T03:36:25.503Z | Downloaded number_prefix v0.4.0 |
213 | 2024-09-27T03:36:25.505Z | Downloaded rand v0.8.5 |
214 | 2024-09-27T03:36:25.509Z | Downloaded ppv-lite86 v0.2.17 |
215 | 2024-09-27T03:36:25.511Z | Downloaded strum v0.26.3 |
216 | 2024-09-27T03:36:25.514Z | Downloaded pkg-config v0.3.27 |
217 | 2024-09-27T03:36:25.514Z | Downloaded radium v0.7.0 |
218 | 2024-09-27T03:36:25.517Z | Downloaded try-lock v0.2.4 |
219 | 2024-09-27T03:36:25.517Z | Downloaded lazy_static v1.5.0 |
220 | 2024-09-27T03:36:25.519Z | Downloaded tinyvec_macros v0.1.1 |
221 | 2024-09-27T03:36:25.522Z | Downloaded want v0.3.1 |
222 | 2024-09-27T03:36:25.522Z | Downloaded sigpipe v0.1.3 |
223 | 2024-09-27T03:36:25.525Z | Downloaded itoa v1.0.9 |
224 | 2024-09-27T03:36:25.525Z | Downloaded hash32 v0.3.1 |
225 | 2024-09-27T03:36:25.527Z | Downloaded form_urlencoded v1.2.1 |
226 | 2024-09-27T03:36:25.527Z | Downloaded glob v0.3.1 |
227 | 2024-09-27T03:36:25.530Z | Downloaded rand_xorshift v0.1.1 |
228 | 2024-09-27T03:36:25.530Z | Downloaded base64ct v1.6.0 |
229 | 2024-09-27T03:36:25.533Z | Downloaded serde_repr v0.1.18 |
230 | 2024-09-27T03:36:25.536Z | Downloaded memmap2 v0.9.4 |
231 | 2024-09-27T03:36:25.538Z | Downloaded dirs v4.0.0 |
232 | 2024-09-27T03:36:25.541Z | Downloaded parse-display-derive v0.10.0 |
233 | 2024-09-27T03:36:25.543Z | Downloaded strum_macros v0.25.3 |
234 | 2024-09-27T03:36:25.545Z | Downloaded crossbeam-channel v0.5.13 |
235 | 2024-09-27T03:36:25.549Z | Downloaded zeroize v1.7.0 |
236 | 2024-09-27T03:36:25.552Z | Downloaded structmeta-derive v0.3.0 |
237 | 2024-09-27T03:36:25.554Z | Downloaded zone_cfg_derive v0.3.0 |
238 | 2024-09-27T03:36:25.554Z | Downloaded structmeta v0.3.0 |
239 | 2024-09-27T03:36:25.557Z | Downloaded walkdir v2.4.0 |
240 | 2024-09-27T03:36:25.560Z | Downloaded futures-sink v0.3.30 |
241 | 2024-09-27T03:36:25.560Z | Downloaded futures-io v0.3.30 |
242 | 2024-09-27T03:36:25.562Z | Downloaded same-file v1.0.6 |
243 | 2024-09-27T03:36:25.565Z | Downloaded untrusted v0.9.0 |
244 | 2024-09-27T03:36:25.565Z | Downloaded syn_derive v0.1.8 |
245 | 2024-09-27T03:36:25.567Z | Downloaded scroll_derive v0.12.0 |
246 | 2024-09-27T03:36:25.567Z | Downloaded hyper-tls v0.5.0 |
247 | 2024-09-27T03:36:25.569Z | Downloaded fd-lock v4.0.2 |
248 | 2024-09-27T03:36:25.572Z | Downloaded usdt-attr-macro v0.5.0 |
249 | 2024-09-27T03:36:25.574Z | Downloaded rand_core v0.6.4 |
250 | 2024-09-27T03:36:25.576Z | Downloaded hyper-staticfile v0.9.6 |
251 | 2024-09-27T03:36:25.579Z | Downloaded num-rational v0.4.2 |
252 | 2024-09-27T03:36:25.581Z | Downloaded jobserver v0.1.27 |
253 | 2024-09-27T03:36:25.583Z | Downloaded cc v1.0.83 |
254 | 2024-09-27T03:36:25.586Z | Downloaded http-body v0.4.5 |
255 | 2024-09-27T03:36:25.588Z | Downloaded generic-array v0.14.7 |
256 | 2024-09-27T03:36:25.591Z | Downloaded aho-corasick v1.1.2 |
257 | 2024-09-27T03:36:25.596Z | Downloaded memmap v0.7.0 |
258 | 2024-09-27T03:36:25.599Z | Downloaded sync_wrapper v0.1.2 |
259 | 2024-09-27T03:36:25.601Z | Downloaded slog-term v2.9.1 |
260 | 2024-09-27T03:36:25.604Z | Downloaded unicode-ident v1.0.12 |
261 | 2024-09-27T03:36:25.606Z | Downloaded smallvec v1.13.2 |
262 | 2024-09-27T03:36:25.609Z | Downloaded human_bytes v0.4.3 |
263 | 2024-09-27T03:36:25.612Z | Downloaded wyz v0.5.1 |
264 | 2024-09-27T03:36:25.615Z | Downloaded fixedbitset v0.4.2 |
265 | 2024-09-27T03:36:25.615Z | Downloaded crc32fast v1.3.2 |
266 | 2024-09-27T03:36:25.618Z | Downloaded opentelemetry v0.24.0 |
267 | 2024-09-27T03:36:25.621Z | Downloaded hubpack_derive v0.1.1 |
268 | 2024-09-27T03:36:25.623Z | Downloaded usdt v0.5.0 |
269 | 2024-09-27T03:36:25.626Z | Downloaded heck v0.4.1 |
270 | 2024-09-27T03:36:25.626Z | Downloaded heck v0.5.0 |
271 | 2024-09-27T03:36:25.629Z | Downloaded ringbuffer v0.15.0 |
272 | 2024-09-27T03:36:25.632Z | Downloaded futures-executor v0.3.30 |
273 | 2024-09-27T03:36:25.632Z | Downloaded serde_spanned v0.6.7 |
274 | 2024-09-27T03:36:25.635Z | Downloaded foreign-types-shared v0.1.1 |
275 | 2024-09-27T03:36:25.637Z | Downloaded foreign-types v0.3.2 |
276 | 2024-09-27T03:36:25.637Z | Downloaded vte_generate_state_changes v0.1.1 |
277 | 2024-09-27T03:36:25.637Z | Downloaded opentelemetry-jaeger v0.20.0 |
278 | 2024-09-27T03:36:25.641Z | Downloaded opentelemetry v0.21.0 |
279 | 2024-09-27T03:36:25.645Z | Downloaded strsim v0.10.0 |
280 | 2024-09-27T03:36:25.648Z | Downloaded tower-service v0.3.2 |
281 | 2024-09-27T03:36:25.651Z | Downloaded subtle v2.5.0 |
282 | 2024-09-27T03:36:25.651Z | Downloaded thiserror v1.0.63 |
283 | 2024-09-27T03:36:25.655Z | Downloaded thiserror-impl v1.0.63 |
284 | 2024-09-27T03:36:25.658Z | Downloaded rustc_version v0.4.0 |
285 | 2024-09-27T03:36:25.660Z | Downloaded num-bigint v0.2.6 |
286 | 2024-09-27T03:36:25.663Z | Downloaded which v4.4.2 |
287 | 2024-09-27T03:36:25.665Z | Downloaded is-terminal v0.4.12 |
288 | 2024-09-27T03:36:25.668Z | Downloaded universal-hash v0.5.1 |
289 | 2024-09-27T03:36:25.668Z | Downloaded strip-ansi-escapes v0.2.0 |
290 | 2024-09-27T03:36:25.670Z | Downloaded scopeguard v1.2.0 |
291 | 2024-09-27T03:36:25.673Z | Downloaded schemars_derive v0.8.21 |
292 | 2024-09-27T03:36:25.676Z | Downloaded getrandom v0.2.11 |
293 | 2024-09-27T03:36:25.679Z | Downloaded httpdate v1.0.3 |
294 | 2024-09-27T03:36:25.681Z | Downloaded urlencoding v2.1.3 |
295 | 2024-09-27T03:36:25.681Z | Downloaded equivalent v1.0.1 |
296 | 2024-09-27T03:36:25.681Z | Downloaded static_assertions v1.1.0 |
297 | 2024-09-27T03:36:25.684Z | Downloaded lru-cache v0.1.2 |
298 | 2024-09-27T03:36:25.686Z | Downloaded foreign-types-macros v0.2.3 |
299 | 2024-09-27T03:36:25.686Z | Downloaded spin v0.5.2 |
300 | 2024-09-27T03:36:25.688Z | Downloaded topological-sort v0.2.2 |
301 | 2024-09-27T03:36:25.688Z | Downloaded funty v2.0.0 |
302 | 2024-09-27T03:36:25.691Z | Downloaded strum_macros v0.26.4 |
303 | 2024-09-27T03:36:25.693Z | Downloaded slog-json v2.6.1 |
304 | 2024-09-27T03:36:25.696Z | Downloaded take_mut v0.2.2 |
305 | 2024-09-27T03:36:25.696Z | Downloaded waitgroup v0.1.2 |
306 | 2024-09-27T03:36:25.699Z | Downloaded unsafe-libyaml v0.2.9 |
307 | 2024-09-27T03:36:25.701Z | Downloaded indexmap v1.9.3 |
308 | 2024-09-27T03:36:25.704Z | Downloaded slog-async v2.8.0 |
309 | 2024-09-27T03:36:25.706Z | Downloaded toml_edit v0.20.7 |
310 | 2024-09-27T03:36:25.728Z | Downloaded resolv-conf v0.7.0 |
311 | 2024-09-27T03:36:25.730Z | Downloaded managed v0.8.0 |
312 | 2024-09-27T03:36:25.733Z | Downloaded http-range v0.1.5 |
313 | 2024-09-27T03:36:25.733Z | Downloaded linked-hash-map v0.5.6 |
314 | 2024-09-27T03:36:25.735Z | Downloaded futures-core v0.3.30 |
315 | 2024-09-27T03:36:25.738Z | Downloaded smf v0.2.3 |
316 | 2024-09-27T03:36:25.738Z | Downloaded threadpool v1.8.1 |
317 | 2024-09-27T03:36:25.738Z | Downloaded rustls-pki-types v1.3.1 |
318 | 2024-09-27T03:36:25.741Z | Downloaded slog-bunyan v2.5.0 |
319 | 2024-09-27T03:36:25.741Z | Downloaded scroll v0.12.0 |
320 | 2024-09-27T03:36:25.743Z | Downloaded toml v0.8.19 |
321 | 2024-09-27T03:36:25.746Z | Downloaded instant v0.1.12 |
322 | 2024-09-27T03:36:25.748Z | Downloaded home v0.5.5 |
323 | 2024-09-27T03:36:25.751Z | Downloaded tabwriter v1.4.0 |
324 | 2024-09-27T03:36:25.751Z | Downloaded vergen v8.3.2 |
325 | 2024-09-27T03:36:25.754Z | Downloaded rustls-pemfile v1.0.4 |
326 | 2024-09-27T03:36:25.756Z | Downloaded macaddr v1.0.1 |
327 | 2024-09-27T03:36:25.758Z | Downloaded tap v1.0.1 |
328 | 2024-09-27T03:36:25.759Z | Downloaded tracing-attributes v0.1.27 |
329 | 2024-09-27T03:36:25.761Z | Downloaded typenum v1.17.0 |
330 | 2024-09-27T03:36:25.764Z | Downloaded ipnetwork v0.20.0 |
331 | 2024-09-27T03:36:25.767Z | Downloaded inout v0.1.3 |
332 | 2024-09-27T03:36:25.767Z | Downloaded signal-hook-mio v0.2.4 |
333 | 2024-09-27T03:36:25.770Z | Downloaded hostname v0.4.0 |
334 | 2024-09-27T03:36:25.770Z | Downloaded futures-channel v0.3.30 |
335 | 2024-09-27T03:36:25.772Z | Downloaded serde_with_macros v3.9.0 |
336 | 2024-09-27T03:36:25.775Z | Downloaded clap_builder v4.5.15 |
337 | 2024-09-27T03:36:25.782Z | Downloaded semver v0.1.20 |
338 | 2024-09-27T03:36:25.784Z | Downloaded sha1 v0.10.6 |
339 | 2024-09-27T03:36:25.786Z | Downloaded iana-time-zone v0.1.58 |
340 | 2024-09-27T03:36:25.788Z | Downloaded terminal_size v0.3.0 |
341 | 2024-09-27T03:36:25.791Z | Downloaded semver v1.0.23 |
342 | 2024-09-27T03:36:25.793Z | Downloaded unicode-width v0.1.11 |
343 | 2024-09-27T03:36:25.795Z | Downloaded integer-encoding v3.0.4 |
344 | 2024-09-27T03:36:25.795Z | Downloaded tokio-native-tls v0.3.1 |
345 | 2024-09-27T03:36:25.798Z | Downloaded futures v0.3.30 |
346 | 2024-09-27T03:36:25.802Z | Downloaded humantime v2.1.0 |
347 | 2024-09-27T03:36:25.805Z | Downloaded toml v0.7.8 |
348 | 2024-09-27T03:36:25.807Z | Downloaded unicase v2.7.0 |
349 | 2024-09-27T03:36:25.810Z | Downloaded version_check v0.9.5 |
350 | 2024-09-27T03:36:25.814Z | Downloaded thread_local v1.1.7 |
351 | 2024-09-27T03:36:25.814Z | Downloaded tempfile v3.8.1 |
352 | 2024-09-27T03:36:25.816Z | Downloaded sha2 v0.10.8 |
353 | 2024-09-27T03:36:25.819Z | Downloaded fnv v1.0.7 |
354 | 2024-09-27T03:36:25.819Z | Downloaded rustls-pemfile v2.1.2 |
355 | 2024-09-27T03:36:25.822Z | Downloaded serde_derive v1.0.209 |
356 | 2024-09-27T03:36:25.825Z | Downloaded ipnet v2.9.0 |
357 | 2024-09-27T03:36:25.827Z | Downloaded rayon v1.10.0 |
358 | 2024-09-27T03:36:25.834Z | Downloaded heapless v0.8.0 |
359 | 2024-09-27T03:36:25.839Z | Downloaded tokio-rustls v0.25.0 |
360 | 2024-09-27T03:36:25.841Z | Downloaded term v0.7.0 |
361 | 2024-09-27T03:36:25.844Z | Downloaded signal-hook-tokio v0.3.1 |
362 | 2024-09-27T03:36:25.847Z | Downloaded tokio-util v0.7.11 |
363 | 2024-09-27T03:36:25.852Z | Downloaded signal-hook v0.3.17 |
364 | 2024-09-27T03:36:25.855Z | Downloaded expectorate v1.1.0 |
365 | 2024-09-27T03:36:25.858Z | Downloaded vte v0.11.1 |
366 | 2024-09-27T03:36:25.860Z | Downloaded crossterm v0.28.1 |
367 | 2024-09-27T03:36:25.867Z | Downloaded tokio-rustls v0.24.1 |
368 | 2024-09-27T03:36:25.869Z | Downloaded slog v2.7.0 |
369 | 2024-09-27T03:36:25.872Z | Downloaded tar v0.4.40 |
370 | 2024-09-27T03:36:25.875Z | Downloaded sharded-slab v0.1.7 |
371 | 2024-09-27T03:36:25.879Z | Downloaded tracing v0.1.40 |
372 | 2024-09-27T03:36:25.884Z | Downloaded ucd-trie v0.1.6 |
373 | 2024-09-27T03:36:25.886Z | Downloaded flate2 v1.0.28 |
374 | 2024-09-27T03:36:25.890Z | Downloaded serde v1.0.209 |
375 | 2024-09-27T03:36:25.894Z | Downloaded mio v0.8.11 |
376 | 2024-09-27T03:36:25.899Z | Downloaded indexmap v2.2.6 |
377 | 2024-09-27T03:36:25.904Z | Downloaded toml_edit v0.22.20 |
378 | 2024-09-27T03:36:25.934Z | Downloaded hickory-resolver v0.24.1 |
379 | 2024-09-27T03:36:25.939Z | Downloaded serde_yaml v0.9.27 |
380 | 2024-09-27T03:36:25.943Z | Downloaded mio v1.0.2 |
381 | 2024-09-27T03:36:25.948Z | Downloaded indicatif v0.17.8 |
382 | 2024-09-27T03:36:25.952Z | Downloaded tracing-opentelemetry v0.22.0 |
383 | 2024-09-27T03:36:25.956Z | Downloaded serde_with v3.9.0 |
384 | 2024-09-27T03:36:25.965Z | Downloaded itertools v0.10.5 |
385 | 2024-09-27T03:36:25.972Z | Downloaded chrono v0.4.38 |
386 | 2024-09-27T03:36:25.979Z | Downloaded serde_json v1.0.125 |
387 | 2024-09-27T03:36:25.986Z | Downloaded bitvec v1.0.1 |
388 | 2024-09-27T03:36:26.002Z | Downloaded futures-util v0.3.30 |
389 | 2024-09-27T03:36:26.014Z | Downloaded zerocopy v0.7.32 |
390 | 2024-09-27T03:36:26.031Z | Downloaded tracing-subscriber v0.3.18 |
391 | 2024-09-27T03:36:26.039Z | Downloaded reqwest v0.11.27 |
392 | 2024-09-27T03:36:26.047Z | Downloaded rustls-webpki v0.102.1 |
393 | 2024-09-27T03:36:26.066Z | Downloaded vcpkg v0.2.15 |
394 | 2024-09-27T03:36:26.106Z | Downloaded regex v1.10.6 |
395 | 2024-09-27T03:36:26.119Z | Downloaded syn v2.0.76 |
396 | 2024-09-27T03:36:26.130Z | Downloaded webpki-roots v0.25.2 |
397 | 2024-09-27T03:36:26.134Z | Downloaded syn v1.0.109 |
398 | 2024-09-27T03:36:26.144Z | Downloaded rustls v0.21.9 |
399 | 2024-09-27T03:36:26.156Z | Downloaded regress v0.9.1 |
400 | 2024-09-27T03:36:26.164Z | Downloaded smoltcp v0.11.0 |
401 | 2024-09-27T03:36:26.177Z | Downloaded rustix v0.38.37 |
402 | 2024-09-27T03:36:26.200Z | Downloaded regress v0.10.0 |
403 | 2024-09-27T03:36:26.208Z | Downloaded rustls v0.22.4 |
404 | 2024-09-27T03:36:26.222Z | Downloaded hickory-proto v0.24.1 |
405 | 2024-09-27T03:36:26.237Z | Downloaded regex-automata v0.4.4 |
406 | 2024-09-27T03:36:26.254Z | Downloaded petgraph v0.6.5 |
407 | 2024-09-27T03:36:26.271Z | Downloaded tokio v1.39.3 |
408 | 2024-09-27T03:36:26.310Z | Downloaded zerocopy-derive v0.6.6 |
409 | 2024-09-27T03:36:26.320Z | Downloaded regex-syntax v0.8.4 |
410 | 2024-09-27T03:36:26.328Z | Downloaded openapiv3 v2.0.0 |
411 | 2024-09-27T03:36:26.340Z | Downloaded idna v0.4.0 |
412 | 2024-09-27T03:36:26.346Z | Downloaded openssl v0.10.59 |
413 | 2024-09-27T03:36:26.356Z | Downloaded git2 v0.19.0 |
414 | 2024-09-27T03:36:26.365Z | Downloaded hyper v0.14.30 |
415 | 2024-09-27T03:36:26.375Z | Downloaded itertools v0.12.1 |
416 | 2024-09-27T03:36:26.381Z | Downloaded winnow v0.6.18 |
417 | 2024-09-27T03:36:26.390Z | Downloaded winnow v0.5.19 |
418 | 2024-09-27T03:36:26.399Z | Downloaded nix v0.29.0 |
419 | 2024-09-27T03:36:26.411Z | Downloaded libc v0.2.158 |
420 | 2024-09-27T03:36:26.438Z | Downloaded libz-sys v1.1.12 |
421 | 2024-09-27T03:36:26.499Z | Downloaded csv v1.3.0 |
422 | 2024-09-27T03:36:26.518Z | Downloaded rustls-webpki v0.101.7 |
423 | 2024-09-27T03:36:26.533Z | Downloaded goblin v0.8.0 |
424 | 2024-09-27T03:36:26.538Z | Downloaded unicode-segmentation v1.10.1 |
425 | 2024-09-27T03:36:26.542Z | Downloaded http v0.2.12 |
426 | 2024-09-27T03:36:26.546Z | Downloaded rust_decimal v1.33.1 |
427 | 2024-09-27T03:36:26.552Z | Downloaded h2 v0.3.26 |
428 | 2024-09-27T03:36:26.559Z | Downloaded url v2.4.1 |
429 | 2024-09-27T03:36:26.562Z | Downloaded steno v0.4.1 |
430 | 2024-09-27T03:36:26.566Z | Downloaded reedline v0.33.0 |
431 | 2024-09-27T03:36:26.573Z | Downloaded libm v0.2.8 |
432 | 2024-09-27T03:36:26.581Z | Downloaded toml_edit v0.19.15 |
433 | 2024-09-27T03:36:26.598Z | Downloaded rkyv v0.7.43 |
434 | 2024-09-27T03:36:26.607Z | Downloaded memchr v2.7.4 |
435 | 2024-09-27T03:36:26.610Z | Downloaded rusqlite v0.32.1 |
436 | 2024-09-27T03:36:26.617Z | Downloaded itertools v0.13.0 |
437 | 2024-09-27T03:36:26.624Z | Downloaded time v0.3.36 |
438 | 2024-09-27T03:36:26.631Z | Downloaded encoding_rs v0.8.33 |
439 | 2024-09-27T03:36:26.651Z | Downloaded http v1.1.0 |
440 | 2024-09-27T03:36:26.655Z | Downloaded nom v7.1.3 |
441 | 2024-09-27T03:36:26.660Z | Downloaded nix v0.26.4 |
442 | 2024-09-27T03:36:26.671Z | Downloaded hashbrown v0.14.3 |
443 | 2024-09-27T03:36:26.676Z | Downloaded pest v2.7.6 |
444 | 2024-09-27T03:36:26.681Z | Downloaded errno v0.3.9 |
445 | 2024-09-27T03:36:26.684Z | Downloaded xattr v1.0.1 |
446 | 2024-09-27T03:36:26.687Z | Downloaded miniz_oxide v0.7.1 |
447 | 2024-09-27T03:36:26.687Z | Downloaded unicode-normalization v0.1.22 |
448 | 2024-09-27T03:36:26.690Z | Downloaded httparse v1.8.0 |
449 | 2024-09-27T03:36:26.692Z | Downloaded foreign-types v0.5.0 |
450 | 2024-09-27T03:36:26.695Z | Downloaded socket2 v0.5.5 |
451 | 2024-09-27T03:36:26.695Z | Downloaded log v0.4.22 |
452 | 2024-09-27T03:36:26.697Z | Downloaded hashbrown v0.12.3 |
453 | 2024-09-27T03:36:26.701Z | Downloaded match_cfg v0.1.0 |
454 | 2024-09-27T03:36:26.704Z | Downloaded rayon-core v1.12.1 |
455 | 2024-09-27T03:36:26.706Z | Downloaded clearscreen v2.0.1 |
456 | 2024-09-27T03:36:26.709Z | Downloaded spin v0.9.8 |
457 | 2024-09-27T03:36:26.711Z | Downloaded hostname v0.3.1 |
458 | 2024-09-27T03:36:26.714Z | Downloaded rend v0.4.1 |
459 | 2024-09-27T03:36:26.714Z | Downloaded similar v2.3.0 |
460 | 2024-09-27T03:36:26.718Z | Downloaded minimal-lexical v0.2.1 |
461 | 2024-09-27T03:36:26.723Z | Downloaded lock_api v0.4.11 |
462 | 2024-09-27T03:36:26.726Z | Downloaded float-ord v0.3.2 |
463 | 2024-09-27T03:36:26.726Z | Downloaded seahash v4.1.0 |
464 | 2024-09-27T03:36:26.728Z | Downloaded tracing-core v0.1.32 |
465 | 2024-09-27T03:36:26.731Z | Downloaded blake3 v1.5.1 |
466 | 2024-09-27T03:36:26.737Z | Downloaded hex v0.4.3 |
467 | 2024-09-27T03:36:26.740Z | Downloaded whoami v1.5.1 |
468 | 2024-09-27T03:36:26.743Z | Downloaded portable-atomic v1.5.1 |
469 | 2024-09-27T03:36:26.746Z | Downloaded rustversion v1.0.14 |
470 | 2024-09-27T03:36:26.749Z | Downloaded hubpack v0.1.2 |
471 | 2024-09-27T03:36:26.751Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
472 | 2024-09-27T03:36:26.808Z | Downloaded fallible-iterator v0.3.0 |
473 | 2024-09-27T03:36:26.811Z | Downloaded tracing-log v0.2.0 |
474 | 2024-09-27T03:36:26.811Z | Downloaded slog-dtrace v0.3.0 |
475 | 2024-09-27T03:36:26.813Z | Downloaded hyper-rustls v0.24.2 |
476 | 2024-09-27T03:36:26.816Z | Downloaded signal-hook-registry v1.4.1 |
477 | 2024-09-27T03:36:26.816Z | Downloaded rustc_version v0.1.7 |
478 | 2024-09-27T03:36:26.818Z | Downloaded zerocopy v0.6.6 |
479 | 2024-09-27T03:36:26.821Z | Downloaded thrift v0.17.0 |
480 | 2024-09-27T03:36:26.821Z | Downloaded terminfo v0.8.0 |
481 | 2024-09-27T03:36:26.823Z | Downloaded schemars v0.8.21 |
482 | 2024-09-27T03:36:26.835Z | Downloaded serde_tokenstream v0.2.1 |
483 | 2024-09-27T03:36:26.838Z | Downloaded sct v0.7.1 |
484 | 2024-09-27T03:36:26.843Z | Downloaded ryu v1.0.15 |
485 | 2024-09-27T03:36:26.846Z | Downloaded crossterm v0.27.0 |
486 | 2024-09-27T03:36:26.852Z | Downloaded highway v1.2.0 |
487 | 2024-09-27T03:36:26.855Z | Downloaded tinyvec v1.6.0 |
488 | 2024-09-27T03:36:26.857Z | Downloaded uuid v1.10.0 |
489 | 2024-09-27T03:36:26.860Z | Downloaded rand v0.6.5 |
490 | 2024-09-27T03:36:26.865Z | Downloaded borsh v1.3.0 |
491 | 2024-09-27T03:36:26.874Z | Downloaded toml_datetime v0.6.8 |
492 | 2024-09-27T03:36:26.874Z | Downloaded opentelemetry_sdk v0.21.2 |
493 | 2024-09-27T03:36:26.878Z | Downloaded stable_deref_trait v1.2.0 |
494 | 2024-09-27T03:36:26.881Z | Downloaded pest_meta v2.7.6 |
495 | 2024-09-27T03:36:26.881Z | Downloaded strsim v0.11.0 |
496 | 2024-09-27T03:36:26.883Z | Downloaded slab v0.4.9 |
497 | 2024-09-27T03:36:26.883Z | Downloaded siphasher v0.3.11 |
498 | 2024-09-27T03:36:26.886Z | Downloaded filetime v0.2.22 |
499 | 2024-09-27T03:36:26.886Z | Downloaded fastrand v2.0.1 |
500 | 2024-09-27T03:36:26.889Z | Downloaded omicron-zone-package v0.11.0 |
501 | 2024-09-27T03:36:26.889Z | Downloaded derive_more v0.99.18 |
502 | 2024-09-27T03:36:26.894Z | Downloaded mime_guess v2.0.5 |
503 | 2024-09-27T03:36:26.896Z | Downloaded serde_urlencoded v0.7.1 |
504 | 2024-09-27T03:36:26.899Z | Downloaded serde_derive_internals v0.29.1 |
505 | 2024-09-27T03:36:26.899Z | Downloaded hashlink v0.9.1 |
506 | 2024-09-27T03:36:26.901Z | Downloaded aes v0.8.3 |
507 | 2024-09-27T03:36:26.903Z | Downloaded bytes v1.7.1 |
508 | 2024-09-27T03:36:26.907Z | Downloaded futures-macro v0.3.30 |
509 | 2024-09-27T03:36:26.911Z | Downloaded simdutf8 v0.1.4 |
510 | 2024-09-27T03:36:26.913Z | Downloaded crossbeam-utils v0.8.20 |
511 | 2024-09-27T03:36:26.913Z | Downloaded allocator-api2 v0.2.16 |
512 | 2024-09-27T03:36:26.916Z | Downloaded fallible-streaming-iterator v0.1.9 |
513 | 2024-09-27T03:36:26.918Z | Downloaded usdt-impl v0.5.0 |
514 | 2024-09-27T03:36:26.918Z | Downloaded cookie v0.18.1 |
515 | 2024-09-27T03:36:26.921Z | Downloaded time-macros v0.2.18 |
516 | 2024-09-27T03:36:26.923Z | Downloaded serde_path_to_error v0.1.16 |
517 | 2024-09-27T03:36:26.926Z | Downloaded rkyv_derive v0.7.43 |
518 | 2024-09-27T03:36:26.926Z | Downloaded memoffset v0.9.0 |
519 | 2024-09-27T03:36:26.928Z | Downloaded futures-task v0.3.30 |
520 | 2024-09-27T03:36:26.928Z | Downloaded quick-error v1.2.3 |
521 | 2024-09-27T03:36:26.930Z | Downloaded pest_derive v2.7.6 |
522 | 2024-09-27T03:36:26.933Z | Downloaded zerocopy-derive v0.7.32 |
523 | 2024-09-27T03:36:26.935Z | Downloaded proc-macro-error v1.0.4 |
524 | 2024-09-27T03:36:26.938Z | Downloaded postcard v1.0.10 |
525 | 2024-09-27T03:36:26.940Z | Downloaded unicode-bidi v0.3.13 |
526 | 2024-09-27T03:36:26.947Z | Downloaded pin-project-lite v0.2.13 |
527 | 2024-09-27T03:36:26.950Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
528 | 2024-09-27T03:36:26.950Z | Downloaded dirs-sys v0.3.7 |
529 | 2024-09-27T03:36:26.952Z | Downloaded parking_lot_core v0.9.9 |
530 | 2024-09-27T03:36:26.952Z | Downloaded clap v4.5.16 |
531 | 2024-09-27T03:36:26.961Z | Downloaded byte-unit v5.1.4 |
532 | 2024-09-27T03:36:26.963Z | Downloaded blake2 v0.10.6 |
533 | 2024-09-27T03:36:26.966Z | Downloaded bitflags v2.6.0 |
534 | 2024-09-27T03:36:26.969Z | Downloaded overload v0.1.1 |
535 | 2024-09-27T03:36:26.972Z | Downloaded num_cpus v1.16.0 |
536 | 2024-09-27T03:36:26.974Z | Downloaded num-complex v0.4.6 |
537 | 2024-09-27T03:36:26.976Z | Downloaded nu-ansi-term v0.46.0 |
538 | 2024-09-27T03:36:26.979Z | Downloaded rand_chacha v0.1.1 |
539 | 2024-09-27T03:36:26.979Z | Downloaded argon2 v0.5.3 |
540 | 2024-09-27T03:36:26.981Z | Downloaded ahash v0.8.6 |
541 | 2024-09-27T03:36:26.984Z | Downloaded rand_os v0.1.3 |
542 | 2024-09-27T03:36:26.984Z | Downloaded rand_isaac v0.1.1 |
543 | 2024-09-27T03:36:26.987Z | Downloaded darling v0.20.3 |
544 | 2024-09-27T03:36:26.989Z | Downloaded rand_core v0.3.1 |
545 | 2024-09-27T03:36:26.989Z | Downloaded csv-core v0.1.11 |
546 | 2024-09-27T03:36:26.992Z | Downloaded zone v0.3.0 |
547 | 2024-09-27T03:36:26.992Z | Downloaded utf8parse v0.2.1 |
548 | 2024-09-27T03:36:26.994Z | Downloaded tokio-macros v2.4.0 |
549 | 2024-09-27T03:36:26.994Z | Downloaded thread-id v4.2.1 |
550 | 2024-09-27T03:36:26.996Z | Downloaded polyval v0.6.1 |
551 | 2024-09-27T03:36:26.996Z | Downloaded statistical v1.0.0 |
552 | 2024-09-27T03:36:26.999Z | Downloaded defmt v0.3.8 |
553 | 2024-09-27T03:36:27.002Z | Downloaded backoff v0.4.0 |
554 | 2024-09-27T03:36:27.004Z | Downloaded anstream v0.6.12 |
555 | 2024-09-27T03:36:27.007Z | Downloaded anstyle-parse v0.2.2 |
556 | 2024-09-27T03:36:27.007Z | Downloaded utf8-width v0.1.6 |
557 | 2024-09-27T03:36:27.009Z | Downloaded phf_generator v0.11.2 |
558 | 2024-09-27T03:36:27.009Z | Downloaded phf v0.11.2 |
559 | 2024-09-27T03:36:27.009Z | Downloaded ordered-float v2.10.1 |
560 | 2024-09-27T03:36:27.012Z | Downloaded num_enum_derive v0.7.3 |
561 | 2024-09-27T03:36:27.014Z | Downloaded either v1.9.0 |
562 | 2024-09-27T03:36:27.014Z | Downloaded constant_time_eq v0.3.0 |
563 | 2024-09-27T03:36:27.014Z | Downloaded num-iter v0.1.45 |
564 | 2024-09-27T03:36:27.017Z | Downloaded num-derive v0.4.2 |
565 | 2024-09-27T03:36:27.017Z | Downloaded aes-gcm-siv v0.11.1 |
566 | 2024-09-27T03:36:27.020Z | Downloaded crossbeam-deque v0.8.3 |
567 | 2024-09-27T03:36:27.023Z | Downloaded dirs-sys-next v0.1.2 |
568 | 2024-09-27T03:36:27.023Z | Downloaded data-encoding v2.5.0 |
569 | 2024-09-27T03:36:27.023Z | Downloaded usdt-macro v0.5.0 |
570 | 2024-09-27T03:36:27.023Z | Downloaded clap_lex v0.7.0 |
571 | 2024-09-27T03:36:27.026Z | Downloaded num v0.2.1 |
572 | 2024-09-27T03:36:27.026Z | Downloaded derive-where v1.2.7 |
573 | 2024-09-27T03:36:27.029Z | Downloaded anstyle-query v1.0.0 |
574 | 2024-09-27T03:36:27.031Z | Downloaded crypto-common v0.1.6 |
575 | 2024-09-27T03:36:27.031Z | Downloaded byteorder v1.5.0 |
576 | 2024-09-27T03:36:27.034Z | Downloaded num v0.4.3 |
577 | 2024-09-27T03:36:27.034Z | Downloaded darling_macro v0.20.3 |
578 | 2024-09-27T03:36:27.034Z | Downloaded cstr-argument v0.1.2 |
579 | 2024-09-27T03:36:27.036Z | Downloaded proc-macro2 v1.0.86 |
580 | 2024-09-27T03:36:27.040Z | Downloaded num-traits v0.2.19 |
581 | 2024-09-27T03:36:27.042Z | Downloaded nu-ansi-term v0.50.0 |
582 | 2024-09-27T03:36:27.042Z | Downloaded proc-macro-crate v2.0.0 |
583 | 2024-09-27T03:36:27.045Z | Downloaded bytecheck_derive v0.6.11 |
584 | 2024-09-27T03:36:27.045Z | Downloaded num_enum v0.5.11 |
585 | 2024-09-27T03:36:27.049Z | Downloaded cfg_aliases v0.1.1 |
586 | 2024-09-27T03:36:27.051Z | Downloaded rand_core v0.4.2 |
587 | 2024-09-27T03:36:27.051Z | Downloaded autocfg v0.1.8 |
588 | 2024-09-27T03:36:27.054Z | Downloaded aead v0.5.2 |
589 | 2024-09-27T03:36:27.054Z | Downloaded borsh-derive v1.3.0 |
590 | 2024-09-27T03:36:27.056Z | Downloaded parse-display v0.10.0 |
591 | 2024-09-27T03:36:27.059Z | Downloaded deranged v0.3.9 |
592 | 2024-09-27T03:36:27.059Z | Downloaded ahash v0.7.7 |
593 | 2024-09-27T03:36:27.061Z | Downloaded nbd v0.3.1 |
594 | 2024-09-27T03:36:27.064Z | Downloaded cpufeatures v0.2.12 |
595 | 2024-09-27T03:36:27.064Z | Downloaded pin-utils v0.1.0 |
596 | 2024-09-27T03:36:27.066Z | Downloaded pest_generator v2.7.6 |
597 | 2024-09-27T03:36:27.066Z | Downloaded percent-encoding v2.3.1 |
598 | 2024-09-27T03:36:27.069Z | Downloaded newtype-uuid v1.1.0 |
599 | 2024-09-27T03:36:27.069Z | Downloaded bincode v1.3.3 |
600 | 2024-09-27T03:36:27.071Z | Downloaded anyhow v1.0.86 |
601 | 2024-09-27T03:36:27.074Z | Downloaded phf_codegen v0.11.2 |
602 | 2024-09-27T03:36:27.076Z | Downloaded arrayvec v0.7.4 |
603 | 2024-09-27T03:36:27.079Z | Downloaded dirs-next v2.0.0 |
604 | 2024-09-27T03:36:27.079Z | Downloaded digest v0.10.7 |
605 | 2024-09-27T03:36:27.081Z | Downloaded convert_case v0.4.0 |
606 | 2024-09-27T03:36:27.081Z | Downloaded openssl-macros v0.1.1 |
607 | 2024-09-27T03:36:27.081Z | Downloaded newtype_derive v0.1.6 |
608 | 2024-09-27T03:36:27.084Z | Downloaded defmt-macros v0.3.9 |
609 | 2024-09-27T03:36:27.086Z | Downloaded anstyle v1.0.8 |
610 | 2024-09-27T03:36:27.086Z | Downloaded async-stream v0.3.5 |
611 | 2024-09-27T03:36:27.089Z | Downloaded arrayref v0.3.7 |
612 | 2024-09-27T03:36:27.091Z | Downloaded adler v1.0.2 |
613 | 2024-09-27T03:36:27.091Z | Downloaded bytecheck v0.6.11 |
614 | 2024-09-27T03:36:27.092Z | Downloaded autocfg v1.1.0 |
615 | 2024-09-27T03:36:27.180Z | Downloaded ring v0.17.5 |
616 | 2024-09-27T03:36:27.332Z | Downloaded libsqlite3-sys v0.30.1 |
617 | 2024-09-27T03:36:27.406Z | Downloaded ring v0.16.20 |
618 | 2024-09-27T03:36:27.908Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-09-27T03:36:27.908Z | Compiling unicode-ident v1.0.12 |
620 | 2024-09-27T03:36:27.910Z | Compiling libc v0.2.158 |
621 | 2024-09-27T03:36:27.911Z | Compiling serde v1.0.209 |
622 | 2024-09-27T03:36:27.911Z | Compiling autocfg v1.1.0 |
623 | 2024-09-27T03:36:27.911Z | Compiling version_check v0.9.5 |
624 | 2024-09-27T03:36:27.911Z | Compiling cfg-if v1.0.0 |
625 | 2024-09-27T03:36:27.966Z | 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'` |
626 | 2024-09-27T03:36:27.966Z | 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.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=e02ee864f9fbace9 -C extra-filename=-e02ee864f9fbace9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
627 | 2024-09-27T03:36:27.966Z | 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.158/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=88bae43a865e41d3 -C extra-filename=-88bae43a865e41d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-88bae43a865e41d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
628 | 2024-09-27T03:36:27.966Z | 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.209/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=7591bb0647487adf -C extra-filename=-7591bb0647487adf --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-7591bb0647487adf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
629 | 2024-09-27T03:36:27.966Z | 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'` |
630 | 2024-09-27T03:36:27.966Z | 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'` |
631 | 2024-09-27T03:36:27.985Z | 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'` |
632 | 2024-09-27T03:36:27.985Z | 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'` |
633 | 2024-09-27T03:36:28.188Z | Compiling libm v0.2.8 |
634 | 2024-09-27T03:36:28.191Z | 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'` |
635 | 2024-09-27T03:36:28.210Z | Compiling once_cell v1.19.0 |
636 | 2024-09-27T03:36:28.213Z | 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'` |
637 | 2024-09-27T03:36:28.235Z | Compiling serde_json v1.0.125 |
638 | 2024-09-27T03:36:28.238Z | 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.125/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=fe2b0d0f5184f726 -C extra-filename=-fe2b0d0f5184f726 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-fe2b0d0f5184f726 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
639 | 2024-09-27T03:36:28.598Z | Compiling memchr v2.7.4 |
640 | 2024-09-27T03:36:28.601Z | 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'` |
641 | 2024-09-27T03:36:28.682Z | Compiling ahash v0.8.6 |
642 | 2024-09-27T03:36:28.684Z | 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'` |
643 | 2024-09-27T03:36:28.699Z | Compiling num-traits v0.2.19 |
644 | 2024-09-27T03:36:28.702Z | 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'` |
645 | 2024-09-27T03:36:29.635Z | Compiling thiserror v1.0.63 |
646 | 2024-09-27T03:36:29.638Z | 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.63/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=38322000caf86aa4 -C extra-filename=-38322000caf86aa4 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-38322000caf86aa4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
647 | 2024-09-27T03:36:30.257Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8226ee8671a6c52a/build-script-build` |
648 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-7591bb0647487adf/build-script-build` |
649 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-fe2b0d0f5184f726/build-script-build` |
650 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-47b262710e46a4af/build-script-build` |
651 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a89477b400700a6a/build-script-build` |
652 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-88bae43a865e41d3/build-script-build` |
653 | 2024-09-27T03:36:30.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-38322000caf86aa4/build-script-build` |
654 | 2024-09-27T03:36:30.291Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-ccd16bd5f79303c9/build-script-build` |
655 | 2024-09-27T03:36:30.377Z | 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'` |
656 | 2024-09-27T03:36:30.398Z | 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.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=7c55c6a0b9aca3c4 -C extra-filename=-7c55c6a0b9aca3c4 --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(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"))'` |
657 | 2024-09-27T03:36:30.401Z | Compiling lock_api v0.4.11 |
658 | 2024-09-27T03:36:30.417Z | 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.158/src/lib.rs --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=dfc7a90a9691b0ec -C extra-filename=-dfc7a90a9691b0ec --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(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"))'` |
659 | 2024-09-27T03:36:30.421Z | 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'` |
660 | 2024-09-27T03:36:30.459Z | Compiling parking_lot_core v0.9.9 |
661 | 2024-09-27T03:36:30.459Z | 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'` |
662 | 2024-09-27T03:36:30.459Z | Compiling itoa v1.0.9 |
663 | 2024-09-27T03:36:30.478Z | 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'` |
664 | 2024-09-27T03:36:30.501Z | Compiling byteorder v1.5.0 |
665 | 2024-09-27T03:36:30.505Z | 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=fc1036f61830a9c2 -C extra-filename=-fc1036f61830a9c2 --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-e02ee864f9fbace9.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)'` |
666 | 2024-09-27T03:36:30.505Z | 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'` |
667 | 2024-09-27T03:36:30.694Z | 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'` |
668 | 2024-09-27T03:36:30.770Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-013066eaee344167/build-script-build` |
669 | 2024-09-27T03:36:30.915Z | 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'` |
670 | 2024-09-27T03:36:30.955Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-7481b381fd61e7b2/build-script-build` |
671 | 2024-09-27T03:36:30.966Z | Compiling log v0.4.22 |
672 | 2024-09-27T03:36:30.968Z | 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'` |
673 | 2024-09-27T03:36:30.989Z | 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'` |
674 | 2024-09-27T03:36:31.142Z | 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'` |
675 | 2024-09-27T03:36:31.400Z | Compiling quote v1.0.36 |
676 | 2024-09-27T03:36:31.403Z | 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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=bd6f633effb29be4 -C extra-filename=-bd6f633effb29be4 --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-fc1036f61830a9c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
677 | 2024-09-27T03:36:31.439Z | Compiling slab v0.4.9 |
678 | 2024-09-27T03:36:31.444Z | 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'` |
679 | 2024-09-27T03:36:31.467Z | Compiling allocator-api2 v0.2.16 |
680 | 2024-09-27T03:36:31.469Z | 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'` |
681 | 2024-09-27T03:36:31.506Z | Compiling ryu v1.0.15 |
682 | 2024-09-27T03:36:31.509Z | 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'` |
683 | 2024-09-27T03:36:31.832Z | Compiling syn v2.0.76 |
684 | 2024-09-27T03:36:31.835Z | Compiling jobserver v0.1.27 |
685 | 2024-09-27T03:36:31.835Z | 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.76/src/lib.rs --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=0187c3237574d3d0 -C extra-filename=-0187c3237574d3d0 --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
686 | 2024-09-27T03:36:31.835Z | 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=618583015cbcc5ed -C extra-filename=-618583015cbcc5ed --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
687 | 2024-09-27T03:36:32.049Z | Compiling getrandom v0.2.11 |
688 | 2024-09-27T03:36:32.052Z | 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=9fbefd73d49bc86e -C extra-filename=-9fbefd73d49bc86e --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
689 | 2024-09-27T03:36:32.081Z | 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=cd87678860779045 -C extra-filename=-cd87678860779045 --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
690 | 2024-09-27T03:36:32.102Z | Compiling pkg-config v0.3.27 |
691 | 2024-09-27T03:36:32.105Z | 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'` |
692 | 2024-09-27T03:36:32.183Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-46baae6ab0e4ee60/build-script-build` |
693 | 2024-09-27T03:36:32.323Z | Compiling cc v1.0.83 |
694 | 2024-09-27T03:36:32.326Z | 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=40468d7bd9b96207 -C extra-filename=-40468d7bd9b96207 --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-618583015cbcc5ed.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
695 | 2024-09-27T03:36:32.350Z | 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'` |
696 | 2024-09-27T03:36:32.352Z | Compiling vcpkg v0.2.15 |
697 | 2024-09-27T03:36:32.371Z | 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'` |
698 | 2024-09-27T03:36:32.442Z | Compiling pin-project-lite v0.2.13 |
699 | 2024-09-27T03:36:32.445Z | 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'` |
700 | 2024-09-27T03:36:32.468Z | Compiling schemars v0.8.21 |
701 | 2024-09-27T03:36:32.470Z | 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'` |
702 | 2024-09-27T03:36:32.574Z | Compiling scopeguard v1.2.0 |
703 | 2024-09-27T03:36:32.577Z | 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'` |
704 | 2024-09-27T03:36:32.655Z | Compiling equivalent v1.0.1 |
705 | 2024-09-27T03:36:32.658Z | 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'` |
706 | 2024-09-27T03:36:32.728Z | Compiling smallvec v1.13.2 |
707 | 2024-09-27T03:36:32.732Z | 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'` |
708 | 2024-09-27T03:36:32.762Z | 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'` |
709 | 2024-09-27T03:36:32.854Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-0f610b042fcd7850/build-script-build` |
710 | 2024-09-27T03:36:32.884Z | 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'` |
711 | 2024-09-27T03:36:33.177Z | Compiling typenum v1.17.0 |
712 | 2024-09-27T03:36:33.180Z | 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'` |
713 | 2024-09-27T03:36:33.228Z | Compiling signal-hook-registry v1.4.1 |
714 | 2024-09-27T03:36:33.231Z | 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=03695828bec9b9a4 -C extra-filename=-03695828bec9b9a4 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
715 | 2024-09-27T03:36:33.343Z | 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'` |
716 | 2024-09-27T03:36:33.612Z | 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` |
717 | 2024-09-27T03:36:33.884Z | Compiling heck v0.5.0 |
718 | 2024-09-27T03:36:33.894Z | 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'` |
719 | 2024-09-27T03:36:34.162Z | Compiling fnv v1.0.7 |
720 | 2024-09-27T03:36:34.164Z | 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'` |
721 | 2024-09-27T03:36:34.204Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-f757875b7f5e6133/build-script-main` |
722 | 2024-09-27T03:36:34.225Z | 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=fa264f89ad0a4507 -C extra-filename=-fa264f89ad0a4507 --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-7c55c6a0b9aca3c4.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
723 | 2024-09-27T03:36:34.295Z | 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` |
724 | 2024-09-27T03:36:34.321Z | Compiling mio v1.0.2 |
725 | 2024-09-27T03:36:34.324Z | 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=057e0534b6b4149b -C extra-filename=-057e0534b6b4149b --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-7c55c6a0b9aca3c4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
726 | 2024-09-27T03:36:34.418Z | 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` |
727 | 2024-09-27T03:36:34.727Z | Compiling generic-array v0.14.7 |
728 | 2024-09-27T03:36:34.731Z | 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'` |
729 | 2024-09-27T03:36:34.780Z | Compiling httparse v1.8.0 |
730 | 2024-09-27T03:36:34.782Z | 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'` |
731 | 2024-09-27T03:36:34.944Z | Compiling futures-core v0.3.30 |
732 | 2024-09-27T03:36:34.947Z | 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'` |
733 | 2024-09-27T03:36:35.091Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-97b2ba2d3d53133f/build-script-build` |
734 | 2024-09-27T03:36:35.152Z | Compiling ring v0.17.5 |
735 | 2024-09-27T03:36:35.154Z | 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=5b44bbcbff4076fd -C extra-filename=-5b44bbcbff4076fd --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-5b44bbcbff4076fd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
736 | 2024-09-27T03:36:35.175Z | Compiling openssl-sys v0.9.95 |
737 | 2024-09-27T03:36:35.178Z | 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=4f1fb70b8284c254 -C extra-filename=-4f1fb70b8284c254 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-4f1fb70b8284c254 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.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'` |
738 | 2024-09-27T03:36:35.196Z | Compiling parking_lot v0.12.1 |
739 | 2024-09-27T03:36:35.198Z | 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=755fb11a2b3c0d7b -C extra-filename=-755fb11a2b3c0d7b --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-fa264f89ad0a4507.rmeta --cap-lints allow '-Wclippy::unused-async'` |
740 | 2024-09-27T03:36:35.253Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-ee1b62b04d3d4dd1/build-script-build` |
741 | 2024-09-27T03:36:35.282Z | Compiling rand_core v0.6.4 |
742 | 2024-09-27T03:36:35.287Z | 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=b2340e46caa6c7b4 -C extra-filename=-b2340e46caa6c7b4 --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-9fbefd73d49bc86e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-09-27T03:36:35.640Z | Compiling semver v1.0.23 |
744 | 2024-09-27T03:36:35.643Z | 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'` |
745 | 2024-09-27T03:36:35.709Z | Compiling slog v2.7.0 |
746 | 2024-09-27T03:36:35.711Z | 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'` |
747 | 2024-09-27T03:36:35.757Z | Compiling futures-sink v0.3.30 |
748 | 2024-09-27T03:36:35.760Z | 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'` |
749 | 2024-09-27T03:36:35.913Z | Compiling socket2 v0.5.5 |
750 | 2024-09-27T03:36:35.913Z | 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=450af7bb99cd3cc3 -C extra-filename=-450af7bb99cd3cc3 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
751 | 2024-09-27T03:36:36.169Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-a0ddd8d4bacabc37/build-script-build` |
752 | 2024-09-27T03:36:36.190Z | 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'` |
753 | 2024-09-27T03:36:36.230Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-4f1fb70b8284c254/build-script-main` |
754 | 2024-09-27T03:36:36.235Z | Compiling openssl v0.10.59 |
755 | 2024-09-27T03:36:36.238Z | 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'` |
756 | 2024-09-27T03:36:36.256Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-9d48dbc14d847901/build-script-build` |
757 | 2024-09-27T03:36:36.281Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-5b44bbcbff4076fd/build-script-build` |
758 | 2024-09-27T03:36:36.303Z | Compiling iana-time-zone v0.1.58 |
759 | 2024-09-27T03:36:36.306Z | 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'` |
760 | 2024-09-27T03:36:36.323Z | 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'` |
761 | 2024-09-27T03:36:36.400Z | Compiling crossbeam-utils v0.8.20 |
762 | 2024-09-27T03:36:36.403Z | 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'` |
763 | 2024-09-27T03:36:36.636Z | Compiling dyn-clone v1.0.16 |
764 | 2024-09-27T03:36:36.636Z | Compiling rustls v0.21.9 |
765 | 2024-09-27T03:36:36.639Z | 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'` |
766 | 2024-09-27T03:36:36.639Z | 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'` |
767 | 2024-09-27T03:36:36.821Z | Compiling native-tls v0.2.11 |
768 | 2024-09-27T03:36:36.823Z | 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'` |
769 | 2024-09-27T03:36:36.839Z | Compiling futures-channel v0.3.30 |
770 | 2024-09-27T03:36:36.842Z | 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'` |
771 | 2024-09-27T03:36:36.883Z | 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'` |
772 | 2024-09-27T03:36:36.945Z | 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'` |
773 | 2024-09-27T03:36:36.964Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d56e54fd7e9ad23b/build-script-build` |
774 | 2024-09-27T03:36:36.992Z | Compiling futures-task v0.3.30 |
775 | 2024-09-27T03:36:36.994Z | 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'` |
776 | 2024-09-27T03:36:37.071Z | Compiling futures-io v0.3.30 |
777 | 2024-09-27T03:36:37.074Z | 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'` |
778 | 2024-09-27T03:36:37.135Z | Compiling pin-utils v0.1.0 |
779 | 2024-09-27T03:36:37.138Z | 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'` |
780 | 2024-09-27T03:36:37.186Z | Compiling aho-corasick v1.1.2 |
781 | 2024-09-27T03:36:37.188Z | 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'` |
782 | 2024-09-27T03:36:37.213Z | Compiling regex-syntax v0.8.4 |
783 | 2024-09-27T03:36:37.215Z | 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'` |
784 | 2024-09-27T03:36:37.232Z | Compiling tracing-core v0.1.32 |
785 | 2024-09-27T03:36:37.234Z | 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'` |
786 | 2024-09-27T03:36:37.277Z | Compiling ucd-trie v0.1.6 |
787 | 2024-09-27T03:36:37.280Z | 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'` |
788 | 2024-09-27T03:36:37.440Z | Compiling num-conv v0.1.0 |
789 | 2024-09-27T03:36:37.443Z | 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'` |
790 | 2024-09-27T03:36:37.740Z | Compiling time-core v0.1.2 |
791 | 2024-09-27T03:36:37.743Z | 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'` |
792 | 2024-09-27T03:36:37.811Z | 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'` |
793 | 2024-09-27T03:36:37.918Z | Compiling time-macros v0.2.18 |
794 | 2024-09-27T03:36:37.921Z | 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'` |
795 | 2024-09-27T03:36:37.939Z | 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'` |
796 | 2024-09-27T03:36:38.195Z | 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'` |
797 | 2024-09-27T03:36:38.683Z | Compiling serde_derive_internals v0.29.1 |
798 | 2024-09-27T03:36:38.686Z | 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=771a96a8a282a409 -C extra-filename=-771a96a8a282a409 --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
799 | 2024-09-27T03:36:39.364Z | 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'` |
800 | 2024-09-27T03:36:39.713Z | Compiling rustix v0.38.37 |
801 | 2024-09-27T03:36:39.715Z | 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'` |
802 | 2024-09-27T03:36:40.383Z | Compiling regex-automata v0.4.4 |
803 | 2024-09-27T03:36:40.386Z | 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'` |
804 | 2024-09-27T03:36:40.699Z | 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'` |
805 | 2024-09-27T03:36:40.846Z | Compiling spin v0.9.8 |
806 | 2024-09-27T03:36:40.849Z | 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'` |
807 | 2024-09-27T03:36:41.071Z | 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'` |
808 | 2024-09-27T03:36:41.092Z | 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` |
809 | 2024-09-27T03:36:41.113Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-524b3fc733db22f1/build-script-build` |
810 | 2024-09-27T03:36:41.138Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-ab4d3147585b4178/build-script-build` |
811 | 2024-09-27T03:36:41.169Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-c7ca556833e3fa80/build-script-build` |
812 | 2024-09-27T03:36:41.199Z | 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=25c3a36febea7866 -C extra-filename=-25c3a36febea7866 --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-dfc7a90a9691b0ec.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rmeta --cap-lints allow '-Wclippy::unused-async'` |
813 | 2024-09-27T03:36:41.228Z | 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` |
814 | 2024-09-27T03:36:41.302Z | Compiling untrusted v0.9.0 |
815 | 2024-09-27T03:36:41.304Z | 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'` |
816 | 2024-09-27T03:36:41.490Z | Compiling percent-encoding v2.3.1 |
817 | 2024-09-27T03:36:41.493Z | 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'` |
818 | 2024-09-27T03:36:41.550Z | 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=ad2de6c8c63db9ff -C extra-filename=-ad2de6c8c63db9ff --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-dfc7a90a9691b0ec.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --cap-lints allow '-Wclippy::unused-async'` |
819 | 2024-09-27T03:36:41.785Z | 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=df80bc5fb3bb7225 -C extra-filename=-df80bc5fb3bb7225 --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-25c3a36febea7866.rmeta --cap-lints allow '-Wclippy::unused-async'` |
820 | 2024-09-27T03:36:41.905Z | 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=dc1f6cb2294dfe3c -C extra-filename=-dc1f6cb2294dfe3c --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
821 | 2024-09-27T03:36:42.384Z | 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=43ce105d7afcd77f -C extra-filename=-43ce105d7afcd77f --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
822 | 2024-09-27T03:36:42.433Z | Compiling usdt-impl v0.5.0 |
823 | 2024-09-27T03:36:42.435Z | 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'` |
824 | 2024-09-27T03:36:42.552Z | 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'` |
825 | 2024-09-27T03:36:42.573Z | Compiling plain v0.2.3 |
826 | 2024-09-27T03:36:42.575Z | 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'` |
827 | 2024-09-27T03:36:42.639Z | 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'` |
828 | 2024-09-27T03:36:42.709Z | Compiling pretty-hex v0.4.1 |
829 | 2024-09-27T03:36:42.713Z | 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'` |
830 | 2024-09-27T03:36:42.781Z | 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'` |
831 | 2024-09-27T03:36:42.802Z | 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.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=45615699a41d9c4f -C extra-filename=-45615699a41d9c4f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
832 | 2024-09-27T03:36:42.805Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-098a7b0d7e7f4da6/build-script-build` |
833 | 2024-09-27T03:36:42.899Z | 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'` |
834 | 2024-09-27T03:36:42.942Z | Compiling crypto-common v0.1.6 |
835 | 2024-09-27T03:36:42.945Z | 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=3a3da486b00e0b1a -C extra-filename=-3a3da486b00e0b1a --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-b2340e46caa6c7b4.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-54483748e671a245.rmeta --cap-lints allow '-Wclippy::unused-async'` |
836 | 2024-09-27T03:36:42.965Z | 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=ed7a6d3d890e78ca -C extra-filename=-ed7a6d3d890e78ca --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-45615699a41d9c4f.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)'` |
837 | 2024-09-27T03:36:43.046Z | 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=476eddcea69f9239 -C extra-filename=-476eddcea69f9239 --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-cd87678860779045.rmeta --cap-lints allow '-Wclippy::unused-async'` |
838 | 2024-09-27T03:36:43.154Z | 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'` |
839 | 2024-09-27T03:36:43.255Z | Compiling thread-id v4.2.1 |
840 | 2024-09-27T03:36:43.258Z | 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=04d2099a9dbace3d -C extra-filename=-04d2099a9dbace3d --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
841 | 2024-09-27T03:36:43.359Z | Compiling ppv-lite86 v0.2.17 |
842 | 2024-09-27T03:36:43.362Z | 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'` |
843 | 2024-09-27T03:36:43.382Z | 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'` |
844 | 2024-09-27T03:36:43.413Z | 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'` |
845 | 2024-09-27T03:36:43.433Z | 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'` |
846 | 2024-09-27T03:36:43.519Z | Compiling tinyvec_macros v0.1.1 |
847 | 2024-09-27T03:36:43.522Z | 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'` |
848 | 2024-09-27T03:36:43.596Z | Compiling tinyvec v1.6.0 |
849 | 2024-09-27T03:36:43.599Z | 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'` |
850 | 2024-09-27T03:36:43.650Z | Compiling form_urlencoded v1.2.1 |
851 | 2024-09-27T03:36:43.653Z | 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'` |
852 | 2024-09-27T03:36:43.721Z | Compiling serde_derive v1.0.209 |
853 | 2024-09-27T03:36:43.724Z | 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)'` |
854 | 2024-09-27T03:36:43.724Z | 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.209/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=c26e3cad01739427 -C extra-filename=-c26e3cad01739427 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
855 | 2024-09-27T03:36:43.930Z | Compiling zerocopy-derive v0.7.32 |
856 | 2024-09-27T03:36:43.949Z | 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=bd19ac1ae1cfe96d -C extra-filename=-bd19ac1ae1cfe96d --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
857 | 2024-09-27T03:36:44.114Z | Compiling thiserror-impl v1.0.63 |
858 | 2024-09-27T03:36:44.116Z | 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.63/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=b3be539747b6fb14 -C extra-filename=-b3be539747b6fb14 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
859 | 2024-09-27T03:36:44.135Z | Compiling tokio-macros v2.4.0 |
860 | 2024-09-27T03:36:44.135Z | 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=dffae3ccc3a7afe4 -C extra-filename=-dffae3ccc3a7afe4 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
861 | 2024-09-27T03:36:44.965Z | Compiling futures-macro v0.3.30 |
862 | 2024-09-27T03:36:44.969Z | 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=d6e74cc4bdf0126b -C extra-filename=-d6e74cc4bdf0126b --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
863 | 2024-09-27T03:36:45.044Z | Compiling schemars_derive v0.8.21 |
864 | 2024-09-27T03:36:45.047Z | 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=ad303b2c8db3c483 -C extra-filename=-ad303b2c8db3c483 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-771a96a8a282a409.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
865 | 2024-09-27T03:36:45.112Z | Compiling tracing-attributes v0.1.27 |
866 | 2024-09-27T03:36:45.114Z | 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=f909349780294847 -C extra-filename=-f909349780294847 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-09-27T03:36:45.798Z | Compiling openssl-macros v0.1.1 |
868 | 2024-09-27T03:36:45.801Z | 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=266476e0747ee335 -C extra-filename=-266476e0747ee335 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
869 | 2024-09-27T03:36:46.041Z | Compiling zerocopy v0.7.32 |
870 | 2024-09-27T03:36:46.044Z | 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=411072d51750f2f5 -C extra-filename=-411072d51750f2f5 --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-bd19ac1ae1cfe96d.so --cap-lints allow '-Wclippy::unused-async'` |
871 | 2024-09-27T03:36:46.676Z | 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=bf5fcecfd5928251 -C extra-filename=-bf5fcecfd5928251 --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-bd19ac1ae1cfe96d.so --cap-lints allow '-Wclippy::unused-async'` |
872 | 2024-09-27T03:36:46.960Z | Compiling futures-util v0.3.30 |
873 | 2024-09-27T03:36:46.985Z | 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=4f9d05aace097a4c -C extra-filename=-4f9d05aace097a4c --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-d6e74cc4bdf0126b.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'` |
874 | 2024-09-27T03:36:47.077Z | 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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5c448fb855e4613 -C extra-filename=-f5c448fb855e4613 --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-b3be539747b6fb14.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
875 | 2024-09-27T03:36:47.228Z | 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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11bc2b048b4e5f7 -C extra-filename=-a11bc2b048b4e5f7 --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-b3be539747b6fb14.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
876 | 2024-09-27T03:36:47.374Z | Compiling scroll_derive v0.12.0 |
877 | 2024-09-27T03:36:47.380Z | 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=18f24604ac06e18e -C extra-filename=-18f24604ac06e18e --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
878 | 2024-09-27T03:36:47.654Z | 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=4a8832566c57684d -C extra-filename=-4a8832566c57684d --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-411072d51750f2f5.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
879 | 2024-09-27T03:36:48.181Z | Compiling hashbrown v0.14.3 |
880 | 2024-09-27T03:36:48.194Z | 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=dfc593445d30822e -C extra-filename=-dfc593445d30822e --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-4a8832566c57684d.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-15025b4c32d9970f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
881 | 2024-09-27T03:36:48.203Z | Compiling pest v2.7.6 |
882 | 2024-09-27T03:36:48.205Z | 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=1f35327bd88c7d8b -C extra-filename=-1f35327bd88c7d8b --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-f5c448fb855e4613.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-889148b5005dc639.rmeta --cap-lints allow '-Wclippy::unused-async'` |
883 | 2024-09-27T03:36:48.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 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=e8fc532f4b17d4d0 -C extra-filename=-e8fc532f4b17d4d0 --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-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
884 | 2024-09-27T03:36:48.557Z | Compiling tracing v0.1.40 |
885 | 2024-09-27T03:36:48.560Z | 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=64312e0ed40cb4c5 -C extra-filename=-64312e0ed40cb4c5 --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-f909349780294847.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
886 | 2024-09-27T03:36:48.927Z | 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=b850c79896b3774b -C extra-filename=-b850c79896b3774b --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-e8fc532f4b17d4d0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-62293423de7cb9ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
887 | 2024-09-27T03:36:48.951Z | Compiling scroll v0.12.0 |
888 | 2024-09-27T03:36:48.971Z | 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=bfec6d403728310a -C extra-filename=-bfec6d403728310a --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-18f24604ac06e18e.so --cap-lints allow '-Wclippy::unused-async'` |
889 | 2024-09-27T03:36:49.037Z | 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=e5a2acfc24820799 -C extra-filename=-e5a2acfc24820799 --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-d6e74cc4bdf0126b.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'` |
890 | 2024-09-27T03:36:49.559Z | Compiling goblin v0.8.0 |
891 | 2024-09-27T03:36:49.562Z | 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=d40160086fbd7f0f -C extra-filename=-d40160086fbd7f0f --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-bfec6d403728310a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-09-27T03:36:49.582Z | Compiling rand_chacha v0.3.1 |
893 | 2024-09-27T03:36:49.585Z | 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=ac3b33c595ba95e0 -C extra-filename=-ac3b33c595ba95e0 --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-b2340e46caa6c7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
894 | 2024-09-27T03:36:49.617Z | 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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ee3a670790a7c67b -C extra-filename=-ee3a670790a7c67b --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-ed7a6d3d890e78ca.rmeta --cap-lints allow '-Wclippy::unused-async'` |
895 | 2024-09-27T03:36:50.371Z | 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` |
896 | 2024-09-27T03:36:50.394Z | 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'` |
897 | 2024-09-27T03:36:50.722Z | Compiling pest_meta v2.7.6 |
898 | 2024-09-27T03:36:50.725Z | 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=1f82297e40f85c45 -C extra-filename=-1f82297e40f85c45 --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-1f35327bd88c7d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
899 | 2024-09-27T03:36:50.815Z | 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'` |
900 | 2024-09-27T03:36:50.892Z | Compiling anyhow v1.0.86 |
901 | 2024-09-27T03:36:50.898Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=af19444c85883c65 -C extra-filename=-af19444c85883c65 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-af19444c85883c65 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
902 | 2024-09-27T03:36:51.063Z | Compiling subtle v2.5.0 |
903 | 2024-09-27T03:36:51.066Z | 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'` |
904 | 2024-09-27T03:36:51.142Z | Compiling try-lock v0.2.4 |
905 | 2024-09-27T03:36:51.145Z | 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'` |
906 | 2024-09-27T03:36:51.298Z | Compiling want v0.3.1 |
907 | 2024-09-27T03:36:51.301Z | 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'` |
908 | 2024-09-27T03:36:51.336Z | 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'` |
909 | 2024-09-27T03:36:51.531Z | 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.209/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e4a77e5b408a1ddd -C extra-filename=-e4a77e5b408a1ddd --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-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --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)'` |
910 | 2024-09-27T03:36:51.554Z | 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.209/src/lib.rs --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=3d5295eb0d82c25f -C extra-filename=-3d5295eb0d82c25f --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-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --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)'` |
911 | 2024-09-27T03:36:51.590Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-af19444c85883c65/build-script-build` |
912 | 2024-09-27T03:36:51.771Z | 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'` |
913 | 2024-09-27T03:36:52.069Z | Compiling pest_generator v2.7.6 |
914 | 2024-09-27T03:36:52.072Z | 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=b6fe61b5d9c7d791 -C extra-filename=-b6fe61b5d9c7d791 --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-1f35327bd88c7d8b.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-1f82297e40f85c45.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
915 | 2024-09-27T03:36:52.837Z | 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.76/src/lib.rs --error-format=json --json=diagnostic-rendered-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=9861ec5d743267ef -C extra-filename=-9861ec5d743267ef --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-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
916 | 2024-09-27T03:36:53.411Z | Compiling rand v0.8.5 |
917 | 2024-09-27T03:36:53.414Z | 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=093134a88cb911d9 -C extra-filename=-093134a88cb911d9 --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-7c55c6a0b9aca3c4.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-b2340e46caa6c7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
918 | 2024-09-27T03:36:53.969Z | Compiling regex v1.10.6 |
919 | 2024-09-27T03:36:53.972Z | 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'` |
920 | 2024-09-27T03:36:54.837Z | Compiling pest_derive v2.7.6 |
921 | 2024-09-27T03:36:54.839Z | 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=72d3670df1257c1f -C extra-filename=-72d3670df1257c1f --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-1f35327bd88c7d8b.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-b6fe61b5d9c7d791.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
922 | 2024-09-27T03:36:54.877Z | Compiling unicode-normalization v0.1.22 |
923 | 2024-09-27T03:36:54.880Z | 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'` |
924 | 2024-09-27T03:36:55.048Z | 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` |
925 | 2024-09-27T03:36:55.331Z | Compiling httpdate v1.0.3 |
926 | 2024-09-27T03:36:55.335Z | 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'` |
927 | 2024-09-27T03:36:55.778Z | Compiling dtrace-parser v0.2.0 |
928 | 2024-09-27T03:36:55.780Z | 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=1cbca6fdd58fe0b9 -C extra-filename=-1cbca6fdd58fe0b9 --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-1f35327bd88c7d8b.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-72d3670df1257c1f.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --cap-lints allow '-Wclippy::unused-async'` |
929 | 2024-09-27T03:36:55.911Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-09-27T03:36:55.943Z | 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'` |
931 | 2024-09-27T03:36:55.958Z | Compiling unicode-bidi v0.3.13 |
932 | 2024-09-27T03:36:55.961Z | 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'` |
933 | 2024-09-27T03:36:56.028Z | Compiling tower-service v0.3.2 |
934 | 2024-09-27T03:36:56.031Z | 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'` |
935 | 2024-09-27T03:36:56.050Z | Compiling foreign-types v0.3.2 |
936 | 2024-09-27T03:36:56.053Z | 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'` |
937 | 2024-09-27T03:36:56.148Z | 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'` |
938 | 2024-09-27T03:36:56.171Z | 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=8a5201bc5b8c95ef -C extra-filename=-8a5201bc5b8c95ef --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-7c55c6a0b9aca3c4.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` |
939 | 2024-09-27T03:36:57.275Z | Compiling idna v0.4.0 |
940 | 2024-09-27T03:36:57.278Z | 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'` |
941 | 2024-09-27T03:36:57.456Z | 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'` |
942 | 2024-09-27T03:36:57.577Z | Compiling bytes v1.7.1 |
943 | 2024-09-27T03:36:57.580Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=8afc661df6106b71 -C extra-filename=-8afc661df6106b71 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
944 | 2024-09-27T03:36:57.602Z | 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.125/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=90d78c4622d11382 -C extra-filename=-90d78c4622d11382 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
945 | 2024-09-27T03:36:58.035Z | 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.125/src/lib.rs --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=5f847d7de846aabc -C extra-filename=-5f847d7de846aabc --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
946 | 2024-09-27T03:36:58.306Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7a19d74847f059fc -C extra-filename=-7a19d74847f059fc --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
947 | 2024-09-27T03:36:58.806Z | Compiling indexmap v2.2.6 |
948 | 2024-09-27T03:36:58.809Z | 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.2.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 '--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=1d18750f76da275e -C extra-filename=-1d18750f76da275e --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-dfc593445d30822e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
949 | 2024-09-27T03:36:59.040Z | Compiling bitflags v2.6.0 |
950 | 2024-09-27T03:36:59.043Z | 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=bc8eef8f4806d164 -C extra-filename=-bc8eef8f4806d164 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
951 | 2024-09-27T03:36:59.107Z | Compiling tokio v1.39.3 |
952 | 2024-09-27T03:36:59.109Z | 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=a92e5b63c0974aba -C extra-filename=-a92e5b63c0974aba --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-8afc661df6106b71.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.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-03695828bec9b9a4.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-450af7bb99cd3cc3.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-dffae3ccc3a7afe4.so --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-09-27T03:36:59.263Z | Compiling serde_tokenstream v0.2.1 |
954 | 2024-09-27T03:36:59.266Z | 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.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=6a0b17409d420a0b -C extra-filename=-6a0b17409d420a0b --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
955 | 2024-09-27T03:36:59.537Z | 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.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 '--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=8a9e74e7d691ac23 -C extra-filename=-8a9e74e7d691ac23 --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-b850c79896b3774b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
956 | 2024-09-27T03:36:59.560Z | Compiling chrono v0.4.38 |
957 | 2024-09-27T03:36:59.581Z | 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=a491bc5286c114c2 -C extra-filename=-a491bc5286c114c2 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
958 | 2024-09-27T03:36:59.807Z | Compiling uuid v1.10.0 |
959 | 2024-09-27T03:36:59.814Z | 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=8f8ca70bde8e4327 -C extra-filename=-8f8ca70bde8e4327 --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-cd87678860779045.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
960 | 2024-09-27T03:37:00.261Z | 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=0c2aa02ffae417f8 -C extra-filename=-0c2aa02ffae417f8 --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-3d5295eb0d82c25f.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)'` |
961 | 2024-09-27T03:37:00.616Z | 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=515389a2bfac90ed -C extra-filename=-515389a2bfac90ed --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
962 | 2024-09-27T03:37:00.640Z | Compiling http v0.2.12 |
963 | 2024-09-27T03:37:00.644Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88761b1f3526bbf9 -C extra-filename=-88761b1f3526bbf9 --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-7a19d74847f059fc.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'` |
964 | 2024-09-27T03:37:00.661Z | 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=3c25d220f1f76d5e -C extra-filename=-3c25d220f1f76d5e --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-9fbefd73d49bc86e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2024-09-27T03:37:00.984Z | 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=544005aa0b7947b7 -C extra-filename=-544005aa0b7947b7 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
966 | 2024-09-27T03:37:01.008Z | Compiling openapiv3 v2.0.0 |
967 | 2024-09-27T03:37:01.011Z | 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=6cf06b2a23930a41 -C extra-filename=-6cf06b2a23930a41 --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-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
968 | 2024-09-27T03:37:01.409Z | 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=85e404052cb7687a -C extra-filename=-85e404052cb7687a --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-7a19d74847f059fc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ad2de6c8c63db9ff.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-df80bc5fb3bb7225.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-dc1f6cb2294dfe3c.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-43ce105d7afcd77f.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-dffae3ccc3a7afe4.so --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-09-27T03:37:01.619Z | 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=d392af7f06d3b585 -C extra-filename=-d392af7f06d3b585 --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-8afc661df6106b71.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'` |
970 | 2024-09-27T03:37:03.034Z | 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=de71597916710214 -C extra-filename=-de71597916710214 --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-7a19d74847f059fc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.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-ad303b2c8db3c483.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
971 | 2024-09-27T03:37:03.197Z | 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=00a3f389591ba12b -C extra-filename=-00a3f389591ba12b --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-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.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-ad303b2c8db3c483.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
972 | 2024-09-27T03:37:04.571Z | Compiling toml_datetime v0.6.8 |
973 | 2024-09-27T03:37:04.574Z | 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=d96071f087447c2a -C extra-filename=-d96071f087447c2a --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-09-27T03:37:04.808Z | Compiling dof v0.3.0 |
975 | 2024-09-27T03:37:04.814Z | 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=3af4b7e6fc741851 -C extra-filename=-3af4b7e6fc741851 --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-d40160086fbd7f0f.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-fcf87414273f7f2d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-411072d51750f2f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
976 | 2024-09-27T03:37:05.042Z | Compiling http-body v0.4.5 |
977 | 2024-09-27T03:37:05.045Z | 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=bf997e715fcfc39f -C extra-filename=-bf997e715fcfc39f --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-8afc661df6106b71.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
978 | 2024-09-27T03:37:05.485Z | Compiling serde_spanned v0.6.7 |
979 | 2024-09-27T03:37:05.488Z | 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=ad8cdf97c1eed519 -C extra-filename=-ad8cdf97c1eed519 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
980 | 2024-09-27T03:37:05.636Z | 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=667572cf3e64fa52 -C extra-filename=-667572cf3e64fa52 --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-3af4b7e6fc741851.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-04d2099a9dbace3d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
981 | 2024-09-27T03:37:05.716Z | Compiling mime v0.3.17 |
982 | 2024-09-27T03:37:05.719Z | 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'` |
983 | 2024-09-27T03:37:06.438Z | 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'` |
984 | 2024-09-27T03:37:06.441Z | 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=5c06f10045ea6d53 -C extra-filename=-5c06f10045ea6d53 --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-bc8eef8f4806d164.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-7c55c6a0b9aca3c4.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-266476e0747ee335.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a5201bc5b8c95ef.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` |
985 | 2024-09-27T03:37:06.579Z | 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=596e8fbe58507abd -C extra-filename=-596e8fbe58507abd --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-f909349780294847.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
986 | 2024-09-27T03:37:07.005Z | Compiling usdt-macro v0.5.0 |
987 | 2024-09-27T03:37:07.008Z | 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=2c6194b1d0cfe71b -C extra-filename=-2c6194b1d0cfe71b --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-1cbca6fdd58fe0b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
988 | 2024-09-27T03:37:07.036Z | Compiling usdt-attr-macro v0.5.0 |
989 | 2024-09-27T03:37:07.039Z | 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=9362b57e9adcf612 -C extra-filename=-9362b57e9adcf612 --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-1cbca6fdd58fe0b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
990 | 2024-09-27T03:37:07.215Z | 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'` |
991 | 2024-09-27T03:37:07.700Z | Compiling tokio-util v0.7.11 |
992 | 2024-09-27T03:37:07.703Z | 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=1f3db3e65db9675f -C extra-filename=-1f3db3e65db9675f --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-8afc661df6106b71.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-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
993 | 2024-09-27T03:37:07.886Z | Compiling url v2.4.1 |
994 | 2024-09-27T03:37:07.889Z | 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'` |
995 | 2024-09-27T03:37:08.690Z | Compiling h2 v0.3.26 |
996 | 2024-09-27T03:37:08.693Z | 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=7d8b11d9426bfac3 -C extra-filename=-7d8b11d9426bfac3 --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-8afc661df6106b71.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-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-09-27T03:37:08.713Z | 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` |
998 | 2024-09-27T03:37:08.844Z | Compiling openssl-probe v0.1.5 |
999 | 2024-09-27T03:37:08.877Z | 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'` |
1000 | 2024-09-27T03:37:09.140Z | 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'` |
1001 | 2024-09-27T03:37:09.235Z | Compiling rustversion v1.0.14 |
1002 | 2024-09-27T03:37:09.238Z | 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'` |
1003 | 2024-09-27T03:37:09.289Z | 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'` |
1004 | 2024-09-27T03:37:09.369Z | 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'` |
1005 | 2024-09-27T03:37:09.404Z | Compiling powerfmt v0.2.0 |
1006 | 2024-09-27T03:37:09.407Z | 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'` |
1007 | 2024-09-27T03:37:09.778Z | Compiling deranged v0.3.9 |
1008 | 2024-09-27T03:37:09.780Z | 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'` |
1009 | 2024-09-27T03:37:09.949Z | 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=b9f33f47de5c2b42 -C extra-filename=-b9f33f47de5c2b42 --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-7a19d74847f059fc.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-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1010 | 2024-09-27T03:37:09.971Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-4626de2aad02eb1c/build-script-build` |
1011 | 2024-09-27T03:37:10.044Z | 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'` |
1012 | 2024-09-27T03:37:10.141Z | 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=7223c7288d5ed370 -C extra-filename=-7223c7288d5ed370 --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-476eddcea69f9239.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-09-27T03:37:10.165Z | 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'` |
1014 | 2024-09-27T03:37:10.457Z | 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'` |
1015 | 2024-09-27T03:37:11.197Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=b2578039e3d04fc3 -C extra-filename=-b2578039e3d04fc3 --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-7a19d74847f059fc.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 futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-ecdfdeef4ffc16b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-b9f33f47de5c2b42.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1016 | 2024-09-27T03:37:11.315Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b93e537be48540ba -C extra-filename=-b93e537be48540ba --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-7a19d74847f059fc.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2024-09-27T03:37:11.747Z | Compiling regress v0.10.0 |
1018 | 2024-09-27T03:37:11.749Z | 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.0/src/lib.rs --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=857728dd6f26e4c5 -C extra-filename=-857728dd6f26e4c5 --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-dfc593445d30822e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1019 | 2024-09-27T03:37:11.826Z | 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=ba304a8d728dec04 -C extra-filename=-ba304a8d728dec04 --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-dfc7a90a9691b0ec.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` |
1020 | 2024-09-27T03:37:12.184Z | Compiling errno v0.3.9 |
1021 | 2024-09-27T03:37:12.187Z | 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=ba00fef7d5a1ce26 -C extra-filename=-ba00fef7d5a1ce26 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1022 | 2024-09-27T03:37:12.423Z | Compiling encoding_rs v0.8.33 |
1023 | 2024-09-27T03:37:12.426Z | 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'` |
1024 | 2024-09-27T03:37:13.208Z | 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=b67dd205634f4937 -C extra-filename=-b67dd205634f4937 --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-5c06f10045ea6d53.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-8a5201bc5b8c95ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1025 | 2024-09-27T03:37:13.886Z | Compiling hyper v0.14.30 |
1026 | 2024-09-27T03:37:13.889Z | 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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --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=43b814601ab5ef1f -C extra-filename=-43b814601ab5ef1f --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-8afc661df6106b71.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-4f9d05aace097a4c.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-7d8b11d9426bfac3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-bf997e715fcfc39f.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-450af7bb99cd3cc3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-df5c8e5d374fba31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1027 | 2024-09-27T03:37:15.214Z | Compiling num_threads v0.1.6 |
1028 | 2024-09-27T03:37:15.216Z | 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'` |
1029 | 2024-09-27T03:37:15.349Z | 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'` |
1030 | 2024-09-27T03:37:15.485Z | Compiling ipnet v2.9.0 |
1031 | 2024-09-27T03:37:15.488Z | 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'` |
1032 | 2024-09-27T03:37:15.510Z | 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'` |
1033 | 2024-09-27T03:37:15.767Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1034 | 2024-09-27T03:37:15.770Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60e49cd104b8ae25 -C extra-filename=-60e49cd104b8ae25 --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-857728dd6f26e4c5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1035 | 2024-09-27T03:37:15.941Z | Compiling time v0.3.36 |
1036 | 2024-09-27T03:37:15.944Z | 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=ace4cd1d15e0104a -C extra-filename=-ace4cd1d15e0104a --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-dfc7a90a9691b0ec.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'` |
1037 | 2024-09-27T03:37:16.831Z | 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 embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --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=f6889cc30cae135c -C extra-filename=-f6889cc30cae135c --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-7a19d74847f059fc.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-e5a2acfc24820799.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2578039e3d04fc3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-b93e537be48540ba.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 socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-43ce105d7afcd77f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-faf8e41c34ff6fb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1038 | 2024-09-27T03:37:16.853Z | Compiling tokio-native-tls v0.3.1 |
1039 | 2024-09-27T03:37:16.856Z | 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=3798ce452812baa8 -C extra-filename=-3798ce452812baa8 --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-b67dd205634f4937.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1040 | 2024-09-27T03:37:16.875Z | 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=f814ab6e9b75ab44 -C extra-filename=-f814ab6e9b75ab44 --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-544005aa0b7947b7.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-dfc7a90a9691b0ec.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-266476e0747ee335.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-ba304a8d728dec04.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` |
1041 | 2024-09-27T03:37:17.152Z | 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=a28c176cc56fba2a -C extra-filename=-a28c176cc56fba2a --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-bc8eef8f4806d164.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-ba00fef7d5a1ce26.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1042 | 2024-09-27T03:37:17.713Z | 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=bde62343a55fc728 -C extra-filename=-bde62343a55fc728 --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-dfc7a90a9691b0ec.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7223c7288d5ed370.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-476eddcea69f9239.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1043 | 2024-09-27T03:37:18.550Z | 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'` |
1044 | 2024-09-27T03:37:19.140Z | 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=64693870cc07c2df -C extra-filename=-64693870cc07c2df --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-e4a77e5b408a1ddd.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)'` |
1045 | 2024-09-27T03:37:19.901Z | Compiling serde_urlencoded v0.7.1 |
1046 | 2024-09-27T03:37:19.903Z | 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=dd7a56c1d8299d89 -C extra-filename=-dd7a56c1d8299d89 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-09-27T03:37:20.021Z | 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` |
1048 | 2024-09-27T03:37:20.381Z | 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'` |
1049 | 2024-09-27T03:37:20.483Z | 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'` |
1050 | 2024-09-27T03:37:20.793Z | 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'` |
1051 | 2024-09-27T03:37:20.820Z | Compiling base64 v0.21.7 |
1052 | 2024-09-27T03:37:20.822Z | 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'` |
1053 | 2024-09-27T03:37:21.082Z | Compiling hyper-tls v0.5.0 |
1054 | 2024-09-27T03:37:21.084Z | 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.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("vendored"))' -C metadata=c3df273c51c56b24 -C extra-filename=-c3df273c51c56b24 --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-8afc661df6106b71.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b67dd205634f4937.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3798ce452812baa8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1055 | 2024-09-27T03:37:21.457Z | Compiling rustls-pemfile v1.0.4 |
1056 | 2024-09-27T03:37:21.460Z | 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'` |
1057 | 2024-09-27T03:37:21.696Z | Compiling futures-executor v0.3.30 |
1058 | 2024-09-27T03:37:21.699Z | 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=f1041fcc40110f4c -C extra-filename=-f1041fcc40110f4c --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-4f9d05aace097a4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1059 | 2024-09-27T03:37:21.929Z | Compiling block-buffer v0.10.4 |
1060 | 2024-09-27T03:37:21.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'` |
1061 | 2024-09-27T03:37:22.158Z | 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'` |
1062 | 2024-09-27T03:37:22.318Z | 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'` |
1063 | 2024-09-27T03:37:22.757Z | Compiling sync_wrapper v0.1.2 |
1064 | 2024-09-27T03:37:22.760Z | 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'` |
1065 | 2024-09-27T03:37:22.895Z | Compiling camino v1.1.8 |
1066 | 2024-09-27T03:37:22.898Z | 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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a37cdbbfdb8c4e7b -C extra-filename=-a37cdbbfdb8c4e7b --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-a37cdbbfdb8c4e7b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2024-09-27T03:37:23.580Z | 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=1c634fd0707fc42d -C extra-filename=-1c634fd0707fc42d --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-f814ab6e9b75ab44.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-ba304a8d728dec04.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1068 | 2024-09-27T03:37:23.602Z | 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'` |
1069 | 2024-09-27T03:37:24.164Z | Compiling winnow v0.5.19 |
1070 | 2024-09-27T03:37:24.167Z | 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'` |
1071 | 2024-09-27T03:37:24.167Z | 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'` |
1072 | 2024-09-27T03:37:24.296Z | Compiling webpki-roots v0.25.2 |
1073 | 2024-09-27T03:37:24.299Z | 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'` |
1074 | 2024-09-27T03:37:24.462Z | 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'` |
1075 | 2024-09-27T03:37:24.890Z | 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'` |
1076 | 2024-09-27T03:37:25.345Z | 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=48a5df6c8b6eefb1 -C extra-filename=-48a5df6c8b6eefb1 --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-1c634fd0707fc42d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1077 | 2024-09-27T03:37:25.645Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-a37cdbbfdb8c4e7b/build-script-build` |
1078 | 2024-09-27T03:37:25.723Z | 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` |
1079 | 2024-09-27T03:37:26.514Z | Compiling digest v0.10.7 |
1080 | 2024-09-27T03:37:26.517Z | 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=34cbc3f1b67bf5a4 -C extra-filename=-34cbc3f1b67bf5a4 --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-3a3da486b00e0b1a.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2024-09-27T03:37:26.713Z | 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=c62b95735f2881d2 -C extra-filename=-c62b95735f2881d2 --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-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1082 | 2024-09-27T03:37:26.891Z | 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=ec64670619e146a3 -C extra-filename=-ec64670619e146a3 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2024-09-27T03:37:26.934Z | 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=447d7c9539f3ce0e -C extra-filename=-447d7c9539f3ce0e --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2024-09-27T03:37:27.112Z | 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=5927de06341fbdb7 -C extra-filename=-5927de06341fbdb7 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1085 | 2024-09-27T03:37:27.375Z | 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=cf4b645a56e55fd5 -C extra-filename=-cf4b645a56e55fd5 --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-18f24604ac06e18e.so --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2024-09-27T03:37:27.443Z | 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'` |
1087 | 2024-09-27T03:37:27.537Z | 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'` |
1088 | 2024-09-27T03:37:27.579Z | 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 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=97bfc64068a4bfad -C extra-filename=-97bfc64068a4bfad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2024-09-27T03:37:27.722Z | 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'` |
1090 | 2024-09-27T03:37:27.838Z | 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'` |
1091 | 2024-09-27T03:37:27.887Z | 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'` |
1092 | 2024-09-27T03:37:27.994Z | 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'` |
1093 | 2024-09-27T03:37:27.996Z | 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=cd9ae6d8912dc853 -C extra-filename=-cd9ae6d8912dc853 --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-cf4b645a56e55fd5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2024-09-27T03:37:28.151Z | 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=7d85c58d434c15d5 -C extra-filename=-7d85c58d434c15d5 --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-a11bc2b048b4e5f7.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5f0d27fbdadba4ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1095 | 2024-09-27T03:37:28.273Z | 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=3a741a196687a189 -C extra-filename=-3a741a196687a189 --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-7c55c6a0b9aca3c4.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'` |
1096 | 2024-09-27T03:37:28.295Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c93d1d63434c201 -C extra-filename=-4c93d1d63434c201 --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-97bfc64068a4bfad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1097 | 2024-09-27T03:37:28.687Z | 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.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("vendored"))' -C metadata=20f311e1f52f14c9 -C extra-filename=-20f311e1f52f14c9 --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-7a19d74847f059fc.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-1c634fd0707fc42d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-48a5df6c8b6eefb1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1098 | 2024-09-27T03:37:28.690Z | Compiling num-integer v0.1.46 |
1099 | 2024-09-27T03:37:28.715Z | 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'` |
1100 | 2024-09-27T03:37:28.995Z | 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'` |
1101 | 2024-09-27T03:37:29.526Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509a604479dfb9a0 -C extra-filename=-509a604479dfb9a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2024-09-27T03:37:29.702Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4d8798ffd2feed14 -C extra-filename=-4d8798ffd2feed14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1103 | 2024-09-27T03:37:29.840Z | 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'` |
1104 | 2024-09-27T03:37:30.070Z | Compiling either v1.9.0 |
1105 | 2024-09-27T03:37:30.113Z | 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.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="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=1e84fad8f5f4a9fa -C extra-filename=-1e84fad8f5f4a9fa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1106 | 2024-09-27T03:37:30.121Z | 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'` |
1107 | 2024-09-27T03:37:30.356Z | 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=358cce0c360d0049 -C extra-filename=-358cce0c360d0049 --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-476eddcea69f9239.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-cd2c17e0c9d85a6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1108 | 2024-09-27T03:37:30.423Z | Compiling async-trait v0.1.81 |
1109 | 2024-09-27T03:37:30.426Z | 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.81/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=2ffeb3677f9a0805 -C extra-filename=-2ffeb3677f9a0805 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-09-27T03:37:30.563Z | 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=8c2f37d52a4c8e48 -C extra-filename=-8c2f37d52a4c8e48 --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-7d85c58d434c15d5.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-72d3670df1257c1f.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2024-09-27T03:37:30.585Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1112 | 2024-09-27T03:37:30.588Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-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=a6909ac5db605fa5 -C extra-filename=-a6909ac5db605fa5 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-60e49cd104b8ae25.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1113 | 2024-09-27T03:37:31.149Z | 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)'` |
1114 | 2024-09-27T03:37:31.331Z | 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=681d29a449d77315 -C extra-filename=-681d29a449d77315 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2024-09-27T03:37:31.454Z | Compiling utf8parse v0.2.1 |
1116 | 2024-09-27T03:37:31.457Z | 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'` |
1117 | 2024-09-27T03:37:31.633Z | Compiling unsafe-libyaml v0.2.9 |
1118 | 2024-09-27T03:37:31.636Z | 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'` |
1119 | 2024-09-27T03:37:32.330Z | 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=dd59e0644594b3be -C extra-filename=-dd59e0644594b3be --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-358cce0c360d0049.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1120 | 2024-09-27T03:37:32.519Z | 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=31aa827c0b793789 -C extra-filename=-31aa827c0b793789 --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-e5a2acfc24820799.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2024-09-27T03:37:32.747Z | Compiling clap_derive v4.5.13 |
1122 | 2024-09-27T03:37:32.750Z | 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=39681353976d7f85 -C extra-filename=-39681353976d7f85 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1123 | 2024-09-27T03:37:33.011Z | Compiling serde_yaml v0.9.27 |
1124 | 2024-09-27T03:37:33.036Z | 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=8d9447ef6b47965d -C extra-filename=-8d9447ef6b47965d --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-1d18750f76da275e.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-3d5295eb0d82c25f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-05fe89a2091eda7d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2024-09-27T03:37:33.038Z | 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'` |
1126 | 2024-09-27T03:37:33.515Z | 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=04901e6bb11eca0f -C extra-filename=-04901e6bb11eca0f --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2024-09-27T03:37:33.751Z | Compiling memmap v0.7.0 |
1128 | 2024-09-27T03:37:33.754Z | 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=db614cceb08af958 -C extra-filename=-db614cceb08af958 --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1129 | 2024-09-27T03:37:33.808Z | 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=8804174f8ec89f58 -C extra-filename=-8804174f8ec89f58 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-09-27T03:37:34.069Z | 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=53cce98a606842bf -C extra-filename=-53cce98a606842bf --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-cd9ae6d8912dc853.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-79731c8e98a7939e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1131 | 2024-09-27T03:37:34.180Z | 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'` |
1132 | 2024-09-27T03:37:34.201Z | Compiling siphasher v0.3.11 |
1133 | 2024-09-27T03:37:34.204Z | 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'` |
1134 | 2024-09-27T03:37:34.335Z | Compiling anstyle-parse v0.2.2 |
1135 | 2024-09-27T03:37:34.337Z | 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'` |
1136 | 2024-09-27T03:37:34.582Z | Compiling phf_shared v0.11.2 |
1137 | 2024-09-27T03:37:34.582Z | 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'` |
1138 | 2024-09-27T03:37:34.671Z | Compiling usdt v0.5.0 |
1139 | 2024-09-27T03:37:34.674Z | 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=dc2d8e4b61d25561 -C extra-filename=-dc2d8e4b61d25561 --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-3af4b7e6fc741851.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-d40160086fbd7f0f.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-db614cceb08af958.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-9362b57e9adcf612.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-2c6194b1d0cfe71b.so --cap-lints allow '-Wclippy::unused-async'` |
1140 | 2024-09-27T03:37:34.726Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1141 | 2024-09-27T03:37:34.808Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify/src/lib.rs --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=64846739f3bec7eb -C extra-filename=-64846739f3bec7eb --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-60e49cd104b8ae25.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-a6909ac5db605fa5.so --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2024-09-27T03:37:34.865Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1143 | 2024-09-27T03:37:34.868Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed68a760cb4a8a54 -C extra-filename=-ed68a760cb4a8a54 --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-88761b1f3526bbf9.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-64846739f3bec7eb.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2024-09-27T03:37:34.974Z | 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=c639d535518a4961 -C extra-filename=-c639d535518a4961 --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-53cce98a606842bf.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-8c2f37d52a4c8e48.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-681d29a449d77315.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1145 | 2024-09-27T03:37:35.097Z | 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=b49cda4bd984ae07 -C extra-filename=-b49cda4bd984ae07 --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-544005aa0b7947b7.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-04901e6bb11eca0f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1146 | 2024-09-27T03:37:36.043Z | 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=61cafdf45ca80d01 -C extra-filename=-61cafdf45ca80d01 --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-53cce98a606842bf.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-8c2f37d52a4c8e48.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-cd9ae6d8912dc853.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-8804174f8ec89f58.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-9362b57e9adcf612.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-c639d535518a4961.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-2c6194b1d0cfe71b.so --cap-lints allow '-Wclippy::unused-async'` |
1147 | 2024-09-27T03:37:36.518Z | Compiling toml_edit v0.19.15 |
1148 | 2024-09-27T03:37:36.526Z | 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=90057d0b8b6d0ea4 -C extra-filename=-90057d0b8b6d0ea4 --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-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1149 | 2024-09-27T03:37:36.611Z | Compiling hex v0.4.3 |
1150 | 2024-09-27T03:37:36.614Z | 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=025def26417f2b88 -C extra-filename=-025def26417f2b88 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1151 | 2024-09-27T03:37:36.755Z | 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=8d4a93b800bcd352 -C extra-filename=-8d4a93b800bcd352 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1152 | 2024-09-27T03:37:36.759Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a89d2f8e2c91e58b -C extra-filename=-a89d2f8e2c91e58b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_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(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1153 | 2024-09-27T03:37:37.236Z | Compiling anstyle-query v1.0.0 |
1154 | 2024-09-27T03:37:37.238Z | 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'` |
1155 | 2024-09-27T03:37:37.322Z | Compiling colorchoice v1.0.0 |
1156 | 2024-09-27T03:37:37.325Z | 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'` |
1157 | 2024-09-27T03:37:37.381Z | Compiling anstyle v1.0.8 |
1158 | 2024-09-27T03:37:37.384Z | 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'` |
1159 | 2024-09-27T03:37:37.487Z | Compiling terminal_size v0.3.0 |
1160 | 2024-09-27T03:37:37.490Z | 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=6b9c55bb13983564 -C extra-filename=-6b9c55bb13983564 --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-b49cda4bd984ae07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1161 | 2024-09-27T03:37:37.511Z | Compiling num-iter v0.1.45 |
1162 | 2024-09-27T03:37:37.514Z | 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'` |
1163 | 2024-09-27T03:37:37.693Z | 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'` |
1164 | 2024-09-27T03:37:37.714Z | Compiling clap_lex v0.7.0 |
1165 | 2024-09-27T03:37:37.748Z | 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'` |
1166 | 2024-09-27T03:37:37.801Z | Compiling anstream v0.6.12 |
1167 | 2024-09-27T03:37:37.803Z | 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'` |
1168 | 2024-09-27T03:37:37.834Z | Compiling rustls v0.22.4 |
1169 | 2024-09-27T03:37:37.836Z | 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'` |
1170 | 2024-09-27T03:37:37.875Z | Compiling strsim v0.11.0 |
1171 | 2024-09-27T03:37:37.877Z | 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'` |
1172 | 2024-09-27T03:37:38.093Z | Compiling bitflags v1.3.2 |
1173 | 2024-09-27T03:37:38.096Z | 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'` |
1174 | 2024-09-27T03:37:38.176Z | 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'` |
1175 | 2024-09-27T03:37:38.218Z | 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'` |
1176 | 2024-09-27T03:37:38.221Z | Compiling paste v1.0.15 |
1177 | 2024-09-27T03:37:38.247Z | 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'` |
1178 | 2024-09-27T03:37:38.374Z | Compiling clap_builder v4.5.15 |
1179 | 2024-09-27T03:37:38.377Z | 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=3386e1e7c4c3efe5 -C extra-filename=-3386e1e7c4c3efe5 --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-6b9c55bb13983564.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2024-09-27T03:37:38.519Z | 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'` |
1181 | 2024-09-27T03:37:38.541Z | 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'` |
1182 | 2024-09-27T03:37:38.659Z | 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=72d305428cc87afe -C extra-filename=-72d305428cc87afe --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-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2024-09-27T03:37:38.689Z | 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=85e9289c02367ea0 -C extra-filename=-85e9289c02367ea0 --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-b850c79896b3774b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1184 | 2024-09-27T03:37:38.756Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-30c987928378ba5d/build-script-build` |
1185 | 2024-09-27T03:37:38.826Z | Compiling multer v3.1.0 |
1186 | 2024-09-27T03:37:38.828Z | 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'` |
1187 | 2024-09-27T03:37:38.869Z | 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'` |
1188 | 2024-09-27T03:37:39.003Z | 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'` |
1189 | 2024-09-27T03:37:39.181Z | 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'` |
1190 | 2024-09-27T03:37:39.788Z | Compiling slog-async v2.8.0 |
1191 | 2024-09-27T03:37:39.790Z | 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'` |
1192 | 2024-09-27T03:37:39.848Z | 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'` |
1193 | 2024-09-27T03:37:39.890Z | 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=d7e315159e2e7593 -C extra-filename=-d7e315159e2e7593 --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-72d305428cc87afe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1194 | 2024-09-27T03:37:39.953Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-3694b63bd4f99c01/build-script-build` |
1195 | 2024-09-27T03:37:40.027Z | 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"))'` |
1196 | 2024-09-27T03:37:40.337Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-9c638a970da1e31f/build-script-build` |
1197 | 2024-09-27T03:37:40.401Z | 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'` |
1198 | 2024-09-27T03:37:40.422Z | Compiling async-stream-impl v0.3.5 |
1199 | 2024-09-27T03:37:40.425Z | 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=68a584f0f13e0064 -C extra-filename=-68a584f0f13e0064 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1200 | 2024-09-27T03:37:41.183Z | Compiling omicron-workspace-hack v0.1.0 |
1201 | 2024-09-27T03:37:41.186Z | 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'` |
1202 | 2024-09-27T03:37:41.551Z | Compiling arrayvec v0.7.4 |
1203 | 2024-09-27T03:37:41.554Z | 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'` |
1204 | 2024-09-27T03:37:41.614Z | 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'` |
1205 | 2024-09-27T03:37:41.827Z | Compiling cpufeatures v0.2.12 |
1206 | 2024-09-27T03:37:41.829Z | 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'` |
1207 | 2024-09-27T03:37:41.849Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1208 | 2024-09-27T03:37:41.852Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-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=de78a183672117b0 -C extra-filename=-de78a183672117b0 --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-6cf06b2a23930a41.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-ed68a760cb4a8a54.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-8d9447ef6b47965d.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2024-09-27T03:37:41.935Z | 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'` |
1210 | 2024-09-27T03:37:41.987Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-c1a56850cbaeb124/build-script-build` |
1211 | 2024-09-27T03:37:42.018Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1212 | 2024-09-27T03:37:42.021Z | 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/dropshot-a4a923d29dccc492/7b594d0/dropshot/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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed6e11405d046a01 -C extra-filename=-ed6e11405d046a01 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-ed6e11405d046a01 -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'` |
1213 | 2024-09-27T03:37:42.078Z | 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'` |
1214 | 2024-09-27T03:37:42.355Z | Compiling clap v4.5.16 |
1215 | 2024-09-27T03:37:42.355Z | 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=5ccfc46191938eab -C extra-filename=-5ccfc46191938eab --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-3386e1e7c4c3efe5.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-39681353976d7f85.so --cap-lints allow '-Wclippy::unused-async'` |
1216 | 2024-09-27T03:37:42.407Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-ed6e11405d046a01/build-script-build` |
1217 | 2024-09-27T03:37:42.485Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c90ad455639612d -C extra-filename=-0c90ad455639612d --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-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-85e9289c02367ea0.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1218 | 2024-09-27T03:37:42.505Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1219 | 2024-09-27T03:37:42.507Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot_endpoint/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=f6725f3a1229f2cf -C extra-filename=-f6725f3a1229f2cf --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2024-09-27T03:37:43.437Z | Compiling ident_case v1.0.1 |
1221 | 2024-09-27T03:37:43.440Z | 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'` |
1222 | 2024-09-27T03:37:43.633Z | Compiling strsim v0.10.0 |
1223 | 2024-09-27T03:37:43.636Z | 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'` |
1224 | 2024-09-27T03:37:44.279Z | 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=f03f69b6ba8fd8b4 -C extra-filename=-f03f69b6ba8fd8b4 --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-d7e315159e2e7593.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-39681353976d7f85.so --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2024-09-27T03:37:44.312Z | Compiling darling_core v0.20.3 |
1226 | 2024-09-27T03:37:44.315Z | 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=d051d2a8ab3a537d -C extra-filename=-d051d2a8ab3a537d --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-5495b361815d7932.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2024-09-27T03:37:44.408Z | 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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=8e48c0c8050fa647 -C extra-filename=-8e48c0c8050fa647 --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-e4a77e5b408a1ddd.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 --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)'` |
1228 | 2024-09-27T03:37:45.557Z | Compiling strum_macros v0.26.4 |
1229 | 2024-09-27T03:37:45.560Z | 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=50e03d4bfb3809e6 -C extra-filename=-50e03d4bfb3809e6 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1230 | 2024-09-27T03:37:46.162Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=17ef35147abad95f -C extra-filename=-17ef35147abad95f --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-0c90ad455639612d.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-a6909ac5db605fa5.so --cap-lints allow '-Wclippy::unused-async'` |
1231 | 2024-09-27T03:37:46.311Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25664cd2b8057c18 -C extra-filename=-25664cd2b8057c18 --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-d392af7f06d3b585.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-c62b95735f2881d2.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-17ef35147abad95f.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1232 | 2024-09-27T03:37:46.384Z | 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=ecebb2dcedbe009b -C extra-filename=-ecebb2dcedbe009b --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-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-b646389c7b21e4e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2024-09-27T03:37:46.473Z | Compiling crossbeam-channel v0.5.13 |
1234 | 2024-09-27T03:37:46.475Z | 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'` |
1235 | 2024-09-27T03:37:47.705Z | Compiling thread_local v1.1.7 |
1236 | 2024-09-27T03:37:47.708Z | 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'` |
1237 | 2024-09-27T03:37:48.379Z | Compiling winnow v0.6.18 |
1238 | 2024-09-27T03:37:48.399Z | 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'` |
1239 | 2024-09-27T03:37:49.705Z | Compiling match_cfg v0.1.0 |
1240 | 2024-09-27T03:37:49.742Z | 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'` |
1241 | 2024-09-27T03:37:49.800Z | Compiling rustls-pki-types v1.3.1 |
1242 | 2024-09-27T03:37:49.803Z | 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.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=34da5ba4f2a26719 -C extra-filename=-34da5ba4f2a26719 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2024-09-27T03:37:50.111Z | Compiling hostname v0.3.1 |
1244 | 2024-09-27T03:37:50.114Z | 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=7d0698620f3137ca -C extra-filename=-7d0698620f3137ca --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-7c55c6a0b9aca3c4.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-79afc1ba9a9a5d3a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1245 | 2024-09-27T03:37:50.363Z | Compiling darling_macro v0.20.3 |
1246 | 2024-09-27T03:37:50.366Z | 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=f58df2f64e16f2f9 -C extra-filename=-f58df2f64e16f2f9 --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-d051d2a8ab3a537d.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1247 | 2024-09-27T03:37:50.385Z | Compiling futures v0.3.30 |
1248 | 2024-09-27T03:37:50.388Z | 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=91aae26da5b3498f -C extra-filename=-91aae26da5b3498f --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-f1041fcc40110f4c.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-4f9d05aace097a4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2024-09-27T03:37:50.514Z | Compiling dirs-sys-next v0.1.2 |
1250 | 2024-09-27T03:37:50.517Z | 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=be4ef8d1a47dca2a -C extra-filename=-be4ef8d1a47dca2a --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1251 | 2024-09-27T03:37:50.704Z | Compiling syn v1.0.109 |
1252 | 2024-09-27T03:37:50.708Z | 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'` |
1253 | 2024-09-27T03:37:51.271Z | Compiling base64 v0.22.1 |
1254 | 2024-09-27T03:37:51.273Z | 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'` |
1255 | 2024-09-27T03:37:51.344Z | Compiling zeroize v1.7.0 |
1256 | 2024-09-27T03:37:51.346Z | 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'` |
1257 | 2024-09-27T03:37:51.409Z | Compiling darling v0.20.3 |
1258 | 2024-09-27T03:37:51.412Z | 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=72701aa78c2a53b9 -C extra-filename=-72701aa78c2a53b9 --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-d051d2a8ab3a537d.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-f58df2f64e16f2f9.so --cap-lints allow '-Wclippy::unused-async'` |
1259 | 2024-09-27T03:37:51.541Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-52b7922747114a80/build-script-build` |
1260 | 2024-09-27T03:37:51.615Z | Compiling dirs-next v2.0.0 |
1261 | 2024-09-27T03:37:51.618Z | 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=e581610a0174e399 -C extra-filename=-e581610a0174e399 --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-be4ef8d1a47dca2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1262 | 2024-09-27T03:37:51.683Z | Compiling structmeta-derive v0.3.0 |
1263 | 2024-09-27T03:37:51.687Z | 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=7af61468aa8f7f5a -C extra-filename=-7af61468aa8f7f5a --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2024-09-27T03:37:51.816Z | Compiling term v0.7.0 |
1265 | 2024-09-27T03:37:51.819Z | 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=580d2db5f7c9ef74 -C extra-filename=-580d2db5f7c9ef74 --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-e581610a0174e399.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1266 | 2024-09-27T03:37:52.128Z | Compiling toml_edit v0.22.20 |
1267 | 2024-09-27T03:37:52.130Z | 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=d54b4c719c2c16eb -C extra-filename=-d54b4c719c2c16eb --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-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2024-09-27T03:37:52.520Z | 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=8a523317d79d8796 -C extra-filename=-8a523317d79d8796 --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1269 | 2024-09-27T03:37:53.605Z | Compiling serde_with_macros v3.9.0 |
1270 | 2024-09-27T03:37:53.608Z | 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=a8c0cfecf0716bc6 -C extra-filename=-a8c0cfecf0716bc6 --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-72701aa78c2a53b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-09-27T03:37:54.526Z | Compiling structmeta v0.3.0 |
1272 | 2024-09-27T03:37:54.528Z | 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=d283c10b2fad7511 -C extra-filename=-d283c10b2fad7511 --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-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-7af61468aa8f7f5a.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2024-09-27T03:37:54.912Z | Compiling slog-json v2.6.1 |
1274 | 2024-09-27T03:37:54.915Z | 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=cf800494ed39d6d2 -C extra-filename=-cf800494ed39d6d2 --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-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1275 | 2024-09-27T03:37:54.950Z | Compiling http v1.1.0 |
1276 | 2024-09-27T03:37:54.952Z | 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=efa53045bc181ff7 -C extra-filename=-efa53045bc181ff7 --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-8afc661df6106b71.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'` |
1277 | 2024-09-27T03:37:55.348Z | Compiling is-terminal v0.4.12 |
1278 | 2024-09-27T03:37:55.351Z | 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=44e40a77d4e9d97e -C extra-filename=-44e40a77d4e9d97e --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1279 | 2024-09-27T03:37:55.484Z | Compiling atomic-waker v1.1.2 |
1280 | 2024-09-27T03:37:55.487Z | 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'` |
1281 | 2024-09-27T03:37:55.651Z | Compiling take_mut v0.2.2 |
1282 | 2024-09-27T03:37:55.653Z | 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'` |
1283 | 2024-09-27T03:37:55.696Z | Compiling waitgroup v0.1.2 |
1284 | 2024-09-27T03:37:55.698Z | 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'` |
1285 | 2024-09-27T03:37:55.811Z | 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` |
1286 | 2024-09-27T03:37:55.955Z | Compiling toml v0.8.19 |
1287 | 2024-09-27T03:37:55.957Z | 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=ff52f7d13b3e255c -C extra-filename=-ff52f7d13b3e255c --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-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-d54b4c719c2c16eb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1288 | 2024-09-27T03:37:56.409Z | Compiling slog-term v2.9.1 |
1289 | 2024-09-27T03:37:56.412Z | 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=3252342b8f488e84 -C extra-filename=-3252342b8f488e84 --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-44e40a77d4e9d97e.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-580d2db5f7c9ef74.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1290 | 2024-09-27T03:37:57.127Z | 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=0f80d5365e99edc7 -C extra-filename=-0f80d5365e99edc7 --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-8afc661df6106b71.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-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-efa53045bc181ff7.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'` |
1291 | 2024-09-27T03:37:57.649Z | Compiling slog-bunyan v2.5.0 |
1292 | 2024-09-27T03:37:57.653Z | 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=5c45cf022a8479ad -C extra-filename=-5c45cf022a8479ad --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-7d0698620f3137ca.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-cf800494ed39d6d2.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1293 | 2024-09-27T03:37:57.669Z | Compiling parse-display-derive v0.10.0 |
1294 | 2024-09-27T03:37:57.706Z | 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=6104cb3101b0bd9a -C extra-filename=-6104cb3101b0bd9a --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.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-d283c10b2fad7511.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1295 | 2024-09-27T03:37:57.709Z | Compiling rustls-pemfile v2.1.2 |
1296 | 2024-09-27T03:37:57.709Z | 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c6208ac7fb266358 -C extra-filename=-c6208ac7fb266358 --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 pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1297 | 2024-09-27T03:37:57.774Z | 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'` |
1298 | 2024-09-27T03:37:57.857Z | Compiling sha1 v0.10.6 |
1299 | 2024-09-27T03:37:57.859Z | 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=210aaa6b632bf847 -C extra-filename=-210aaa6b632bf847 --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-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1300 | 2024-09-27T03:37:57.881Z | Compiling async-stream v0.3.5 |
1301 | 2024-09-27T03:37:57.884Z | 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=1487b5b351007104 -C extra-filename=-1487b5b351007104 --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-68a584f0f13e0064.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'` |
1302 | 2024-09-27T03:37:58.200Z | Compiling ipnetwork v0.20.0 |
1303 | 2024-09-27T03:37:58.203Z | 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=495e2fc5efead5a8 -C extra-filename=-495e2fc5efead5a8 --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-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1304 | 2024-09-27T03:37:58.293Z | Compiling serde_path_to_error v0.1.16 |
1305 | 2024-09-27T03:37:58.313Z | 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=739a70b854eddc3a -C extra-filename=-739a70b854eddc3a --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1306 | 2024-09-27T03:37:58.363Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1307 | 2024-09-27T03:37:58.366Z | 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=dbf6f79dfce57c34 -C extra-filename=-dbf6f79dfce57c34 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1308 | 2024-09-27T03:37:58.384Z | Compiling hostname v0.4.0 |
1309 | 2024-09-27T03:37:58.387Z | 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=009c93eb751b73f6 -C extra-filename=-009c93eb751b73f6 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1310 | 2024-09-27T03:37:58.711Z | Compiling debug-ignore v1.0.5 |
1311 | 2024-09-27T03:37:58.714Z | 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'` |
1312 | 2024-09-27T03:37:58.858Z | Compiling lazy_static v1.5.0 |
1313 | 2024-09-27T03:37:58.861Z | 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'` |
1314 | 2024-09-27T03:37:59.004Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1315 | 2024-09-27T03:37:59.031Z | 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/5bf5f09/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=970f40ba1a967fdd -C extra-filename=-970f40ba1a967fdd --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-09-27T03:37:59.212Z | 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'` |
1317 | 2024-09-27T03:37:59.237Z | 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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b598b9a93384beaf -C extra-filename=-b598b9a93384beaf --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-3d5295eb0d82c25f.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 --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)'` |
1318 | 2024-09-27T03:37:59.239Z | Compiling strum v0.26.3 |
1319 | 2024-09-27T03:37:59.257Z | 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=d83d938c46fc1401 -C extra-filename=-d83d938c46fc1401 --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-50e03d4bfb3809e6.so --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2024-09-27T03:37:59.313Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=004ee70242088362 -C extra-filename=-004ee70242088362 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_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(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1321 | 2024-09-27T03:37:59.449Z | Compiling unicode-width v0.1.11 |
1322 | 2024-09-27T03:37:59.452Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=b88cf4f2350a0edc -C extra-filename=-b88cf4f2350a0edc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1323 | 2024-09-27T03:37:59.628Z | Compiling fastrand v2.0.1 |
1324 | 2024-09-27T03:37:59.631Z | 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'` |
1325 | 2024-09-27T03:37:59.865Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1326 | 2024-09-27T03:37:59.906Z | 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=f8506935fd7750cf -C extra-filename=-f8506935fd7750cf --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-495e2fc5efead5a8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-09-27T03:38:00.120Z | Compiling tempfile v3.8.1 |
1328 | 2024-09-27T03:38:00.123Z | 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=d3ac3d9914dc6a04 -C extra-filename=-d3ac3d9914dc6a04 --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-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-09-27T03:38:00.155Z | Compiling heck v0.4.1 |
1330 | 2024-09-27T03:38:00.160Z | 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'` |
1331 | 2024-09-27T03:38:00.273Z | Compiling serde_with v3.9.0 |
1332 | 2024-09-27T03:38:00.276Z | 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=fac7689c7e7a4f02 -C extra-filename=-fac7689c7e7a4f02 --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-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-a8c0cfecf0716bc6.so --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2024-09-27T03:38:00.624Z | Compiling newtype-uuid v1.1.0 |
1334 | 2024-09-27T03:38:00.626Z | 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=b4f5112309815178 -C extra-filename=-b4f5112309815178 --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-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-09-27T03:38:00.681Z | Compiling libz-sys v1.1.12 |
1336 | 2024-09-27T03:38:00.684Z | 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=487d61b100eb068f -C extra-filename=-487d61b100eb068f --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-487d61b100eb068f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.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'` |
1337 | 2024-09-27T03:38:00.930Z | Compiling instant v0.1.12 |
1338 | 2024-09-27T03:38:00.933Z | 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'` |
1339 | 2024-09-27T03:38:00.980Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1340 | 2024-09-27T03:38:00.983Z | 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/5bf5f09/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=89a4e4ec7affe1fe -C extra-filename=-89a4e4ec7affe1fe --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-b4f5112309815178.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1341 | 2024-09-27T03:38:01.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1342 | 2024-09-27T03:38:01.013Z | 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=b76adf38fbbdfba1 -C extra-filename=-b76adf38fbbdfba1 --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-dbf6f79dfce57c34.so --cap-lints allow '-Wclippy::unused-async'` |
1343 | 2024-09-27T03:38:01.084Z | Compiling backoff v0.4.0 |
1344 | 2024-09-27T03:38:01.086Z | 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=4ed2ecffa01a05c0 -C extra-filename=-4ed2ecffa01a05c0 --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-9fbefd73d49bc86e.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-093134a88cb911d9.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1345 | 2024-09-27T03:38:01.186Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1346 | 2024-09-27T03:38:01.188Z | 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=df56e11bc36b57c3 -C extra-filename=-df56e11bc36b57c3 --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-8d4a93b800bcd352.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1347 | 2024-09-27T03:38:01.279Z | Compiling macaddr v1.0.1 |
1348 | 2024-09-27T03:38:01.279Z | 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=76906f6bfe097003 -C extra-filename=-76906f6bfe097003 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1349 | 2024-09-27T03:38:01.313Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-487d61b100eb068f/build-script-build` |
1350 | 2024-09-27T03:38:01.350Z | Compiling regress v0.9.1 |
1351 | 2024-09-27T03:38:01.353Z | 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=4c13b4b85ffd0cab -C extra-filename=-4c13b4b85ffd0cab --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-b850c79896b3774b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1352 | 2024-09-27T03:38:01.374Z | Compiling heapless v0.8.0 |
1353 | 2024-09-27T03:38:01.377Z | 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'` |
1354 | 2024-09-27T03:38:01.469Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1355 | 2024-09-27T03:38:01.472Z | 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=218c8e446f515b06 -C extra-filename=-218c8e446f515b06 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-218c8e446f515b06 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --cap-lints allow '-Wclippy::unused-async'` |
1356 | 2024-09-27T03:38:01.754Z | Compiling hash32 v0.3.1 |
1357 | 2024-09-27T03:38:01.757Z | 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'` |
1358 | 2024-09-27T03:38:01.830Z | Compiling parse-display v0.10.0 |
1359 | 2024-09-27T03:38:01.832Z | 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=ae2d7652fed95771 -C extra-filename=-ae2d7652fed95771 --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-6104cb3101b0bd9a.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'` |
1360 | 2024-09-27T03:38:01.977Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-4a13c8ebc0b74093/build-script-build` |
1361 | 2024-09-27T03:38:02.016Z | Compiling stable_deref_trait v1.2.0 |
1362 | 2024-09-27T03:38:02.019Z | 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'` |
1363 | 2024-09-27T03:38:02.123Z | Compiling static_assertions v1.1.0 |
1364 | 2024-09-27T03:38:02.125Z | 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'` |
1365 | 2024-09-27T03:38:02.236Z | Compiling smoltcp v0.11.0 |
1366 | 2024-09-27T03:38:02.239Z | 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'` |
1367 | 2024-09-27T03:38:02.280Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1368 | 2024-09-27T03:38:02.283Z | 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'` |
1369 | 2024-09-27T03:38:02.302Z | 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'` |
1370 | 2024-09-27T03:38:02.597Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-218c8e446f515b06/build-script-build` |
1371 | 2024-09-27T03:38:02.693Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-8cffb2c6f9dbeff9/build-script-build` |
1372 | 2024-09-27T03:38:02.722Z | 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=9794eb2a8d88e96d -C extra-filename=-9794eb2a8d88e96d --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1373 | 2024-09-27T03:38:02.852Z | Compiling proc-macro-crate v1.3.1 |
1374 | 2024-09-27T03:38:02.855Z | 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=1df12d9c8ae170e9 -C extra-filename=-1df12d9c8ae170e9 --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-90057d0b8b6d0ea4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1375 | 2024-09-27T03:38:02.939Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-c7ad655288731eb2/build-script-build` |
1376 | 2024-09-27T03:38:02.969Z | Compiling proc-macro-error-attr v1.0.4 |
1377 | 2024-09-27T03:38:02.972Z | 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'` |
1378 | 2024-09-27T03:38:03.374Z | Compiling cobs v0.2.3 |
1379 | 2024-09-27T03:38:03.376Z | 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'` |
1380 | 2024-09-27T03:38:03.469Z | 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.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=278118eca4993844 -C extra-filename=-278118eca4993844 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1381 | 2024-09-27T03:38:03.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1382 | 2024-09-27T03:38:03.684Z | 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'` |
1383 | 2024-09-27T03:38:03.705Z | Compiling managed v0.8.0 |
1384 | 2024-09-27T03:38:03.705Z | 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'` |
1385 | 2024-09-27T03:38:03.851Z | Compiling postcard v1.0.10 |
1386 | 2024-09-27T03:38:03.853Z | 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=a09595416733c14a -C extra-filename=-a09595416733c14a --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1387 | 2024-09-27T03:38:04.025Z | Compiling num_enum_derive v0.5.11 |
1388 | 2024-09-27T03:38:04.030Z | 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=13e2fff507a7b67e -C extra-filename=-13e2fff507a7b67e --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-1df12d9c8ae170e9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1389 | 2024-09-27T03:38:04.045Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-a3c28d52a7bd73c3/build-script-build` |
1390 | 2024-09-27T03:38:04.075Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-f30ab4a9a691dc60/build-script-build` |
1391 | 2024-09-27T03:38:04.150Z | Compiling vergen v8.3.2 |
1392 | 2024-09-27T03:38:04.153Z | 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'` |
1393 | 2024-09-27T03:38:04.153Z | 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'` |
1394 | 2024-09-27T03:38:04.189Z | Compiling cargo-platform v0.1.8 |
1395 | 2024-09-27T03:38:04.192Z | 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=74c7e9e67b6de887 -C extra-filename=-74c7e9e67b6de887 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1396 | 2024-09-27T03:38:04.279Z | Compiling foreign-types-macros v0.2.3 |
1397 | 2024-09-27T03:38:04.282Z | 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=880fe68ac6bfbd42 -C extra-filename=-880fe68ac6bfbd42 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1398 | 2024-09-27T03:38:04.458Z | 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=0e9392671e84fa88 -C extra-filename=-0e9392671e84fa88 --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1399 | 2024-09-27T03:38:04.524Z | Compiling memoffset v0.9.0 |
1400 | 2024-09-27T03:38:04.527Z | 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'` |
1401 | 2024-09-27T03:38:04.630Z | Compiling proc-macro-error v1.0.4 |
1402 | 2024-09-27T03:38:04.633Z | 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'` |
1403 | 2024-09-27T03:38:04.683Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1404 | 2024-09-27T03:38:04.686Z | 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'` |
1405 | 2024-09-27T03:38:04.905Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1406 | 2024-09-27T03:38:04.908Z | 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'` |
1407 | 2024-09-27T03:38:04.940Z | Compiling foreign-types-shared v0.3.1 |
1408 | 2024-09-27T03:38:04.942Z | 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'` |
1409 | 2024-09-27T03:38:05.016Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-7296ad59c57be62f/build-script-build` |
1410 | 2024-09-27T03:38:05.050Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-0ea4cd8b30421b68/build-script-build` |
1411 | 2024-09-27T03:38:05.074Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-37fff5851107d335/build-script-build` |
1412 | 2024-09-27T03:38:05.074Z | 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=c5cc41a2502607a1 -C extra-filename=-c5cc41a2502607a1 --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-0e9392671e84fa88.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2024-09-27T03:38:05.119Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f9b4511a1a4a015f/build-script-build` |
1414 | 2024-09-27T03:38:05.151Z | Compiling cargo_metadata v0.18.1 |
1415 | 2024-09-27T03:38:05.153Z | 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=327db6fe11e0ec60 -C extra-filename=-327db6fe11e0ec60 --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-b598b9a93384beaf.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-74c7e9e67b6de887.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1416 | 2024-09-27T03:38:05.173Z | 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=e5f1088b09246e67 -C extra-filename=-e5f1088b09246e67 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1417 | 2024-09-27T03:38:05.230Z | 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` |
1418 | 2024-09-27T03:38:05.260Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1419 | 2024-09-27T03:38:05.262Z | 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=34be2805a844bfbd -C extra-filename=-34be2805a844bfbd --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-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1420 | 2024-09-27T03:38:05.401Z | 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` |
1421 | 2024-09-27T03:38:05.562Z | Compiling foreign-types v0.5.0 |
1422 | 2024-09-27T03:38:05.562Z | 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=63239ab930dbb8db -C extra-filename=-63239ab930dbb8db --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-880fe68ac6bfbd42.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-2d5204aaa92ce5f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1423 | 2024-09-27T03:38:05.583Z | Compiling tabwriter v1.4.0 |
1424 | 2024-09-27T03:38:05.586Z | 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=11d02ec7f8112dc7 -C extra-filename=-11d02ec7f8112dc7 --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-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1425 | 2024-09-27T03:38:05.676Z | Compiling rustc_version v0.4.0 |
1426 | 2024-09-27T03:38:05.702Z | 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=ac0f5f906c75647b -C extra-filename=-ac0f5f906c75647b --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-0c2aa02ffae417f8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2024-09-27T03:38:06.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1428 | 2024-09-27T03:38:06.017Z | 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=620675a3eb3ec265 -C extra-filename=-620675a3eb3ec265 --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-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2024-09-27T03:38:06.215Z | Compiling num-derive v0.4.2 |
1430 | 2024-09-27T03:38:06.219Z | 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=e5abadb1468d043b -C extra-filename=-e5abadb1468d043b --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2024-09-27T03:38:06.238Z | Compiling libsqlite3-sys v0.30.1 |
1432 | 2024-09-27T03:38:06.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/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'` |
1433 | 2024-09-27T03:38:06.303Z | Compiling cstr-argument v0.1.2 |
1434 | 2024-09-27T03:38:06.306Z | 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'` |
1435 | 2024-09-27T03:38:06.348Z | Compiling num_enum v0.5.11 |
1436 | 2024-09-27T03:38:06.351Z | 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=278d3fd5a381723e -C extra-filename=-278d3fd5a381723e --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-13e2fff507a7b67e.so --cap-lints allow '-Wclippy::unused-async'` |
1437 | 2024-09-27T03:38:06.514Z | Compiling crossbeam-epoch v0.9.15 |
1438 | 2024-09-27T03:38:06.517Z | 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'` |
1439 | 2024-09-27T03:38:06.568Z | Compiling slog-dtrace v0.3.0 |
1440 | 2024-09-27T03:38:06.571Z | 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'` |
1441 | 2024-09-27T03:38:06.815Z | 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'` |
1442 | 2024-09-27T03:38:06.853Z | 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'` |
1443 | 2024-09-27T03:38:06.937Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1444 | 2024-09-27T03:38:06.940Z | 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'` |
1445 | 2024-09-27T03:38:06.959Z | 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'` |
1446 | 2024-09-27T03:38:07.004Z | Compiling cfg_aliases v0.2.1 |
1447 | 2024-09-27T03:38:07.006Z | 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'` |
1448 | 2024-09-27T03:38:07.027Z | 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'` |
1449 | 2024-09-27T03:38:07.120Z | Compiling pretty-hex v0.2.1 |
1450 | 2024-09-27T03:38:07.123Z | 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'` |
1451 | 2024-09-27T03:38:07.270Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1452 | 2024-09-27T03:38:07.270Z | 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=96e6ae0a5e067ae1 -C extra-filename=-96e6ae0a5e067ae1 --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-7c55c6a0b9aca3c4.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-278d3fd5a381723e.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-3853098c66c68012.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1453 | 2024-09-27T03:38:07.294Z | Compiling nix v0.29.0 |
1454 | 2024-09-27T03:38:07.299Z | 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'` |
1455 | 2024-09-27T03:38:07.340Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-c1c30bacf89f4122/build-script-build` |
1456 | 2024-09-27T03:38:07.340Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-127ccd9175f3c3aa/build-script-build` |
1457 | 2024-09-27T03:38:07.374Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-ed3724460db49851/build-script-build` |
1458 | 2024-09-27T03:38:07.452Z | 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=f4427b87e04d31f0 -C extra-filename=-f4427b87e04d31f0 --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-dfc7a90a9691b0ec.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-a869f70d1bd203ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1459 | 2024-09-27T03:38:07.475Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-40cf2826e0da77d3/build-script-build` |
1460 | 2024-09-27T03:38:07.627Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1461 | 2024-09-27T03:38:07.630Z | 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=e2d80f1b7e086f9c -C extra-filename=-e2d80f1b7e086f9c --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-495e2fc5efead5a8.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1462 | 2024-09-27T03:38:07.658Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1463 | 2024-09-27T03:38:07.660Z | 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=b108834cb22fa201 -C extra-filename=-b108834cb22fa201 --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-63239ab930dbb8db.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1464 | 2024-09-27T03:38:07.681Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1465 | 2024-09-27T03:38:07.706Z | 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=8d8bcb8003f9ff5a -C extra-filename=-8d8bcb8003f9ff5a --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-7c55c6a0b9aca3c4.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-34be2805a844bfbd.so --cap-lints allow '-Wclippy::unused-async'` |
1466 | 2024-09-27T03:38:07.854Z | 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=aef3d7e13194638d -C extra-filename=-aef3d7e13194638d --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-e5f1088b09246e67.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1467 | 2024-09-27T03:38:08.235Z | 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` |
1468 | 2024-09-27T03:38:08.359Z | 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=c98118004bd4d30a -C extra-filename=-c98118004bd4d30a --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-c5cc41a2502607a1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1469 | 2024-09-27T03:38:08.405Z | Compiling camino-tempfile v1.1.1 |
1470 | 2024-09-27T03:38:08.408Z | 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=24e01223c08c078f -C extra-filename=-24e01223c08c078f --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-8e48c0c8050fa647.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-d3ac3d9914dc6a04.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1471 | 2024-09-27T03:38:08.485Z | Compiling colored v2.1.0 |
1472 | 2024-09-27T03:38:08.488Z | 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'` |
1473 | 2024-09-27T03:38:08.556Z | 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'` |
1474 | 2024-09-27T03:38:08.673Z | Compiling num-rational v0.4.2 |
1475 | 2024-09-27T03:38:08.676Z | 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'` |
1476 | 2024-09-27T03:38:08.912Z | 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=fc3ef2c655c5e5d1 -C extra-filename=-fc3ef2c655c5e5d1 --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-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1477 | 2024-09-27T03:38:09.282Z | 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=2868da5572f411f5 -C extra-filename=-2868da5572f411f5 --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-620675a3eb3ec265.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-e2d80f1b7e086f9c.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-11d02ec7f8112dc7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1478 | 2024-09-27T03:38:09.404Z | 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=4068cb5f2aebd532 -C extra-filename=-4068cb5f2aebd532 --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-7a19d74847f059fc.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'` |
1479 | 2024-09-27T03:38:09.505Z | Compiling num-complex v0.4.6 |
1480 | 2024-09-27T03:38:09.509Z | 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'` |
1481 | 2024-09-27T03:38:09.597Z | 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=44d7455776e36d58 -C extra-filename=-44d7455776e36d58 --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1482 | 2024-09-27T03:38:09.631Z | 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'` |
1483 | 2024-09-27T03:38:09.653Z | 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'` |
1484 | 2024-09-27T03:38:09.717Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1485 | 2024-09-27T03:38:09.720Z | 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'` |
1486 | 2024-09-27T03:38:09.810Z | 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'` |
1487 | 2024-09-27T03:38:09.930Z | Compiling prettyplease v0.2.20 |
1488 | 2024-09-27T03:38:09.934Z | 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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ef8b77d242a3d915 -C extra-filename=-ef8b77d242a3d915 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-ef8b77d242a3d915 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1489 | 2024-09-27T03:38:09.996Z | Compiling semver v0.1.20 |
1490 | 2024-09-27T03:38:09.998Z | 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'` |
1491 | 2024-09-27T03:38:10.065Z | Compiling unicode-segmentation v1.10.1 |
1492 | 2024-09-27T03:38:10.068Z | 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'` |
1493 | 2024-09-27T03:38:10.284Z | 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'` |
1494 | 2024-09-27T03:38:10.322Z | Compiling rustc_version v0.1.7 |
1495 | 2024-09-27T03:38:10.325Z | 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'` |
1496 | 2024-09-27T03:38:10.366Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-ef8b77d242a3d915/build-script-build` |
1497 | 2024-09-27T03:38:10.387Z | 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=f20697d1a39c1a10 -C extra-filename=-f20697d1a39c1a10 --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-dd59e0644594b3be.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1498 | 2024-09-27T03:38:10.414Z | 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dbffb2855f7cd1fe -C extra-filename=-dbffb2855f7cd1fe --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 pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1499 | 2024-09-27T03:38:10.572Z | Compiling num v0.4.3 |
1500 | 2024-09-27T03:38:10.575Z | 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'` |
1501 | 2024-09-27T03:38:10.604Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1502 | 2024-09-27T03:38:10.607Z | 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=bb41fc26901eaec6 -C extra-filename=-bb41fc26901eaec6 --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-2868da5572f411f5.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-33f53602b3bebd47.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-11d02ec7f8112dc7.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1503 | 2024-09-27T03:38:10.680Z | 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'` |
1504 | 2024-09-27T03:38:10.768Z | 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=7ff16424d1bbd285 -C extra-filename=-7ff16424d1bbd285 --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-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-aa4c16098fb2139a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1505 | 2024-09-27T03:38:10.794Z | 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` |
1506 | 2024-09-27T03:38:10.862Z | 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=d0d7b1d8d9f2ba59 -C extra-filename=-d0d7b1d8d9f2ba59 --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-44d7455776e36d58.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-c98118004bd4d30a.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-ce04e30e105308c9.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2024-09-27T03:38:10.884Z | 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=99fdd798d41c184b -C extra-filename=-99fdd798d41c184b --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-f4427b87e04d31f0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-fc3ef2c655c5e5d1.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1508 | 2024-09-27T03:38:10.947Z | 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=c4774d404cd32ae5 -C extra-filename=-c4774d404cd32ae5 --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-a89d2f8e2c91e58b.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-96e6ae0a5e067ae1.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-278d3fd5a381723e.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-b108834cb22fa201.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-8d8bcb8003f9ff5a.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-450af7bb99cd3cc3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1509 | 2024-09-27T03:38:11.011Z | Compiling zone_cfg_derive v0.3.0 |
1510 | 2024-09-27T03:38:11.015Z | 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=b012dd109cf4f744 -C extra-filename=-b012dd109cf4f744 --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-aef3d7e13194638d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1511 | 2024-09-27T03:38:11.073Z | 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=ae9485e00bd34c62 -C extra-filename=-ae9485e00bd34c62 --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-7a19d74847f059fc.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-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4068cb5f2aebd532.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'` |
1512 | 2024-09-27T03:38:11.823Z | 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'` |
1513 | 2024-09-27T03:38:11.861Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-41ac83512afb7093/build-script-build` |
1514 | 2024-09-27T03:38:11.893Z | 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` |
1515 | 2024-09-27T03:38:12.001Z | 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=6fcebe6a44501869 -C extra-filename=-6fcebe6a44501869 --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-515389a2bfac90ed.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1516 | 2024-09-27T03:38:12.035Z | Compiling console v0.15.7 |
1517 | 2024-09-27T03:38:12.038Z | 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=fc32adad4d84e435 -C extra-filename=-fc32adad4d84e435 --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-7c55c6a0b9aca3c4.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1518 | 2024-09-27T03:38:12.415Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1519 | 2024-09-27T03:38:12.418Z | 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/24a74d0/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=a2107397eaec0135 -C extra-filename=-a2107397eaec0135 --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-7c55c6a0b9aca3c4.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1520 | 2024-09-27T03:38:12.567Z | 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=6a61e30a935f0148 -C extra-filename=-6a61e30a935f0148 --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-68a584f0f13e0064.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'` |
1521 | 2024-09-27T03:38:12.615Z | 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=95fc6a76e0113dee -C extra-filename=-95fc6a76e0113dee --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-31aa827c0b793789.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-e5a2acfc24820799.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1522 | 2024-09-27T03:38:12.707Z | Compiling itertools v0.10.5 |
1523 | 2024-09-27T03:38:12.710Z | 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=a6c8494c601f8acd -C extra-filename=-a6c8494c601f8acd --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-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2024-09-27T03:38:12.738Z | 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=68e9c60a8bfd9781 -C extra-filename=-68e9c60a8bfd9781 --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-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1525 | 2024-09-27T03:38:12.891Z | 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=68eff4e84fb4304e -C extra-filename=-68eff4e84fb4304e --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-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1526 | 2024-09-27T03:38:12.904Z | 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=784e439ae6618f77 -C extra-filename=-784e439ae6618f77 --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2024-09-27T03:38:12.956Z | Compiling hashlink v0.9.1 |
1528 | 2024-09-27T03:38:12.959Z | 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=6de55688c5c4e19a -C extra-filename=-6de55688c5c4e19a --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-b850c79896b3774b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1529 | 2024-09-27T03:38:13.092Z | 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=4461f12f4bf945b0 -C extra-filename=-4461f12f4bf945b0 --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-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1530 | 2024-09-27T03:38:13.339Z | Compiling sigpipe v0.1.3 |
1531 | 2024-09-27T03:38:13.341Z | 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=64e97d5ea468fce6 -C extra-filename=-64e97d5ea468fce6 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1532 | 2024-09-27T03:38:13.479Z | 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'` |
1533 | 2024-09-27T03:38:13.647Z | Compiling float-ord v0.3.2 |
1534 | 2024-09-27T03:38:13.651Z | 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'` |
1535 | 2024-09-27T03:38:13.705Z | Compiling fallible-streaming-iterator v0.1.9 |
1536 | 2024-09-27T03:38:13.721Z | 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'` |
1537 | 2024-09-27T03:38:13.724Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1538 | 2024-09-27T03:38:13.724Z | Compiling base64ct v1.6.0 |
1539 | 2024-09-27T03:38:13.724Z | 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/5bf5f09/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'` |
1540 | 2024-09-27T03:38:13.724Z | 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'` |
1541 | 2024-09-27T03:38:13.811Z | Compiling fallible-iterator v0.3.0 |
1542 | 2024-09-27T03:38:13.813Z | 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'` |
1543 | 2024-09-27T03:38:13.833Z | 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'` |
1544 | 2024-09-27T03:38:13.962Z | Compiling rayon-core v1.12.1 |
1545 | 2024-09-27T03:38:13.964Z | 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'` |
1546 | 2024-09-27T03:38:13.984Z | 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=b011f942b7d336ec -C extra-filename=-b011f942b7d336ec --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-cd87678860779045.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-bde62343a55fc728.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-09-27T03:38:14.091Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-6a8007002339aa2b/build-script-build` |
1548 | 2024-09-27T03:38:14.122Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1549 | 2024-09-27T03:38:14.125Z | 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/5bf5f09/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=c637d694cd189bfd -C extra-filename=-c637d694cd189bfd --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-a89d2f8e2c91e58b.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.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-64e97d5ea468fce6.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-09-27T03:38:14.315Z | 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=7cc29c28200723cf -C extra-filename=-7cc29c28200723cf --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-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7ff16424d1bbd285.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1551 | 2024-09-27T03:38:14.338Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fab5c62432fe2365/build-script-build` |
1552 | 2024-09-27T03:38:14.368Z | Compiling password-hash v0.5.0 |
1553 | 2024-09-27T03:38:14.371Z | 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=53c19bbcf9ca44b2 -C extra-filename=-53c19bbcf9ca44b2 --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-b2340e46caa6c7b4.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1554 | 2024-09-27T03:38:14.371Z | 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=4704b4ca21d1e461 -C extra-filename=-4704b4ca21d1e461 --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-68eff4e84fb4304e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-09-27T03:38:14.542Z | Compiling rusqlite v0.32.1 |
1556 | 2024-09-27T03:38:14.544Z | 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=db31a441843dca27 -C extra-filename=-db31a441843dca27 --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-bc8eef8f4806d164.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-6de55688c5c4e19a.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` |
1557 | 2024-09-27T03:38:14.915Z | 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/5bf5f09/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=086b8fc1bf731e3b -C extra-filename=-086b8fc1bf731e3b --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-68e9c60a8bfd9781.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1558 | 2024-09-27T03:38:15.082Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1559 | 2024-09-27T03:38:15.085Z | 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=51249ddbabdf261c -C extra-filename=-51249ddbabdf261c --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-7c55c6a0b9aca3c4.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-c4774d404cd32ae5.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-2868da5572f411f5.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-bb41fc26901eaec6.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2024-09-27T03:38:15.250Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1561 | 2024-09-27T03:38:15.253Z | 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/24a74d0/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=f5a83288294087cf -C extra-filename=-f5a83288294087cf --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-a2107397eaec0135.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2024-09-27T03:38:15.470Z | Compiling crossbeam-deque v0.8.3 |
1563 | 2024-09-27T03:38:15.472Z | 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'` |
1564 | 2024-09-27T03:38:15.531Z | Compiling zone v0.3.0 |
1565 | 2024-09-27T03:38:15.534Z | 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=25e5eaa7571458c3 -C extra-filename=-25e5eaa7571458c3 --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-a6c8494c601f8acd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-b012dd109cf4f744.so --cap-lints allow '-Wclippy::unused-async'` |
1566 | 2024-09-27T03:38:15.729Z | 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=eb428f423f5a5489 -C extra-filename=-eb428f423f5a5489 --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-bc8eef8f4806d164.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.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)'` |
1567 | 2024-09-27T03:38:15.799Z | Compiling newtype_derive v0.1.6 |
1568 | 2024-09-27T03:38:15.802Z | 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'` |
1569 | 2024-09-27T03:38:15.827Z | Compiling newline-converter v0.3.0 |
1570 | 2024-09-27T03:38:15.830Z | 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'` |
1571 | 2024-09-27T03:38:15.857Z | Compiling hubpack_derive v0.1.1 |
1572 | 2024-09-27T03:38:15.860Z | 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=cb8e0a4f38f37647 -C extra-filename=-cb8e0a4f38f37647 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1573 | 2024-09-27T03:38:15.999Z | Compiling twox-hash v1.6.3 |
1574 | 2024-09-27T03:38:16.002Z | 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=e46144694b6af5ed -C extra-filename=-e46144694b6af5ed --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-093134a88cb911d9.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-09-27T03:38:16.179Z | 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=dba4a871ab6a395d -C extra-filename=-dba4a871ab6a395d --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-6104cb3101b0bd9a.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'` |
1576 | 2024-09-27T03:38:16.449Z | 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=5accdccd663cd6fb -C extra-filename=-5accdccd663cd6fb --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-dbf6f79dfce57c34.so --cap-lints allow '-Wclippy::unused-async'` |
1577 | 2024-09-27T03:38:16.511Z | 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=bac065ad0d7ddfe3 -C extra-filename=-bac065ad0d7ddfe3 --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-3d5295eb0d82c25f.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-a8c0cfecf0716bc6.so --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-09-27T03:38:16.627Z | 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=06645e3ce4d08291 -C extra-filename=-06645e3ce4d08291 --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-50e03d4bfb3809e6.so --cap-lints allow '-Wclippy::unused-async'` |
1579 | 2024-09-27T03:38:16.745Z | 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=0d26e90e080d729c -C extra-filename=-0d26e90e080d729c --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-025def26417f2b88.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1580 | 2024-09-27T03:38:16.772Z | 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'` |
1581 | 2024-09-27T03:38:16.806Z | Compiling blake2 v0.10.6 |
1582 | 2024-09-27T03:38:16.806Z | 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=ba21995ca2f1c438 -C extra-filename=-ba21995ca2f1c438 --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-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1583 | 2024-09-27T03:38:16.869Z | 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=c5abb11a2569c28d -C extra-filename=-c5abb11a2569c28d --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-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2024-09-27T03:38:16.910Z | 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=a58b3cee7402c688 -C extra-filename=-a58b3cee7402c688 --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-dfc593445d30822e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2024-09-27T03:38:17.158Z | Compiling smf v0.2.3 |
1586 | 2024-09-27T03:38:17.161Z | 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=2b1496d3889ad74c -C extra-filename=-2b1496d3889ad74c --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-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2024-09-27T03:38:17.312Z | Compiling zerocopy-derive v0.6.6 |
1588 | 2024-09-27T03:38:17.315Z | 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=5644c7a01f85524c -C extra-filename=-5644c7a01f85524c --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2024-09-27T03:38:17.790Z | 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'` |
1590 | 2024-09-27T03:38:18.023Z | Compiling atty v0.2.14 |
1591 | 2024-09-27T03:38:18.026Z | 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=01997d45292a3a76 -C extra-filename=-01997d45292a3a76 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2024-09-27T03:38:18.176Z | Compiling whoami v1.5.1 |
1593 | 2024-09-27T03:38:18.179Z | 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'` |
1594 | 2024-09-27T03:38:18.339Z | Compiling similar v2.3.0 |
1595 | 2024-09-27T03:38:18.343Z | 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'` |
1596 | 2024-09-27T03:38:18.489Z | Compiling argon2 v0.5.3 |
1597 | 2024-09-27T03:38:18.492Z | 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=cd9f645fb9a60eb0 -C extra-filename=-cd9f645fb9a60eb0 --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-ba21995ca2f1c438.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-53c19bbcf9ca44b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1598 | 2024-09-27T03:38:18.850Z | 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'` |
1599 | 2024-09-27T03:38:18.928Z | Compiling hubpack v0.1.2 |
1600 | 2024-09-27T03:38:18.932Z | 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=2d840eacd7dcb74b -C extra-filename=-2d840eacd7dcb74b --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-cb8e0a4f38f37647.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1601 | 2024-09-27T03:38:18.970Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-447b9ef8d621381e/build-script-build` |
1602 | 2024-09-27T03:38:18.973Z | 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'` |
1603 | 2024-09-27T03:38:19.021Z | Compiling strum_macros v0.25.3 |
1604 | 2024-09-27T03:38:19.024Z | 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=a853db3e298ae0d5 -C extra-filename=-a853db3e298ae0d5 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1605 | 2024-09-27T03:38:19.408Z | Compiling zerocopy v0.6.6 |
1606 | 2024-09-27T03:38:19.411Z | 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=00e4a56867c27d58 -C extra-filename=-00e4a56867c27d58 --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-5644c7a01f85524c.so --cap-lints allow '-Wclippy::unused-async'` |
1607 | 2024-09-27T03:38:19.443Z | Compiling expectorate v1.1.0 |
1608 | 2024-09-27T03:38:19.446Z | 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=40a7129d4a20a3a0 -C extra-filename=-40a7129d4a20a3a0 --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-fc32adad4d84e435.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'` |
1609 | 2024-09-27T03:38:19.628Z | Compiling serde_repr v0.1.18 |
1610 | 2024-09-27T03:38:19.630Z | 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=7dd04ab52b32ca23 -C extra-filename=-7dd04ab52b32ca23 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2024-09-27T03:38:19.933Z | Compiling cookie v0.18.1 |
1612 | 2024-09-27T03:38:20.002Z | 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'` |
1613 | 2024-09-27T03:38:20.310Z | Compiling fixedbitset v0.4.2 |
1614 | 2024-09-27T03:38:20.313Z | 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'` |
1615 | 2024-09-27T03:38:20.332Z | 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'` |
1616 | 2024-09-27T03:38:20.503Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-2f72da9b4b1a67a7/build-script-build` |
1617 | 2024-09-27T03:38:20.530Z | Compiling rayon v1.10.0 |
1618 | 2024-09-27T03:38:20.558Z | 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=cf1e50e6d791f6e1 -C extra-filename=-cf1e50e6d791f6e1 --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-1e84fad8f5f4a9fa.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-088922f79811664a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2024-09-27T03:38:20.582Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1620 | 2024-09-27T03:38:20.585Z | 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/5bf5f09/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=34d85a9097669d2e -C extra-filename=-34d85a9097669d2e --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-cd9f645fb9a60eb0.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-093134a88cb911d9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2024-09-27T03:38:20.810Z | Compiling petgraph v0.6.5 |
1622 | 2024-09-27T03:38:20.813Z | 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=f654fe4fd4c7e69c -C extra-filename=-f654fe4fd4c7e69c --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-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2024-09-27T03:38:20.854Z | 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` |
1624 | 2024-09-27T03:38:20.911Z | 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.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=40b9284f433853dd -C extra-filename=-40b9284f433853dd --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-fc1036f61830a9c2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1625 | 2024-09-27T03:38:20.971Z | Compiling enum-as-inner v0.6.0 |
1626 | 2024-09-27T03:38:20.975Z | 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=2909cc45c42eb2f5 -C extra-filename=-2909cc45c42eb2f5 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1627 | 2024-09-27T03:38:21.024Z | Compiling toml_edit v0.20.7 |
1628 | 2024-09-27T03:38:21.027Z | 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=9b6543ca4d924b1f -C extra-filename=-9b6543ca4d924b1f --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-1d18750f76da275e.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1629 | 2024-09-27T03:38:21.046Z | Compiling autocfg v0.1.8 |
1630 | 2024-09-27T03:38:21.048Z | 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'` |
1631 | 2024-09-27T03:38:21.152Z | Compiling rand_core v0.4.2 |
1632 | 2024-09-27T03:38:21.155Z | 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'` |
1633 | 2024-09-27T03:38:21.565Z | Compiling data-encoding v2.5.0 |
1634 | 2024-09-27T03:38:21.568Z | 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'` |
1635 | 2024-09-27T03:38:22.003Z | Compiling highway v1.2.0 |
1636 | 2024-09-27T03:38:22.006Z | 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'` |
1637 | 2024-09-27T03:38:22.150Z | Compiling quick-error v1.2.3 |
1638 | 2024-09-27T03:38:22.152Z | 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'` |
1639 | 2024-09-27T03:38:22.314Z | Compiling convert_case v0.4.0 |
1640 | 2024-09-27T03:38:22.317Z | 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'` |
1641 | 2024-09-27T03:38:22.869Z | Compiling linked-hash-map v0.5.6 |
1642 | 2024-09-27T03:38:22.879Z | 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'` |
1643 | 2024-09-27T03:38:22.913Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1644 | 2024-09-27T03:38:22.916Z | 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/319e7b9/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=898748b411b4be54 -C extra-filename=-898748b411b4be54 --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-bc8eef8f4806d164.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-2d840eacd7dcb74b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-7dd04ab52b32ca23.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-a853db3e298ae0d5.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-00e4a56867c27d58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1645 | 2024-09-27T03:38:23.197Z | Compiling derive_more v0.99.18 |
1646 | 2024-09-27T03:38:23.200Z | 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=793389374963d0c3 -C extra-filename=-793389374963d0c3 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2024-09-27T03:38:23.283Z | Compiling lru-cache v0.1.2 |
1648 | 2024-09-27T03:38:23.286Z | 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'` |
1649 | 2024-09-27T03:38:23.509Z | Compiling resolv-conf v0.7.0 |
1650 | 2024-09-27T03:38:23.511Z | 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=5b97cc6151e290ca -C extra-filename=-5b97cc6151e290ca --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-7d0698620f3137ca.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-e0e1cd13e3459b89.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2024-09-27T03:38:23.729Z | Compiling proc-macro-crate v2.0.0 |
1652 | 2024-09-27T03:38:23.731Z | 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=dc03da37aa63308f -C extra-filename=-dc03da37aa63308f --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-9b6543ca4d924b1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2024-09-27T03:38:24.410Z | Compiling hickory-proto v0.24.1 |
1654 | 2024-09-27T03:38:24.412Z | 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=cde858d7a548cc58 -C extra-filename=-cde858d7a548cc58 --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-2ffeb3677f9a0805.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-2909cc45c42eb2f5.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-4f9d05aace097a4c.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-093134a88cb911d9.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-a2d50a0f42384bc7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2024-09-27T03:38:24.432Z | 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=73a2be946c528cf7 -C extra-filename=-73a2be946c528cf7 --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-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1656 | 2024-09-27T03:38:24.911Z | Compiling steno v0.4.1 |
1657 | 2024-09-27T03:38:24.914Z | 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=df90531e22434bb1 -C extra-filename=-df90531e22434bb1 --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-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.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-f654fe4fd4c7e69c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2024-09-27T03:38:25.064Z | 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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ab7b9e2f66cd8591 -C extra-filename=-ab7b9e2f66cd8591 --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-ed7a6d3d890e78ca.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1659 | 2024-09-27T03:38:25.743Z | Compiling derive-where v1.2.7 |
1660 | 2024-09-27T03:38:25.746Z | 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=9d7030bbfbcc01f0 -C extra-filename=-9d7030bbfbcc01f0 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2024-09-27T03:38:25.781Z | Compiling humantime v2.1.0 |
1662 | 2024-09-27T03:38:25.783Z | 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'` |
1663 | 2024-09-27T03:38:26.391Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1664 | 2024-09-27T03:38:26.394Z | 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/5bf5f09/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=0cdae08a96ed2f49 -C extra-filename=-0cdae08a96ed2f49 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1665 | 2024-09-27T03:38:27.567Z | Compiling num_enum_derive v0.7.3 |
1666 | 2024-09-27T03:38:27.604Z | 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=6db11b59b7e04a2f -C extra-filename=-6db11b59b7e04a2f --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-dc03da37aa63308f.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1667 | 2024-09-27T03:38:27.640Z | Compiling inout v0.1.3 |
1668 | 2024-09-27T03:38:27.642Z | 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'` |
1669 | 2024-09-27T03:38:27.857Z | Compiling cipher v0.4.4 |
1670 | 2024-09-27T03:38:27.860Z | 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=c998bf1e66b9a96f -C extra-filename=-c998bf1e66b9a96f --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-3a3da486b00e0b1a.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-cb4dea05f60a260d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1671 | 2024-09-27T03:38:28.295Z | Compiling bincode v1.3.3 |
1672 | 2024-09-27T03:38:28.298Z | 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=2a2887b112fe4f25 -C extra-filename=-2a2887b112fe4f25 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1673 | 2024-09-27T03:38:28.543Z | Compiling rand_core v0.3.1 |
1674 | 2024-09-27T03:38:28.546Z | 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'` |
1675 | 2024-09-27T03:38:28.654Z | Compiling itertools v0.13.0 |
1676 | 2024-09-27T03:38:28.657Z | 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=c3bb8caffeb13b1e -C extra-filename=-c3bb8caffeb13b1e --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-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1677 | 2024-09-27T03:38:29.150Z | Compiling hickory-resolver v0.24.1 |
1678 | 2024-09-27T03:38:29.152Z | 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=50af6918f5268033 -C extra-filename=-50af6918f5268033 --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-4f9d05aace097a4c.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-cde858d7a548cc58.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-755fb11a2b3c0d7b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-5b97cc6151e290ca.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1679 | 2024-09-27T03:38:29.349Z | Compiling universal-hash v0.5.1 |
1680 | 2024-09-27T03:38:29.352Z | 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=1eb57b8b052d3704 -C extra-filename=-1eb57b8b052d3704 --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-3a3da486b00e0b1a.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1681 | 2024-09-27T03:38:29.544Z | Compiling ringbuffer v0.15.0 |
1682 | 2024-09-27T03:38:29.547Z | 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'` |
1683 | 2024-09-27T03:38:29.593Z | Compiling opaque-debug v0.3.0 |
1684 | 2024-09-27T03:38:29.595Z | 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'` |
1685 | 2024-09-27T03:38:29.700Z | Compiling polyval v0.6.1 |
1686 | 2024-09-27T03:38:29.703Z | 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=1f1722882b2fb4fc -C extra-filename=-1f1722882b2fb4fc --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-1eb57b8b052d3704.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1687 | 2024-09-27T03:38:30.141Z | Compiling ctr v0.9.2 |
1688 | 2024-09-27T03:38:30.144Z | 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=20ce2889644bcaf7 -C extra-filename=-20ce2889644bcaf7 --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-c998bf1e66b9a96f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1689 | 2024-09-27T03:38:30.164Z | Compiling aes v0.8.3 |
1690 | 2024-09-27T03:38:30.164Z | 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=71c58b798e32c460 -C extra-filename=-71c58b798e32c460 --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-c998bf1e66b9a96f.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1691 | 2024-09-27T03:38:30.218Z | Compiling num_enum v0.7.3 |
1692 | 2024-09-27T03:38:30.228Z | 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=12f110b5948928c4 -C extra-filename=-12f110b5948928c4 --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-6db11b59b7e04a2f.so --cap-lints allow '-Wclippy::unused-async'` |
1693 | 2024-09-27T03:38:30.248Z | Compiling aead v0.5.2 |
1694 | 2024-09-27T03:38:30.251Z | 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=ddd19bc4f9f3eea3 -C extra-filename=-ddd19bc4f9f3eea3 --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-3a3da486b00e0b1a.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1695 | 2024-09-27T03:38:30.397Z | Compiling num-bigint v0.2.6 |
1696 | 2024-09-27T03:38:30.400Z | 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'` |
1697 | 2024-09-27T03:38:30.447Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1698 | 2024-09-27T03:38:30.449Z | 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'` |
1699 | 2024-09-27T03:38:30.595Z | Compiling signal-hook v0.3.17 |
1700 | 2024-09-27T03:38:30.598Z | 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'` |
1701 | 2024-09-27T03:38:30.815Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-d937b54a0b491d1b/build-script-build` |
1702 | 2024-09-27T03:38:30.856Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-243f8e5a007c2a40/build-script-build` |
1703 | 2024-09-27T03:38:30.931Z | Compiling rand_pcg v0.1.2 |
1704 | 2024-09-27T03:38:30.953Z | 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'` |
1705 | 2024-09-27T03:38:30.953Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4d1233c1560e0430/build-script-build` |
1706 | 2024-09-27T03:38:30.982Z | Compiling rand_chacha v0.1.1 |
1707 | 2024-09-27T03:38:30.984Z | 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'` |
1708 | 2024-09-27T03:38:31.032Z | Compiling aes-gcm-siv v0.11.1 |
1709 | 2024-09-27T03:38:31.035Z | 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=9d15eab6e77f0c8d -C extra-filename=-9d15eab6e77f0c8d --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-ddd19bc4f9f3eea3.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-71c58b798e32c460.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-c998bf1e66b9a96f.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-20ce2889644bcaf7.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-1f1722882b2fb4fc.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'` |
1710 | 2024-09-27T03:38:31.302Z | Compiling async-recursion v1.1.1 |
1711 | 2024-09-27T03:38:31.305Z | 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=60b98fdc54340243 -C extra-filename=-60b98fdc54340243 --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1712 | 2024-09-27T03:38:31.325Z | Compiling num-rational v0.2.4 |
1713 | 2024-09-27T03:38:31.350Z | 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'` |
1714 | 2024-09-27T03:38:31.369Z | Compiling num-complex v0.2.4 |
1715 | 2024-09-27T03:38:31.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/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'` |
1716 | 2024-09-27T03:38:31.563Z | Compiling unicase v2.7.0 |
1717 | 2024-09-27T03:38:31.609Z | 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'` |
1718 | 2024-09-27T03:38:31.756Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-d6bc274ee35b17e2/build-script-build` |
1719 | 2024-09-27T03:38:31.821Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-83d47435a21e30c5/build-script-build` |
1720 | 2024-09-27T03:38:31.937Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-2f549581602288aa/build-script-build` |
1721 | 2024-09-27T03:38:31.965Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-ffc8f87f275a3172/build-script-build` |
1722 | 2024-09-27T03:38:32.034Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-ad3becda31b6a2f4/build-script-build` |
1723 | 2024-09-27T03:38:32.057Z | 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` |
1724 | 2024-09-27T03:38:32.115Z | 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=a0e8fa5213615652 -C extra-filename=-a0e8fa5213615652 --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-7c55c6a0b9aca3c4.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-03695828bec9b9a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1725 | 2024-09-27T03:38:32.132Z | Compiling rand v0.6.5 |
1726 | 2024-09-27T03:38:32.134Z | 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'` |
1727 | 2024-09-27T03:38:32.182Z | Compiling urlencoding v2.1.3 |
1728 | 2024-09-27T03:38:32.184Z | 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'` |
1729 | 2024-09-27T03:38:32.518Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-f667ccab5483451c/build-script-build` |
1730 | 2024-09-27T03:38:32.592Z | Compiling opentelemetry v0.21.0 |
1731 | 2024-09-27T03:38:32.595Z | 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=e8a0ccdc4c99f8a4 -C extra-filename=-e8a0ccdc4c99f8a4 --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-8a9e74e7d691ac23.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-a11bc2b048b4e5f7.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-bad4da14846decdc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1732 | 2024-09-27T03:38:32.665Z | 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` |
1733 | 2024-09-27T03:38:32.896Z | 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` |
1734 | 2024-09-27T03:38:32.920Z | 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` |
1735 | 2024-09-27T03:38:33.239Z | Compiling rand_isaac v0.1.1 |
1736 | 2024-09-27T03:38:33.249Z | 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'` |
1737 | 2024-09-27T03:38:33.261Z | Compiling rand_xorshift v0.1.1 |
1738 | 2024-09-27T03:38:33.282Z | 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'` |
1739 | 2024-09-27T03:38:33.411Z | Compiling rand_hc v0.1.0 |
1740 | 2024-09-27T03:38:33.414Z | 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'` |
1741 | 2024-09-27T03:38:33.523Z | Compiling rand_jitter v0.1.4 |
1742 | 2024-09-27T03:38:33.525Z | 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'` |
1743 | 2024-09-27T03:38:33.546Z | Compiling rand_os v0.1.3 |
1744 | 2024-09-27T03:38:33.546Z | 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=e1fa292049bd483a -C extra-filename=-e1fa292049bd483a --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-7c55c6a0b9aca3c4.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1745 | 2024-09-27T03:38:33.746Z | 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` |
1746 | 2024-09-27T03:38:33.925Z | 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=fc7f51718ef6c2fe -C extra-filename=-fc7f51718ef6c2fe --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-7c55c6a0b9aca3c4.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-e1fa292049bd483a.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` |
1747 | 2024-09-27T03:38:34.023Z | 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` |
1748 | 2024-09-27T03:38:34.045Z | Compiling phf_generator v0.11.2 |
1749 | 2024-09-27T03:38:34.045Z | 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=8468eec86723a044 -C extra-filename=-8468eec86723a044 --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-bde62343a55fc728.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1750 | 2024-09-27T03:38:34.118Z | Compiling ordered-float v4.2.0 |
1751 | 2024-09-27T03:38:34.120Z | 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'` |
1752 | 2024-09-27T03:38:34.139Z | Compiling num_cpus v1.16.0 |
1753 | 2024-09-27T03:38:34.141Z | 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=c54d5e482e3fc2d5 -C extra-filename=-c54d5e482e3fc2d5 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1754 | 2024-09-27T03:38:34.214Z | Compiling glob v0.3.1 |
1755 | 2024-09-27T03:38:34.217Z | 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'` |
1756 | 2024-09-27T03:38:34.267Z | Compiling overload v0.1.1 |
1757 | 2024-09-27T03:38:34.269Z | 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'` |
1758 | 2024-09-27T03:38:34.383Z | Compiling nu-ansi-term v0.46.0 |
1759 | 2024-09-27T03:38:34.387Z | 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'` |
1760 | 2024-09-27T03:38:34.833Z | Compiling num v0.2.1 |
1761 | 2024-09-27T03:38:34.836Z | 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'` |
1762 | 2024-09-27T03:38:34.949Z | Compiling opentelemetry_sdk v0.21.2 |
1763 | 2024-09-27T03:38:34.953Z | 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=62cfafd652b0ab31 -C extra-filename=-62cfafd652b0ab31 --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-2ffeb3677f9a0805.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-f1041fcc40110f4c.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.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-e8a0ccdc4c99f8a4.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-093134a88cb911d9.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1764 | 2024-09-27T03:38:35.007Z | Compiling threadpool v1.8.1 |
1765 | 2024-09-27T03:38:35.009Z | 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=8a4c0e7725821e06 -C extra-filename=-8a4c0e7725821e06 --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-c54d5e482e3fc2d5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1766 | 2024-09-27T03:38:35.185Z | Compiling phf_codegen v0.11.2 |
1767 | 2024-09-27T03:38:35.188Z | 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=07a139e219802552 -C extra-filename=-07a139e219802552 --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-8468eec86723a044.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1768 | 2024-09-27T03:38:35.389Z | Compiling mime_guess v2.0.5 |
1769 | 2024-09-27T03:38:35.391Z | 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'` |
1770 | 2024-09-27T03:38:35.410Z | Compiling sharded-slab v0.1.7 |
1771 | 2024-09-27T03:38:35.410Z | 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'` |
1772 | 2024-09-27T03:38:35.432Z | Compiling tracing-log v0.2.0 |
1773 | 2024-09-27T03:38:35.435Z | 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'` |
1774 | 2024-09-27T03:38:35.692Z | Compiling statistical v1.0.0 |
1775 | 2024-09-27T03:38:35.696Z | 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=633679788e35452b -C extra-filename=-633679788e35452b --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-fc7f51718ef6c2fe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2024-09-27T03:38:35.935Z | Compiling ordered-float v2.10.1 |
1777 | 2024-09-27T03:38:35.938Z | 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'` |
1778 | 2024-09-27T03:38:35.958Z | Compiling mio v0.8.11 |
1779 | 2024-09-27T03:38:35.961Z | 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=0de91988173cd9d3 -C extra-filename=-0de91988173cd9d3 --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-7c55c6a0b9aca3c4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1780 | 2024-09-27T03:38:35.988Z | Compiling crc32fast v1.3.2 |
1781 | 2024-09-27T03:38:35.991Z | 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'` |
1782 | 2024-09-27T03:38:36.100Z | Compiling integer-encoding v3.0.4 |
1783 | 2024-09-27T03:38:36.103Z | 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'` |
1784 | 2024-09-27T03:38:36.246Z | Compiling terminfo v0.8.0 |
1785 | 2024-09-27T03:38:36.248Z | 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=258b7b5d53dc7361 -C extra-filename=-258b7b5d53dc7361 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-258b7b5d53dc7361 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-07a139e219802552.rlib --cap-lints allow '-Wclippy::unused-async'` |
1786 | 2024-09-27T03:38:36.541Z | Compiling thrift v0.17.0 |
1787 | 2024-09-27T03:38:36.544Z | 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=18b58c8a0aa495f5 -C extra-filename=-18b58c8a0aa495f5 --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-8a4c0e7725821e06.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1788 | 2024-09-27T03:38:36.545Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-3ab3db9f3d2b31d6/build-script-build` |
1789 | 2024-09-27T03:38:36.588Z | Compiling tracing-subscriber v0.3.18 |
1790 | 2024-09-27T03:38:36.591Z | 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'` |
1791 | 2024-09-27T03:38:36.639Z | Compiling signal-hook-mio v0.2.4 |
1792 | 2024-09-27T03:38:36.642Z | 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=bb544afdfac91b20 -C extra-filename=-bb544afdfac91b20 --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-7c55c6a0b9aca3c4.rmeta --extern mio_0_8=/work/oxidecomputer/crucible/target/debug/deps/libmio-0de91988173cd9d3.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1793 | 2024-09-27T03:38:36.675Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-4984ed65bd13238f/build-script-build` |
1794 | 2024-09-27T03:38:36.720Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1795 | 2024-09-27T03:38:36.722Z | 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=3933e53f8fcf92bc -C extra-filename=-3933e53f8fcf92bc --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-e8a0ccdc4c99f8a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1796 | 2024-09-27T03:38:36.830Z | 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` |
1797 | 2024-09-27T03:38:36.872Z | Compiling sha2 v0.10.8 |
1798 | 2024-09-27T03:38:36.875Z | 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=25df244ed7a623cb -C extra-filename=-25df244ed7a623cb --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-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2024-09-27T03:38:36.976Z | Compiling ring v0.16.20 |
1800 | 2024-09-27T03:38:36.979Z | 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=74a27bc362eb42b0 -C extra-filename=-74a27bc362eb42b0 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-74a27bc362eb42b0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2024-09-27T03:38:37.275Z | Compiling blake3 v1.5.1 |
1802 | 2024-09-27T03:38:37.275Z | 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=8e62ee7214230968 -C extra-filename=-8e62ee7214230968 --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-8e62ee7214230968 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
1803 | 2024-09-27T03:38:37.410Z | Compiling vte_generate_state_changes v0.1.1 |
1804 | 2024-09-27T03:38:37.414Z | 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=270aae26eb918bab -C extra-filename=-270aae26eb918bab --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-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1805 | 2024-09-27T03:38:37.605Z | Compiling dirs-sys v0.3.7 |
1806 | 2024-09-27T03:38:37.608Z | 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=6d50a2ebac4cd7b4 -C extra-filename=-6d50a2ebac4cd7b4 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1807 | 2024-09-27T03:38:37.850Z | Compiling minimal-lexical v0.2.1 |
1808 | 2024-09-27T03:38:37.853Z | 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'` |
1809 | 2024-09-27T03:38:37.966Z | Compiling rust_decimal v1.33.1 |
1810 | 2024-09-27T03:38:37.969Z | 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'` |
1811 | 2024-09-27T03:38:38.119Z | Compiling portable-atomic v1.5.1 |
1812 | 2024-09-27T03:38:38.122Z | 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'` |
1813 | 2024-09-27T03:38:38.157Z | Compiling adler v1.0.2 |
1814 | 2024-09-27T03:38:38.160Z | 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'` |
1815 | 2024-09-27T03:38:38.400Z | Compiling miniz_oxide v0.7.1 |
1816 | 2024-09-27T03:38:38.403Z | 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'` |
1817 | 2024-09-27T03:38:38.422Z | Compiling nom v7.1.3 |
1818 | 2024-09-27T03:38:38.425Z | 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'` |
1819 | 2024-09-27T03:38:38.463Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-74a27bc362eb42b0/build-script-build` |
1820 | 2024-09-27T03:38:38.600Z | Compiling vte v0.11.1 |
1821 | 2024-09-27T03:38:38.603Z | 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=6238152fa05cd839 -C extra-filename=-6238152fa05cd839 --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-270aae26eb918bab.so --cap-lints allow '-Wclippy::unused-async'` |
1822 | 2024-09-27T03:38:38.650Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-ec58ccaf234f35d3/build-script-build` |
1823 | 2024-09-27T03:38:38.682Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-8e62ee7214230968/build-script-build` |
1824 | 2024-09-27T03:38:39.074Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-875cd1765c6ba8f2/build-script-build` |
1825 | 2024-09-27T03:38:39.143Z | Compiling tracing-opentelemetry v0.22.0 |
1826 | 2024-09-27T03:38:39.147Z | 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=5ea5a5bcf1f4f600 -C extra-filename=-5ea5a5bcf1f4f600 --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-e8a0ccdc4c99f8a4.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-62cfafd652b0ab31.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.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'` |
1827 | 2024-09-27T03:38:39.962Z | Compiling dirs v4.0.0 |
1828 | 2024-09-27T03:38:39.965Z | 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=fb7ba876a3e24aa4 -C extra-filename=-fb7ba876a3e24aa4 --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-6d50a2ebac4cd7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1829 | 2024-09-27T03:38:40.039Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-258b7b5d53dc7361/build-script-build` |
1830 | 2024-09-27T03:38:40.146Z | Compiling opentelemetry-jaeger v0.20.0 |
1831 | 2024-09-27T03:38:40.149Z | 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=096e788be06871e0 -C extra-filename=-096e788be06871e0 --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-2ffeb3677f9a0805.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-4f9d05aace097a4c.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-e8a0ccdc4c99f8a4.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-3933e53f8fcf92bc.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-62cfafd652b0ab31.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-18b58c8a0aa495f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1832 | 2024-09-27T03:38:40.168Z | 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'` |
1833 | 2024-09-27T03:38:40.633Z | 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` |
1834 | 2024-09-27T03:38:40.657Z | Compiling signal-hook-tokio v0.3.1 |
1835 | 2024-09-27T03:38:40.660Z | 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=f3f0f26dc7751029 -C extra-filename=-f3f0f26dc7751029 --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-7c55c6a0b9aca3c4.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2024-09-27T03:38:40.818Z | Compiling phf v0.11.2 |
1837 | 2024-09-27T03:38:40.821Z | 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'` |
1838 | 2024-09-27T03:38:40.845Z | Compiling opentelemetry v0.24.0 |
1839 | 2024-09-27T03:38:40.848Z | 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=44c3747260d6339e -C extra-filename=-44c3747260d6339e --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-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1840 | 2024-09-27T03:38:40.985Z | Compiling filetime v0.2.22 |
1841 | 2024-09-27T03:38:40.988Z | 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=01565dd0d5241337 -C extra-filename=-01565dd0d5241337 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-09-27T03:38:41.128Z | Compiling memmap2 v0.9.4 |
1843 | 2024-09-27T03:38:41.131Z | 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=7a3ed6186c772506 -C extra-filename=-7a3ed6186c772506 --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-09-27T03:38:41.228Z | Compiling xattr v1.0.1 |
1845 | 2024-09-27T03:38:41.231Z | 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=eea6d2c8e022a0ad -C extra-filename=-eea6d2c8e022a0ad --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-09-27T03:38:41.318Z | Compiling csv-core v0.1.11 |
1847 | 2024-09-27T03:38:41.321Z | 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'` |
1848 | 2024-09-27T03:38:41.531Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1849 | 2024-09-27T03:38:41.534Z | 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'` |
1850 | 2024-09-27T03:38:41.609Z | Compiling home v0.5.5 |
1851 | 2024-09-27T03:38:41.612Z | 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'` |
1852 | 2024-09-27T03:38:41.915Z | Compiling constant_time_eq v0.3.0 |
1853 | 2024-09-27T03:38:41.918Z | 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'` |
1854 | 2024-09-27T03:38:41.938Z | Compiling arrayref v0.3.7 |
1855 | 2024-09-27T03:38:41.939Z | 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'` |
1856 | 2024-09-27T03:38:41.939Z | Compiling spin v0.5.2 |
1857 | 2024-09-27T03:38:41.939Z | 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'` |
1858 | 2024-09-27T03:38:42.047Z | Compiling same-file v1.0.6 |
1859 | 2024-09-27T03:38:42.047Z | 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'` |
1860 | 2024-09-27T03:38:42.069Z | Compiling untrusted v0.7.1 |
1861 | 2024-09-27T03:38:42.072Z | Compiling http-range v0.1.5 |
1862 | 2024-09-27T03:38:42.072Z | 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'` |
1863 | 2024-09-27T03:38:42.072Z | 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'` |
1864 | 2024-09-27T03:38:42.208Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-a12e18401ca79fa0/build-script-build` |
1865 | 2024-09-27T03:38:42.259Z | 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=e37a5adca19b03e2 -C extra-filename=-e37a5adca19b03e2 --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-3e67259a6ebb19cf/out -l static=ring-core -l static=ring-test` |
1866 | 2024-09-27T03:38:42.281Z | Compiling walkdir v2.4.0 |
1867 | 2024-09-27T03:38:42.283Z | 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'` |
1868 | 2024-09-27T03:38:42.366Z | Compiling hyper-staticfile v0.9.6 |
1869 | 2024-09-27T03:38:42.369Z | 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.9.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=c4dc04609692eccf -C extra-filename=-c4dc04609692eccf --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-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.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-43b814601ab5ef1f.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-093134a88cb911d9.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1870 | 2024-09-27T03:38:42.492Z | Compiling which v4.4.2 |
1871 | 2024-09-27T03:38:42.494Z | 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=eb68d2380d12aea1 -C extra-filename=-eb68d2380d12aea1 --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-1e84fad8f5f4a9fa.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-11962a7e27b82485.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1872 | 2024-09-27T03:38:43.156Z | Compiling csv v1.3.0 |
1873 | 2024-09-27T03:38:43.159Z | 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=d910c56374eef2f2 -C extra-filename=-d910c56374eef2f2 --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-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1874 | 2024-09-27T03:38:43.159Z | 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=21714bec04964e83 -C extra-filename=-21714bec04964e83 --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-fb7ba876a3e24aa4.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'` |
1875 | 2024-09-27T03:38:43.199Z | Compiling tar v0.4.40 |
1876 | 2024-09-27T03:38:43.202Z | 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=9b9bf71f7cdf6ca6 -C extra-filename=-9b9bf71f7cdf6ca6 --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-01565dd0d5241337.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-eea6d2c8e022a0ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1877 | 2024-09-27T03:38:43.423Z | Compiling flate2 v1.0.28 |
1878 | 2024-09-27T03:38:43.426Z | 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'` |
1879 | 2024-09-27T03:38:44.008Z | Compiling strip-ansi-escapes v0.2.0 |
1880 | 2024-09-27T03:38:44.010Z | 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=6aa34060a5211e75 -C extra-filename=-6aa34060a5211e75 --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-6238152fa05cd839.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1881 | 2024-09-27T03:38:44.420Z | 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` |
1882 | 2024-09-27T03:38:44.445Z | 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'` |
1883 | 2024-09-27T03:38:44.466Z | Compiling crossterm v0.27.0 |
1884 | 2024-09-27T03:38:44.468Z | 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=2c8e31c341675e4e -C extra-filename=-2c8e31c341675e4e --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-bc8eef8f4806d164.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-0de91988173cd9d3.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-bb544afdfac91b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-09-27T03:38:44.515Z | Compiling toml v0.7.8 |
1886 | 2024-09-27T03:38:44.518Z | 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=641978d9b4bb78e8 -C extra-filename=-641978d9b4bb78e8 --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-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ecebb2dcedbe009b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2024-09-27T03:38:45.386Z | Compiling nix v0.26.4 |
1888 | 2024-09-27T03:38:45.389Z | 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=cbfd070626fc047b -C extra-filename=-cbfd070626fc047b --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-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2024-09-27T03:38:45.470Z | Compiling itertools v0.12.1 |
1890 | 2024-09-27T03:38:45.473Z | 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=25b409d9c5fbb88f -C extra-filename=-25b409d9c5fbb88f --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-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-09-27T03:38:45.814Z | Compiling fd-lock v4.0.2 |
1892 | 2024-09-27T03:38:45.817Z | 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=e82775afa3e80c21 -C extra-filename=-e82775afa3e80c21 --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-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1893 | 2024-09-27T03:38:46.026Z | Compiling utf8-width v0.1.6 |
1894 | 2024-09-27T03:38:46.029Z | 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'` |
1895 | 2024-09-27T03:38:46.134Z | Compiling nu-ansi-term v0.50.0 |
1896 | 2024-09-27T03:38:46.137Z | 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'` |
1897 | 2024-09-27T03:38:46.137Z | Compiling number_prefix v0.4.0 |
1898 | 2024-09-27T03:38:46.137Z | 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'` |
1899 | 2024-09-27T03:38:46.267Z | Compiling topological-sort v0.2.2 |
1900 | 2024-09-27T03:38:46.270Z | 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'` |
1901 | 2024-09-27T03:38:46.334Z | Compiling indicatif v0.17.8 |
1902 | 2024-09-27T03:38:46.338Z | 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=d42ab1c2713e1f8f -C extra-filename=-d42ab1c2713e1f8f --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-fc32adad4d84e435.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-cf1e50e6d791f6e1.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1903 | 2024-09-27T03:38:46.380Z | Compiling byte-unit v5.1.4 |
1904 | 2024-09-27T03:38:46.383Z | 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'` |
1905 | 2024-09-27T03:38:46.505Z | Compiling crossterm v0.28.1 |
1906 | 2024-09-27T03:38:46.508Z | 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=48152798843dd450 -C extra-filename=-48152798843dd450 --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-bc8eef8f4806d164.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-bb544afdfac91b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1907 | 2024-09-27T03:38:46.966Z | Compiling nbd v0.3.1 |
1908 | 2024-09-27T03:38:46.969Z | 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'` |
1909 | 2024-09-27T03:38:46.990Z | Compiling human_bytes v0.4.3 |
1910 | 2024-09-27T03:38:46.991Z | 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'` |
1911 | 2024-09-27T03:38:48.197Z | 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=5259c3d7e32356a2 -C extra-filename=-5259c3d7e32356a2 --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-7a3ed6186c772506.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/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` |
1912 | 2024-09-27T03:38:48.560Z | Compiling reedline v0.33.0 |
1913 | 2024-09-27T03:38:48.564Z | 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=8ac6ce207df3acda -C extra-filename=-8ac6ce207df3acda --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-515389a2bfac90ed.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-2c8e31c341675e4e.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-e82775afa3e80c21.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-25b409d9c5fbb88f.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-e4a77e5b408a1ddd.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-6aa34060a5211e75.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.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-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2024-09-27T03:38:49.344Z | Compiling clearscreen v2.0.1 |
1915 | 2024-09-27T03:38:49.347Z | 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=02b119b791f2d876 -C extra-filename=-02b119b791f2d876 --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-cbfd070626fc047b.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-21714bec04964e83.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-eb68d2380d12aea1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1916 | 2024-09-27T03:38:51.483Z | 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=2ece47f2bd04988a -C extra-filename=-2ece47f2bd04988a --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-9fbefd73d49bc86e.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-d17874cf35dac3a3/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1917 | 2024-09-27T03:38:51.483Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-75d20b888f0e8783/build-script-build` |
1918 | 2024-09-27T03:38:51.486Z | 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=ac87368030a969a5 -C extra-filename=-ac87368030a969a5 --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-cd87678860779045.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-d17874cf35dac3a3/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1919 | 2024-09-27T03:38:51.501Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-31e07cd16581fc9d/build-script-build` |
1920 | 2024-09-27T03:38:53.384Z | Compiling sct v0.7.1 |
1921 | 2024-09-27T03:38:53.384Z | Compiling rustls-webpki v0.101.7 |
1922 | 2024-09-27T03:38:53.387Z | 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=983ed4cb98812fc0 -C extra-filename=-983ed4cb98812fc0 --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-2ece47f2bd04988a.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-d17874cf35dac3a3/out` |
1923 | 2024-09-27T03:38:53.387Z | 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=e0ec42f5e257e2ea -C extra-filename=-e0ec42f5e257e2ea --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-2ece47f2bd04988a.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-d17874cf35dac3a3/out` |
1924 | 2024-09-27T03:38:53.570Z | 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 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=1e8307053d6e62e3 -C extra-filename=-1e8307053d6e62e3 --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-ac87368030a969a5.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-d17874cf35dac3a3/out` |
1925 | 2024-09-27T03:38:53.674Z | 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcde2a9ef2d64e0a -C extra-filename=-dcde2a9ef2d64e0a --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-ac87368030a969a5.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-d17874cf35dac3a3/out` |
1926 | 2024-09-27T03:38:53.730Z | Compiling rustls-webpki v0.102.1 |
1927 | 2024-09-27T03:38:53.734Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=dc055d3247ee5ce7 -C extra-filename=-dc055d3247ee5ce7 --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-2ece47f2bd04988a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.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-d17874cf35dac3a3/out` |
1928 | 2024-09-27T03:38:53.957Z | 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.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=9c07a907dd9b4a94 -C extra-filename=-9c07a907dd9b4a94 --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-ac87368030a969a5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.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-d17874cf35dac3a3/out` |
1929 | 2024-09-27T03:38:54.174Z | 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=8ddb67fc24853004 -C extra-filename=-8ddb67fc24853004 --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-2ece47f2bd04988a.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-e0ec42f5e257e2ea.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-983ed4cb98812fc0.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1930 | 2024-09-27T03:38:54.485Z | 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 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=902ea3657a178db1 -C extra-filename=-902ea3657a178db1 --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-ac87368030a969a5.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-1e8307053d6e62e3.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-dcde2a9ef2d64e0a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1931 | 2024-09-27T03:38:54.485Z | 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=b79f6e3e246f366a -C extra-filename=-b79f6e3e246f366a --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-2ece47f2bd04988a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-dc055d3247ee5ce7.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-d17874cf35dac3a3/out` |
1932 | 2024-09-27T03:38:55.156Z | 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=5fbe2cebf8555c63 -C extra-filename=-5fbe2cebf8555c63 --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-ac87368030a969a5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-9c07a907dd9b4a94.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-d17874cf35dac3a3/out` |
1933 | 2024-09-27T03:38:57.891Z | Compiling tokio-rustls v0.24.1 |
1934 | 2024-09-27T03:38:57.894Z | 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=0727b874e97287e9 -C extra-filename=-0727b874e97287e9 --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-8ddb67fc24853004.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1935 | 2024-09-27T03:38:58.192Z | 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 embed-bitcode=no --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=826d99aa0e0973b4 -C extra-filename=-826d99aa0e0973b4 --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-902ea3657a178db1.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1936 | 2024-09-27T03:38:58.292Z | Compiling hyper-rustls v0.24.2 |
1937 | 2024-09-27T03:38:58.295Z | 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=61691efac811f4df -C extra-filename=-61691efac811f4df --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-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1938 | 2024-09-27T03:38:58.604Z | Compiling reqwest v0.11.27 |
1939 | 2024-09-27T03:38:58.607Z | 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="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --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=1228b7edc1e53976 -C extra-filename=-1228b7edc1e53976 --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-8afc661df6106b71.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-4f9d05aace097a4c.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-7d8b11d9426bfac3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-bf997e715fcfc39f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-61691efac811f4df.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-c3df273c51c56b24.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-b67dd205634f4937.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-8ddb67fc24853004.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-fd58ed7bd5417794.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-f2299c19075197dd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3798ce452812baa8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.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-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1940 | 2024-09-27T03:38:58.675Z | 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 embed-bitcode=no --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=e59fb1999e598a43 -C extra-filename=-e59fb1999e598a43 --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-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-826d99aa0e0973b4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1941 | 2024-09-27T03:38:58.893Z | Compiling tokio-rustls v0.25.0 |
1942 | 2024-09-27T03:38:58.896Z | 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=78ae70c92131128c -C extra-filename=-78ae70c92131128c --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-b79f6e3e246f366a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1943 | 2024-09-27T03:38:59.033Z | 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 embed-bitcode=no --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --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=13592623b722e5c8 -C extra-filename=-13592623b722e5c8 --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-97bfc64068a4bfad.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-7c5cc8db1569d62e.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-e5a2acfc24820799.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2578039e3d04fc3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-b93e537be48540ba.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-e59fb1999e598a43.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-20f311e1f52f14c9.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-1c634fd0707fc42d.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-902ea3657a178db1.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-4c93d1d63434c201.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4d8798ffd2feed14.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-48a5df6c8b6eefb1.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-826d99aa0e0973b4.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-b9f33f47de5c2b42.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-509a604479dfb9a0.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1944 | 2024-09-27T03:38:59.353Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot/src/lib.rs --error-format=json --json=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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=10b583b4d853d9e2 -C extra-filename=-10b583b4d853d9e2 --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-1487b5b351007104.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.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-f6725f3a1229f2cf.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-755223d9209c8c7a.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-009c93eb751b73f6.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-0f80d5365e99edc7.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-c62b95735f2881d2.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-b79f6e3e246f366a.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-c6208ac7fb266358.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-739a70b854eddc3a.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-210aaa6b632bf847.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-5c45cf022a8479ad.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-cf800494ed39d6d2.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-78ae70c92131128c.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.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-d17874cf35dac3a3/out` |
1945 | 2024-09-27T03:39:00.455Z | 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=3b926c894973c13b -C extra-filename=-3b926c894973c13b --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-5fbe2cebf8555c63.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1946 | 2024-09-27T03:39:00.891Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot/src/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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2743009fc021124 -C extra-filename=-c2743009fc021124 --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-6a61e30a935f0148.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-257fc8a7583b6f23.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-b598b9a93384beaf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.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-f6725f3a1229f2cf.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-d6ef9e0917726f45.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-95fc6a76e0113dee.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-4461f12f4bf945b0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-ae9485e00bd34c62.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.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-5fbe2cebf8555c63.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-dbffb2855f7cd1fe.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-784e439ae6618f77.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-f20697d1a39c1a10.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-99fdd798d41c184b.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-fc3ef2c655c5e5d1.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-d0d7b1d8d9f2ba59.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-3b926c894973c13b.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7cc29c28200723cf.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-dc2d8e4b61d25561.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.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-d17874cf35dac3a3/out` |
1947 | 2024-09-27T03:39:01.698Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1948 | 2024-09-27T03:39:01.700Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-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=55d9704a2d574066 -C extra-filename=-55d9704a2d574066 --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-8afc661df6106b71.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-1228b7edc1e53976.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1949 | 2024-09-27T03:39:02.202Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1950 | 2024-09-27T03:39:02.205Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f70ba39dba9a8acf -C extra-filename=-f70ba39dba9a8acf --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-55d9704a2d574066.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-25664cd2b8057c18.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-de78a183672117b0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1951 | 2024-09-27T03:39:02.378Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-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=0852a29f1be57a79 -C extra-filename=-0852a29f1be57a79 --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-7a19d74847f059fc.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-13592623b722e5c8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1952 | 2024-09-27T03:39:02.441Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1953 | 2024-09-27T03:39:02.444Z | 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/9e0fe45/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=fe2995d8a343cd1e -C extra-filename=-fe2995d8a343cd1e --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.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-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1954 | 2024-09-27T03:39:02.822Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a0942d7214a5aca -C extra-filename=-4a0942d7214a5aca --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-0852a29f1be57a79.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-ed68a760cb4a8a54.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-de78a183672117b0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1955 | 2024-09-27T03:39:03.081Z | 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/9e0fe45/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=62ee5dc79c2c5a83 -C extra-filename=-62ee5dc79c2c5a83 --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-004ee70242088362.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4a0942d7214a5aca.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.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-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1956 | 2024-09-27T03:39:04.239Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1957 | 2024-09-27T03:39:04.242Z | 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/5bf5f09/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=03064bc76f7f17a6 -C extra-filename=-03064bc76f7f17a6 --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-40a7129d4a20a3a0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.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-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.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-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1958 | 2024-09-27T03:39:05.848Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1959 | 2024-09-27T03:39:05.883Z | 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/5bf5f09/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=adea406c0ae65fc5 -C extra-filename=-adea406c0ae65fc5 --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-515389a2bfac90ed.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-898748b411b4be54.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-f70ba39dba9a8acf.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1960 | 2024-09-27T03:39:06.409Z | Compiling omicron-zone-package v0.11.0 |
1961 | 2024-09-27T03:39:06.412Z | 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=0e837fb2892f8124 -C extra-filename=-0e837fb2892f8124 --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-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-5259c3d7e32356a2.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-24e01223c08c078f.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-01565dd0d5241337.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-1fe9fb14bed40f68.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-e37a5adca19b03e2.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-9b9bf71f7cdf6ca6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-641978d9b4bb78e8.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-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/ring-3e67259a6ebb19cf/out` |
1962 | 2024-09-27T03:39:09.292Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1963 | 2024-09-27T03:39:09.294Z | 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/5bf5f09/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=b4613727f059b638 -C extra-filename=-b4613727f059b638 --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-a89d2f8e2c91e58b.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-4ed2ecffa01a05c0.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-76906f6bfe097003.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-fe2995d8a343cd1e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.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-f8506935fd7750cf.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-ae2d7652fed95771.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-55d9704a2d574066.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-4c13b4b85ffd0cab.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-df56e11bc36b57c3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.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-b76adf38fbbdfba1.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1964 | 2024-09-27T03:39:09.672Z | 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/5bf5f09/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=09c00ca47f9d2747 -C extra-filename=-09c00ca47f9d2747 --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-004ee70242088362.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-b011f942b7d336ec.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-b598b9a93384beaf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c2743009fc021124.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-95fc6a76e0113dee.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-025def26417f2b88.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-68eff4e84fb4304e.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c5abb11a2569c28d.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-62ee5dc79c2c5a83.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-086b8fc1bf731e3b.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-4704b4ca21d1e461.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-dba4a871ab6a395d.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4a0942d7214a5aca.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-0852a29f1be57a79.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-a58b3cee7402c688.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-0d26e90e080d729c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-bac065ad0d7ddfe3.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-5accdccd663cd6fb.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-06645e3ce4d08291.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1965 | 2024-09-27T03:39:10.914Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
1966 | 2024-09-27T03:39:10.918Z | 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=b700dcfde31f7d9a -C extra-filename=-b700dcfde31f7d9a --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-b700dcfde31f7d9a -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-544005aa0b7947b7.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5ccfc46191938eab.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-3386e1e7c4c3efe5.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-358cce0c360d0049.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-dd59e0644594b3be.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-3af4b7e6fc741851.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-31aa827c0b793789.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-e5a2acfc24820799.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-dfc593445d30822e.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-025def26417f2b88.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.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-ad2de6c8c63db9ff.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-6cf06b2a23930a41.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7223c7288d5ed370.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-13592623b722e5c8.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-b49cda4bd984ae07.rlib --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.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-0187c3237574d3d0.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-90057d0b8b6d0ea4.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-dc2d8e4b61d25561.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-411072d51750f2f5.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1967 | 2024-09-27T03:39:11.248Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-b700dcfde31f7d9a/build-script-build` |
1968 | 2024-09-27T03:39:11.280Z | 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=b4e807cdd13df304 -C extra-filename=-b4e807cdd13df304 --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-bc8eef8f4806d164.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-d7e315159e2e7593.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-3a3da486b00e0b1a.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-34cbc3f1b67bf5a4.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-53cce98a606842bf.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.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-f1041fcc40110f4c.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-4f9d05aace097a4c.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.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-057e0534b6b4149b.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-c62b95735f2881d2.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-1ec4e01cb3162e7a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.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-1228b7edc1e53976.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.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-9861ec5d743267ef.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ecebb2dcedbe009b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-c639d535518a4961.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1969 | 2024-09-27T03:39:11.397Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=eab46702b6a43ff558672462dea3eb5ff7b8a0e6#eab46702) |
1970 | 2024-09-27T03:39:11.400Z | 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/eab4670/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=f7480b7ef49191c0 -C extra-filename=-f7480b7ef49191c0 --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-b4e807cdd13df304.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-e5abadb1468d043b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1971 | 2024-09-27T03:39:11.443Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
1972 | 2024-09-27T03:39:11.446Z | 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=ef3d0a74db5ccaa6 -C extra-filename=-ef3d0a74db5ccaa6 --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-b4e807cdd13df304.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1973 | 2024-09-27T03:39:11.885Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
1974 | 2024-09-27T03:39:11.888Z | 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=92057f2d57103de9 -C extra-filename=-92057f2d57103de9 --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-b4e807cdd13df304.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-e5abadb1468d043b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1975 | 2024-09-27T03:39:12.375Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
1976 | 2024-09-27T03:39:12.378Z | 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=1fc83637eee2d7d0 -C extra-filename=-1fc83637eee2d7d0 --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-a89d2f8e2c91e58b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1977 | 2024-09-27T03:39:12.396Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
1978 | 2024-09-27T03:39:12.421Z | 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=07110564c290a68f -C extra-filename=-07110564c290a68f --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1979 | 2024-09-27T03:39:12.703Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
1980 | 2024-09-27T03:39:12.707Z | 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=a116e6dc36cfeb3f -C extra-filename=-a116e6dc36cfeb3f --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-a89d2f8e2c91e58b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1981 | 2024-09-27T03:39:12.864Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
1982 | 2024-09-27T03:39:12.867Z | 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=e0bff935b80bde8d -C extra-filename=-e0bff935b80bde8d --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-b4e807cdd13df304.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1983 | 2024-09-27T03:39:13.052Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
1984 | 2024-09-27T03:39:13.054Z | 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=731631f8b0efa01a -C extra-filename=-731631f8b0efa01a --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1985 | 2024-09-27T03:39:13.405Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
1986 | 2024-09-27T03:39:13.408Z | 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=d8bdc2c1e3ceff08 -C extra-filename=-d8bdc2c1e3ceff08 --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-a89d2f8e2c91e58b.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-0e837fb2892f8124.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-3e67259a6ebb19cf/out` |
1987 | 2024-09-27T03:39:15.980Z | 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=8a29ae81e5e4e95c -C extra-filename=-8a29ae81e5e4e95c --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-dfc7a90a9691b0ec.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-9794eb2a8d88e96d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1988 | 2024-09-27T03:39:16.487Z | Compiling git2 v0.19.0 |
1989 | 2024-09-27T03:39:16.490Z | 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=6b5a75268dce1fd6 -C extra-filename=-6b5a75268dce1fd6 --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-544005aa0b7947b7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-8a29ae81e5e4e95c.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-026843c1e8a1dc58/out/build -L native=/usr/lib/amd64` |
1990 | 2024-09-27T03:39:19.879Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1991 | 2024-09-27T03:39:19.882Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1992 | 2024-09-27T03:39:19.882Z | 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/5bf5f09/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=b60a9fd3f2320867 -C extra-filename=-b60a9fd3f2320867 --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-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.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-b4613727f059b638.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-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1993 | 2024-09-27T03:39:19.882Z | 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/5bf5f09/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=6f113352d0a881cb -C extra-filename=-6f113352d0a881cb --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-03064bc76f7f17a6.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-50af6918f5268033.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.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-1228b7edc1e53976.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1994 | 2024-09-27T03:39:19.882Z | 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/5bf5f09/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=a1f50a7585353a13 -C extra-filename=-a1f50a7585353a13 --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-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-f5a83288294087cf.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-24e01223c08c078f.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-f7480b7ef49191c0.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-76906f6bfe097003.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.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-51249ddbabdf261c.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-bb41fc26901eaec6.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-c637d694cd189bfd.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-2b1496d3889ad74c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-e957c5d12981c75e.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-25e5eaa7571458c3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
1995 | 2024-09-27T03:39:21.164Z | 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=1c6e1852ed33724c -C extra-filename=-1c6e1852ed33724c --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-004ee70242088362.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-327db6fe11e0ec60.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-6b5a75268dce1fd6.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-ac0f5f906c75647b.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/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)'` |
1996 | 2024-09-27T03:39:22.736Z | 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/5bf5f09/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=5ed0a4ccf4526c9f -C extra-filename=-5ed0a4ccf4526c9f --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-7a19d74847f059fc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.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-09c00ca47f9d2747.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-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-06645e3ce4d08291.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1997 | 2024-09-27T03:39:23.447Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1998 | 2024-09-27T03:39:23.450Z | 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/5bf5f09/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=ad1cbd38cd734d8c -C extra-filename=-ad1cbd38cd734d8c --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-a1f50a7585353a13.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.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-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1999 | 2024-09-27T03:39:24.431Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2000 | 2024-09-27T03:39:24.433Z | 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/5bf5f09/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=107d98f89c7b854a -C extra-filename=-107d98f89c7b854a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.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-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-ad1cbd38cd734d8c.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2001 | 2024-09-27T03:39:24.571Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2002 | 2024-09-27T03:39:24.574Z | 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=c9baf5747b7382a7 -C extra-filename=-c9baf5747b7382a7 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-c9baf5747b7382a7 -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-1c6e1852ed33724c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -L native=/usr/lib/amd64` |
2003 | 2024-09-27T03:39:25.222Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2004 | 2024-09-27T03:39:25.225Z | 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/5bf5f09/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=52e490dfdd389ca6 -C extra-filename=-52e490dfdd389ca6 --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.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-b60a9fd3f2320867.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2005 | 2024-09-27T03:39:25.940Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-c9baf5747b7382a7/build-script-build` |
2006 | 2024-09-27T03:39:26.494Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2007 | 2024-09-27T03:39:26.497Z | 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/5bf5f09/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=022846f9dc361a76 -C extra-filename=-022846f9dc361a76 --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.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-b60a9fd3f2320867.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-ab7b9e2f66cd8591.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b76adf38fbbdfba1.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2008 | 2024-09-27T03:39:27.614Z | 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/5bf5f09/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=ff79953e559df250 -C extra-filename=-ff79953e559df250 --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-004ee70242088362.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5ccfc46191938eab.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-5ed0a4ccf4526c9f.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-40b9284f433853dd.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-5accdccd663cd6fb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7cc29c28200723cf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2009 | 2024-09-27T03:39:28.024Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2010 | 2024-09-27T03:39:28.030Z | 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/5bf5f09/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=31d8801b907555e2 -C extra-filename=-31d8801b907555e2 --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-a89d2f8e2c91e58b.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-73a2be946c528cf7.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-9d7030bbfbcc01f0.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-793389374963d0c3.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-03064bc76f7f17a6.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-adea406c0ae65fc5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-7c5a6e2adf8d6e48.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-b4f5112309815178.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-107d98f89c7b854a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.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-5c06f10045ea6d53.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-52e490dfdd389ca6.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-ae2d7652fed95771.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.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-b76adf38fbbdfba1.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-df90531e22434bb1.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2011 | 2024-09-27T03:39:30.050Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2012 | 2024-09-27T03:39:30.053Z | 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/5bf5f09/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=2d80df4bddce27cc -C extra-filename=-2d80df4bddce27cc --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-ff79953e559df250.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-5ed0a4ccf4526c9f.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2024-09-27T03:39:32.429Z | 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=9b3346b828b06f14 -C extra-filename=-9b3346b828b06f14 --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-a89d2f8e2c91e58b.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-01997d45292a3a76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-fd58ed7bd5417794.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.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-5c45cf022a8479ad.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-d3ac3d9914dc6a04.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-e46144694b6af5ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2014 | 2024-09-27T03:39:33.595Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2015 | 2024-09-27T03:39:33.595Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2016 | 2024-09-27T03:39:33.598Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e1c77fbbcefd83e -C extra-filename=-6e1c77fbbcefd83e --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-a89d2f8e2c91e58b.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-12f110b5948928c4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2017 | 2024-09-27T03:39:33.598Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a27fbb3e36947b9 -C extra-filename=-7a27fbb3e36947b9 --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2018 | 2024-09-27T03:39:34.610Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2019 | 2024-09-27T03:39:34.610Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2020 | 2024-09-27T03:39:34.613Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bdba5b6f4ec318f -C extra-filename=-5bdba5b6f4ec318f --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-a89d2f8e2c91e58b.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-a3af8dae79acd117.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-d910c56374eef2f2.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-1fc83637eee2d7d0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2021 | 2024-09-27T03:39:34.613Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a45a7532593655 -C extra-filename=-10a45a7532593655 --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-a89d2f8e2c91e58b.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2022 | 2024-09-27T03:39:34.630Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2023 | 2024-09-27T03:39:34.651Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb2db57f319d2e24 -C extra-filename=-cb2db57f319d2e24 --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-a89d2f8e2c91e58b.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-07110564c290a68f.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5c45cf022a8479ad.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2024 | 2024-09-27T03:39:34.882Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2025 | 2024-09-27T03:39:34.884Z | 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/5bf5f09/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=fa5c4c6d92223f33 -C extra-filename=-fa5c4c6d92223f33 --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-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.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-0cdae08a96ed2f49.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-022846f9dc361a76.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-2d80df4bddce27cc.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-b60a9fd3f2320867.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-ab7b9e2f66cd8591.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2024-09-27T03:39:43.005Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2027 | 2024-09-27T03:39:43.007Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=337f756426295f1f -C extra-filename=-337f756426295f1f --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-515389a2bfac90ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-107d98f89c7b854a.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-31d8801b907555e2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-4c13b4b85ffd0cab.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2028 | 2024-09-27T03:39:51.596Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2029 | 2024-09-27T03:39:51.599Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7d280ab13414a4b -C extra-filename=-e7d280ab13414a4b --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-515389a2bfac90ed.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-6f113352d0a881cb.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-337f756426295f1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2024-09-27T03:39:53.316Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9caea028f98cfd43 -C extra-filename=-9caea028f98cfd43 --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-a89d2f8e2c91e58b.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-c4dc04609692eccf.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.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_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2031 | 2024-09-27T03:39:53.316Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=a6ee363dc5433376 -C extra-filename=-a6ee363dc5433376 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-9d15eab6e77f0c8d.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-60b98fdc54340243.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-6f113352d0a881cb.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-337f756426295f1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-55d9704a2d574066.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.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_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2032 | 2024-09-27T03:40:01.674Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2033 | 2024-09-27T03:40:01.677Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea4ac90f37632fd2 -C extra-filename=-ea4ac90f37632fd2 --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-a89d2f8e2c91e58b.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2034 | 2024-09-27T03:40:09.774Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=84e08e2ec61c7ae3 -C extra-filename=-84e08e2ec61c7ae3 --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-a89d2f8e2c91e58b.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-9caea028f98cfd43.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-c4dc04609692eccf.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2035 | 2024-09-27T03:40:14.947Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2036 | 2024-09-27T03:40:14.947Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2037 | 2024-09-27T03:40:14.947Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2038 | 2024-09-27T03:40:14.947Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2039 | 2024-09-27T03:40:14.948Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2040 | 2024-09-27T03:40:14.948Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2041 | 2024-09-27T03:40:14.948Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crutest --edition=2021 crutest/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25b17b50c5899f94 -C extra-filename=-25b17b50c5899f94 --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-a89d2f8e2c91e58b.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-48152798843dd450.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-d910c56374eef2f2.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-1fc83637eee2d7d0.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-ed731fb620f3057c.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-d42ab1c2713e1f8f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-8ac6ce207df3acda.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2042 | 2024-09-27T03:40:14.948Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name measure_iops --edition=2021 measure_iops/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49e20183c0e19541 -C extra-filename=-49e20183c0e19541 --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-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2043 | 2024-09-27T03:40:14.948Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crudd --edition=2021 crudd/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=262894ad3dd32d37 -C extra-filename=-262894ad3dd32d37 --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-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2044 | 2024-09-27T03:40:14.948Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_nbd_server --edition=2021 nbd_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c400bb2a7e165549 -C extra-filename=-c400bb2a7e165549 --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-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-29ad83b2b88bf77f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2045 | 2024-09-27T03:40:14.965Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cmon --edition=2021 cmon/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c642bf5ac14eac20 -C extra-filename=-c642bf5ac14eac20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-02b119b791f2d876.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-a116e6dc36cfeb3f.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2046 | 2024-09-27T03:40:14.975Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbad35d09e4de5a8 -C extra-filename=-dbad35d09e4de5a8 --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-a89d2f8e2c91e58b.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-ea4ac90f37632fd2.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2047 | 2024-09-27T03:40:14.985Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_hammer --edition=2021 hammer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcaab3aec072b060 -C extra-filename=-bcaab3aec072b060 --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-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2048 | 2024-09-27T03:41:02.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 58s |
2049 | 2024-09-27T03:41:03.332Z | |
2050 | 2024-09-27T03:41:03.332Z | real 4:58.647097336 |
2051 | 2024-09-27T03:41:03.332Z | user 26:10.624460774 |
2052 | 2024-09-27T03:41:03.332Z | sys 5:22.208732487 |
2053 | 2024-09-27T03:41:03.332Z | trap 0.929692946 |
2054 | 2024-09-27T03:41:03.333Z | tflt 11.717873315 |
2055 | 2024-09-27T03:41:03.348Z | dflt 6.529631536 |
2056 | 2024-09-27T03:41:03.348Z | kflt 0.024397615 |
2057 | 2024-09-27T03:41:03.348Z | lock 44:53.502109376 |
2058 | 2024-09-27T03:41:03.349Z | slp 2:07:25.146809829 |
2059 | 2024-09-27T03:41:03.349Z | lat 1:21.560251367 |
2060 | 2024-09-27T03:41:03.349Z | stop 4:03.497677746 |
2061 | 2024-09-27T03:41:03.349Z | + banner output |
2062 | 2024-09-27T03:41:03.349Z | |
2063 | 2024-09-27T03:41:03.349Z | #### # # ##### ##### # # ##### |
2064 | 2024-09-27T03:41:03.350Z | # # # # # # # # # # |
2065 | 2024-09-27T03:41:03.350Z | # # # # # # # # # # |
2066 | 2024-09-27T03:41:03.350Z | # # # # # ##### # # # |
2067 | 2024-09-27T03:41:03.350Z | # # # # # # # # # |
2068 | 2024-09-27T03:41:03.350Z | #### #### # # #### # |
2069 | 2024-09-27T03:41:03.351Z | |
2070 | 2024-09-27T03:41:03.351Z | + mkdir -p /work/bins |
2071 | 2024-09-27T03:41:03.351Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2072 | 2024-09-27T03:41:03.352Z | + gzip |
2073 | 2024-09-27T03:41:16.286Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2074 | 2024-09-27T03:41:16.286Z | + gzip |
2075 | 2024-09-27T03:41:28.530Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2076 | 2024-09-27T03:41:28.530Z | + gzip |
2077 | 2024-09-27T03:41:41.464Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2078 | 2024-09-27T03:41:41.464Z | + gzip |
2079 | 2024-09-27T03:41:49.321Z | + mkdir -p /work/scripts |
2080 | 2024-09-27T03:41:49.323Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2081 | 2024-09-27T03:41:49.323Z | + cp tools/test_live_repair.sh /work/scripts/ |
2082 | 2024-09-27T03:41:49.327Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2083 | 2024-09-27T03:41:49.327Z | + cp tools/test_repair.sh /work/scripts/ |
2084 | 2024-09-27T03:41:49.329Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2085 | 2024-09-27T03:41:49.329Z | + cp tools/test_up.sh /work/scripts/ |
2086 | 2024-09-27T03:41:49.332Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2087 | 2024-09-27T03:41:49.332Z | + cp tools/test_ds.sh /work/scripts/ |
2088 | 2024-09-27T03:41:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2089 | 2024-09-27T03:41:49.334Z | + cp tools/test_replay.sh /work/scripts/ |
2090 | 2024-09-27T03:41:49.337Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2091 | 2024-09-27T03:41:49.337Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2092 | 2024-09-27T03:41:49.339Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2093 | 2024-09-27T03:41:49.339Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2094 | 2024-09-27T03:41:49.342Z | + echo in_work_scripts |
2095 | 2024-09-27T03:41:49.344Z | in_work_scripts |
2096 | 2024-09-27T03:41:49.344Z | + ls -l /work/scripts |
2097 | 2024-09-27T03:41:49.346Z | total 7 |
2098 | 2024-09-27T03:41:49.346Z | -rw-r--r-- 1 build build 3056 Sep 27 03:41 perf-downstairs-tick.d |
2099 | 2024-09-27T03:41:49.346Z | -rwxr-xr-x 1 build build 2127 Sep 27 03:41 test_ds.sh |
2100 | 2024-09-27T03:41:49.346Z | -rwxr-xr-x 1 build build 4506 Sep 27 03:41 test_live_repair.sh |
2101 | 2024-09-27T03:41:49.346Z | -rwxr-xr-x 1 build build 6721 Sep 27 03:41 test_repair.sh |
2102 | 2024-09-27T03:41:49.346Z | -rwxr-xr-x 1 build build 3160 Sep 27 03:41 test_replay.sh |
2103 | 2024-09-27T03:41:49.347Z | -rwxr-xr-x 1 build build 12182 Sep 27 03:41 test_up.sh |
2104 | 2024-09-27T03:41:49.347Z | -rwxr-xr-x 1 build build 2407 Sep 27 03:41 upstairs_info.d |
2105 | 2024-09-27T03:41:49.347Z | + echo in_work_bins |
2106 | 2024-09-27T03:41:49.347Z | + ls -l /work/bins |
2107 | 2024-09-27T03:41:49.347Z | in_work_bins |
2108 | 2024-09-27T03:41:49.349Z | total 700634 |
2109 | 2024-09-27T03:41:49.349Z | -rw-r--r-- 1 build build 108131710 Sep 27 03:41 crucible-downstairs.gz |
2110 | 2024-09-27T03:41:49.349Z | -rw-r--r-- 1 build build 102511635 Sep 27 03:41 crucible-hammer.gz |
2111 | 2024-09-27T03:41:49.349Z | -rw-r--r-- 1 build build 108522272 Sep 27 03:41 crutest.gz |
2112 | 2024-09-27T03:41:49.349Z | -rw-r--r-- 1 build build 65218862 Sep 27 03:41 dsc.gz |
2113 | 2024-09-27T03:41:49.349Z | + banner test |
2114 | 2024-09-27T03:41:49.352Z | |
2115 | 2024-09-27T03:41:49.352Z | ##### ###### #### ##### |
2116 | 2024-09-27T03:41:49.352Z | # # # # |
2117 | 2024-09-27T03:41:49.352Z | # ##### #### # |
2118 | 2024-09-27T03:41:49.352Z | # # # # |
2119 | 2024-09-27T03:41:49.352Z | # # # # # |
2120 | 2024-09-27T03:41:49.352Z | # ###### #### # |
2121 | 2024-09-27T03:41:49.352Z | |
2122 | 2024-09-27T03:41:49.352Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2123 | 2024-09-27T03:48:37.666Z | process exited: duration 773255 ms, exit code 0 |
|
2124 | 2024-09-27T03:48:37.680Z | found 12 output files |
2125 | 2024-09-27T03:48:37.680Z | uploading: /work/bins/crucible-downstairs.gz (108131710 bytes) |
2126 | 2024-09-27T03:48:40.949Z | uploaded: /work/bins/crucible-downstairs.gz |
2127 | 2024-09-27T03:48:40.958Z | uploading: /work/bins/crucible-hammer.gz (102511635 bytes) |
2128 | 2024-09-27T03:48:44.310Z | uploaded: /work/bins/crucible-hammer.gz |
2129 | 2024-09-27T03:48:44.312Z | uploading: /work/bins/crutest.gz (108522272 bytes) |
2130 | 2024-09-27T03:48:47.625Z | uploaded: /work/bins/crutest.gz |
2131 | 2024-09-27T03:48:47.627Z | uploading: /work/bins/dsc.gz (65218862 bytes) |
2132 | 2024-09-27T03:48:49.944Z | uploaded: /work/bins/dsc.gz |
2133 | 2024-09-27T03:48:49.944Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2134 | 2024-09-27T03:48:50.954Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2135 | 2024-09-27T03:48:50.954Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2136 | 2024-09-27T03:48:51.964Z | uploaded: /work/scripts/test_ds.sh |
2137 | 2024-09-27T03:48:51.967Z | uploading: /work/scripts/test_live_repair.sh (4506 bytes) |
2138 | 2024-09-27T03:48:52.973Z | uploaded: /work/scripts/test_live_repair.sh |
2139 | 2024-09-27T03:48:52.974Z | uploading: /work/scripts/test_repair.sh (6721 bytes) |
2140 | 2024-09-27T03:48:53.981Z | uploaded: /work/scripts/test_repair.sh |
2141 | 2024-09-27T03:48:53.981Z | uploading: /work/scripts/test_replay.sh (3160 bytes) |
2142 | 2024-09-27T03:48:54.990Z | uploaded: /work/scripts/test_replay.sh |
2143 | 2024-09-27T03:48:54.990Z | uploading: /work/scripts/test_up.sh (12182 bytes) |
2144 | 2024-09-27T03:48:56.000Z | uploaded: /work/scripts/test_up.sh |
2145 | 2024-09-27T03:48:56.000Z | uploading: /work/scripts/upstairs_info.d (2407 bytes) |
2146 | 2024-09-27T03:48:57.009Z | uploaded: /work/scripts/upstairs_info.d |
2147 | 2024-09-27T03:48:57.009Z | uploading: /tmp/cargo-test-out.log (76024783 bytes) |
2148 | 2024-09-27T03:48:59.793Z | uploaded: /tmp/cargo-test-out.log |