|
|
|
1 | 2024-11-01T16:12:51.438Z | job assigned to worker 01JBM7YDQ2DQFHKGJ7R50P655Y (queued for 1 m 0 s) |
|
2 | 2024-11-01T16:12:59.162Z | starting task 0: "setup" |
3 | 2024-11-01T16:12:59.171Z | ++ uname -s |
4 | 2024-11-01T16:12:59.174Z | + kern=SunOS |
5 | 2024-11-01T16:12:59.174Z | + case "$kern" in |
6 | 2024-11-01T16:12:59.174Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T16:12:59.176Z | + groupadd -g 12345 build |
8 | 2024-11-01T16:12:59.179Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T16:13:01.185Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T16:13:01.308Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T16:13:01.312Z | + home_fs=zfs |
12 | 2024-11-01T16:13:01.312Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T16:13:01.312Z | + mkdir -p /home/build |
14 | 2024-11-01T16:13:01.312Z | + chown build:build /home/build /work |
15 | 2024-11-01T16:13:03.308Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T16:13:03.311Z | process exited: duration 4148 ms, exit code 0 |
|
17 | 2024-11-01T16:13:03.319Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T16:13:03.323Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T16:13:03.323Z | * toolchain channel = "1.70.0" |
20 | 2024-11-01T16:13:03.323Z | ' 1.70.0 |
21 | 2024-11-01T16:13:03.323Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T16:13:03.323Z | ' default |
23 | 2024-11-01T16:13:03.323Z | * toolchain profile = "default" |
24 | 2024-11-01T16:13:03.325Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T16:13:03.325Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
26 | 2024-11-01T16:13:03.483Z | info: downloading installer |
27 | 2024-11-01T16:13:04.624Z | info: profile set to 'default' |
28 | 2024-11-01T16:13:04.624Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T16:13:04.626Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
30 | 2024-11-01T16:13:04.744Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
31 | 2024-11-01T16:13:04.744Z | info: downloading component 'cargo' |
32 | 2024-11-01T16:13:05.288Z | info: downloading component 'clippy' |
33 | 2024-11-01T16:13:05.496Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T16:13:06.258Z | info: downloading component 'rust-std' |
35 | 2024-11-01T16:13:07.730Z | info: downloading component 'rustc' |
36 | 2024-11-01T16:13:10.944Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T16:13:11.123Z | info: installing component 'cargo' |
38 | 2024-11-01T16:13:11.847Z | info: installing component 'clippy' |
39 | 2024-11-01T16:13:12.200Z | info: installing component 'rust-docs' |
40 | 2024-11-01T16:13:13.603Z | info: installing component 'rust-std' |
41 | 2024-11-01T16:13:15.586Z | info: installing component 'rustc' |
42 | 2024-11-01T16:13:19.538Z | info: installing component 'rustfmt' |
43 | 2024-11-01T16:13:19.865Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
44 | 2024-11-01T16:13:19.865Z | |
45 | 2024-11-01T16:13:20.171Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
46 | 2024-11-01T16:13:20.171Z | |
47 | 2024-11-01T16:13:20.174Z | |
48 | 2024-11-01T16:13:20.174Z | Rust is installed now. Great! |
49 | 2024-11-01T16:13:20.174Z | |
50 | 2024-11-01T16:13:20.174Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T16:13:20.174Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T16:13:20.174Z | |
53 | 2024-11-01T16:13:20.174Z | To configure your current shell, you need to source |
54 | 2024-11-01T16:13:20.174Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T16:13:20.174Z | |
56 | 2024-11-01T16:13:20.174Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T16:13:20.175Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T16:13:20.175Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T16:13:20.224Z | + rustc --version |
60 | 2024-11-01T16:13:20.287Z | rustc 1.70.0 (90c541806 2023-05-31) |
61 | 2024-11-01T16:13:20.290Z | process exited: duration 16972 ms, exit code 0 |
|
62 | 2024-11-01T16:13:20.295Z | starting task 2: "authentication" |
63 | 2024-11-01T16:13:20.313Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
64 | 2024-11-01T16:13:30.337Z | process exited: duration 10040 ms, exit code 0 |
|
65 | 2024-11-01T16:13:30.342Z | starting task 3: "clone repository" |
66 | 2024-11-01T16:13:30.348Z | + mkdir -p /work/oxidecomputer/crucible |
67 | 2024-11-01T16:13:30.350Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
68 | 2024-11-01T16:13:31.125Z | Cloning into '/work/oxidecomputer/crucible'... |
69 | 2024-11-01T16:13:33.928Z | + cd /work/oxidecomputer/crucible |
70 | 2024-11-01T16:13:33.928Z | + git fetch origin 3818f0fc76fe787c6cc412af30fd59b930203885 |
71 | 2024-11-01T16:13:34.173Z | From https://github.com/oxidecomputer/crucible |
72 | 2024-11-01T16:13:34.173Z | * branch 3818f0fc76fe787c6cc412af30fd59b930203885 -> FETCH_HEAD |
73 | 2024-11-01T16:13:34.184Z | + [[ -n renovate/hyper-1.x-lockfile ]] |
74 | 2024-11-01T16:13:34.187Z | ++ git branch --show-current |
75 | 2024-11-01T16:13:34.187Z | + current=main |
76 | 2024-11-01T16:13:34.187Z | + [[ main != renovate/hyper-1.x-lockfile ]] |
77 | 2024-11-01T16:13:34.187Z | + git branch -f renovate/hyper-1.x-lockfile 3818f0fc76fe787c6cc412af30fd59b930203885 |
78 | 2024-11-01T16:13:34.192Z | + git checkout -f renovate/hyper-1.x-lockfile |
79 | 2024-11-01T16:13:34.215Z | Switched to branch 'renovate/hyper-1.x-lockfile' |
80 | 2024-11-01T16:13:34.218Z | + git reset --hard 3818f0fc76fe787c6cc412af30fd59b930203885 |
81 | 2024-11-01T16:13:34.242Z | HEAD is now at 3818f0f Update Rust crate hyper to v1.5.0 |
82 | 2024-11-01T16:13:34.245Z | process exited: duration 3900 ms, exit code 0 |
|
83 | 2024-11-01T16:13:34.251Z | starting task 4: "build" |
84 | 2024-11-01T16:13:34.257Z | + cargo --version |
85 | 2024-11-01T16:13:34.262Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
86 | 2024-11-01T16:13:34.394Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
87 | 2024-11-01T16:13:34.394Z | info: downloading component 'cargo' |
88 | 2024-11-01T16:13:35.012Z | info: downloading component 'clippy' |
89 | 2024-11-01T16:13:35.250Z | info: downloading component 'rust-docs' |
90 | 2024-11-01T16:13:36.124Z | info: downloading component 'rust-std' |
91 | 2024-11-01T16:13:37.496Z | info: downloading component 'rustc' |
92 | 2024-11-01T16:13:42.379Z | info: downloading component 'rustfmt' |
93 | 2024-11-01T16:13:42.563Z | info: installing component 'cargo' |
94 | 2024-11-01T16:13:43.388Z | info: installing component 'clippy' |
95 | 2024-11-01T16:13:43.779Z | info: installing component 'rust-docs' |
96 | 2024-11-01T16:13:45.476Z | info: installing component 'rust-std' |
97 | 2024-11-01T16:13:47.331Z | info: installing component 'rustc' |
98 | 2024-11-01T16:13:53.404Z | info: installing component 'rustfmt' |
99 | 2024-11-01T16:13:53.825Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
100 | 2024-11-01T16:13:53.828Z | + rustc --version |
101 | 2024-11-01T16:13:53.897Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
102 | 2024-11-01T16:13:53.902Z | + banner cores |
103 | 2024-11-01T16:13:54.000Z | |
104 | 2024-11-01T16:13:54.000Z | #### #### ##### ###### #### |
105 | 2024-11-01T16:13:54.000Z | # # # # # # # # |
106 | 2024-11-01T16:13:54.000Z | # # # # # ##### #### |
107 | 2024-11-01T16:13:54.000Z | # # # ##### # # |
108 | 2024-11-01T16:13:54.000Z | # # # # # # # # # |
109 | 2024-11-01T16:13:54.000Z | #### #### # # ###### #### |
110 | 2024-11-01T16:13:54.000Z | |
111 | 2024-11-01T16:13:54.003Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
112 | 2024-11-01T16:13:54.011Z | + banner build |
113 | 2024-11-01T16:13:54.015Z | |
114 | 2024-11-01T16:13:54.015Z | ##### # # # # ##### |
115 | 2024-11-01T16:13:54.015Z | # # # # # # # # |
116 | 2024-11-01T16:13:54.015Z | ##### # # # # # # |
117 | 2024-11-01T16:13:54.015Z | # # # # # # # # |
118 | 2024-11-01T16:13:54.015Z | # # # # # # # # |
119 | 2024-11-01T16:13:54.015Z | ##### #### # ###### ##### |
120 | 2024-11-01T16:13:54.015Z | |
121 | 2024-11-01T16:13:54.015Z | + ptime -m cargo build --verbose --all-features |
122 | 2024-11-01T16:13:54.171Z | Updating crates.io index |
123 | 2024-11-01T16:13:54.173Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
124 | 2024-11-01T16:14:00.930Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
125 | 2024-11-01T16:14:01.185Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
126 | 2024-11-01T16:14:01.988Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
127 | 2024-11-01T16:14:02.219Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
128 | 2024-11-01T16:14:02.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
129 | 2024-11-01T16:14:02.756Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
130 | 2024-11-01T16:14:03.591Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
131 | 2024-11-01T16:14:05.831Z | Updating git repository `https://github.com/oxidecomputer/opte` |
132 | 2024-11-01T16:14:06.781Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
133 | 2024-11-01T16:14:07.345Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
134 | 2024-11-01T16:14:07.579Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
135 | 2024-11-01T16:14:07.871Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
136 | 2024-11-01T16:14:08.102Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
137 | 2024-11-01T16:14:08.337Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
138 | 2024-11-01T16:14:09.384Z | Downloading crates ... |
139 | 2024-11-01T16:14:09.512Z | Downloaded either v1.13.0 |
140 | 2024-11-01T16:14:09.515Z | Downloaded autocfg v0.1.8 |
141 | 2024-11-01T16:14:09.518Z | Downloaded colorchoice v1.0.0 |
142 | 2024-11-01T16:14:09.523Z | Downloaded cfg-if v1.0.0 |
143 | 2024-11-01T16:14:09.526Z | Downloaded minimal-lexical v0.2.1 |
144 | 2024-11-01T16:14:09.529Z | Downloaded pretty-hex v0.2.1 |
145 | 2024-11-01T16:14:09.532Z | Downloaded convert_case v0.4.0 |
146 | 2024-11-01T16:14:09.535Z | Downloaded omicron-workspace-hack v0.1.0 |
147 | 2024-11-01T16:14:09.535Z | Downloaded aead v0.5.2 |
148 | 2024-11-01T16:14:09.535Z | Downloaded plain v0.2.3 |
149 | 2024-11-01T16:14:09.539Z | Downloaded atomic-waker v1.1.2 |
150 | 2024-11-01T16:14:09.539Z | Downloaded nbd v0.3.1 |
151 | 2024-11-01T16:14:09.553Z | Downloaded phf_generator v0.11.2 |
152 | 2024-11-01T16:14:09.553Z | Downloaded opaque-debug v0.3.0 |
153 | 2024-11-01T16:14:09.557Z | Downloaded num-complex v0.2.4 |
154 | 2024-11-01T16:14:09.557Z | Downloaded dyn-clone v1.0.16 |
155 | 2024-11-01T16:14:09.557Z | Downloaded num v0.2.1 |
156 | 2024-11-01T16:14:09.557Z | Downloaded proc-macro-error-attr v1.0.4 |
157 | 2024-11-01T16:14:09.557Z | Downloaded ordered-float v4.2.0 |
158 | 2024-11-01T16:14:09.557Z | Downloaded percent-encoding v2.3.1 |
159 | 2024-11-01T16:14:09.557Z | Downloaded bitflags v1.3.2 |
160 | 2024-11-01T16:14:09.557Z | Downloaded num_enum v0.7.3 |
161 | 2024-11-01T16:14:09.559Z | Downloaded statistical v1.0.0 |
162 | 2024-11-01T16:14:09.562Z | Downloaded postcard v1.0.10 |
163 | 2024-11-01T16:14:09.565Z | Downloaded pin-project-lite v0.2.13 |
164 | 2024-11-01T16:14:09.569Z | Downloaded progenitor v0.8.0 |
165 | 2024-11-01T16:14:09.573Z | Downloaded proc-macro-crate v1.3.1 |
166 | 2024-11-01T16:14:09.575Z | Downloaded crc32fast v1.3.2 |
167 | 2024-11-01T16:14:09.575Z | Downloaded openssl-sys v0.9.95 |
168 | 2024-11-01T16:14:09.580Z | Downloaded blake2 v0.10.6 |
169 | 2024-11-01T16:14:09.583Z | Downloaded memmap2 v0.9.4 |
170 | 2024-11-01T16:14:09.586Z | Downloaded bytes v1.7.2 |
171 | 2024-11-01T16:14:09.590Z | Downloaded thiserror-impl v1.0.64 |
172 | 2024-11-01T16:14:09.594Z | Downloaded zone_cfg_derive v0.3.0 |
173 | 2024-11-01T16:14:09.594Z | Downloaded parking_lot v0.12.1 |
174 | 2024-11-01T16:14:09.600Z | Downloaded borsh v1.3.0 |
175 | 2024-11-01T16:14:09.604Z | Downloaded strsim v0.11.0 |
176 | 2024-11-01T16:14:09.604Z | Downloaded embedded-io v0.4.0 |
177 | 2024-11-01T16:14:09.604Z | Downloaded utf8-width v0.1.6 |
178 | 2024-11-01T16:14:09.608Z | Downloaded opentelemetry_sdk v0.21.2 |
179 | 2024-11-01T16:14:09.612Z | Downloaded vergen v8.3.2 |
180 | 2024-11-01T16:14:09.615Z | Downloaded crossterm v0.27.0 |
181 | 2024-11-01T16:14:09.623Z | Downloaded native-tls v0.2.11 |
182 | 2024-11-01T16:14:09.630Z | Downloaded macaddr v1.0.1 |
183 | 2024-11-01T16:14:09.632Z | Downloaded async-stream-impl v0.3.5 |
184 | 2024-11-01T16:14:09.632Z | Downloaded futures-task v0.3.30 |
185 | 2024-11-01T16:14:09.632Z | Downloaded managed v0.8.0 |
186 | 2024-11-01T16:14:09.632Z | Downloaded memoffset v0.9.0 |
187 | 2024-11-01T16:14:09.635Z | Downloaded multer v3.1.0 |
188 | 2024-11-01T16:14:09.638Z | Downloaded bytecheck_derive v0.6.11 |
189 | 2024-11-01T16:14:09.638Z | Downloaded atomicwrites v0.4.4 |
190 | 2024-11-01T16:14:09.640Z | Downloaded mime_guess v2.0.5 |
191 | 2024-11-01T16:14:09.640Z | Downloaded ptr_meta v0.1.4 |
192 | 2024-11-01T16:14:09.643Z | Downloaded openssl-probe v0.1.5 |
193 | 2024-11-01T16:14:09.643Z | Downloaded cfg_aliases v0.1.1 |
194 | 2024-11-01T16:14:09.646Z | Downloaded number_prefix v0.4.0 |
195 | 2024-11-01T16:14:09.646Z | Downloaded cfg_aliases v0.2.1 |
196 | 2024-11-01T16:14:09.648Z | Downloaded getrandom v0.2.11 |
197 | 2024-11-01T16:14:09.651Z | Downloaded autocfg v1.1.0 |
198 | 2024-11-01T16:14:09.653Z | Downloaded num_threads v0.1.6 |
199 | 2024-11-01T16:14:09.653Z | Downloaded pretty-hex v0.4.1 |
200 | 2024-11-01T16:14:09.655Z | Downloaded clap_lex v0.7.0 |
201 | 2024-11-01T16:14:09.655Z | Downloaded anstyle v1.0.8 |
202 | 2024-11-01T16:14:09.658Z | Downloaded num-conv v0.1.0 |
203 | 2024-11-01T16:14:09.661Z | Downloaded atty v0.2.14 |
204 | 2024-11-01T16:14:09.661Z | Downloaded num v0.4.3 |
205 | 2024-11-01T16:14:09.664Z | Downloaded memmap v0.7.0 |
206 | 2024-11-01T16:14:09.664Z | Downloaded mime v0.3.17 |
207 | 2024-11-01T16:14:09.667Z | Downloaded scroll_derive v0.12.0 |
208 | 2024-11-01T16:14:09.667Z | Downloaded progenitor-client v0.8.0 |
209 | 2024-11-01T16:14:09.670Z | Downloaded pest_generator v2.7.6 |
210 | 2024-11-01T16:14:09.670Z | Downloaded num-derive v0.4.2 |
211 | 2024-11-01T16:14:09.673Z | Downloaded dtrace-parser v0.2.0 |
212 | 2024-11-01T16:14:09.673Z | Downloaded polyval v0.6.1 |
213 | 2024-11-01T16:14:09.675Z | Downloaded num_cpus v1.16.0 |
214 | 2024-11-01T16:14:09.678Z | Downloaded clap_builder v4.5.15 |
215 | 2024-11-01T16:14:09.685Z | Downloaded float-ord v0.3.2 |
216 | 2024-11-01T16:14:09.688Z | Downloaded rand_chacha v0.3.1 |
217 | 2024-11-01T16:14:09.688Z | Downloaded powerfmt v0.2.0 |
218 | 2024-11-01T16:14:09.692Z | Downloaded phf v0.11.2 |
219 | 2024-11-01T16:14:09.692Z | Downloaded byteorder v1.5.0 |
220 | 2024-11-01T16:14:09.696Z | Downloaded proc-macro-crate v2.0.0 |
221 | 2024-11-01T16:14:09.696Z | Downloaded ptr_meta_derive v0.1.4 |
222 | 2024-11-01T16:14:09.699Z | Downloaded cipher v0.4.4 |
223 | 2024-11-01T16:14:09.699Z | Downloaded argon2 v0.5.3 |
224 | 2024-11-01T16:14:09.702Z | Downloaded byte-unit v5.1.4 |
225 | 2024-11-01T16:14:09.704Z | Downloaded cpufeatures v0.2.12 |
226 | 2024-11-01T16:14:09.704Z | Downloaded serde_urlencoded v0.7.1 |
227 | 2024-11-01T16:14:09.707Z | Downloaded pkg-config v0.3.27 |
228 | 2024-11-01T16:14:09.710Z | Downloaded waitgroup v0.1.2 |
229 | 2024-11-01T16:14:09.710Z | Downloaded phf_codegen v0.11.2 |
230 | 2024-11-01T16:14:09.714Z | Downloaded dof v0.3.0 |
231 | 2024-11-01T16:14:09.714Z | Downloaded flate2 v1.0.28 |
232 | 2024-11-01T16:14:09.717Z | Downloaded human_bytes v0.4.3 |
233 | 2024-11-01T16:14:09.721Z | Downloaded num-integer v0.1.46 |
234 | 2024-11-01T16:14:09.723Z | Downloaded tabwriter v1.4.0 |
235 | 2024-11-01T16:14:09.723Z | Downloaded foreign-types v0.5.0 |
236 | 2024-11-01T16:14:09.727Z | Downloaded sigpipe v0.1.3 |
237 | 2024-11-01T16:14:09.727Z | Downloaded defmt-parser v0.3.4 |
238 | 2024-11-01T16:14:09.727Z | Downloaded defmt-macros v0.3.9 |
239 | 2024-11-01T16:14:09.733Z | Downloaded password-hash v0.5.0 |
240 | 2024-11-01T16:14:09.735Z | Downloaded syn_derive v0.1.8 |
241 | 2024-11-01T16:14:09.735Z | Downloaded vte_generate_state_changes v0.1.1 |
242 | 2024-11-01T16:14:09.735Z | Downloaded tinyvec_macros v0.1.1 |
243 | 2024-11-01T16:14:09.736Z | Downloaded nu-ansi-term v0.50.0 |
244 | 2024-11-01T16:14:09.739Z | Downloaded strsim v0.10.0 |
245 | 2024-11-01T16:14:09.742Z | Downloaded scroll v0.12.0 |
246 | 2024-11-01T16:14:09.742Z | Downloaded rand_chacha v0.1.1 |
247 | 2024-11-01T16:14:09.744Z | Downloaded scopeguard v1.2.0 |
248 | 2024-11-01T16:14:09.744Z | Downloaded block-buffer v0.10.4 |
249 | 2024-11-01T16:14:09.747Z | Downloaded cargo_metadata v0.18.1 |
250 | 2024-11-01T16:14:09.751Z | Downloaded slab v0.4.9 |
251 | 2024-11-01T16:14:09.754Z | Downloaded anyhow v1.0.89 |
252 | 2024-11-01T16:14:09.754Z | Downloaded cookie v0.18.1 |
253 | 2024-11-01T16:14:09.757Z | Downloaded untrusted v0.7.1 |
254 | 2024-11-01T16:14:09.760Z | Downloaded num-rational v0.4.2 |
255 | 2024-11-01T16:14:09.763Z | Downloaded structmeta v0.3.0 |
256 | 2024-11-01T16:14:09.763Z | Downloaded tracing-opentelemetry v0.22.0 |
257 | 2024-11-01T16:14:09.765Z | Downloaded fallible-streaming-iterator v0.1.9 |
258 | 2024-11-01T16:14:09.769Z | Downloaded httpdate v1.0.3 |
259 | 2024-11-01T16:14:09.771Z | Downloaded humantime v2.1.0 |
260 | 2024-11-01T16:14:09.771Z | Downloaded try-lock v0.2.4 |
261 | 2024-11-01T16:14:09.772Z | Downloaded schemars_derive v0.8.21 |
262 | 2024-11-01T16:14:09.774Z | Downloaded lru-cache v0.1.2 |
263 | 2024-11-01T16:14:09.774Z | Downloaded time-core v0.1.2 |
264 | 2024-11-01T16:14:09.777Z | Downloaded progenitor-impl v0.8.0 |
265 | 2024-11-01T16:14:09.779Z | Downloaded parking_lot_core v0.9.9 |
266 | 2024-11-01T16:14:09.782Z | Downloaded csv-core v0.1.11 |
267 | 2024-11-01T16:14:09.782Z | Downloaded indent_write v2.2.0 |
268 | 2024-11-01T16:14:09.784Z | Downloaded rand_core v0.3.1 |
269 | 2024-11-01T16:14:09.787Z | Downloaded rustc_version v0.4.0 |
270 | 2024-11-01T16:14:09.787Z | Downloaded fixedbitset v0.4.2 |
271 | 2024-11-01T16:14:09.790Z | Downloaded pest_meta v2.7.6 |
272 | 2024-11-01T16:14:09.794Z | Downloaded owo-colors v4.1.0 |
273 | 2024-11-01T16:14:09.799Z | Downloaded instant v0.1.12 |
274 | 2024-11-01T16:14:09.800Z | Downloaded thiserror v1.0.64 |
275 | 2024-11-01T16:14:09.804Z | Downloaded ringbuffer v0.15.0 |
276 | 2024-11-01T16:14:09.804Z | Downloaded rand_pcg v0.1.2 |
277 | 2024-11-01T16:14:09.809Z | Downloaded clap v4.5.16 |
278 | 2024-11-01T16:14:09.814Z | Downloaded same-file v1.0.6 |
279 | 2024-11-01T16:14:09.817Z | Downloaded hashlink v0.9.1 |
280 | 2024-11-01T16:14:09.820Z | Downloaded equivalent v1.0.1 |
281 | 2024-11-01T16:14:09.820Z | Downloaded linked-hash-map v0.5.6 |
282 | 2024-11-01T16:14:09.820Z | Downloaded linear-map v1.2.0 |
283 | 2024-11-01T16:14:09.822Z | Downloaded zerocopy-derive v0.7.32 |
284 | 2024-11-01T16:14:09.826Z | Downloaded urlencoding v2.1.3 |
285 | 2024-11-01T16:14:09.828Z | Downloaded fd-lock v4.0.2 |
286 | 2024-11-01T16:14:09.830Z | Downloaded dropshot_endpoint v0.12.0 |
287 | 2024-11-01T16:14:09.833Z | Downloaded opentelemetry v0.24.0 |
288 | 2024-11-01T16:14:09.838Z | Downloaded smf v0.2.3 |
289 | 2024-11-01T16:14:09.840Z | Downloaded mio v0.8.11 |
290 | 2024-11-01T16:14:09.847Z | Downloaded integer-encoding v3.0.4 |
291 | 2024-11-01T16:14:09.849Z | Downloaded filetime v0.2.22 |
292 | 2024-11-01T16:14:09.853Z | Downloaded rand_xorshift v0.1.1 |
293 | 2024-11-01T16:14:09.853Z | Downloaded hostname v0.3.1 |
294 | 2024-11-01T16:14:09.855Z | Downloaded ident_case v1.0.1 |
295 | 2024-11-01T16:14:09.855Z | Downloaded tokio-rustls v0.25.0 |
296 | 2024-11-01T16:14:09.858Z | Downloaded funty v2.0.0 |
297 | 2024-11-01T16:14:09.858Z | Downloaded httparse v1.8.0 |
298 | 2024-11-01T16:14:09.860Z | Downloaded quinn-udp v0.5.5 |
299 | 2024-11-01T16:14:09.862Z | Downloaded similar v2.3.0 |
300 | 2024-11-01T16:14:09.867Z | Downloaded want v0.3.1 |
301 | 2024-11-01T16:14:09.870Z | Downloaded swrite v0.1.0 |
302 | 2024-11-01T16:14:09.870Z | Downloaded static_assertions v1.1.0 |
303 | 2024-11-01T16:14:09.874Z | Downloaded lock_api v0.4.11 |
304 | 2024-11-01T16:14:09.874Z | Downloaded strum v0.26.3 |
305 | 2024-11-01T16:14:09.879Z | Downloaded spin v0.9.8 |
306 | 2024-11-01T16:14:09.879Z | Downloaded rand_isaac v0.1.1 |
307 | 2024-11-01T16:14:09.881Z | Downloaded rand_hc v0.1.0 |
308 | 2024-11-01T16:14:09.881Z | Downloaded typify v0.2.0 |
309 | 2024-11-01T16:14:09.885Z | Downloaded stable_deref_trait v1.2.0 |
310 | 2024-11-01T16:14:09.885Z | Downloaded unicode-bidi v0.3.13 |
311 | 2024-11-01T16:14:09.887Z | Downloaded version_check v0.9.5 |
312 | 2024-11-01T16:14:09.889Z | Downloaded untrusted v0.9.0 |
313 | 2024-11-01T16:14:09.893Z | Downloaded libsw v3.3.1 |
314 | 2024-11-01T16:14:09.895Z | Downloaded enum-as-inner v0.6.0 |
315 | 2024-11-01T16:14:09.895Z | Downloaded hash32 v0.3.1 |
316 | 2024-11-01T16:14:09.898Z | Downloaded universal-hash v0.5.1 |
317 | 2024-11-01T16:14:09.898Z | Downloaded slog-json v2.6.1 |
318 | 2024-11-01T16:14:09.900Z | Downloaded ipnet v2.9.0 |
319 | 2024-11-01T16:14:09.904Z | Downloaded typify-macro v0.2.0 |
320 | 2024-11-01T16:14:09.904Z | Downloaded hostname v0.4.0 |
321 | 2024-11-01T16:14:09.908Z | Downloaded futures-sink v0.3.30 |
322 | 2024-11-01T16:14:09.908Z | Downloaded futures-macro v0.3.30 |
323 | 2024-11-01T16:14:09.908Z | Downloaded hubpack_derive v0.1.1 |
324 | 2024-11-01T16:14:09.910Z | Downloaded form_urlencoded v1.2.1 |
325 | 2024-11-01T16:14:09.910Z | Downloaded unsafe-libyaml v0.2.9 |
326 | 2024-11-01T16:14:09.915Z | Downloaded rustversion v1.0.14 |
327 | 2024-11-01T16:14:09.917Z | Downloaded rustls-pemfile v1.0.4 |
328 | 2024-11-01T16:14:09.917Z | Downloaded tokio-rustls v0.26.0 |
329 | 2024-11-01T16:14:09.922Z | Downloaded url v2.4.1 |
330 | 2024-11-01T16:14:09.943Z | Downloaded tracing-core v0.1.32 |
331 | 2024-11-01T16:14:09.943Z | Downloaded darling_core v0.20.3 |
332 | 2024-11-01T16:14:09.974Z | Downloaded thread-id v4.2.1 |
333 | 2024-11-01T16:14:09.974Z | Downloaded slog-async v2.8.0 |
334 | 2024-11-01T16:14:09.974Z | Downloaded xattr v1.0.1 |
335 | 2024-11-01T16:14:09.974Z | Downloaded indexmap v1.9.3 |
336 | 2024-11-01T16:14:09.974Z | Downloaded take_mut v0.2.2 |
337 | 2024-11-01T16:14:09.974Z | Downloaded typenum v1.17.0 |
338 | 2024-11-01T16:14:09.974Z | Downloaded foreign-types-macros v0.2.3 |
339 | 2024-11-01T16:14:09.974Z | Downloaded highway v1.2.0 |
340 | 2024-11-01T16:14:09.974Z | Downloaded slog-bunyan v2.5.0 |
341 | 2024-11-01T16:14:09.974Z | Downloaded slog-term v2.9.1 |
342 | 2024-11-01T16:14:09.989Z | Downloaded http-body v1.0.1 |
343 | 2024-11-01T16:14:09.989Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-11-01T16:14:09.989Z | Downloaded sharded-slab v0.1.7 |
345 | 2024-11-01T16:14:09.989Z | Downloaded schemars v0.8.21 |
346 | 2024-11-01T16:14:09.989Z | Downloaded foreign-types-shared v0.3.1 |
347 | 2024-11-01T16:14:09.989Z | Downloaded foreign-types-shared v0.1.1 |
348 | 2024-11-01T16:14:09.989Z | Downloaded rustc-hash v2.0.0 |
349 | 2024-11-01T16:14:09.989Z | Downloaded rand_core v0.4.2 |
350 | 2024-11-01T16:14:09.989Z | Downloaded serde_spanned v0.6.7 |
351 | 2024-11-01T16:14:09.990Z | Downloaded serde_repr v0.1.18 |
352 | 2024-11-01T16:14:09.990Z | Downloaded semver v0.1.20 |
353 | 2024-11-01T16:14:09.995Z | Downloaded hubpack v0.1.2 |
354 | 2024-11-01T16:14:09.995Z | Downloaded strum_macros v0.26.4 |
355 | 2024-11-01T16:14:09.995Z | Downloaded tower-service v0.3.2 |
356 | 2024-11-01T16:14:09.995Z | Downloaded crossbeam-channel v0.5.13 |
357 | 2024-11-01T16:14:09.995Z | Downloaded lazy_static v1.5.0 |
358 | 2024-11-01T16:14:10.002Z | Downloaded hyper-tls v0.6.0 |
359 | 2024-11-01T16:14:10.006Z | Downloaded tap v1.0.1 |
360 | 2024-11-01T16:14:10.006Z | Downloaded rand v0.8.5 |
361 | 2024-11-01T16:14:10.006Z | Downloaded rustc_version v0.1.7 |
362 | 2024-11-01T16:14:10.006Z | Downloaded signal-hook-registry v1.4.1 |
363 | 2024-11-01T16:14:10.016Z | Downloaded signal-hook-mio v0.2.4 |
364 | 2024-11-01T16:14:10.016Z | Downloaded glob v0.3.1 |
365 | 2024-11-01T16:14:10.016Z | Downloaded ryu v1.0.15 |
366 | 2024-11-01T16:14:10.019Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-11-01T16:14:10.019Z | Downloaded usdt v0.5.0 |
368 | 2024-11-01T16:14:10.019Z | Downloaded futures v0.3.30 |
369 | 2024-11-01T16:14:10.027Z | Downloaded topological-sort v0.2.2 |
370 | 2024-11-01T16:14:10.033Z | Downloaded itoa v1.0.9 |
371 | 2024-11-01T16:14:10.033Z | Downloaded term v0.7.0 |
372 | 2024-11-01T16:14:10.033Z | Downloaded tempfile v3.8.1 |
373 | 2024-11-01T16:14:10.037Z | Downloaded threadpool v1.8.1 |
374 | 2024-11-01T16:14:10.037Z | Downloaded hex v0.4.3 |
375 | 2024-11-01T16:14:10.037Z | Downloaded which v4.4.2 |
376 | 2024-11-01T16:14:10.037Z | Downloaded rend v0.4.1 |
377 | 2024-11-01T16:14:10.043Z | Downloaded http-body v0.4.5 |
378 | 2024-11-01T16:14:10.043Z | Downloaded itertools v0.13.0 |
379 | 2024-11-01T16:14:10.049Z | Downloaded seahash v4.1.0 |
380 | 2024-11-01T16:14:10.053Z | Downloaded sct v0.7.1 |
381 | 2024-11-01T16:14:10.055Z | Downloaded terminal_size v0.3.0 |
382 | 2024-11-01T16:14:10.055Z | Downloaded strip-ansi-escapes v0.2.0 |
383 | 2024-11-01T16:14:10.060Z | Downloaded slog-dtrace v0.3.0 |
384 | 2024-11-01T16:14:10.060Z | Downloaded signal-hook-tokio v0.3.1 |
385 | 2024-11-01T16:14:10.063Z | Downloaded indicatif v0.17.8 |
386 | 2024-11-01T16:14:10.066Z | Downloaded fallible-iterator v0.3.0 |
387 | 2024-11-01T16:14:10.067Z | Downloaded heck v0.4.1 |
388 | 2024-11-01T16:14:10.069Z | Downloaded whoami v1.5.1 |
389 | 2024-11-01T16:14:10.069Z | Downloaded walkdir v2.4.0 |
390 | 2024-11-01T16:14:10.072Z | Downloaded usdt-impl v0.5.0 |
391 | 2024-11-01T16:14:10.075Z | Downloaded heck v0.5.0 |
392 | 2024-11-01T16:14:10.075Z | Downloaded itertools v0.10.5 |
393 | 2024-11-01T16:14:10.081Z | Downloaded portable-atomic v1.5.1 |
394 | 2024-11-01T16:14:10.087Z | Downloaded jobserver v0.1.27 |
395 | 2024-11-01T16:14:10.090Z | Downloaded serde_tokenstream v0.2.2 |
396 | 2024-11-01T16:14:10.092Z | Downloaded steno v0.4.1 |
397 | 2024-11-01T16:14:10.096Z | Downloaded sha1 v0.10.6 |
398 | 2024-11-01T16:14:10.098Z | Downloaded hyper-rustls v0.27.3 |
399 | 2024-11-01T16:14:10.101Z | Downloaded ucd-trie v0.1.6 |
400 | 2024-11-01T16:14:10.104Z | Downloaded hyper v1.5.0 |
401 | 2024-11-01T16:14:10.108Z | Downloaded http v0.2.12 |
402 | 2024-11-01T16:14:10.115Z | Downloaded thread_local v1.1.7 |
403 | 2024-11-01T16:14:10.119Z | Downloaded vte v0.11.1 |
404 | 2024-11-01T16:14:10.119Z | Downloaded unicode-ident v1.0.13 |
405 | 2024-11-01T16:14:10.123Z | Downloaded serde_with_macros v3.9.0 |
406 | 2024-11-01T16:14:10.123Z | Downloaded serde v1.0.210 |
407 | 2024-11-01T16:14:10.126Z | Downloaded rkyv_derive v0.7.43 |
408 | 2024-11-01T16:14:10.132Z | Downloaded slog v2.7.0 |
409 | 2024-11-01T16:14:10.137Z | Downloaded iana-time-zone v0.1.58 |
410 | 2024-11-01T16:14:10.137Z | Downloaded itertools v0.12.1 |
411 | 2024-11-01T16:14:10.143Z | Downloaded unicode-segmentation v1.10.1 |
412 | 2024-11-01T16:14:10.150Z | Downloaded rayon-core v1.12.1 |
413 | 2024-11-01T16:14:10.156Z | Downloaded rand v0.6.5 |
414 | 2024-11-01T16:14:10.163Z | Downloaded http v1.1.0 |
415 | 2024-11-01T16:14:10.169Z | Downloaded time v0.3.36 |
416 | 2024-11-01T16:14:10.177Z | Downloaded quinn v0.11.5 |
417 | 2024-11-01T16:14:10.181Z | Downloaded toml_edit v0.22.20 |
418 | 2024-11-01T16:14:10.195Z | Downloaded toml_edit v0.20.7 |
419 | 2024-11-01T16:14:10.219Z | Downloaded hashbrown v0.14.3 |
420 | 2024-11-01T16:14:10.226Z | Downloaded hyper v0.14.30 |
421 | 2024-11-01T16:14:10.236Z | Downloaded reedline v0.33.0 |
422 | 2024-11-01T16:14:10.242Z | Downloaded expectorate v1.1.0 |
423 | 2024-11-01T16:14:10.247Z | Downloaded indexmap v2.5.0 |
424 | 2024-11-01T16:14:10.253Z | Downloaded dropshot v0.12.0 |
425 | 2024-11-01T16:14:10.268Z | Downloaded rustls-webpki v0.101.7 |
426 | 2024-11-01T16:14:10.282Z | Downloaded unicode-width v0.1.14 |
427 | 2024-11-01T16:14:10.288Z | Downloaded h2 v0.4.6 |
428 | 2024-11-01T16:14:10.303Z | Downloaded rusqlite v0.32.1 |
429 | 2024-11-01T16:14:10.311Z | Downloaded quinn-proto v0.11.8 |
430 | 2024-11-01T16:14:10.315Z | Downloaded reqwest v0.12.7 |
431 | 2024-11-01T16:14:10.324Z | Downloaded rust_decimal v1.33.1 |
432 | 2024-11-01T16:14:10.331Z | Downloaded unicode-normalization v0.1.22 |
433 | 2024-11-01T16:14:10.335Z | Downloaded goblin v0.8.0 |
434 | 2024-11-01T16:14:10.339Z | Downloaded regex v1.10.6 |
435 | 2024-11-01T16:14:10.353Z | Downloaded rayon v1.10.0 |
436 | 2024-11-01T16:14:10.364Z | Downloaded idna v0.4.0 |
437 | 2024-11-01T16:14:10.367Z | Downloaded tracing-subscriber v0.3.18 |
438 | 2024-11-01T16:14:10.381Z | Downloaded winnow v0.5.19 |
439 | 2024-11-01T16:14:10.388Z | Downloaded serde_with v3.9.0 |
440 | 2024-11-01T16:14:10.392Z | Downloaded syn v2.0.77 |
441 | 2024-11-01T16:14:10.404Z | Downloaded webpki-roots v0.25.2 |
442 | 2024-11-01T16:14:10.409Z | Downloaded openapiv3 v2.0.0 |
443 | 2024-11-01T16:14:10.420Z | Downloaded rustix v0.38.37 |
444 | 2024-11-01T16:14:10.446Z | Downloaded syn v1.0.109 |
445 | 2024-11-01T16:14:10.459Z | Downloaded regex-syntax v0.8.4 |
446 | 2024-11-01T16:14:10.466Z | Downloaded rustls v0.23.13 |
447 | 2024-11-01T16:14:10.482Z | Downloaded rustls v0.21.9 |
448 | 2024-11-01T16:14:10.494Z | Downloaded regress v0.10.1 |
449 | 2024-11-01T16:14:10.498Z | Downloaded regress v0.9.1 |
450 | 2024-11-01T16:14:10.505Z | Downloaded petgraph v0.6.5 |
451 | 2024-11-01T16:14:10.520Z | Downloaded rustls v0.22.4 |
452 | 2024-11-01T16:14:10.536Z | Downloaded typify-impl v0.2.0 |
453 | 2024-11-01T16:14:10.553Z | Downloaded smoltcp v0.11.0 |
454 | 2024-11-01T16:14:10.560Z | Downloaded git2 v0.19.0 |
455 | 2024-11-01T16:14:10.570Z | Downloaded webpki-roots v0.26.6 |
456 | 2024-11-01T16:14:10.574Z | Downloaded hickory-proto v0.24.1 |
457 | 2024-11-01T16:14:10.591Z | Downloaded openssl v0.10.59 |
458 | 2024-11-01T16:14:10.601Z | Downloaded zerocopy-derive v0.6.6 |
459 | 2024-11-01T16:14:10.609Z | Downloaded rustls-webpki v0.102.8 |
460 | 2024-11-01T16:14:10.626Z | Downloaded nix v0.29.0 |
461 | 2024-11-01T16:14:10.638Z | Downloaded bitvec v1.0.1 |
462 | 2024-11-01T16:14:10.653Z | Downloaded h2 v0.3.26 |
463 | 2024-11-01T16:14:10.662Z | Downloaded zerocopy v0.7.32 |
464 | 2024-11-01T16:14:10.678Z | Downloaded regex-automata v0.4.4 |
465 | 2024-11-01T16:14:10.697Z | Downloaded serde_json v1.0.128 |
466 | 2024-11-01T16:14:10.702Z | Downloaded reqwest v0.11.27 |
467 | 2024-11-01T16:14:10.710Z | Downloaded aho-corasick v1.1.2 |
468 | 2024-11-01T16:14:10.717Z | Downloaded winnow v0.6.18 |
469 | 2024-11-01T16:14:10.726Z | Downloaded vcpkg v0.2.15 |
470 | 2024-11-01T16:14:10.759Z | Downloaded libm v0.2.8 |
471 | 2024-11-01T16:14:10.770Z | Downloaded nix v0.26.4 |
472 | 2024-11-01T16:14:10.778Z | Downloaded tokio v1.39.3 |
473 | 2024-11-01T16:14:10.811Z | Downloaded libc v0.2.159 |
474 | 2024-11-01T16:14:10.836Z | Downloaded tracing v0.1.40 |
475 | 2024-11-01T16:14:10.840Z | Downloaded futures-util v0.3.30 |
476 | 2024-11-01T16:14:10.852Z | Downloaded hickory-resolver v0.24.1 |
477 | 2024-11-01T16:14:10.856Z | Downloaded clearscreen v2.0.1 |
478 | 2024-11-01T16:14:10.863Z | Downloaded blake3 v1.5.1 |
479 | 2024-11-01T16:14:10.867Z | Downloaded hashbrown v0.12.3 |
480 | 2024-11-01T16:14:10.871Z | Downloaded hyper-util v0.1.9 |
481 | 2024-11-01T16:14:10.874Z | Downloaded csv v1.3.0 |
482 | 2024-11-01T16:14:10.891Z | Downloaded crossterm v0.28.1 |
483 | 2024-11-01T16:14:10.896Z | Downloaded tokio-util v0.7.11 |
484 | 2024-11-01T16:14:10.902Z | Downloaded wyz v0.5.1 |
485 | 2024-11-01T16:14:10.909Z | Downloaded rkyv v0.7.43 |
486 | 2024-11-01T16:14:10.918Z | Downloaded pest v2.7.6 |
487 | 2024-11-01T16:14:10.921Z | Downloaded ipnetwork v0.20.0 |
488 | 2024-11-01T16:14:10.921Z | Downloaded semver v1.0.23 |
489 | 2024-11-01T16:14:10.921Z | Downloaded hyper-staticfile v0.10.1 |
490 | 2024-11-01T16:14:10.921Z | Downloaded zerocopy v0.6.6 |
491 | 2024-11-01T16:14:10.924Z | Downloaded toml v0.7.8 |
492 | 2024-11-01T16:14:10.929Z | Downloaded socket2 v0.5.5 |
493 | 2024-11-01T16:14:10.932Z | Downloaded unicase v2.7.0 |
494 | 2024-11-01T16:14:10.932Z | Downloaded serde_yaml v0.9.27 |
495 | 2024-11-01T16:14:10.937Z | Downloaded radium v0.7.0 |
496 | 2024-11-01T16:14:10.937Z | Downloaded quote v1.0.37 |
497 | 2024-11-01T16:14:10.940Z | Downloaded http-body-util v0.1.2 |
498 | 2024-11-01T16:14:10.940Z | Downloaded fnv v1.0.7 |
499 | 2024-11-01T16:14:10.940Z | Downloaded rustls-pemfile v2.1.3 |
500 | 2024-11-01T16:14:10.943Z | Downloaded log v0.4.22 |
501 | 2024-11-01T16:14:10.950Z | Downloaded toml v0.8.19 |
502 | 2024-11-01T16:14:10.953Z | Downloaded serde_derive v1.0.210 |
503 | 2024-11-01T16:14:10.953Z | Downloaded heapless v0.8.0 |
504 | 2024-11-01T16:14:10.953Z | Downloaded toml_edit v0.19.15 |
505 | 2024-11-01T16:14:10.970Z | Downloaded fastrand v2.0.1 |
506 | 2024-11-01T16:14:10.975Z | Downloaded strum_macros v0.25.3 |
507 | 2024-11-01T16:14:10.975Z | Downloaded rustls-pki-types v1.8.0 |
508 | 2024-11-01T16:14:10.975Z | Downloaded smallvec v1.13.2 |
509 | 2024-11-01T16:14:11.004Z | Downloaded thrift v0.17.0 |
510 | 2024-11-01T16:14:11.004Z | Downloaded num-bigint v0.2.6 |
511 | 2024-11-01T16:14:11.009Z | Downloaded errno v0.3.9 |
512 | 2024-11-01T16:14:11.009Z | Downloaded structmeta-derive v0.3.0 |
513 | 2024-11-01T16:14:11.009Z | Downloaded quick-error v1.2.3 |
514 | 2024-11-01T16:14:11.009Z | Downloaded chrono v0.4.38 |
515 | 2024-11-01T16:14:11.009Z | Downloaded signal-hook v0.3.17 |
516 | 2024-11-01T16:14:11.009Z | Downloaded serde_derive_internals v0.29.1 |
517 | 2024-11-01T16:14:11.009Z | Downloaded futures-channel v0.3.30 |
518 | 2024-11-01T16:14:11.009Z | Downloaded encoding_rs v0.8.33 |
519 | 2024-11-01T16:14:11.022Z | Downloaded rand_jitter v0.1.4 |
520 | 2024-11-01T16:14:11.030Z | Downloaded rand_core v0.6.4 |
521 | 2024-11-01T16:14:11.030Z | Downloaded inout v0.1.3 |
522 | 2024-11-01T16:14:11.030Z | Downloaded resolv-conf v0.7.0 |
523 | 2024-11-01T16:14:11.030Z | Downloaded simdutf8 v0.1.4 |
524 | 2024-11-01T16:14:11.030Z | Downloaded sha2 v0.10.8 |
525 | 2024-11-01T16:14:11.030Z | Downloaded tar v0.4.40 |
526 | 2024-11-01T16:14:11.040Z | Downloaded uuid v1.10.0 |
527 | 2024-11-01T16:14:11.040Z | Downloaded terminfo v0.8.0 |
528 | 2024-11-01T16:14:11.040Z | Downloaded home v0.5.5 |
529 | 2024-11-01T16:14:11.040Z | Downloaded rand_os v0.1.3 |
530 | 2024-11-01T16:14:11.049Z | Downloaded tokio-rustls v0.24.1 |
531 | 2024-11-01T16:14:11.049Z | Downloaded prettyplease v0.2.22 |
532 | 2024-11-01T16:14:11.049Z | Downloaded serde_path_to_error v0.1.16 |
533 | 2024-11-01T16:14:11.049Z | Downloaded tinyvec v1.6.0 |
534 | 2024-11-01T16:14:11.054Z | Downloaded proc-macro2 v1.0.86 |
535 | 2024-11-01T16:14:11.054Z | Downloaded derive_more v0.99.18 |
536 | 2024-11-01T16:14:11.054Z | Downloaded darling v0.20.3 |
537 | 2024-11-01T16:14:11.077Z | Downloaded opentelemetry v0.21.0 |
538 | 2024-11-01T16:14:11.078Z | Downloaded derive-where v1.2.7 |
539 | 2024-11-01T16:14:11.086Z | Downloaded embedded-io v0.6.1 |
540 | 2024-11-01T16:14:11.086Z | Downloaded zeroize v1.7.0 |
541 | 2024-11-01T16:14:11.086Z | Downloaded omicron-zone-package v0.11.0 |
542 | 2024-11-01T16:14:11.087Z | Downloaded serde-big-array v0.5.1 |
543 | 2024-11-01T16:14:11.087Z | Downloaded twox-hash v1.6.3 |
544 | 2024-11-01T16:14:11.087Z | Downloaded spin v0.5.2 |
545 | 2024-11-01T16:14:11.087Z | Downloaded time-macros v0.2.18 |
546 | 2024-11-01T16:14:11.087Z | Downloaded hyper-rustls v0.24.2 |
547 | 2024-11-01T16:14:11.087Z | Downloaded crossbeam-utils v0.8.20 |
548 | 2024-11-01T16:14:11.087Z | Downloaded crossbeam-epoch v0.9.15 |
549 | 2024-11-01T16:14:11.087Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
550 | 2024-11-01T16:14:11.142Z | Downloaded futures-io v0.3.30 |
551 | 2024-11-01T16:14:11.151Z | Downloaded futures-executor v0.3.30 |
552 | 2024-11-01T16:14:11.151Z | Downloaded tracing-attributes v0.1.27 |
553 | 2024-11-01T16:14:11.151Z | Downloaded bitflags v2.6.0 |
554 | 2024-11-01T16:14:11.151Z | Downloaded clap_derive v4.5.13 |
555 | 2024-11-01T16:14:11.151Z | Downloaded siphasher v0.3.11 |
556 | 2024-11-01T16:14:11.151Z | Downloaded proc-macro-error v1.0.4 |
557 | 2024-11-01T16:14:11.162Z | Downloaded camino-tempfile v1.1.1 |
558 | 2024-11-01T16:14:11.162Z | Downloaded camino v1.1.9 |
559 | 2024-11-01T16:14:11.162Z | Downloaded borsh-derive v1.3.0 |
560 | 2024-11-01T16:14:11.162Z | Downloaded bincode v1.3.3 |
561 | 2024-11-01T16:14:11.164Z | Downloaded utf8parse v0.2.1 |
562 | 2024-11-01T16:14:11.164Z | Downloaded tokio-macros v2.4.0 |
563 | 2024-11-01T16:14:11.164Z | Downloaded overload v0.1.1 |
564 | 2024-11-01T16:14:11.164Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
565 | 2024-11-01T16:14:11.175Z | Downloaded nu-ansi-term v0.46.0 |
566 | 2024-11-01T16:14:11.175Z | Downloaded base64ct v1.6.0 |
567 | 2024-11-01T16:14:11.175Z | Downloaded async-trait v0.1.83 |
568 | 2024-11-01T16:14:11.175Z | Downloaded sync_wrapper v1.0.1 |
569 | 2024-11-01T16:14:11.175Z | Downloaded once_cell v1.19.0 |
570 | 2024-11-01T16:14:11.175Z | Downloaded dirs v4.0.0 |
571 | 2024-11-01T16:14:11.180Z | Downloaded data-encoding v2.5.0 |
572 | 2024-11-01T16:14:11.180Z | Downloaded crypto-common v0.1.6 |
573 | 2024-11-01T16:14:11.180Z | Downloaded foreign-types v0.3.2 |
574 | 2024-11-01T16:14:11.180Z | Downloaded generic-array v0.14.7 |
575 | 2024-11-01T16:14:11.180Z | Downloaded futures-core v0.3.30 |
576 | 2024-11-01T16:14:11.180Z | Downloaded is-terminal v0.4.12 |
577 | 2024-11-01T16:14:11.180Z | Downloaded zone v0.3.0 |
578 | 2024-11-01T16:14:11.180Z | Downloaded tracing-log v0.2.0 |
579 | 2024-11-01T16:14:11.180Z | Downloaded dirs-sys v0.3.7 |
580 | 2024-11-01T16:14:11.180Z | Downloaded num-complex v0.4.6 |
581 | 2024-11-01T16:14:11.180Z | Downloaded ahash v0.8.6 |
582 | 2024-11-01T16:14:11.184Z | Downloaded constant_time_eq v0.3.0 |
583 | 2024-11-01T16:14:11.184Z | Downloaded colored v2.1.0 |
584 | 2024-11-01T16:14:11.192Z | Downloaded cobs v0.2.3 |
585 | 2024-11-01T16:14:11.192Z | Downloaded pin-utils v0.1.0 |
586 | 2024-11-01T16:14:11.192Z | Downloaded miniz_oxide v0.7.1 |
587 | 2024-11-01T16:14:11.195Z | Downloaded crossbeam-deque v0.8.3 |
588 | 2024-11-01T16:14:11.195Z | Downloaded backoff v0.4.0 |
589 | 2024-11-01T16:14:11.195Z | Downloaded anstream v0.6.12 |
590 | 2024-11-01T16:14:11.195Z | Downloaded anstyle-parse v0.2.2 |
591 | 2024-11-01T16:14:11.201Z | Downloaded http-range v0.1.5 |
592 | 2024-11-01T16:14:11.201Z | Downloaded ordered-float v2.10.1 |
593 | 2024-11-01T16:14:11.201Z | Downloaded async-recursion v1.1.1 |
594 | 2024-11-01T16:14:11.206Z | Downloaded paste v1.0.15 |
595 | 2024-11-01T16:14:11.206Z | Downloaded parse-display v0.10.0 |
596 | 2024-11-01T16:14:11.216Z | Downloaded cargo-platform v0.1.8 |
597 | 2024-11-01T16:14:11.216Z | Downloaded ppv-lite86 v0.2.17 |
598 | 2024-11-01T16:14:11.216Z | Downloaded num_enum_derive v0.5.11 |
599 | 2024-11-01T16:14:11.216Z | Downloaded usdt-macro v0.5.0 |
600 | 2024-11-01T16:14:11.216Z | Downloaded sync_wrapper v0.1.2 |
601 | 2024-11-01T16:14:11.216Z | Downloaded phf_shared v0.11.2 |
602 | 2024-11-01T16:14:11.231Z | Downloaded num-rational v0.2.4 |
603 | 2024-11-01T16:14:11.231Z | Downloaded debug-ignore v1.0.5 |
604 | 2024-11-01T16:14:11.232Z | Downloaded num_enum v0.5.11 |
605 | 2024-11-01T16:14:11.232Z | Downloaded arrayvec v0.7.4 |
606 | 2024-11-01T16:14:11.232Z | Downloaded tokio-native-tls v0.3.1 |
607 | 2024-11-01T16:14:11.239Z | Downloaded subtle v2.5.0 |
608 | 2024-11-01T16:14:11.239Z | Downloaded newline-converter v0.3.0 |
609 | 2024-11-01T16:14:11.239Z | Downloaded match_cfg v0.1.0 |
610 | 2024-11-01T16:14:11.239Z | Downloaded base64 v0.22.1 |
611 | 2024-11-01T16:14:11.239Z | Downloaded allocator-api2 v0.2.16 |
612 | 2024-11-01T16:14:11.239Z | Downloaded newtype-uuid v1.1.0 |
613 | 2024-11-01T16:14:11.239Z | Downloaded opentelemetry-jaeger v0.20.0 |
614 | 2024-11-01T16:14:11.244Z | Downloaded nom v7.1.3 |
615 | 2024-11-01T16:14:11.249Z | Downloaded newtype_derive v0.1.6 |
616 | 2024-11-01T16:14:11.249Z | Downloaded base64 v0.21.7 |
617 | 2024-11-01T16:14:11.252Z | Downloaded memchr v2.7.4 |
618 | 2024-11-01T16:14:11.252Z | Downloaded cc v1.0.83 |
619 | 2024-11-01T16:14:11.255Z | Downloaded ahash v0.7.7 |
620 | 2024-11-01T16:14:11.257Z | Downloaded num-traits v0.2.19 |
621 | 2024-11-01T16:14:11.260Z | Downloaded mio v1.0.2 |
622 | 2024-11-01T16:14:11.265Z | Downloaded cancel-safe-futures v0.1.5 |
623 | 2024-11-01T16:14:11.268Z | Downloaded pest_derive v2.7.6 |
624 | 2024-11-01T16:14:11.270Z | Downloaded num_enum_derive v0.7.3 |
625 | 2024-11-01T16:14:11.270Z | Downloaded aes-gcm-siv v0.11.1 |
626 | 2024-11-01T16:14:11.273Z | Downloaded progenitor-macro v0.8.0 |
627 | 2024-11-01T16:14:11.273Z | Downloaded parse-display-derive v0.10.0 |
628 | 2024-11-01T16:14:11.273Z | Downloaded defmt v0.3.8 |
629 | 2024-11-01T16:14:11.276Z | Downloaded console v0.15.7 |
630 | 2024-11-01T16:14:11.278Z | Downloaded dirs-next v2.0.0 |
631 | 2024-11-01T16:14:11.282Z | Downloaded digest v0.10.7 |
632 | 2024-11-01T16:14:11.286Z | Downloaded deranged v0.3.9 |
633 | 2024-11-01T16:14:11.286Z | Downloaded aes v0.8.3 |
634 | 2024-11-01T16:14:11.286Z | Downloaded adler v1.0.2 |
635 | 2024-11-01T16:14:11.291Z | Downloaded num-iter v0.1.45 |
636 | 2024-11-01T16:14:11.292Z | Downloaded dirs-sys-next v0.1.2 |
637 | 2024-11-01T16:14:11.292Z | Downloaded ctr v0.9.2 |
638 | 2024-11-01T16:14:11.295Z | Downloaded arrayref v0.3.7 |
639 | 2024-11-01T16:14:11.295Z | Downloaded anstyle-query v1.0.0 |
640 | 2024-11-01T16:14:11.295Z | Downloaded openssl-macros v0.1.1 |
641 | 2024-11-01T16:14:11.295Z | Downloaded bytecheck v0.6.11 |
642 | 2024-11-01T16:14:11.295Z | Downloaded async-stream v0.3.5 |
643 | 2024-11-01T16:14:11.299Z | Downloaded darling_macro v0.20.3 |
644 | 2024-11-01T16:14:11.299Z | Downloaded cstr-argument v0.1.2 |
645 | 2024-11-01T16:14:11.429Z | Downloaded libz-sys v1.1.12 |
646 | 2024-11-01T16:14:11.658Z | Downloaded ring v0.17.5 |
647 | 2024-11-01T16:14:11.816Z | Downloaded ring v0.16.20 |
648 | 2024-11-01T16:14:11.893Z | Downloaded libsqlite3-sys v0.30.1 |
649 | 2024-11-01T16:14:12.376Z | Compiling proc-macro2 v1.0.86 |
650 | 2024-11-01T16:14:12.376Z | Compiling unicode-ident v1.0.13 |
651 | 2024-11-01T16:14:12.378Z | Compiling libc v0.2.159 |
652 | 2024-11-01T16:14:12.378Z | Compiling serde v1.0.210 |
653 | 2024-11-01T16:14:12.378Z | Compiling autocfg v1.1.0 |
654 | 2024-11-01T16:14:12.378Z | Compiling version_check v0.9.5 |
655 | 2024-11-01T16:14:12.378Z | Compiling cfg-if v1.0.0 |
656 | 2024-11-01T16:14:12.418Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e3149fd1467b60c0 -C extra-filename=-e3149fd1467b60c0 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
657 | 2024-11-01T16:14:12.433Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71794c01ccb2dc76 -C extra-filename=-71794c01ccb2dc76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
658 | 2024-11-01T16:14:12.437Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=66ca1b2c522f49a2 -C extra-filename=-66ca1b2c522f49a2 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-66ca1b2c522f49a2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
659 | 2024-11-01T16:14:12.437Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f8ee768796a478 -C extra-filename=-32f8ee768796a478 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
660 | 2024-11-01T16:14:12.450Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e931852f98bb6444 -C extra-filename=-e931852f98bb6444 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-e931852f98bb6444 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
661 | 2024-11-01T16:14:12.453Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
662 | 2024-11-01T16:14:12.453Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=4933474e2656b879 -C extra-filename=-4933474e2656b879 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
663 | 2024-11-01T16:14:12.453Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=9617de597c2f01d0 -C extra-filename=-9617de597c2f01d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
664 | 2024-11-01T16:14:12.558Z | Compiling libm v0.2.8 |
665 | 2024-11-01T16:14:12.562Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=a50cfc2d4bd5fa5d -C extra-filename=-a50cfc2d4bd5fa5d --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
666 | 2024-11-01T16:14:12.582Z | Compiling once_cell v1.19.0 |
667 | 2024-11-01T16:14:12.584Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=1819aa8528d572c5 -C extra-filename=-1819aa8528d572c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
668 | 2024-11-01T16:14:12.606Z | Compiling memchr v2.7.4 |
669 | 2024-11-01T16:14:12.609Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9534aeb763e80169 -C extra-filename=-9534aeb763e80169 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
670 | 2024-11-01T16:14:12.934Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=61e7bdfb9244cbf7 -C extra-filename=-61e7bdfb9244cbf7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
671 | 2024-11-01T16:14:13.015Z | Compiling ahash v0.8.6 |
672 | 2024-11-01T16:14:13.020Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=dd7fb90f9cb40646 -C extra-filename=-dd7fb90f9cb40646 --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
673 | 2024-11-01T16:14:13.116Z | Compiling num-traits v0.2.19 |
674 | 2024-11-01T16:14:13.118Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=56b5ce1c2bfcdbd3 -C extra-filename=-56b5ce1c2bfcdbd3 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
675 | 2024-11-01T16:14:13.683Z | Compiling serde_json v1.0.128 |
676 | 2024-11-01T16:14:13.686Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=22217cef79efeaf8 -C extra-filename=-22217cef79efeaf8 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-22217cef79efeaf8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
677 | 2024-11-01T16:14:14.064Z | Compiling lock_api v0.4.11 |
678 | 2024-11-01T16:14:14.081Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=93f6fe6d3dc4b64e -C extra-filename=-93f6fe6d3dc4b64e --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
679 | 2024-11-01T16:14:14.200Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3/build-script-build` |
680 | 2024-11-01T16:14:14.211Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0/build-script-build` |
681 | 2024-11-01T16:14:14.215Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d/build-script-build` |
682 | 2024-11-01T16:14:14.215Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-22217cef79efeaf8/build-script-build` |
683 | 2024-11-01T16:14:14.215Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646/build-script-build` |
684 | 2024-11-01T16:14:14.215Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-e931852f98bb6444/build-script-build` |
685 | 2024-11-01T16:14:14.215Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-66ca1b2c522f49a2/build-script-build` |
686 | 2024-11-01T16:14:14.304Z | Compiling parking_lot_core v0.9.9 |
687 | 2024-11-01T16:14:14.308Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9918c83de47e5317 -C extra-filename=-9918c83de47e5317 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
688 | 2024-11-01T16:14:14.324Z | Compiling thiserror v1.0.64 |
689 | 2024-11-01T16:14:14.328Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08097c587ed04ca1 -C extra-filename=-08097c587ed04ca1 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-08097c587ed04ca1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
690 | 2024-11-01T16:14:14.345Z | Compiling log v0.4.22 |
691 | 2024-11-01T16:14:14.347Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=b947f4c30b0c9d4d -C extra-filename=-b947f4c30b0c9d4d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
692 | 2024-11-01T16:14:14.364Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=45a25bea9bf1c83a -C extra-filename=-45a25bea9bf1c83a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
693 | 2024-11-01T16:14:14.381Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c686d5a072952df2 -C extra-filename=-c686d5a072952df2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
694 | 2024-11-01T16:14:14.384Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5fbad81787478288 -C extra-filename=-5fbad81787478288 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
695 | 2024-11-01T16:14:14.418Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e/build-script-build` |
696 | 2024-11-01T16:14:14.486Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=00a68d0727f02c27 -C extra-filename=-00a68d0727f02c27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
697 | 2024-11-01T16:14:14.548Z | Compiling byteorder v1.5.0 |
698 | 2024-11-01T16:14:14.550Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=3d72c149733d9de6 -C extra-filename=-3d72c149733d9de6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
699 | 2024-11-01T16:14:14.713Z | Compiling itoa v1.0.9 |
700 | 2024-11-01T16:14:14.716Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6aedc93b1377bf41 -C extra-filename=-6aedc93b1377bf41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
701 | 2024-11-01T16:14:14.734Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317/build-script-build` |
702 | 2024-11-01T16:14:14.766Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=dda65be7151d9baf -C extra-filename=-dda65be7151d9baf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
703 | 2024-11-01T16:14:14.787Z | Compiling slab v0.4.9 |
704 | 2024-11-01T16:14:14.799Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b4046b37d81a911 -C extra-filename=-7b4046b37d81a911 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
705 | 2024-11-01T16:14:14.847Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-08097c587ed04ca1/build-script-build` |
706 | 2024-11-01T16:14:14.939Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=26189c91c37b463d -C extra-filename=-26189c91c37b463d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
707 | 2024-11-01T16:14:15.056Z | Compiling pin-project-lite v0.2.13 |
708 | 2024-11-01T16:14:15.059Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9f621a8aff6bafb -C extra-filename=-f9f621a8aff6bafb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
709 | 2024-11-01T16:14:15.187Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=926254aa8eef36a1 -C extra-filename=-926254aa8eef36a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
710 | 2024-11-01T16:14:15.243Z | Compiling scopeguard v1.2.0 |
711 | 2024-11-01T16:14:15.246Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a1d3e45024295bba -C extra-filename=-a1d3e45024295bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
712 | 2024-11-01T16:14:15.272Z | Compiling allocator-api2 v0.2.16 |
713 | 2024-11-01T16:14:15.277Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=57e30a43dfbd11c5 -C extra-filename=-57e30a43dfbd11c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
714 | 2024-11-01T16:14:15.292Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
715 | 2024-11-01T16:14:15.343Z | Compiling quote v1.0.37 |
716 | 2024-11-01T16:14:15.345Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ea39e29a71c829f5 -C extra-filename=-ea39e29a71c829f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --cap-lints allow '-Wclippy::unused-async'` |
717 | 2024-11-01T16:14:15.396Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=eb3f0596d0cbe4b9 -C extra-filename=-eb3f0596d0cbe4b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
718 | 2024-11-01T16:14:15.421Z | Compiling ryu v1.0.15 |
719 | 2024-11-01T16:14:15.424Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=496168b8f0a0a937 -C extra-filename=-496168b8f0a0a937 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
720 | 2024-11-01T16:14:15.583Z | Compiling getrandom v0.2.11 |
721 | 2024-11-01T16:14:15.586Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=39f96d296916e8c9 -C extra-filename=-39f96d296916e8c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
722 | 2024-11-01T16:14:15.737Z | Compiling syn v2.0.77 |
723 | 2024-11-01T16:14:15.740Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5e94971872d84555 -C extra-filename=-5e94971872d84555 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
724 | 2024-11-01T16:14:15.855Z | Compiling jobserver v0.1.27 |
725 | 2024-11-01T16:14:15.858Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52b9b1200847967a -C extra-filename=-52b9b1200847967a --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
726 | 2024-11-01T16:14:15.907Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=3f2f06dbc781698f -C extra-filename=-3f2f06dbc781698f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
727 | 2024-11-01T16:14:15.952Z | Compiling pkg-config v0.3.27 |
728 | 2024-11-01T16:14:15.955Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76e6bf5bef366947 -C extra-filename=-76e6bf5bef366947 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
729 | 2024-11-01T16:14:15.980Z | Compiling smallvec v1.13.2 |
730 | 2024-11-01T16:14:15.991Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=2bc1e749e01a07e7 -C extra-filename=-2bc1e749e01a07e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
731 | 2024-11-01T16:14:16.003Z | Compiling vcpkg v0.2.15 |
732 | 2024-11-01T16:14:16.006Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
733 | 2024-11-01T16:14:16.066Z | Compiling signal-hook-registry v1.4.1 |
734 | 2024-11-01T16:14:16.069Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3d095db30fe99bc -C extra-filename=-f3d095db30fe99bc --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
735 | 2024-11-01T16:14:16.247Z | Compiling cc v1.0.83 |
736 | 2024-11-01T16:14:16.249Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=1a9db6b05a44da76 -C extra-filename=-1a9db6b05a44da76 --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-52b9b1200847967a.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
737 | 2024-11-01T16:14:16.395Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=d25f985d0b92b6b2 -C extra-filename=-d25f985d0b92b6b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-eb3f0596d0cbe4b9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
738 | 2024-11-01T16:14:16.612Z | Compiling schemars v0.8.21 |
739 | 2024-11-01T16:14:16.616Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=17ff3bcf72189cd3 -C extra-filename=-17ff3bcf72189cd3 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
740 | 2024-11-01T16:14:16.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=36797c8bee2f3099 -C extra-filename=-36797c8bee2f3099 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
741 | 2024-11-01T16:14:16.990Z | Compiling mio v1.0.2 |
742 | 2024-11-01T16:14:16.994Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=f6c0b2f408964c0e -C extra-filename=-f6c0b2f408964c0e --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-c686d5a072952df2.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-11-01T16:14:16.994Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=96e80e1f8263bc68 -C extra-filename=-96e80e1f8263bc68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
744 | 2024-11-01T16:14:17.038Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3/build-script-build` |
745 | 2024-11-01T16:14:17.065Z | Compiling futures-core v0.3.30 |
746 | 2024-11-01T16:14:17.068Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=7606b305eb5f2228 -C extra-filename=-7606b305eb5f2228 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
747 | 2024-11-01T16:14:17.321Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=c7f341e6b183c20a -C extra-filename=-c7f341e6b183c20a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
748 | 2024-11-01T16:14:17.471Z | Compiling parking_lot v0.12.1 |
749 | 2024-11-01T16:14:17.475Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=da4ff8425373e276 -C extra-filename=-da4ff8425373e276 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-96e80e1f8263bc68.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-36797c8bee2f3099.rmeta --cap-lints allow '-Wclippy::unused-async'` |
750 | 2024-11-01T16:14:17.550Z | Compiling equivalent v1.0.1 |
751 | 2024-11-01T16:14:17.552Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dfdd3b36ff921b4 -C extra-filename=-2dfdd3b36ff921b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
752 | 2024-11-01T16:14:17.572Z | Compiling socket2 v0.5.5 |
753 | 2024-11-01T16:14:17.574Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=f0ab0b2a00f8a7c7 -C extra-filename=-f0ab0b2a00f8a7c7 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
754 | 2024-11-01T16:14:17.675Z | Compiling httparse v1.8.0 |
755 | 2024-11-01T16:14:17.677Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e93688949a77053 -C extra-filename=-7e93688949a77053 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
756 | 2024-11-01T16:14:18.130Z | Compiling futures-sink v0.3.30 |
757 | 2024-11-01T16:14:18.149Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=87d099dcf78eefb3 -C extra-filename=-87d099dcf78eefb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
758 | 2024-11-01T16:14:18.159Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053/build-script-build` |
759 | 2024-11-01T16:14:18.177Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=fd4b9bbfaedf5818 -C extra-filename=-fd4b9bbfaedf5818 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
760 | 2024-11-01T16:14:18.278Z | Compiling fnv v1.0.7 |
761 | 2024-11-01T16:14:18.280Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c825de7bfa33bb7d -C extra-filename=-c825de7bfa33bb7d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
762 | 2024-11-01T16:14:18.336Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00563dc397c9dee4 -C extra-filename=-00563dc397c9dee4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
763 | 2024-11-01T16:14:18.358Z | Compiling typenum v1.17.0 |
764 | 2024-11-01T16:14:18.358Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b5425cb3c5d74c6c -C extra-filename=-b5425cb3c5d74c6c --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
765 | 2024-11-01T16:14:18.399Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=def3788049e54a29 -C extra-filename=-def3788049e54a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
766 | 2024-11-01T16:14:18.452Z | Compiling heck v0.5.0 |
767 | 2024-11-01T16:14:18.456Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae7a000cb0c7e733 -C extra-filename=-ae7a000cb0c7e733 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
768 | 2024-11-01T16:14:18.534Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0545aa1d973d5254 -C extra-filename=-0545aa1d973d5254 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
769 | 2024-11-01T16:14:18.552Z | Compiling generic-array v0.14.7 |
770 | 2024-11-01T16:14:18.555Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=92272856af0dcbd4 -C extra-filename=-92272856af0dcbd4 --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
771 | 2024-11-01T16:14:18.614Z | Compiling futures-channel v0.3.30 |
772 | 2024-11-01T16:14:18.617Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=dac5a87839993039 -C extra-filename=-dac5a87839993039 --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-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
773 | 2024-11-01T16:14:18.764Z | Compiling ring v0.17.5 |
774 | 2024-11-01T16:14:18.767Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=1a0f3e72745a0c1a -C extra-filename=-1a0f3e72745a0c1a --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-1a0f3e72745a0c1a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --cap-lints allow '-Wclippy::unused-async'` |
775 | 2024-11-01T16:14:18.811Z | Compiling pin-utils v0.1.0 |
776 | 2024-11-01T16:14:18.815Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fff483c5685660c -C extra-filename=-3fff483c5685660c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
777 | 2024-11-01T16:14:18.885Z | Compiling futures-task v0.3.30 |
778 | 2024-11-01T16:14:18.905Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=636e1768bdd435cc -C extra-filename=-636e1768bdd435cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
779 | 2024-11-01T16:14:18.909Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4/build-script-build` |
780 | 2024-11-01T16:14:18.929Z | Compiling futures-io v0.3.30 |
781 | 2024-11-01T16:14:18.932Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=13da8b636e864138 -C extra-filename=-13da8b636e864138 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
782 | 2024-11-01T16:14:18.973Z | Compiling openssl-sys v0.9.95 |
783 | 2024-11-01T16:14:18.973Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8a0956e0421f8c35 -C extra-filename=-8a0956e0421f8c35 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-8a0956e0421f8c35 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
784 | 2024-11-01T16:14:19.007Z | Compiling slog v2.7.0 |
785 | 2024-11-01T16:14:19.010Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7c37cc8491317074 -C extra-filename=-7c37cc8491317074 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
786 | 2024-11-01T16:14:19.199Z | Compiling semver v1.0.23 |
787 | 2024-11-01T16:14:19.209Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cb7e74ffbf490ad2 -C extra-filename=-cb7e74ffbf490ad2 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
788 | 2024-11-01T16:14:19.272Z | Compiling rand_core v0.6.4 |
789 | 2024-11-01T16:14:19.275Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=0004b8d61b36ba7f -C extra-filename=-0004b8d61b36ba7f --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-39f96d296916e8c9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
790 | 2024-11-01T16:14:19.331Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main` |
791 | 2024-11-01T16:14:19.535Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=956d7339f347d32f -C extra-filename=-956d7339f347d32f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-def3788049e54a29.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
792 | 2024-11-01T16:14:19.566Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074/build-script-build` |
793 | 2024-11-01T16:14:19.637Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=05589072a2bf616a -C extra-filename=-05589072a2bf616a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
794 | 2024-11-01T16:14:19.669Z | Compiling tracing-core v0.1.32 |
795 | 2024-11-01T16:14:19.693Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d581d1fa54003c07 -C extra-filename=-d581d1fa54003c07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
796 | 2024-11-01T16:14:19.738Z | Compiling iana-time-zone v0.1.58 |
797 | 2024-11-01T16:14:19.742Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=965e1aa9322e9452 -C extra-filename=-965e1aa9322e9452 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
798 | 2024-11-01T16:14:19.759Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2/build-script-build` |
799 | 2024-11-01T16:14:19.789Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e126c94e74a804d6 -C extra-filename=-e126c94e74a804d6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2024-11-01T16:14:19.810Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-1a0f3e72745a0c1a/build-script-build` |
801 | 2024-11-01T16:14:19.831Z | Compiling crossbeam-utils v0.8.20 |
802 | 2024-11-01T16:14:19.834Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d1178f78bf1365d3 -C extra-filename=-d1178f78bf1365d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
803 | 2024-11-01T16:14:19.984Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-8a0956e0421f8c35/build-script-main` |
804 | 2024-11-01T16:14:20.101Z | Compiling dyn-clone v1.0.16 |
805 | 2024-11-01T16:14:20.104Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c82f1a75437a4626 -C extra-filename=-c82f1a75437a4626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
806 | 2024-11-01T16:14:20.230Z | Compiling openssl v0.10.59 |
807 | 2024-11-01T16:14:20.233Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a9e7f432e4519b8a -C extra-filename=-a9e7f432e4519b8a --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
808 | 2024-11-01T16:14:20.287Z | Compiling native-tls v0.2.11 |
809 | 2024-11-01T16:14:20.289Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0d20eeb2c97e91b9 -C extra-filename=-0d20eeb2c97e91b9 --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
810 | 2024-11-01T16:14:20.337Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3/build-script-build` |
811 | 2024-11-01T16:14:20.362Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba944cb5d73bc6ba -C extra-filename=-ba944cb5d73bc6ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
812 | 2024-11-01T16:14:20.494Z | Compiling rustls v0.23.13 |
813 | 2024-11-01T16:14:20.498Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d4ff289f15f84ff0 -C extra-filename=-d4ff289f15f84ff0 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
814 | 2024-11-01T16:14:20.605Z | Compiling aho-corasick v1.1.2 |
815 | 2024-11-01T16:14:20.608Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=40d36ac5073c8ce1 -C extra-filename=-40d36ac5073c8ce1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
816 | 2024-11-01T16:14:20.639Z | Compiling subtle v2.5.0 |
817 | 2024-11-01T16:14:20.643Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=3ad732fc6961663e -C extra-filename=-3ad732fc6961663e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
818 | 2024-11-01T16:14:20.793Z | Compiling regex-syntax v0.8.4 |
819 | 2024-11-01T16:14:20.797Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ab6586e0fd34fc51 -C extra-filename=-ab6586e0fd34fc51 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
820 | 2024-11-01T16:14:20.871Z | Compiling spin v0.9.8 |
821 | 2024-11-01T16:14:20.877Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=872efccaebbcc150 -C extra-filename=-872efccaebbcc150 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
822 | 2024-11-01T16:14:21.043Z | Compiling untrusted v0.9.0 |
823 | 2024-11-01T16:14:21.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47307f1b00247348 -C extra-filename=-47307f1b00247348 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
824 | 2024-11-01T16:14:21.092Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43b24913685697eb -C extra-filename=-43b24913685697eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
825 | 2024-11-01T16:14:21.185Z | Compiling ucd-trie v0.1.6 |
826 | 2024-11-01T16:14:21.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5e1d2324ca71bc5e -C extra-filename=-5e1d2324ca71bc5e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
827 | 2024-11-01T16:14:21.272Z | Compiling num-conv v0.1.0 |
828 | 2024-11-01T16:14:21.274Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e85aebce9f0a4518 -C extra-filename=-e85aebce9f0a4518 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
829 | 2024-11-01T16:14:21.309Z | Compiling time-core v0.1.2 |
830 | 2024-11-01T16:14:21.312Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8520209be44b255b -C extra-filename=-8520209be44b255b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
831 | 2024-11-01T16:14:21.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=3459e2197aab62f0 -C extra-filename=-3459e2197aab62f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
832 | 2024-11-01T16:14:21.522Z | Compiling time-macros v0.2.18 |
833 | 2024-11-01T16:14:21.527Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=2f3d655721e61673 -C extra-filename=-2f3d655721e61673 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-e85aebce9f0a4518.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-8520209be44b255b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
834 | 2024-11-01T16:14:21.608Z | Compiling rustix v0.38.37 |
835 | 2024-11-01T16:14:21.611Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=393c723a3069acb8 -C extra-filename=-393c723a3069acb8 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
836 | 2024-11-01T16:14:21.723Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a368e13015d5ab6b -C extra-filename=-a368e13015d5ab6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
837 | 2024-11-01T16:14:22.285Z | Compiling serde_derive_internals v0.29.1 |
838 | 2024-11-01T16:14:22.288Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0412b3ce579b5b15 -C extra-filename=-0412b3ce579b5b15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
839 | 2024-11-01T16:14:23.020Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8/build-script-build` |
840 | 2024-11-01T16:14:23.142Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d4d310b1fba3e7fc -C extra-filename=-d4d310b1fba3e7fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
841 | 2024-11-01T16:14:23.240Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a/build-script-build` |
842 | 2024-11-01T16:14:23.260Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9/build-script-build` |
843 | 2024-11-01T16:14:23.288Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=0d50b902c9326659 -C extra-filename=-0d50b902c9326659 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
844 | 2024-11-01T16:14:23.452Z | Compiling percent-encoding v2.3.1 |
845 | 2024-11-01T16:14:23.456Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=65b633883dba5640 -C extra-filename=-65b633883dba5640 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
846 | 2024-11-01T16:14:23.511Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=0ef3d0294b6d0b3d -C extra-filename=-0ef3d0294b6d0b3d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
847 | 2024-11-01T16:14:23.816Z | Compiling regex-automata v0.4.4 |
848 | 2024-11-01T16:14:23.819Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=70f9a497ba88312b -C extra-filename=-70f9a497ba88312b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-40d36ac5073c8ce1.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
849 | 2024-11-01T16:14:23.965Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=15079f8c0d7b77ba -C extra-filename=-15079f8c0d7b77ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
850 | 2024-11-01T16:14:23.998Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=a113dc319f917f5f -C extra-filename=-a113dc319f917f5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-a368e13015d5ab6b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
851 | 2024-11-01T16:14:24.171Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9fb747aed33fd7e -C extra-filename=-c9fb747aed33fd7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
852 | 2024-11-01T16:14:24.207Z | Compiling try-lock v0.2.4 |
853 | 2024-11-01T16:14:24.210Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e3b0b7355998c98 -C extra-filename=-9e3b0b7355998c98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
854 | 2024-11-01T16:14:24.357Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=69e76dd1bdfc8fd3 -C extra-filename=-69e76dd1bdfc8fd3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
855 | 2024-11-01T16:14:24.405Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=76df644cfde9b7cd -C extra-filename=-76df644cfde9b7cd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-15079f8c0d7b77ba.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-0ef3d0294b6d0b3d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
856 | 2024-11-01T16:14:24.514Z | Compiling want v0.3.1 |
857 | 2024-11-01T16:14:24.521Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=505fffd479eb3e62 -C extra-filename=-505fffd479eb3e62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-9e3b0b7355998c98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
858 | 2024-11-01T16:14:24.806Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d5c09d588fe5a5d -C extra-filename=-9d5c09d588fe5a5d --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
859 | 2024-11-01T16:14:24.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=e55eae064e9c2393 -C extra-filename=-e55eae064e9c2393 --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
860 | 2024-11-01T16:14:25.215Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=92c31d9a601e4f3c -C extra-filename=-92c31d9a601e4f3c --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-5fbad81787478288.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
861 | 2024-11-01T16:14:25.248Z | Compiling usdt-impl v0.5.0 |
862 | 2024-11-01T16:14:25.267Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=509ccdd1efca7e0c -C extra-filename=-509ccdd1efca7e0c --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
863 | 2024-11-01T16:14:25.407Z | Compiling plain v0.2.3 |
864 | 2024-11-01T16:14:25.409Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5df00248daa85650 -C extra-filename=-5df00248daa85650 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
865 | 2024-11-01T16:14:25.528Z | Compiling httpdate v1.0.3 |
866 | 2024-11-01T16:14:25.532Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=310f48f7a1d77ea8 -C extra-filename=-310f48f7a1d77ea8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-11-01T16:14:25.558Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2aa67c0aa2b4b504 -C extra-filename=-2aa67c0aa2b4b504 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
868 | 2024-11-01T16:14:25.623Z | Compiling pretty-hex v0.4.1 |
869 | 2024-11-01T16:14:25.626Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0b7fbda6cacbfd96 -C extra-filename=-0b7fbda6cacbfd96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
870 | 2024-11-01T16:14:25.644Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
871 | 2024-11-01T16:14:25.784Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=963cb6cf0ae0886e -C extra-filename=-963cb6cf0ae0886e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
872 | 2024-11-01T16:14:25.823Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-11-01T16:14:25.826Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c35ed20cfda2b0e -C extra-filename=-9c35ed20cfda2b0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
874 | 2024-11-01T16:14:25.846Z | Compiling rustls-pki-types v1.8.0 |
875 | 2024-11-01T16:14:25.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ac7d1951af0c9528 -C extra-filename=-ac7d1951af0c9528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
876 | 2024-11-01T16:14:25.921Z | Compiling tinyvec v1.6.0 |
877 | 2024-11-01T16:14:25.923Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=e424dff795f84bc4 -C extra-filename=-e424dff795f84bc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-9c35ed20cfda2b0e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
878 | 2024-11-01T16:14:25.967Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=44a7ac59217122e8 -C extra-filename=-44a7ac59217122e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
879 | 2024-11-01T16:14:26.004Z | Compiling crypto-common v0.1.6 |
880 | 2024-11-01T16:14:26.007Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=1fb280a079e81997 -C extra-filename=-1fb280a079e81997 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-0004b8d61b36ba7f.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-a368e13015d5ab6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
881 | 2024-11-01T16:14:26.179Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=5ca4b04332c72ed8 -C extra-filename=-5ca4b04332c72ed8 --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-3459e2197aab62f0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
882 | 2024-11-01T16:14:26.197Z | Compiling form_urlencoded v1.2.1 |
883 | 2024-11-01T16:14:26.199Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac2f32e8a51492b4 -C extra-filename=-ac2f32e8a51492b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --cap-lints allow '-Wclippy::unused-async'` |
884 | 2024-11-01T16:14:26.517Z | Compiling thread-id v4.2.1 |
885 | 2024-11-01T16:14:26.519Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89f93f640290a269 -C extra-filename=-89f93f640290a269 --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
886 | 2024-11-01T16:14:26.578Z | Compiling tower-service v0.3.2 |
887 | 2024-11-01T16:14:26.583Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b964166565b625f -C extra-filename=-3b964166565b625f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
888 | 2024-11-01T16:14:26.622Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=144cd46eb98a36b4 -C extra-filename=-144cd46eb98a36b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
889 | 2024-11-01T16:14:26.642Z | Compiling serde_derive v1.0.210 |
890 | 2024-11-01T16:14:26.647Z | Compiling zerocopy-derive v0.7.32 |
891 | 2024-11-01T16:14:26.647Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=63f7898734629385 -C extra-filename=-63f7898734629385 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-11-01T16:14:26.647Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0018c4efc81bd59a -C extra-filename=-0018c4efc81bd59a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
893 | 2024-11-01T16:14:26.700Z | Compiling thiserror-impl v1.0.64 |
894 | 2024-11-01T16:14:26.703Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb9784a8c178d1d5 -C extra-filename=-fb9784a8c178d1d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
895 | 2024-11-01T16:14:26.747Z | Compiling tokio-macros v2.4.0 |
896 | 2024-11-01T16:14:26.749Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a924a270c66b054 -C extra-filename=-7a924a270c66b054 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
897 | 2024-11-01T16:14:26.888Z | Compiling futures-macro v0.3.30 |
898 | 2024-11-01T16:14:26.891Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=54984d85301e3d86 -C extra-filename=-54984d85301e3d86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
899 | 2024-11-01T16:14:27.395Z | Compiling tracing-attributes v0.1.27 |
900 | 2024-11-01T16:14:27.397Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=3b1890e79a86d78e -C extra-filename=-3b1890e79a86d78e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
901 | 2024-11-01T16:14:27.717Z | Compiling schemars_derive v0.8.21 |
902 | 2024-11-01T16:14:27.719Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=778359cf9fd35f97 -C extra-filename=-778359cf9fd35f97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-0412b3ce579b5b15.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
903 | 2024-11-01T16:14:28.238Z | Compiling openssl-macros v0.1.1 |
904 | 2024-11-01T16:14:28.241Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a30667a3749287db -C extra-filename=-a30667a3749287db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
905 | 2024-11-01T16:14:28.544Z | Compiling zerocopy v0.7.32 |
906 | 2024-11-01T16:14:28.547Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=e5ebc6117a59d908 -C extra-filename=-e5ebc6117a59d908 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-dda65be7151d9baf.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-0018c4efc81bd59a.so --cap-lints allow '-Wclippy::unused-async'` |
907 | 2024-11-01T16:14:28.699Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=7a8e124204d061d3 -C extra-filename=-7a8e124204d061d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-0018c4efc81bd59a.so --cap-lints allow '-Wclippy::unused-async'` |
908 | 2024-11-01T16:14:29.043Z | Compiling futures-util v0.3.30 |
909 | 2024-11-01T16:14:29.047Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=f522ac60fd10b651 -C extra-filename=-f522ac60fd10b651 --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-dac5a87839993039.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-13da8b636e864138.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-54984d85301e3d86.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-636e1768bdd435cc.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-3fff483c5685660c.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --cap-lints allow '-Wclippy::unused-async'` |
910 | 2024-11-01T16:14:29.378Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7222dcad55954999 -C extra-filename=-7222dcad55954999 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-fb9784a8c178d1d5.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
911 | 2024-11-01T16:14:29.527Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=579bce678f126697 -C extra-filename=-579bce678f126697 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-fb9784a8c178d1d5.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
912 | 2024-11-01T16:14:29.678Z | Compiling scroll_derive v0.12.0 |
913 | 2024-11-01T16:14:29.683Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb68bc55751c2cf4 -C extra-filename=-fb68bc55751c2cf4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
914 | 2024-11-01T16:14:30.159Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=4c9502b301533319 -C extra-filename=-4c9502b301533319 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-e5ebc6117a59d908.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
915 | 2024-11-01T16:14:30.332Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=1048187133c3f0e3 -C extra-filename=-1048187133c3f0e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
916 | 2024-11-01T16:14:30.549Z | Compiling tracing v0.1.40 |
917 | 2024-11-01T16:14:30.552Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=a5ff30f1121e6336 -C extra-filename=-a5ff30f1121e6336 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-3b1890e79a86d78e.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
918 | 2024-11-01T16:14:30.567Z | Compiling pest v2.7.6 |
919 | 2024-11-01T16:14:30.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=1c1a053b872b3e5e -C extra-filename=-1c1a053b872b3e5e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5e1d2324ca71bc5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
920 | 2024-11-01T16:14:30.645Z | Compiling hashbrown v0.14.3 |
921 | 2024-11-01T16:14:30.675Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2615682c84b7eb5d -C extra-filename=-2615682c84b7eb5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-4c9502b301533319.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-57e30a43dfbd11c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
922 | 2024-11-01T16:14:30.848Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3c08edbc0e57f4c3 -C extra-filename=-3c08edbc0e57f4c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-1048187133c3f0e3.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-c7f341e6b183c20a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
923 | 2024-11-01T16:14:31.000Z | Compiling anyhow v1.0.89 |
924 | 2024-11-01T16:14:31.004Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=89c853f112e458c5 -C extra-filename=-89c853f112e458c5 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-89c853f112e458c5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
925 | 2024-11-01T16:14:31.156Z | Compiling scroll v0.12.0 |
926 | 2024-11-01T16:14:31.160Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=3c01d073d9f793a4 -C extra-filename=-3c01d073d9f793a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-fb68bc55751c2cf4.so --cap-lints allow '-Wclippy::unused-async'` |
927 | 2024-11-01T16:14:31.562Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=e35afdf33411fcae -C extra-filename=-e35afdf33411fcae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
928 | 2024-11-01T16:14:31.730Z | Compiling goblin v0.8.0 |
929 | 2024-11-01T16:14:31.732Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=2d5e4294c5f93eb5 -C extra-filename=-2d5e4294c5f93eb5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-5df00248daa85650.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-3c01d073d9f793a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
930 | 2024-11-01T16:14:32.113Z | Compiling atomic-waker v1.1.2 |
931 | 2024-11-01T16:14:32.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=e21ab4b278a0147b -C extra-filename=-e21ab4b278a0147b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
932 | 2024-11-01T16:14:32.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=563cea3451ee7e03 -C extra-filename=-563cea3451ee7e03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
933 | 2024-11-01T16:14:32.248Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-89c853f112e458c5/build-script-build` |
934 | 2024-11-01T16:14:32.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=80cf6052d76459d2 -C extra-filename=-80cf6052d76459d2 --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-5ca4b04332c72ed8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-144cd46eb98a36b4.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-54984d85301e3d86.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e35afdf33411fcae.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-563cea3451ee7e03.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --cap-lints allow '-Wclippy::unused-async'` |
935 | 2024-11-01T16:14:32.280Z | Compiling unicode-normalization v0.1.22 |
936 | 2024-11-01T16:14:32.293Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20993b0460e0928f -C extra-filename=-20993b0460e0928f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
937 | 2024-11-01T16:14:32.361Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=24ea91741defd4ac -C extra-filename=-24ea91741defd4ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
938 | 2024-11-01T16:14:32.429Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=575b1dc90d49829b -C extra-filename=-575b1dc90d49829b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
939 | 2024-11-01T16:14:33.111Z | Compiling pest_meta v2.7.6 |
940 | 2024-11-01T16:14:33.114Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=48616af13ac3329e -C extra-filename=-48616af13ac3329e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1c1a053b872b3e5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
941 | 2024-11-01T16:14:33.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c97dd197df7b81f3 -C extra-filename=-c97dd197df7b81f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
942 | 2024-11-01T16:14:33.379Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=2c7dce0652c831c9 -C extra-filename=-2c7dce0652c831c9 --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-3f2f06dbc781698f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
943 | 2024-11-01T16:14:33.711Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=0ac380442de1c051 -C extra-filename=-0ac380442de1c051 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
944 | 2024-11-01T16:14:33.732Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8b8216f27010a204 -C extra-filename=-8b8216f27010a204 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
945 | 2024-11-01T16:14:33.781Z | Compiling ppv-lite86 v0.2.17 |
946 | 2024-11-01T16:14:33.783Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=e3231558ee644cb9 -C extra-filename=-e3231558ee644cb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
947 | 2024-11-01T16:14:34.114Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=713fcbf5921d1409 -C extra-filename=-713fcbf5921d1409 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
948 | 2024-11-01T16:14:34.575Z | Compiling pest_generator v2.7.6 |
949 | 2024-11-01T16:14:34.580Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=8d44df503ad89259 -C extra-filename=-8d44df503ad89259 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1c1a053b872b3e5e.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-48616af13ac3329e.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
950 | 2024-11-01T16:14:34.804Z | Compiling zeroize v1.7.0 |
951 | 2024-11-01T16:14:34.807Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=444922eb1c08f375 -C extra-filename=-444922eb1c08f375 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
952 | 2024-11-01T16:14:35.164Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=fd84f658514d42f5 -C extra-filename=-fd84f658514d42f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-11-01T16:14:35.320Z | Compiling unicode-bidi v0.3.13 |
954 | 2024-11-01T16:14:35.325Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=06f2602dc7711d0c -C extra-filename=-06f2602dc7711d0c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
955 | 2024-11-01T16:14:35.425Z | Compiling rand_chacha v0.3.1 |
956 | 2024-11-01T16:14:35.448Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=1431af19ca0b6cd8 -C extra-filename=-1431af19ca0b6cd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-e3231558ee644cb9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-0004b8d61b36ba7f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
957 | 2024-11-01T16:14:36.402Z | Compiling idna v0.4.0 |
958 | 2024-11-01T16:14:36.404Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4c370c3d43b3d490 -C extra-filename=-4c370c3d43b3d490 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-06f2602dc7711d0c.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-20993b0460e0928f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
959 | 2024-11-01T16:14:36.508Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=54b462d1bf69e0ba -C extra-filename=-54b462d1bf69e0ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
960 | 2024-11-01T16:14:36.716Z | Compiling pest_derive v2.7.6 |
961 | 2024-11-01T16:14:36.718Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=0a8f2bcb2bd89af2 -C extra-filename=-0a8f2bcb2bd89af2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1c1a053b872b3e5e.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-8d44df503ad89259.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
962 | 2024-11-01T16:14:36.815Z | Compiling regex v1.10.6 |
963 | 2024-11-01T16:14:36.822Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=fa79aba3014eb44d -C extra-filename=-fa79aba3014eb44d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-40d36ac5073c8ce1.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-70f9a497ba88312b.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
964 | 2024-11-01T16:14:37.548Z | Compiling dtrace-parser v0.2.0 |
965 | 2024-11-01T16:14:37.552Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=095a36dc84c042c8 -C extra-filename=-095a36dc84c042c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1c1a053b872b3e5e.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-0a8f2bcb2bd89af2.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --cap-lints allow '-Wclippy::unused-async'` |
966 | 2024-11-01T16:14:37.760Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=b4643af61ef0f545 -C extra-filename=-b4643af61ef0f545 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
967 | 2024-11-01T16:14:38.010Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54770e737d7c4c66 -C extra-filename=-54770e737d7c4c66 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
968 | 2024-11-01T16:14:38.033Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0dd6ac5f1017637 -C extra-filename=-f0dd6ac5f1017637 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-11-01T16:14:38.109Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=907ff4afaab19552 -C extra-filename=-907ff4afaab19552 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
970 | 2024-11-01T16:14:38.130Z | Compiling mime v0.3.17 |
971 | 2024-11-01T16:14:38.133Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e15eab0ea56f35b -C extra-filename=-5e15eab0ea56f35b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
972 | 2024-11-01T16:14:38.209Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=568ca11c156d64b5 -C extra-filename=-568ca11c156d64b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-54770e737d7c4c66.rmeta --cap-lints allow '-Wclippy::unused-async'` |
973 | 2024-11-01T16:14:38.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19a92fb40a07fa86 -C extra-filename=-19a92fb40a07fa86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-11-01T16:14:38.720Z | Compiling url v2.4.1 |
975 | 2024-11-01T16:14:38.724Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=2fe9d8c85331f603 -C extra-filename=-2fe9d8c85331f603 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-4c370c3d43b3d490.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --cap-lints allow '-Wclippy::unused-async'` |
976 | 2024-11-01T16:14:38.800Z | Compiling rand v0.8.5 |
977 | 2024-11-01T16:14:38.804Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=4e73d96125d08cce -C extra-filename=-4e73d96125d08cce --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-c686d5a072952df2.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1431af19ca0b6cd8.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-0004b8d61b36ba7f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
978 | 2024-11-01T16:14:39.051Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1c15ea56dc93e74a -C extra-filename=-1c15ea56dc93e74a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2024-11-01T16:14:39.692Z | Compiling bytes v1.7.2 |
980 | 2024-11-01T16:14:39.696Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=86ae4cc49d3bdcef -C extra-filename=-86ae4cc49d3bdcef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
981 | 2024-11-01T16:14:39.799Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=931d003463f8c5f6 -C extra-filename=-931d003463f8c5f6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
982 | 2024-11-01T16:14:39.822Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ee1b28499ea3e3a0 -C extra-filename=-ee1b28499ea3e3a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
983 | 2024-11-01T16:14:40.180Z | Compiling indexmap v2.5.0 |
984 | 2024-11-01T16:14:40.183Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=425e8e01427c44f0 -C extra-filename=-425e8e01427c44f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-2dfdd3b36ff921b4.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-2615682c84b7eb5d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
985 | 2024-11-01T16:14:40.273Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=cb0d198ed2e2208b -C extra-filename=-cb0d198ed2e2208b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-00563dc397c9dee4.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
986 | 2024-11-01T16:14:40.420Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ec0e28059b7390e3 -C extra-filename=-ec0e28059b7390e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
987 | 2024-11-01T16:14:40.644Z | Compiling tokio v1.39.3 |
988 | 2024-11-01T16:14:40.647Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8081d980eb996da8 -C extra-filename=-8081d980eb996da8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f6c0b2f408964c0e.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-da4ff8425373e276.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-f3d095db30fe99bc.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-f0ab0b2a00f8a7c7.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-7a924a270c66b054.so --cap-lints allow '-Wclippy::unused-async'` |
989 | 2024-11-01T16:14:41.022Z | Compiling bitflags v2.6.0 |
990 | 2024-11-01T16:14:41.026Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e75314570f13ccf0 -C extra-filename=-e75314570f13ccf0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
991 | 2024-11-01T16:14:41.052Z | Compiling serde_tokenstream v0.2.2 |
992 | 2024-11-01T16:14:41.054Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66f45b53411c2404 -C extra-filename=-66f45b53411c2404 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
993 | 2024-11-01T16:14:41.441Z | Compiling http v1.1.0 |
994 | 2024-11-01T16:14:41.457Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d976e459b2920a5 -C extra-filename=-4d976e459b2920a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --cap-lints allow '-Wclippy::unused-async'` |
995 | 2024-11-01T16:14:41.610Z | Compiling chrono v0.4.38 |
996 | 2024-11-01T16:14:41.613Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=1a4881b2b11b1908 -C extra-filename=-1a4881b2b11b1908 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-965e1aa9322e9452.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-11-01T16:14:41.650Z | Compiling uuid v1.10.0 |
998 | 2024-11-01T16:14:41.653Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=325f54da0023574c -C extra-filename=-325f54da0023574c --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-3f2f06dbc781698f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
999 | 2024-11-01T16:14:41.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=653ed2e6334ee97f -C extra-filename=-653ed2e6334ee97f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-e126c94e74a804d6.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1000 | 2024-11-01T16:14:42.360Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=21e165b2d4bc0581 -C extra-filename=-21e165b2d4bc0581 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1001 | 2024-11-01T16:14:42.424Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=80306636425469d9 -C extra-filename=-80306636425469d9 --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-39f96d296916e8c9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1002 | 2024-11-01T16:14:43.018Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19ec2cc2ba3ba1ed -C extra-filename=-19ec2cc2ba3ba1ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1003 | 2024-11-01T16:14:43.340Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=a1a342121e1c5048 -C extra-filename=-a1a342121e1c5048 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1004 | 2024-11-01T16:14:43.370Z | Compiling openapiv3 v2.0.0 |
1005 | 2024-11-01T16:14:43.379Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=a145da4d6dd410e9 -C extra-filename=-a145da4d6dd410e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1006 | 2024-11-01T16:14:43.678Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=aa41bbda98f41682 -C extra-filename=-aa41bbda98f41682 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-92c31d9a601e4f3c.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-76df644cfde9b7cd.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-9d5c09d588fe5a5d.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-e55eae064e9c2393.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-7a924a270c66b054.so --cap-lints allow '-Wclippy::unused-async'` |
1007 | 2024-11-01T16:14:43.723Z | Compiling dof v0.3.0 |
1008 | 2024-11-01T16:14:43.726Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f1b564112e21c735 -C extra-filename=-f1b564112e21c735 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-2d5e4294c5f93eb5.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-0b7fbda6cacbfd96.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-e5ebc6117a59d908.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1009 | 2024-11-01T16:14:44.947Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=b109e65da9a52142 -C extra-filename=-b109e65da9a52142 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-c82f1a75437a4626.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-778359cf9fd35f97.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1010 | 2024-11-01T16:14:45.390Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=13958e9080cecf00 -C extra-filename=-13958e9080cecf00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-43b24913685697eb.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-778359cf9fd35f97.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1011 | 2024-11-01T16:14:45.486Z | Compiling toml_datetime v0.6.8 |
1012 | 2024-11-01T16:14:45.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f234215016bbbf14 -C extra-filename=-f234215016bbbf14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-11-01T16:14:45.590Z | Compiling http-body v1.0.1 |
1014 | 2024-11-01T16:14:45.594Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f99b5470488d38a -C extra-filename=-2f99b5470488d38a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1015 | 2024-11-01T16:14:45.834Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b7d6747f4f11b92a -C extra-filename=-b7d6747f4f11b92a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-dda65be7151d9baf.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-f1b564112e21c735.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-89f93f640290a269.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1016 | 2024-11-01T16:14:45.923Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=ab600c5d64d42821 -C extra-filename=-ab600c5d64d42821 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2024-11-01T16:14:46.110Z | Compiling foreign-types-shared v0.1.1 |
1018 | 2024-11-01T16:14:46.113Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e207e8aafbe4a5e8 -C extra-filename=-e207e8aafbe4a5e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1019 | 2024-11-01T16:14:46.231Z | Compiling foreign-types v0.3.2 |
1020 | 2024-11-01T16:14:46.234Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=659617a04dda1820 -C extra-filename=-659617a04dda1820 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-e207e8aafbe4a5e8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1021 | 2024-11-01T16:14:46.333Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a89b47cdfd8d0546 -C extra-filename=-a89b47cdfd8d0546 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1022 | 2024-11-01T16:14:46.575Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=bc46486982d06d95 -C extra-filename=-bc46486982d06d95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-3b1890e79a86d78e.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1023 | 2024-11-01T16:14:47.001Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a252897c6dde7e01 -C extra-filename=-a252897c6dde7e01 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-568ca11c156d64b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1024 | 2024-11-01T16:14:47.081Z | Compiling usdt-macro v0.5.0 |
1025 | 2024-11-01T16:14:47.084Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d1b99f0a51e87638 -C extra-filename=-d1b99f0a51e87638 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-b7d6747f4f11b92a.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1026 | 2024-11-01T16:14:47.707Z | Compiling usdt-attr-macro v0.5.0 |
1027 | 2024-11-01T16:14:47.716Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=32fd6cbe3f6b0b29 -C extra-filename=-32fd6cbe3f6b0b29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-b7d6747f4f11b92a.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1028 | 2024-11-01T16:14:48.045Z | Compiling serde_spanned v0.6.7 |
1029 | 2024-11-01T16:14:48.048Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0ceb2f5c72981c96 -C extra-filename=-0ceb2f5c72981c96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1030 | 2024-11-01T16:14:48.145Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=c9ad00e6885bf31c -C extra-filename=-c9ad00e6885bf31c --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1031 | 2024-11-01T16:14:48.268Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=35f81b2e24be1122 -C extra-filename=-35f81b2e24be1122 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
1032 | 2024-11-01T16:14:48.504Z | Compiling errno v0.3.9 |
1033 | 2024-11-01T16:14:48.507Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d21db8da59bed80 -C extra-filename=-3d21db8da59bed80 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1034 | 2024-11-01T16:14:48.735Z | Compiling tokio-util v0.7.11 |
1035 | 2024-11-01T16:14:48.739Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=4ec70955e2d7a362 -C extra-filename=-4ec70955e2d7a362 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1036 | 2024-11-01T16:14:48.867Z | Compiling encoding_rs v0.8.33 |
1037 | 2024-11-01T16:14:48.870Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=8e26f1dd33465610 -C extra-filename=-8e26f1dd33465610 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1038 | 2024-11-01T16:14:49.001Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd68ed1e53116de -C extra-filename=-3bd68ed1e53116de --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1039 | 2024-11-01T16:14:49.159Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=c650198334ed00fb -C extra-filename=-c650198334ed00fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1040 | 2024-11-01T16:14:49.235Z | Compiling rustversion v1.0.14 |
1041 | 2024-11-01T16:14:49.238Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=002dd1575073c150 -C extra-filename=-002dd1575073c150 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1042 | 2024-11-01T16:14:49.402Z | Compiling ipnet v2.9.0 |
1043 | 2024-11-01T16:14:49.407Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=3d8e9d6d8c2482b0 -C extra-filename=-3d8e9d6d8c2482b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1044 | 2024-11-01T16:14:49.456Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=e7be2f0a66e0343b -C extra-filename=-e7be2f0a66e0343b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1045 | 2024-11-01T16:14:49.771Z | Compiling h2 v0.4.6 |
1046 | 2024-11-01T16:14:50.176Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=c6796420e5b31c60 -C extra-filename=-c6796420e5b31c60 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-e21ab4b278a0147b.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-11-01T16:14:50.181Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150/build-script-build` |
1048 | 2024-11-01T16:14:50.181Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=43bdfa09cf16beea -C extra-filename=-43bdfa09cf16beea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-659617a04dda1820.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-a30667a3749287db.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-c9ad00e6885bf31c.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` |
1049 | 2024-11-01T16:14:50.181Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=66bd84ca47149dc9 -C extra-filename=-66bd84ca47149dc9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-e7be2f0a66e0343b.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-a252897c6dde7e01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1050 | 2024-11-01T16:14:50.605Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de1d8e50ceed248d -C extra-filename=-de1d8e50ceed248d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-3bd68ed1e53116de.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1051 | 2024-11-01T16:14:50.711Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=e9e75b9e36b99c8e -C extra-filename=-e9e75b9e36b99c8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-3d21db8da59bed80.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1052 | 2024-11-01T16:14:50.866Z | Compiling serde_urlencoded v0.7.1 |
1053 | 2024-11-01T16:14:50.868Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae1327228caa3a64 -C extra-filename=-ae1327228caa3a64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2024-11-01T16:14:51.397Z | Compiling regress v0.10.1 |
1055 | 2024-11-01T16:14:51.401Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=d15451b5161e4005 -C extra-filename=-d15451b5161e4005 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-2615682c84b7eb5d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1056 | 2024-11-01T16:14:51.538Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=014d250dab847f45 -C extra-filename=-014d250dab847f45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2024-11-01T16:14:51.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5e000166dae759bc -C extra-filename=-5e000166dae759bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1058 | 2024-11-01T16:14:52.457Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=dd25816cd30c022a -C extra-filename=-dd25816cd30c022a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1059 | 2024-11-01T16:14:53.529Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=b2bc6806fbe30b85 -C extra-filename=-b2bc6806fbe30b85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-ab600c5d64d42821.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-dd25816cd30c022a.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1060 | 2024-11-01T16:14:53.743Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57ec80439d3efe98 -C extra-filename=-57ec80439d3efe98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1061 | 2024-11-01T16:14:53.896Z | Compiling powerfmt v0.2.0 |
1062 | 2024-11-01T16:14:53.899Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1c1fd77ac9810478 -C extra-filename=-1c1fd77ac9810478 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1063 | 2024-11-01T16:14:54.162Z | Compiling openssl-probe v0.1.5 |
1064 | 2024-11-01T16:14:54.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=738de8733e20c290 -C extra-filename=-738de8733e20c290 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1065 | 2024-11-01T16:14:54.252Z | Compiling deranged v0.3.9 |
1066 | 2024-11-01T16:14:54.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=16b1783f60861e83 -C extra-filename=-16b1783f60861e83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-1c1fd77ac9810478.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2024-11-01T16:14:54.548Z | Compiling hyper v1.5.0 |
1068 | 2024-11-01T16:14:54.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=c373b61219b5174a -C extra-filename=-c373b61219b5174a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-c6796420e5b31c60.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-c9fb747aed33fd7e.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-310f48f7a1d77ea8.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2024-11-01T16:14:55.363Z | Compiling typify-impl v0.2.0 |
1070 | 2024-11-01T16:14:55.365Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f798c4a0a7db1f -C extra-filename=-b2f798c4a0a7db1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-d15451b5161e4005.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2024-11-01T16:14:56.125Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f73d4625dec5f6ef -C extra-filename=-f73d4625dec5f6ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-43bdfa09cf16beea.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-738de8733e20c290.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-c9ad00e6885bf31c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1072 | 2024-11-01T16:14:56.159Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ef17e965f1ad183a -C extra-filename=-ef17e965f1ad183a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-5e000166dae759bc.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-2c7dce0652c831c9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1073 | 2024-11-01T16:14:56.648Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a481f752b39bc4aa -C extra-filename=-a481f752b39bc4aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-014d250dab847f45.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1074 | 2024-11-01T16:14:56.751Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=101239d14d794f33 -C extra-filename=-101239d14d794f33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-66bd84ca47149dc9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1075 | 2024-11-01T16:14:56.770Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db76885ec66862d2 -C extra-filename=-db76885ec66862d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2024-11-01T16:14:57.083Z | Compiling hyper-util v0.1.9 |
1077 | 2024-11-01T16:14:57.088Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=122c4a33f5ebb29b -C extra-filename=-122c4a33f5ebb29b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-f0ab0b2a00f8a7c7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2024-11-01T16:14:57.290Z | Compiling http-body-util v0.1.2 |
1079 | 2024-11-01T16:14:57.293Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca560fd0274de476 -C extra-filename=-ca560fd0274de476 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1080 | 2024-11-01T16:14:57.789Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2f568aa4257cac9c -C extra-filename=-2f568aa4257cac9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1081 | 2024-11-01T16:14:57.991Z | Compiling futures-executor v0.3.30 |
1082 | 2024-11-01T16:14:57.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=4af56102f1607e99 -C extra-filename=-4af56102f1607e99 --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-7606b305eb5f2228.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-636e1768bdd435cc.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2024-11-01T16:14:58.331Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=d7f553a95acc0365 -C extra-filename=-d7f553a95acc0365 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5ca4b04332c72ed8.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2bc6806fbe30b85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-35f81b2e24be1122.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-57ec80439d3efe98.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-de1d8e50ceed248d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2024-11-01T16:14:58.390Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=770bfd559274061e -C extra-filename=-770bfd559274061e --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-5fbad81787478288.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` |
1085 | 2024-11-01T16:14:58.571Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=8a650d373ab891c0 -C extra-filename=-8a650d373ab891c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2024-11-01T16:14:58.592Z | Compiling num_threads v0.1.6 |
1087 | 2024-11-01T16:14:58.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e656538382e75b76 -C extra-filename=-e656538382e75b76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1088 | 2024-11-01T16:14:58.998Z | Compiling base64 v0.22.1 |
1089 | 2024-11-01T16:14:58.998Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0c96ab107b9547e7 -C extra-filename=-0c96ab107b9547e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2024-11-01T16:14:58.998Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=328a9c799ff21bd9 -C extra-filename=-328a9c799ff21bd9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1091 | 2024-11-01T16:14:59.412Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d04adf0f47c984 -C extra-filename=-12d04adf0f47c984 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1092 | 2024-11-01T16:14:59.548Z | Compiling rustls-pemfile v2.1.3 |
1093 | 2024-11-01T16:14:59.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a6ae49a991f72ea2 -C extra-filename=-a6ae49a991f72ea2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2024-11-01T16:14:59.759Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1904720420f7e57e -C extra-filename=-1904720420f7e57e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-a1a342121e1c5048.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-a481f752b39bc4aa.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-a30667a3749287db.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-770bfd559274061e.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` |
1095 | 2024-11-01T16:14:59.904Z | Compiling time v0.3.36 |
1096 | 2024-11-01T16:14:59.906Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=27a44d29ea6dd812 -C extra-filename=-27a44d29ea6dd812 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-16b1783f60861e83.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-e85aebce9f0a4518.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-e656538382e75b76.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-1c1fd77ac9810478.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-8520209be44b255b.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1097 | 2024-11-01T16:15:00.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=08fabeacd5487384 -C extra-filename=-08fabeacd5487384 --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-5fbad81787478288.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ef17e965f1ad183a.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-2c7dce0652c831c9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1098 | 2024-11-01T16:15:00.233Z | Compiling tokio-native-tls v0.3.1 |
1099 | 2024-11-01T16:15:00.237Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=a3a2a8a3d6a7211c -C extra-filename=-a3a2a8a3d6a7211c --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-f73d4625dec5f6ef.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1100 | 2024-11-01T16:15:00.919Z | Compiling webpki-roots v0.26.6 |
1101 | 2024-11-01T16:15:00.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16a29b1168270956 -C extra-filename=-16a29b1168270956 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2024-11-01T16:15:00.921Z | Compiling block-buffer v0.10.4 |
1103 | 2024-11-01T16:15:00.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d95f532fda6cc583 -C extra-filename=-d95f532fda6cc583 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1104 | 2024-11-01T16:15:00.954Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=414b5e0d4d2d9c67 -C extra-filename=-414b5e0d4d2d9c67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5ca4b04332c72ed8.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-e55eae064e9c2393.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1105 | 2024-11-01T16:15:01.393Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e31170ab19c6aabe -C extra-filename=-e31170ab19c6aabe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1106 | 2024-11-01T16:15:02.099Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a747c35134998cb -C extra-filename=-0a747c35134998cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1107 | 2024-11-01T16:15:02.155Z | Compiling camino v1.1.9 |
1108 | 2024-11-01T16:15:02.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2024-11-01T16:15:02.382Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=a312cc896f01822e -C extra-filename=-a312cc896f01822e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-8a650d373ab891c0.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-11-01T16:15:02.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=475ee10ed46dee98 -C extra-filename=-475ee10ed46dee98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2024-11-01T16:15:03.164Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=e6489994452eb7a0 -C extra-filename=-e6489994452eb7a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-475ee10ed46dee98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2024-11-01T16:15:03.551Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121/build-script-build` |
1113 | 2024-11-01T16:15:03.620Z | Compiling digest v0.10.7 |
1114 | 2024-11-01T16:15:03.623Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=01ab7f0925ab1a08 -C extra-filename=-01ab7f0925ab1a08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-d95f532fda6cc583.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-1fb280a079e81997.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2024-11-01T16:15:03.862Z | Compiling hyper-tls v0.6.0 |
1116 | 2024-11-01T16:15:03.864Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f96186986b1e4840 -C extra-filename=-f96186986b1e4840 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ca560fd0274de476.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-122c4a33f5ebb29b.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-f73d4625dec5f6ef.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-a3a2a8a3d6a7211c.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1117 | 2024-11-01T16:15:04.050Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356ac013c4c32c94 -C extra-filename=-356ac013c4c32c94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1118 | 2024-11-01T16:15:04.278Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=7a325da615e2b0f3 -C extra-filename=-7a325da615e2b0f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2024-11-01T16:15:04.377Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4aa48b5f8fd19260 -C extra-filename=-4aa48b5f8fd19260 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1120 | 2024-11-01T16:15:04.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=eb933f5f4d5288bd -C extra-filename=-eb933f5f4d5288bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2024-11-01T16:15:04.797Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=0a9e5e2765b1e0ef -C extra-filename=-0a9e5e2765b1e0ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-fb68bc55751c2cf4.so --cap-lints allow '-Wclippy::unused-async'` |
1122 | 2024-11-01T16:15:04.917Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=20dc915ca174459c -C extra-filename=-20dc915ca174459c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1123 | 2024-11-01T16:15:05.008Z | Compiling sync_wrapper v1.0.1 |
1124 | 2024-11-01T16:15:05.008Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=968dc212d17ac8a5 -C extra-filename=-968dc212d17ac8a5 --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-7606b305eb5f2228.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2024-11-01T16:15:05.174Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5a890e43b378f2b0 -C extra-filename=-5a890e43b378f2b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1126 | 2024-11-01T16:15:05.390Z | Compiling either v1.13.0 |
1127 | 2024-11-01T16:15:05.393Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0861883e424bc415 -C extra-filename=-0861883e424bc415 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2024-11-01T16:15:05.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dafba719e33b646c -C extra-filename=-dafba719e33b646c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1129 | 2024-11-01T16:15:05.636Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfa39d2e97bb301b -C extra-filename=-bfa39d2e97bb301b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-11-01T16:15:05.804Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d272671c250f5a43 -C extra-filename=-d272671c250f5a43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1131 | 2024-11-01T16:15:06.646Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7248449f8b403e32 -C extra-filename=-7248449f8b403e32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-1904720420f7e57e.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-0a747c35134998cb.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-770bfd559274061e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1132 | 2024-11-01T16:15:06.650Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1ed0976a6e28e2 -C extra-filename=-bd1ed0976a6e28e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1133 | 2024-11-01T16:15:06.651Z | Compiling winnow v0.5.19 |
1134 | 2024-11-01T16:15:06.651Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=55f6cc2e6e379aee -C extra-filename=-55f6cc2e6e379aee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2024-11-01T16:15:06.651Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d2a87d5f125ae47 -C extra-filename=-3d2a87d5f125ae47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2024-11-01T16:15:06.766Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e6efdcadd057781 -C extra-filename=-7e6efdcadd057781 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2024-11-01T16:15:06.815Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1806adab6b2281b9 -C extra-filename=-1806adab6b2281b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1138 | 2024-11-01T16:15:06.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=a422aa46469f81dd -C extra-filename=-a422aa46469f81dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-7e6efdcadd057781.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-0a9e5e2765b1e0ef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1139 | 2024-11-01T16:15:07.346Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=dec9ad76ea36dd69 -C extra-filename=-dec9ad76ea36dd69 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-e6489994452eb7a0.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-bd1ed0976a6e28e2.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-dafba719e33b646c.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-475ee10ed46dee98.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-3d2a87d5f125ae47.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1140 | 2024-11-01T16:15:07.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=c3ad3527a47995d7 -C extra-filename=-c3ad3527a47995d7 --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-7248449f8b403e32.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1141 | 2024-11-01T16:15:08.037Z | Compiling typify-macro v0.2.0 |
1142 | 2024-11-01T16:15:08.039Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ea4b04e3916301b -C extra-filename=-8ea4b04e3916301b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-b2f798c4a0a7db1f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1143 | 2024-11-01T16:15:08.102Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=79c07d1ec6a499f7 -C extra-filename=-79c07d1ec6a499f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2024-11-01T16:15:08.520Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2fc27377c9de1429 -C extra-filename=-2fc27377c9de1429 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-20dc915ca174459c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1145 | 2024-11-01T16:15:08.546Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=f0d1607f6918ab25 -C extra-filename=-f0d1607f6918ab25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-bfa39d2e97bb301b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2024-11-01T16:15:08.976Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f50851ac084bc1c2 -C extra-filename=-f50851ac084bc1c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1147 | 2024-11-01T16:15:09.513Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1195122e81cb95d2 -C extra-filename=-1195122e81cb95d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1148 | 2024-11-01T16:15:10.135Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=c401145ebaa8ecd8 -C extra-filename=-c401145ebaa8ecd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1149 | 2024-11-01T16:15:10.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=b9e176d99ec50c85 -C extra-filename=-b9e176d99ec50c85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-356ac013c4c32c94.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-414b5e0d4d2d9c67.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-7248449f8b403e32.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-c3ad3527a47995d7.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1150 | 2024-11-01T16:15:10.138Z | Compiling async-trait v0.1.83 |
1151 | 2024-11-01T16:15:10.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cefbe0166824f63 -C extra-filename=-2cefbe0166824f63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1152 | 2024-11-01T16:15:10.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=7f894fe35f5dbd9c -C extra-filename=-7f894fe35f5dbd9c --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-3459e2197aab62f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1153 | 2024-11-01T16:15:10.243Z | Compiling num-integer v0.1.46 |
1154 | 2024-11-01T16:15:10.246Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=605fb97b9c0ab9f2 -C extra-filename=-605fb97b9c0ab9f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2024-11-01T16:15:10.265Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=380c1c7378414833 -C extra-filename=-380c1c7378414833 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1156 | 2024-11-01T16:15:10.384Z | Compiling unsafe-libyaml v0.2.9 |
1157 | 2024-11-01T16:15:10.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b08f6e94e99c78a2 -C extra-filename=-b08f6e94e99c78a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1158 | 2024-11-01T16:15:11.405Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67b18462b1659d5c -C extra-filename=-67b18462b1659d5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-f0d1607f6918ab25.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-0a8f2bcb2bd89af2.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2024-11-01T16:15:11.489Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=2db3503a5bb3cb41 -C extra-filename=-2db3503a5bb3cb41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1160 | 2024-11-01T16:15:11.824Z | Compiling typify v0.2.0 |
1161 | 2024-11-01T16:15:11.827Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=95ca1e030f7a77d1 -C extra-filename=-95ca1e030f7a77d1 --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-b2f798c4a0a7db1f.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-8ea4b04e3916301b.so --cap-lints allow '-Wclippy::unused-async'` |
1162 | 2024-11-01T16:15:11.955Z | Compiling progenitor-impl v0.8.0 |
1163 | 2024-11-01T16:15:11.957Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3d8351686f2d2ec -C extra-filename=-f3d8351686f2d2ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-95ca1e030f7a77d1.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2024-11-01T16:15:12.116Z | Compiling serde_yaml v0.9.27 |
1165 | 2024-11-01T16:15:12.119Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2053f04bf44bab32 -C extra-filename=-2053f04bf44bab32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-496168b8f0a0a937.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-b08f6e94e99c78a2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1166 | 2024-11-01T16:15:12.292Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61bc18beb6106008 -C extra-filename=-61bc18beb6106008 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-2fc27377c9de1429.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1167 | 2024-11-01T16:15:12.479Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=2d616a5f4280e380 -C extra-filename=-2d616a5f4280e380 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-2fc27377c9de1429.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-2c7dce0652c831c9.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-20dc915ca174459c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1168 | 2024-11-01T16:15:12.516Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=eee0c75b57dd0070 -C extra-filename=-eee0c75b57dd0070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1169 | 2024-11-01T16:15:12.678Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=174dbd2c101c9865 -C extra-filename=-174dbd2c101c9865 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-a422aa46469f81dd.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-c401145ebaa8ecd8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1170 | 2024-11-01T16:15:12.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7b0e0913d6b57bfb -C extra-filename=-7b0e0913d6b57bfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1171 | 2024-11-01T16:15:12.794Z | Compiling memmap v0.7.0 |
1172 | 2024-11-01T16:15:12.816Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f43241c58661116 -C extra-filename=-1f43241c58661116 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1173 | 2024-11-01T16:15:13.110Z | Compiling utf8parse v0.2.1 |
1174 | 2024-11-01T16:15:13.115Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=0569538f3fbdb89c -C extra-filename=-0569538f3fbdb89c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2024-11-01T16:15:13.176Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=893671fe3c4c8bc7 -C extra-filename=-893671fe3c4c8bc7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-61bc18beb6106008.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-2d616a5f4280e380.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1176 | 2024-11-01T16:15:13.256Z | Compiling hex v0.4.3 |
1177 | 2024-11-01T16:15:13.258Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=b7c2df77f682e294 -C extra-filename=-b7c2df77f682e294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1178 | 2024-11-01T16:15:13.506Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=881edd93dfbdf91f -C extra-filename=-881edd93dfbdf91f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-174dbd2c101c9865.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-67b18462b1659d5c.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-380c1c7378414833.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1179 | 2024-11-01T16:15:13.583Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=55723c3bdc55f134 -C extra-filename=-55723c3bdc55f134 --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-3459e2197aab62f0.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e35afdf33411fcae.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2024-11-01T16:15:13.873Z | Compiling clap_derive v4.5.13 |
1181 | 2024-11-01T16:15:13.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=eed46d382ae2e38b -C extra-filename=-eed46d382ae2e38b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2024-11-01T16:15:13.935Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=259c464874b009e5 -C extra-filename=-259c464874b009e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2024-11-01T16:15:14.032Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9678ecca264df656 -C extra-filename=-9678ecca264df656 --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1184 | 2024-11-01T16:15:14.256Z | Compiling usdt v0.5.0 |
1185 | 2024-11-01T16:15:14.258Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=843dddd15ad736ae -C extra-filename=-843dddd15ad736ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-174dbd2c101c9865.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-67b18462b1659d5c.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-a422aa46469f81dd.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-1f43241c58661116.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-32fd6cbe3f6b0b29.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-881edd93dfbdf91f.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-d1b99f0a51e87638.so --cap-lints allow '-Wclippy::unused-async'` |
1186 | 2024-11-01T16:15:14.660Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2a70ac3264167ec -C extra-filename=-f2a70ac3264167ec --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-11-01T16:15:14.802Z | Compiling siphasher v0.3.11 |
1188 | 2024-11-01T16:15:14.806Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=9d7380afa3bc83b5 -C extra-filename=-9d7380afa3bc83b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1189 | 2024-11-01T16:15:14.847Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3d88ff472b1d8bb8 -C extra-filename=-3d88ff472b1d8bb8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1190 | 2024-11-01T16:15:14.983Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=8a1b2305732e572c -C extra-filename=-8a1b2305732e572c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-f1b564112e21c735.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-095a36dc84c042c8.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-2d5e4294c5f93eb5.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-f2a70ac3264167ec.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-32fd6cbe3f6b0b29.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-b7d6747f4f11b92a.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-d1b99f0a51e87638.so --cap-lints allow '-Wclippy::unused-async'` |
1191 | 2024-11-01T16:15:15.050Z | Compiling anstyle-parse v0.2.2 |
1192 | 2024-11-01T16:15:15.053Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=11a862b8d546a2d8 -C extra-filename=-11a862b8d546a2d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-3d88ff472b1d8bb8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1193 | 2024-11-01T16:15:15.171Z | Compiling phf_shared v0.11.2 |
1194 | 2024-11-01T16:15:15.174Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=296f524617f4c033 -C extra-filename=-296f524617f4c033 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-9d7380afa3bc83b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1195 | 2024-11-01T16:15:15.204Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=c6b00b0ce291c566 -C extra-filename=-c6b00b0ce291c566 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-a1a342121e1c5048.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-9678ecca264df656.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1196 | 2024-11-01T16:15:15.386Z | Compiling toml_edit v0.19.15 |
1197 | 2024-11-01T16:15:15.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=5172eadc5752a405 -C extra-filename=-5172eadc5752a405 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2024-11-01T16:15:15.470Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8a70a9e8d76ef649 -C extra-filename=-8a70a9e8d76ef649 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1199 | 2024-11-01T16:15:15.542Z | Compiling rustls v0.22.4 |
1200 | 2024-11-01T16:15:15.545Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1201 | 2024-11-01T16:15:15.724Z | Compiling colorchoice v1.0.0 |
1202 | 2024-11-01T16:15:15.727Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ee57106e0aad884 -C extra-filename=-7ee57106e0aad884 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1203 | 2024-11-01T16:15:15.888Z | Compiling anstyle v1.0.8 |
1204 | 2024-11-01T16:15:15.890Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ece6d115329e2b6 -C extra-filename=-0ece6d115329e2b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1205 | 2024-11-01T16:15:15.917Z | Compiling anstyle-query v1.0.0 |
1206 | 2024-11-01T16:15:15.917Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f86011466ab945d -C extra-filename=-5f86011466ab945d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1207 | 2024-11-01T16:15:16.055Z | Compiling num-iter v0.1.45 |
1208 | 2024-11-01T16:15:16.059Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9b7409d92149ff9c -C extra-filename=-9b7409d92149ff9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2024-11-01T16:15:16.073Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=fb6eb155c4f738a7 -C extra-filename=-fb6eb155c4f738a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1210 | 2024-11-01T16:15:16.252Z | Compiling anstream v0.6.12 |
1211 | 2024-11-01T16:15:16.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=3b1a14f422ac62e9 -C extra-filename=-3b1a14f422ac62e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-0ece6d115329e2b6.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-11a862b8d546a2d8.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-5f86011466ab945d.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-7ee57106e0aad884.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-3d88ff472b1d8bb8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1212 | 2024-11-01T16:15:16.275Z | Compiling bitflags v1.3.2 |
1213 | 2024-11-01T16:15:16.275Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=9748ba526f3b7e75 -C extra-filename=-9748ba526f3b7e75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1214 | 2024-11-01T16:15:16.345Z | Compiling paste v1.0.15 |
1215 | 2024-11-01T16:15:16.352Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1216 | 2024-11-01T16:15:16.390Z | Compiling strsim v0.11.0 |
1217 | 2024-11-01T16:15:16.393Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=797844bd091c718a -C extra-filename=-797844bd091c718a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1218 | 2024-11-01T16:15:16.881Z | Compiling clap_lex v0.7.0 |
1219 | 2024-11-01T16:15:16.883Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01ac99fb87df80cb -C extra-filename=-01ac99fb87df80cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2024-11-01T16:15:16.907Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447/build-script-build` |
1221 | 2024-11-01T16:15:16.978Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3879099697f8997e -C extra-filename=-3879099697f8997e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2024-11-01T16:15:17.078Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=e4e9ad8704af6bfd -C extra-filename=-e4e9ad8704af6bfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1223 | 2024-11-01T16:15:17.317Z | Compiling multer v3.1.0 |
1224 | 2024-11-01T16:15:17.336Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2024-11-01T16:15:17.341Z | Compiling slog-async v2.8.0 |
1226 | 2024-11-01T16:15:17.341Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2024-11-01T16:15:17.341Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdd4de9255efd810 -C extra-filename=-fdd4de9255efd810 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1228 | 2024-11-01T16:15:17.497Z | Compiling terminal_size v0.3.0 |
1229 | 2024-11-01T16:15:17.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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=bbbbf57a82881ad2 -C extra-filename=-bbbbf57a82881ad2 --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-c6b00b0ce291c566.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1230 | 2024-11-01T16:15:17.653Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a84789410bb8524 -C extra-filename=-9a84789410bb8524 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1231 | 2024-11-01T16:15:17.706Z | Compiling clap_builder v4.5.15 |
1232 | 2024-11-01T16:15:17.708Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=9b382c6660761dd6 -C extra-filename=-9b382c6660761dd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-3b1a14f422ac62e9.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-0ece6d115329e2b6.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-01ac99fb87df80cb.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-797844bd091c718a.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-bbbbf57a82881ad2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2024-11-01T16:15:17.879Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30b287a4780d0306 -C extra-filename=-30b287a4780d0306 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1234 | 2024-11-01T16:15:18.003Z | Compiling rustls v0.21.9 |
1235 | 2024-11-01T16:15:18.006Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=50fd13b8b6f7c313 -C extra-filename=-50fd13b8b6f7c313 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-50fd13b8b6f7c313 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1236 | 2024-11-01T16:15:18.036Z | Compiling progenitor-macro v0.8.0 |
1237 | 2024-11-01T16:15:18.056Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e68f9ff22e84616 -C extra-filename=-4e68f9ff22e84616 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-f3d8351686f2d2ec.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-2053f04bf44bab32.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1238 | 2024-11-01T16:15:18.111Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e32faa370e42d791 -C extra-filename=-e32faa370e42d791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1239 | 2024-11-01T16:15:18.179Z | Compiling omicron-workspace-hack v0.1.0 |
1240 | 2024-11-01T16:15:18.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c26b8109d3aa82d -C extra-filename=-6c26b8109d3aa82d --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1241 | 2024-11-01T16:15:18.238Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a5c0f95a181fa3ba -C extra-filename=-a5c0f95a181fa3ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-9a84789410bb8524.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-3879099697f8997e.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-e32faa370e42d791.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-fdd4de9255efd810.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1242 | 2024-11-01T16:15:18.337Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
1243 | 2024-11-01T16:15:18.406Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061/build-script-build` |
1244 | 2024-11-01T16:15:18.429Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
1245 | 2024-11-01T16:15:18.481Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=1e1a085c15bd3da7 -C extra-filename=-1e1a085c15bd3da7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-8a650d373ab891c0.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-a312cc896f01822e.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1246 | 2024-11-01T16:15:18.529Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d/build-script-build` |
1247 | 2024-11-01T16:15:18.532Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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=db23bd7f88b28142 -C extra-filename=-db23bd7f88b28142 --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-e9e75b9e36b99c8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1248 | 2024-11-01T16:15:18.736Z | Compiling async-stream-impl v0.3.5 |
1249 | 2024-11-01T16:15:18.738Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64a1e56c3e76955d -C extra-filename=-64a1e56c3e76955d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1250 | 2024-11-01T16:15:18.986Z | Compiling cpufeatures v0.2.12 |
1251 | 2024-11-01T16:15:18.990Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d921f050689b6a3 -C extra-filename=-5d921f050689b6a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1252 | 2024-11-01T16:15:19.085Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8278806cdfb948a9 -C extra-filename=-8278806cdfb948a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1253 | 2024-11-01T16:15:19.512Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9de7cca24566fe4 -C extra-filename=-b9de7cca24566fe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1254 | 2024-11-01T16:15:19.622Z | Compiling dropshot v0.12.0 |
1255 | 2024-11-01T16:15:19.624Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fa5fdedfce218689 -C extra-filename=-fa5fdedfce218689 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1256 | 2024-11-01T16:15:19.991Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=98de3217f0769487 -C extra-filename=-98de3217f0769487 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-a5c0f95a181fa3ba.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-9a84789410bb8524.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-b9de7cca24566fe4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-8278806cdfb948a9.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-db23bd7f88b28142.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1257 | 2024-11-01T16:15:20.043Z | Compiling arrayvec v0.7.4 |
1258 | 2024-11-01T16:15:20.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=cfda9241f57279a9 -C extra-filename=-cfda9241f57279a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1259 | 2024-11-01T16:15:20.075Z | Compiling strsim v0.10.0 |
1260 | 2024-11-01T16:15:20.077Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3298219b29e4be1c -C extra-filename=-3298219b29e4be1c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1261 | 2024-11-01T16:15:20.101Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=30e2d1a58b0ceaa1 -C extra-filename=-30e2d1a58b0ceaa1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1262 | 2024-11-01T16:15:20.526Z | Compiling ident_case v1.0.1 |
1263 | 2024-11-01T16:15:20.532Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d52f011a2b388bc -C extra-filename=-8d52f011a2b388bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2024-11-01T16:15:20.549Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=25d18edbaa8643e6 -C extra-filename=-25d18edbaa8643e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-30e2d1a58b0ceaa1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1265 | 2024-11-01T16:15:20.692Z | Compiling darling_core v0.20.3 |
1266 | 2024-11-01T16:15:20.695Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=749cc7fc18389a29 -C extra-filename=-749cc7fc18389a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-8d52f011a2b388bc.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-3298219b29e4be1c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1267 | 2024-11-01T16:15:20.714Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689/build-script-build` |
1268 | 2024-11-01T16:15:20.787Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d70ec3cdbfb16dd -C extra-filename=-4d70ec3cdbfb16dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-e4e9ad8704af6bfd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-11-01T16:15:20.965Z | Compiling dropshot_endpoint v0.12.0 |
1270 | 2024-11-01T16:15:20.967Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4aa498eb1a58c4b2 -C extra-filename=-4aa498eb1a58c4b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-66f45b53411c2404.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-11-01T16:15:21.841Z | Compiling clap v4.5.16 |
1272 | 2024-11-01T16:15:21.843Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=b4c1c9e3cd849513 -C extra-filename=-b4c1c9e3cd849513 --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-9b382c6660761dd6.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-eed46d382ae2e38b.so --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2024-11-01T16:15:21.973Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=0309d94b778620e1 -C extra-filename=-0309d94b778620e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1274 | 2024-11-01T16:15:22.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=775699b0879bcc34 -C extra-filename=-775699b0879bcc34 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1275 | 2024-11-01T16:15:23.213Z | Compiling futures v0.3.30 |
1276 | 2024-11-01T16:15:23.216Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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=c2f01b5179b4a971 -C extra-filename=-c2f01b5179b4a971 --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-dac5a87839993039.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-4af56102f1607e99.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-13da8b636e864138.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-636e1768bdd435cc.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1277 | 2024-11-01T16:15:23.338Z | Compiling strum_macros v0.26.4 |
1278 | 2024-11-01T16:15:23.341Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdef0d8562a6d4c6 -C extra-filename=-cdef0d8562a6d4c6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1279 | 2024-11-01T16:15:25.007Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=be8a8863276dc588 -C extra-filename=-be8a8863276dc588 --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-4d70ec3cdbfb16dd.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-8ea4b04e3916301b.so --cap-lints allow '-Wclippy::unused-async'` |
1280 | 2024-11-01T16:15:25.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bb5bfb6bc10f0ff -C extra-filename=-8bb5bfb6bc10f0ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-7a325da615e2b0f3.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-be8a8863276dc588.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1281 | 2024-11-01T16:15:25.189Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=e1ca2888ffb116b3 -C extra-filename=-e1ca2888ffb116b3 --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-98de3217f0769487.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-eed46d382ae2e38b.so --cap-lints allow '-Wclippy::unused-async'` |
1282 | 2024-11-01T16:15:25.321Z | Compiling crossbeam-channel v0.5.13 |
1283 | 2024-11-01T16:15:25.324Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5cc55772ea45cd6a -C extra-filename=-5cc55772ea45cd6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1284 | 2024-11-01T16:15:25.561Z | Compiling darling_macro v0.20.3 |
1285 | 2024-11-01T16:15:25.563Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e274576c5fb542c -C extra-filename=-1e274576c5fb542c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-749cc7fc18389a29.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1286 | 2024-11-01T16:15:25.809Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=2477d92ac17e1b77 -C extra-filename=-2477d92ac17e1b77 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0309d94b778620e1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1287 | 2024-11-01T16:15:26.467Z | Compiling thread_local v1.1.7 |
1288 | 2024-11-01T16:15:26.470Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0b6a9d9f3348f6a4 -C extra-filename=-0b6a9d9f3348f6a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1289 | 2024-11-01T16:15:26.525Z | Compiling winnow v0.6.18 |
1290 | 2024-11-01T16:15:26.529Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=538454acd68f1d32 -C extra-filename=-538454acd68f1d32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1291 | 2024-11-01T16:15:27.068Z | Compiling match_cfg v0.1.0 |
1292 | 2024-11-01T16:15:27.071Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=798971742d3b6cb0 -C extra-filename=-798971742d3b6cb0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1293 | 2024-11-01T16:15:27.165Z | Compiling hostname v0.3.1 |
1294 | 2024-11-01T16:15:27.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a79d56a8c04d1303 -C extra-filename=-a79d56a8c04d1303 --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-c686d5a072952df2.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-798971742d3b6cb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1295 | 2024-11-01T16:15:27.462Z | Compiling darling v0.20.3 |
1296 | 2024-11-01T16:15:27.465Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=8ffcb07e27d3f475 -C extra-filename=-8ffcb07e27d3f475 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-749cc7fc18389a29.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-1e274576c5fb542c.so --cap-lints allow '-Wclippy::unused-async'` |
1297 | 2024-11-01T16:15:27.584Z | Compiling dirs-sys-next v0.1.2 |
1298 | 2024-11-01T16:15:27.586Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00115b48462c1976 -C extra-filename=-00115b48462c1976 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2024-11-01T16:15:27.620Z | Compiling serde_with_macros v3.9.0 |
1300 | 2024-11-01T16:15:27.623Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=5d64b5f401f96114 -C extra-filename=-5d64b5f401f96114 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-8ffcb07e27d3f475.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1301 | 2024-11-01T16:15:28.301Z | Compiling dirs-next v2.0.0 |
1302 | 2024-11-01T16:15:28.304Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b08b76b8fb76e62b -C extra-filename=-b08b76b8fb76e62b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-00115b48462c1976.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1303 | 2024-11-01T16:15:28.503Z | Compiling structmeta-derive v0.3.0 |
1304 | 2024-11-01T16:15:28.507Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acca5c7c4066f695 -C extra-filename=-acca5c7c4066f695 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1305 | 2024-11-01T16:15:29.153Z | Compiling syn v1.0.109 |
1306 | 2024-11-01T16:15:29.156Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a4b1f01d0380d37d -C extra-filename=-a4b1f01d0380d37d --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1307 | 2024-11-01T16:15:29.760Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d/build-script-build` |
1308 | 2024-11-01T16:15:29.834Z | Compiling term v0.7.0 |
1309 | 2024-11-01T16:15:29.837Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=f800c080e570a2eb -C extra-filename=-f800c080e570a2eb --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-b08b76b8fb76e62b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1310 | 2024-11-01T16:15:30.170Z | Compiling toml_edit v0.22.20 |
1311 | 2024-11-01T16:15:30.173Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=7b1418d663c6e6cf -C extra-filename=-7b1418d663c6e6cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2024-11-01T16:15:30.348Z | Compiling slog-json v2.6.1 |
1313 | 2024-11-01T16:15:30.362Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=f5885337522915f8 -C extra-filename=-f5885337522915f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-dec9ad76ea36dd69.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1314 | 2024-11-01T16:15:30.754Z | Compiling is-terminal v0.4.12 |
1315 | 2024-11-01T16:15:30.758Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36084f1435d63bf7 -C extra-filename=-36084f1435d63bf7 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-11-01T16:15:30.887Z | Compiling take_mut v0.2.2 |
1317 | 2024-11-01T16:15:30.889Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7d1722885719efa -C extra-filename=-b7d1722885719efa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1318 | 2024-11-01T16:15:31.045Z | Compiling structmeta v0.3.0 |
1319 | 2024-11-01T16:15:31.045Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ad257806b3ef376 -C extra-filename=-6ad257806b3ef376 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-acca5c7c4066f695.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2024-11-01T16:15:31.066Z | Compiling debug-ignore v1.0.5 |
1321 | 2024-11-01T16:15:31.069Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b6046cb7827ff010 -C extra-filename=-b6046cb7827ff010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1322 | 2024-11-01T16:15:31.225Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=67c3d2a2d9b1bb91 -C extra-filename=-67c3d2a2d9b1bb91 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5cc55772ea45cd6a.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-b7d1722885719efa.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1323 | 2024-11-01T16:15:31.424Z | Compiling parse-display-derive v0.10.0 |
1324 | 2024-11-01T16:15:31.424Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=348fc1c513119f2d -C extra-filename=-348fc1c513119f2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-6ad257806b3ef376.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1325 | 2024-11-01T16:15:31.490Z | Compiling slog-term v2.9.1 |
1326 | 2024-11-01T16:15:31.493Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=de50de4b947e1037 -C extra-filename=-de50de4b947e1037 --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-36084f1435d63bf7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-f800c080e570a2eb.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-dec9ad76ea36dd69.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-11-01T16:15:31.684Z | Compiling slog-bunyan v2.5.0 |
1328 | 2024-11-01T16:15:31.687Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=6109cfa77d27732b -C extra-filename=-6109cfa77d27732b --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-a79d56a8c04d1303.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f5885337522915f8.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-dec9ad76ea36dd69.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-11-01T16:15:31.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=c4cde489b69ed20e -C extra-filename=-c4cde489b69ed20e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1330 | 2024-11-01T16:15:32.436Z | Compiling async-stream v0.3.5 |
1331 | 2024-11-01T16:15:32.438Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51997ffd36892433 -C extra-filename=-51997ffd36892433 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-64a1e56c3e76955d.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1332 | 2024-11-01T16:15:32.642Z | Compiling sha1 v0.10.6 |
1333 | 2024-11-01T16:15:32.644Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f877ceb5e4757683 -C extra-filename=-f877ceb5e4757683 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-01ab7f0925ab1a08.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1334 | 2024-11-01T16:15:32.782Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b409597db4dcd64 -C extra-filename=-1b409597db4dcd64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-11-01T16:15:32.891Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=454440aa3a9b9c04 -C extra-filename=-454440aa3a9b9c04 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-c9fb747aed33fd7e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1336 | 2024-11-01T16:15:33.096Z | Compiling ipnetwork v0.20.0 |
1337 | 2024-11-01T16:15:33.100Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=0a60637940dc8688 -C extra-filename=-0a60637940dc8688 --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-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1338 | 2024-11-01T16:15:33.337Z | Compiling serde_path_to_error v0.1.16 |
1339 | 2024-11-01T16:15:33.340Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9153114f3d0926b -C extra-filename=-d9153114f3d0926b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1340 | 2024-11-01T16:15:33.654Z | Compiling toml v0.8.19 |
1341 | 2024-11-01T16:15:33.662Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=68cec02fadcedc44 -C extra-filename=-68cec02fadcedc44 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7b1418d663c6e6cf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1342 | 2024-11-01T16:15:33.967Z | Compiling waitgroup v0.1.2 |
1343 | 2024-11-01T16:15:33.970Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d305265d67221fc1 -C extra-filename=-d305265d67221fc1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-e21ab4b278a0147b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1344 | 2024-11-01T16:15:34.050Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1345 | 2024-11-01T16:15:34.054Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c4ee1a4a562ea139 -C extra-filename=-c4ee1a4a562ea139 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2024-11-01T16:15:34.205Z | Compiling hostname v0.4.0 |
1347 | 2024-11-01T16:15:34.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=4bb0b1d47885b592 -C extra-filename=-4bb0b1d47885b592 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1348 | 2024-11-01T16:15:34.226Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0ee57d4bd2b57d1 -C extra-filename=-a0ee57d4bd2b57d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1349 | 2024-11-01T16:15:34.325Z | Compiling lazy_static v1.5.0 |
1350 | 2024-11-01T16:15:34.328Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=468fa0e04c8ace1f -C extra-filename=-468fa0e04c8ace1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1351 | 2024-11-01T16:15:34.463Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1352 | 2024-11-01T16:15:34.466Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=761f52e0c325e83e -C extra-filename=-761f52e0c325e83e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1353 | 2024-11-01T16:15:34.486Z | Compiling fastrand v2.0.1 |
1354 | 2024-11-01T16:15:34.486Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=fb1334f0c1909294 -C extra-filename=-fb1334f0c1909294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2024-11-01T16:15:34.857Z | Compiling unicode-width v0.1.14 |
1356 | 2024-11-01T16:15:34.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=736479e50d5e37ec -C extra-filename=-736479e50d5e37ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1357 | 2024-11-01T16:15:35.129Z | Compiling tempfile v3.8.1 |
1358 | 2024-11-01T16:15:35.132Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b0918b6d47799bff -C extra-filename=-b0918b6d47799bff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-fb1334f0c1909294.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e9e75b9e36b99c8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1359 | 2024-11-01T16:15:35.176Z | Compiling strum v0.26.3 |
1360 | 2024-11-01T16:15:35.180Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f188e1b0bcaa442c -C extra-filename=-f188e1b0bcaa442c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --cap-lints allow '-Wclippy::unused-async'` |
1361 | 2024-11-01T16:15:35.278Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=1ed2a6f99831befc -C extra-filename=-1ed2a6f99831befc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1362 | 2024-11-01T16:15:35.366Z | Compiling autocfg v0.1.8 |
1363 | 2024-11-01T16:15:35.370Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4efb5a89aff8a43 -C extra-filename=-a4efb5a89aff8a43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1364 | 2024-11-01T16:15:35.394Z | Compiling rand_core v0.4.2 |
1365 | 2024-11-01T16:15:35.396Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=7130bec9a0f0ead7 -C extra-filename=-7130bec9a0f0ead7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1366 | 2024-11-01T16:15:35.439Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1367 | 2024-11-01T16:15:35.442Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=9bf37d4b3865e8ac -C extra-filename=-9bf37d4b3865e8ac --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-0a60637940dc8688.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1368 | 2024-11-01T16:15:35.479Z | Compiling serde_with v3.9.0 |
1369 | 2024-11-01T16:15:35.482Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=64b7155525e924d3 -C extra-filename=-64b7155525e924d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-5d64b5f401f96114.so --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2024-11-01T16:15:35.806Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=5b18af983b3eacc3 -C extra-filename=-5b18af983b3eacc3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1371 | 2024-11-01T16:15:35.975Z | Compiling newtype-uuid v1.1.0 |
1372 | 2024-11-01T16:15:35.977Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=d1cdb0d660532834 -C extra-filename=-d1cdb0d660532834 --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-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1373 | 2024-11-01T16:15:36.153Z | Compiling instant v0.1.12 |
1374 | 2024-11-01T16:15:36.155Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=0b61c1ea0f95557d -C extra-filename=-0b61c1ea0f95557d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1375 | 2024-11-01T16:15:36.217Z | Compiling heck v0.4.1 |
1376 | 2024-11-01T16:15:36.220Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=e9144e00df005614 -C extra-filename=-e9144e00df005614 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1377 | 2024-11-01T16:15:36.290Z | Compiling backoff v0.4.0 |
1378 | 2024-11-01T16:15:36.294Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=902e5f3406b93820 -C extra-filename=-902e5f3406b93820 --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-7606b305eb5f2228.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-39f96d296916e8c9.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-0b61c1ea0f95557d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1379 | 2024-11-01T16:15:36.313Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1380 | 2024-11-01T16:15:36.336Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=44555be3dba4d3df -C extra-filename=-44555be3dba4d3df --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-d1cdb0d660532834.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1381 | 2024-11-01T16:15:36.540Z | Compiling parse-display v0.10.0 |
1382 | 2024-11-01T16:15:36.544Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=4e3c3baca8ac497d -C extra-filename=-4e3c3baca8ac497d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-348fc1c513119f2d.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1383 | 2024-11-01T16:15:36.624Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1384 | 2024-11-01T16:15:36.627Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=bb15a1fd211eea24 -C extra-filename=-bb15a1fd211eea24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-c4ee1a4a562ea139.so --cap-lints allow '-Wclippy::unused-async'` |
1385 | 2024-11-01T16:15:36.647Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1386 | 2024-11-01T16:15:36.668Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f18d9da4a4658910 -C extra-filename=-f18d9da4a4658910 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1387 | 2024-11-01T16:15:36.670Z | Compiling macaddr v1.0.1 |
1388 | 2024-11-01T16:15:36.670Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=cbf385d43bd44c57 -C extra-filename=-cbf385d43bd44c57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1389 | 2024-11-01T16:15:36.814Z | Compiling regress v0.9.1 |
1390 | 2024-11-01T16:15:36.814Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=54c9c77393d98bfd -C extra-filename=-54c9c77393d98bfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1391 | 2024-11-01T16:15:36.835Z | Compiling libz-sys v1.1.12 |
1392 | 2024-11-01T16:15:36.838Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=bac6403887b1d2e3 -C extra-filename=-bac6403887b1d2e3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-bac6403887b1d2e3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
1393 | 2024-11-01T16:15:37.108Z | Compiling rand_core v0.3.1 |
1394 | 2024-11-01T16:15:37.108Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde1", "std"))' -C metadata=a093c43b1f32673e -C extra-filename=-a093c43b1f32673e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1395 | 2024-11-01T16:15:37.218Z | Compiling heapless v0.8.0 |
1396 | 2024-11-01T16:15:37.221Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=06ed58458211f4cb -C extra-filename=-06ed58458211f4cb --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1397 | 2024-11-01T16:15:37.322Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1398 | 2024-11-01T16:15:37.324Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=1d89b4e741397c27 -C extra-filename=-1d89b4e741397c27 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-1d89b4e741397c27 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --cap-lints allow '-Wclippy::unused-async'` |
1399 | 2024-11-01T16:15:37.459Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-bac6403887b1d2e3/build-script-build` |
1400 | 2024-11-01T16:15:37.501Z | Compiling hash32 v0.3.1 |
1401 | 2024-11-01T16:15:37.504Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113ac3be26a0c087 -C extra-filename=-113ac3be26a0c087 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1402 | 2024-11-01T16:15:37.748Z | Compiling static_assertions v1.1.0 |
1403 | 2024-11-01T16:15:37.750Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ffe25ca245ece072 -C extra-filename=-ffe25ca245ece072 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1404 | 2024-11-01T16:15:37.780Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb/build-script-build` |
1405 | 2024-11-01T16:15:37.857Z | Compiling stable_deref_trait v1.2.0 |
1406 | 2024-11-01T16:15:37.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e5ee0d8adde23f58 -C extra-filename=-e5ee0d8adde23f58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2024-11-01T16:15:37.975Z | Compiling smoltcp v0.11.0 |
1408 | 2024-11-01T16:15:37.978Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=33c61c748352a63f -C extra-filename=-33c61c748352a63f --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2024-11-01T16:15:38.080Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1410 | 2024-11-01T16:15:38.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eddc783a71c3cdc -C extra-filename=-1eddc783a71c3cdc --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1411 | 2024-11-01T16:15:38.102Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-1d89b4e741397c27/build-script-build` |
1412 | 2024-11-01T16:15:38.123Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=840d9a9f214bdd52 -C extra-filename=-840d9a9f214bdd52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-113ac3be26a0c087.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-e5ee0d8adde23f58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2024-11-01T16:15:38.194Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=7c542b0bb5657e45 -C extra-filename=-7c542b0bb5657e45 --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1414 | 2024-11-01T16:15:38.356Z | Compiling rand_pcg v0.1.2 |
1415 | 2024-11-01T16:15:38.358Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=7acdd5ff850631c9 -C extra-filename=-7acdd5ff850631c9 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1416 | 2024-11-01T16:15:38.485Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc/build-script-build` |
1417 | 2024-11-01T16:15:38.518Z | Compiling rand_chacha v0.1.1 |
1418 | 2024-11-01T16:15:38.521Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=558e3b57accedb83 -C extra-filename=-558e3b57accedb83 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1419 | 2024-11-01T16:15:38.682Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f/build-script-build` |
1420 | 2024-11-01T16:15:38.685Z | Compiling proc-macro-crate v1.3.1 |
1421 | 2024-11-01T16:15:38.685Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c236e072d21fcc75 -C extra-filename=-c236e072d21fcc75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-5172eadc5752a405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1422 | 2024-11-01T16:15:38.717Z | Compiling proc-macro-error-attr v1.0.4 |
1423 | 2024-11-01T16:15:38.738Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf631d66b0abcd11 -C extra-filename=-bf631d66b0abcd11 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1424 | 2024-11-01T16:15:38.895Z | Compiling cobs v0.2.3 |
1425 | 2024-11-01T16:15:38.895Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=93fffbc207f9c056 -C extra-filename=-93fffbc207f9c056 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1426 | 2024-11-01T16:15:39.031Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1427 | 2024-11-01T16:15:39.034Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dec4380ef0fec0ce -C extra-filename=-dec4380ef0fec0ce --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1428 | 2024-11-01T16:15:39.083Z | Compiling managed v0.8.0 |
1429 | 2024-11-01T16:15:39.087Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=a0e684173ecdde6f -C extra-filename=-a0e684173ecdde6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1430 | 2024-11-01T16:15:39.176Z | Compiling postcard v1.0.10 |
1431 | 2024-11-01T16:15:39.177Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=513a7da83974fad5 -C extra-filename=-513a7da83974fad5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cobs=/work/oxidecomputer/crucible/target/debug/deps/libcobs-93fffbc207f9c056.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1432 | 2024-11-01T16:15:39.200Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11/build-script-build` |
1433 | 2024-11-01T16:15:39.279Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83/build-script-build` |
1434 | 2024-11-01T16:15:39.302Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9/build-script-build` |
1435 | 2024-11-01T16:15:39.352Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce/build-script-build` |
1436 | 2024-11-01T16:15:39.382Z | Compiling rand v0.6.5 |
1437 | 2024-11-01T16:15:39.385Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=5e9c26c16f167137 -C extra-filename=-5e9c26c16f167137 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-a4efb5a89aff8a43.rlib --cap-lints allow '-Wclippy::unused-async'` |
1438 | 2024-11-01T16:15:39.417Z | Compiling vergen v8.3.2 |
1439 | 2024-11-01T16:15:39.419Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=1aa633cae261dc42 -C extra-filename=-1aa633cae261dc42 --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --cap-lints allow '-Wclippy::unused-async'` |
1440 | 2024-11-01T16:15:39.439Z | Compiling cargo-platform v0.1.8 |
1441 | 2024-11-01T16:15:39.474Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db3b6c03e07bfaa8 -C extra-filename=-db3b6c03e07bfaa8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1442 | 2024-11-01T16:15:39.484Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=96e0ed99b19e00db -C extra-filename=-96e0ed99b19e00db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-840d9a9f214bdd52.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-a0e684173ecdde6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1443 | 2024-11-01T16:15:39.545Z | Compiling foreign-types-macros v0.2.3 |
1444 | 2024-11-01T16:15:39.547Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dd36ed867052cf12 -C extra-filename=-dd36ed867052cf12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1445 | 2024-11-01T16:15:39.731Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=659752cfe7584643 -C extra-filename=-659752cfe7584643 --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1446 | 2024-11-01T16:15:39.777Z | Compiling memoffset v0.9.0 |
1447 | 2024-11-01T16:15:39.779Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=97576af37ad0a164 -C extra-filename=-97576af37ad0a164 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1448 | 2024-11-01T16:15:39.806Z | Compiling proc-macro-error v1.0.4 |
1449 | 2024-11-01T16:15:39.808Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6a38b7c06804f48f -C extra-filename=-6a38b7c06804f48f --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1450 | 2024-11-01T16:15:39.930Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1451 | 2024-11-01T16:15:39.933Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=64c1d40b859636b7 -C extra-filename=-64c1d40b859636b7 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1452 | 2024-11-01T16:15:40.180Z | Compiling foreign-types-shared v0.3.1 |
1453 | 2024-11-01T16:15:40.183Z | Compiling base64 v0.21.7 |
1454 | 2024-11-01T16:15:40.184Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8f998327c5aaeb9 -C extra-filename=-d8f998327c5aaeb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2024-11-01T16:15:40.184Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=95eefb89d1a09d15 -C extra-filename=-95eefb89d1a09d15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1456 | 2024-11-01T16:15:40.279Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1457 | 2024-11-01T16:15:40.279Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=d386adb191f40a80 -C extra-filename=-d386adb191f40a80 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1458 | 2024-11-01T16:15:40.305Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f/build-script-build` |
1459 | 2024-11-01T16:15:40.330Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7/build-script-build` |
1460 | 2024-11-01T16:15:40.407Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164/build-script-build` |
1461 | 2024-11-01T16:15:40.446Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd2030ce732d7d52 -C extra-filename=-fd2030ce732d7d52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-659752cfe7584643.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1462 | 2024-11-01T16:15:40.469Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42/build-script-build` |
1463 | 2024-11-01T16:15:40.500Z | Compiling cargo_metadata v0.18.1 |
1464 | 2024-11-01T16:15:40.504Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=223daf3bd84c5ffd -C extra-filename=-223daf3bd84c5ffd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-1ed2a6f99831befc.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-db3b6c03e07bfaa8.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1465 | 2024-11-01T16:15:40.543Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137/build-script-build` |
1466 | 2024-11-01T16:15:40.630Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_pcg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=8ff57b4d3c59e4a9 -C extra-filename=-8ff57b4d3c59e4a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1467 | 2024-11-01T16:15:40.693Z | Compiling rustls-pemfile v1.0.4 |
1468 | 2024-11-01T16:15:40.696Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fd76932e9cd636f -C extra-filename=-8fd76932e9cd636f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-95eefb89d1a09d15.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1469 | 2024-11-01T16:15:40.832Z | Compiling foreign-types v0.5.0 |
1470 | 2024-11-01T16:15:40.837Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=80abe28a898cf270 -C extra-filename=-80abe28a898cf270 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_macros-dd36ed867052cf12.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-d8f998327c5aaeb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1471 | 2024-11-01T16:15:40.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a7615179eca23a9 -C extra-filename=-7a7615179eca23a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1472 | 2024-11-01T16:15:40.954Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad052827b5c64875 -C extra-filename=-ad052827b5c64875 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1473 | 2024-11-01T16:15:40.984Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d813b5613fd6129 -C extra-filename=-9d813b5613fd6129 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1474 | 2024-11-01T16:15:41.137Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d02edc71671fbf0f -C extra-filename=-d02edc71671fbf0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l nvpair -l zfs` |
1475 | 2024-11-01T16:15:41.158Z | Compiling rand_hc v0.1.0 |
1476 | 2024-11-01T16:15:41.161Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_hc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80d5757a1123fe8d -C extra-filename=-80d5757a1123fe8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1477 | 2024-11-01T16:15:41.180Z | Compiling rand_isaac v0.1.1 |
1478 | 2024-11-01T16:15:41.183Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_isaac --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=b738ca93bd681907 -C extra-filename=-b738ca93bd681907 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1479 | 2024-11-01T16:15:41.324Z | Compiling rand_xorshift v0.1.1 |
1480 | 2024-11-01T16:15:41.327Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=de9565ff55cb737d -C extra-filename=-de9565ff55cb737d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-a093c43b1f32673e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1481 | 2024-11-01T16:15:41.587Z | Compiling rand_os v0.1.3 |
1482 | 2024-11-01T16:15:41.606Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=a38e52247cc1f208 -C extra-filename=-a38e52247cc1f208 --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-c686d5a072952df2.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1483 | 2024-11-01T16:15:41.657Z | Compiling rand_jitter v0.1.4 |
1484 | 2024-11-01T16:15:41.660Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_jitter --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=83b00519a6b7fd43 -C extra-filename=-83b00519a6b7fd43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1485 | 2024-11-01T16:15:41.681Z | Compiling camino-tempfile v1.1.1 |
1486 | 2024-11-01T16:15:41.684Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e4984f26264e8dbe -C extra-filename=-e4984f26264e8dbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-b0918b6d47799bff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1487 | 2024-11-01T16:15:41.782Z | Compiling tabwriter v1.4.0 |
1488 | 2024-11-01T16:15:41.784Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=f2d4f6bda8db300e -C extra-filename=-f2d4f6bda8db300e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1489 | 2024-11-01T16:15:42.019Z | Compiling rustc_version v0.4.0 |
1490 | 2024-11-01T16:15:42.019Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ef735210c3983b3 -C extra-filename=-0ef735210c3983b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1491 | 2024-11-01T16:15:42.042Z | Compiling num-derive v0.4.2 |
1492 | 2024-11-01T16:15:42.046Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1493 | 2024-11-01T16:15:42.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ab105cf0f87cca1 -C extra-filename=-3ab105cf0f87cca1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1494 | 2024-11-01T16:15:42.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ae984614572e4b1 -C extra-filename=-8ae984614572e4b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1495 | 2024-11-01T16:15:42.139Z | Compiling libsqlite3-sys v0.30.1 |
1496 | 2024-11-01T16:15:42.146Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=76f916e5be0d2e73 -C extra-filename=-76f916e5be0d2e73 --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
1497 | 2024-11-01T16:15:42.161Z | Compiling num_enum_derive v0.5.11 |
1498 | 2024-11-01T16:15:42.161Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=ffd25a364fb4cdd8 -C extra-filename=-ffd25a364fb4cdd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-c236e072d21fcc75.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1499 | 2024-11-01T16:15:42.296Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1500 | 2024-11-01T16:15:42.299Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0014300b8ee22a -C extra-filename=-8d0014300b8ee22a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1501 | 2024-11-01T16:15:42.621Z | Compiling cstr-argument v0.1.2 |
1502 | 2024-11-01T16:15:42.650Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e623cee80f210ab0 -C extra-filename=-e623cee80f210ab0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1503 | 2024-11-01T16:15:42.694Z | Compiling crossbeam-epoch v0.9.15 |
1504 | 2024-11-01T16:15:42.697Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=3a497cd753933e40 -C extra-filename=-3a497cd753933e40 --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1505 | 2024-11-01T16:15:42.884Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1506 | 2024-11-01T16:15:42.918Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=a4e3c8ef6c8ae1cb -C extra-filename=-a4e3c8ef6c8ae1cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0a60637940dc8688.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2024-11-01T16:15:42.970Z | Compiling slog-dtrace v0.3.0 |
1508 | 2024-11-01T16:15:42.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e139fe9ecb26f00f -C extra-filename=-e139fe9ecb26f00f --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1509 | 2024-11-01T16:15:43.166Z | Compiling unicode-segmentation v1.10.1 |
1510 | 2024-11-01T16:15:43.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f4556cc55d3e7a4 -C extra-filename=-4f4556cc55d3e7a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1511 | 2024-11-01T16:15:43.171Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=c7ed6109b3dd0ff5 -C extra-filename=-c7ed6109b3dd0ff5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2024-11-01T16:15:43.340Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=b64e648da97bc617 -C extra-filename=-b64e648da97bc617 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1513 | 2024-11-01T16:15:43.448Z | Compiling cfg_aliases v0.2.1 |
1514 | 2024-11-01T16:15:43.453Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55e4f3978a05b777 -C extra-filename=-55e4f3978a05b777 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1515 | 2024-11-01T16:15:43.559Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1516 | 2024-11-01T16:15:43.559Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d4eba6cb5e47789 -C extra-filename=-8d4eba6cb5e47789 --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1517 | 2024-11-01T16:15:43.579Z | Compiling pretty-hex v0.2.1 |
1518 | 2024-11-01T16:15:43.601Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=38d4f4c48c20fb87 -C extra-filename=-38d4f4c48c20fb87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1519 | 2024-11-01T16:15:43.621Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5197d938bfdd558a -C extra-filename=-5197d938bfdd558a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1520 | 2024-11-01T16:15:43.782Z | Compiling nix v0.29.0 |
1521 | 2024-11-01T16:15:43.786Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=30d9dc841df26a05 -C extra-filename=-30d9dc841df26a05 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-55e4f3978a05b777.rlib --cap-lints allow '-Wclippy::unused-async'` |
1522 | 2024-11-01T16:15:43.907Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789/build-script-build` |
1523 | 2024-11-01T16:15:43.939Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=819b97b270633bda -C extra-filename=-819b97b270633bda --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-5fbad81787478288.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-b64e648da97bc617.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2024-11-01T16:15:44.023Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f/build-script-build` |
1525 | 2024-11-01T16:15:44.091Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40/build-script-build` |
1526 | 2024-11-01T16:15:44.148Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1527 | 2024-11-01T16:15:44.150Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d226a1f5e9c2ee3 -C extra-filename=-0d226a1f5e9c2ee3 --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-c686d5a072952df2.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-8d0014300b8ee22a.so --cap-lints allow '-Wclippy::unused-async'` |
1528 | 2024-11-01T16:15:44.178Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1529 | 2024-11-01T16:15:44.178Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5241a44bce353786 -C extra-filename=-5241a44bce353786 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cstr_argument=/work/oxidecomputer/crucible/target/debug/deps/libcstr_argument-e623cee80f210ab0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-80abe28a898cf270.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1530 | 2024-11-01T16:15:44.232Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=b63dbe16d6cb3cf6 -C extra-filename=-b63dbe16d6cb3cf6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-43b24913685697eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-8ae984614572e4b1.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-a4e3c8ef6c8ae1cb.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-f2d4f6bda8db300e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1531 | 2024-11-01T16:15:44.280Z | Compiling num_enum v0.5.11 |
1532 | 2024-11-01T16:15:44.283Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=23f979c4618e252f -C extra-filename=-23f979c4618e252f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-ffd25a364fb4cdd8.so --cap-lints allow '-Wclippy::unused-async'` |
1533 | 2024-11-01T16:15:44.311Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73/build-script-build` |
1534 | 2024-11-01T16:15:44.402Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1535 | 2024-11-01T16:15:44.404Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeee5cc5ce4993c8 -C extra-filename=-eeee5cc5ce4993c8 --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-c686d5a072952df2.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-ad052827b5c64875.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-23f979c4618e252f.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-38d4f4c48c20fb87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1536 | 2024-11-01T16:15:44.422Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=f7e88bba7c45a999 -C extra-filename=-f7e88bba7c45a999 --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-c686d5a072952df2.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7a7615179eca23a9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-80d5757a1123fe8d.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-b738ca93bd681907.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-83b00519a6b7fd43.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-a38e52247cc1f208.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-8ff57b4d3c59e4a9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-de9565ff55cb737d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1537 | 2024-11-01T16:15:44.449Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=59903c2d19876791 -C extra-filename=-59903c2d19876791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error_attr-9d813b5613fd6129.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1538 | 2024-11-01T16:15:44.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3d586cec991c87de -C extra-filename=-3d586cec991c87de --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-fd2030ce732d7d52.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1539 | 2024-11-01T16:15:44.591Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0ac1437ea2f74ac5 -C extra-filename=-0ac1437ea2f74ac5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1540 | 2024-11-01T16:15:44.712Z | Compiling console v0.15.7 |
1541 | 2024-11-01T16:15:44.714Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=62cb22c2f30e8e93 -C extra-filename=-62cb22c2f30e8e93 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1542 | 2024-11-01T16:15:44.768Z | Compiling colored v2.1.0 |
1543 | 2024-11-01T16:15:44.771Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=7a13ff2d0f2d1b00 -C extra-filename=-7a13ff2d0f2d1b00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1544 | 2024-11-01T16:15:44.790Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5107bcc0766ad46c -C extra-filename=-5107bcc0766ad46c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-7b0e0913d6b57bfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1545 | 2024-11-01T16:15:44.925Z | Compiling num-rational v0.4.2 |
1546 | 2024-11-01T16:15:44.928Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=726aa714ab32cfc8 -C extra-filename=-726aa714ab32cfc8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-11-01T16:15:45.090Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=606c981ef74bdf3a -C extra-filename=-606c981ef74bdf3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-27a44d29ea6dd812.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1548 | 2024-11-01T16:15:45.444Z | Compiling http v0.2.12 |
1549 | 2024-11-01T16:15:45.446Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7ba147aba970839 -C extra-filename=-a7ba147aba970839 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-11-01T16:15:45.570Z | Compiling num-complex v0.4.6 |
1551 | 2024-11-01T16:15:45.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=bffae85e0d406471 -C extra-filename=-bffae85e0d406471 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1552 | 2024-11-01T16:15:45.776Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=621940cbdbe91cec -C extra-filename=-621940cbdbe91cec --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-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2024-11-01T16:15:45.859Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cfdac4eef00951b4 -C extra-filename=-cfdac4eef00951b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1554 | 2024-11-01T16:15:45.920Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1ae8daa05e9131a -C extra-filename=-e1ae8daa05e9131a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-11-01T16:15:45.963Z | Compiling semver v0.1.20 |
1556 | 2024-11-01T16:15:45.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a05387312b206856 -C extra-filename=-a05387312b206856 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1557 | 2024-11-01T16:15:46.085Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1558 | 2024-11-01T16:15:46.088Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bbf326ca6f1de8c -C extra-filename=-2bbf326ca6f1de8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1559 | 2024-11-01T16:15:46.330Z | Compiling prettyplease v0.2.22 |
1560 | 2024-11-01T16:15:46.334Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4c3bbf5d2f4bd457 -C extra-filename=-4c3bbf5d2f4bd457 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1561 | 2024-11-01T16:15:46.351Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1562 | 2024-11-01T16:15:46.399Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=03238b50555d9c5f -C extra-filename=-03238b50555d9c5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-d386adb191f40a80.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-b63dbe16d6cb3cf6.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-2bbf326ca6f1de8c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-f2d4f6bda8db300e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1563 | 2024-11-01T16:15:46.433Z | Compiling rustc_version v0.1.7 |
1564 | 2024-11-01T16:15:46.436Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=716daeff31e1dc6c -C extra-filename=-716daeff31e1dc6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-a05387312b206856.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1565 | 2024-11-01T16:15:46.454Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e6bbadad71a423b1 -C extra-filename=-e6bbadad71a423b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5107bcc0766ad46c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-e1ae8daa05e9131a.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-4f4556cc55d3e7a4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1566 | 2024-11-01T16:15:46.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=7487c2f8d5ab099e -C extra-filename=-7487c2f8d5ab099e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-cfdac4eef00951b4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-893671fe3c4c8bc7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1567 | 2024-11-01T16:15:46.648Z | Compiling num v0.4.3 |
1568 | 2024-11-01T16:15:46.651Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=b1e8c75a7c620dd0 -C extra-filename=-b1e8c75a7c620dd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-bffae85e0d406471.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-726aa714ab32cfc8.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1569 | 2024-11-01T16:15:46.672Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457/build-script-build` |
1570 | 2024-11-01T16:15:46.700Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=9222baedf18dd137 -C extra-filename=-9222baedf18dd137 --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-621940cbdbe91cec.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-3d586cec991c87de.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-4f4556cc55d3e7a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-27a44d29ea6dd812.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1571 | 2024-11-01T16:15:46.763Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c65dd3edd4d31764 -C extra-filename=-c65dd3edd4d31764 --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-819b97b270633bda.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-606c981ef74bdf3a.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-27a44d29ea6dd812.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1572 | 2024-11-01T16:15:46.830Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00ab325d90429bbc -C extra-filename=-00ab325d90429bbc --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-eee0c75b57dd0070.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-7a13ff2d0f2d1b00.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-eeee5cc5ce4993c8.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-23f979c4618e252f.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-5241a44bce353786.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9bf37d4b3865e8ac.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-0d226a1f5e9c2ee3.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-f0ab0b2a00f8a7c7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1573 | 2024-11-01T16:15:46.873Z | Compiling zone_cfg_derive v0.3.0 |
1574 | 2024-11-01T16:15:46.877Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8926276d0864831d -C extra-filename=-8926276d0864831d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-59903c2d19876791.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-11-01T16:15:46.980Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=024d2fc76b3a3061 -C extra-filename=-024d2fc76b3a3061 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-0ac1437ea2f74ac5.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-11-01T16:15:47.265Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=fff17541c330cffa -C extra-filename=-fff17541c330cffa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5197d938bfdd558a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1577 | 2024-11-01T16:15:47.383Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05/build-script-build` |
1578 | 2024-11-01T16:15:47.416Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=35743ec4d6cf7c1e -C extra-filename=-35743ec4d6cf7c1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l sqlite3` |
1579 | 2024-11-01T16:15:47.764Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c159b98e272d96ab -C extra-filename=-c159b98e272d96ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1580 | 2024-11-01T16:15:47.786Z | Compiling newline-converter v0.3.0 |
1581 | 2024-11-01T16:15:47.788Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a1048d317a5205d -C extra-filename=-9a1048d317a5205d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-c7ed6109b3dd0ff5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1582 | 2024-11-01T16:15:47.915Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1583 | 2024-11-01T16:15:47.918Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65634bb335c217fc -C extra-filename=-65634bb335c217fc --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-c686d5a072952df2.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2024-11-01T16:15:47.947Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=504ecef43c73ac8f -C extra-filename=-504ecef43c73ac8f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-64a1e56c3e76955d.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2024-11-01T16:15:47.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c6115efdb33049d -C extra-filename=-5c6115efdb33049d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-5a890e43b378f2b0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-35f81b2e24be1122.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-1806adab6b2281b9.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1586 | 2024-11-01T16:15:48.193Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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=91a9026ba8cead94 -C extra-filename=-91a9026ba8cead94 --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-5ca4b04332c72ed8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-55723c3bdc55f134.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-144cd46eb98a36b4.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e35afdf33411fcae.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2024-11-01T16:15:48.286Z | Compiling itertools v0.10.5 |
1588 | 2024-11-01T16:15:48.289Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c93aaa163eb4e6c8 -C extra-filename=-c93aaa163eb4e6c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2024-11-01T16:15:48.315Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=4c3672fa28ecb351 -C extra-filename=-4c3672fa28ecb351 --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-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1590 | 2024-11-01T16:15:48.364Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=6d51cb2aed8b913b -C extra-filename=-6d51cb2aed8b913b --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-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1591 | 2024-11-01T16:15:48.402Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=534e75f02bc16bbd -C extra-filename=-534e75f02bc16bbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-ab600c5d64d42821.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2024-11-01T16:15:48.503Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af4e2799b947a6ab -C extra-filename=-af4e2799b947a6ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1593 | 2024-11-01T16:15:48.590Z | Compiling hashlink v0.9.1 |
1594 | 2024-11-01T16:15:48.593Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=cb58e1410857f124 -C extra-filename=-cb58e1410857f124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1595 | 2024-11-01T16:15:48.613Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f1b1fafeb3531634 -C extra-filename=-f1b1fafeb3531634 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1596 | 2024-11-01T16:15:48.847Z | Compiling sigpipe v0.1.3 |
1597 | 2024-11-01T16:15:48.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8db85bce1567f14f -C extra-filename=-8db85bce1567f14f --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1598 | 2024-11-01T16:15:48.869Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=40cd9c1adc968f71 -C extra-filename=-40cd9c1adc968f71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2024-11-01T16:15:48.971Z | Compiling fallible-streaming-iterator v0.1.9 |
1600 | 2024-11-01T16:15:48.974Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a22c328a2cd2b32c -C extra-filename=-a22c328a2cd2b32c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1601 | 2024-11-01T16:15:49.018Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f58e922875b26090 -C extra-filename=-f58e922875b26090 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2024-11-01T16:15:49.096Z | Compiling fallible-iterator v0.3.0 |
1603 | 2024-11-01T16:15:49.099Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=78669b0f562124dd -C extra-filename=-78669b0f562124dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1604 | 2024-11-01T16:15:49.190Z | Compiling rayon-core v1.12.1 |
1605 | 2024-11-01T16:15:49.190Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=fc61c78e931121d6 -C extra-filename=-fc61c78e931121d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1606 | 2024-11-01T16:15:49.209Z | Compiling float-ord v0.3.2 |
1607 | 2024-11-01T16:15:49.212Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d57cb491ddcdd43e -C extra-filename=-d57cb491ddcdd43e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1608 | 2024-11-01T16:15:49.263Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1609 | 2024-11-01T16:15:49.266Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=19b75d740f400230 -C extra-filename=-19b75d740f400230 --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1610 | 2024-11-01T16:15:49.309Z | Compiling base64ct v1.6.0 |
1611 | 2024-11-01T16:15:49.311Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4f391430f260647e -C extra-filename=-4f391430f260647e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1612 | 2024-11-01T16:15:49.378Z | Compiling similar v2.3.0 |
1613 | 2024-11-01T16:15:49.387Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=908b613865aea7bd -C extra-filename=-908b613865aea7bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-11-01T16:15:49.515Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6/build-script-build` |
1615 | 2024-11-01T16:15:49.547Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=701e83eb3a8a0f25 -C extra-filename=-701e83eb3a8a0f25 --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-3459e2197aab62f0.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3f2f06dbc781698f.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-40cd9c1adc968f71.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-08fabeacd5487384.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1616 | 2024-11-01T16:15:49.616Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230/build-script-build` |
1617 | 2024-11-01T16:15:49.645Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1618 | 2024-11-01T16:15:49.648Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28168b03cca7c403 -C extra-filename=-28168b03cca7c403 --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-eee0c75b57dd0070.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-8db85bce1567f14f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2024-11-01T16:15:49.830Z | Compiling rusqlite v0.32.1 |
1620 | 2024-11-01T16:15:49.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=920ff3c4609e7a0f -C extra-filename=-920ff3c4609e7a0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-78669b0f562124dd.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-a22c328a2cd2b32c.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-cb58e1410857f124.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-35743ec4d6cf7c1e.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
1621 | 2024-11-01T16:15:49.885Z | Compiling password-hash v0.5.0 |
1622 | 2024-11-01T16:15:49.890Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=6c457fbb605206e0 -C extra-filename=-6c457fbb605206e0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-0004b8d61b36ba7f.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2024-11-01T16:15:49.926Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=9315408f3fec60aa -C extra-filename=-9315408f3fec60aa --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-6d51cb2aed8b913b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1624 | 2024-11-01T16:15:50.368Z | Compiling expectorate v1.1.0 |
1625 | 2024-11-01T16:15:50.370Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=3438578b40637e9d -C extra-filename=-3438578b40637e9d --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-62cb22c2f30e8e93.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-9a1048d317a5205d.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-908b613865aea7bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1626 | 2024-11-01T16:15:50.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=7f296972149afebd -C extra-filename=-7f296972149afebd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-0ceb2f5c72981c96.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-fff17541c330cffa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1627 | 2024-11-01T16:15:50.621Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1628 | 2024-11-01T16:15:50.623Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb8a152e21c3440c -C extra-filename=-fb8a152e21c3440c --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-c686d5a072952df2.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-00ab325d90429bbc.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-b63dbe16d6cb3cf6.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-03238b50555d9c5f.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-513a7da83974fad5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1629 | 2024-11-01T16:15:50.919Z | Compiling zone v0.3.0 |
1630 | 2024-11-01T16:15:50.947Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=33da4ae902f38c4b -C extra-filename=-33da4ae902f38c4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c93aaa163eb4e6c8.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-8926276d0864831d.so --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2024-11-01T16:15:50.978Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=513012cf6896d04b -C extra-filename=-513012cf6896d04b --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-4c3672fa28ecb351.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1632 | 2024-11-01T16:15:51.109Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1633 | 2024-11-01T16:15:51.112Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38fef14c52689ec1 -C extra-filename=-38fef14c52689ec1 --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-65634bb335c217fc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1634 | 2024-11-01T16:15:51.306Z | Compiling crossbeam-deque v0.8.3 |
1635 | 2024-11-01T16:15:51.310Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=312c4cc4a18c848f -C extra-filename=-312c4cc4a18c848f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-024d2fc76b3a3061.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1636 | 2024-11-01T16:15:51.556Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a4a483ae95d27059 -C extra-filename=-a4a483ae95d27059 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.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)'` |
1637 | 2024-11-01T16:15:51.648Z | Compiling newtype_derive v0.1.6 |
1638 | 2024-11-01T16:15:51.651Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=0f1cfa037b24cb65 -C extra-filename=-0f1cfa037b24cb65 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-716daeff31e1dc6c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2024-11-01T16:15:51.792Z | Compiling twox-hash v1.6.3 |
1640 | 2024-11-01T16:15:51.794Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=3c2853332ae25b51 -C extra-filename=-3c2853332ae25b51 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f7e88bba7c45a999.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1641 | 2024-11-01T16:15:51.834Z | Compiling hubpack_derive v0.1.1 |
1642 | 2024-11-01T16:15:51.834Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61bec1709509b693 -C extra-filename=-61bec1709509b693 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-c4cde489b69ed20e.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1643 | 2024-11-01T16:15:52.040Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=1897bc333ce50f38 -C extra-filename=-1897bc333ce50f38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-348fc1c513119f2d.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1644 | 2024-11-01T16:15:52.043Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=b0e46c1dc957ecbc -C extra-filename=-b0e46c1dc957ecbc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-c4ee1a4a562ea139.so --cap-lints allow '-Wclippy::unused-async'` |
1645 | 2024-11-01T16:15:52.220Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=8597f8a0a5d761f7 -C extra-filename=-8597f8a0a5d761f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-5d64b5f401f96114.so --cap-lints allow '-Wclippy::unused-async'` |
1646 | 2024-11-01T16:15:52.240Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a0fc030babf8e884 -C extra-filename=-a0fc030babf8e884 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2024-11-01T16:15:52.425Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1465a60adecdaff -C extra-filename=-b1465a60adecdaff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8a70a9e8d76ef649.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1648 | 2024-11-01T16:15:52.518Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=8f5254e7387fb45a -C extra-filename=-8f5254e7387fb45a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1649 | 2024-11-01T16:15:52.536Z | Compiling blake2 v0.10.6 |
1650 | 2024-11-01T16:15:52.539Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=222bd222830085ec -C extra-filename=-222bd222830085ec --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-01ab7f0925ab1a08.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2024-11-01T16:15:52.539Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=4cc27f1fd911ad4b -C extra-filename=-4cc27f1fd911ad4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1652 | 2024-11-01T16:15:52.580Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=23175655e61e99a7 -C extra-filename=-23175655e61e99a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-2615682c84b7eb5d.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2024-11-01T16:15:52.749Z | Compiling smf v0.2.3 |
1654 | 2024-11-01T16:15:52.751Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d1adb0a4e7e70f4 -C extra-filename=-5d1adb0a4e7e70f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2024-11-01T16:15:52.847Z | Compiling zerocopy-derive v0.6.6 |
1656 | 2024-11-01T16:15:52.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3442c6439f3eb2df -C extra-filename=-3442c6439f3eb2df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1657 | 2024-11-01T16:15:52.992Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=7b5ab1c4a519a69b -C extra-filename=-7b5ab1c4a519a69b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2024-11-01T16:15:53.579Z | Compiling atty v0.2.14 |
1659 | 2024-11-01T16:15:53.582Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23fc09857f4ea278 -C extra-filename=-23fc09857f4ea278 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1660 | 2024-11-01T16:15:53.725Z | Compiling cancel-safe-futures v0.1.5 |
1661 | 2024-11-01T16:15:53.729Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=082005ef9ea7b579 -C extra-filename=-082005ef9ea7b579 --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1662 | 2024-11-01T16:15:53.999Z | Compiling fixedbitset v0.4.2 |
1663 | 2024-11-01T16:15:54.002Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2f2569aa0f4babd1 -C extra-filename=-2f2569aa0f4babd1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1664 | 2024-11-01T16:15:54.050Z | Compiling whoami v1.5.1 |
1665 | 2024-11-01T16:15:54.054Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=85a77f11aa974343 -C extra-filename=-85a77f11aa974343 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1666 | 2024-11-01T16:15:54.077Z | Compiling owo-colors v4.1.0 |
1667 | 2024-11-01T16:15:54.080Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=678dd187fd7f9383 -C extra-filename=-678dd187fd7f9383 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1668 | 2024-11-01T16:15:54.118Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579/build-script-build` |
1669 | 2024-11-01T16:15:54.150Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=84302553e93683aa -C extra-filename=-84302553e93683aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-7b5ab1c4a519a69b.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-9b7409d92149ff9c.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-8f5254e7387fb45a.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1670 | 2024-11-01T16:15:54.221Z | Compiling argon2 v0.5.3 |
1671 | 2024-11-01T16:15:54.225Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=a247141deb444969 -C extra-filename=-a247141deb444969 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-222bd222830085ec.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-6c457fbb605206e0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2024-11-01T16:15:54.262Z | Compiling hubpack v0.1.2 |
1673 | 2024-11-01T16:15:54.267Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbe493c34b532a15 -C extra-filename=-bbe493c34b532a15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/crucible/target/debug/deps/libhubpack_derive-61bec1709509b693.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2024-11-01T16:15:54.418Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383/build-script-build` |
1675 | 2024-11-01T16:15:54.449Z | Compiling petgraph v0.6.5 |
1676 | 2024-11-01T16:15:54.452Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=516289f6194a1c7a -C extra-filename=-516289f6194a1c7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-2f2569aa0f4babd1.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --cap-lints allow '-Wclippy::unused-async'` |
1677 | 2024-11-01T16:15:54.497Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65/build-script-build` |
1678 | 2024-11-01T16:15:54.545Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=a270eab691dff8ff -C extra-filename=-a270eab691dff8ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_deque-312c4cc4a18c848f.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1679 | 2024-11-01T16:15:54.711Z | Compiling zerocopy v0.6.6 |
1680 | 2024-11-01T16:15:54.714Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=36bcd14bb2ebda0d -C extra-filename=-36bcd14bb2ebda0d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-3442c6439f3eb2df.so --cap-lints allow '-Wclippy::unused-async'` |
1681 | 2024-11-01T16:15:54.714Z | Compiling strum_macros v0.25.3 |
1682 | 2024-11-01T16:15:54.714Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e9d4447cdde0b2f -C extra-filename=-7e9d4447cdde0b2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-db76885ec66862d2.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1683 | 2024-11-01T16:15:54.753Z | Compiling serde-big-array v0.5.1 |
1684 | 2024-11-01T16:15:54.771Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e46febf45d037e21 -C extra-filename=-e46febf45d037e21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1685 | 2024-11-01T16:15:55.021Z | Compiling serde_repr v0.1.18 |
1686 | 2024-11-01T16:15:55.024Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1413a2d77a536171 -C extra-filename=-1413a2d77a536171 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1687 | 2024-11-01T16:15:55.551Z | Compiling cookie v0.18.1 |
1688 | 2024-11-01T16:15:55.555Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=22157b7a56adba04 -C extra-filename=-22157b7a56adba04 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1689 | 2024-11-01T16:15:55.575Z | Compiling convert_case v0.4.0 |
1690 | 2024-11-01T16:15:55.579Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=0ed152ed556a2d94 -C extra-filename=-0ed152ed556a2d94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1691 | 2024-11-01T16:15:55.912Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9ec92d89f3b14dd -C extra-filename=-a9ec92d89f3b14dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2024-11-01T16:15:56.066Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04/build-script-build` |
1693 | 2024-11-01T16:15:56.092Z | Compiling rayon v1.10.0 |
1694 | 2024-11-01T16:15:56.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=00b2eec10567d76d -C extra-filename=-00b2eec10567d76d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-a270eab691dff8ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1695 | 2024-11-01T16:15:56.142Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1696 | 2024-11-01T16:15:56.142Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96546317c3a27dd0 -C extra-filename=-96546317c3a27dd0 --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-a247141deb444969.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1697 | 2024-11-01T16:15:56.175Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7dbf904fdc0a2d6a -C extra-filename=-7dbf904fdc0a2d6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg op_assign` |
1698 | 2024-11-01T16:15:56.279Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=01942857fb545308 -C extra-filename=-01942857fb545308 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)'` |
1699 | 2024-11-01T16:15:56.300Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=8e2713a4094125e6 -C extra-filename=-8e2713a4094125e6 --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-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2024-11-01T16:15:56.320Z | Compiling derive_more v0.99.18 |
1701 | 2024-11-01T16:15:56.323Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=a5a55517aac205f2 -C extra-filename=-a5a55517aac205f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern convert_case=/work/oxidecomputer/crucible/target/debug/deps/libconvert_case-0ed152ed556a2d94.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1702 | 2024-11-01T16:15:56.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=a193a1fb19c5292f -C extra-filename=-a193a1fb19c5292f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1703 | 2024-11-01T16:15:56.895Z | Compiling enum-as-inner v0.6.0 |
1704 | 2024-11-01T16:15:56.897Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07f7453ec89b052c -C extra-filename=-07f7453ec89b052c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-e9144e00df005614.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1705 | 2024-11-01T16:15:57.259Z | Compiling atomicwrites v0.4.4 |
1706 | 2024-11-01T16:15:57.262Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7df9f0e124db3068 -C extra-filename=-7df9f0e124db3068 --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-e9e75b9e36b99c8e.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-b0918b6d47799bff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1707 | 2024-11-01T16:15:57.609Z | Compiling toml_edit v0.20.7 |
1708 | 2024-11-01T16:15:57.612Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=7fda225b35a46ffe -C extra-filename=-7fda225b35a46ffe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1709 | 2024-11-01T16:15:58.026Z | Compiling itertools v0.13.0 |
1710 | 2024-11-01T16:15:58.029Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=1941f23739d8298f -C extra-filename=-1941f23739d8298f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1711 | 2024-11-01T16:15:58.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1712 | 2024-11-01T16:15:58.313Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=78a9c311b0d481f1 -C extra-filename=-78a9c311b0d481f1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-bbe493c34b532a15.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-e46febf45d037e21.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-1413a2d77a536171.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-7e9d4447cdde0b2f.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-36bcd14bb2ebda0d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1713 | 2024-11-01T16:15:58.475Z | Compiling libsw v3.3.1 |
1714 | 2024-11-01T16:15:58.481Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=21dcf2f7c23d3f8e -C extra-filename=-21dcf2f7c23d3f8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1715 | 2024-11-01T16:15:58.634Z | Compiling derive-where v1.2.7 |
1716 | 2024-11-01T16:15:58.637Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=d637ee2f3c141628 -C extra-filename=-d637ee2f3c141628 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1717 | 2024-11-01T16:15:58.809Z | Compiling linked-hash-map v0.5.6 |
1718 | 2024-11-01T16:15:58.812Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=876c738ef0884f2d -C extra-filename=-876c738ef0884f2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1719 | 2024-11-01T16:15:59.077Z | Compiling swrite v0.1.0 |
1720 | 2024-11-01T16:15:59.081Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=ead75bd95f46c565 -C extra-filename=-ead75bd95f46c565 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1721 | 2024-11-01T16:15:59.185Z | Compiling quick-error v1.2.3 |
1722 | 2024-11-01T16:15:59.188Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d89062f4f64e61c3 -C extra-filename=-d89062f4f64e61c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1723 | 2024-11-01T16:15:59.216Z | Compiling data-encoding v2.5.0 |
1724 | 2024-11-01T16:15:59.218Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8e62180ff1b21d1b -C extra-filename=-8e62180ff1b21d1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1725 | 2024-11-01T16:15:59.343Z | Compiling indent_write v2.2.0 |
1726 | 2024-11-01T16:15:59.346Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2b46e24d8f627aa0 -C extra-filename=-2b46e24d8f627aa0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1727 | 2024-11-01T16:15:59.567Z | Compiling highway v1.2.0 |
1728 | 2024-11-01T16:15:59.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0f7c5dcf14244427 -C extra-filename=-0f7c5dcf14244427 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1729 | 2024-11-01T16:16:00.435Z | Compiling linear-map v1.2.0 |
1730 | 2024-11-01T16:16:00.438Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=2437d50ed59d5e00 -C extra-filename=-2437d50ed59d5e00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1731 | 2024-11-01T16:16:00.793Z | Compiling proc-macro-crate v2.0.0 |
1732 | 2024-11-01T16:16:00.812Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cd86ed41372096d -C extra-filename=-3cd86ed41372096d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7fda225b35a46ffe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1733 | 2024-11-01T16:16:00.840Z | Compiling hickory-proto v0.24.1 |
1734 | 2024-11-01T16:16:00.867Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=01045abd9ef7a0ea -C extra-filename=-01045abd9ef7a0ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-8e62180ff1b21d1b.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-07f7453ec89b052c.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-13da8b636e864138.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-4c370c3d43b3d490.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1735 | 2024-11-01T16:16:01.204Z | Compiling resolv-conf v0.7.0 |
1736 | 2024-11-01T16:16:01.207Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=0116ed7460dceda3 -C extra-filename=-0116ed7460dceda3 --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-a79d56a8c04d1303.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-d89062f4f64e61c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1737 | 2024-11-01T16:16:01.728Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1738 | 2024-11-01T16:16:01.748Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d39d46c8aa51d5ca -C extra-filename=-d39d46c8aa51d5ca --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-eee0c75b57dd0070.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-8e2713a4094125e6.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-b6046cb7827ff010.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-d637ee2f3c141628.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-2b46e24d8f627aa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-21dcf2f7c23d3f8e.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-2437d50ed59d5e00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-01942857fb545308.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-516289f6194a1c7a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-ead75bd95f46c565.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1739 | 2024-11-01T16:16:01.866Z | Compiling lru-cache v0.1.2 |
1740 | 2024-11-01T16:16:01.869Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=b0757c189225f45a -C extra-filename=-b0757c189225f45a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/crucible/target/debug/deps/liblinked_hash_map-876c738ef0884f2d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1741 | 2024-11-01T16:16:01.887Z | Compiling steno v0.4.1 |
1742 | 2024-11-01T16:16:01.942Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da743e366173927e -C extra-filename=-da743e366173927e --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-eee0c75b57dd0070.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7dbf904fdc0a2d6a.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-516289f6194a1c7a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1743 | 2024-11-01T16:16:01.987Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=72167ced7ce20b84 -C extra-filename=-72167ced7ce20b84 --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-dec9ad76ea36dd69.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1744 | 2024-11-01T16:16:02.070Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8d4376b9c245ac40 -C extra-filename=-8d4376b9c245ac40 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1745 | 2024-11-01T16:16:02.445Z | Compiling humantime v2.1.0 |
1746 | 2024-11-01T16:16:02.448Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bdcc0edb1812dd7 -C extra-filename=-4bdcc0edb1812dd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1747 | 2024-11-01T16:16:03.027Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1748 | 2024-11-01T16:16:03.030Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d238bbaa005e621a -C extra-filename=-d238bbaa005e621a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1749 | 2024-11-01T16:16:03.144Z | Compiling inout v0.1.3 |
1750 | 2024-11-01T16:16:03.150Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=af2dba1475effa05 -C extra-filename=-af2dba1475effa05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1751 | 2024-11-01T16:16:03.374Z | Compiling cipher v0.4.4 |
1752 | 2024-11-01T16:16:03.377Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=de27132640b7ed10 -C extra-filename=-de27132640b7ed10 --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-1fb280a079e81997.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-af2dba1475effa05.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1753 | 2024-11-01T16:16:03.547Z | Compiling num_enum_derive v0.7.3 |
1754 | 2024-11-01T16:16:03.552Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=3c216246d30733bb -C extra-filename=-3c216246d30733bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-3cd86ed41372096d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1755 | 2024-11-01T16:16:03.790Z | Compiling bincode v1.3.3 |
1756 | 2024-11-01T16:16:03.793Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=051f66e37991d2e2 -C extra-filename=-051f66e37991d2e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1757 | 2024-11-01T16:16:04.155Z | Compiling universal-hash v0.5.1 |
1758 | 2024-11-01T16:16:04.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d4586b7685014965 -C extra-filename=-d4586b7685014965 --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-1fb280a079e81997.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1759 | 2024-11-01T16:16:04.337Z | Compiling opaque-debug v0.3.0 |
1760 | 2024-11-01T16:16:04.340Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b42b14a0b9c41df5 -C extra-filename=-b42b14a0b9c41df5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1761 | 2024-11-01T16:16:04.442Z | Compiling ringbuffer v0.15.0 |
1762 | 2024-11-01T16:16:04.446Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8217a138e38d5cc9 -C extra-filename=-8217a138e38d5cc9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1763 | 2024-11-01T16:16:04.805Z | Compiling polyval v0.6.1 |
1764 | 2024-11-01T16:16:04.809Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=fbe1fd5d39f2e66c -C extra-filename=-fbe1fd5d39f2e66c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-b42b14a0b9c41df5.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-d4586b7685014965.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1765 | 2024-11-01T16:16:05.061Z | Compiling hickory-resolver v0.24.1 |
1766 | 2024-11-01T16:16:05.087Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=9d1f71714bcfb611 -C extra-filename=-9d1f71714bcfb611 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-01045abd9ef7a0ea.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-b0757c189225f45a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-da4ff8425373e276.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-0116ed7460dceda3.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1767 | 2024-11-01T16:16:05.092Z | Compiling aes v0.8.3 |
1768 | 2024-11-01T16:16:05.092Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=0c31897916aa908a -C extra-filename=-0c31897916aa908a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-de27132640b7ed10.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1769 | 2024-11-01T16:16:05.209Z | Compiling ctr v0.9.2 |
1770 | 2024-11-01T16:16:05.229Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d8c54f1d566caf7b -C extra-filename=-d8c54f1d566caf7b --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-de27132640b7ed10.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1771 | 2024-11-01T16:16:05.281Z | Compiling aead v0.5.2 |
1772 | 2024-11-01T16:16:05.283Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=c9bfc1ea8c739ffa -C extra-filename=-c9bfc1ea8c739ffa --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-1fb280a079e81997.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1773 | 2024-11-01T16:16:05.511Z | Compiling num-bigint v0.2.6 |
1774 | 2024-11-01T16:16:05.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=4802ace05d0605cc -C extra-filename=-4802ace05d0605cc --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1775 | 2024-11-01T16:16:05.622Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1776 | 2024-11-01T16:16:05.626Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=8d08932292abacc4 -C extra-filename=-8d08932292abacc4 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib '-Wclippy::unused-async'` |
1777 | 2024-11-01T16:16:05.722Z | Compiling signal-hook v0.3.17 |
1778 | 2024-11-01T16:16:05.726Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4aab96283893f1dc -C extra-filename=-4aab96283893f1dc --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1779 | 2024-11-01T16:16:05.902Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc/build-script-build` |
1780 | 2024-11-01T16:16:05.954Z | Compiling num_enum v0.7.3 |
1781 | 2024-11-01T16:16:05.956Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=cdc0f75ec06bbda8 -C extra-filename=-cdc0f75ec06bbda8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-3c216246d30733bb.so --cap-lints allow '-Wclippy::unused-async'` |
1782 | 2024-11-01T16:16:06.016Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4/build-script-build` |
1783 | 2024-11-01T16:16:06.066Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build` |
1784 | 2024-11-01T16:16:06.088Z | Compiling aes-gcm-siv v0.11.1 |
1785 | 2024-11-01T16:16:06.090Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=7e550fb19845001d -C extra-filename=-7e550fb19845001d --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-c9bfc1ea8c739ffa.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-0c31897916aa908a.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-de27132640b7ed10.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-d8c54f1d566caf7b.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-fbe1fd5d39f2e66c.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1786 | 2024-11-01T16:16:06.114Z | Compiling async-recursion v1.1.1 |
1787 | 2024-11-01T16:16:06.117Z | Compiling num-rational v0.2.4 |
1788 | 2024-11-01T16:16:06.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=31716867ff71a980 -C extra-filename=-31716867ff71a980 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1789 | 2024-11-01T16:16:06.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e221da076775bc2 -C extra-filename=-8e221da076775bc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1790 | 2024-11-01T16:16:06.159Z | Compiling num-complex v0.2.4 |
1791 | 2024-11-01T16:16:06.161Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=ca608a4e73ff47bb -C extra-filename=-ca608a4e73ff47bb --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow '-Wclippy::unused-async'` |
1792 | 2024-11-01T16:16:06.345Z | Compiling unicase v2.7.0 |
1793 | 2024-11-01T16:16:06.347Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=026be49f7c62a857 -C extra-filename=-026be49f7c62a857 --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow '-Wclippy::unused-async'` |
1794 | 2024-11-01T16:16:06.703Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=79cb8cbef4bef235 -C extra-filename=-79cb8cbef4bef235 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1795 | 2024-11-01T16:16:06.735Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980/build-script-build` |
1796 | 2024-11-01T16:16:06.736Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb/build-script-build` |
1797 | 2024-11-01T16:16:06.740Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857/build-script-build` |
1798 | 2024-11-01T16:16:06.743Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=e1e025b38e7416e4 -C extra-filename=-e1e025b38e7416e4 --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-c686d5a072952df2.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-f3d095db30fe99bc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2024-11-01T16:16:06.766Z | Compiling urlencoding v2.1.3 |
1800 | 2024-11-01T16:16:06.766Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name urlencoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a2c3d09a58b38b3 -C extra-filename=-6a2c3d09a58b38b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2024-11-01T16:16:06.912Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=9b96161896d6ec57 -C extra-filename=-9b96161896d6ec57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1802 | 2024-11-01T16:16:07.179Z | Compiling opentelemetry v0.21.0 |
1803 | 2024-11-01T16:16:07.182Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "pin-project-lite", "testing", "trace"))' -C metadata=836e88acb6116739 -C extra-filename=-836e88acb6116739 --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-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-6a2c3d09a58b38b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1804 | 2024-11-01T16:16:07.563Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fb1af0aeefa624b4 -C extra-filename=-fb1af0aeefa624b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1805 | 2024-11-01T16:16:07.794Z | Compiling phf_generator v0.11.2 |
1806 | 2024-11-01T16:16:07.797Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=bc8217970c738217 -C extra-filename=-bc8217970c738217 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-08fabeacd5487384.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1807 | 2024-11-01T16:16:07.939Z | Compiling ordered-float v4.2.0 |
1808 | 2024-11-01T16:16:07.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytemuck", "default", "proptest", "rand", "randtest", "rkyv", "rkyv_16", "rkyv_32", "rkyv_64", "rkyv_ck", "schemars", "serde", "speedy", "std"))' -C metadata=13b05e615f8c9041 -C extra-filename=-13b05e615f8c9041 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2024-11-01T16:16:07.985Z | Compiling num_cpus v1.16.0 |
1810 | 2024-11-01T16:16:07.988Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffa9f39565170d8f -C extra-filename=-ffa9f39565170d8f --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2024-11-01T16:16:08.061Z | Compiling glob v0.3.1 |
1812 | 2024-11-01T16:16:08.063Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a01331971f4e3b27 -C extra-filename=-a01331971f4e3b27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2024-11-01T16:16:08.124Z | Compiling overload v0.1.1 |
1814 | 2024-11-01T16:16:08.127Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=913213204ce86d38 -C extra-filename=-913213204ce86d38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1815 | 2024-11-01T16:16:08.238Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=8d4421d8505ba40f -C extra-filename=-8d4421d8505ba40f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-79cb8cbef4bef235.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1816 | 2024-11-01T16:16:08.823Z | Compiling opentelemetry_sdk v0.21.2 |
1817 | 2024-11-01T16:16:08.826Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-trait"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="glob"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "crossbeam-channel", "default", "glob", "http", "jaeger_remote_sampler", "logs", "logs_level_enabled", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=6879a2c815a4bde2 -C extra-filename=-6879a2c815a4bde2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5cc55772ea45cd6a.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-4af56102f1607e99.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-a01331971f4e3b27.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-836e88acb6116739.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-13b05e615f8c9041.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1818 | 2024-11-01T16:16:08.922Z | Compiling num v0.2.1 |
1819 | 2024-11-01T16:16:08.926Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "num-bigint", "rand", "serde", "std"))' -C metadata=f8d6d4fe94f06b07 -C extra-filename=-f8d6d4fe94f06b07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-79cb8cbef4bef235.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-9b96161896d6ec57.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-8d4421d8505ba40f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1820 | 2024-11-01T16:16:09.011Z | Compiling statistical v1.0.0 |
1821 | 2024-11-01T16:16:09.014Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=923752b3f5a928fc -C extra-filename=-923752b3f5a928fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-f8d6d4fe94f06b07.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f7e88bba7c45a999.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1822 | 2024-11-01T16:16:09.038Z | Compiling nu-ansi-term v0.46.0 |
1823 | 2024-11-01T16:16:09.041Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=721518374c895881 -C extra-filename=-721518374c895881 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern overload=/work/oxidecomputer/crucible/target/debug/deps/liboverload-913213204ce86d38.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1824 | 2024-11-01T16:16:09.144Z | Compiling threadpool v1.8.1 |
1825 | 2024-11-01T16:16:09.149Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=add7f29b4462f260 -C extra-filename=-add7f29b4462f260 --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-ffa9f39565170d8f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1826 | 2024-11-01T16:16:09.248Z | Compiling phf_codegen v0.11.2 |
1827 | 2024-11-01T16:16:09.250Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb44194eb3062c6f -C extra-filename=-bb44194eb3062c6f --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-bc8217970c738217.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1828 | 2024-11-01T16:16:09.468Z | Compiling mime_guess v2.0.5 |
1829 | 2024-11-01T16:16:09.472Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=67e9092b299a71ba -C extra-filename=-67e9092b299a71ba --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-fb1af0aeefa624b4.rlib --cap-lints allow '-Wclippy::unused-async'` |
1830 | 2024-11-01T16:16:09.516Z | Compiling http-body v0.4.5 |
1831 | 2024-11-01T16:16:09.518Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ee1575d4ffc0777 -C extra-filename=-8ee1575d4ffc0777 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1832 | 2024-11-01T16:16:09.550Z | Compiling h2 v0.3.26 |
1833 | 2024-11-01T16:16:09.553Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=28414a954468f1de -C extra-filename=-28414a954468f1de --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1834 | 2024-11-01T16:16:09.758Z | Compiling sharded-slab v0.1.7 |
1835 | 2024-11-01T16:16:09.761Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=21e6dad37f58c14d -C extra-filename=-21e6dad37f58c14d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2024-11-01T16:16:09.907Z | Compiling tracing-log v0.2.0 |
1837 | 2024-11-01T16:16:09.910Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=bc5ef033eb8ea412 -C extra-filename=-bc5ef033eb8ea412 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1838 | 2024-11-01T16:16:09.929Z | Compiling ordered-float v2.10.1 |
1839 | 2024-11-01T16:16:09.930Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=d5d3f06258f44c47 -C extra-filename=-d5d3f06258f44c47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1840 | 2024-11-01T16:16:10.126Z | Compiling mio v0.8.11 |
1841 | 2024-11-01T16:16:10.132Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=04fe75bbaafd76cf -C extra-filename=-04fe75bbaafd76cf --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-c686d5a072952df2.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-11-01T16:16:10.484Z | Compiling crc32fast v1.3.2 |
1843 | 2024-11-01T16:16:10.488Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0cc6d9477d846fbc -C extra-filename=-0cc6d9477d846fbc --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-11-01T16:16:10.577Z | Compiling integer-encoding v3.0.4 |
1845 | 2024-11-01T16:16:10.580Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integer_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/integer-encoding-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "futures-util", "futures_async", "tokio", "tokio_async"))' -C metadata=8d70ee92597956dc -C extra-filename=-8d70ee92597956dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-11-01T16:16:10.652Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba/build-script-build` |
1847 | 2024-11-01T16:16:10.697Z | Compiling terminfo v0.8.0 |
1848 | 2024-11-01T16:16:10.700Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c48d6912f71ed636 -C extra-filename=-c48d6912f71ed636 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-c48d6912f71ed636 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-bb44194eb3062c6f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1849 | 2024-11-01T16:16:11.004Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc/build-script-build` |
1850 | 2024-11-01T16:16:11.064Z | Compiling tracing-subscriber v0.3.18 |
1851 | 2024-11-01T16:16:11.068Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=c016dc42bd72ab57 -C extra-filename=-c016dc42bd72ab57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-721518374c895881.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-21e6dad37f58c14d.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-bc5ef033eb8ea412.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1852 | 2024-11-01T16:16:11.086Z | Compiling thrift v0.17.0 |
1853 | 2024-11-01T16:16:11.088Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=3d1f7fd3105d34bd -C extra-filename=-3d1f7fd3105d34bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-8d70ee92597956dc.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-d5d3f06258f44c47.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-add7f29b4462f260.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1854 | 2024-11-01T16:16:11.175Z | Compiling signal-hook-mio v0.2.4 |
1855 | 2024-11-01T16:16:11.179Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=c92405a1d0df1c18 -C extra-filename=-c92405a1d0df1c18 --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-c686d5a072952df2.rmeta --extern mio_0_8=/work/oxidecomputer/crucible/target/debug/deps/libmio-04fe75bbaafd76cf.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-f6c0b2f408964c0e.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1856 | 2024-11-01T16:16:11.294Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1857 | 2024-11-01T16:16:11.297Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_semantic_conventions --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-semantic-conventions-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=633a0fdb435390bb -C extra-filename=-633a0fdb435390bb --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-836e88acb6116739.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1858 | 2024-11-01T16:16:11.361Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0eeab338d3aa098e -C extra-filename=-0eeab338d3aa098e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1859 | 2024-11-01T16:16:11.530Z | Compiling sha2 v0.10.8 |
1860 | 2024-11-01T16:16:11.535Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=4fd275d92dbae74c -C extra-filename=-4fd275d92dbae74c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-01ab7f0925ab1a08.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1861 | 2024-11-01T16:16:11.553Z | Compiling ring v0.16.20 |
1862 | 2024-11-01T16:16:11.559Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=b49581bbc3b21850 -C extra-filename=-b49581bbc3b21850 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-b49581bbc3b21850 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --cap-lints allow '-Wclippy::unused-async'` |
1863 | 2024-11-01T16:16:11.789Z | Compiling blake3 v1.5.1 |
1864 | 2024-11-01T16:16:11.792Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=6d5bf4f88085518b -C extra-filename=-6d5bf4f88085518b --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-6d5bf4f88085518b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --cap-lints allow '-Wclippy::unused-async'` |
1865 | 2024-11-01T16:16:11.872Z | Compiling vte_generate_state_changes v0.1.1 |
1866 | 2024-11-01T16:16:11.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c233fb98fd33ad7 -C extra-filename=-6c233fb98fd33ad7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1867 | 2024-11-01T16:16:12.410Z | Compiling dirs-sys v0.3.7 |
1868 | 2024-11-01T16:16:12.413Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d92db18a8f2056e -C extra-filename=-4d92db18a8f2056e --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1869 | 2024-11-01T16:16:12.464Z | Compiling adler v1.0.2 |
1870 | 2024-11-01T16:16:12.466Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=ad0ef788f899d611 -C extra-filename=-ad0ef788f899d611 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1871 | 2024-11-01T16:16:12.512Z | Compiling rust_decimal v1.33.1 |
1872 | 2024-11-01T16:16:12.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=f01c21403676a5c8 -C extra-filename=-f01c21403676a5c8 --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1873 | 2024-11-01T16:16:12.616Z | Compiling minimal-lexical v0.2.1 |
1874 | 2024-11-01T16:16:12.618Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5b91bfcf5e602cb1 -C extra-filename=-5b91bfcf5e602cb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1875 | 2024-11-01T16:16:12.695Z | Compiling portable-atomic v1.5.1 |
1876 | 2024-11-01T16:16:12.698Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=70fce381ab23842d -C extra-filename=-70fce381ab23842d --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1877 | 2024-11-01T16:16:13.004Z | Compiling dirs v4.0.0 |
1878 | 2024-11-01T16:16:13.007Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0cc7e9968658888 -C extra-filename=-e0cc7e9968658888 --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-4d92db18a8f2056e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2024-11-01T16:16:13.105Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8/build-script-build` |
1880 | 2024-11-01T16:16:13.134Z | Compiling tracing-opentelemetry v0.22.0 |
1881 | 2024-11-01T16:16:13.137Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_opentelemetry --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="smallvec"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "default", "metrics", "smallvec", "thiserror", "tracing-log"))' -C metadata=653a334d4da1164b -C extra-filename=-653a334d4da1164b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-836e88acb6116739.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-6879a2c815a4bde2.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-bc5ef033eb8ea412.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1882 | 2024-11-01T16:16:13.157Z | Compiling nom v7.1.3 |
1883 | 2024-11-01T16:16:13.160Z | Compiling miniz_oxide v0.7.1 |
1884 | 2024-11-01T16:16:13.160Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=fe4b174863d202b7 -C extra-filename=-fe4b174863d202b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-5b91bfcf5e602cb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-11-01T16:16:13.160Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=7f01d46f992b507c -C extra-filename=-7f01d46f992b507c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern adler=/work/oxidecomputer/crucible/target/debug/deps/libadler-ad0ef788f899d611.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1886 | 2024-11-01T16:16:13.222Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-b49581bbc3b21850/build-script-build` |
1887 | 2024-11-01T16:16:13.584Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d/build-script-build` |
1888 | 2024-11-01T16:16:13.656Z | Compiling vte v0.11.1 |
1889 | 2024-11-01T16:16:13.659Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=9196e2a295e9b1f2 -C extra-filename=-9196e2a295e9b1f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-0569538f3fbdb89c.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-6c233fb98fd33ad7.so --cap-lints allow '-Wclippy::unused-async'` |
1890 | 2024-11-01T16:16:14.553Z | Compiling hyper v0.14.30 |
1891 | 2024-11-01T16:16:14.556Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=76d0faa8cb8a329a -C extra-filename=-76d0faa8cb8a329a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-28414a954468f1de.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8ee1575d4ffc0777.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-c9fb747aed33fd7e.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-310f48f7a1d77ea8.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-f0ab0b2a00f8a7c7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1892 | 2024-11-01T16:16:14.662Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-6d5bf4f88085518b/build-script-build` |
1893 | 2024-11-01T16:16:14.948Z | Compiling opentelemetry-jaeger v0.20.0 |
1894 | 2024-11-01T16:16:14.951Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_jaeger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-jaeger-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "base64", "collector_client", "default", "full", "futures-executor", "headers", "http", "hyper", "hyper-tls", "hyper_collector_client", "hyper_tls_collector_client", "integration_test", "isahc", "isahc_collector_client", "js-sys", "opentelemetry-http", "pin-project-lite", "prost", "prost-types", "reqwest", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "surf", "surf_collector_client", "tokio", "tonic", "wasm-bindgen", "wasm-bindgen-futures", "wasm_collector_client", "web-sys"))' -C metadata=5edec2609454962d -C extra-filename=-5edec2609454962d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-836e88acb6116739.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-633a0fdb435390bb.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-6879a2c815a4bde2.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-3d1f7fd3105d34bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2024-11-01T16:16:15.157Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-c48d6912f71ed636/build-script-build` |
1896 | 2024-11-01T16:16:15.250Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0b3acd9416b945e9 -C extra-filename=-0b3acd9416b945e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-0eeab338d3aa098e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1897 | 2024-11-01T16:16:15.384Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=c006c7e4641c7422 -C extra-filename=-c006c7e4641c7422 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
1898 | 2024-11-01T16:16:15.737Z | Compiling signal-hook-tokio v0.3.1 |
1899 | 2024-11-01T16:16:15.739Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=947f4a90cb3cfaf8 -C extra-filename=-947f4a90cb3cfaf8 --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-7606b305eb5f2228.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1900 | 2024-11-01T16:16:15.759Z | Compiling phf v0.11.2 |
1901 | 2024-11-01T16:16:15.763Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8685b6ea7d7e154b -C extra-filename=-8685b6ea7d7e154b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-25d18edbaa8643e6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1902 | 2024-11-01T16:16:15.935Z | Compiling opentelemetry v0.24.0 |
1903 | 2024-11-01T16:16:15.938Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "otel_unstable", "pin-project-lite", "testing", "trace"))' -C metadata=00b8d1c16ddcf88b -C extra-filename=-00b8d1c16ddcf88b --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-7606b305eb5f2228.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1904 | 2024-11-01T16:16:16.067Z | Compiling xattr v1.0.1 |
1905 | 2024-11-01T16:16:16.070Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e76f1c3d0a787fc4 -C extra-filename=-e76f1c3d0a787fc4 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1906 | 2024-11-01T16:16:16.266Z | Compiling filetime v0.2.22 |
1907 | 2024-11-01T16:16:16.269Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=658bb6b34aaff3c2 -C extra-filename=-658bb6b34aaff3c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1908 | 2024-11-01T16:16:16.362Z | Compiling memmap2 v0.9.4 |
1909 | 2024-11-01T16:16:16.366Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=cb7bfbe2ce7d4d22 -C extra-filename=-cb7bfbe2ce7d4d22 --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-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1910 | 2024-11-01T16:16:16.579Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1911 | 2024-11-01T16:16:16.581Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 downstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9d8e5b87377694ba -C extra-filename=-9d8e5b87377694ba --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib '-Wclippy::unused-async'` |
1912 | 2024-11-01T16:16:16.813Z | Compiling http-range v0.1.5 |
1913 | 2024-11-01T16:16:16.816Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9aab0316c825049 -C extra-filename=-c9aab0316c825049 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2024-11-01T16:16:16.851Z | Compiling webpki-roots v0.25.2 |
1915 | 2024-11-01T16:16:16.855Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3716da02dc30d14 -C extra-filename=-b3716da02dc30d14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1916 | 2024-11-01T16:16:16.974Z | Compiling constant_time_eq v0.3.0 |
1917 | 2024-11-01T16:16:16.977Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=18fd1ff10b86eefe -C extra-filename=-18fd1ff10b86eefe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1918 | 2024-11-01T16:16:17.018Z | Compiling home v0.5.5 |
1919 | 2024-11-01T16:16:17.021Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2ee261ceafe33a -C extra-filename=-ac2ee261ceafe33a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1920 | 2024-11-01T16:16:17.126Z | Compiling spin v0.5.2 |
1921 | 2024-11-01T16:16:17.129Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c0330f9712beb70 -C extra-filename=-9c0330f9712beb70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1922 | 2024-11-01T16:16:17.164Z | Compiling untrusted v0.7.1 |
1923 | 2024-11-01T16:16:17.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d85eae2feabedc5 -C extra-filename=-0d85eae2feabedc5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1924 | 2024-11-01T16:16:17.220Z | Compiling arrayref v0.3.7 |
1925 | 2024-11-01T16:16:17.225Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e045b845868bea5 -C extra-filename=-7e045b845868bea5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1926 | 2024-11-01T16:16:17.300Z | Compiling sync_wrapper v0.1.2 |
1927 | 2024-11-01T16:16:17.303Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=823dc4ebfa9650bf -C extra-filename=-823dc4ebfa9650bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1928 | 2024-11-01T16:16:17.331Z | Compiling same-file v1.0.6 |
1929 | 2024-11-01T16:16:17.333Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecaffaabfa1b9341 -C extra-filename=-ecaffaabfa1b9341 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1930 | 2024-11-01T16:16:17.356Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=44d2a8f2b91c1f26 -C extra-filename=-44d2a8f2b91c1f26 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-9c0330f9712beb70.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-0d85eae2feabedc5.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-e111b2c2e55f9377/out -l static=ring-core -l static=ring-test` |
1931 | 2024-11-01T16:16:17.381Z | Compiling which v4.4.2 |
1932 | 2024-11-01T16:16:17.384Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=d5c15802dc61f4d3 -C extra-filename=-d5c15802dc61f4d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-ac2ee261ceafe33a.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e9e75b9e36b99c8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1933 | 2024-11-01T16:16:17.437Z | Compiling hyper-staticfile v0.10.1 |
1934 | 2024-11-01T16:16:17.440Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa2b1334d2e13f28 -C extra-filename=-aa2b1334d2e13f28 --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-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-c9aab0316c825049.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-310f48f7a1d77ea8.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1935 | 2024-11-01T16:16:17.619Z | Compiling walkdir v2.4.0 |
1936 | 2024-11-01T16:16:17.622Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5153e38bb56c2351 -C extra-filename=-5153e38bb56c2351 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern same_file=/work/oxidecomputer/crucible/target/debug/deps/libsame_file-ecaffaabfa1b9341.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1937 | 2024-11-01T16:16:17.645Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba/build-script-build` |
1938 | 2024-11-01T16:16:17.719Z | Compiling tar v0.4.40 |
1939 | 2024-11-01T16:16:17.719Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=30ec216146711682 -C extra-filename=-30ec216146711682 --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-658bb6b34aaff3c2.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-e76f1c3d0a787fc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1940 | 2024-11-01T16:16:17.994Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f8e6dc509a01cb3 -C extra-filename=-4f8e6dc509a01cb3 --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-e0cc7e9968658888.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-fe4b174863d202b7.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-8685b6ea7d7e154b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1941 | 2024-11-01T16:16:17.997Z | Compiling flate2 v1.0.28 |
1942 | 2024-11-01T16:16:17.997Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=b27da0a1b956e562 -C extra-filename=-b27da0a1b956e562 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crc32fast=/work/oxidecomputer/crucible/target/debug/deps/libcrc32fast-c006c7e4641c7422.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-7f01d46f992b507c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1943 | 2024-11-01T16:16:18.432Z | Compiling strip-ansi-escapes v0.2.0 |
1944 | 2024-11-01T16:16:18.435Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b2dcc6ae7ff712f -C extra-filename=-6b2dcc6ae7ff712f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vte=/work/oxidecomputer/crucible/target/debug/deps/libvte-9196e2a295e9b1f2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1945 | 2024-11-01T16:16:18.597Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=bb82e1b70b3d77b5 -C extra-filename=-bb82e1b70b3d77b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg portable_atomic_llvm_16` |
1946 | 2024-11-01T16:16:18.916Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rust_decimal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=6f7931aa6a8a6fd7 -C extra-filename=-6f7931aa6a8a6fd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1947 | 2024-11-01T16:16:18.991Z | Compiling crossterm v0.27.0 |
1948 | 2024-11-01T16:16:18.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=2e8733950c5a34bd -C extra-filename=-2e8733950c5a34bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-04fe75bbaafd76cf.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-da4ff8425373e276.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-c92405a1d0df1c18.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1949 | 2024-11-01T16:16:19.160Z | Compiling toml v0.7.8 |
1950 | 2024-11-01T16:16:19.163Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=543b0abf68fe013b -C extra-filename=-543b0abf68fe013b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-eb933f5f4d5288bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-2477d92ac17e1b77.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1951 | 2024-11-01T16:16:19.897Z | Compiling nix v0.26.4 |
1952 | 2024-11-01T16:16:19.900Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a3b4cc6f9a6052e4 -C extra-filename=-a3b4cc6f9a6052e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1953 | 2024-11-01T16:16:20.022Z | Compiling itertools v0.12.1 |
1954 | 2024-11-01T16:16:20.067Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=881df70bc4f5c2fb -C extra-filename=-881df70bc4f5c2fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1955 | 2024-11-01T16:16:20.753Z | Compiling fd-lock v4.0.2 |
1956 | 2024-11-01T16:16:20.756Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ec306f72a93d926 -C extra-filename=-0ec306f72a93d926 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e9e75b9e36b99c8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1957 | 2024-11-01T16:16:20.866Z | Compiling csv-core v0.1.11 |
1958 | 2024-11-01T16:16:20.869Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=d1c68b24d04b15ca -C extra-filename=-d1c68b24d04b15ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1959 | 2024-11-01T16:16:20.961Z | Compiling topological-sort v0.2.2 |
1960 | 2024-11-01T16:16:20.963Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a248791cc7a55e43 -C extra-filename=-a248791cc7a55e43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1961 | 2024-11-01T16:16:21.024Z | Compiling utf8-width v0.1.6 |
1962 | 2024-11-01T16:16:21.026Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8-width-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=758294cc3655b740 -C extra-filename=-758294cc3655b740 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1963 | 2024-11-01T16:16:21.074Z | Compiling nu-ansi-term v0.50.0 |
1964 | 2024-11-01T16:16:21.076Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6863299e2492a79d -C extra-filename=-6863299e2492a79d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1965 | 2024-11-01T16:16:21.154Z | Compiling number_prefix v0.4.0 |
1966 | 2024-11-01T16:16:21.156Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1e38e0ceee55520b -C extra-filename=-1e38e0ceee55520b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1967 | 2024-11-01T16:16:21.192Z | Compiling byte-unit v5.1.4 |
1968 | 2024-11-01T16:16:21.195Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_unit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byte-unit-5.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byte"' --cfg 'feature="default"' --cfg 'feature="rust_decimal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit", "byte", "default", "rocket", "rust_decimal", "serde", "std", "u128"))' -C metadata=6e68f237d8495d89 -C extra-filename=-6e68f237d8495d89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rust_decimal=/work/oxidecomputer/crucible/target/debug/deps/librust_decimal-6f7931aa6a8a6fd7.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-758294cc3655b740.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1969 | 2024-11-01T16:16:21.397Z | Compiling indicatif v0.17.8 |
1970 | 2024-11-01T16:16:21.402Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=b006bf085b2daed9 -C extra-filename=-b006bf085b2daed9 --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-62cb22c2f30e8e93.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-1e38e0ceee55520b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-bb82e1b70b3d77b5.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1971 | 2024-11-01T16:16:21.424Z | Compiling csv v1.3.0 |
1972 | 2024-11-01T16:16:21.430Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ef257f6e94bd6d4 -C extra-filename=-2ef257f6e94bd6d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern csv_core=/work/oxidecomputer/crucible/target/debug/deps/libcsv_core-d1c68b24d04b15ca.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-fd4b9bbfaedf5818.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1973 | 2024-11-01T16:16:21.751Z | Compiling crossterm v0.28.1 |
1974 | 2024-11-01T16:16:21.754Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=9dac7323051aa8c5 -C extra-filename=-9dac7323051aa8c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f6c0b2f408964c0e.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-da4ff8425373e276.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e9e75b9e36b99c8e.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-c92405a1d0df1c18.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1975 | 2024-11-01T16:16:21.846Z | Compiling nbd v0.3.1 |
1976 | 2024-11-01T16:16:21.849Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nbd --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nbd-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54b44cc631b68304 -C extra-filename=-54b44cc631b68304 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1977 | 2024-11-01T16:16:22.195Z | Compiling human_bytes v0.4.3 |
1978 | 2024-11-01T16:16:22.200Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name human_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/human_bytes-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="si-units"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "build-binary", "default", "fast", "lexopt", "ryu", "si-units"))' -C metadata=bdfa2e7f5f27a54d -C extra-filename=-bdfa2e7f5f27a54d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1979 | 2024-11-01T16:16:22.826Z | Compiling reedline v0.33.0 |
1980 | 2024-11-01T16:16:22.828Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=60d192bb57596650 -C extra-filename=-60d192bb57596650 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-2e8733950c5a34bd.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-0ec306f72a93d926.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-881df70bc4f5c2fb.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-6863299e2492a79d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-6b2dcc6ae7ff712f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-c7ed6109b3dd0ff5.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1981 | 2024-11-01T16:16:23.142Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0f6406301e6c8b90 -C extra-filename=-0f6406301e6c8b90 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-7e045b845868bea5.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-18fd1ff10b86eefe.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-cb7bfbe2ce7d4d22.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/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` |
1982 | 2024-11-01T16:16:24.266Z | Compiling clearscreen v2.0.1 |
1983 | 2024-11-01T16:16:24.269Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clearscreen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clearscreen-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("windows-console"))' -C metadata=d9a2f596084770e6 -C extra-filename=-d9a2f596084770e6 --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-a3b4cc6f9a6052e4.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-4f8e6dc509a01cb3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-d5c15802dc61f4d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1984 | 2024-11-01T16:16:26.088Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
1985 | 2024-11-01T16:16:26.115Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=1018df57923f8e9e -C extra-filename=-1018df57923f8e9e --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-39f96d296916e8c9.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1986 | 2024-11-01T16:16:26.170Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=08a52e409ca28cac -C extra-filename=-08a52e409ca28cac --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-3f2f06dbc781698f.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1987 | 2024-11-01T16:16:26.244Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
1988 | 2024-11-01T16:16:26.270Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-50fd13b8b6f7c313/build-script-build` |
1989 | 2024-11-01T16:16:27.967Z | Compiling rustls-webpki v0.102.8 |
1990 | 2024-11-01T16:16:27.970Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=37badacba8c2f083 -C extra-filename=-37badacba8c2f083 --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-1018df57923f8e9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
1991 | 2024-11-01T16:16:28.025Z | Compiling rustls-webpki v0.101.7 |
1992 | 2024-11-01T16:16:28.027Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5bb34be949f39309 -C extra-filename=-5bb34be949f39309 --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-1018df57923f8e9e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
1993 | 2024-11-01T16:16:28.074Z | Compiling sct v0.7.1 |
1994 | 2024-11-01T16:16:28.076Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0445ccdae8142ff8 -C extra-filename=-0445ccdae8142ff8 --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-1018df57923f8e9e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
1995 | 2024-11-01T16:16:28.178Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=a6e3b73cda832019 -C extra-filename=-a6e3b73cda832019 --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-08a52e409ca28cac.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
1996 | 2024-11-01T16:16:28.872Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=26f88912d470caa5 -C extra-filename=-26f88912d470caa5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-1018df57923f8e9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-37badacba8c2f083.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1997 | 2024-11-01T16:16:28.908Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=e2ebfcaa6d78270f -C extra-filename=-e2ebfcaa6d78270f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-1018df57923f8e9e.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-5bb34be949f39309.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-0445ccdae8142ff8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
1998 | 2024-11-01T16:16:29.003Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=dd0c8674e671b04b -C extra-filename=-dd0c8674e671b04b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-08a52e409ca28cac.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-a6e3b73cda832019.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1999 | 2024-11-01T16:16:29.031Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=a97d5dea3443712c -C extra-filename=-a97d5dea3443712c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-1018df57923f8e9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-37badacba8c2f083.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2000 | 2024-11-01T16:16:29.205Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=9b5a63f141bc2216 -C extra-filename=-9b5a63f141bc2216 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-08a52e409ca28cac.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-a6e3b73cda832019.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2001 | 2024-11-01T16:16:32.482Z | Compiling tokio-rustls v0.24.1 |
2002 | 2024-11-01T16:16:32.484Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=24e8b46214deb266 -C extra-filename=-24e8b46214deb266 --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-e2ebfcaa6d78270f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2003 | 2024-11-01T16:16:32.906Z | Compiling hyper-rustls v0.24.2 |
2004 | 2024-11-01T16:16:32.909Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=902075502214b210 -C extra-filename=-902075502214b210 --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-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76d0faa8cb8a329a.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e2ebfcaa6d78270f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2005 | 2024-11-01T16:16:32.983Z | Compiling tokio-rustls v0.25.0 |
2006 | 2024-11-01T16:16:32.986Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=1dd0306a1cc31214 -C extra-filename=-1dd0306a1cc31214 --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-a97d5dea3443712c.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2007 | 2024-11-01T16:16:33.270Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=0efd7ae6b8c9854a -C extra-filename=-0efd7ae6b8c9854a --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-9b5a63f141bc2216.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2008 | 2024-11-01T16:16:33.299Z | Compiling reqwest v0.11.27 |
2009 | 2024-11-01T16:16:33.303Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=92c43e1e4cae13ea -C extra-filename=-92c43e1e4cae13ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-95eefb89d1a09d15.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-28414a954468f1de.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-8ee1575d4ffc0777.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-76d0faa8cb8a329a.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-902075502214b210.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e2ebfcaa6d78270f.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-823dc4ebfa9650bf.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b3716da02dc30d14.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2010 | 2024-11-01T16:16:33.443Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=853faef9951d4ce4 -C extra-filename=-853faef9951d4ce4 --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-51997ffd36892433.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-b6046cb7827ff010.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-4aa498eb1a58c4b2.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-4bb0b1d47885b592.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ca560fd0274de476.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-122c4a33f5ebb29b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-454440aa3a9b9c04.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-7a325da615e2b0f3.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-a97d5dea3443712c.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-d9153114f3d0926b.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-f877ceb5e4757683.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-6109cfa77d27732b.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f5885337522915f8.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-1dd0306a1cc31214.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-d305265d67221fc1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2011 | 2024-11-01T16:16:33.683Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=260cec0e6b2164a1 -C extra-filename=-260cec0e6b2164a1 --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-504ecef43c73ac8f.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-1ed2a6f99831befc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-f58e922875b26090.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-4aa498eb1a58c4b2.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91a9026ba8cead94.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f1b1fafeb3531634.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-356ac013c4c32c94.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-414b5e0d4d2d9c67.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-5c6115efdb33049d.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-9b5a63f141bc2216.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-af4e2799b947a6ab.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-7487c2f8d5ab099e.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-e6bbadad71a423b1.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-c65dd3edd4d31764.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-606c981ef74bdf3a.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-9222baedf18dd137.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0efd7ae6b8c9854a.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7f296972149afebd.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-8a1b2305732e572c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-534e75f02bc16bbd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2012 | 2024-11-01T16:16:37.027Z | Compiling tokio-rustls v0.26.0 |
2013 | 2024-11-01T16:16:37.030Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=66a527cd2baa031e -C extra-filename=-66a527cd2baa031e --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-26f88912d470caa5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2014 | 2024-11-01T16:16:37.141Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=b508674a43891af7 -C extra-filename=-b508674a43891af7 --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-dd0c8674e671b04b.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2015 | 2024-11-01T16:16:37.515Z | Compiling hyper-rustls v0.27.3 |
2016 | 2024-11-01T16:16:37.524Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b155dcca5d54a7e9 -C extra-filename=-b155dcca5d54a7e9 --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-f522ac60fd10b651.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-122c4a33f5ebb29b.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-26f88912d470caa5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-66a527cd2baa031e.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2017 | 2024-11-01T16:16:37.599Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=bb6f337905de8a93 -C extra-filename=-bb6f337905de8a93 --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-80cf6052d76459d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-414b5e0d4d2d9c67.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dd0c8674e671b04b.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-b508674a43891af7.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out` |
2018 | 2024-11-01T16:16:38.150Z | Compiling reqwest v0.12.7 |
2019 | 2024-11-01T16:16:38.150Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=f663c39a027b899d -C extra-filename=-f663c39a027b899d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-c6796420e5b31c60.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-2f99b5470488d38a.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ca560fd0274de476.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-b155dcca5d54a7e9.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-f96186986b1e4840.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-122c4a33f5ebb29b.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5e15eab0ea56f35b.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-f73d4625dec5f6ef.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-26f88912d470caa5.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-968dc212d17ac8a5.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-a3a2a8a3d6a7211c.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-66a527cd2baa031e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2020 | 2024-11-01T16:16:38.213Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=317e29a0b468776e -C extra-filename=-317e29a0b468776e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-5a890e43b378f2b0.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5ca4b04332c72ed8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2bc6806fbe30b85.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-a89b47cdfd8d0546.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-356ac013c4c32c94.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-bb6f337905de8a93.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-b9e176d99ec50c85.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-414b5e0d4d2d9c67.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-2db3503a5bb3cb41.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-1806adab6b2281b9.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-7248449f8b403e32.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dd0c8674e671b04b.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-7f894fe35f5dbd9c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-c3ad3527a47995d7.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-b508674a43891af7.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-dd25816cd30c022a.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2021 | 2024-11-01T16:16:38.649Z | Compiling omicron-zone-package v0.11.0 |
2022 | 2024-11-01T16:16:38.652Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85bb913e819835ce -C extra-filename=-85bb913e819835ce --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-eee0c75b57dd0070.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-0f6406301e6c8b90.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-e4984f26264e8dbe.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-658bb6b34aaff3c2.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-b27da0a1b956e562.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-92c43e1e4cae13ea.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-44d2a8f2b91c1f26.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-63f7898734629385.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-30ec216146711682.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-543b0abf68fe013b.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-a248791cc7a55e43.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-5153e38bb56c2351.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-e111b2c2e55f9377/out` |
2023 | 2024-11-01T16:16:40.816Z | Compiling progenitor-client v0.8.0 |
2024 | 2024-11-01T16:16:40.820Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58df169935486202 -C extra-filename=-58df169935486202 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ae1327228caa3a64.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2025 | 2024-11-01T16:16:41.122Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2ec9d8e75e59e58 -C extra-filename=-e2ec9d8e75e59e58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-317e29a0b468776e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-f50851ac084bc1c2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2024-11-01T16:16:41.284Z | Compiling progenitor v0.8.0 |
2027 | 2024-11-01T16:16:41.287Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39c0d4017fb53f59 -C extra-filename=-39c0d4017fb53f59 --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-58df169935486202.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-8bb5bfb6bc10f0ff.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-4e68f9ff22e84616.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2028 | 2024-11-01T16:16:41.502Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2029 | 2024-11-01T16:16:41.505Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dba209e8fdda35a9 -C extra-filename=-dba209e8fdda35a9 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2024-11-01T16:16:41.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=934f60f9618057ef -C extra-filename=-934f60f9618057ef --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-e2ec9d8e75e59e58.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-f3d8351686f2d2ec.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-4e68f9ff22e84616.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2031 | 2024-11-01T16:16:41.649Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2032 | 2024-11-01T16:16:41.652Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19d6d857b0b1e2bc -C extra-filename=-19d6d857b0b1e2bc --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-3438578b40637e9d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2033 | 2024-11-01T16:16:41.976Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b29a382b1889ad08 -C extra-filename=-b29a382b1889ad08 --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-5b18af983b3eacc3.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-934f60f9618057ef.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-317e29a0b468776e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2034 | 2024-11-01T16:16:43.183Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2035 | 2024-11-01T16:16:43.190Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ec825dda77516b3 -C extra-filename=-3ec825dda77516b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-78a9c311b0d481f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2036 | 2024-11-01T16:16:45.872Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2037 | 2024-11-01T16:16:45.877Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2ee0ab01bb3ac55 -C extra-filename=-f2ee0ab01bb3ac55 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-f2ee0ab01bb3ac55 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-a1a342121e1c5048.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-1a9db6b05a44da76.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b4c1c9e3cd849513.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-9b382c6660761dd6.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-7b0e0913d6b57bfb.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-2d616a5f4280e380.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-893671fe3c4c8bc7.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-f1b564112e21c735.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5ca4b04332c72ed8.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3459e2197aab62f0.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-55723c3bdc55f134.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-69e76dd1bdfc8fd3.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-80cf6052d76459d2.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3f2f06dbc781698f.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-2615682c84b7eb5d.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8a70a9e8d76ef649.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-d7f553a95acc0365.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-414b5e0d4d2d9c67.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-425e8e01427c44f0.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-92c31d9a601e4f3c.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-9b7409d92149ff9c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-a145da4d6dd410e9.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-08fabeacd5487384.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ef17e965f1ad183a.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-70f9a497ba88312b.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-317e29a0b468776e.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-c6b00b0ce291c566.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-27a44d29ea6dd812.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-f234215016bbbf14.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-5172eadc5752a405.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc46486982d06d95.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-8a1b2305732e572c.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-b7d6747f4f11b92a.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-e5ebc6117a59d908.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2038 | 2024-11-01T16:16:46.247Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-f2ee0ab01bb3ac55/build-script-build` |
2039 | 2024-11-01T16:16:46.271Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb1072e9a91ee2bd -C extra-filename=-eb1072e9a91ee2bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-e75314570f13ccf0.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-98de3217f0769487.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-1fb280a079e81997.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-01ab7f0925ab1a08.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-174dbd2c101c9865.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-dac5a87839993039.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-4af56102f1607e99.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-87d099dcf78eefb3.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f522ac60fd10b651.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-39f96d296916e8c9.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-3c08edbc0e57f4c3.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-122c4a33f5ebb29b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-cb0d198ed2e2208b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f6c0b2f408964c0e.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-7a325da615e2b0f3.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-25d18edbaa8643e6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1431af19ca0b6cd8.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-a312cc896f01822e.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-e9e75b9e36b99c8e.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e2ebfcaa6d78270f.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-dec9ad76ea36dd69.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-4aa48b5f8fd19260.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-2477d92ac17e1b77.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-881edd93dfbdf91f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a8e124204d061d3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2040 | 2024-11-01T16:16:46.367Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2041 | 2024-11-01T16:16:46.370Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/74286f9/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8ac6b9fa05dabeb -C extra-filename=-b8ac6b9fa05dabeb --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-eb1072e9a91ee2bd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-3ab105cf0f87cca1.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2042 | 2024-11-01T16:16:46.389Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2043 | 2024-11-01T16:16:46.392Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6595ab6f5d2535fb -C extra-filename=-6595ab6f5d2535fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2044 | 2024-11-01T16:16:46.774Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2045 | 2024-11-01T16:16:46.777Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=68b6b498ee128c2f -C extra-filename=-68b6b498ee128c2f --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-eee0c75b57dd0070.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-902e5f3406b93820.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0a60637940dc8688.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-cbf385d43bd44c57.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-dba209e8fdda35a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9bf37d4b3865e8ac.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-4e3c3baca8ac497d.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-58df169935486202.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-54c9c77393d98bfd.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-2f568aa4257cac9c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-f18d9da4a4658910.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-bb15a1fd211eea24.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2046 | 2024-11-01T16:16:47.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c4ad7fbcfb0755c6 -C extra-filename=-c4ad7fbcfb0755c6 --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-5b18af983b3eacc3.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-701e83eb3a8a0f25.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-1ed2a6f99831befc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-260cec0e6b2164a1.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91a9026ba8cead94.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8a70a9e8d76ef649.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4d976e459b2920a5.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-6d51cb2aed8b913b.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-4cc27f1fd911ad4b.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-b29a382b1889ad08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-513012cf6896d04b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9315408f3fec60aa.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-1897bc333ce50f38.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-934f60f9618057ef.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-e2ec9d8e75e59e58.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-08fabeacd5487384.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-23175655e61e99a7.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-317e29a0b468776e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-21e165b2d4bc0581.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-b1465a60adecdaff.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ee1b28499ea3e3a0.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-8597f8a0a5d761f7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b0e46c1dc957ecbc.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a0fc030babf8e884.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-aa41bbda98f41682.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2047 | 2024-11-01T16:16:47.599Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2048 | 2024-11-01T16:16:47.602Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c464ead38c0ec521 -C extra-filename=-c464ead38c0ec521 --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-eb1072e9a91ee2bd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-3ab105cf0f87cca1.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2049 | 2024-11-01T16:16:47.770Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2050 | 2024-11-01T16:16:47.774Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc_client --edition=2021 dsc-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f038f87af66216a -C extra-filename=-3f038f87af66216a --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-eee0c75b57dd0070.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2051 | 2024-11-01T16:16:48.166Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2052 | 2024-11-01T16:16:48.169Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebf7b0a48f0704c1 -C extra-filename=-ebf7b0a48f0704c1 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2053 | 2024-11-01T16:16:48.275Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2054 | 2024-11-01T16:16:48.278Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_control_client --edition=2021 control-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44586c1fc6c3ab52 -C extra-filename=-44586c1fc6c3ab52 --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-eee0c75b57dd0070.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2055 | 2024-11-01T16:16:48.782Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2056 | 2024-11-01T16:16:48.786Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_package --edition=2021 package/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=344bca84c961beb4 -C extra-filename=-344bca84c961beb4 --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-eee0c75b57dd0070.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-85bb913e819835ce.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-e8d596b41acbea43/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-e111b2c2e55f9377/out` |
2057 | 2024-11-01T16:16:48.999Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2058 | 2024-11-01T16:16:49.002Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fb1a00860f88f59 -C extra-filename=-6fb1a00860f88f59 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2059 | 2024-11-01T16:16:49.274Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2060 | 2024-11-01T16:16:49.276Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_integration_tests --edition=2021 integration_tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7913214b5564e094 -C extra-filename=-7913214b5564e094 --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-eb1072e9a91ee2bd.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2061 | 2024-11-01T16:16:51.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d3a847275f0293f3 -C extra-filename=-d3a847275f0293f3 --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-5fbad81787478288.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-7c542b0bb5657e45.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-41ad135f5f70ce16/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2062 | 2024-11-01T16:16:51.692Z | Compiling git2 v0.19.0 |
2063 | 2024-11-01T16:16:51.694Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=71e63fec4ffa36e1 -C extra-filename=-71e63fec4ffa36e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-a1a342121e1c5048.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-5fbad81787478288.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-d3a847275f0293f3.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-41ad135f5f70ce16/out/build -L native=/usr/lib/amd64` |
2064 | 2024-11-01T16:16:55.600Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=880deff959aa5a55 -C extra-filename=-880deff959aa5a55 --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-5b18af983b3eacc3.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-223daf3bd84c5ffd.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-71e63fec4ffa36e1.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-0ef735210c3983b3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-27a44d29ea6dd812.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-41ad135f5f70ce16/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)'` |
2065 | 2024-11-01T16:16:56.741Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2066 | 2024-11-01T16:16:56.745Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=caa855d295ee4fb6 -C extra-filename=-caa855d295ee4fb6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-d57cb491ddcdd43e.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-b1e8c75a7c620dd0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-1e1a085c15bd3da7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2067 | 2024-11-01T16:16:56.745Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=3df1b85c12ad524b -C extra-filename=-3df1b85c12ad524b --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-eee0c75b57dd0070.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-38fef14c52689ec1.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-e4984f26264e8dbe.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-b8ac6b9fa05dabeb.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0a60637940dc8688.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-cbf385d43bd44c57.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-fb8a152e21c3440c.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-03238b50555d9c5f.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-28168b03cca7c403.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9bf37d4b3865e8ac.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-5d1adb0a4e7e70f4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-85a77f11aa974343.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-33da4ae902f38c4b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2068 | 2024-11-01T16:16:56.745Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2069 | 2024-11-01T16:16:56.745Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be4ace024631682f -C extra-filename=-be4ace024631682f --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-eee0c75b57dd0070.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-7df9f0e124db3068.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-775699b0879bcc34.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-e4984f26264e8dbe.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-a5a55517aac205f2.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-3438578b40637e9d.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2070 | 2024-11-01T16:16:57.114Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdcb9c67e0e01060 -C extra-filename=-fdcb9c67e0e01060 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-931d003463f8c5f6.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-a9ec92d89f3b14dd.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-84302553e93683aa.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-c4ad7fbcfb0755c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a0fc030babf8e884.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-7222dcad55954999.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-325f54da0023574c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2071 | 2024-11-01T16:16:58.087Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2072 | 2024-11-01T16:16:58.089Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4971775bbf5106df -C extra-filename=-4971775bbf5106df --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-4971775bbf5106df -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-880deff959aa5a55.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-41ad135f5f70ce16/out/build -L native=/usr/lib/amd64` |
2073 | 2024-11-01T16:16:58.307Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2074 | 2024-11-01T16:16:58.311Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23b4c59852382207 -C extra-filename=-23b4c59852382207 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-19d6d857b0b1e2bc.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-9d1f71714bcfb611.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2075 | 2024-11-01T16:16:59.412Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-4971775bbf5106df/build-script-build` |
2076 | 2024-11-01T16:16:59.640Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2077 | 2024-11-01T16:16:59.644Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da59207930ea14ac -C extra-filename=-da59207930ea14ac --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-3df1b85c12ad524b.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2078 | 2024-11-01T16:17:00.588Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2079 | 2024-11-01T16:17:00.591Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6190d6b591ed3420 -C extra-filename=-6190d6b591ed3420 --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-3df1b85c12ad524b.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-96546317c3a27dd0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-da59207930ea14ac.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2080 | 2024-11-01T16:17:01.459Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2081 | 2024-11-01T16:17:01.463Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff4b612831300dc0 -C extra-filename=-ff4b612831300dc0 --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-5b18af983b3eacc3.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-1a4881b2b11b1908.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b4c1c9e3cd849513.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-ae7a000cb0c7e733.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-fdcb9c67e0e01060.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-a193a1fb19c5292f.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-b109e65da9a52142.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-8b8216f27010a204.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b0e46c1dc957ecbc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7f296972149afebd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2082 | 2024-11-01T16:17:01.976Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2083 | 2024-11-01T16:17:01.993Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11f1d2179646ca62 -C extra-filename=-11f1d2179646ca62 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-0f7c5dcf14244427.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-b1e8c75a7c620dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-caa855d295ee4fb6.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2084 | 2024-11-01T16:17:02.676Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=013f6bc9d6ba233b -C extra-filename=-013f6bc9d6ba233b --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-30b287a4780d0306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-caa855d295ee4fb6.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-8d4376b9c245ac40.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-bb15a1fd211eea24.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2085 | 2024-11-01T16:17:03.661Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2086 | 2024-11-01T16:17:03.665Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=350f5b190e91fb46 -C extra-filename=-350f5b190e91fb46 --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-eee0c75b57dd0070.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-761f52e0c325e83e.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-be4ace024631682f.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-72167ced7ce20b84.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-d637ee2f3c141628.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-a5a55517aac205f2.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-19d6d857b0b1e2bc.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-3ec825dda77516b3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-19ec2cc2ba3ba1ed.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-4bdcc0edb1812dd7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-0a60637940dc8688.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-d1cdb0d660532834.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7dbf904fdc0a2d6a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-6190d6b591ed3420.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-96546317c3a27dd0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-43bdfa09cf16beea.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9bf37d4b3865e8ac.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-11f1d2179646ca62.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-4e3c3baca8ac497d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-64b7155525e924d3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-bb15a1fd211eea24.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-da743e366173927e.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-d39d46c8aa51d5ca.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2087 | 2024-11-01T16:17:03.913Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2088 | 2024-11-01T16:17:03.917Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e161add28b47a5e5 -C extra-filename=-e161add28b47a5e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-1b409597db4dcd64.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-ff4b612831300dc0.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-fdcb9c67e0e01060.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-5e94971872d84555.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2089 | 2024-11-01T16:17:06.530Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=229e358ff458d764 -C extra-filename=-229e358ff458d764 --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-eee0c75b57dd0070.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-23fc09857f4ea278.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-a4a483ae95d27059.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-6109cfa77d27732b.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-c159b98e272d96ab.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-b0918b6d47799bff.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-3c2853332ae25b51.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2090 | 2024-11-01T16:17:07.538Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2091 | 2024-11-01T16:17:07.538Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2092 | 2024-11-01T16:17:07.544Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd14d5e4a16535e8 -C extra-filename=-bd14d5e4a16535e8 --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-eee0c75b57dd0070.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-cdc0f75ec06bbda8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2093 | 2024-11-01T16:17:07.544Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=537e9f3e4a56e35c -C extra-filename=-537e9f3e4a56e35c --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2094 | 2024-11-01T16:17:08.568Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2095 | 2024-11-01T16:17:08.568Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2096 | 2024-11-01T16:17:08.579Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2097 | 2024-11-01T16:17:08.579Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de75c8fd2b5b3ecd -C extra-filename=-de75c8fd2b5b3ecd --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-eee0c75b57dd0070.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-c464ead38c0ec521.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2098 | 2024-11-01T16:17:08.579Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eace13588fd3fad9 -C extra-filename=-eace13588fd3fad9 --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-eee0c75b57dd0070.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-6e68f237d8495d89.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-6595ab6f5d2535fb.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-2ef257f6e94bd6d4.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-3f038f87af66216a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1431af19ca0b6cd8.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-923752b3f5a928fc.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2099 | 2024-11-01T16:17:08.579Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79c52b0128b417e4 -C extra-filename=-79c52b0128b417e4 --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-eee0c75b57dd0070.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-ebf7b0a48f0704c1.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-947f4a90cb3cfaf8.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-6109cfa77d27732b.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2100 | 2024-11-01T16:17:08.615Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2101 | 2024-11-01T16:17:08.618Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=225eb00893be5e71 -C extra-filename=-225eb00893be5e71 --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-eee0c75b57dd0070.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-d238bbaa005e621a.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-013f6bc9d6ba233b.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-e161add28b47a5e5.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-caa855d295ee4fb6.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-8d4376b9c245ac40.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-54b462d1bf69e0ba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2102 | 2024-11-01T16:17:17.750Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2103 | 2024-11-01T16:17:17.758Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de21ba82a9f14499 -C extra-filename=-de21ba82a9f14499 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-6190d6b591ed3420.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-350f5b190e91fb46.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-96546317c3a27dd0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-9bf37d4b3865e8ac.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-39c0d4017fb53f59.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-54c9c77393d98bfd.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2104 | 2024-11-01T16:17:25.977Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2105 | 2024-11-01T16:17:26.005Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7920bfc9b1ca1a9e -C extra-filename=-7920bfc9b1ca1a9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-23b4c59852382207.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-de21ba82a9f14499.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-225eb00893be5e71.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-c159b98e272d96ab.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-579bce678f126697.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64` |
2106 | 2024-11-01T16:17:27.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=b3f2605f8393936f -C extra-filename=-b3f2605f8393936f --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-eee0c75b57dd0070.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-aa2b1334d2e13f28.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-a4a483ae95d27059.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-00b8d1c16ddcf88b.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-5edec2609454962d.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-225eb00893be5e71.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-7920bfc9b1ca1a9e.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-537e9f3e4a56e35c.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-4fd275d92dbae74c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-c159b98e272d96ab.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-923752b3f5a928fc.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-653a334d4da1164b.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2107 | 2024-11-01T16:17:27.272Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=879c7210c699b24d -C extra-filename=-879c7210c699b24d --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-7e550fb19845001d.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-eee0c75b57dd0070.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-8e221da076775bc2.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2cefbe0166824f63.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-6595ab6f5d2535fb.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-23b4c59852382207.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-de21ba82a9f14499.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-44555be3dba4d3df.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-225eb00893be5e71.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-7920bfc9b1ca1a9e.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-58df169935486202.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1431af19ca0b6cd8.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-c159b98e272d96ab.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2108 | 2024-11-01T16:17:35.079Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2109 | 2024-11-01T16:17:35.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=225bdce2c2a79919 -C extra-filename=-225bdce2c2a79919 --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-eee0c75b57dd0070.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-c464ead38c0ec521.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-4fd275d92dbae74c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2110 | 2024-11-01T16:17:41.409Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=a0ede83d8219c3ae -C extra-filename=-a0ede83d8219c3ae --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-eee0c75b57dd0070.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-b3f2605f8393936f.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-aa2b1334d2e13f28.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-c686d5a072952df2.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-a4a483ae95d27059.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-00b8d1c16ddcf88b.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-5edec2609454962d.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-225eb00893be5e71.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-7920bfc9b1ca1a9e.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-537e9f3e4a56e35c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-920ff3c4609e7a0f.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-4fd275d92dbae74c.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-c159b98e272d96ab.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-de50de4b947e1037.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-923752b3f5a928fc.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-24e8b46214deb266.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a5ff30f1121e6336.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-653a334d4da1164b.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-843dddd15ad736ae.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2111 | 2024-11-01T16:17:46.870Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2112 | 2024-11-01T16:17:46.874Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2113 | 2024-11-01T16:17:46.874Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2114 | 2024-11-01T16:17:46.874Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2115 | 2024-11-01T16:17:46.874Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2116 | 2024-11-01T16:17:46.874Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2117 | 2024-11-01T16:17:46.874Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=152e29b3f83e169b -C extra-filename=-152e29b3f83e169b --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-eee0c75b57dd0070.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-653ed2e6334ee97f.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-225bdce2c2a79919.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-c464ead38c0ec521.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-853faef9951d4ce4.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-b7c2df77f682e294.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-a7ba147aba970839.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-c373b61219b5174a.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-f663c39a027b899d.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-4fd275d92dbae74c.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2118 | 2024-11-01T16:17:46.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crutest --edition=2021 crutest/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c4fd836525d2003 -C extra-filename=-4c4fd836525d2003 --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-eee0c75b57dd0070.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-051f66e37991d2e2.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-9dac7323051aa8c5.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-6595ab6f5d2535fb.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-3f038f87af66216a.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-bdfa2e7f5f27a54d.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-b006bf085b2daed9.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-68b6b498ee128c2f.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-225eb00893be5e71.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-7920bfc9b1ca1a9e.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1431af19ca0b6cd8.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-60d192bb57596650.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-537e9f3e4a56e35c.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13958e9080cecf00.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-947f4a90cb3cfaf8.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-923752b3f5a928fc.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2119 | 2024-11-01T16:17:46.875Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cmon --edition=2021 cmon/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2941abc5734cc53c -C extra-filename=-2941abc5734cc53c --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-e1ca2888ffb116b3.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-d9a2f596084770e6.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-44586c1fc6c3ab52.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f188e1b0bcaa442c.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-cdef0d8562a6d4c6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2120 | 2024-11-01T16:17:46.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_hammer --edition=2021 hammer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87dfc7f12505fcd9 -C extra-filename=-87dfc7f12505fcd9 --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-eee0c75b57dd0070.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-00b8d1c16ddcf88b.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-5edec2609454962d.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-653a334d4da1164b.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2121 | 2024-11-01T16:17:46.876Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name measure_iops --edition=2021 measure_iops/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15964f6d831caada -C extra-filename=-15964f6d831caada --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-eee0c75b57dd0070.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-4e73d96125d08cce.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-923752b3f5a928fc.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-80306636425469d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2122 | 2024-11-01T16:17:46.877Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_nbd_server --edition=2021 nbd_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=739fcdf26185cc51 -C extra-filename=-739fcdf26185cc51 --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-eee0c75b57dd0070.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-54b44cc631b68304.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2123 | 2024-11-01T16:17:46.877Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crudd --edition=2021 crudd/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acbdc1f50eab082b -C extra-filename=-acbdc1f50eab082b --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-eee0c75b57dd0070.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-86ae4cc49d3bdcef.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-e1ca2888ffb116b3.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-879c7210c699b24d.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-229e358ff458d764.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-bd14d5e4a16535e8.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-eb1072e9a91ee2bd.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-c2f01b5179b4a971.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-7606b305eb5f2228.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-0ac380442de1c051.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ec0e28059b7390e3.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-e1e025b38e7416e4.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-947f4a90cb3cfaf8.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-8081d980eb996da8.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ec70955e2d7a362.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-68cec02fadcedc44.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-82f597b2ce3fc191/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2124 | 2024-11-01T16:18:27.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 33s |
2125 | 2024-11-01T16:18:27.497Z | |
2126 | 2024-11-01T16:18:27.497Z | real 4:33.399881152 |
2127 | 2024-11-01T16:18:27.497Z | user 24:01.382454698 |
2128 | 2024-11-01T16:18:27.497Z | sys 5:10.131686303 |
2129 | 2024-11-01T16:18:27.497Z | trap 0.805241025 |
2130 | 2024-11-01T16:18:27.497Z | tflt 8.086581932 |
2131 | 2024-11-01T16:18:27.497Z | dflt 5.052768398 |
2132 | 2024-11-01T16:18:27.497Z | kflt 0.013425927 |
2133 | 2024-11-01T16:18:27.500Z | lock 39:55.275322940 |
2134 | 2024-11-01T16:18:27.500Z | slp 1:56:43.120457617 |
2135 | 2024-11-01T16:18:27.500Z | lat 1:28.062938651 |
2136 | 2024-11-01T16:18:27.500Z | stop 4:13.761680879 |
2137 | 2024-11-01T16:18:27.500Z | + banner output |
2138 | 2024-11-01T16:18:27.503Z | |
2139 | 2024-11-01T16:18:27.503Z | #### # # ##### ##### # # ##### |
2140 | 2024-11-01T16:18:27.503Z | # # # # # # # # # # |
2141 | 2024-11-01T16:18:27.503Z | # # # # # # # # # # |
2142 | 2024-11-01T16:18:27.503Z | # # # # # ##### # # # |
2143 | 2024-11-01T16:18:27.503Z | # # # # # # # # # |
2144 | 2024-11-01T16:18:27.503Z | #### #### # # #### # |
2145 | 2024-11-01T16:18:27.503Z | |
2146 | 2024-11-01T16:18:27.503Z | + mkdir -p /work/bins |
2147 | 2024-11-01T16:18:27.506Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2148 | 2024-11-01T16:18:27.506Z | + gzip |
2149 | 2024-11-01T16:18:40.564Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2150 | 2024-11-01T16:18:40.564Z | + gzip |
2151 | 2024-11-01T16:18:53.016Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2152 | 2024-11-01T16:18:53.016Z | + gzip |
2153 | 2024-11-01T16:19:06.039Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2154 | 2024-11-01T16:19:06.039Z | + gzip |
2155 | 2024-11-01T16:19:14.110Z | + mkdir -p /work/scripts |
2156 | 2024-11-01T16:19:14.112Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2157 | 2024-11-01T16:19:14.112Z | + cp tools/test_live_repair.sh /work/scripts/ |
2158 | 2024-11-01T16:19:14.115Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2159 | 2024-11-01T16:19:14.115Z | + cp tools/test_repair.sh /work/scripts/ |
2160 | 2024-11-01T16:19:14.117Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2161 | 2024-11-01T16:19:14.117Z | + cp tools/test_up.sh /work/scripts/ |
2162 | 2024-11-01T16:19:14.119Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2163 | 2024-11-01T16:19:14.119Z | + cp tools/test_ds.sh /work/scripts/ |
2164 | 2024-11-01T16:19:14.122Z | + 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 |
2165 | 2024-11-01T16:19:14.122Z | + cp tools/test_replay.sh /work/scripts/ |
2166 | 2024-11-01T16:19:14.124Z | + 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 |
2167 | 2024-11-01T16:19:14.124Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2168 | 2024-11-01T16:19:14.127Z | + 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 |
2169 | 2024-11-01T16:19:14.127Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2170 | 2024-11-01T16:19:14.127Z | + echo in_work_scripts |
2171 | 2024-11-01T16:19:14.127Z | in_work_scripts |
2172 | 2024-11-01T16:19:14.127Z | + ls -l /work/scripts |
2173 | 2024-11-01T16:19:14.131Z | total 7 |
2174 | 2024-11-01T16:19:14.131Z | -rw-r--r-- 1 build build 3056 Nov 1 16:19 perf-downstairs-tick.d |
2175 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 2127 Nov 1 16:19 test_ds.sh |
2176 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 4272 Nov 1 16:19 test_live_repair.sh |
2177 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 6724 Nov 1 16:19 test_repair.sh |
2178 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 3494 Nov 1 16:19 test_replay.sh |
2179 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 13887 Nov 1 16:19 test_up.sh |
2180 | 2024-11-01T16:19:14.131Z | -rwxr-xr-x 1 build build 2407 Nov 1 16:19 upstairs_info.d |
2181 | 2024-11-01T16:19:14.131Z | + echo in_work_bins |
2182 | 2024-11-01T16:19:14.131Z | + ls -l /work/bins |
2183 | 2024-11-01T16:19:14.132Z | in_work_bins |
2184 | 2024-11-01T16:19:14.132Z | total 695485 |
2185 | 2024-11-01T16:19:14.132Z | -rw-r--r-- 1 build build 108929011 Nov 1 16:18 crucible-downstairs.gz |
2186 | 2024-11-01T16:19:14.132Z | -rw-r--r-- 1 build build 104573149 Nov 1 16:18 crucible-hammer.gz |
2187 | 2024-11-01T16:19:14.132Z | -rw-r--r-- 1 build build 109343961 Nov 1 16:19 crutest.gz |
2188 | 2024-11-01T16:19:14.132Z | -rw-r--r-- 1 build build 66055718 Nov 1 16:19 dsc.gz |
2189 | 2024-11-01T16:19:14.134Z | + banner test |
2190 | 2024-11-01T16:19:14.134Z | |
2191 | 2024-11-01T16:19:14.134Z | ##### ###### #### ##### |
2192 | 2024-11-01T16:19:14.134Z | # # # # |
2193 | 2024-11-01T16:19:14.134Z | # ##### #### # |
2194 | 2024-11-01T16:19:14.134Z | # # # # |
2195 | 2024-11-01T16:19:14.134Z | # # # # # |
2196 | 2024-11-01T16:19:14.135Z | # ###### #### # |
2197 | 2024-11-01T16:19:14.135Z | |
2198 | 2024-11-01T16:19:14.135Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2199 | 2024-11-01T16:25:43.291Z | process exited: duration 728989 ms, exit code 0 |
|
2200 | 2024-11-01T16:25:43.308Z | found 12 output files |
2201 | 2024-11-01T16:25:43.308Z | uploading: /work/bins/crucible-downstairs.gz (108929011 bytes) |
2202 | 2024-11-01T16:25:45.969Z | uploaded: /work/bins/crucible-downstairs.gz |
2203 | 2024-11-01T16:25:45.974Z | uploading: /work/bins/crucible-hammer.gz (104573149 bytes) |
2204 | 2024-11-01T16:25:48.712Z | uploaded: /work/bins/crucible-hammer.gz |
2205 | 2024-11-01T16:25:48.717Z | uploading: /work/bins/crutest.gz (109343961 bytes) |
2206 | 2024-11-01T16:25:51.453Z | uploaded: /work/bins/crutest.gz |
2207 | 2024-11-01T16:25:51.453Z | uploading: /work/bins/dsc.gz (66055718 bytes) |
2208 | 2024-11-01T16:25:53.732Z | uploaded: /work/bins/dsc.gz |
2209 | 2024-11-01T16:25:53.736Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2210 | 2024-11-01T16:25:54.751Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2211 | 2024-11-01T16:25:54.751Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2212 | 2024-11-01T16:25:55.781Z | uploaded: /work/scripts/test_ds.sh |
2213 | 2024-11-01T16:25:55.782Z | uploading: /work/scripts/test_live_repair.sh (4272 bytes) |
2214 | 2024-11-01T16:25:57.051Z | uploaded: /work/scripts/test_live_repair.sh |
2215 | 2024-11-01T16:25:57.051Z | uploading: /work/scripts/test_repair.sh (6724 bytes) |
2216 | 2024-11-01T16:25:58.085Z | uploaded: /work/scripts/test_repair.sh |
2217 | 2024-11-01T16:25:58.085Z | uploading: /work/scripts/test_replay.sh (3494 bytes) |
2218 | 2024-11-01T16:25:59.163Z | uploaded: /work/scripts/test_replay.sh |
2219 | 2024-11-01T16:25:59.163Z | uploading: /work/scripts/test_up.sh (13887 bytes) |
2220 | 2024-11-01T16:26:00.664Z | uploaded: /work/scripts/test_up.sh |
2221 | 2024-11-01T16:26:00.664Z | uploading: /work/scripts/upstairs_info.d (2407 bytes) |
2222 | 2024-11-01T16:26:02.181Z | uploaded: /work/scripts/upstairs_info.d |
2223 | 2024-11-01T16:26:02.181Z | uploading: /tmp/cargo-test-out.log (72519035 bytes) |
2224 | 2024-11-01T16:26:07.339Z | uploaded: /tmp/cargo-test-out.log |