|
|
|
1 | 2024-11-19T16:52:53.362Z | job assigned to worker 01JD2NE026TF2J75R13DCF175R [factory gimlet-EVT22200007-propolis, EVT22200007/19164] (queued for 25 s) |
|
2 | 2024-11-19T16:53:01.272Z | starting task 0: "setup" |
3 | 2024-11-19T16:53:01.296Z | ++ uname -s |
4 | 2024-11-19T16:53:01.296Z | + kern=SunOS |
5 | 2024-11-19T16:53:01.296Z | + case "$kern" in |
6 | 2024-11-19T16:53:01.296Z | + groupadd -g 12345 build |
7 | 2024-11-19T16:53:01.296Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-19T16:53:03.295Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-19T16:53:03.332Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-19T16:53:03.356Z | + home_fs=zfs |
11 | 2024-11-19T16:53:03.356Z | + [[ zfs == autofs ]] |
12 | 2024-11-19T16:53:03.356Z | + mkdir -p /home/build |
13 | 2024-11-19T16:53:03.356Z | + chown build:build /home/build /work |
14 | 2024-11-19T16:53:05.341Z | + chmod 0700 /home/build /work |
15 | 2024-11-19T16:53:05.365Z | process exited: duration 4074 ms, exit code 0 |
|
16 | 2024-11-19T16:53:05.413Z | starting task 1: "rust-toolchain" |
17 | 2024-11-19T16:53:05.437Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-19T16:53:05.437Z | * toolchain channel = "1.70.0" |
19 | 2024-11-19T16:53:05.437Z | ' 1.70.0 |
20 | 2024-11-19T16:53:05.438Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-19T16:53:05.438Z | * toolchain profile = "default" |
22 | 2024-11-19T16:53:05.438Z | ' default |
23 | 2024-11-19T16:53:05.438Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-19T16:53:05.438Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
25 | 2024-11-19T16:53:05.556Z | info: downloading installer |
26 | 2024-11-19T16:53:06.140Z | info: profile set to 'default' |
27 | 2024-11-19T16:53:06.140Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-19T16:53:06.164Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
29 | 2024-11-19T16:53:06.240Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
30 | 2024-11-19T16:53:06.240Z | info: downloading component 'cargo' |
31 | 2024-11-19T16:53:06.370Z | info: downloading component 'clippy' |
32 | 2024-11-19T16:53:06.426Z | info: downloading component 'rust-docs' |
33 | 2024-11-19T16:53:06.644Z | info: downloading component 'rust-std' |
34 | 2024-11-19T16:53:06.989Z | info: downloading component 'rustc' |
35 | 2024-11-19T16:53:09.041Z | info: downloading component 'rustfmt' |
36 | 2024-11-19T16:53:09.265Z | info: installing component 'cargo' |
37 | 2024-11-19T16:53:10.196Z | info: installing component 'clippy' |
38 | 2024-11-19T16:53:10.586Z | info: installing component 'rust-docs' |
39 | 2024-11-19T16:53:12.877Z | info: installing component 'rust-std' |
40 | 2024-11-19T16:53:15.000Z | info: installing component 'rustc' |
41 | 2024-11-19T16:53:19.364Z | info: installing component 'rustfmt' |
42 | 2024-11-19T16:53:19.708Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
43 | 2024-11-19T16:53:19.708Z | |
44 | 2024-11-19T16:53:19.841Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
45 | 2024-11-19T16:53:19.841Z | |
46 | 2024-11-19T16:53:19.841Z | |
47 | 2024-11-19T16:53:19.841Z | Rust is installed now. Great! |
48 | 2024-11-19T16:53:19.841Z | |
49 | 2024-11-19T16:53:19.841Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-19T16:53:19.841Z | environment variable. This has not been done automatically. |
51 | 2024-11-19T16:53:19.841Z | |
52 | 2024-11-19T16:53:19.841Z | To configure your current shell, you need to source |
53 | 2024-11-19T16:53:19.841Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-19T16:53:19.841Z | |
55 | 2024-11-19T16:53:19.842Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-19T16:53:19.842Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-19T16:53:19.842Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-19T16:53:19.907Z | + rustc --version |
59 | 2024-11-19T16:53:20.015Z | rustc 1.70.0 (90c541806 2023-05-31) |
60 | 2024-11-19T16:53:20.038Z | process exited: duration 14606 ms, exit code 0 |
|
61 | 2024-11-19T16:53:20.085Z | starting task 2: "authentication" |
62 | 2024-11-19T16:53:20.140Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-11-19T16:53:20.188Z | starting task 3: "clone repository" |
64 | 2024-11-19T16:53:20.211Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2024-11-19T16:53:20.211Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2024-11-19T16:53:20.235Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2024-11-19T16:53:22.676Z | + cd /work/oxidecomputer/crucible |
68 | 2024-11-19T16:53:22.676Z | + git fetch origin 775749f049384d6df9adbcf0df5fb1eb2a3a0b7e |
69 | 2024-11-19T16:53:23.025Z | From https://github.com/oxidecomputer/crucible |
70 | 2024-11-19T16:53:23.025Z | * branch 775749f049384d6df9adbcf0df5fb1eb2a3a0b7e -> FETCH_HEAD |
71 | 2024-11-19T16:53:23.049Z | + [[ -n mkeeter/early-io-rejection ]] |
72 | 2024-11-19T16:53:23.049Z | ++ git branch --show-current |
73 | 2024-11-19T16:53:23.049Z | + current=main |
74 | 2024-11-19T16:53:23.049Z | + [[ main != mkeeter/early-io-rejection ]] |
75 | 2024-11-19T16:53:23.049Z | + git branch -f mkeeter/early-io-rejection 775749f049384d6df9adbcf0df5fb1eb2a3a0b7e |
76 | 2024-11-19T16:53:23.072Z | + git checkout -f mkeeter/early-io-rejection |
77 | 2024-11-19T16:53:23.096Z | Switched to branch 'mkeeter/early-io-rejection' |
78 | 2024-11-19T16:53:23.096Z | + git reset --hard 775749f049384d6df9adbcf0df5fb1eb2a3a0b7e |
79 | 2024-11-19T16:53:23.119Z | HEAD is now at 775749f Unit tests for early rejection |
80 | 2024-11-19T16:53:23.119Z | process exited: duration 2915 ms, exit code 0 |
|
81 | 2024-11-19T16:53:23.167Z | starting task 4: "build" |
82 | 2024-11-19T16:53:23.191Z | + cargo --version |
83 | 2024-11-19T16:53:23.191Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-19T16:53:23.324Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-19T16:53:23.324Z | info: downloading component 'cargo' |
86 | 2024-11-19T16:53:23.440Z | info: downloading component 'clippy' |
87 | 2024-11-19T16:53:23.493Z | info: downloading component 'rust-docs' |
88 | 2024-11-19T16:53:23.770Z | info: downloading component 'rust-std' |
89 | 2024-11-19T16:53:24.249Z | info: downloading component 'rustc' |
90 | 2024-11-19T16:53:26.127Z | info: downloading component 'rustfmt' |
91 | 2024-11-19T16:53:26.190Z | info: installing component 'cargo' |
92 | 2024-11-19T16:53:27.270Z | info: installing component 'clippy' |
93 | 2024-11-19T16:53:27.704Z | info: installing component 'rust-docs' |
94 | 2024-11-19T16:53:30.411Z | info: installing component 'rust-std' |
95 | 2024-11-19T16:53:32.465Z | info: installing component 'rustc' |
96 | 2024-11-19T16:53:39.568Z | info: installing component 'rustfmt' |
97 | 2024-11-19T16:53:40.051Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-19T16:53:40.075Z | + rustc --version |
99 | 2024-11-19T16:53:40.148Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-19T16:53:40.172Z | + banner cores |
101 | 2024-11-19T16:53:40.172Z | |
102 | 2024-11-19T16:53:40.172Z | #### #### ##### ###### #### |
103 | 2024-11-19T16:53:40.172Z | # # # # # # # # |
104 | 2024-11-19T16:53:40.172Z | # # # # # ##### #### |
105 | 2024-11-19T16:53:40.172Z | # # # ##### # # |
106 | 2024-11-19T16:53:40.172Z | # # # # # # # # # |
107 | 2024-11-19T16:53:40.173Z | #### #### # # ###### #### |
108 | 2024-11-19T16:53:40.173Z | |
109 | 2024-11-19T16:53:40.173Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
110 | 2024-11-19T16:53:40.173Z | + banner build |
111 | 2024-11-19T16:53:40.196Z | |
112 | 2024-11-19T16:53:40.196Z | ##### # # # # ##### |
113 | 2024-11-19T16:53:40.196Z | # # # # # # # # |
114 | 2024-11-19T16:53:40.196Z | ##### # # # # # # |
115 | 2024-11-19T16:53:40.196Z | # # # # # # # # |
116 | 2024-11-19T16:53:40.196Z | # # # # # # # # |
117 | 2024-11-19T16:53:40.196Z | ##### #### # ###### ##### |
118 | 2024-11-19T16:53:40.196Z | |
119 | 2024-11-19T16:53:40.196Z | + ptime -m cargo build --verbose --all-features |
120 | 2024-11-19T16:53:40.369Z | Updating crates.io index |
121 | 2024-11-19T16:53:40.436Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
122 | 2024-11-19T16:53:47.676Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
123 | 2024-11-19T16:53:48.259Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2024-11-19T16:53:49.154Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
125 | 2024-11-19T16:53:49.526Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
126 | 2024-11-19T16:53:49.928Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
127 | 2024-11-19T16:53:50.381Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
128 | 2024-11-19T16:53:51.578Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
129 | 2024-11-19T16:53:54.001Z | Updating git repository `https://github.com/oxidecomputer/opte` |
130 | 2024-11-19T16:53:55.037Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2024-11-19T16:53:55.699Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
132 | 2024-11-19T16:53:56.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
133 | 2024-11-19T16:53:56.813Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
134 | 2024-11-19T16:53:57.182Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
135 | 2024-11-19T16:53:57.756Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
136 | 2024-11-19T16:53:59.058Z | Downloading crates ... |
137 | 2024-11-19T16:53:59.185Z | Downloaded ahash v0.7.7 |
138 | 2024-11-19T16:53:59.209Z | Downloaded ahash v0.8.6 |
139 | 2024-11-19T16:53:59.209Z | Downloaded memoffset v0.9.0 |
140 | 2024-11-19T16:53:59.209Z | Downloaded miniz_oxide v0.7.1 |
141 | 2024-11-19T16:53:59.209Z | Downloaded mime v0.3.17 |
142 | 2024-11-19T16:53:59.209Z | Downloaded embedded-io v0.4.0 |
143 | 2024-11-19T16:53:59.233Z | Downloaded nbd v0.3.1 |
144 | 2024-11-19T16:53:59.233Z | Downloaded num v0.2.1 |
145 | 2024-11-19T16:53:59.233Z | Downloaded number_prefix v0.4.0 |
146 | 2024-11-19T16:53:59.233Z | Downloaded newline-converter v0.3.0 |
147 | 2024-11-19T16:53:59.233Z | Downloaded minimal-lexical v0.2.1 |
148 | 2024-11-19T16:53:59.233Z | Downloaded nu-ansi-term v0.46.0 |
149 | 2024-11-19T16:53:59.233Z | Downloaded openssl-probe v0.1.5 |
150 | 2024-11-19T16:53:59.233Z | Downloaded omicron-workspace-hack v0.1.0 |
151 | 2024-11-19T16:53:59.258Z | Downloaded ptr_meta_derive v0.1.4 |
152 | 2024-11-19T16:53:59.258Z | Downloaded powerfmt v0.2.0 |
153 | 2024-11-19T16:53:59.258Z | Downloaded autocfg v0.1.8 |
154 | 2024-11-19T16:53:59.258Z | Downloaded atomic-waker v1.1.2 |
155 | 2024-11-19T16:53:59.258Z | Downloaded newtype_derive v0.1.6 |
156 | 2024-11-19T16:53:59.258Z | Downloaded openssl-macros v0.1.1 |
157 | 2024-11-19T16:53:59.258Z | Downloaded num-conv v0.1.0 |
158 | 2024-11-19T16:53:59.258Z | Downloaded pretty-hex v0.2.1 |
159 | 2024-11-19T16:53:59.258Z | Downloaded proc-macro-crate v1.3.1 |
160 | 2024-11-19T16:53:59.258Z | Downloaded owo-colors v4.1.0 |
161 | 2024-11-19T16:53:59.284Z | Downloaded phf v0.11.2 |
162 | 2024-11-19T16:53:59.284Z | Downloaded num_enum_derive v0.7.3 |
163 | 2024-11-19T16:53:59.284Z | Downloaded num_cpus v1.16.0 |
164 | 2024-11-19T16:53:59.284Z | Downloaded cfg_aliases v0.1.1 |
165 | 2024-11-19T16:53:59.284Z | Downloaded ptr_meta v0.1.4 |
166 | 2024-11-19T16:53:59.284Z | Downloaded pretty-hex v0.4.1 |
167 | 2024-11-19T16:53:59.284Z | Downloaded darling_macro v0.20.3 |
168 | 2024-11-19T16:53:59.284Z | Downloaded num_threads v0.1.6 |
169 | 2024-11-19T16:53:59.309Z | Downloaded phf_codegen v0.11.2 |
170 | 2024-11-19T16:53:59.309Z | Downloaded pest_generator v2.7.6 |
171 | 2024-11-19T16:53:59.309Z | Downloaded parse-display v0.10.0 |
172 | 2024-11-19T16:53:59.309Z | Downloaded progenitor-client v0.8.0 |
173 | 2024-11-19T16:53:59.309Z | Downloaded pkg-config v0.3.27 |
174 | 2024-11-19T16:53:59.309Z | Downloaded ordered-float v4.2.0 |
175 | 2024-11-19T16:53:59.309Z | Downloaded pin-project-lite v0.2.13 |
176 | 2024-11-19T16:53:59.335Z | Downloaded quinn-udp v0.5.5 |
177 | 2024-11-19T16:53:59.335Z | Downloaded sync_wrapper v1.0.1 |
178 | 2024-11-19T16:53:59.335Z | Downloaded quick-error v1.2.3 |
179 | 2024-11-19T16:53:59.335Z | Downloaded proc-macro-crate v2.0.0 |
180 | 2024-11-19T16:53:59.336Z | Downloaded foreign-types-shared v0.1.1 |
181 | 2024-11-19T16:53:59.336Z | Downloaded foreign-types-macros v0.2.3 |
182 | 2024-11-19T16:53:59.336Z | Downloaded autocfg v1.1.0 |
183 | 2024-11-19T16:53:59.336Z | Downloaded parse-display-derive v0.10.0 |
184 | 2024-11-19T16:53:59.336Z | Downloaded pest_derive v2.7.6 |
185 | 2024-11-19T16:53:59.362Z | Downloaded progenitor v0.8.0 |
186 | 2024-11-19T16:53:59.362Z | Downloaded num-traits v0.2.19 |
187 | 2024-11-19T16:53:59.362Z | Downloaded waitgroup v0.1.2 |
188 | 2024-11-19T16:53:59.362Z | Downloaded dirs v4.0.0 |
189 | 2024-11-19T16:53:59.362Z | Downloaded terminal_size v0.4.0 |
190 | 2024-11-19T16:53:59.362Z | Downloaded progenitor-macro v0.8.0 |
191 | 2024-11-19T16:53:59.362Z | Downloaded overload v0.1.1 |
192 | 2024-11-19T16:53:59.362Z | Downloaded untrusted v0.7.1 |
193 | 2024-11-19T16:53:59.389Z | Downloaded serde-big-array v0.5.1 |
194 | 2024-11-19T16:53:59.389Z | Downloaded borsh v1.3.0 |
195 | 2024-11-19T16:53:59.389Z | Downloaded fd-lock v4.0.2 |
196 | 2024-11-19T16:53:59.389Z | Downloaded utf8-width v0.1.6 |
197 | 2024-11-19T16:53:59.389Z | Downloaded hyper-tls v0.6.0 |
198 | 2024-11-19T16:53:59.415Z | Downloaded syn_derive v0.1.8 |
199 | 2024-11-19T16:53:59.415Z | Downloaded hubpack_derive v0.1.1 |
200 | 2024-11-19T16:53:59.415Z | Downloaded pest_meta v2.7.6 |
201 | 2024-11-19T16:53:59.415Z | Downloaded futures-macro v0.3.31 |
202 | 2024-11-19T16:53:59.415Z | Downloaded human_bytes v0.4.3 |
203 | 2024-11-19T16:53:59.415Z | Downloaded opentelemetry v0.24.0 |
204 | 2024-11-19T16:53:59.441Z | Downloaded strsim v0.11.0 |
205 | 2024-11-19T16:53:59.441Z | Downloaded openssl-sys v0.9.95 |
206 | 2024-11-19T16:53:59.441Z | Downloaded structmeta v0.3.0 |
207 | 2024-11-19T16:53:59.441Z | Downloaded tower-service v0.3.2 |
208 | 2024-11-19T16:53:59.441Z | Downloaded dirs-sys v0.3.7 |
209 | 2024-11-19T16:53:59.465Z | Downloaded fallible-streaming-iterator v0.1.9 |
210 | 2024-11-19T16:53:59.466Z | Downloaded toml_datetime v0.6.8 |
211 | 2024-11-19T16:53:59.466Z | Downloaded swrite v0.1.0 |
212 | 2024-11-19T16:53:59.491Z | Downloaded ident_case v1.0.1 |
213 | 2024-11-19T16:53:59.491Z | Downloaded wyz v0.5.1 |
214 | 2024-11-19T16:53:59.491Z | Downloaded subtle v2.5.0 |
215 | 2024-11-19T16:53:59.491Z | Downloaded match_cfg v0.1.0 |
216 | 2024-11-19T16:53:59.491Z | Downloaded scroll_derive v0.12.0 |
217 | 2024-11-19T16:53:59.491Z | Downloaded http-body v1.0.1 |
218 | 2024-11-19T16:53:59.515Z | Downloaded linear-map v1.2.0 |
219 | 2024-11-19T16:53:59.515Z | Downloaded schemars_derive v0.8.21 |
220 | 2024-11-19T16:53:59.515Z | Downloaded scroll v0.12.0 |
221 | 2024-11-19T16:53:59.515Z | Downloaded time-core v0.1.2 |
222 | 2024-11-19T16:53:59.515Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-11-19T16:53:59.515Z | Downloaded serde_path_to_error v0.1.16 |
224 | 2024-11-19T16:53:59.515Z | Downloaded libsw v3.3.1 |
225 | 2024-11-19T16:53:59.515Z | Downloaded ipnet v2.9.0 |
226 | 2024-11-19T16:53:59.515Z | Downloaded lru-cache v0.1.2 |
227 | 2024-11-19T16:53:59.515Z | Downloaded foreign-types v0.3.2 |
228 | 2024-11-19T16:53:59.515Z | Downloaded funty v2.0.0 |
229 | 2024-11-19T16:53:59.540Z | Downloaded signal-hook v0.3.17 |
230 | 2024-11-19T16:53:59.540Z | Downloaded managed v0.8.0 |
231 | 2024-11-19T16:53:59.540Z | Downloaded base64 v0.22.1 |
232 | 2024-11-19T16:53:59.540Z | Downloaded sigpipe v0.1.3 |
233 | 2024-11-19T16:53:59.540Z | Downloaded zerocopy v0.6.6 |
234 | 2024-11-19T16:53:59.540Z | Downloaded hex v0.4.3 |
235 | 2024-11-19T16:53:59.540Z | Downloaded seahash v4.1.0 |
236 | 2024-11-19T16:53:59.566Z | Downloaded log v0.4.22 |
237 | 2024-11-19T16:53:59.566Z | Downloaded foreign-types v0.5.0 |
238 | 2024-11-19T16:53:59.566Z | Downloaded static_assertions v1.1.0 |
239 | 2024-11-19T16:53:59.566Z | Downloaded tokio-macros v2.4.0 |
240 | 2024-11-19T16:53:59.566Z | Downloaded futures-io v0.3.31 |
241 | 2024-11-19T16:53:59.566Z | Downloaded hash32 v0.3.1 |
242 | 2024-11-19T16:53:59.566Z | Downloaded usdt v0.5.0 |
243 | 2024-11-19T16:53:59.566Z | Downloaded urlencoding v2.1.3 |
244 | 2024-11-19T16:53:59.566Z | Downloaded highway v1.2.0 |
245 | 2024-11-19T16:53:59.566Z | Downloaded memmap v0.7.0 |
246 | 2024-11-19T16:53:59.566Z | Downloaded spin v0.5.2 |
247 | 2024-11-19T16:53:59.566Z | Downloaded foreign-types-shared v0.3.1 |
248 | 2024-11-19T16:53:59.566Z | Downloaded toml v0.8.19 |
249 | 2024-11-19T16:53:59.590Z | Downloaded rand_chacha v0.1.1 |
250 | 2024-11-19T16:53:59.590Z | Downloaded smf v0.2.3 |
251 | 2024-11-19T16:53:59.590Z | Downloaded tokio-rustls v0.26.0 |
252 | 2024-11-19T16:53:59.590Z | Downloaded getrandom v0.2.11 |
253 | 2024-11-19T16:53:59.590Z | Downloaded unicode-ident v1.0.13 |
254 | 2024-11-19T16:53:59.590Z | Downloaded spin v0.9.8 |
255 | 2024-11-19T16:53:59.590Z | Downloaded rkyv_derive v0.7.43 |
256 | 2024-11-19T16:53:59.615Z | Downloaded rand v0.6.5 |
257 | 2024-11-19T16:53:59.615Z | Downloaded rustc-hash v2.0.0 |
258 | 2024-11-19T16:53:59.615Z | Downloaded smallvec v1.13.2 |
259 | 2024-11-19T16:53:59.615Z | Downloaded tracing v0.1.40 |
260 | 2024-11-19T16:53:59.615Z | Downloaded indexmap v2.5.0 |
261 | 2024-11-19T16:53:59.640Z | Downloaded futures-channel v0.3.31 |
262 | 2024-11-19T16:53:59.640Z | Downloaded rustls-pki-types v1.8.0 |
263 | 2024-11-19T16:53:59.640Z | Downloaded futures v0.3.31 |
264 | 2024-11-19T16:53:59.640Z | Downloaded hashbrown v0.12.3 |
265 | 2024-11-19T16:53:59.664Z | Downloaded toml_edit v0.20.7 |
266 | 2024-11-19T16:53:59.688Z | Downloaded memchr v2.7.4 |
267 | 2024-11-19T16:53:59.689Z | Downloaded http v0.2.12 |
268 | 2024-11-19T16:53:59.689Z | Downloaded toml_edit v0.22.20 |
269 | 2024-11-19T16:53:59.713Z | Downloaded hashbrown v0.14.3 |
270 | 2024-11-19T16:53:59.737Z | Downloaded rust_decimal v1.33.1 |
271 | 2024-11-19T16:53:59.737Z | Downloaded rusqlite v0.32.1 |
272 | 2024-11-19T16:53:59.762Z | Downloaded goblin v0.8.0 |
273 | 2024-11-19T16:53:59.762Z | Downloaded rustls-webpki v0.101.7 |
274 | 2024-11-19T16:53:59.786Z | Downloaded unicode-width v0.1.14 |
275 | 2024-11-19T16:53:59.786Z | Downloaded webpki-roots v0.26.6 |
276 | 2024-11-19T16:53:59.786Z | Downloaded rustls v0.22.4 |
277 | 2024-11-19T16:53:59.811Z | Downloaded syn v2.0.86 |
278 | 2024-11-19T16:53:59.811Z | Downloaded rustls v0.21.9 |
279 | 2024-11-19T16:53:59.834Z | Downloaded regex v1.10.6 |
280 | 2024-11-19T16:53:59.863Z | Downloaded smoltcp v0.11.0 |
281 | 2024-11-19T16:53:59.863Z | Downloaded regex-syntax v0.8.4 |
282 | 2024-11-19T16:53:59.888Z | Downloaded rustix v0.38.37 |
283 | 2024-11-19T16:53:59.913Z | Downloaded hickory-proto v0.24.1 |
284 | 2024-11-19T16:53:59.913Z | Downloaded rustls v0.23.13 |
285 | 2024-11-19T16:53:59.938Z | Downloaded idna v0.4.0 |
286 | 2024-11-19T16:53:59.938Z | Downloaded openapiv3 v2.0.0 |
287 | 2024-11-19T16:53:59.962Z | Downloaded dropshot v0.12.0 |
288 | 2024-11-19T16:53:59.985Z | Downloaded regress v0.10.1 |
289 | 2024-11-19T16:53:59.986Z | Downloaded zerocopy-derive v0.6.6 |
290 | 2024-11-19T16:53:59.986Z | Downloaded typify-impl v0.2.0 |
291 | 2024-11-19T16:54:00.011Z | Downloaded regress v0.9.1 |
292 | 2024-11-19T16:54:00.011Z | Downloaded syn v1.0.109 |
293 | 2024-11-19T16:54:00.035Z | Downloaded rustls-webpki v0.102.8 |
294 | 2024-11-19T16:54:00.058Z | Downloaded petgraph v0.6.5 |
295 | 2024-11-19T16:54:00.082Z | Downloaded reedline v0.36.0 |
296 | 2024-11-19T16:54:00.082Z | Downloaded openssl v0.10.59 |
297 | 2024-11-19T16:54:00.082Z | Downloaded regex-automata v0.4.4 |
298 | 2024-11-19T16:54:00.106Z | Downloaded chrono v0.4.38 |
299 | 2024-11-19T16:54:00.106Z | Downloaded bitvec v1.0.1 |
300 | 2024-11-19T16:54:00.129Z | Downloaded h2 v0.4.6 |
301 | 2024-11-19T16:54:00.154Z | Downloaded rayon v1.10.0 |
302 | 2024-11-19T16:54:00.154Z | Downloaded vcpkg v0.2.15 |
303 | 2024-11-19T16:54:00.185Z | Downloaded tokio v1.39.3 |
304 | 2024-11-19T16:54:00.226Z | Downloaded libc v0.2.161 |
305 | 2024-11-19T16:54:00.257Z | Downloaded nix v0.26.4 |
306 | 2024-11-19T16:54:00.280Z | Downloaded csv v1.3.0 |
307 | 2024-11-19T16:54:00.304Z | Downloaded reqwest v0.12.9 |
308 | 2024-11-19T16:54:00.304Z | Downloaded hyper v1.4.1 |
309 | 2024-11-19T16:54:00.328Z | Downloaded itertools v0.13.0 |
310 | 2024-11-19T16:54:00.329Z | Downloaded git2 v0.19.0 |
311 | 2024-11-19T16:54:00.329Z | Downloaded clap_builder v4.5.20 |
312 | 2024-11-19T16:54:00.352Z | Downloaded serde_json v1.0.132 |
313 | 2024-11-19T16:54:00.352Z | Downloaded tokio-util v0.7.11 |
314 | 2024-11-19T16:54:00.352Z | Downloaded serde_with v3.9.0 |
315 | 2024-11-19T16:54:00.375Z | Downloaded zerocopy v0.7.32 |
316 | 2024-11-19T16:54:00.375Z | Downloaded winnow v0.6.18 |
317 | 2024-11-19T16:54:00.399Z | Downloaded itertools v0.12.1 |
318 | 2024-11-19T16:54:00.399Z | Downloaded nix v0.29.0 |
319 | 2024-11-19T16:54:00.422Z | Downloaded clearscreen v2.0.1 |
320 | 2024-11-19T16:54:00.422Z | Downloaded blake3 v1.5.1 |
321 | 2024-11-19T16:54:00.422Z | Downloaded url v2.4.1 |
322 | 2024-11-19T16:54:00.422Z | Downloaded flate2 v1.0.28 |
323 | 2024-11-19T16:54:00.446Z | Downloaded time v0.3.36 |
324 | 2024-11-19T16:54:00.446Z | Downloaded hickory-resolver v0.24.1 |
325 | 2024-11-19T16:54:00.446Z | Downloaded rkyv v0.7.43 |
326 | 2024-11-19T16:54:00.446Z | Downloaded futures-util v0.3.31 |
327 | 2024-11-19T16:54:00.469Z | Downloaded tracing-subscriber v0.3.18 |
328 | 2024-11-19T16:54:00.470Z | Downloaded socket2 v0.5.5 |
329 | 2024-11-19T16:54:00.470Z | Downloaded unicode-normalization v0.1.22 |
330 | 2024-11-19T16:54:00.493Z | Downloaded winnow v0.5.19 |
331 | 2024-11-19T16:54:00.493Z | Downloaded unicode-bidi v0.3.13 |
332 | 2024-11-19T16:54:00.493Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-11-19T16:54:00.493Z | Downloaded steno v0.4.1 |
334 | 2024-11-19T16:54:00.493Z | Downloaded crossterm v0.28.1 |
335 | 2024-11-19T16:54:00.517Z | Downloaded quinn-proto v0.11.8 |
336 | 2024-11-19T16:54:00.517Z | Downloaded itertools v0.10.5 |
337 | 2024-11-19T16:54:00.517Z | Downloaded tracing-opentelemetry v0.22.0 |
338 | 2024-11-19T16:54:00.542Z | Downloaded zerocopy-derive v0.7.32 |
339 | 2024-11-19T16:54:00.542Z | Downloaded rand_jitter v0.1.4 |
340 | 2024-11-19T16:54:00.542Z | Downloaded encoding_rs v0.8.33 |
341 | 2024-11-19T16:54:00.566Z | Downloaded toml_edit v0.19.15 |
342 | 2024-11-19T16:54:00.566Z | Downloaded unicode-segmentation v1.10.1 |
343 | 2024-11-19T16:54:00.589Z | Downloaded aes v0.8.3 |
344 | 2024-11-19T16:54:00.589Z | Downloaded heapless v0.8.0 |
345 | 2024-11-19T16:54:00.589Z | Downloaded slog-term v2.9.1 |
346 | 2024-11-19T16:54:00.589Z | Downloaded rand_chacha v0.3.1 |
347 | 2024-11-19T16:54:00.589Z | Downloaded rustls-pemfile v2.1.3 |
348 | 2024-11-19T16:54:00.589Z | Downloaded rustls-pemfile v1.0.4 |
349 | 2024-11-19T16:54:00.589Z | Downloaded futures-core v0.3.31 |
350 | 2024-11-19T16:54:00.589Z | Downloaded unicase v2.7.0 |
351 | 2024-11-19T16:54:00.613Z | Downloaded libm v0.2.8 |
352 | 2024-11-19T16:54:00.613Z | Downloaded zone v0.3.0 |
353 | 2024-11-19T16:54:00.613Z | Downloaded zeroize v1.7.0 |
354 | 2024-11-19T16:54:00.613Z | Downloaded rand_isaac v0.1.1 |
355 | 2024-11-19T16:54:00.613Z | Downloaded rand_core v0.3.1 |
356 | 2024-11-19T16:54:00.613Z | Downloaded portable-atomic v1.5.1 |
357 | 2024-11-19T16:54:00.613Z | Downloaded indicatif v0.17.8 |
358 | 2024-11-19T16:54:00.636Z | Downloaded tinyvec v1.6.0 |
359 | 2024-11-19T16:54:00.637Z | Downloaded thrift v0.17.0 |
360 | 2024-11-19T16:54:00.637Z | Downloaded http v1.1.0 |
361 | 2024-11-19T16:54:00.637Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
362 | 2024-11-19T16:54:00.690Z | Downloaded expectorate v1.1.0 |
363 | 2024-11-19T16:54:00.713Z | Downloaded slog-dtrace v0.3.0 |
364 | 2024-11-19T16:54:00.713Z | Downloaded signal-hook-tokio v0.3.1 |
365 | 2024-11-19T16:54:00.713Z | Downloaded pest v2.7.6 |
366 | 2024-11-19T16:54:00.713Z | Downloaded opentelemetry-jaeger v0.20.0 |
367 | 2024-11-19T16:54:00.713Z | Downloaded slog-json v2.6.1 |
368 | 2024-11-19T16:54:00.713Z | Downloaded slog-bunyan v2.5.0 |
369 | 2024-11-19T16:54:00.714Z | Downloaded slog-async v2.8.0 |
370 | 2024-11-19T16:54:00.714Z | Downloaded httparse v1.8.0 |
371 | 2024-11-19T16:54:00.737Z | Downloaded opentelemetry_sdk v0.21.2 |
372 | 2024-11-19T16:54:00.737Z | Downloaded strum_macros v0.26.4 |
373 | 2024-11-19T16:54:00.737Z | Downloaded threadpool v1.8.1 |
374 | 2024-11-19T16:54:00.737Z | Downloaded thread_local v1.1.7 |
375 | 2024-11-19T16:54:00.737Z | Downloaded thread-id v4.2.1 |
376 | 2024-11-19T16:54:00.737Z | Downloaded futures-executor v0.3.31 |
377 | 2024-11-19T16:54:00.763Z | Downloaded usdt-attr-macro v0.5.0 |
378 | 2024-11-19T16:54:00.763Z | Downloaded time-macros v0.2.18 |
379 | 2024-11-19T16:54:00.763Z | Downloaded stable_deref_trait v1.2.0 |
380 | 2024-11-19T16:54:00.763Z | Downloaded serde v1.0.214 |
381 | 2024-11-19T16:54:00.763Z | Downloaded crossbeam-channel v0.5.13 |
382 | 2024-11-19T16:54:00.763Z | Downloaded fnv v1.0.7 |
383 | 2024-11-19T16:54:00.763Z | Downloaded float-ord v0.3.2 |
384 | 2024-11-19T16:54:00.763Z | Downloaded rand_xorshift v0.1.1 |
385 | 2024-11-19T16:54:00.763Z | Downloaded rand_pcg v0.1.2 |
386 | 2024-11-19T16:54:00.763Z | Downloaded rand_os v0.1.3 |
387 | 2024-11-19T16:54:00.763Z | Downloaded indexmap v1.9.3 |
388 | 2024-11-19T16:54:00.786Z | Downloaded sharded-slab v0.1.7 |
389 | 2024-11-19T16:54:00.786Z | Downloaded vte v0.11.1 |
390 | 2024-11-19T16:54:00.787Z | Downloaded tracing-core v0.1.32 |
391 | 2024-11-19T16:54:00.787Z | Downloaded similar v2.3.0 |
392 | 2024-11-19T16:54:00.787Z | Downloaded sct v0.7.1 |
393 | 2024-11-19T16:54:00.787Z | Downloaded bytes v1.8.0 |
394 | 2024-11-19T16:54:00.810Z | Downloaded http-body-util v0.1.2 |
395 | 2024-11-19T16:54:00.810Z | Downloaded hostname v0.4.0 |
396 | 2024-11-19T16:54:00.810Z | Downloaded heck v0.4.1 |
397 | 2024-11-19T16:54:00.810Z | Downloaded filetime v0.2.22 |
398 | 2024-11-19T16:54:00.810Z | Downloaded serde_derive v1.0.214 |
399 | 2024-11-19T16:54:00.810Z | Downloaded rand v0.8.5 |
400 | 2024-11-19T16:54:00.810Z | Downloaded form_urlencoded v1.2.1 |
401 | 2024-11-19T16:54:00.810Z | Downloaded ringbuffer v0.15.0 |
402 | 2024-11-19T16:54:00.810Z | Downloaded lock_api v0.4.11 |
403 | 2024-11-19T16:54:00.810Z | Downloaded ryu v1.0.15 |
404 | 2024-11-19T16:54:00.834Z | Downloaded signal-hook-registry v1.4.1 |
405 | 2024-11-19T16:54:00.834Z | Downloaded indent_write v2.2.0 |
406 | 2024-11-19T16:54:00.834Z | Downloaded base64 v0.21.7 |
407 | 2024-11-19T16:54:00.834Z | Downloaded semver v0.1.20 |
408 | 2024-11-19T16:54:00.834Z | Downloaded xattr v1.0.1 |
409 | 2024-11-19T16:54:00.834Z | Downloaded whoami v1.5.1 |
410 | 2024-11-19T16:54:00.834Z | Downloaded scopeguard v1.2.0 |
411 | 2024-11-19T16:54:00.834Z | Downloaded futures-sink v0.3.31 |
412 | 2024-11-19T16:54:00.834Z | Downloaded schemars v0.8.21 |
413 | 2024-11-19T16:54:00.858Z | Downloaded unsafe-libyaml v0.2.9 |
414 | 2024-11-19T16:54:00.858Z | Downloaded cc v1.0.83 |
415 | 2024-11-19T16:54:00.858Z | Downloaded fixedbitset v0.4.2 |
416 | 2024-11-19T16:54:00.858Z | Downloaded enum-as-inner v0.6.0 |
417 | 2024-11-19T16:54:00.881Z | Downloaded tokio-rustls v0.25.0 |
418 | 2024-11-19T16:54:00.881Z | Downloaded rayon-core v1.12.1 |
419 | 2024-11-19T16:54:00.881Z | Downloaded tokio-rustls v0.24.1 |
420 | 2024-11-19T16:54:00.881Z | Downloaded sha2 v0.10.8 |
421 | 2024-11-19T16:54:00.881Z | Downloaded serde_with_macros v3.9.0 |
422 | 2024-11-19T16:54:00.881Z | Downloaded typenum v1.17.0 |
423 | 2024-11-19T16:54:00.881Z | Downloaded hyper-util v0.1.9 |
424 | 2024-11-19T16:54:00.905Z | Downloaded linked-hash-map v0.5.6 |
425 | 2024-11-19T16:54:00.905Z | Downloaded generic-array v0.14.7 |
426 | 2024-11-19T16:54:00.905Z | Downloaded untrusted v0.9.0 |
427 | 2024-11-19T16:54:00.905Z | Downloaded libz-sys v1.1.12 |
428 | 2024-11-19T16:54:00.963Z | Downloaded universal-hash v0.5.1 |
429 | 2024-11-19T16:54:00.987Z | Downloaded rand_core v0.4.2 |
430 | 2024-11-19T16:54:00.987Z | Downloaded vergen v8.3.2 |
431 | 2024-11-19T16:54:00.988Z | Downloaded tar v0.4.40 |
432 | 2024-11-19T16:54:00.988Z | Downloaded darling_core v0.20.3 |
433 | 2024-11-19T16:54:00.988Z | Downloaded http-range v0.1.5 |
434 | 2024-11-19T16:54:00.988Z | Downloaded jobserver v0.1.27 |
435 | 2024-11-19T16:54:00.988Z | Downloaded slog v2.7.0 |
436 | 2024-11-19T16:54:00.988Z | Downloaded allocator-api2 v0.2.16 |
437 | 2024-11-19T16:54:01.012Z | Downloaded serde_urlencoded v0.7.1 |
438 | 2024-11-19T16:54:01.012Z | Downloaded serde_tokenstream v0.2.2 |
439 | 2024-11-19T16:54:01.012Z | Downloaded serde_spanned v0.6.7 |
440 | 2024-11-19T16:54:01.012Z | Downloaded serde_repr v0.1.18 |
441 | 2024-11-19T16:54:01.012Z | Downloaded ipnetwork v0.20.0 |
442 | 2024-11-19T16:54:01.012Z | Downloaded integer-encoding v3.0.4 |
443 | 2024-11-19T16:54:01.012Z | Downloaded inout v0.1.3 |
444 | 2024-11-19T16:54:01.012Z | Downloaded version_check v0.9.5 |
445 | 2024-11-19T16:54:01.012Z | Downloaded usdt-impl v0.5.0 |
446 | 2024-11-19T16:54:01.012Z | Downloaded opentelemetry v0.21.0 |
447 | 2024-11-19T16:54:01.012Z | Downloaded crossbeam-epoch v0.9.15 |
448 | 2024-11-19T16:54:01.036Z | Downloaded which v4.4.2 |
449 | 2024-11-19T16:54:01.036Z | Downloaded rand_core v0.6.4 |
450 | 2024-11-19T16:54:01.037Z | Downloaded hashlink v0.9.1 |
451 | 2024-11-19T16:54:01.037Z | Downloaded tracing-attributes v0.1.27 |
452 | 2024-11-19T16:54:01.037Z | Downloaded simdutf8 v0.1.4 |
453 | 2024-11-19T16:54:01.037Z | Downloaded serde_yaml v0.9.27 |
454 | 2024-11-19T16:54:01.037Z | Downloaded derive_more v0.99.18 |
455 | 2024-11-19T16:54:01.061Z | Downloaded derive-where v1.2.7 |
456 | 2024-11-19T16:54:01.061Z | Downloaded blake2 v0.10.6 |
457 | 2024-11-19T16:54:01.061Z | Downloaded typify-macro v0.2.0 |
458 | 2024-11-19T16:54:01.061Z | Downloaded structmeta-derive v0.3.0 |
459 | 2024-11-19T16:54:01.061Z | Downloaded strip-ansi-escapes v0.2.0 |
460 | 2024-11-19T16:54:01.061Z | Downloaded signal-hook-mio v0.2.4 |
461 | 2024-11-19T16:54:01.061Z | Downloaded semver v1.0.23 |
462 | 2024-11-19T16:54:01.061Z | Downloaded quinn v0.11.5 |
463 | 2024-11-19T16:54:01.061Z | Downloaded rustc_version v0.4.0 |
464 | 2024-11-19T16:54:01.061Z | Downloaded rustc_version v0.1.7 |
465 | 2024-11-19T16:54:01.061Z | Downloaded resolv-conf v0.7.0 |
466 | 2024-11-19T16:54:01.085Z | Downloaded typify v0.2.0 |
467 | 2024-11-19T16:54:01.085Z | Downloaded hyper-rustls v0.27.3 |
468 | 2024-11-19T16:54:01.085Z | Downloaded crossbeam-utils v0.8.20 |
469 | 2024-11-19T16:54:01.085Z | Downloaded cookie v0.18.1 |
470 | 2024-11-19T16:54:01.085Z | Downloaded clap v4.5.20 |
471 | 2024-11-19T16:54:01.108Z | Downloaded bitflags v2.6.0 |
472 | 2024-11-19T16:54:01.108Z | Downloaded bincode v1.3.3 |
473 | 2024-11-19T16:54:01.108Z | Downloaded is-terminal v0.4.12 |
474 | 2024-11-19T16:54:01.108Z | Downloaded instant v0.1.12 |
475 | 2024-11-19T16:54:01.109Z | Downloaded serde_derive_internals v0.29.1 |
476 | 2024-11-19T16:54:01.109Z | Downloaded rustversion v1.0.14 |
477 | 2024-11-19T16:54:01.109Z | Downloaded rand_hc v0.1.0 |
478 | 2024-11-19T16:54:01.109Z | Downloaded lazy_static v1.5.0 |
479 | 2024-11-19T16:54:01.109Z | Downloaded itoa v1.0.9 |
480 | 2024-11-19T16:54:01.109Z | Downloaded humantime v2.1.0 |
481 | 2024-11-19T16:54:01.109Z | Downloaded hubpack v0.1.2 |
482 | 2024-11-19T16:54:01.132Z | Downloaded futures-task v0.3.31 |
483 | 2024-11-19T16:54:01.132Z | Downloaded twox-hash v1.6.3 |
484 | 2024-11-19T16:54:01.132Z | Downloaded slab v0.4.9 |
485 | 2024-11-19T16:54:01.132Z | Downloaded uuid v1.11.0 |
486 | 2024-11-19T16:54:01.132Z | Downloaded term v0.7.0 |
487 | 2024-11-19T16:54:01.132Z | Downloaded tempfile v3.8.1 |
488 | 2024-11-19T16:54:01.132Z | Downloaded dropshot_endpoint v0.12.0 |
489 | 2024-11-19T16:54:01.132Z | Downloaded errno v0.3.9 |
490 | 2024-11-19T16:54:01.132Z | Downloaded tabwriter v1.4.0 |
491 | 2024-11-19T16:54:01.155Z | Downloaded same-file v1.0.6 |
492 | 2024-11-19T16:54:01.155Z | Downloaded radium v0.7.0 |
493 | 2024-11-19T16:54:01.155Z | Downloaded macaddr v1.0.1 |
494 | 2024-11-19T16:54:01.155Z | Downloaded toml v0.7.8 |
495 | 2024-11-19T16:54:01.155Z | Downloaded terminfo v0.8.0 |
496 | 2024-11-19T16:54:01.156Z | Downloaded prettyplease v0.2.22 |
497 | 2024-11-19T16:54:01.179Z | Downloaded crc32fast v1.3.2 |
498 | 2024-11-19T16:54:01.179Z | Downloaded ring v0.17.5 |
499 | 2024-11-19T16:54:01.240Z | Downloaded cancel-safe-futures v0.1.5 |
500 | 2024-11-19T16:54:01.264Z | Downloaded camino v1.1.9 |
501 | 2024-11-19T16:54:01.264Z | Downloaded darling v0.20.3 |
502 | 2024-11-19T16:54:01.264Z | Downloaded borsh-derive v1.3.0 |
503 | 2024-11-19T16:54:01.264Z | Downloaded fallible-iterator v0.3.0 |
504 | 2024-11-19T16:54:01.264Z | Downloaded utf8parse v0.2.1 |
505 | 2024-11-19T16:54:01.264Z | Downloaded hyper-staticfile v0.10.1 |
506 | 2024-11-19T16:54:01.264Z | Downloaded statistical v1.0.0 |
507 | 2024-11-19T16:54:01.264Z | Downloaded thiserror-impl v1.0.66 |
508 | 2024-11-19T16:54:01.264Z | Downloaded thiserror v1.0.66 |
509 | 2024-11-19T16:54:01.313Z | Downloaded tap v1.0.1 |
510 | 2024-11-19T16:54:01.313Z | Downloaded iana-time-zone v0.1.58 |
511 | 2024-11-19T16:54:01.313Z | Downloaded glob v0.3.1 |
512 | 2024-11-19T16:54:01.313Z | Downloaded defmt-parser v0.3.4 |
513 | 2024-11-19T16:54:01.313Z | Downloaded csv-core v0.1.11 |
514 | 2024-11-19T16:54:01.313Z | Downloaded anyhow v1.0.92 |
515 | 2024-11-19T16:54:01.313Z | Downloaded aho-corasick v1.1.2 |
516 | 2024-11-19T16:54:01.313Z | Downloaded num-bigint v0.2.6 |
517 | 2024-11-19T16:54:01.313Z | Downloaded camino-tempfile v1.1.1 |
518 | 2024-11-19T16:54:01.313Z | Downloaded strsim v0.10.0 |
519 | 2024-11-19T16:54:01.313Z | Downloaded sha1 v0.10.6 |
520 | 2024-11-19T16:54:01.313Z | Downloaded console v0.15.7 |
521 | 2024-11-19T16:54:01.313Z | Downloaded cipher v0.4.4 |
522 | 2024-11-19T16:54:01.313Z | Downloaded cargo_metadata v0.18.1 |
523 | 2024-11-19T16:54:01.313Z | Downloaded data-encoding v2.5.0 |
524 | 2024-11-19T16:54:01.419Z | Downloaded byte-unit v5.1.4 |
525 | 2024-11-19T16:54:01.419Z | Downloaded clap_derive v4.5.18 |
526 | 2024-11-19T16:54:01.419Z | Downloaded async-trait v0.1.83 |
527 | 2024-11-19T16:54:01.419Z | Downloaded arrayvec v0.7.4 |
528 | 2024-11-19T16:54:01.419Z | Downloaded omicron-zone-package v0.11.1 |
529 | 2024-11-19T16:54:01.419Z | Downloaded equivalent v1.0.1 |
530 | 2024-11-19T16:54:01.419Z | Downloaded proc-macro2 v1.0.86 |
531 | 2024-11-19T16:54:01.419Z | Downloaded siphasher v0.3.11 |
532 | 2024-11-19T16:54:01.419Z | Downloaded rend v0.4.1 |
533 | 2024-11-19T16:54:01.447Z | Downloaded strum_macros v0.25.3 |
534 | 2024-11-19T16:54:01.447Z | Downloaded dirs-sys-next v0.1.2 |
535 | 2024-11-19T16:54:01.447Z | Downloaded defmt v0.3.8 |
536 | 2024-11-19T16:54:01.447Z | Downloaded byteorder v1.5.0 |
537 | 2024-11-19T16:54:01.447Z | Downloaded bytecheck v0.6.11 |
538 | 2024-11-19T16:54:01.447Z | Downloaded usdt-macro v0.5.0 |
539 | 2024-11-19T16:54:01.447Z | Downloaded take_mut v0.2.2 |
540 | 2024-11-19T16:54:01.447Z | Downloaded httpdate v1.0.3 |
541 | 2024-11-19T16:54:01.447Z | Downloaded hostname v0.3.1 |
542 | 2024-11-19T16:54:01.447Z | Downloaded home v0.5.5 |
543 | 2024-11-19T16:54:01.447Z | Downloaded ring v0.16.20 |
544 | 2024-11-19T16:54:01.472Z | Downloaded libsqlite3-sys v0.30.1 |
545 | 2024-11-19T16:54:01.536Z | Downloaded heck v0.5.0 |
546 | 2024-11-19T16:54:01.560Z | Downloaded progenitor-impl v0.8.0 |
547 | 2024-11-19T16:54:01.560Z | Downloaded dyn-clone v1.0.16 |
548 | 2024-11-19T16:54:01.560Z | Downloaded digest v0.10.7 |
549 | 2024-11-19T16:54:01.560Z | Downloaded cpufeatures v0.2.12 |
550 | 2024-11-19T16:54:01.560Z | Downloaded convert_case v0.4.0 |
551 | 2024-11-19T16:54:01.560Z | Downloaded colored v2.1.0 |
552 | 2024-11-19T16:54:01.560Z | Downloaded cobs v0.2.3 |
553 | 2024-11-19T16:54:01.560Z | Downloaded anstream v0.6.12 |
554 | 2024-11-19T16:54:01.560Z | Downloaded fastrand v2.0.1 |
555 | 2024-11-19T16:54:01.560Z | Downloaded embedded-io v0.6.1 |
556 | 2024-11-19T16:54:01.560Z | Downloaded walkdir v2.4.0 |
557 | 2024-11-19T16:54:01.560Z | Downloaded tracing-log v0.2.0 |
558 | 2024-11-19T16:54:01.584Z | Downloaded quote v1.0.37 |
559 | 2024-11-19T16:54:01.584Z | Downloaded ppv-lite86 v0.2.17 |
560 | 2024-11-19T16:54:01.584Z | Downloaded postcard v1.0.10 |
561 | 2024-11-19T16:54:01.584Z | Downloaded parking_lot v0.12.1 |
562 | 2024-11-19T16:54:01.584Z | Downloaded crypto-common v0.1.6 |
563 | 2024-11-19T16:54:01.584Z | Downloaded constant_time_eq v0.3.0 |
564 | 2024-11-19T16:54:01.584Z | Downloaded cfg-if v1.0.0 |
565 | 2024-11-19T16:54:01.584Z | Downloaded arrayref v0.3.7 |
566 | 2024-11-19T16:54:01.584Z | Downloaded backoff v0.4.0 |
567 | 2024-11-19T16:54:01.584Z | Downloaded argon2 v0.5.3 |
568 | 2024-11-19T16:54:01.584Z | Downloaded anstyle-parse v0.2.2 |
569 | 2024-11-19T16:54:01.584Z | Downloaded debug-ignore v1.0.5 |
570 | 2024-11-19T16:54:01.608Z | Downloaded topological-sort v0.2.2 |
571 | 2024-11-19T16:54:01.608Z | Downloaded tokio-native-tls v0.3.1 |
572 | 2024-11-19T16:54:01.608Z | Downloaded cargo-platform v0.1.8 |
573 | 2024-11-19T16:54:01.608Z | Downloaded bitflags v1.3.2 |
574 | 2024-11-19T16:54:01.608Z | Downloaded ordered-float v2.10.1 |
575 | 2024-11-19T16:54:01.608Z | Downloaded once_cell v1.19.0 |
576 | 2024-11-19T16:54:01.608Z | Downloaded ctr v0.9.2 |
577 | 2024-11-19T16:54:01.608Z | Downloaded block-buffer v0.10.4 |
578 | 2024-11-19T16:54:01.608Z | Downloaded dirs-next v2.0.0 |
579 | 2024-11-19T16:54:01.609Z | Downloaded proc-macro-error v1.0.4 |
580 | 2024-11-19T16:54:01.609Z | Downloaded crossbeam-deque v0.8.3 |
581 | 2024-11-19T16:54:01.632Z | Downloaded async-recursion v1.1.1 |
582 | 2024-11-19T16:54:01.632Z | Downloaded nom v7.1.3 |
583 | 2024-11-19T16:54:01.632Z | Downloaded defmt-macros v0.3.9 |
584 | 2024-11-19T16:54:01.632Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
585 | 2024-11-19T16:54:01.632Z | Downloaded num-complex v0.4.6 |
586 | 2024-11-19T16:54:01.632Z | Downloaded either v1.13.0 |
587 | 2024-11-19T16:54:01.632Z | Downloaded async-stream v0.3.5 |
588 | 2024-11-19T16:54:01.632Z | Downloaded parking_lot_core v0.9.9 |
589 | 2024-11-19T16:54:01.656Z | Downloaded dof v0.3.0 |
590 | 2024-11-19T16:54:01.656Z | Downloaded deranged v0.3.9 |
591 | 2024-11-19T16:54:01.656Z | Downloaded anstyle v1.0.8 |
592 | 2024-11-19T16:54:01.656Z | Downloaded num-complex v0.2.4 |
593 | 2024-11-19T16:54:01.656Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2024-11-19T16:54:01.656Z | Downloaded want v0.3.1 |
595 | 2024-11-19T16:54:01.656Z | Downloaded vte_generate_state_changes v0.1.1 |
596 | 2024-11-19T16:54:01.656Z | Downloaded try-lock v0.2.4 |
597 | 2024-11-19T16:54:01.656Z | Downloaded plain v0.2.3 |
598 | 2024-11-19T16:54:01.656Z | Downloaded num-rational v0.2.4 |
599 | 2024-11-19T16:54:01.656Z | Downloaded num-derive v0.4.2 |
600 | 2024-11-19T16:54:01.656Z | Downloaded strum v0.26.3 |
601 | 2024-11-19T16:54:01.656Z | Downloaded polyval v0.6.1 |
602 | 2024-11-19T16:54:01.656Z | Downloaded password-hash v0.5.0 |
603 | 2024-11-19T16:54:01.656Z | Downloaded clap_lex v0.7.0 |
604 | 2024-11-19T16:54:01.656Z | Downloaded proc-macro-error-attr v1.0.4 |
605 | 2024-11-19T16:54:01.656Z | Downloaded phf_generator v0.11.2 |
606 | 2024-11-19T16:54:01.680Z | Downloaded paste v1.0.15 |
607 | 2024-11-19T16:54:01.680Z | Downloaded native-tls v0.2.11 |
608 | 2024-11-19T16:54:01.680Z | Downloaded cstr-argument v0.1.2 |
609 | 2024-11-19T16:54:01.680Z | Downloaded bytecheck_derive v0.6.11 |
610 | 2024-11-19T16:54:01.680Z | Downloaded nu-ansi-term v0.50.0 |
611 | 2024-11-19T16:54:01.680Z | Downloaded num_enum_derive v0.5.11 |
612 | 2024-11-19T16:54:01.680Z | Downloaded colorchoice v1.0.0 |
613 | 2024-11-19T16:54:01.680Z | Downloaded atty v0.2.14 |
614 | 2024-11-19T16:54:01.680Z | Downloaded atomicwrites v0.4.4 |
615 | 2024-11-19T16:54:01.680Z | Downloaded phf_shared v0.11.2 |
616 | 2024-11-19T16:54:01.680Z | Downloaded pin-utils v0.1.0 |
617 | 2024-11-19T16:54:01.680Z | Downloaded dtrace-parser v0.2.0 |
618 | 2024-11-19T16:54:01.680Z | Downloaded anstyle-query v1.0.0 |
619 | 2024-11-19T16:54:01.680Z | Downloaded num_enum v0.7.3 |
620 | 2024-11-19T16:54:01.704Z | Downloaded percent-encoding v2.3.1 |
621 | 2024-11-19T16:54:01.704Z | Downloaded num-iter v0.1.45 |
622 | 2024-11-19T16:54:01.704Z | Downloaded num-integer v0.1.46 |
623 | 2024-11-19T16:54:01.704Z | Downloaded num_enum v0.5.11 |
624 | 2024-11-19T16:54:01.704Z | Downloaded num v0.4.3 |
625 | 2024-11-19T16:54:01.705Z | Downloaded newtype-uuid v1.1.0 |
626 | 2024-11-19T16:54:01.705Z | Downloaded cfg_aliases v0.2.1 |
627 | 2024-11-19T16:54:01.705Z | Downloaded async-stream-impl v0.3.5 |
628 | 2024-11-19T16:54:01.705Z | Downloaded opaque-debug v0.3.0 |
629 | 2024-11-19T16:54:01.705Z | Downloaded mio v1.0.2 |
630 | 2024-11-19T16:54:01.705Z | Downloaded num-rational v0.4.2 |
631 | 2024-11-19T16:54:01.729Z | Downloaded multer v3.1.0 |
632 | 2024-11-19T16:54:01.729Z | Downloaded base64ct v1.6.0 |
633 | 2024-11-19T16:54:01.729Z | Downloaded mime_guess v2.0.5 |
634 | 2024-11-19T16:54:01.729Z | Downloaded memmap2 v0.9.4 |
635 | 2024-11-19T16:54:01.729Z | Downloaded aead v0.5.2 |
636 | 2024-11-19T16:54:01.729Z | Downloaded adler v1.0.2 |
637 | 2024-11-19T16:54:01.729Z | Downloaded aes-gcm-siv v0.11.1 |
638 | 2024-11-19T16:54:02.012Z | Compiling proc-macro2 v1.0.86 |
639 | 2024-11-19T16:54:02.012Z | Compiling unicode-ident v1.0.13 |
640 | 2024-11-19T16:54:02.013Z | Compiling libc v0.2.161 |
641 | 2024-11-19T16:54:02.036Z | Compiling serde v1.0.214 |
642 | 2024-11-19T16:54:02.036Z | Compiling autocfg v1.1.0 |
643 | 2024-11-19T16:54:02.036Z | Compiling version_check v0.9.5 |
644 | 2024-11-19T16:54:02.036Z | Compiling cfg-if v1.0.0 |
645 | 2024-11-19T16:54:02.036Z | 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'` |
646 | 2024-11-19T16:54:02.036Z | 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'` |
647 | 2024-11-19T16:54:02.036Z | 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'` |
648 | 2024-11-19T16:54:02.037Z | 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.214/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=795b4ee7c38c8a41 -C extra-filename=-795b4ee7c38c8a41 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-795b4ee7c38c8a41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
649 | 2024-11-19T16:54:02.037Z | 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'` |
650 | 2024-11-19T16:54:02.037Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=26b89101a48996e6 -C extra-filename=-26b89101a48996e6 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-26b89101a48996e6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
651 | 2024-11-19T16:54:02.037Z | 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'` |
652 | 2024-11-19T16:54:02.037Z | 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'` |
653 | 2024-11-19T16:54:02.185Z | Compiling libm v0.2.8 |
654 | 2024-11-19T16:54:02.185Z | Compiling once_cell v1.19.0 |
655 | 2024-11-19T16:54:02.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/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'` |
656 | 2024-11-19T16:54:02.235Z | 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'` |
657 | 2024-11-19T16:54:02.285Z | Compiling memchr v2.7.4 |
658 | 2024-11-19T16:54:02.312Z | 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'` |
659 | 2024-11-19T16:54:02.624Z | Compiling serde_json v1.0.132 |
660 | 2024-11-19T16:54:02.648Z | 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.132/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=0c5d20044d658d1a -C extra-filename=-0c5d20044d658d1a --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-0c5d20044d658d1a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
661 | 2024-11-19T16:54:02.648Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a50cfc2d4bd5fa5d/build-script-build` |
662 | 2024-11-19T16:54:02.678Z | Compiling thiserror v1.0.66 |
663 | 2024-11-19T16:54:02.702Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=871a0228529009d3 -C extra-filename=-871a0228529009d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-871a0228529009d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
664 | 2024-11-19T16:54:02.727Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-795b4ee7c38c8a41/build-script-build` |
665 | 2024-11-19T16:54:02.750Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-e3149fd1467b60c0/build-script-build` |
666 | 2024-11-19T16:54:02.774Z | Compiling num-traits v0.2.19 |
667 | 2024-11-19T16:54:02.797Z | Compiling ahash v0.8.6 |
668 | 2024-11-19T16:54:02.797Z | 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'` |
669 | 2024-11-19T16:54:02.797Z | 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'` |
670 | 2024-11-19T16:54:02.821Z | 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-19T16:54:02.870Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-26b89101a48996e6/build-script-build` |
672 | 2024-11-19T16:54:02.918Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8f98fc5d1cc4add3 -C extra-filename=-8f98fc5d1cc4add3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
673 | 2024-11-19T16:54:03.008Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1716ac62aa86e34c -C extra-filename=-1716ac62aa86e34c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
674 | 2024-11-19T16:54:03.096Z | 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)'` |
675 | 2024-11-19T16:54:03.125Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-56b5ce1c2bfcdbd3/build-script-build` |
676 | 2024-11-19T16:54:03.189Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-dd7fb90f9cb40646/build-script-build` |
677 | 2024-11-19T16:54:03.244Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-0c5d20044d658d1a/build-script-build` |
678 | 2024-11-19T16:54:03.305Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-871a0228529009d3/build-script-build` |
679 | 2024-11-19T16:54:03.336Z | Compiling lock_api v0.4.11 |
680 | 2024-11-19T16:54:03.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/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'` |
681 | 2024-11-19T16:54:03.378Z | Compiling parking_lot_core v0.9.9 |
682 | 2024-11-19T16:54:03.402Z | 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'` |
683 | 2024-11-19T16:54:03.579Z | Compiling itoa v1.0.9 |
684 | 2024-11-19T16:54:03.603Z | 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'` |
685 | 2024-11-19T16:54:03.639Z | Compiling byteorder v1.5.0 |
686 | 2024-11-19T16:54:03.663Z | 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'` |
687 | 2024-11-19T16:54:03.693Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-93f6fe6d3dc4b64e/build-script-build` |
688 | 2024-11-19T16:54:03.816Z | Compiling quote v1.0.37 |
689 | 2024-11-19T16:54:03.816Z | 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'` |
690 | 2024-11-19T16:54:03.840Z | 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'` |
691 | 2024-11-19T16:54:03.840Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-9918c83de47e5317/build-script-build` |
692 | 2024-11-19T16:54:04.028Z | Compiling getrandom v0.2.11 |
693 | 2024-11-19T16:54:04.052Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=3807786a3a866831 -C extra-filename=-3807786a3a866831 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
694 | 2024-11-19T16:54:04.183Z | Compiling syn v2.0.86 |
695 | 2024-11-19T16:54:04.207Z | 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.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="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=8ea66d994cce9241 -C extra-filename=-8ea66d994cce9241 --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'` |
696 | 2024-11-19T16:54:04.207Z | Compiling jobserver v0.1.27 |
697 | 2024-11-19T16:54:04.207Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d277cdcda7b2438 -C extra-filename=-6d277cdcda7b2438 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
698 | 2024-11-19T16:54:04.251Z | 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-19T16:54:04.276Z | Compiling log v0.4.22 |
700 | 2024-11-19T16:54:04.300Z | 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'` |
701 | 2024-11-19T16:54:04.300Z | Compiling slab v0.4.9 |
702 | 2024-11-19T16:54:04.300Z | 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'` |
703 | 2024-11-19T16:54:04.336Z | 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'` |
704 | 2024-11-19T16:54:04.374Z | 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'` |
705 | 2024-11-19T16:54:04.398Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=bfa85ab975d6a7c3 -C extra-filename=-bfa85ab975d6a7c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
706 | 2024-11-19T16:54:04.728Z | Compiling allocator-api2 v0.2.16 |
707 | 2024-11-19T16:54:04.764Z | 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'` |
708 | 2024-11-19T16:54:04.900Z | Compiling cc v1.0.83 |
709 | 2024-11-19T16:54:04.924Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7bd1d8f2937ddccc -C extra-filename=-7bd1d8f2937ddccc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern jobserver=/work/oxidecomputer/crucible/target/debug/deps/libjobserver-6d277cdcda7b2438.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
710 | 2024-11-19T16:54:04.959Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
711 | 2024-11-19T16:54:04.983Z | 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'` |
712 | 2024-11-19T16:54:05.007Z | Compiling ryu v1.0.15 |
713 | 2024-11-19T16:54:05.031Z | 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'` |
714 | 2024-11-19T16:54:05.054Z | Compiling pin-project-lite v0.2.13 |
715 | 2024-11-19T16:54:05.054Z | 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'` |
716 | 2024-11-19T16:54:05.093Z | Compiling pkg-config v0.3.27 |
717 | 2024-11-19T16:54:05.117Z | 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'` |
718 | 2024-11-19T16:54:05.189Z | Compiling vcpkg v0.2.15 |
719 | 2024-11-19T16:54:05.212Z | 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'` |
720 | 2024-11-19T16:54:05.213Z | Compiling scopeguard v1.2.0 |
721 | 2024-11-19T16:54:05.213Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a1d3e45024295bba -C extra-filename=-a1d3e45024295bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
722 | 2024-11-19T16:54:05.310Z | Compiling schemars v0.8.21 |
723 | 2024-11-19T16:54:05.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/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'` |
724 | 2024-11-19T16:54:05.361Z | Compiling smallvec v1.13.2 |
725 | 2024-11-19T16:54:05.385Z | 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'` |
726 | 2024-11-19T16:54:05.497Z | Compiling equivalent v1.0.1 |
727 | 2024-11-19T16:54:05.521Z | 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'` |
728 | 2024-11-19T16:54:05.601Z | Compiling signal-hook-registry v1.4.1 |
729 | 2024-11-19T16:54:05.627Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bf63eb927def9d3 -C extra-filename=-8bf63eb927def9d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
730 | 2024-11-19T16:54:05.652Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-17ff3bcf72189cd3/build-script-build` |
731 | 2024-11-19T16:54:05.675Z | 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'` |
732 | 2024-11-19T16:54:05.715Z | Compiling futures-core v0.3.31 |
733 | 2024-11-19T16:54:05.739Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=3d720ee4f5a93a8d -C extra-filename=-3d720ee4f5a93a8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
734 | 2024-11-19T16:54:05.941Z | 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` |
735 | 2024-11-19T16:54:06.012Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2495f2ec0cf43178 -C extra-filename=-2495f2ec0cf43178 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
736 | 2024-11-19T16:54:06.105Z | 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` |
737 | 2024-11-19T16:54:06.299Z | Compiling mio v1.0.2 |
738 | 2024-11-19T16:54:06.323Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=6e05eb70348d9d89 -C extra-filename=-6e05eb70348d9d89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
739 | 2024-11-19T16:54:06.360Z | Compiling fnv v1.0.7 |
740 | 2024-11-19T16:54:06.384Z | 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'` |
741 | 2024-11-19T16:54:06.475Z | Compiling parking_lot v0.12.1 |
742 | 2024-11-19T16:54:06.499Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=6a436bf6bdd6b353 -C extra-filename=-6a436bf6bdd6b353 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-96e80e1f8263bc68.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-2495f2ec0cf43178.rmeta --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-11-19T16:54:06.523Z | 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'` |
744 | 2024-11-19T16:54:06.523Z | Compiling httparse v1.8.0 |
745 | 2024-11-19T16:54:06.523Z | 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'` |
746 | 2024-11-19T16:54:06.575Z | Compiling typenum v1.17.0 |
747 | 2024-11-19T16:54:06.599Z | 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'` |
748 | 2024-11-19T16:54:06.805Z | Compiling socket2 v0.5.5 |
749 | 2024-11-19T16:54:06.829Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=28fd6f10f2fc08c3 -C extra-filename=-28fd6f10f2fc08c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
750 | 2024-11-19T16:54:06.897Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-7e93688949a77053/build-script-build` |
751 | 2024-11-19T16:54:06.927Z | 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'` |
752 | 2024-11-19T16:54:06.951Z | Compiling ring v0.17.5 |
753 | 2024-11-19T16:54:06.975Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=05c920540f545fc7 -C extra-filename=-05c920540f545fc7 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-05c920540f545fc7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
754 | 2024-11-19T16:54:07.225Z | Compiling futures-sink v0.3.31 |
755 | 2024-11-19T16:54:07.249Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1ff47a4b15efcd73 -C extra-filename=-1ff47a4b15efcd73 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
756 | 2024-11-19T16:54:07.347Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main` |
757 | 2024-11-19T16:54:07.371Z | Compiling heck v0.5.0 |
758 | 2024-11-19T16:54:07.397Z | 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'` |
759 | 2024-11-19T16:54:07.397Z | Compiling generic-array v0.14.7 |
760 | 2024-11-19T16:54:07.397Z | 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'` |
761 | 2024-11-19T16:54:07.497Z | Compiling openssl-sys v0.9.95 |
762 | 2024-11-19T16:54:07.521Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a8c297d65c7fd8d5 -C extra-filename=-a8c297d65c7fd8d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-a8c297d65c7fd8d5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
763 | 2024-11-19T16:54:07.559Z | Compiling semver v1.0.23 |
764 | 2024-11-19T16:54:07.583Z | 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'` |
765 | 2024-11-19T16:54:07.685Z | 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` |
766 | 2024-11-19T16:54:07.708Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-92272856af0dcbd4/build-script-build` |
767 | 2024-11-19T16:54:07.749Z | 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'` |
768 | 2024-11-19T16:54:07.777Z | Compiling slog v2.7.0 |
769 | 2024-11-19T16:54:07.801Z | 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'` |
770 | 2024-11-19T16:54:07.824Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-05c920540f545fc7/build-script-build` |
771 | 2024-11-19T16:54:07.860Z | Compiling rand_core v0.6.4 |
772 | 2024-11-19T16:54:07.883Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=bee1a9590736cd3b -C extra-filename=-bee1a9590736cd3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --cap-lints allow '-Wclippy::unused-async'` |
773 | 2024-11-19T16:54:07.920Z | 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'` |
774 | 2024-11-19T16:54:07.994Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-cb7e74ffbf490ad2/build-script-build` |
775 | 2024-11-19T16:54:08.065Z | Compiling futures-channel v0.3.31 |
776 | 2024-11-19T16:54:08.091Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=93b3342c98d82e17 -C extra-filename=-93b3342c98d82e17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --cap-lints allow '-Wclippy::unused-async'` |
777 | 2024-11-19T16:54:08.173Z | Compiling pin-utils v0.1.0 |
778 | 2024-11-19T16:54:08.197Z | 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'` |
779 | 2024-11-19T16:54:08.229Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-7c37cc8491317074/build-script-build` |
780 | 2024-11-19T16:54:08.270Z | Compiling openssl v0.10.59 |
781 | 2024-11-19T16:54:08.293Z | 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'` |
782 | 2024-11-19T16:54:08.293Z | Compiling iana-time-zone v0.1.58 |
783 | 2024-11-19T16:54:08.293Z | 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'` |
784 | 2024-11-19T16:54:08.319Z | 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'` |
785 | 2024-11-19T16:54:08.345Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-a8c297d65c7fd8d5/build-script-main` |
786 | 2024-11-19T16:54:08.422Z | Compiling futures-io v0.3.31 |
787 | 2024-11-19T16:54:08.445Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=fcffee1ff8e84225 -C extra-filename=-fcffee1ff8e84225 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
788 | 2024-11-19T16:54:08.445Z | Compiling futures-task v0.3.31 |
789 | 2024-11-19T16:54:08.469Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=31623b45b308b746 -C extra-filename=-31623b45b308b746 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
790 | 2024-11-19T16:54:08.492Z | Compiling crossbeam-utils v0.8.20 |
791 | 2024-11-19T16:54:08.492Z | 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'` |
792 | 2024-11-19T16:54:08.632Z | Compiling dyn-clone v1.0.16 |
793 | 2024-11-19T16:54:08.656Z | 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'` |
794 | 2024-11-19T16:54:08.656Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-a9e7f432e4519b8a/build-script-build` |
795 | 2024-11-19T16:54:08.685Z | Compiling rustls v0.23.13 |
796 | 2024-11-19T16:54:08.708Z | 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'` |
797 | 2024-11-19T16:54:08.732Z | Compiling native-tls v0.2.11 |
798 | 2024-11-19T16:54:08.732Z | 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'` |
799 | 2024-11-19T16:54:08.756Z | Compiling subtle v2.5.0 |
800 | 2024-11-19T16:54:08.780Z | 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'` |
801 | 2024-11-19T16:54:08.803Z | 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'` |
802 | 2024-11-19T16:54:08.827Z | Compiling tracing-core v0.1.32 |
803 | 2024-11-19T16:54:08.827Z | 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'` |
804 | 2024-11-19T16:54:08.916Z | Compiling aho-corasick v1.1.2 |
805 | 2024-11-19T16:54:08.942Z | 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'` |
806 | 2024-11-19T16:54:08.981Z | 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'` |
807 | 2024-11-19T16:54:09.005Z | Compiling regex-syntax v0.8.4 |
808 | 2024-11-19T16:54:09.005Z | 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'` |
809 | 2024-11-19T16:54:09.005Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d1178f78bf1365d3/build-script-build` |
810 | 2024-11-19T16:54:09.056Z | 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'` |
811 | 2024-11-19T16:54:09.108Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-0d20eeb2c97e91b9/build-script-build` |
812 | 2024-11-19T16:54:09.131Z | Compiling ucd-trie v0.1.6 |
813 | 2024-11-19T16:54:09.131Z | 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'` |
814 | 2024-11-19T16:54:09.155Z | Compiling time-core v0.1.2 |
815 | 2024-11-19T16:54:09.155Z | 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'` |
816 | 2024-11-19T16:54:09.273Z | Compiling num-conv v0.1.0 |
817 | 2024-11-19T16:54:09.297Z | 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'` |
818 | 2024-11-19T16:54:09.297Z | Compiling spin v0.9.8 |
819 | 2024-11-19T16:54:09.297Z | 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'` |
820 | 2024-11-19T16:54:09.337Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=572d4509b9937e1d -C extra-filename=-572d4509b9937e1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
821 | 2024-11-19T16:54:09.585Z | Compiling untrusted v0.9.0 |
822 | 2024-11-19T16:54:09.585Z | 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'` |
823 | 2024-11-19T16:54:09.610Z | Compiling rustix v0.38.37 |
824 | 2024-11-19T16:54:09.610Z | 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'` |
825 | 2024-11-19T16:54:09.610Z | Compiling time-macros v0.2.18 |
826 | 2024-11-19T16:54:09.610Z | 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'` |
827 | 2024-11-19T16:54:09.633Z | 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'` |
828 | 2024-11-19T16:54:09.802Z | 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'` |
829 | 2024-11-19T16:54:09.945Z | 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'` |
830 | 2024-11-19T16:54:10.184Z | 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` |
831 | 2024-11-19T16:54:10.233Z | Compiling serde_derive_internals v0.29.1 |
832 | 2024-11-19T16:54:10.257Z | 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=4e9bab48c3b681a6 -C extra-filename=-4e9bab48c3b681a6 --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-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
833 | 2024-11-19T16:54:10.338Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-393c723a3069acb8/build-script-build` |
834 | 2024-11-19T16:54:10.458Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=462fae234c00a775 -C extra-filename=-462fae234c00a775 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-d4d310b1fba3e7fc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
835 | 2024-11-19T16:54:10.587Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=cf14e0c7c36daf38 -C extra-filename=-cf14e0c7c36daf38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
836 | 2024-11-19T16:54:10.726Z | 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` |
837 | 2024-11-19T16:54:10.750Z | Compiling percent-encoding v2.3.1 |
838 | 2024-11-19T16:54:10.750Z | 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'` |
839 | 2024-11-19T16:54:10.925Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=3bcc9ca13f09f7be -C extra-filename=-3bcc9ca13f09f7be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-15079f8c0d7b77ba.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-462fae234c00a775.rmeta --cap-lints allow '-Wclippy::unused-async'` |
840 | 2024-11-19T16:54:11.089Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=33e91a0c775d4f6f -C extra-filename=-33e91a0c775d4f6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
841 | 2024-11-19T16:54:11.585Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=8a9252db49fae672 -C extra-filename=-8a9252db49fae672 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
842 | 2024-11-19T16:54:11.830Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c4dfbe7bb1d2a4a -C extra-filename=-4c4dfbe7bb1d2a4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
843 | 2024-11-19T16:54:11.909Z | Compiling usdt-impl v0.5.0 |
844 | 2024-11-19T16:54:11.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/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'` |
845 | 2024-11-19T16:54:11.960Z | Compiling regex-automata v0.4.4 |
846 | 2024-11-19T16:54:11.983Z | 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'` |
847 | 2024-11-19T16:54:12.006Z | Compiling plain v0.2.3 |
848 | 2024-11-19T16:54:12.006Z | 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'` |
849 | 2024-11-19T16:54:12.167Z | Compiling rustls-pki-types v1.8.0 |
850 | 2024-11-19T16:54:12.190Z | 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'` |
851 | 2024-11-19T16:54:12.287Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
852 | 2024-11-19T16:54:12.397Z | 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'` |
853 | 2024-11-19T16:54:12.421Z | Compiling pretty-hex v0.4.1 |
854 | 2024-11-19T16:54:12.421Z | 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'` |
855 | 2024-11-19T16:54:12.452Z | 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'` |
856 | 2024-11-19T16:54:12.476Z | Compiling atomic-waker v1.1.2 |
857 | 2024-11-19T16:54:12.476Z | 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'` |
858 | 2024-11-19T16:54:12.660Z | 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)'` |
859 | 2024-11-19T16:54:12.660Z | Compiling crypto-common v0.1.6 |
860 | 2024-11-19T16:54:12.660Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ba2e6eb5cd3d2a6d -C extra-filename=-ba2e6eb5cd3d2a6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-a368e13015d5ab6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
861 | 2024-11-19T16:54:12.706Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f8368ed8b0f00919 -C extra-filename=-f8368ed8b0f00919 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --cap-lints allow '-Wclippy::unused-async'` |
862 | 2024-11-19T16:54:12.730Z | 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` |
863 | 2024-11-19T16:54:12.864Z | Compiling thread-id v4.2.1 |
864 | 2024-11-19T16:54:12.887Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4892d26b1d346a93 -C extra-filename=-4892d26b1d346a93 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
865 | 2024-11-19T16:54:12.986Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1c4fc6438ea263c2 -C extra-filename=-1c4fc6438ea263c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
866 | 2024-11-19T16:54:13.010Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=e2a47560581ae647 -C extra-filename=-e2a47560581ae647 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-11-19T16:54:13.097Z | Compiling anyhow v1.0.92 |
868 | 2024-11-19T16:54:13.120Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=604f48028f78b653 -C extra-filename=-604f48028f78b653 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-604f48028f78b653 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
869 | 2024-11-19T16:54:13.263Z | 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'` |
870 | 2024-11-19T16:54:13.301Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-11-19T16:54:13.325Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c35ed20cfda2b0e -C extra-filename=-9c35ed20cfda2b0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
872 | 2024-11-19T16:54:13.367Z | Compiling try-lock v0.2.4 |
873 | 2024-11-19T16:54:13.392Z | 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'` |
874 | 2024-11-19T16:54:13.392Z | Compiling zeroize v1.7.0 |
875 | 2024-11-19T16:54:13.392Z | 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'` |
876 | 2024-11-19T16:54:13.416Z | Compiling tinyvec v1.6.0 |
877 | 2024-11-19T16:54:13.416Z | 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-19T16:54:13.529Z | Compiling want v0.3.1 |
879 | 2024-11-19T16:54:13.553Z | 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'` |
880 | 2024-11-19T16:54:13.668Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-604f48028f78b653/build-script-build` |
881 | 2024-11-19T16:54:13.707Z | 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'` |
882 | 2024-11-19T16:54:13.731Z | Compiling form_urlencoded v1.2.1 |
883 | 2024-11-19T16:54:13.762Z | 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-19T16:54:13.813Z | 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)'` |
885 | 2024-11-19T16:54:13.960Z | 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` |
886 | 2024-11-19T16:54:14.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=bcd7f73890bba50b -C extra-filename=-bcd7f73890bba50b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
887 | 2024-11-19T16:54:14.250Z | 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'` |
888 | 2024-11-19T16:54:14.273Z | Compiling serde_derive v1.0.214 |
889 | 2024-11-19T16:54:14.274Z | 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.214/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=8975f2705021aea8 -C extra-filename=-8975f2705021aea8 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
890 | 2024-11-19T16:54:14.325Z | Compiling zerocopy-derive v0.7.32 |
891 | 2024-11-19T16:54:14.349Z | 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=0fa6003449347c02 -C extra-filename=-0fa6003449347c02 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-11-19T16:54:14.379Z | Compiling thiserror-impl v1.0.66 |
893 | 2024-11-19T16:54:14.403Z | 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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee3cead77790af83 -C extra-filename=-ee3cead77790af83 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
894 | 2024-11-19T16:54:14.673Z | Compiling tokio-macros v2.4.0 |
895 | 2024-11-19T16:54:14.696Z | 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=d359db1c9ea615a2 -C extra-filename=-d359db1c9ea615a2 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
896 | 2024-11-19T16:54:14.720Z | Compiling futures-macro v0.3.31 |
897 | 2024-11-19T16:54:14.720Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=755cc9ecd0730c40 -C extra-filename=-755cc9ecd0730c40 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
898 | 2024-11-19T16:54:14.903Z | Compiling schemars_derive v0.8.21 |
899 | 2024-11-19T16:54:14.927Z | 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=7f5c4aacaa17ef6d -C extra-filename=-7f5c4aacaa17ef6d --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-4e9bab48c3b681a6.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
900 | 2024-11-19T16:54:14.951Z | Compiling tracing-attributes v0.1.27 |
901 | 2024-11-19T16:54:14.951Z | 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=6107a7a7ed65b708 -C extra-filename=-6107a7a7ed65b708 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
902 | 2024-11-19T16:54:15.889Z | Compiling openssl-macros v0.1.1 |
903 | 2024-11-19T16:54:15.912Z | 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=0dd15755e8f8f7f0 -C extra-filename=-0dd15755e8f8f7f0 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
904 | 2024-11-19T16:54:15.977Z | Compiling zerocopy v0.7.32 |
905 | 2024-11-19T16:54:16.002Z | 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=3763bf8e6a98e9d9 -C extra-filename=-3763bf8e6a98e9d9 --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-0fa6003449347c02.so --cap-lints allow '-Wclippy::unused-async'` |
906 | 2024-11-19T16:54:16.147Z | 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=b7f6a9e5d33228ee -C extra-filename=-b7f6a9e5d33228ee --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-0fa6003449347c02.so --cap-lints allow '-Wclippy::unused-async'` |
907 | 2024-11-19T16:54:16.577Z | Compiling futures-util v0.3.31 |
908 | 2024-11-19T16:54:16.602Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=8b90de86ddfc5a24 -C extra-filename=-8b90de86ddfc5a24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-755cc9ecd0730c40.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-3fff483c5685660c.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --cap-lints allow '-Wclippy::unused-async'` |
909 | 2024-11-19T16:54:16.602Z | 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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0723e682f4bffeb0 -C extra-filename=-0723e682f4bffeb0 --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-ee3cead77790af83.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
910 | 2024-11-19T16:54:16.730Z | 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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2da473f63c5dca62 -C extra-filename=-2da473f63c5dca62 --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-ee3cead77790af83.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
911 | 2024-11-19T16:54:16.857Z | Compiling scroll_derive v0.12.0 |
912 | 2024-11-19T16:54:16.881Z | 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=5e9c097fedf48f76 -C extra-filename=-5e9c097fedf48f76 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
913 | 2024-11-19T16:54:17.220Z | 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=835d448bf83e9fe0 -C extra-filename=-835d448bf83e9fe0 --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-3763bf8e6a98e9d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
914 | 2024-11-19T16:54:17.268Z | Compiling pest v2.7.6 |
915 | 2024-11-19T16:54:17.292Z | 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=bbce6630cfa4cae9 -C extra-filename=-bbce6630cfa4cae9 --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-0723e682f4bffeb0.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5e1d2324ca71bc5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
916 | 2024-11-19T16:54:17.396Z | 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=58a76dea25c3561c -C extra-filename=-58a76dea25c3561c --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-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
917 | 2024-11-19T16:54:17.493Z | Compiling tracing v0.1.40 |
918 | 2024-11-19T16:54:17.517Z | 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=e0a380a87b6f6a2f -C extra-filename=-e0a380a87b6f6a2f --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-6107a7a7ed65b708.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
919 | 2024-11-19T16:54:17.658Z | Compiling hashbrown v0.14.3 |
920 | 2024-11-19T16:54:17.682Z | 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=a3697d009583edc6 -C extra-filename=-a3697d009583edc6 --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-835d448bf83e9fe0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-57e30a43dfbd11c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
921 | 2024-11-19T16:54:17.839Z | 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=ab01495691db9c2c -C extra-filename=-ab01495691db9c2c --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-58a76dea25c3561c.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-c7f341e6b183c20a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
922 | 2024-11-19T16:54:17.886Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=58afa33f641c3405 -C extra-filename=-58afa33f641c3405 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-1c4fc6438ea263c2.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-755cc9ecd0730c40.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-563cea3451ee7e03.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --cap-lints allow '-Wclippy::unused-async'` |
923 | 2024-11-19T16:54:17.977Z | Compiling scroll v0.12.0 |
924 | 2024-11-19T16:54:18.001Z | 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=65e07b2604a39928 -C extra-filename=-65e07b2604a39928 --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-5e9c097fedf48f76.so --cap-lints allow '-Wclippy::unused-async'` |
925 | 2024-11-19T16:54:18.447Z | Compiling goblin v0.8.0 |
926 | 2024-11-19T16:54:18.471Z | 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=87b1e494d20577d2 -C extra-filename=-87b1e494d20577d2 --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-65e07b2604a39928.rmeta --cap-lints allow '-Wclippy::unused-async'` |
927 | 2024-11-19T16:54:18.830Z | Compiling httpdate v1.0.3 |
928 | 2024-11-19T16:54:18.854Z | 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'` |
929 | 2024-11-19T16:54:19.018Z | Compiling ppv-lite86 v0.2.17 |
930 | 2024-11-19T16:54:19.042Z | 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'` |
931 | 2024-11-19T16:54:19.122Z | 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'` |
932 | 2024-11-19T16:54:19.242Z | Compiling pest_meta v2.7.6 |
933 | 2024-11-19T16:54:19.265Z | 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=e80053f0c7d80c2b -C extra-filename=-e80053f0c7d80c2b --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-bbce6630cfa4cae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
934 | 2024-11-19T16:54:19.351Z | Compiling regex v1.10.6 |
935 | 2024-11-19T16:54:19.374Z | 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'` |
936 | 2024-11-19T16:54:19.508Z | Compiling unicode-normalization v0.1.22 |
937 | 2024-11-19T16:54:19.549Z | 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'` |
938 | 2024-11-19T16:54:19.710Z | Compiling rand_chacha v0.3.1 |
939 | 2024-11-19T16:54:19.734Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=924ed0023f5eaf2a -C extra-filename=-924ed0023f5eaf2a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-e3231558ee644cb9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
940 | 2024-11-19T16:54:19.797Z | 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.214/src/lib.rs --error-format=json --json=diagnostic-rendered-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=7721a15b8e5088b3 -C extra-filename=-7721a15b8e5088b3 --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-8975f2705021aea8.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)'` |
941 | 2024-11-19T16:54:20.226Z | 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.214/src/lib.rs --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=ac0f2fa738d2e01f -C extra-filename=-ac0f2fa738d2e01f --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-8975f2705021aea8.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)'` |
942 | 2024-11-19T16:54:20.375Z | Compiling pest_generator v2.7.6 |
943 | 2024-11-19T16:54:20.399Z | 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=7a23c2a737d5618a -C extra-filename=-7a23c2a737d5618a --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-bbce6630cfa4cae9.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-e80053f0c7d80c2b.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-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
944 | 2024-11-19T16:54:20.553Z | 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.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="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=22d47b0f078a0063 -C extra-filename=-22d47b0f078a0063 --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'` |
945 | 2024-11-19T16:54:21.661Z | 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'` |
946 | 2024-11-19T16:54:21.795Z | Compiling unicode-bidi v0.3.13 |
947 | 2024-11-19T16:54:21.818Z | 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'` |
948 | 2024-11-19T16:54:21.842Z | 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'` |
949 | 2024-11-19T16:54:21.913Z | 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'` |
950 | 2024-11-19T16:54:22.195Z | 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'` |
951 | 2024-11-19T16:54:22.261Z | Compiling pest_derive v2.7.6 |
952 | 2024-11-19T16:54:22.285Z | 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=20539895b255c4c5 -C extra-filename=-20539895b255c4c5 --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-bbce6630cfa4cae9.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-7a23c2a737d5618a.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-11-19T16:54:22.435Z | Compiling foreign-types-shared v0.1.1 |
954 | 2024-11-19T16:54:22.459Z | 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'` |
955 | 2024-11-19T16:54:22.543Z | Compiling foreign-types v0.3.2 |
956 | 2024-11-19T16:54:22.567Z | 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'` |
957 | 2024-11-19T16:54:22.640Z | Compiling idna v0.4.0 |
958 | 2024-11-19T16:54:22.664Z | 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-19T16:54:22.906Z | 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'` |
960 | 2024-11-19T16:54:22.990Z | Compiling dtrace-parser v0.2.0 |
961 | 2024-11-19T16:54:23.014Z | 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=fa149f583fb1b5cc -C extra-filename=-fa149f583fb1b5cc --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-bbce6630cfa4cae9.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-20539895b255c4c5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
962 | 2024-11-19T16:54:23.038Z | 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'` |
963 | 2024-11-19T16:54:23.172Z | Compiling rand v0.8.5 |
964 | 2024-11-19T16:54:23.195Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=b6c8d5bb0ed1d52e -C extra-filename=-b6c8d5bb0ed1d52e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2024-11-19T16:54:23.974Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8a8d99b6838e5acf -C extra-filename=-8a8d99b6838e5acf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
966 | 2024-11-19T16:54:24.230Z | 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'` |
967 | 2024-11-19T16:54:24.262Z | Compiling bytes v1.8.0 |
968 | 2024-11-19T16:54:24.285Z | 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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d25f18d0b543ff02 -C extra-filename=-d25f18d0b543ff02 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-11-19T16:54:24.311Z | 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.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=61cd0fe90fb4aedb -C extra-filename=-61cd0fe90fb4aedb --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
970 | 2024-11-19T16:54:24.668Z | Compiling indexmap v2.5.0 |
971 | 2024-11-19T16:54:24.692Z | 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=dfaf23fcf43a67ee -C extra-filename=-dfaf23fcf43a67ee --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-ab01495691db9c2c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
972 | 2024-11-19T16:54:25.147Z | 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.132/src/lib.rs --error-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=ba8d24320c15020c -C extra-filename=-ba8d24320c15020c --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
973 | 2024-11-19T16:54:25.180Z | 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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3a1ee00742128e38 -C extra-filename=-3a1ee00742128e38 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-11-19T16:54:25.274Z | 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=2cccbd5d7a03446b -C extra-filename=-2cccbd5d7a03446b --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-a3697d009583edc6.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
975 | 2024-11-19T16:54:25.423Z | Compiling tokio v1.39.3 |
976 | 2024-11-19T16:54:25.447Z | 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=63767ed2c151761e -C extra-filename=-63767ed2c151761e --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-d25f18d0b543ff02.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-8bf63eb927def9d3.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-d359db1c9ea615a2.so --cap-lints allow '-Wclippy::unused-async'` |
977 | 2024-11-19T16:54:25.538Z | Compiling bitflags v2.6.0 |
978 | 2024-11-19T16:54:25.561Z | 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=e95683b15f40bc4a -C extra-filename=-e95683b15f40bc4a --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2024-11-19T16:54:25.915Z | Compiling serde_tokenstream v0.2.2 |
980 | 2024-11-19T16:54:25.939Z | 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=777a7103da11c24e -C extra-filename=-777a7103da11c24e --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-ac0f2fa738d2e01f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
981 | 2024-11-19T16:54:25.939Z | Compiling http v1.1.0 |
982 | 2024-11-19T16:54:25.939Z | 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=7ad4600dc32dee11 -C extra-filename=-7ad4600dc32dee11 --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-3a1ee00742128e38.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'` |
983 | 2024-11-19T16:54:26.165Z | Compiling uuid v1.11.0 |
984 | 2024-11-19T16:54:26.202Z | 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=710dace9e946cb89 -C extra-filename=-710dace9e946cb89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
985 | 2024-11-19T16:54:26.407Z | Compiling chrono v0.4.38 |
986 | 2024-11-19T16:54:26.431Z | 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=a1de11d364db0941 -C extra-filename=-a1de11d364db0941 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
987 | 2024-11-19T16:54:26.496Z | 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=dc780e1771a56145 -C extra-filename=-dc780e1771a56145 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
988 | 2024-11-19T16:54:26.818Z | 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=8f0f02c8afc5b18d -C extra-filename=-8f0f02c8afc5b18d --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-ac0f2fa738d2e01f.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)'` |
989 | 2024-11-19T16:54:26.862Z | 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=04ba54492958d696 -C extra-filename=-04ba54492958d696 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
990 | 2024-11-19T16:54:27.227Z | 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=95b5413a0f5b862d -C extra-filename=-95b5413a0f5b862d --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-d25f18d0b543ff02.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'` |
991 | 2024-11-19T16:54:27.379Z | 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=5122fe8c6f64e7c6 -C extra-filename=-5122fe8c6f64e7c6 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
992 | 2024-11-19T16:54:27.588Z | Compiling openapiv3 v2.0.0 |
993 | 2024-11-19T16:54:27.612Z | 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=20d26e57ed4fae8e -C extra-filename=-20d26e57ed4fae8e --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-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
994 | 2024-11-19T16:54:27.710Z | 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=a375c55865c5c102 -C extra-filename=-a375c55865c5c102 --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-3a1ee00742128e38.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-33e91a0c775d4f6f.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-3bcc9ca13f09f7be.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-4c4dfbe7bb1d2a4a.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-8a9252db49fae672.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-d359db1c9ea615a2.so --cap-lints allow '-Wclippy::unused-async'` |
995 | 2024-11-19T16:54:27.755Z | Compiling dof v0.3.0 |
996 | 2024-11-19T16:54:27.779Z | 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=43ba37a273973ff6 -C extra-filename=-43ba37a273973ff6 --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-87b1e494d20577d2.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-0b7fbda6cacbfd96.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-3763bf8e6a98e9d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-11-19T16:54:29.070Z | 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=13835631da52351a -C extra-filename=-13835631da52351a --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-3a1ee00742128e38.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.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-7f5c4aacaa17ef6d.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
998 | 2024-11-19T16:54:29.110Z | 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=96de900ed9f0ca8e -C extra-filename=-96de900ed9f0ca8e --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-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.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-7f5c4aacaa17ef6d.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
999 | 2024-11-19T16:54:29.297Z | Compiling http-body v1.0.1 |
1000 | 2024-11-19T16:54:29.321Z | 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=c0cfcc1f46a099c2 -C extra-filename=-c0cfcc1f46a099c2 --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-d25f18d0b543ff02.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1001 | 2024-11-19T16:54:29.530Z | Compiling toml_datetime v0.6.8 |
1002 | 2024-11-19T16:54:29.554Z | 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=e435f34c37fa4b32 -C extra-filename=-e435f34c37fa4b32 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1003 | 2024-11-19T16:54:29.693Z | 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=4d8b34669af8766b -C extra-filename=-4d8b34669af8766b --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-43ba37a273973ff6.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-00a68d0727f02c27.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-4892d26b1d346a93.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1004 | 2024-11-19T16:54:29.905Z | Compiling mime v0.3.17 |
1005 | 2024-11-19T16:54:29.929Z | 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'` |
1006 | 2024-11-19T16:54:30.430Z | Compiling tower-service v0.3.2 |
1007 | 2024-11-19T16:54:30.453Z | 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'` |
1008 | 2024-11-19T16:54:30.556Z | 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'` |
1009 | 2024-11-19T16:54:30.714Z | Compiling usdt-attr-macro v0.5.0 |
1010 | 2024-11-19T16:54:30.737Z | 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=01e04b432dd2e36c -C extra-filename=-01e04b432dd2e36c --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-fa149f583fb1b5cc.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-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1011 | 2024-11-19T16:54:30.737Z | Compiling usdt-macro v0.5.0 |
1012 | 2024-11-19T16:54:30.737Z | 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=8c36243f9802e2e4 -C extra-filename=-8c36243f9802e2e4 --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-fa149f583fb1b5cc.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-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-11-19T16:54:30.899Z | 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=ee6cd55ae4d405f9 -C extra-filename=-ee6cd55ae4d405f9 --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-3a1ee00742128e38.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1014 | 2024-11-19T16:54:31.111Z | 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=2972569115861fe4 -C extra-filename=-2972569115861fe4 --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-e95683b15f40bc4a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-659617a04dda1820.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-0dd15755e8f8f7f0.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a8d99b6838e5acf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1015 | 2024-11-19T16:54:31.434Z | Compiling serde_spanned v0.6.7 |
1016 | 2024-11-19T16:54:31.459Z | 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=91dbc1c27ae567d9 -C extra-filename=-91dbc1c27ae567d9 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2024-11-19T16:54:31.644Z | 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=5362e67b27c8e793 -C extra-filename=-5362e67b27c8e793 --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-6107a7a7ed65b708.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1018 | 2024-11-19T16:54:31.671Z | 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'` |
1019 | 2024-11-19T16:54:31.977Z | Compiling url v2.4.1 |
1020 | 2024-11-19T16:54:31.977Z | 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'` |
1021 | 2024-11-19T16:54:32.010Z | 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` |
1022 | 2024-11-19T16:54:32.054Z | Compiling errno v0.3.9 |
1023 | 2024-11-19T16:54:32.078Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e238586d6609dee9 -C extra-filename=-e238586d6609dee9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1024 | 2024-11-19T16:54:32.129Z | 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'` |
1025 | 2024-11-19T16:54:32.271Z | Compiling tokio-util v0.7.11 |
1026 | 2024-11-19T16:54:32.295Z | 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=65cea170a1c51f04 -C extra-filename=-65cea170a1c51f04 --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-d25f18d0b543ff02.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1027 | 2024-11-19T16:54:32.494Z | Compiling openssl-probe v0.1.5 |
1028 | 2024-11-19T16:54:32.517Z | 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'` |
1029 | 2024-11-19T16:54:32.541Z | 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'` |
1030 | 2024-11-19T16:54:32.675Z | 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'` |
1031 | 2024-11-19T16:54:32.829Z | Compiling rustversion v1.0.14 |
1032 | 2024-11-19T16:54:32.855Z | 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'` |
1033 | 2024-11-19T16:54:32.943Z | 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'` |
1034 | 2024-11-19T16:54:33.047Z | Compiling h2 v0.4.6 |
1035 | 2024-11-19T16:54:33.071Z | 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=2cabc8475a50ab8b -C extra-filename=-2cabc8475a50ab8b --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-d25f18d0b543ff02.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-0545aa1d973d5254.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1036 | 2024-11-19T16:54:33.173Z | 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'` |
1037 | 2024-11-19T16:54:33.359Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-002dd1575073c150/build-script-build` |
1038 | 2024-11-19T16:54:33.412Z | 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=5cabb3892a63cc6c -C extra-filename=-5cabb3892a63cc6c --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-e95683b15f40bc4a.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-e238586d6609dee9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1039 | 2024-11-19T16:54:33.436Z | Compiling http-body-util v0.1.2 |
1040 | 2024-11-19T16:54:33.436Z | 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=e74ea6a896a3e54a -C extra-filename=-e74ea6a896a3e54a --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-d25f18d0b543ff02.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1041 | 2024-11-19T16:54:33.549Z | Compiling regress v0.10.1 |
1042 | 2024-11-19T16:54:33.572Z | 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=7a321df352322447 -C extra-filename=-7a321df352322447 --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-a3697d009583edc6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1043 | 2024-11-19T16:54:33.862Z | Compiling encoding_rs v0.8.33 |
1044 | 2024-11-19T16:54:33.887Z | 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'` |
1045 | 2024-11-19T16:54:34.268Z | 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'` |
1046 | 2024-11-19T16:54:35.043Z | 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=c3c661979ba1920a -C extra-filename=-c3c661979ba1920a --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-3a1ee00742128e38.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2024-11-19T16:54:36.087Z | 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=937e3c856c48545c -C extra-filename=-937e3c856c48545c --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-2972569115861fe4.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-738de8733e20c290.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a8d99b6838e5acf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1048 | 2024-11-19T16:54:36.149Z | 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=f3b13fae1245e640 -C extra-filename=-f3b13fae1245e640 --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-3a1ee00742128e38.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-c825de7bfa33bb7d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-2aa67c0aa2b4b504.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-c3c661979ba1920a.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2024-11-19T16:54:36.666Z | 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'` |
1050 | 2024-11-19T16:54:37.042Z | 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'` |
1051 | 2024-11-19T16:54:37.150Z | Compiling hyper v1.4.1 |
1052 | 2024-11-19T16:54:37.174Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=791f89756666ab60 -C extra-filename=-791f89756666ab60 --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-d25f18d0b543ff02.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-2cabc8475a50ab8b.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.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-63767ed2c151761e.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-505fffd479eb3e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1053 | 2024-11-19T16:54:37.355Z | Compiling powerfmt v0.2.0 |
1054 | 2024-11-19T16:54:37.379Z | 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'` |
1055 | 2024-11-19T16:54:37.591Z | Compiling ipnet v2.9.0 |
1056 | 2024-11-19T16:54:37.615Z | 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'` |
1057 | 2024-11-19T16:54:37.680Z | Compiling base64 v0.22.1 |
1058 | 2024-11-19T16:54:37.704Z | 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'` |
1059 | 2024-11-19T16:54:38.041Z | Compiling deranged v0.3.9 |
1060 | 2024-11-19T16:54:38.065Z | 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'` |
1061 | 2024-11-19T16:54:38.281Z | Compiling rustls-pemfile v2.1.3 |
1062 | 2024-11-19T16:54:38.305Z | 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'` |
1063 | 2024-11-19T16:54:38.349Z | 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'` |
1064 | 2024-11-19T16:54:38.439Z | Compiling typify-impl v0.2.0 |
1065 | 2024-11-19T16:54:38.463Z | 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=4415317af80631d9 -C extra-filename=-4415317af80631d9 --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-7a321df352322447.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1066 | 2024-11-19T16:54:38.614Z | Compiling tokio-native-tls v0.3.1 |
1067 | 2024-11-19T16:54:38.637Z | 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=0368a1012b45fb31 -C extra-filename=-0368a1012b45fb31 --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-937e3c856c48545c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1068 | 2024-11-19T16:54:38.709Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c7935545ea9859d9 -C extra-filename=-c7935545ea9859d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-5e000166dae759bc.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2024-11-19T16:54:38.733Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=101239d14d794f33 -C extra-filename=-101239d14d794f33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-66bd84ca47149dc9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1070 | 2024-11-19T16:54:38.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db76885ec66862d2 -C extra-filename=-db76885ec66862d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2024-11-19T16:54:39.330Z | Compiling hyper-util v0.1.9 |
1072 | 2024-11-19T16:54:39.354Z | 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=a33487844d1bf02a -C extra-filename=-a33487844d1bf02a --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-d25f18d0b543ff02.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1073 | 2024-11-19T16:54:39.427Z | 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=8de5c938a54f06eb -C extra-filename=-8de5c938a54f06eb --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1074 | 2024-11-19T16:54:39.578Z | Compiling serde_urlencoded v0.7.1 |
1075 | 2024-11-19T16:54:39.602Z | 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=06328031112a97c2 -C extra-filename=-06328031112a97c2 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2024-11-19T16:54:39.900Z | Compiling futures-executor v0.3.31 |
1077 | 2024-11-19T16:54:39.925Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a5917bdfef2192aa -C extra-filename=-a5917bdfef2192aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2024-11-19T16:54:40.020Z | Compiling webpki-roots v0.26.6 |
1079 | 2024-11-19T16:54:40.044Z | 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'` |
1080 | 2024-11-19T16:54:40.085Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=0d8f366abf8f9298 -C extra-filename=-0d8f366abf8f9298 --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-3a1ee00742128e38.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-f3b13fae1245e640.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.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-a375c55865c5c102.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-de1d8e50ceed248d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2024-11-19T16:54:40.131Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9937af9a4beda013 -C extra-filename=-9937af9a4beda013 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1082 | 2024-11-19T16:54:40.233Z | 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'` |
1083 | 2024-11-19T16:54:40.404Z | Compiling num_threads v0.1.6 |
1084 | 2024-11-19T16:54:40.428Z | 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'` |
1085 | 2024-11-19T16:54:40.524Z | 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'` |
1086 | 2024-11-19T16:54:40.634Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d04adf0f47c984 -C extra-filename=-12d04adf0f47c984 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1087 | 2024-11-19T16:54:40.750Z | Compiling time v0.3.36 |
1088 | 2024-11-19T16:54:40.774Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0759e65d5bf9f55f -C extra-filename=-0759e65d5bf9f55f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-16b1783f60861e83.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-6aedc93b1377bf41.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-e85aebce9f0a4518.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-e656538382e75b76.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-1c1fd77ac9810478.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-8520209be44b255b.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2024-11-19T16:54:41.201Z | 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=27b19f547bfddf4e -C extra-filename=-27b19f547bfddf4e --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-5122fe8c6f64e7c6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-a481f752b39bc4aa.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-0dd15755e8f8f7f0.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9937af9a4beda013.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1090 | 2024-11-19T16:54:41.680Z | Compiling hyper-tls v0.6.0 |
1091 | 2024-11-19T16:54:41.704Z | 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=a1102865789f25bc -C extra-filename=-a1102865789f25bc --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-d25f18d0b543ff02.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-a33487844d1bf02a.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-937e3c856c48545c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-0368a1012b45fb31.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` |
1092 | 2024-11-19T16:54:41.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=aa97d7bb3dd7b232 -C extra-filename=-aa97d7bb3dd7b232 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c7935545ea9859d9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1093 | 2024-11-19T16:54:42.049Z | Compiling block-buffer v0.10.4 |
1094 | 2024-11-19T16:54:42.073Z | 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'` |
1095 | 2024-11-19T16:54:42.248Z | 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=881ba7816e988653 -C extra-filename=-881ba7816e988653 --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-3a1ee00742128e38.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-8a9252db49fae672.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1096 | 2024-11-19T16:54:42.833Z | 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` |
1097 | 2024-11-19T16:54:43.102Z | Compiling sync_wrapper v1.0.1 |
1098 | 2024-11-19T16:54:43.126Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=ab6aacbdb211a356 -C extra-filename=-ab6aacbdb211a356 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1099 | 2024-11-19T16:54:43.232Z | 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'` |
1100 | 2024-11-19T16:54:43.479Z | Compiling camino v1.1.9 |
1101 | 2024-11-19T16:54:43.503Z | 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'` |
1102 | 2024-11-19T16:54:43.990Z | 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'` |
1103 | 2024-11-19T16:54:44.255Z | 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'` |
1104 | 2024-11-19T16:54:44.318Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-09afcb09feb91121/build-script-build` |
1105 | 2024-11-19T16:54:44.390Z | Compiling digest v0.10.7 |
1106 | 2024-11-19T16:54:44.414Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=999344459ef5a67a -C extra-filename=-999344459ef5a67a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-d95f532fda6cc583.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1107 | 2024-11-19T16:54:44.479Z | 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=24e1fda7e9620f3f -C extra-filename=-24e1fda7e9620f3f --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-3a1ee00742128e38.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1108 | 2024-11-19T16:54:44.479Z | 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=f0f1f147f4e06733 -C extra-filename=-f0f1f147f4e06733 --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-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2024-11-19T16:54:44.652Z | 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'` |
1110 | 2024-11-19T16:54:44.814Z | 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=fa794215987dc641 -C extra-filename=-fa794215987dc641 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2024-11-19T16:54:44.927Z | 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=9dfb715720f8b512 -C extra-filename=-9dfb715720f8b512 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2024-11-19T16:54:45.047Z | 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=822c2fe7af9ba493 -C extra-filename=-822c2fe7af9ba493 --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-5e9c097fedf48f76.so --cap-lints allow '-Wclippy::unused-async'` |
1113 | 2024-11-19T16:54:45.415Z | 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'` |
1114 | 2024-11-19T16:54:45.560Z | 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'` |
1115 | 2024-11-19T16:54:45.921Z | 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'` |
1116 | 2024-11-19T16:54:46.149Z | 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=57da9d7a913df298 -C extra-filename=-57da9d7a913df298 --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-27b19f547bfddf4e.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-0a747c35134998cb.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-9937af9a4beda013.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1117 | 2024-11-19T16:54:46.365Z | 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'` |
1118 | 2024-11-19T16:54:46.518Z | Compiling either v1.13.0 |
1119 | 2024-11-19T16:54:46.542Z | 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'` |
1120 | 2024-11-19T16:54:46.568Z | 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'` |
1121 | 2024-11-19T16:54:46.614Z | 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'` |
1122 | 2024-11-19T16:54:46.816Z | 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'` |
1123 | 2024-11-19T16:54:46.909Z | 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'` |
1124 | 2024-11-19T16:54:47.038Z | 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'` |
1125 | 2024-11-19T16:54:47.190Z | Compiling winnow v0.5.19 |
1126 | 2024-11-19T16:54:47.214Z | 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'` |
1127 | 2024-11-19T16:54:47.238Z | 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=0db405a74d4a6b08 -C extra-filename=-0db405a74d4a6b08 --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-822c2fe7af9ba493.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2024-11-19T16:54:47.409Z | 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'` |
1129 | 2024-11-19T16:54:47.648Z | 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=5a643cf823df8ee7 -C extra-filename=-5a643cf823df8ee7 --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-2da473f63c5dca62.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-bfa39d2e97bb301b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-11-19T16:54:47.788Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cf178374344abd17 -C extra-filename=-cf178374344abd17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-e6489994452eb7a0.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-26189c91c37b463d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-bd1ed0976a6e28e2.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-dafba719e33b646c.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-475ee10ed46dee98.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-3d2a87d5f125ae47.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --cap-lints allow '-Wclippy::unused-async'` |
1131 | 2024-11-19T16:54:48.054Z | 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` |
1132 | 2024-11-19T16:54:48.377Z | Compiling typify-macro v0.2.0 |
1133 | 2024-11-19T16:54:48.400Z | 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=c29e946bc7815c64 -C extra-filename=-c29e946bc7815c64 --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-13835631da52351a.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-4415317af80631d9.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1134 | 2024-11-19T16:54:48.500Z | 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=794c86529ae52d9a -C extra-filename=-794c86529ae52d9a --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-57da9d7a913df298.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1135 | 2024-11-19T16:54:48.735Z | 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=34c6ebe0ed61dd82 -C extra-filename=-34c6ebe0ed61dd82 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2024-11-19T16:54:49.119Z | 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'` |
1137 | 2024-11-19T16:54:49.171Z | 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'` |
1138 | 2024-11-19T16:54:49.294Z | 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=1ebc624ed3c38f5a -C extra-filename=-1ebc624ed3c38f5a --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-3a1ee00742128e38.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-881ba7816e988653.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-57da9d7a913df298.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-794c86529ae52d9a.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` |
1139 | 2024-11-19T16:54:49.375Z | Compiling async-trait v0.1.83 |
1140 | 2024-11-19T16:54:49.399Z | 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=6e654c95b0df562a -C extra-filename=-6e654c95b0df562a --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1141 | 2024-11-19T16:54:49.679Z | 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=06da4aba048fad48 -C extra-filename=-06da4aba048fad48 --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-5a643cf823df8ee7.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-20539895b255c4c5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2024-11-19T16:54:50.003Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=41a71b75934fc850 -C extra-filename=-41a71b75934fc850 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1143 | 2024-11-19T16:54:50.142Z | Compiling num-integer v0.1.46 |
1144 | 2024-11-19T16:54:50.166Z | 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'` |
1145 | 2024-11-19T16:54:50.198Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f0a59787f13b1cc -C extra-filename=-7f0a59787f13b1cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2024-11-19T16:54:50.285Z | 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'` |
1147 | 2024-11-19T16:54:50.789Z | Compiling unsafe-libyaml v0.2.9 |
1148 | 2024-11-19T16:54:50.813Z | 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'` |
1149 | 2024-11-19T16:54:51.183Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=d5b588947fadf0d8 -C extra-filename=-d5b588947fadf0d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-2fc27377c9de1429.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bcd7f73890bba50b.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-20dc915ca174459c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1150 | 2024-11-19T16:54:51.207Z | 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'` |
1151 | 2024-11-19T16:54:51.245Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=95d01d9b804deb64 -C extra-filename=-95d01d9b804deb64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1152 | 2024-11-19T16:54:51.366Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7b0e0913d6b57bfb -C extra-filename=-7b0e0913d6b57bfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1153 | 2024-11-19T16:54:51.417Z | Compiling memmap v0.7.0 |
1154 | 2024-11-19T16:54:51.441Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c29d5e95a10bfa2e -C extra-filename=-c29d5e95a10bfa2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2024-11-19T16:54:51.466Z | Compiling typify v0.2.0 |
1156 | 2024-11-19T16:54:51.466Z | 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=d1e8f92261fa58a6 -C extra-filename=-d1e8f92261fa58a6 --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-4415317af80631d9.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-c29e946bc7815c64.so --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2024-11-19T16:54:51.599Z | Compiling progenitor-impl v0.8.0 |
1158 | 2024-11-19T16:54:51.624Z | 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=7a694b50e3d3ac6d -C extra-filename=-7a694b50e3d3ac6d --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-7ad4600dc32dee11.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.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-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-d1e8f92261fa58a6.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-71794c01ccb2dc76.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2024-11-19T16:54:51.759Z | Compiling utf8parse v0.2.1 |
1160 | 2024-11-19T16:54:51.784Z | 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'` |
1161 | 2024-11-19T16:54:51.921Z | 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=a222bc0560c07e46 -C extra-filename=-a222bc0560c07e46 --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-0db405a74d4a6b08.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-c401145ebaa8ecd8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1162 | 2024-11-19T16:54:52.102Z | Compiling serde_yaml v0.9.27 |
1163 | 2024-11-19T16:54:52.127Z | 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=41d26071168defdb -C extra-filename=-41d26071168defdb --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-2cccbd5d7a03446b.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-ac0f2fa738d2e01f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-b08f6e94e99c78a2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2024-11-19T16:54:52.216Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=8a9b95e96b819e98 -C extra-filename=-8a9b95e96b819e98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-61bc18beb6106008.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-d5b588947fadf0d8.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1165 | 2024-11-19T16:54:52.240Z | Compiling hex v0.4.3 |
1166 | 2024-11-19T16:54:52.240Z | 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=d31eafa0be82002d -C extra-filename=-d31eafa0be82002d --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1167 | 2024-11-19T16:54:52.283Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f7ad8dfe3bacd28b -C extra-filename=-f7ad8dfe3bacd28b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1168 | 2024-11-19T16:54:52.363Z | Compiling clap_derive v4.5.18 |
1169 | 2024-11-19T16:54:52.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=f161513d491ccf04 -C extra-filename=-f161513d491ccf04 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1170 | 2024-11-19T16:54:52.596Z | 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=f306540a2375c8b0 -C extra-filename=-f306540a2375c8b0 --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-a222bc0560c07e46.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-06da4aba048fad48.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-44a7ac59217122e8.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-24ea91741defd4ac.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-7f0a59787f13b1cc.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1171 | 2024-11-19T16:54:52.670Z | 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'` |
1172 | 2024-11-19T16:54:52.799Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00404ab0b0f05358 -C extra-filename=-00404ab0b0f05358 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1173 | 2024-11-19T16:54:52.971Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdd713edcc43227b -C extra-filename=-bdd713edcc43227b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1174 | 2024-11-19T16:54:53.266Z | Compiling usdt v0.5.0 |
1175 | 2024-11-19T16:54:53.266Z | 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=52fe705de3e6d32f -C extra-filename=-52fe705de3e6d32f --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-a222bc0560c07e46.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-06da4aba048fad48.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-0db405a74d4a6b08.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-c29d5e95a10bfa2e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-01e04b432dd2e36c.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-f306540a2375c8b0.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-8c36243f9802e2e4.so --cap-lints allow '-Wclippy::unused-async'` |
1176 | 2024-11-19T16:54:53.292Z | Compiling siphasher v0.3.11 |
1177 | 2024-11-19T16:54:53.292Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=9d7380afa3bc83b5 -C extra-filename=-9d7380afa3bc83b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1178 | 2024-11-19T16:54:53.608Z | 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'` |
1179 | 2024-11-19T16:54:53.750Z | Compiling anstyle-parse v0.2.2 |
1180 | 2024-11-19T16:54:53.774Z | 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'` |
1181 | 2024-11-19T16:54:53.775Z | Compiling phf_shared v0.11.2 |
1182 | 2024-11-19T16:54:53.775Z | 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'` |
1183 | 2024-11-19T16:54:53.775Z | 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=9f53ad4ea74500ac -C extra-filename=-9f53ad4ea74500ac --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-43ba37a273973ff6.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-fa149f583fb1b5cc.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-87b1e494d20577d2.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-bdd713edcc43227b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-01e04b432dd2e36c.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-8c36243f9802e2e4.so --cap-lints allow '-Wclippy::unused-async'` |
1184 | 2024-11-19T16:54:53.924Z | 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=bdff5b82d8da383e -C extra-filename=-bdff5b82d8da383e --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-5122fe8c6f64e7c6.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-00404ab0b0f05358.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1185 | 2024-11-19T16:54:54.043Z | Compiling toml_edit v0.19.15 |
1186 | 2024-11-19T16:54:54.068Z | 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=b13c9aa97738cfd3 -C extra-filename=-b13c9aa97738cfd3 --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-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-11-19T16:54:54.097Z | 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=f8b6bfad8bb645a9 -C extra-filename=-f8b6bfad8bb645a9 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1188 | 2024-11-19T16:54:54.185Z | Compiling anstyle-query v1.0.0 |
1189 | 2024-11-19T16:54:54.209Z | 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'` |
1190 | 2024-11-19T16:54:54.313Z | Compiling colorchoice v1.0.0 |
1191 | 2024-11-19T16:54:54.338Z | 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'` |
1192 | 2024-11-19T16:54:54.523Z | Compiling anstyle v1.0.8 |
1193 | 2024-11-19T16:54:54.547Z | 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'` |
1194 | 2024-11-19T16:54:54.658Z | Compiling rustls v0.22.4 |
1195 | 2024-11-19T16:54:54.682Z | 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'` |
1196 | 2024-11-19T16:54:54.916Z | Compiling anstream v0.6.12 |
1197 | 2024-11-19T16:54:54.944Z | 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'` |
1198 | 2024-11-19T16:54:54.970Z | Compiling num-iter v0.1.45 |
1199 | 2024-11-19T16:54:54.970Z | 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'` |
1200 | 2024-11-19T16:54:55.089Z | 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'` |
1201 | 2024-11-19T16:54:55.119Z | Compiling strsim v0.11.0 |
1202 | 2024-11-19T16:54:55.144Z | 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'` |
1203 | 2024-11-19T16:54:55.256Z | Compiling clap_lex v0.7.0 |
1204 | 2024-11-19T16:54:55.280Z | 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'` |
1205 | 2024-11-19T16:54:55.465Z | Compiling bitflags v1.3.2 |
1206 | 2024-11-19T16:54:55.489Z | 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'` |
1207 | 2024-11-19T16:54:55.563Z | Compiling paste v1.0.15 |
1208 | 2024-11-19T16:54:55.588Z | 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'` |
1209 | 2024-11-19T16:54:55.657Z | 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'` |
1210 | 2024-11-19T16:54:55.701Z | 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=c63d2c5ee78efeda -C extra-filename=-c63d2c5ee78efeda --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-ab01495691db9c2c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2024-11-19T16:54:55.728Z | Compiling multer v3.1.0 |
1212 | 2024-11-19T16:54:55.752Z | 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'` |
1213 | 2024-11-19T16:54:55.884Z | Compiling terminal_size v0.4.0 |
1214 | 2024-11-19T16:54:55.909Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ea2cee549205101 -C extra-filename=-1ea2cee549205101 --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-bdff5b82d8da383e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1215 | 2024-11-19T16:54:55.965Z | 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'` |
1216 | 2024-11-19T16:54:56.008Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-75740250ed219447/build-script-build` |
1217 | 2024-11-19T16:54:56.036Z | Compiling clap_builder v4.5.20 |
1218 | 2024-11-19T16:54:56.062Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=ccdbeba0238493fc -C extra-filename=-ccdbeba0238493fc --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-1ea2cee549205101.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1219 | 2024-11-19T16:54:56.096Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30b287a4780d0306 -C extra-filename=-30b287a4780d0306 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2024-11-19T16:54:56.121Z | Compiling omicron-workspace-hack v0.1.0 |
1221 | 2024-11-19T16:54:56.121Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c26b8109d3aa82d -C extra-filename=-6c26b8109d3aa82d --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2024-11-19T16:54:56.287Z | 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'` |
1223 | 2024-11-19T16:54:56.379Z | Compiling slog-async v2.8.0 |
1224 | 2024-11-19T16:54:56.403Z | 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'` |
1225 | 2024-11-19T16:54:56.404Z | 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'` |
1226 | 2024-11-19T16:54:56.452Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-6c26b8109d3aa82d/build-script-build` |
1227 | 2024-11-19T16:54:56.479Z | 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"))'` |
1228 | 2024-11-19T16:54:56.549Z | 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'` |
1229 | 2024-11-19T16:54:56.574Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-5c817e893026d061/build-script-build` |
1230 | 2024-11-19T16:54:56.647Z | 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'` |
1231 | 2024-11-19T16:54:56.711Z | Compiling progenitor-macro v0.8.0 |
1232 | 2024-11-19T16:54:56.735Z | 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=871edbf2219dbec0 -C extra-filename=-871edbf2219dbec0 --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-20d26e57ed4fae8e.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-7a694b50e3d3ac6d.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-41d26071168defdb.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2024-11-19T16:54:56.810Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
1234 | 2024-11-19T16:54:56.873Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07e048cb90de8b29 -C extra-filename=-07e048cb90de8b29 --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-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1235 | 2024-11-19T16:54:57.060Z | Compiling async-stream-impl v0.3.5 |
1236 | 2024-11-19T16:54:57.085Z | 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=f5231844657db178 -C extra-filename=-f5231844657db178 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1237 | 2024-11-19T16:54:57.248Z | Compiling cpufeatures v0.2.12 |
1238 | 2024-11-19T16:54:57.273Z | 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'` |
1239 | 2024-11-19T16:54:57.394Z | 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'` |
1240 | 2024-11-19T16:54:57.419Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8278806cdfb948a9 -C extra-filename=-8278806cdfb948a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1241 | 2024-11-19T16:54:57.654Z | Compiling dropshot v0.12.0 |
1242 | 2024-11-19T16:54:57.679Z | 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'` |
1243 | 2024-11-19T16:54:57.895Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=c306063a241ff9f7 -C extra-filename=-c306063a241ff9f7 --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-07e048cb90de8b29.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1244 | 2024-11-19T16:54:57.991Z | Compiling strsim v0.10.0 |
1245 | 2024-11-19T16:54:58.016Z | 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'` |
1246 | 2024-11-19T16:54:58.179Z | Compiling arrayvec v0.7.4 |
1247 | 2024-11-19T16:54:58.204Z | 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'` |
1248 | 2024-11-19T16:54:58.229Z | Compiling ident_case v1.0.1 |
1249 | 2024-11-19T16:54:58.229Z | 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'` |
1250 | 2024-11-19T16:54:58.383Z | 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'` |
1251 | 2024-11-19T16:54:58.514Z | Compiling darling_core v0.20.3 |
1252 | 2024-11-19T16:54:58.539Z | 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=318bc24e96224a1c -C extra-filename=-318bc24e96224a1c --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-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1253 | 2024-11-19T16:54:58.616Z | 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=150c2a785c4356cc -C extra-filename=-150c2a785c4356cc --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-c63d2c5ee78efeda.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1254 | 2024-11-19T16:54:58.725Z | 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'` |
1255 | 2024-11-19T16:54:59.078Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-fa5fdedfce218689/build-script-build` |
1256 | 2024-11-19T16:54:59.146Z | Compiling dropshot_endpoint v0.12.0 |
1257 | 2024-11-19T16:54:59.171Z | 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=325e6d1b02144590 -C extra-filename=-325e6d1b02144590 --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-ac0f2fa738d2e01f.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-777a7103da11c24e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1258 | 2024-11-19T16:54:59.469Z | Compiling clap v4.5.20 |
1259 | 2024-11-19T16:54:59.494Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=84d30c4eece83bca -C extra-filename=-84d30c4eece83bca --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-ccdbeba0238493fc.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-f161513d491ccf04.so --cap-lints allow '-Wclippy::unused-async'` |
1260 | 2024-11-19T16:54:59.604Z | 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'` |
1261 | 2024-11-19T16:54:59.766Z | 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=e5071d0de9cafe7c -C extra-filename=-e5071d0de9cafe7c --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-7721a15b8e5088b3.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)'` |
1262 | 2024-11-19T16:55:00.665Z | Compiling futures v0.3.31 |
1263 | 2024-11-19T16:55:00.689Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=77c4d1909e2201c7 -C extra-filename=-77c4d1909e2201c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31623b45b308b746.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2024-11-19T16:55:00.776Z | Compiling strum_macros v0.26.4 |
1265 | 2024-11-19T16:55:00.801Z | 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=a0e177a9a53f068e -C extra-filename=-a0e177a9a53f068e --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1266 | 2024-11-19T16:55:02.303Z | 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=7e10048ea022ef94 -C extra-filename=-7e10048ea022ef94 --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-150c2a785c4356cc.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-c29e946bc7815c64.so --cap-lints allow '-Wclippy::unused-async'` |
1267 | 2024-11-19T16:55:02.456Z | 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=55efb8ceef7a61e7 -C extra-filename=-55efb8ceef7a61e7 --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-95b5413a0f5b862d.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-7e10048ea022ef94.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-963cb6cf0ae0886e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2024-11-19T16:55:02.549Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5cf4f0dfc9c82849 -C extra-filename=-5cf4f0dfc9c82849 --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-c306063a241ff9f7.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-f161513d491ccf04.so --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-11-19T16:55:02.575Z | Compiling darling_macro v0.20.3 |
1270 | 2024-11-19T16:55:02.575Z | 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=663388d559843837 -C extra-filename=-663388d559843837 --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-318bc24e96224a1c.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ea39e29a71c829f5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-11-19T16:55:02.616Z | 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=908fd40ce752c157 -C extra-filename=-908fd40ce752c157 --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-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0309d94b778620e1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1272 | 2024-11-19T16:55:02.641Z | Compiling crossbeam-channel v0.5.13 |
1273 | 2024-11-19T16:55:02.641Z | 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'` |
1274 | 2024-11-19T16:55:03.397Z | Compiling thread_local v1.1.7 |
1275 | 2024-11-19T16:55:03.421Z | 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'` |
1276 | 2024-11-19T16:55:03.624Z | Compiling winnow v0.6.18 |
1277 | 2024-11-19T16:55:03.649Z | 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'` |
1278 | 2024-11-19T16:55:03.933Z | Compiling match_cfg v0.1.0 |
1279 | 2024-11-19T16:55:03.957Z | 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'` |
1280 | 2024-11-19T16:55:04.026Z | Compiling hostname v0.3.1 |
1281 | 2024-11-19T16:55:04.051Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=05db6633f95886d0 -C extra-filename=-05db6633f95886d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-798971742d3b6cb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1282 | 2024-11-19T16:55:04.214Z | Compiling darling v0.20.3 |
1283 | 2024-11-19T16:55:04.239Z | 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=e53ec0b8502c171c -C extra-filename=-e53ec0b8502c171c --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-318bc24e96224a1c.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-663388d559843837.so --cap-lints allow '-Wclippy::unused-async'` |
1284 | 2024-11-19T16:55:04.296Z | Compiling dirs-sys-next v0.1.2 |
1285 | 2024-11-19T16:55:04.321Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9b10872c6ef6be8 -C extra-filename=-b9b10872c6ef6be8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1286 | 2024-11-19T16:55:04.350Z | Compiling serde_with_macros v3.9.0 |
1287 | 2024-11-19T16:55:04.351Z | 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=0b9395b9bfdd461f -C extra-filename=-0b9395b9bfdd461f --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-e53ec0b8502c171c.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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1288 | 2024-11-19T16:55:04.977Z | Compiling dirs-next v2.0.0 |
1289 | 2024-11-19T16:55:05.002Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=900d9dca348d6c1d -C extra-filename=-900d9dca348d6c1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-b9b10872c6ef6be8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1290 | 2024-11-19T16:55:05.163Z | Compiling structmeta-derive v0.3.0 |
1291 | 2024-11-19T16:55:05.187Z | 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=a381b78a2a125abf -C extra-filename=-a381b78a2a125abf --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1292 | 2024-11-19T16:55:05.841Z | Compiling syn v1.0.109 |
1293 | 2024-11-19T16:55:05.865Z | 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'` |
1294 | 2024-11-19T16:55:06.234Z | Compiling term v0.7.0 |
1295 | 2024-11-19T16:55:06.261Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=426ec8dd6b9e2b25 -C extra-filename=-426ec8dd6b9e2b25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-900d9dca348d6c1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1296 | 2024-11-19T16:55:06.377Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a4b1f01d0380d37d/build-script-build` |
1297 | 2024-11-19T16:55:06.454Z | Compiling toml_edit v0.22.20 |
1298 | 2024-11-19T16:55:06.479Z | 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=b16ebf92bda3c222 -C extra-filename=-b16ebf92bda3c222 --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-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2024-11-19T16:55:06.480Z | Compiling slog-json v2.6.1 |
1300 | 2024-11-19T16:55:06.480Z | 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=f3c2d2569f7703fe -C extra-filename=-f3c2d2569f7703fe --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-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1301 | 2024-11-19T16:55:06.815Z | Compiling is-terminal v0.4.12 |
1302 | 2024-11-19T16:55:06.840Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa6519aaa42652c9 -C extra-filename=-aa6519aaa42652c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1303 | 2024-11-19T16:55:06.840Z | Compiling debug-ignore v1.0.5 |
1304 | 2024-11-19T16:55:06.840Z | 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'` |
1305 | 2024-11-19T16:55:06.948Z | Compiling take_mut v0.2.2 |
1306 | 2024-11-19T16:55:06.979Z | 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'` |
1307 | 2024-11-19T16:55:07.003Z | Compiling slog-term v2.9.1 |
1308 | 2024-11-19T16:55:07.003Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=e6b10b781af385b2 -C extra-filename=-e6b10b781af385b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-aa6519aaa42652c9.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-426ec8dd6b9e2b25.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-0b6a9d9f3348f6a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1309 | 2024-11-19T16:55:07.114Z | 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` |
1310 | 2024-11-19T16:55:07.258Z | Compiling structmeta v0.3.0 |
1311 | 2024-11-19T16:55:07.283Z | 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=03b1b00d28484e30 -C extra-filename=-03b1b00d28484e30 --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-a381b78a2a125abf.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2024-11-19T16:55:07.589Z | Compiling parse-display-derive v0.10.0 |
1313 | 2024-11-19T16:55:07.614Z | 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=e2e5c30fcc18e691 -C extra-filename=-e2e5c30fcc18e691 --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-03b1b00d28484e30.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1314 | 2024-11-19T16:55:07.677Z | Compiling slog-bunyan v2.5.0 |
1315 | 2024-11-19T16:55:07.702Z | 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=1bcff660c294dc42 -C extra-filename=-1bcff660c294dc42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-05db6633f95886d0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f3c2d2569f7703fe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-11-19T16:55:07.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` |
1317 | 2024-11-19T16:55:08.029Z | Compiling async-stream v0.3.5 |
1318 | 2024-11-19T16:55:08.054Z | 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=30531afbd6579276 -C extra-filename=-30531afbd6579276 --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-f5231844657db178.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1319 | 2024-11-19T16:55:08.170Z | Compiling sha1 v0.10.6 |
1320 | 2024-11-19T16:55:08.194Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2423c0068d754f54 -C extra-filename=-2423c0068d754f54 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1321 | 2024-11-19T16:55:08.340Z | 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=6f81169de4151ba3 -C extra-filename=-6f81169de4151ba3 --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-d25f18d0b543ff02.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-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.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'` |
1322 | 2024-11-19T16:55:08.573Z | 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'` |
1323 | 2024-11-19T16:55:08.679Z | Compiling ipnetwork v0.20.0 |
1324 | 2024-11-19T16:55:08.704Z | 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=ac62497dc5d7bf75 -C extra-filename=-ac62497dc5d7bf75 --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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1325 | 2024-11-19T16:55:09.302Z | Compiling toml v0.8.19 |
1326 | 2024-11-19T16:55:09.350Z | 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=c94a7f12a9ced6b6 -C extra-filename=-c94a7f12a9ced6b6 --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-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b16ebf92bda3c222.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-11-19T16:55:09.352Z | Compiling serde_path_to_error v0.1.16 |
1328 | 2024-11-19T16:55:09.352Z | 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=21e2d620a0ea1f02 -C extra-filename=-21e2d620a0ea1f02 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-11-19T16:55:09.494Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1330 | 2024-11-19T16:55:09.519Z | 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=df224babcfd5e671 -C extra-filename=-df224babcfd5e671 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2024-11-19T16:55:09.590Z | Compiling waitgroup v0.1.2 |
1332 | 2024-11-19T16:55:09.614Z | 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'` |
1333 | 2024-11-19T16:55:09.805Z | Compiling hostname v0.4.0 |
1334 | 2024-11-19T16:55:09.830Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a730ac440c432e3b -C extra-filename=-a730ac440c432e3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-11-19T16:55:10.073Z | 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'` |
1336 | 2024-11-19T16:55:10.175Z | Compiling lazy_static v1.5.0 |
1337 | 2024-11-19T16:55:10.200Z | 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'` |
1338 | 2024-11-19T16:55:10.200Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1339 | 2024-11-19T16:55:10.200Z | Compiling fastrand v2.0.1 |
1340 | 2024-11-19T16:55:10.200Z | 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=87239645c4bd4ab4 -C extra-filename=-87239645c4bd4ab4 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1341 | 2024-11-19T16:55:10.200Z | 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'` |
1342 | 2024-11-19T16:55:10.307Z | Compiling unicode-width v0.1.14 |
1343 | 2024-11-19T16:55:10.331Z | 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'` |
1344 | 2024-11-19T16:55:10.732Z | Compiling tempfile v3.8.1 |
1345 | 2024-11-19T16:55:10.757Z | 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=890909d584d389ce -C extra-filename=-890909d584d389ce --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-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2024-11-19T16:55:10.757Z | Compiling strum v0.26.3 |
1347 | 2024-11-19T16:55:10.757Z | 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=ed7497f55b6da4a6 -C extra-filename=-ed7497f55b6da4a6 --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-a0e177a9a53f068e.so --cap-lints allow '-Wclippy::unused-async'` |
1348 | 2024-11-19T16:55:10.782Z | 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=ff90d7bad176c3a2 -C extra-filename=-ff90d7bad176c3a2 --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-ac0f2fa738d2e01f.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)'` |
1349 | 2024-11-19T16:55:10.826Z | Compiling autocfg v0.1.8 |
1350 | 2024-11-19T16:55:10.851Z | 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'` |
1351 | 2024-11-19T16:55:10.901Z | Compiling rand_core v0.4.2 |
1352 | 2024-11-19T16:55:10.926Z | 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'` |
1353 | 2024-11-19T16:55:10.950Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1354 | 2024-11-19T16:55:10.950Z | 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=5a6b5106b3e337a9 -C extra-filename=-5a6b5106b3e337a9 --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-ac62497dc5d7bf75.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2024-11-19T16:55:10.975Z | Compiling serde_with v3.9.0 |
1356 | 2024-11-19T16:55:10.975Z | 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=2692986d78662e8b -C extra-filename=-2692986d78662e8b --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-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-0b9395b9bfdd461f.so --cap-lints allow '-Wclippy::unused-async'` |
1357 | 2024-11-19T16:55:11.259Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=dae791e48c987397 -C extra-filename=-dae791e48c987397 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1358 | 2024-11-19T16:55:11.465Z | Compiling newtype-uuid v1.1.0 |
1359 | 2024-11-19T16:55:11.490Z | 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=c62531ce6ec9829f -C extra-filename=-c62531ce6ec9829f --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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1360 | 2024-11-19T16:55:11.515Z | Compiling instant v0.1.12 |
1361 | 2024-11-19T16:55:11.515Z | 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'` |
1362 | 2024-11-19T16:55:11.622Z | Compiling heck v0.4.1 |
1363 | 2024-11-19T16:55:11.652Z | 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'` |
1364 | 2024-11-19T16:55:11.677Z | Compiling backoff v0.4.0 |
1365 | 2024-11-19T16:55:11.677Z | 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=199dcc279b849df0 -C extra-filename=-199dcc279b849df0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-0b61c1ea0f95557d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1366 | 2024-11-19T16:55:11.756Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1367 | 2024-11-19T16:55:11.782Z | 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=cbe620d0516ac55d -C extra-filename=-cbe620d0516ac55d --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-c62531ce6ec9829f.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1368 | 2024-11-19T16:55:11.876Z | Compiling parse-display v0.10.0 |
1369 | 2024-11-19T16:55:11.901Z | 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=094cbe8545fad40c -C extra-filename=-094cbe8545fad40c --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-e2e5c30fcc18e691.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'` |
1370 | 2024-11-19T16:55:11.990Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1371 | 2024-11-19T16:55:12.014Z | 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=898a3cb78b37d2be -C extra-filename=-898a3cb78b37d2be --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-df224babcfd5e671.so --cap-lints allow '-Wclippy::unused-async'` |
1372 | 2024-11-19T16:55:12.039Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1373 | 2024-11-19T16:55:12.039Z | 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=ada84b0b7be60f37 -C extra-filename=-ada84b0b7be60f37 --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-d31eafa0be82002d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1374 | 2024-11-19T16:55:12.063Z | Compiling macaddr v1.0.1 |
1375 | 2024-11-19T16:55:12.089Z | 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=816a6f4b0d48b94d -C extra-filename=-816a6f4b0d48b94d --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1376 | 2024-11-19T16:55:12.184Z | Compiling regress v0.9.1 |
1377 | 2024-11-19T16:55:12.208Z | 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=67c6de08564b54e3 -C extra-filename=-67c6de08564b54e3 --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-ab01495691db9c2c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1378 | 2024-11-19T16:55:12.208Z | Compiling libz-sys v1.1.12 |
1379 | 2024-11-19T16:55:12.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/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=e260224e2444bc15 -C extra-filename=-e260224e2444bc15 --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-e260224e2444bc15 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow '-Wclippy::unused-async'` |
1380 | 2024-11-19T16:55:12.474Z | Compiling rand_core v0.3.1 |
1381 | 2024-11-19T16:55:12.499Z | 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'` |
1382 | 2024-11-19T16:55:12.544Z | Compiling heapless v0.8.0 |
1383 | 2024-11-19T16:55:12.569Z | 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'` |
1384 | 2024-11-19T16:55:12.593Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1385 | 2024-11-19T16:55:12.593Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e7295f3aca7b6029 -C extra-filename=-e7295f3aca7b6029 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e7295f3aca7b6029 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-76e6bf5bef366947.rlib --cap-lints allow '-Wclippy::unused-async'` |
1386 | 2024-11-19T16:55:12.748Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-e260224e2444bc15/build-script-build` |
1387 | 2024-11-19T16:55:12.786Z | Compiling hash32 v0.3.1 |
1388 | 2024-11-19T16:55:12.811Z | 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'` |
1389 | 2024-11-19T16:55:13.015Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-06ed58458211f4cb/build-script-build` |
1390 | 2024-11-19T16:55:13.041Z | Compiling smoltcp v0.11.0 |
1391 | 2024-11-19T16:55:13.041Z | 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'` |
1392 | 2024-11-19T16:55:13.242Z | Compiling stable_deref_trait v1.2.0 |
1393 | 2024-11-19T16:55:13.266Z | 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'` |
1394 | 2024-11-19T16:55:13.266Z | Compiling static_assertions v1.1.0 |
1395 | 2024-11-19T16:55:13.266Z | 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'` |
1396 | 2024-11-19T16:55:13.291Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1397 | 2024-11-19T16:55:13.291Z | 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'` |
1398 | 2024-11-19T16:55:13.353Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=840d9a9f214bdd52 -C extra-filename=-840d9a9f214bdd52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-113ac3be26a0c087.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-e5ee0d8adde23f58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1399 | 2024-11-19T16:55:13.377Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e7295f3aca7b6029/build-script-build` |
1400 | 2024-11-19T16:55:13.585Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-33c61c748352a63f/build-script-build` |
1401 | 2024-11-19T16:55:13.617Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=8dbd908da9bc4e47 -C extra-filename=-8dbd908da9bc4e47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1402 | 2024-11-19T16:55:13.644Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-1eddc783a71c3cdc/build-script-build` |
1403 | 2024-11-19T16:55:13.677Z | Compiling rand_pcg v0.1.2 |
1404 | 2024-11-19T16:55:13.702Z | 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'` |
1405 | 2024-11-19T16:55:13.702Z | Compiling rand_chacha v0.1.1 |
1406 | 2024-11-19T16:55:13.702Z | 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'` |
1407 | 2024-11-19T16:55:13.781Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2024-11-19T16:55:13.805Z | 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=e12c4a1dd265a6a3 -C extra-filename=-e12c4a1dd265a6a3 --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-b13c9aa97738cfd3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2024-11-19T16:55:14.009Z | Compiling proc-macro-error-attr v1.0.4 |
1410 | 2024-11-19T16:55:14.033Z | 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'` |
1411 | 2024-11-19T16:55:14.058Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1412 | 2024-11-19T16:55:14.058Z | 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'` |
1413 | 2024-11-19T16:55:14.232Z | Compiling cobs v0.2.3 |
1414 | 2024-11-19T16:55:14.269Z | 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'` |
1415 | 2024-11-19T16:55:14.294Z | Compiling managed v0.8.0 |
1416 | 2024-11-19T16:55:14.318Z | 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'` |
1417 | 2024-11-19T16:55:14.343Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-bf631d66b0abcd11/build-script-build` |
1418 | 2024-11-19T16:55:14.368Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-dec4380ef0fec0ce/build-script-build` |
1419 | 2024-11-19T16:55:14.392Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-558e3b57accedb83/build-script-build` |
1420 | 2024-11-19T16:55:14.417Z | Compiling postcard v1.0.10 |
1421 | 2024-11-19T16:55:14.417Z | 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=eaa3e48cc99649bb -C extra-filename=-eaa3e48cc99649bb --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1422 | 2024-11-19T16:55:14.532Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-7acdd5ff850631c9/build-script-build` |
1423 | 2024-11-19T16:55:14.565Z | Compiling rand v0.6.5 |
1424 | 2024-11-19T16:55:14.589Z | 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'` |
1425 | 2024-11-19T16:55:14.635Z | Compiling vergen v8.3.2 |
1426 | 2024-11-19T16:55:14.660Z | 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'` |
1427 | 2024-11-19T16:55:14.685Z | Compiling cargo-platform v0.1.8 |
1428 | 2024-11-19T16:55:14.685Z | 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=648010a57b9e947d -C extra-filename=-648010a57b9e947d --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2024-11-19T16:55:14.768Z | 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'` |
1430 | 2024-11-19T16:55:14.882Z | Compiling foreign-types-macros v0.2.3 |
1431 | 2024-11-19T16:55:14.906Z | 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=9c226abb606128ad -C extra-filename=-9c226abb606128ad --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1432 | 2024-11-19T16:55:14.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c52af778e731542 -C extra-filename=-5c52af778e731542 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2024-11-19T16:55:15.076Z | Compiling proc-macro-error v1.0.4 |
1434 | 2024-11-19T16:55:15.101Z | 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'` |
1435 | 2024-11-19T16:55:15.137Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1436 | 2024-11-19T16:55:15.161Z | 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'` |
1437 | 2024-11-19T16:55:15.382Z | Compiling memoffset v0.9.0 |
1438 | 2024-11-19T16:55:15.407Z | 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'` |
1439 | 2024-11-19T16:55:15.432Z | Compiling foreign-types-shared v0.3.1 |
1440 | 2024-11-19T16:55:15.432Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1441 | 2024-11-19T16:55:15.433Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8f998327c5aaeb9 -C extra-filename=-d8f998327c5aaeb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1442 | 2024-11-19T16:55:15.433Z | 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'` |
1443 | 2024-11-19T16:55:15.462Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-64c1d40b859636b7/build-script-build` |
1444 | 2024-11-19T16:55:15.538Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-6a38b7c06804f48f/build-script-build` |
1445 | 2024-11-19T16:55:15.564Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c25d2f2a9ee81785 -C extra-filename=-c25d2f2a9ee81785 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-5c52af778e731542.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1446 | 2024-11-19T16:55:15.589Z | Compiling cargo_metadata v0.18.1 |
1447 | 2024-11-19T16:55:15.613Z | 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=866f9152469c9040 -C extra-filename=-866f9152469c9040 --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-ff90d7bad176c3a2.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-648010a57b9e947d.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1448 | 2024-11-19T16:55:15.637Z | Compiling num_enum_derive v0.5.11 |
1449 | 2024-11-19T16:55:15.637Z | 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=bcc356d529625a7c -C extra-filename=-bcc356d529625a7c --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-e12c4a1dd265a6a3.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'` |
1450 | 2024-11-19T16:55:15.708Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1451 | 2024-11-19T16:55:15.732Z | 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'` |
1452 | 2024-11-19T16:55:15.732Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-97576af37ad0a164/build-script-build` |
1453 | 2024-11-19T16:55:15.757Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-1aa633cae261dc42/build-script-build` |
1454 | 2024-11-19T16:55:15.784Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-5e9c26c16f167137/build-script-build` |
1455 | 2024-11-19T16:55:15.877Z | 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` |
1456 | 2024-11-19T16:55:15.932Z | 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` |
1457 | 2024-11-19T16:55:15.962Z | Compiling foreign-types v0.5.0 |
1458 | 2024-11-19T16:55:15.987Z | 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=d4988f188ce82124 -C extra-filename=-d4988f188ce82124 --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-9c226abb606128ad.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-d8f998327c5aaeb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1459 | 2024-11-19T16:55:16.073Z | 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'` |
1460 | 2024-11-19T16:55:16.110Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad052827b5c64875 -C extra-filename=-ad052827b5c64875 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1461 | 2024-11-19T16:55:16.216Z | 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` |
1462 | 2024-11-19T16:55:16.284Z | Compiling rand_isaac v0.1.1 |
1463 | 2024-11-19T16:55:16.284Z | 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'` |
1464 | 2024-11-19T16:55:16.386Z | Compiling rand_hc v0.1.0 |
1465 | 2024-11-19T16:55:16.411Z | 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'` |
1466 | 2024-11-19T16:55:16.435Z | Compiling rand_xorshift v0.1.1 |
1467 | 2024-11-19T16:55:16.435Z | 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'` |
1468 | 2024-11-19T16:55:16.484Z | Compiling rand_os v0.1.3 |
1469 | 2024-11-19T16:55:16.509Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=0a052c8831e5db4e -C extra-filename=-0a052c8831e5db4e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1470 | 2024-11-19T16:55:16.653Z | Compiling rand_jitter v0.1.4 |
1471 | 2024-11-19T16:55:16.678Z | 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'` |
1472 | 2024-11-19T16:55:16.703Z | Compiling camino-tempfile v1.1.1 |
1473 | 2024-11-19T16:55:16.703Z | 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=5b59be17ab44bf29 -C extra-filename=-5b59be17ab44bf29 --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-e5071d0de9cafe7c.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1474 | 2024-11-19T16:55:16.768Z | Compiling tabwriter v1.4.0 |
1475 | 2024-11-19T16:55:16.793Z | 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'` |
1476 | 2024-11-19T16:55:16.817Z | Compiling rustc_version v0.4.0 |
1477 | 2024-11-19T16:55:16.818Z | 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=7c0afd9e8e47094f -C extra-filename=-7c0afd9e8e47094f --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-8f0f02c8afc5b18d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1478 | 2024-11-19T16:55:16.900Z | Compiling num-derive v0.4.2 |
1479 | 2024-11-19T16:55:16.925Z | 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=ded9ef1cb31965dc -C extra-filename=-ded9ef1cb31965dc --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1480 | 2024-11-19T16:55:17.006Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1481 | 2024-11-19T16:55:17.031Z | 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=272daa8bbfb8b458 -C extra-filename=-272daa8bbfb8b458 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1482 | 2024-11-19T16:55:17.094Z | Compiling libsqlite3-sys v0.30.1 |
1483 | 2024-11-19T16:55:17.133Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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'` |
1484 | 2024-11-19T16:55:17.269Z | Compiling cstr-argument v0.1.2 |
1485 | 2024-11-19T16:55:17.293Z | 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'` |
1486 | 2024-11-19T16:55:17.377Z | Compiling slog-dtrace v0.3.0 |
1487 | 2024-11-19T16:55:17.402Z | 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'` |
1488 | 2024-11-19T16:55:17.518Z | Compiling crossbeam-epoch v0.9.15 |
1489 | 2024-11-19T16:55:17.543Z | 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'` |
1490 | 2024-11-19T16:55:17.543Z | Compiling num_enum v0.5.11 |
1491 | 2024-11-19T16:55:17.543Z | 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=8fbc554781103ad7 -C extra-filename=-8fbc554781103ad7 --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-bcc356d529625a7c.so --cap-lints allow '-Wclippy::unused-async'` |
1492 | 2024-11-19T16:55:17.580Z | 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'` |
1493 | 2024-11-19T16:55:17.704Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1494 | 2024-11-19T16:55:17.730Z | 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=ac215f4ed35903eb -C extra-filename=-ac215f4ed35903eb --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-ac62497dc5d7bf75.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-96e0ed99b19e00db.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1495 | 2024-11-19T16:55:17.730Z | Compiling rustls v0.21.9 |
1496 | 2024-11-19T16:55:17.730Z | 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="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=57e24ce9e68458ea -C extra-filename=-57e24ce9e68458ea --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-57e24ce9e68458ea -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1497 | 2024-11-19T16:55:17.828Z | Compiling unicode-segmentation v1.10.1 |
1498 | 2024-11-19T16:55:17.853Z | 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'` |
1499 | 2024-11-19T16:55:17.929Z | Compiling pretty-hex v0.2.1 |
1500 | 2024-11-19T16:55:17.954Z | 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'` |
1501 | 2024-11-19T16:55:18.011Z | Compiling cfg_aliases v0.2.1 |
1502 | 2024-11-19T16:55:18.036Z | 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'` |
1503 | 2024-11-19T16:55:18.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1504 | 2024-11-19T16:55:18.061Z | 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'` |
1505 | 2024-11-19T16:55:18.124Z | 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'` |
1506 | 2024-11-19T16:55:18.149Z | 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'` |
1507 | 2024-11-19T16:55:18.234Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=64218aa9b0389363 -C extra-filename=-64218aa9b0389363 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-b64e648da97bc617.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1508 | 2024-11-19T16:55:18.258Z | Compiling nix v0.29.0 |
1509 | 2024-11-19T16:55:18.259Z | 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'` |
1510 | 2024-11-19T16:55:18.367Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-8d4eba6cb5e47789/build-script-build` |
1511 | 2024-11-19T16:55:18.394Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1512 | 2024-11-19T16:55:18.418Z | 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=e0ef7e9b41ffaa49 -C extra-filename=-e0ef7e9b41ffaa49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-ad052827b5c64875.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-8fbc554781103ad7.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-38d4f4c48c20fb87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1513 | 2024-11-19T16:55:18.442Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-3a497cd753933e40/build-script-build` |
1514 | 2024-11-19T16:55:18.548Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-e139fe9ecb26f00f/build-script-build` |
1515 | 2024-11-19T16:55:18.584Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-76f916e5be0d2e73/build-script-build` |
1516 | 2024-11-19T16:55:18.626Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2024-11-19T16:55:18.650Z | 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=1bd0da3f1c2644ea -C extra-filename=-1bd0da3f1c2644ea --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-d4988f188ce82124.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1518 | 2024-11-19T16:55:18.675Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=937a23649bb9202b -C extra-filename=-937a23649bb9202b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7a7615179eca23a9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7130bec9a0f0ead7.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-80d5757a1123fe8d.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-b738ca93bd681907.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-83b00519a6b7fd43.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-0a052c8831e5db4e.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-8ff57b4d3c59e4a9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-de9565ff55cb737d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1519 | 2024-11-19T16:55:18.675Z | 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` |
1520 | 2024-11-19T16:55:18.747Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1521 | 2024-11-19T16:55:18.771Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80a245333d40d0bc -C extra-filename=-80a245333d40d0bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-8d0014300b8ee22a.so --cap-lints allow '-Wclippy::unused-async'` |
1522 | 2024-11-19T16:55:18.949Z | 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=369d0f1f0a078640 -C extra-filename=-369d0f1f0a078640 --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-272daa8bbfb8b458.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-ac215f4ed35903eb.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.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)'` |
1523 | 2024-11-19T16:55:18.978Z | 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` |
1524 | 2024-11-19T16:55:19.097Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=6721ea1a896d45a5 -C extra-filename=-6721ea1a896d45a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-c25d2f2a9ee81785.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1525 | 2024-11-19T16:55:19.161Z | Compiling console v0.15.7 |
1526 | 2024-11-19T16:55:19.186Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=26e261896c087a38 -C extra-filename=-26e261896c087a38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-468fa0e04c8ace1f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2024-11-19T16:55:19.186Z | Compiling colored v2.1.0 |
1528 | 2024-11-19T16:55:19.186Z | 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'` |
1529 | 2024-11-19T16:55:19.211Z | Compiling num-rational v0.4.2 |
1530 | 2024-11-19T16:55:19.211Z | 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'` |
1531 | 2024-11-19T16:55:19.211Z | 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'` |
1532 | 2024-11-19T16:55:19.602Z | 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=d7f1c1705e323ced -C extra-filename=-d7f1c1705e323ced --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-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1533 | 2024-11-19T16:55:19.930Z | Compiling num-complex v0.4.6 |
1534 | 2024-11-19T16:55:19.954Z | 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'` |
1535 | 2024-11-19T16:55:19.954Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dff0ba83de8fbc2c -C extra-filename=-dff0ba83de8fbc2c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1536 | 2024-11-19T16:55:20.088Z | Compiling prettyplease v0.2.22 |
1537 | 2024-11-19T16:55:20.113Z | 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'` |
1538 | 2024-11-19T16:55:20.138Z | 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'` |
1539 | 2024-11-19T16:55:20.171Z | 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'` |
1540 | 2024-11-19T16:55:20.235Z | Compiling semver v0.1.20 |
1541 | 2024-11-19T16:55:20.260Z | 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'` |
1542 | 2024-11-19T16:55:20.326Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1543 | 2024-11-19T16:55:20.353Z | 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'` |
1544 | 2024-11-19T16:55:20.380Z | 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` |
1545 | 2024-11-19T16:55:20.404Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-4c3bbf5d2f4bd457/build-script-build` |
1546 | 2024-11-19T16:55:20.429Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=3972de122ac01f57 -C extra-filename=-3972de122ac01f57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-cfdac4eef00951b4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-8a9b95e96b819e98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-11-19T16:55:20.550Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1548 | 2024-11-19T16:55:20.577Z | 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=0120d2e4753ba506 -C extra-filename=-0120d2e4753ba506 --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-369d0f1f0a078640.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-2bbf326ca6f1de8c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.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-b7f6a9e5d33228ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1549 | 2024-11-19T16:55:20.577Z | Compiling rustc_version v0.1.7 |
1550 | 2024-11-19T16:55:20.577Z | 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'` |
1551 | 2024-11-19T16:55:20.668Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=c2db47cff1bc2402 -C extra-filename=-c2db47cff1bc2402 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-dff0ba83de8fbc2c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-6721ea1a896d45a5.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-4f4556cc55d3e7a4.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1552 | 2024-11-19T16:55:20.727Z | 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=23f7b225347dce48 -C extra-filename=-23f7b225347dce48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-64218aa9b0389363.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-d7f1c1705e323ced.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2024-11-19T16:55:20.770Z | Compiling num v0.4.3 |
1554 | 2024-11-19T16:55:20.797Z | 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'` |
1555 | 2024-11-19T16:55:20.865Z | 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=c7c53b5deba3ba35 -C extra-filename=-c7c53b5deba3ba35 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-7a13ff2d0f2d1b00.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-e0ef7e9b41ffaa49.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-8fbc554781103ad7.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-1bd0da3f1c2644ea.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-d02edc71671fbf0f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-80a245333d40d0bc.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-28fd6f10f2fc08c3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-538454acd68f1d32.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1556 | 2024-11-19T16:55:20.891Z | Compiling zone_cfg_derive v0.3.0 |
1557 | 2024-11-19T16:55:20.917Z | 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'` |
1558 | 2024-11-19T16:55:20.944Z | 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'` |
1559 | 2024-11-19T16:55:20.944Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-30d9dc841df26a05/build-script-build` |
1560 | 2024-11-19T16:55:20.970Z | 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` |
1561 | 2024-11-19T16:55:21.186Z | 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=4851d71114c52d91 -C extra-filename=-4851d71114c52d91 --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-2cccbd5d7a03446b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5197d938bfdd558a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2024-11-19T16:55:21.233Z | 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=1decd85947639593 -C extra-filename=-1decd85947639593 --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-dc780e1771a56145.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1563 | 2024-11-19T16:55:21.397Z | Compiling newline-converter v0.3.0 |
1564 | 2024-11-19T16:55:21.423Z | 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'` |
1565 | 2024-11-19T16:55:21.555Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1566 | 2024-11-19T16:55:21.580Z | 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=d8590d212dd94f73 -C extra-filename=-d8590d212dd94f73 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1567 | 2024-11-19T16:55:21.580Z | 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=32defc4b9f41c3db -C extra-filename=-32defc4b9f41c3db --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-f5231844657db178.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1568 | 2024-11-19T16:55:21.609Z | 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=d9c27a9eb36e1ed5 -C extra-filename=-d9c27a9eb36e1ed5 --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-3a1ee00742128e38.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-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.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'` |
1569 | 2024-11-19T16:55:21.768Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=dc4656986464154a -C extra-filename=-dc4656986464154a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f7ad8dfe3bacd28b.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-1c4fc6438ea263c2.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-e2a47560581ae647.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1570 | 2024-11-19T16:55:21.830Z | Compiling itertools v0.10.5 |
1571 | 2024-11-19T16:55:21.854Z | 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'` |
1572 | 2024-11-19T16:55:21.882Z | 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'` |
1573 | 2024-11-19T16:55:21.972Z | 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=55135e1d3d707f0a -C extra-filename=-55135e1d3d707f0a --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-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1574 | 2024-11-19T16:55:22.083Z | 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=b0579838d5ac9180 -C extra-filename=-b0579838d5ac9180 --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-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-11-19T16:55:22.107Z | 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=727f6cc3b0f4c467 -C extra-filename=-727f6cc3b0f4c467 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-11-19T16:55:22.362Z | Compiling hashlink v0.9.1 |
1577 | 2024-11-19T16:55:22.386Z | 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=936255671803a1b6 -C extra-filename=-936255671803a1b6 --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-ab01495691db9c2c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-11-19T16:55:22.411Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=b594d7982a4855b2 -C extra-filename=-b594d7982a4855b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1579 | 2024-11-19T16:55:22.411Z | Compiling sigpipe v0.1.3 |
1580 | 2024-11-19T16:55:22.411Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa94f107f7d283a4 -C extra-filename=-fa94f107f7d283a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1581 | 2024-11-19T16:55:22.539Z | 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'` |
1582 | 2024-11-19T16:55:22.609Z | 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'` |
1583 | 2024-11-19T16:55:22.652Z | Compiling fallible-iterator v0.3.0 |
1584 | 2024-11-19T16:55:22.676Z | 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'` |
1585 | 2024-11-19T16:55:22.700Z | Compiling float-ord v0.3.2 |
1586 | 2024-11-19T16:55:22.700Z | 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'` |
1587 | 2024-11-19T16:55:22.762Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1588 | 2024-11-19T16:55:22.785Z | 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'` |
1589 | 2024-11-19T16:55:22.819Z | Compiling base64ct v1.6.0 |
1590 | 2024-11-19T16:55:22.843Z | 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'` |
1591 | 2024-11-19T16:55:22.867Z | Compiling rayon-core v1.12.1 |
1592 | 2024-11-19T16:55:22.867Z | 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'` |
1593 | 2024-11-19T16:55:22.972Z | Compiling similar v2.3.0 |
1594 | 2024-11-19T16:55:22.996Z | 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'` |
1595 | 2024-11-19T16:55:23.065Z | Compiling base64 v0.21.7 |
1596 | 2024-11-19T16:55:23.088Z | 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'` |
1597 | 2024-11-19T16:55:23.157Z | Compiling fallible-streaming-iterator v0.1.9 |
1598 | 2024-11-19T16:55:23.181Z | 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'` |
1599 | 2024-11-19T16:55:23.270Z | Compiling password-hash v0.5.0 |
1600 | 2024-11-19T16:55:23.293Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=cbc757730849edd7 -C extra-filename=-cbc757730849edd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-bee1a9590736cd3b.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1601 | 2024-11-19T16:55:23.358Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fc61c78e931121d6/build-script-build` |
1602 | 2024-11-19T16:55:23.386Z | Compiling rusqlite v0.32.1 |
1603 | 2024-11-19T16:55:23.409Z | 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=46e6918d4a9ece33 -C extra-filename=-46e6918d4a9ece33 --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-e95683b15f40bc4a.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-936255671803a1b6.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` |
1604 | 2024-11-19T16:55:23.439Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-19b75d740f400230/build-script-build` |
1605 | 2024-11-19T16:55:23.463Z | 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=deb5f1c2539f172c -C extra-filename=-deb5f1c2539f172c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-40cd9c1adc968f71.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1606 | 2024-11-19T16:55:23.723Z | Compiling expectorate v1.1.0 |
1607 | 2024-11-19T16:55:23.747Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=103e2f470fbdfa47 -C extra-filename=-103e2f470fbdfa47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-26e261896c087a38.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-9a1048d317a5205d.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-908b613865aea7bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1608 | 2024-11-19T16:55:23.771Z | Compiling rustls-pemfile v1.0.4 |
1609 | 2024-11-19T16:55:23.771Z | 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'` |
1610 | 2024-11-19T16:55:23.857Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1611 | 2024-11-19T16:55:23.881Z | 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=087a6119ceb9306e -C extra-filename=-087a6119ceb9306e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-fa94f107f7d283a4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1612 | 2024-11-19T16:55:23.905Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1613 | 2024-11-19T16:55:23.905Z | 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=a04532e765286206 -C extra-filename=-a04532e765286206 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-c7c53b5deba3ba35.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-369d0f1f0a078640.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-0120d2e4753ba506.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-eaa3e48cc99649bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-11-19T16:55:24.138Z | 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=b3d0bce3e10d7299 -C extra-filename=-b3d0bce3e10d7299 --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-ac0f2fa738d2e01f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-91dbc1c27ae567d9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-4851d71114c52d91.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2024-11-19T16:55:24.203Z | Compiling zone v0.3.0 |
1616 | 2024-11-19T16:55:24.227Z | 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=4bf5a2d98fc984e4 -C extra-filename=-4bf5a2d98fc984e4 --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-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-8926276d0864831d.so --cap-lints allow '-Wclippy::unused-async'` |
1617 | 2024-11-19T16:55:24.250Z | 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=4614e9ce59077cbb -C extra-filename=-4614e9ce59077cbb --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-55135e1d3d707f0a.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1618 | 2024-11-19T16:55:24.856Z | 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=ff5f41a3c0cf1888 -C extra-filename=-ff5f41a3c0cf1888 --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-b0579838d5ac9180.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1619 | 2024-11-19T16:55:24.896Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1620 | 2024-11-19T16:55:24.920Z | 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=f5b5c45b4994b85b -C extra-filename=-f5b5c45b4994b85b --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-d8590d212dd94f73.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2024-11-19T16:55:24.951Z | Compiling crossbeam-deque v0.8.3 |
1622 | 2024-11-19T16:55:24.975Z | 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'` |
1623 | 2024-11-19T16:55:25.014Z | 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=9870a3758a791ef5 -C extra-filename=-9870a3758a791ef5 --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-e95683b15f40bc4a.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
1624 | 2024-11-19T16:55:25.147Z | Compiling newtype_derive v0.1.6 |
1625 | 2024-11-19T16:55:25.170Z | 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'` |
1626 | 2024-11-19T16:55:25.249Z | Compiling twox-hash v1.6.3 |
1627 | 2024-11-19T16:55:25.272Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=fc37422b8e9f398c -C extra-filename=-fc37422b8e9f398c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-937a23649bb9202b.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1628 | 2024-11-19T16:55:25.324Z | Compiling hubpack_derive v0.1.1 |
1629 | 2024-11-19T16:55:25.348Z | 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'` |
1630 | 2024-11-19T16:55:25.449Z | 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=e465ffac001b5df0 -C extra-filename=-e465ffac001b5df0 --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-e2e5c30fcc18e691.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'` |
1631 | 2024-11-19T16:55:25.473Z | 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=4e6f23d2e72460dd -C extra-filename=-4e6f23d2e72460dd --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-df224babcfd5e671.so --cap-lints allow '-Wclippy::unused-async'` |
1632 | 2024-11-19T16:55:25.603Z | 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=9adf0ef0efeb5156 -C extra-filename=-9adf0ef0efeb5156 --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-ac0f2fa738d2e01f.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-0b9395b9bfdd461f.so --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2024-11-19T16:55:25.631Z | 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=a1ec4884734fab14 -C extra-filename=-a1ec4884734fab14 --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-a0e177a9a53f068e.so --cap-lints allow '-Wclippy::unused-async'` |
1634 | 2024-11-19T16:55:25.655Z | 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=f325bf13fb232f3e -C extra-filename=-f325bf13fb232f3e --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-f8b6bfad8bb645a9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1635 | 2024-11-19T16:55:25.798Z | Compiling blake2 v0.10.6 |
1636 | 2024-11-19T16:55:25.798Z | 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'` |
1637 | 2024-11-19T16:55:25.822Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=21347c94f84ced5d -C extra-filename=-21347c94f84ced5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1638 | 2024-11-19T16:55:25.893Z | 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=bae53aa3406df534 -C extra-filename=-bae53aa3406df534 --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-ac0f2fa738d2e01f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2024-11-19T16:55:25.921Z | 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=5085c8de054de5be -C extra-filename=-5085c8de054de5be --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-a3697d009583edc6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1640 | 2024-11-19T16:55:25.981Z | Compiling smf v0.2.3 |
1641 | 2024-11-19T16:55:26.004Z | 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=7e60338ec193e1e5 -C extra-filename=-7e60338ec193e1e5 --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-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1642 | 2024-11-19T16:55:26.114Z | Compiling zerocopy-derive v0.6.6 |
1643 | 2024-11-19T16:55:26.137Z | 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=bcad99a81ca5135f -C extra-filename=-bcad99a81ca5135f --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1644 | 2024-11-19T16:55:26.282Z | 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'` |
1645 | 2024-11-19T16:55:26.675Z | Compiling atty v0.2.14 |
1646 | 2024-11-19T16:55:26.699Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81aea3933594e5b3 -C extra-filename=-81aea3933594e5b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2024-11-19T16:55:26.811Z | Compiling cancel-safe-futures v0.1.5 |
1648 | 2024-11-19T16:55:26.837Z | 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'` |
1649 | 2024-11-19T16:55:26.944Z | Compiling fixedbitset v0.4.2 |
1650 | 2024-11-19T16:55:26.968Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2f2569aa0f4babd1 -C extra-filename=-2f2569aa0f4babd1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2024-11-19T16:55:27.052Z | Compiling whoami v1.5.1 |
1652 | 2024-11-19T16:55:27.076Z | 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'` |
1653 | 2024-11-19T16:55:27.146Z | Compiling owo-colors v4.1.0 |
1654 | 2024-11-19T16:55:27.170Z | 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'` |
1655 | 2024-11-19T16:55:27.170Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-082005ef9ea7b579/build-script-build` |
1656 | 2024-11-19T16:55:27.200Z | 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'` |
1657 | 2024-11-19T16:55:27.254Z | Compiling petgraph v0.6.5 |
1658 | 2024-11-19T16:55:27.278Z | 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=32b55586b3189481 -C extra-filename=-32b55586b3189481 --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-dfaf23fcf43a67ee.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --cap-lints allow '-Wclippy::unused-async'` |
1659 | 2024-11-19T16:55:27.320Z | Compiling argon2 v0.5.3 |
1660 | 2024-11-19T16:55:27.345Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=97796abd3fa7f4be -C extra-filename=-97796abd3fa7f4be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-4f391430f260647e.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-21347c94f84ced5d.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-cbc757730849edd7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2024-11-19T16:55:27.395Z | Compiling hubpack v0.1.2 |
1662 | 2024-11-19T16:55:27.419Z | 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=c1cf2f719fa07aa3 -C extra-filename=-c1cf2f719fa07aa3 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1663 | 2024-11-19T16:55:27.471Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-678dd187fd7f9383/build-script-build` |
1664 | 2024-11-19T16:55:27.500Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-0f1cfa037b24cb65/build-script-build` |
1665 | 2024-11-19T16:55:27.573Z | 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'` |
1666 | 2024-11-19T16:55:27.676Z | Compiling strum_macros v0.25.3 |
1667 | 2024-11-19T16:55:27.700Z | 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=a2c3cb1850ed826d -C extra-filename=-a2c3cb1850ed826d --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1668 | 2024-11-19T16:55:27.700Z | Compiling zerocopy v0.6.6 |
1669 | 2024-11-19T16:55:27.700Z | 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=8b9f4909140a04dd -C extra-filename=-8b9f4909140a04dd --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-bcad99a81ca5135f.so --cap-lints allow '-Wclippy::unused-async'` |
1670 | 2024-11-19T16:55:27.808Z | Compiling serde-big-array v0.5.1 |
1671 | 2024-11-19T16:55:27.832Z | 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=2291361fa3bd5e2b -C extra-filename=-2291361fa3bd5e2b --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2024-11-19T16:55:28.019Z | Compiling serde_repr v0.1.18 |
1673 | 2024-11-19T16:55:28.043Z | 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=6d891bcd5500995b -C extra-filename=-6d891bcd5500995b --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2024-11-19T16:55:28.423Z | Compiling cookie v0.18.1 |
1675 | 2024-11-19T16:55:28.462Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/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'` |
1676 | 2024-11-19T16:55:28.485Z | 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'` |
1677 | 2024-11-19T16:55:28.640Z | Compiling convert_case v0.4.0 |
1678 | 2024-11-19T16:55:28.663Z | 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'` |
1679 | 2024-11-19T16:55:28.714Z | Compiling rayon v1.10.0 |
1680 | 2024-11-19T16:55:28.737Z | 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'` |
1681 | 2024-11-19T16:55:28.760Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-22157b7a56adba04/build-script-build` |
1682 | 2024-11-19T16:55:28.819Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1683 | 2024-11-19T16:55:28.843Z | 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=99be77f57d23ded7 -C extra-filename=-99be77f57d23ded7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern argon2=/work/oxidecomputer/crucible/target/debug/deps/libargon2-97796abd3fa7f4be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-a0ee57d4bd2b57d1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1684 | 2024-11-19T16:55:28.968Z | 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` |
1685 | 2024-11-19T16:55:29.085Z | 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)'` |
1686 | 2024-11-19T16:55:29.119Z | 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=6e3de4322b0a7821 -C extra-filename=-6e3de4322b0a7821 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.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-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1687 | 2024-11-19T16:55:29.202Z | 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=c98723c13f5d261a -C extra-filename=-c98723c13f5d261a --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-8ea66d994cce9241.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1688 | 2024-11-19T16:55:29.265Z | Compiling derive_more v0.99.18 |
1689 | 2024-11-19T16:55:29.288Z | 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=6b13becb7d8fc221 -C extra-filename=-6b13becb7d8fc221 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1690 | 2024-11-19T16:55:29.638Z | Compiling enum-as-inner v0.6.0 |
1691 | 2024-11-19T16:55:29.662Z | 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=b4130d5413c5a502 -C extra-filename=-b4130d5413c5a502 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2024-11-19T16:55:29.699Z | Compiling atomicwrites v0.4.4 |
1693 | 2024-11-19T16:55:29.722Z | 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=cdd34e4396c3ba9f -C extra-filename=-cdd34e4396c3ba9f --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-5cabb3892a63cc6c.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2024-11-19T16:55:30.013Z | Compiling toml_edit v0.20.7 |
1695 | 2024-11-19T16:55:30.036Z | 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=33134828a1bb2457 -C extra-filename=-33134828a1bb2457 --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-2cccbd5d7a03446b.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-55f6cc2e6e379aee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2024-11-19T16:55:30.553Z | Compiling itertools v0.13.0 |
1697 | 2024-11-19T16:55:30.576Z | 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'` |
1698 | 2024-11-19T16:55:30.576Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1699 | 2024-11-19T16:55:30.576Z | 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=bd8945f79d96993a -C extra-filename=-bd8945f79d96993a --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-e95683b15f40bc4a.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-c1cf2f719fa07aa3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-2291361fa3bd5e2b.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-6d891bcd5500995b.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-a2c3cb1850ed826d.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-8b9f4909140a04dd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2024-11-19T16:55:30.771Z | Compiling libsw v3.3.1 |
1701 | 2024-11-19T16:55:30.795Z | 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=feddba3cd27d6dd3 -C extra-filename=-feddba3cd27d6dd3 --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-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1702 | 2024-11-19T16:55:30.981Z | Compiling derive-where v1.2.7 |
1703 | 2024-11-19T16:55:31.005Z | 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=58e40401f3182b49 -C extra-filename=-58e40401f3182b49 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1704 | 2024-11-19T16:55:31.043Z | Compiling linked-hash-map v0.5.6 |
1705 | 2024-11-19T16:55:31.067Z | 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'` |
1706 | 2024-11-19T16:55:31.349Z | Compiling swrite v0.1.0 |
1707 | 2024-11-19T16:55:31.373Z | 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'` |
1708 | 2024-11-19T16:55:31.373Z | Compiling data-encoding v2.5.0 |
1709 | 2024-11-19T16:55:31.373Z | 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'` |
1710 | 2024-11-19T16:55:31.480Z | Compiling quick-error v1.2.3 |
1711 | 2024-11-19T16:55:31.504Z | 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'` |
1712 | 2024-11-19T16:55:31.622Z | Compiling indent_write v2.2.0 |
1713 | 2024-11-19T16:55:31.646Z | 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'` |
1714 | 2024-11-19T16:55:31.817Z | Compiling highway v1.2.0 |
1715 | 2024-11-19T16:55:31.841Z | 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'` |
1716 | 2024-11-19T16:55:32.605Z | Compiling linear-map v1.2.0 |
1717 | 2024-11-19T16:55:32.629Z | 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'` |
1718 | 2024-11-19T16:55:32.731Z | Compiling proc-macro-crate v2.0.0 |
1719 | 2024-11-19T16:55:32.756Z | 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=2a85d8f6ed8e794b -C extra-filename=-2a85d8f6ed8e794b --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-33134828a1bb2457.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1720 | 2024-11-19T16:55:32.962Z | Compiling hickory-proto v0.24.1 |
1721 | 2024-11-19T16:55:32.987Z | 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=cfdb24f3fc1c2750 -C extra-filename=-cfdb24f3fc1c2750 --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-6e654c95b0df562a.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-b4130d5413c5a502.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-fcffee1ff8e84225.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-4c370c3d43b3d490.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-3d8e9d6d8c2482b0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-e424dff795f84bc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1722 | 2024-11-19T16:55:33.260Z | Compiling resolv-conf v0.7.0 |
1723 | 2024-11-19T16:55:33.285Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c7afb88e4f2f1849 -C extra-filename=-c7afb88e4f2f1849 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-05db6633f95886d0.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-d89062f4f64e61c3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1724 | 2024-11-19T16:55:33.453Z | Compiling lru-cache v0.1.2 |
1725 | 2024-11-19T16:55:33.477Z | 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'` |
1726 | 2024-11-19T16:55:33.557Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1727 | 2024-11-19T16:55:33.583Z | 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=83eb431d68ffc1d8 -C extra-filename=-83eb431d68ffc1d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-6e3de4322b0a7821.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.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-58e40401f3182b49.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-2b46e24d8f627aa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-feddba3cd27d6dd3.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-32b55586b3189481.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.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-63767ed2c151761e.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1728 | 2024-11-19T16:55:33.644Z | Compiling steno v0.4.1 |
1729 | 2024-11-19T16:55:33.668Z | 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=ea94029f72883eb3 -C extra-filename=-ea94029f72883eb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.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-32b55586b3189481.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1730 | 2024-11-19T16:55:33.668Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=f88171d047f3fac1 -C extra-filename=-f88171d047f3fac1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1731 | 2024-11-19T16:55:33.972Z | 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=4efd0b41201acb3c -C extra-filename=-4efd0b41201acb3c --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-22d47b0f078a0063.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1732 | 2024-11-19T16:55:34.384Z | Compiling humantime v2.1.0 |
1733 | 2024-11-19T16:55:34.412Z | 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'` |
1734 | 2024-11-19T16:55:34.709Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
1735 | 2024-11-19T16:55:34.733Z | 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=f3de6def58e41b4c -C extra-filename=-f3de6def58e41b4c --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1736 | 2024-11-19T16:55:34.899Z | Compiling inout v0.1.3 |
1737 | 2024-11-19T16:55:34.923Z | 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'` |
1738 | 2024-11-19T16:55:34.960Z | Compiling num_enum_derive v0.7.3 |
1739 | 2024-11-19T16:55:34.984Z | 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=70554c81b8c4ae37 -C extra-filename=-70554c81b8c4ae37 --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-2a85d8f6ed8e794b.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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1740 | 2024-11-19T16:55:35.109Z | Compiling cipher v0.4.4 |
1741 | 2024-11-19T16:55:35.132Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=8c7eb6c2d812bd1f -C extra-filename=-8c7eb6c2d812bd1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-af2dba1475effa05.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1742 | 2024-11-19T16:55:35.493Z | Compiling http v0.2.12 |
1743 | 2024-11-19T16:55:35.591Z | 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=3e30b47d7284cde1 -C extra-filename=-3e30b47d7284cde1 --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-d25f18d0b543ff02.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'` |
1744 | 2024-11-19T16:55:35.638Z | Compiling bincode v1.3.3 |
1745 | 2024-11-19T16:55:35.661Z | 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=cc42467c711a8de4 -C extra-filename=-cc42467c711a8de4 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2024-11-19T16:55:36.172Z | Compiling universal-hash v0.5.1 |
1747 | 2024-11-19T16:55:36.195Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0b444959db1065be -C extra-filename=-0b444959db1065be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1748 | 2024-11-19T16:55:36.353Z | Compiling opaque-debug v0.3.0 |
1749 | 2024-11-19T16:55:36.376Z | 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'` |
1750 | 2024-11-19T16:55:36.462Z | Compiling ringbuffer v0.15.0 |
1751 | 2024-11-19T16:55:36.486Z | 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'` |
1752 | 2024-11-19T16:55:36.509Z | Compiling polyval v0.6.1 |
1753 | 2024-11-19T16:55:36.509Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b893aa711b9ad2ed -C extra-filename=-b893aa711b9ad2ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-b42b14a0b9c41df5.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-0b444959db1065be.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1754 | 2024-11-19T16:55:36.659Z | Compiling hickory-resolver v0.24.1 |
1755 | 2024-11-19T16:55:36.683Z | 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=5b07d2e7b6ad496c -C extra-filename=-5b07d2e7b6ad496c --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-8b90de86ddfc5a24.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-cfdb24f3fc1c2750.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-b0757c189225f45a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-c7afb88e4f2f1849.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1756 | 2024-11-19T16:55:36.916Z | Compiling aes v0.8.3 |
1757 | 2024-11-19T16:55:36.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=6d989ec98e139ad6 -C extra-filename=-6d989ec98e139ad6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1758 | 2024-11-19T16:55:36.941Z | Compiling ctr v0.9.2 |
1759 | 2024-11-19T16:55:36.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=2e30e2b46b62b6f3 -C extra-filename=-2e30e2b46b62b6f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1760 | 2024-11-19T16:55:36.993Z | Compiling num_enum v0.7.3 |
1761 | 2024-11-19T16:55:37.017Z | 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=f22629064e47269b -C extra-filename=-f22629064e47269b --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-70554c81b8c4ae37.so --cap-lints allow '-Wclippy::unused-async'` |
1762 | 2024-11-19T16:55:37.017Z | Compiling aead v0.5.2 |
1763 | 2024-11-19T16:55:37.017Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=416aedecc9aab83f -C extra-filename=-416aedecc9aab83f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-a113dc319f917f5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1764 | 2024-11-19T16:55:37.183Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1765 | 2024-11-19T16:55:37.206Z | 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'` |
1766 | 2024-11-19T16:55:37.236Z | Compiling num-bigint v0.2.6 |
1767 | 2024-11-19T16:55:37.259Z | 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'` |
1768 | 2024-11-19T16:55:37.313Z | Compiling async-recursion v1.1.1 |
1769 | 2024-11-19T16:55:37.341Z | 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=c1a0b8f0d41bc4d3 -C extra-filename=-c1a0b8f0d41bc4d3 --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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1770 | 2024-11-19T16:55:37.552Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-8d08932292abacc4/build-script-build` |
1771 | 2024-11-19T16:55:37.595Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-4802ace05d0605cc/build-script-build` |
1772 | 2024-11-19T16:55:37.630Z | Compiling unicase v2.7.0 |
1773 | 2024-11-19T16:55:37.654Z | 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'` |
1774 | 2024-11-19T16:55:37.735Z | Compiling aes-gcm-siv v0.11.1 |
1775 | 2024-11-19T16:55:37.763Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=a148d9323b05bf39 -C extra-filename=-a148d9323b05bf39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aead=/work/oxidecomputer/crucible/target/debug/deps/libaead-416aedecc9aab83f.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-6d989ec98e139ad6.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-8c7eb6c2d812bd1f.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-2e30e2b46b62b6f3.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-b893aa711b9ad2ed.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2024-11-19T16:55:37.819Z | Compiling num-complex v0.2.4 |
1777 | 2024-11-19T16:55:37.843Z | 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'` |
1778 | 2024-11-19T16:55:37.960Z | Compiling num-rational v0.2.4 |
1779 | 2024-11-19T16:55:37.984Z | 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'` |
1780 | 2024-11-19T16:55:37.984Z | Compiling signal-hook v0.3.17 |
1781 | 2024-11-19T16:55:37.984Z | 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'` |
1782 | 2024-11-19T16:55:38.085Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-026be49f7c62a857/build-script-build` |
1783 | 2024-11-19T16:55:38.177Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-ca608a4e73ff47bb/build-script-build` |
1784 | 2024-11-19T16:55:38.303Z | 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` |
1785 | 2024-11-19T16:55:38.327Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build` |
1786 | 2024-11-19T16:55:38.351Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-31716867ff71a980/build-script-build` |
1787 | 2024-11-19T16:55:38.377Z | Compiling urlencoding v2.1.3 |
1788 | 2024-11-19T16:55:38.400Z | 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'` |
1789 | 2024-11-19T16:55:38.424Z | 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` |
1790 | 2024-11-19T16:55:38.561Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=34b7f7bf410943dd -C extra-filename=-34b7f7bf410943dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-8bf63eb927def9d3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1791 | 2024-11-19T16:55:38.610Z | Compiling opentelemetry v0.21.0 |
1792 | 2024-11-19T16:55:38.635Z | 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=49bed803c0cd9d27 -C extra-filename=-49bed803c0cd9d27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.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-2da473f63c5dca62.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-6a2c3d09a58b38b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1793 | 2024-11-19T16:55:38.755Z | 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` |
1794 | 2024-11-19T16:55:39.104Z | Compiling phf_generator v0.11.2 |
1795 | 2024-11-19T16:55:39.128Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=7d1781e01e1b6dc6 -C extra-filename=-7d1781e01e1b6dc6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1796 | 2024-11-19T16:55:39.283Z | Compiling ordered-float v4.2.0 |
1797 | 2024-11-19T16:55:39.307Z | 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'` |
1798 | 2024-11-19T16:55:39.389Z | Compiling num_cpus v1.16.0 |
1799 | 2024-11-19T16:55:39.412Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48b8fbab5722acad -C extra-filename=-48b8fbab5722acad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1800 | 2024-11-19T16:55:39.592Z | Compiling overload v0.1.1 |
1801 | 2024-11-19T16:55:39.615Z | 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'` |
1802 | 2024-11-19T16:55:39.615Z | Compiling glob v0.3.1 |
1803 | 2024-11-19T16:55:39.615Z | 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'` |
1804 | 2024-11-19T16:55:39.718Z | Compiling nu-ansi-term v0.46.0 |
1805 | 2024-11-19T16:55:39.742Z | 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'` |
1806 | 2024-11-19T16:55:40.149Z | 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` |
1807 | 2024-11-19T16:55:40.172Z | Compiling opentelemetry_sdk v0.21.2 |
1808 | 2024-11-19T16:55:40.196Z | 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=f0028c57f275b497 -C extra-filename=-f0028c57f275b497 --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-6e654c95b0df562a.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-5cc55772ea45cd6a.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.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-49bed803c0cd9d27.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-13b05e615f8c9041.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2024-11-19T16:55:40.437Z | Compiling threadpool v1.8.1 |
1810 | 2024-11-19T16:55:40.461Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6995fede54c186ec -C extra-filename=-6995fede54c186ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_cpus=/work/oxidecomputer/crucible/target/debug/deps/libnum_cpus-48b8fbab5722acad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2024-11-19T16:55:40.462Z | Compiling phf_codegen v0.11.2 |
1812 | 2024-11-19T16:55:40.462Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=219c5cae5469294f -C extra-filename=-219c5cae5469294f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_generator=/work/oxidecomputer/crucible/target/debug/deps/libphf_generator-7d1781e01e1b6dc6.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2024-11-19T16:55:40.647Z | Compiling mime_guess v2.0.5 |
1814 | 2024-11-19T16:55:40.671Z | 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'` |
1815 | 2024-11-19T16:55:40.694Z | Compiling num v0.2.1 |
1816 | 2024-11-19T16:55:40.694Z | 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'` |
1817 | 2024-11-19T16:55:40.718Z | Compiling sharded-slab v0.1.7 |
1818 | 2024-11-19T16:55:40.718Z | 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'` |
1819 | 2024-11-19T16:55:40.800Z | Compiling statistical v1.0.0 |
1820 | 2024-11-19T16:55:40.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba4200f97a30321f -C extra-filename=-ba4200f97a30321f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-f8d6d4fe94f06b07.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-937a23649bb9202b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2024-11-19T16:55:41.025Z | Compiling tracing-log v0.2.0 |
1822 | 2024-11-19T16:55:41.049Z | 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'` |
1823 | 2024-11-19T16:55:41.225Z | Compiling ordered-float v2.10.1 |
1824 | 2024-11-19T16:55:41.249Z | 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'` |
1825 | 2024-11-19T16:55:41.282Z | Compiling integer-encoding v3.0.4 |
1826 | 2024-11-19T16:55:41.282Z | 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'` |
1827 | 2024-11-19T16:55:41.329Z | Compiling crc32fast v1.3.2 |
1828 | 2024-11-19T16:55:41.353Z | 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'` |
1829 | 2024-11-19T16:55:41.503Z | Compiling terminfo v0.8.0 |
1830 | 2024-11-19T16:55:41.527Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34d3d19502ed0d54 -C extra-filename=-34d3d19502ed0d54 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-34d3d19502ed0d54 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-219c5cae5469294f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1831 | 2024-11-19T16:55:41.636Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-67e9092b299a71ba/build-script-build` |
1832 | 2024-11-19T16:55:41.681Z | Compiling tracing-subscriber v0.3.18 |
1833 | 2024-11-19T16:55:41.705Z | 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'` |
1834 | 2024-11-19T16:55:41.730Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1835 | 2024-11-19T16:55:41.730Z | 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=506b56ef7005b94b -C extra-filename=-506b56ef7005b94b --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-49bed803c0cd9d27.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2024-11-19T16:55:41.800Z | Compiling thrift v0.17.0 |
1837 | 2024-11-19T16:55:41.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=01864470272c356c -C extra-filename=-01864470272c356c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-8d70ee92597956dc.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-d5d3f06258f44c47.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-6995fede54c186ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1838 | 2024-11-19T16:55:41.824Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-0cc6d9477d846fbc/build-script-build` |
1839 | 2024-11-19T16:55:41.882Z | 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` |
1840 | 2024-11-19T16:55:41.906Z | Compiling sha2 v0.10.8 |
1841 | 2024-11-19T16:55:41.906Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=0b5999b8e57abc6f -C extra-filename=-0b5999b8e57abc6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-5d921f050689b6a3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-11-19T16:55:41.953Z | Compiling blake3 v1.5.1 |
1843 | 2024-11-19T16:55:41.977Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=d4e3a792900494df -C extra-filename=-d4e3a792900494df --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-d4e3a792900494df -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-11-19T16:55:42.218Z | Compiling ring v0.16.20 |
1845 | 2024-11-19T16:55:42.242Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=ca45bedb47cd23bd -C extra-filename=-ca45bedb47cd23bd --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-ca45bedb47cd23bd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-11-19T16:55:42.267Z | Compiling vte_generate_state_changes v0.1.1 |
1847 | 2024-11-19T16:55:42.267Z | 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'` |
1848 | 2024-11-19T16:55:42.518Z | Compiling dirs-sys v0.3.7 |
1849 | 2024-11-19T16:55:42.543Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=384955b332a82c6d -C extra-filename=-384955b332a82c6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1850 | 2024-11-19T16:55:42.581Z | Compiling adler v1.0.2 |
1851 | 2024-11-19T16:55:42.605Z | 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'` |
1852 | 2024-11-19T16:55:42.697Z | Compiling portable-atomic v1.5.1 |
1853 | 2024-11-19T16:55:42.721Z | 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'` |
1854 | 2024-11-19T16:55:42.826Z | Compiling minimal-lexical v0.2.1 |
1855 | 2024-11-19T16:55:42.860Z | 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'` |
1856 | 2024-11-19T16:55:42.884Z | Compiling rust_decimal v1.33.1 |
1857 | 2024-11-19T16:55:42.885Z | 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'` |
1858 | 2024-11-19T16:55:43.108Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-ca45bedb47cd23bd/build-script-build` |
1859 | 2024-11-19T16:55:43.182Z | Compiling vte v0.11.1 |
1860 | 2024-11-19T16:55:43.208Z | 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'` |
1861 | 2024-11-19T16:55:43.332Z | Compiling nom v7.1.3 |
1862 | 2024-11-19T16:55:43.356Z | 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'` |
1863 | 2024-11-19T16:55:43.402Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-f01c21403676a5c8/build-script-build` |
1864 | 2024-11-19T16:55:43.435Z | Compiling tracing-opentelemetry v0.22.0 |
1865 | 2024-11-19T16:55:43.435Z | 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=6ff8cb81289fb2bb -C extra-filename=-6ff8cb81289fb2bb --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-49bed803c0cd9d27.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-f0028c57f275b497.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-2bc1e749e01a07e7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.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'` |
1866 | 2024-11-19T16:55:43.476Z | Compiling dirs v4.0.0 |
1867 | 2024-11-19T16:55:43.502Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd410603e7826dd9 -C extra-filename=-bd410603e7826dd9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_sys=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys-384955b332a82c6d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1868 | 2024-11-19T16:55:43.502Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-70fce381ab23842d/build-script-build` |
1869 | 2024-11-19T16:55:43.575Z | Compiling miniz_oxide v0.7.1 |
1870 | 2024-11-19T16:55:43.600Z | 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'` |
1871 | 2024-11-19T16:55:43.672Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-34d3d19502ed0d54/build-script-build` |
1872 | 2024-11-19T16:55:43.756Z | Compiling opentelemetry-jaeger v0.20.0 |
1873 | 2024-11-19T16:55:43.780Z | 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=58e10c67abb72fe4 -C extra-filename=-58e10c67abb72fe4 --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-6e654c95b0df562a.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-49bed803c0cd9d27.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-506b56ef7005b94b.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-f0028c57f275b497.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-01864470272c356c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1874 | 2024-11-19T16:55:44.357Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-d4e3a792900494df/build-script-build` |
1875 | 2024-11-19T16:55:44.558Z | 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'` |
1876 | 2024-11-19T16:55:44.759Z | 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` |
1877 | 2024-11-19T16:55:44.840Z | Compiling signal-hook-tokio v0.3.1 |
1878 | 2024-11-19T16:55:44.865Z | 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=968cb4880593f2a9 -C extra-filename=-968cb4880593f2a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2024-11-19T16:55:44.916Z | Compiling signal-hook-mio v0.2.4 |
1880 | 2024-11-19T16:55:44.940Z | 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-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=2127775ccd8f7b64 -C extra-filename=-2127775ccd8f7b64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1881 | 2024-11-19T16:55:45.014Z | Compiling phf v0.11.2 |
1882 | 2024-11-19T16:55:45.039Z | 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'` |
1883 | 2024-11-19T16:55:45.079Z | Compiling opentelemetry v0.24.0 |
1884 | 2024-11-19T16:55:45.103Z | 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=b0c602d50ef217f7 -C extra-filename=-b0c602d50ef217f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-11-19T16:55:45.103Z | Compiling xattr v1.0.1 |
1886 | 2024-11-19T16:55:45.103Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=c8036b7200df1846 -C extra-filename=-c8036b7200df1846 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2024-11-19T16:55:45.227Z | Compiling memmap2 v0.9.4 |
1888 | 2024-11-19T16:55:45.251Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=423fe79b086ba6e7 -C extra-filename=-423fe79b086ba6e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2024-11-19T16:55:45.278Z | Compiling filetime v0.2.22 |
1890 | 2024-11-19T16:55:45.302Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a945a5d179a246 -C extra-filename=-35a945a5d179a246 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-11-19T16:55:45.370Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1892 | 2024-11-19T16:55:45.398Z | 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'` |
1893 | 2024-11-19T16:55:45.422Z | Compiling http-range v0.1.5 |
1894 | 2024-11-19T16:55:45.422Z | 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'` |
1895 | 2024-11-19T16:55:45.562Z | Compiling untrusted v0.7.1 |
1896 | 2024-11-19T16:55:45.587Z | 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'` |
1897 | 2024-11-19T16:55:45.664Z | Compiling arrayref v0.3.7 |
1898 | 2024-11-19T16:55:45.689Z | 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'` |
1899 | 2024-11-19T16:55:45.714Z | Compiling same-file v1.0.6 |
1900 | 2024-11-19T16:55:45.714Z | 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'` |
1901 | 2024-11-19T16:55:45.748Z | Compiling home v0.5.5 |
1902 | 2024-11-19T16:55:45.773Z | 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'` |
1903 | 2024-11-19T16:55:45.773Z | Compiling spin v0.5.2 |
1904 | 2024-11-19T16:55:45.773Z | 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'` |
1905 | 2024-11-19T16:55:45.798Z | Compiling constant_time_eq v0.3.0 |
1906 | 2024-11-19T16:55:45.798Z | 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'` |
1907 | 2024-11-19T16:55:45.944Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=f0f41c6f72a7fc62 -C extra-filename=-f0f41c6f72a7fc62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-9c0330f9712beb70.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-0d85eae2feabedc5.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out -l static=ring-core -l static=ring-test` |
1908 | 2024-11-19T16:55:45.995Z | Compiling walkdir v2.4.0 |
1909 | 2024-11-19T16:55:46.020Z | 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'` |
1910 | 2024-11-19T16:55:46.020Z | Compiling which v4.4.2 |
1911 | 2024-11-19T16:55:46.020Z | 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=b02ad8a629f03b5f -C extra-filename=-b02ad8a629f03b5f --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-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1912 | 2024-11-19T16:55:46.044Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9d8e5b87377694ba/build-script-build` |
1913 | 2024-11-19T16:55:46.091Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cad0c00269d6c5c -C extra-filename=-6cad0c00269d6c5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs=/work/oxidecomputer/crucible/target/debug/deps/libdirs-bd410603e7826dd9.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-05589072a2bf616a.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-fe4b174863d202b7.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-8685b6ea7d7e154b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2024-11-19T16:55:46.119Z | Compiling hyper-staticfile v0.10.1 |
1915 | 2024-11-19T16:55:46.144Z | 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=07cc06754c84ab72 -C extra-filename=-07cc06754c84ab72 --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-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.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-791f89756666ab60.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1916 | 2024-11-19T16:55:46.467Z | Compiling tar v0.4.40 |
1917 | 2024-11-19T16:55:46.492Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=24326d23b7892fde -C extra-filename=-24326d23b7892fde --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-35a945a5d179a246.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-c8036b7200df1846.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1918 | 2024-11-19T16:55:46.580Z | Compiling crossterm v0.28.1 |
1919 | 2024-11-19T16:55:46.605Z | 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="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=32ae4dae503c3dc2 -C extra-filename=-32ae4dae503c3dc2 --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-e95683b15f40bc4a.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-6a436bf6bdd6b353.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-2127775ccd8f7b64.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1920 | 2024-11-19T16:55:46.705Z | Compiling flate2 v1.0.28 |
1921 | 2024-11-19T16:55:46.730Z | 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'` |
1922 | 2024-11-19T16:55:47.138Z | Compiling strip-ansi-escapes v0.2.0 |
1923 | 2024-11-19T16:55:47.162Z | 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'` |
1924 | 2024-11-19T16:55:47.561Z | 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` |
1925 | 2024-11-19T16:55:47.585Z | 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'` |
1926 | 2024-11-19T16:55:47.955Z | Compiling toml v0.7.8 |
1927 | 2024-11-19T16:55:47.980Z | 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=5dfdd92cf8dde5ad -C extra-filename=-5dfdd92cf8dde5ad --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-7721a15b8e5088b3.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-fa794215987dc641.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-908fd40ce752c157.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1928 | 2024-11-19T16:55:48.328Z | Compiling nix v0.26.4 |
1929 | 2024-11-19T16:55:48.354Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6c25ccaaa7d73eac -C extra-filename=-6c25ccaaa7d73eac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9748ba526f3b7e75.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1930 | 2024-11-19T16:55:48.380Z | Compiling itertools v0.12.1 |
1931 | 2024-11-19T16:55:48.418Z | 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'` |
1932 | 2024-11-19T16:55:48.744Z | Compiling fd-lock v4.0.2 |
1933 | 2024-11-19T16:55:48.769Z | 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=850dd7b34a916379 -C extra-filename=-850dd7b34a916379 --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-5cabb3892a63cc6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1934 | 2024-11-19T16:55:48.924Z | Compiling csv-core v0.1.11 |
1935 | 2024-11-19T16:55:48.949Z | 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'` |
1936 | 2024-11-19T16:55:49.079Z | Compiling number_prefix v0.4.0 |
1937 | 2024-11-19T16:55:49.104Z | 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'` |
1938 | 2024-11-19T16:55:49.179Z | Compiling utf8-width v0.1.6 |
1939 | 2024-11-19T16:55:49.203Z | 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'` |
1940 | 2024-11-19T16:55:49.301Z | Compiling topological-sort v0.2.2 |
1941 | 2024-11-19T16:55:49.329Z | 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'` |
1942 | 2024-11-19T16:55:49.329Z | Compiling nu-ansi-term v0.50.0 |
1943 | 2024-11-19T16:55:49.329Z | 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'` |
1944 | 2024-11-19T16:55:49.356Z | Compiling byte-unit v5.1.4 |
1945 | 2024-11-19T16:55:49.381Z | 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'` |
1946 | 2024-11-19T16:55:49.381Z | Compiling indicatif v0.17.8 |
1947 | 2024-11-19T16:55:49.381Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=c3ddf18eab73fad2 -C extra-filename=-c3ddf18eab73fad2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-26e261896c087a38.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-1e38e0ceee55520b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-bb82e1b70b3d77b5.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-736479e50d5e37ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1948 | 2024-11-19T16:55:49.451Z | Compiling csv v1.3.0 |
1949 | 2024-11-19T16:55:49.476Z | 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=bdab9b8349427908 -C extra-filename=-bdab9b8349427908 --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-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1950 | 2024-11-19T16:55:49.539Z | Compiling nbd v0.3.1 |
1951 | 2024-11-19T16:55:49.563Z | 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'` |
1952 | 2024-11-19T16:55:49.904Z | Compiling human_bytes v0.4.3 |
1953 | 2024-11-19T16:55:49.928Z | 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'` |
1954 | 2024-11-19T16:55:50.507Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=47e92d10fbc180d1 -C extra-filename=-47e92d10fbc180d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-7e045b845868bea5.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-cfda9241f57279a9.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-18fd1ff10b86eefe.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-423fe79b086ba6e7.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi` |
1955 | 2024-11-19T16:55:50.839Z | Compiling reedline v0.36.0 |
1956 | 2024-11-19T16:55:50.864Z | 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.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=22da3711a1ab2777 -C extra-filename=-22da3711a1ab2777 --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-dc780e1771a56145.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-32ae4dae503c3dc2.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-850dd7b34a916379.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-7721a15b8e5088b3.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-ed7497f55b6da4a6.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.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'` |
1957 | 2024-11-19T16:55:51.494Z | Compiling clearscreen v2.0.1 |
1958 | 2024-11-19T16:55:51.518Z | 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=e8d75086bdb33d70 -C extra-filename=-e8d75086bdb33d70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-6c25ccaaa7d73eac.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-6cad0c00269d6c5c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-b02ad8a629f03b5f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1959 | 2024-11-19T16:55:52.339Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
1960 | 2024-11-19T16:55:52.372Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=417dfcd53c79704e -C extra-filename=-417dfcd53c79704e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-872efccaebbcc150.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1961 | 2024-11-19T16:55:52.440Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fb85e97102cc6200 -C extra-filename=-fb85e97102cc6200 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-fd84f658514d42f5.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1962 | 2024-11-19T16:55:52.544Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
1963 | 2024-11-19T16:55:52.575Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-57e24ce9e68458ea/build-script-build` |
1964 | 2024-11-19T16:55:54.215Z | Compiling rustls-webpki v0.102.8 |
1965 | 2024-11-19T16:55:54.240Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=01798fd3157aece3 -C extra-filename=-01798fd3157aece3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1966 | 2024-11-19T16:55:54.270Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=ce73aebcfb4113ad -C extra-filename=-ce73aebcfb4113ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-f0dd6ac5f1017637.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1967 | 2024-11-19T16:55:54.455Z | Compiling sct v0.7.1 |
1968 | 2024-11-19T16:55:54.479Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88f424cd2f5fdf85 -C extra-filename=-88f424cd2f5fdf85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1969 | 2024-11-19T16:55:54.626Z | Compiling rustls-webpki v0.101.7 |
1970 | 2024-11-19T16:55:54.650Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f6df1e2cfbb6b0a6 -C extra-filename=-f6df1e2cfbb6b0a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-47307f1b00247348.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1971 | 2024-11-19T16:55:55.106Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=3f2367044d7392e9 -C extra-filename=-3f2367044d7392e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-01798fd3157aece3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1972 | 2024-11-19T16:55:55.252Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=839c339cd70f2c9e -C extra-filename=-839c339cd70f2c9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-ce73aebcfb4113ad.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
1973 | 2024-11-19T16:55:55.471Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=d87ce5dc168bfe15 -C extra-filename=-d87ce5dc168bfe15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-01798fd3157aece3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-3ad732fc6961663e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-444922eb1c08f375.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1974 | 2024-11-19T16:55:55.808Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=dbeeaf85e7070b95 -C extra-filename=-dbeeaf85e7070b95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-fb85e97102cc6200.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-ce73aebcfb4113ad.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-b4643af61ef0f545.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-c650198334ed00fb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1975 | 2024-11-19T16:55:56.010Z | 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="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=d26eccb74aa47e8b -C extra-filename=-d26eccb74aa47e8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-417dfcd53c79704e.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-f6df1e2cfbb6b0a6.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-88f424cd2f5fdf85.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1976 | 2024-11-19T16:55:59.159Z | Compiling tokio-rustls v0.25.0 |
1977 | 2024-11-19T16:55:59.184Z | 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=0fb13e1f33d36fbb -C extra-filename=-0fb13e1f33d36fbb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-d87ce5dc168bfe15.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1978 | 2024-11-19T16:55:59.259Z | Compiling tokio-rustls v0.24.1 |
1979 | 2024-11-19T16:55:59.284Z | 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=4a2ebc04da7437a7 -C extra-filename=-4a2ebc04da7437a7 --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-d26eccb74aa47e8b.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1980 | 2024-11-19T16:55:59.461Z | 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=9011bc468fac11ef -C extra-filename=-9011bc468fac11ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dbeeaf85e7070b95.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1981 | 2024-11-19T16:55:59.579Z | 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=62d6443dc85e47ed -C extra-filename=-62d6443dc85e47ed --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-30531afbd6579276.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.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-325e6d1b02144590.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-ac2f32e8a51492b4.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-a730ac440c432e3b.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-a33487844d1bf02a.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-6f81169de4151ba3.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-d87ce5dc168bfe15.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-21e2d620a0ea1f02.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-2423c0068d754f54.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-1bcff660c294dc42.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-f3c2d2569f7703fe.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0fb13e1f33d36fbb.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-d305265d67221fc1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1982 | 2024-11-19T16:55:59.835Z | 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=5e4a91cf738e74a5 -C extra-filename=-5e4a91cf738e74a5 --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-32defc4b9f41c3db.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-d272671c250f5a43.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-ff90d7bad176c3a2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.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-325e6d1b02144590.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-19a92fb40a07fa86.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-dc4656986464154a.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-b594d7982a4855b2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-881ba7816e988653.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-d9c27a9eb36e1ed5.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-dbeeaf85e7070b95.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-727f6cc3b0f4c467.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-3972de122ac01f57.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-e6bbadad71a423b1.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-23f7b225347dce48.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-d7f1c1705e323ced.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-c2db47cff1bc2402.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-9011bc468fac11ef.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-b3d0bce3e10d7299.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-9f53ad4ea74500ac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-534e75f02bc16bbd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1983 | 2024-11-19T16:55:59.989Z | Compiling tokio-rustls v0.26.0 |
1984 | 2024-11-19T16:56:00.016Z | 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=709155a8c19f8216 -C extra-filename=-709155a8c19f8216 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1985 | 2024-11-19T16:56:00.409Z | Compiling hyper-rustls v0.27.3 |
1986 | 2024-11-19T16:56:00.433Z | 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=27f5fe0bfecd67a0 -C extra-filename=-27f5fe0bfecd67a0 --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-8b90de86ddfc5a24.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-a33487844d1bf02a.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-709155a8c19f8216.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1987 | 2024-11-19T16:56:00.986Z | Compiling reqwest v0.12.9 |
1988 | 2024-11-19T16:56:01.032Z | 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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=4dc954001b540657 -C extra-filename=-4dc954001b540657 --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-d25f18d0b543ff02.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-8e26f1dd33465610.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-2cabc8475a50ab8b.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-c0cfcc1f46a099c2.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-e74ea6a896a3e54a.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-27f5fe0bfecd67a0.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-a1102865789f25bc.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-a33487844d1bf02a.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-937e3c856c48545c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-f9f621a8aff6bafb.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3f2367044d7392e9.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a6ae49a991f72ea2.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ac7d1951af0c9528.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-ab6aacbdb211a356.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-0368a1012b45fb31.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-709155a8c19f8216.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3b964166565b625f.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-2fe9d8c85331f603.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-16a29b1168270956.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1989 | 2024-11-19T16:56:02.760Z | 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=373646a2e931b7dd -C extra-filename=-373646a2e931b7dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1990 | 2024-11-19T16:56:03.213Z | 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=8c9ce31bd81bbc61 -C extra-filename=-8c9ce31bd81bbc61 --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-58afa33f641c3405.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-881ba7816e988653.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-373646a2e931b7dd.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out` |
1991 | 2024-11-19T16:56:03.571Z | Compiling progenitor-client v0.8.0 |
1992 | 2024-11-19T16:56:03.595Z | 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=bff60b7574b9d7a0 -C extra-filename=-bff60b7574b9d7a0 --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-d25f18d0b543ff02.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-06328031112a97c2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1993 | 2024-11-19T16:56:03.772Z | 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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=d1f76140c86dce7f -C extra-filename=-d1f76140c86dce7f --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-3a1ee00742128e38.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-5a890e43b378f2b0.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-f3b13fae1245e640.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-ee6cd55ae4d405f9.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-24e1fda7e9620f3f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-8c9ce31bd81bbc61.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-1ebc624ed3c38f5a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-881ba7816e988653.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-57da9d7a913df298.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ba944cb5d73bc6ba.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-839c339cd70f2c9e.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-79c07d1ec6a499f7.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-713fcbf5921d1409.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-41a71b75934fc850.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-794c86529ae52d9a.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-373646a2e931b7dd.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-c3c661979ba1920a.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-12d04adf0f47c984.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-1195122e81cb95d2.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1994 | 2024-11-19T16:56:04.009Z | Compiling progenitor v0.8.0 |
1995 | 2024-11-19T16:56:04.033Z | 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=e89021c8bfa8f503 -C extra-filename=-e89021c8bfa8f503 --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-bff60b7574b9d7a0.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-55efb8ceef7a61e7.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-871edbf2219dbec0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
1996 | 2024-11-19T16:56:04.092Z | Compiling omicron-zone-package v0.11.1 |
1997 | 2024-11-19T16:56:04.125Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d044e45e3619175 -C extra-filename=-2d044e45e3619175 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-47e92d10fbc180d1.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-35a945a5d179a246.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-b27da0a1b956e562.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-f0f41c6f72a7fc62.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8975f2705021aea8.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-24326d23b7892fde.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-5dfdd92cf8dde5ad.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-a248791cc7a55e43.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-5153e38bb56c2351.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out` |
1998 | 2024-11-19T16:56:04.238Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1999 | 2024-11-19T16:56:04.263Z | 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=56ec4bf2c01454fe -C extra-filename=-56ec4bf2c01454fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2000 | 2024-11-19T16:56:05.266Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2001 | 2024-11-19T16:56:05.290Z | 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=f8bdbb70bf968a33 -C extra-filename=-f8bdbb70bf968a33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-103e2f470fbdfa47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.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-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2002 | 2024-11-19T16:56:06.121Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2003 | 2024-11-19T16:56:06.145Z | 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=7b4d8c9a24e182fe -C extra-filename=-7b4d8c9a24e182fe --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-dc780e1771a56145.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-bd8945f79d96993a.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-e89021c8bfa8f503.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2004 | 2024-11-19T16:56:06.650Z | 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=0ee5034dbe456797 -C extra-filename=-0ee5034dbe456797 --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-3a1ee00742128e38.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-d1f76140c86dce7f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-34c6ebe0ed61dd82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2005 | 2024-11-19T16:56:07.027Z | 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=528478e75ccd500e -C extra-filename=-528478e75ccd500e --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-0ee5034dbe456797.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-7a694b50e3d3ac6d.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-871edbf2219dbec0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2006 | 2024-11-19T16:56:07.216Z | 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=af7eddcf476e2057 -C extra-filename=-af7eddcf476e2057 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-907ff4afaab19552.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-528478e75ccd500e.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-d1f76140c86dce7f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-e31170ab19c6aabe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2007 | 2024-11-19T16:56:09.101Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2008 | 2024-11-19T16:56:09.147Z | 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=b147bf9e62b920d0 -C extra-filename=-b147bf9e62b920d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-199dcc279b849df0.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-816a6f4b0d48b94d.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-56ec4bf2c01454fe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-5a6b5106b3e337a9.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-094cbe8545fad40c.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-bff60b7574b9d7a0.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-67c6de08564b54e3.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-ada84b0b7be60f37.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.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-898a3cb78b37d2be.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2009 | 2024-11-19T16:56:10.425Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2010 | 2024-11-19T16:56:10.473Z | 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=57cacbc28e71c187 -C extra-filename=-57cacbc28e71c187 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-57cacbc28e71c187 -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-5122fe8c6f64e7c6.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-3a1ee00742128e38.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7bd1d8f2937ddccc.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-84d30c4eece83bca.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-ccdbeba0238493fc.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-7b0e0913d6b57bfb.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-d5b588947fadf0d8.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-8a9b95e96b819e98.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-43ba37a273973ff6.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-f8368ed8b0f00919.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-572d4509b9937e1d.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f7ad8dfe3bacd28b.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-cf14e0c7c36daf38.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-58afa33f641c3405.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-bfa85ab975d6a7c3.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-a3697d009583edc6.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-f8b6bfad8bb645a9.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-0d8f366abf8f9298.rlib --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-8c9ce31bd81bbc61.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-881ba7816e988653.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-2cccbd5d7a03446b.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9534aeb763e80169.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-33e91a0c775d4f6f.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-259c464874b009e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-9b7409d92149ff9c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-956d7339f347d32f.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-1819aa8528d572c5.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-20d26e57ed4fae8e.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-296f524617f4c033.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c7935545ea9859d9.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-70f9a497ba88312b.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-ab6586e0fd34fc51.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-d1f76140c86dce7f.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-bdff5b82d8da383e.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-13835631da52351a.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-0d50b902c9326659.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.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-8ea66d994cce9241.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-2f3d655721e61673.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-c3c661979ba1920a.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-e435f34c37fa4b32.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-b13c9aa97738cfd3.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-5362e67b27c8e793.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-1c15ea56dc93e74a.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-9f53ad4ea74500ac.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-4d8b34669af8766b.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-3763bf8e6a98e9d9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2011 | 2024-11-19T16:56:10.743Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-57cacbc28e71c187/build-script-build` |
2012 | 2024-11-19T16:56:10.773Z | 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=f4a8db7c5a4ab4df -C extra-filename=-f4a8db7c5a4ab4df --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-e95683b15f40bc4a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-c306063a241ff9f7.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-575b1dc90d49829b.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-ba2e6eb5cd3d2a6d.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-999344459ef5a67a.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-a222bc0560c07e46.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-0861883e424bc415.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-93b3342c98d82e17.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-a5917bdfef2192aa.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1ff47a4b15efcd73.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-8b90de86ddfc5a24.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-3807786a3a866831.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-ab01495691db9c2c.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-27f5fe0bfecd67a0.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-a33487844d1bf02a.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-dfaf23fcf43a67ee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-45a25bea9bf1c83a.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-61e7bdfb9244cbf7.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-6e05eb70348d9d89.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-605fb97b9c0ab9f2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-fb6eb155c4f738a7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-b947f4c30b0c9d4d.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f0f1f147f4e06733.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-25d18edbaa8643e6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-a312cc896f01822e.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-328a9c799ff21bd9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5cabb3892a63cc6c.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-96de900ed9f0ca8e.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-a1d3e45024295bba.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8de5c938a54f06eb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.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-22d47b0f078a0063.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-cf178374344abd17.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-9dfb715720f8b512.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-908fd40ce752c157.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d581d1fa54003c07.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-f306540a2375c8b0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b7f6a9e5d33228ee.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2024-11-19T16:56:10.865Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2014 | 2024-11-19T16:56:10.890Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2015 | 2024-11-19T16:56:10.890Z | 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=7b252d9895ec8455 -C extra-filename=-7b252d9895ec8455 --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-f4a8db7c5a4ab4df.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-ded9ef1cb31965dc.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2016 | 2024-11-19T16:56:10.890Z | 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=1c7ae02e6b748829 -C extra-filename=-1c7ae02e6b748829 --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-f4a8db7c5a4ab4df.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2017 | 2024-11-19T16:56:10.914Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2018 | 2024-11-19T16:56:10.939Z | 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=d9048c6a3cdef866 -C extra-filename=-d9048c6a3cdef866 --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-f4a8db7c5a4ab4df.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-ded9ef1cb31965dc.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-d25f985d0b92b6b2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2019 | 2024-11-19T16:56:10.966Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2020 | 2024-11-19T16:56:10.990Z | 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=e2b2a209562a5280 -C extra-filename=-e2b2a209562a5280 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2021 | 2024-11-19T16:56:11.018Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2022 | 2024-11-19T16:56:11.018Z | 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=5d918212aa0cdf69 -C extra-filename=-5d918212aa0cdf69 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2023 | 2024-11-19T16:56:11.066Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2024 | 2024-11-19T16:56:11.090Z | 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=403cb4ddaea9a0a8 -C extra-filename=-403cb4ddaea9a0a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2025 | 2024-11-19T16:56:11.705Z | 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=9deca462e0283317 -C extra-filename=-9deca462e0283317 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-deb5f1c2539f172c.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-ff90d7bad176c3a2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-5e4a91cf738e74a5.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-dc4656986464154a.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-f8b6bfad8bb645a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-7ad4600dc32dee11.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-55135e1d3d707f0a.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-bae53aa3406df534.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-af7eddcf476e2057.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-ff5f41a3c0cf1888.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-4614e9ce59077cbb.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-e465ffac001b5df0.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-528478e75ccd500e.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-0ee5034dbe456797.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-aa97d7bb3dd7b232.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-5085c8de054de5be.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-d1f76140c86dce7f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-13835631da52351a.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-8f0f02c8afc5b18d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-f325bf13fb232f3e.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-ba8d24320c15020c.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-9adf0ef0efeb5156.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-4e6f23d2e72460dd.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a1ec4884734fab14.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a375c55865c5c102.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2024-11-19T16:56:11.946Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2027 | 2024-11-19T16:56:11.970Z | 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=a8572c477da21d0b -C extra-filename=-a8572c477da21d0b --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-2d044e45e3619175.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-ae862a3538caa2ab/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-0982fa9a9e6f3474/out` |
2028 | 2024-11-19T16:56:11.970Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2029 | 2024-11-19T16:56:11.971Z | 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=5a669e82eac5db5e -C extra-filename=-5a669e82eac5db5e --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-f4a8db7c5a4ab4df.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2024-11-19T16:56:12.137Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2031 | 2024-11-19T16:56:12.161Z | 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=f6976e55d6382153 -C extra-filename=-f6976e55d6382153 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2032 | 2024-11-19T16:56:14.336Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=dc576c56d414a199 -C extra-filename=-dc576c56d414a199 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-8dbd908da9bc4e47.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2033 | 2024-11-19T16:56:14.787Z | Compiling git2 v0.19.0 |
2034 | 2024-11-19T16:56:14.811Z | 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=df0da06d7e23d7bd -C extra-filename=-df0da06d7e23d7bd --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-5122fe8c6f64e7c6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-1716ac62aa86e34c.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-dc576c56d414a199.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-926254aa8eef36a1.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-101239d14d794f33.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64` |
2035 | 2024-11-19T16:56:18.491Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2036 | 2024-11-19T16:56:18.560Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2037 | 2024-11-19T16:56:18.560Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2038 | 2024-11-19T16:56:18.560Z | 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=c8eb71dbd8582de8 -C extra-filename=-c8eb71dbd8582de8 --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-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.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-b147bf9e62b920d0.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2039 | 2024-11-19T16:56:18.561Z | 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=f05c85a3fcea56ec -C extra-filename=-f05c85a3fcea56ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-f5b5c45b4994b85b.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-3d72c149733d9de6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.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-7b252d9895ec8455.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-816a6f4b0d48b94d.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-a04532e765286206.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-0120d2e4753ba506.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-087a6119ceb9306e.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-7e60338ec193e1e5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-85a77f11aa974343.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-4bf5a2d98fc984e4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2040 | 2024-11-19T16:56:18.562Z | 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=59968427a7fdd887 -C extra-filename=-59968427a7fdd887 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-f8bdbb70bf968a33.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-5b07d2e7b6ad496c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-4dc954001b540657.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2041 | 2024-11-19T16:56:18.562Z | 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=f6fdbb7d9ed58dde -C extra-filename=-f6fdbb7d9ed58dde --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-cdd34e4396c3ba9f.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-e5071d0de9cafe7c.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-5b59be17ab44bf29.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6b13becb7d8fc221.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-103e2f470fbdfa47.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2042 | 2024-11-19T16:56:21.305Z | 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=d34f8556dc4b0d6c -C extra-filename=-d34f8556dc4b0d6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-866f9152469c9040.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-9617de597c2f01d0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-df0da06d7e23d7bd.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-fa79aba3014eb44d.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-7c0afd9e8e47094f.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-0759e65d5bf9f55f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
2043 | 2024-11-19T16:56:21.560Z | 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=be63cb75ac628d29 -C extra-filename=-be63cb75ac628d29 --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-3a1ee00742128e38.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.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-9deca462e0283317.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-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a1ec4884734fab14.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-0723e682f4bffeb0.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-710dace9e946cb89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2044 | 2024-11-19T16:56:21.975Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2045 | 2024-11-19T16:56:22.000Z | 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=02a2eb7ec1c5339b -C extra-filename=-02a2eb7ec1c5339b --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-f05c85a3fcea56ec.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2046 | 2024-11-19T16:56:22.680Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2047 | 2024-11-19T16:56:22.705Z | 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=02084c3aa82a3635 -C extra-filename=-02084c3aa82a3635 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-02084c3aa82a3635 -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-d34f8556dc4b0d6c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-252adfea0bfcd4df/out/build -L native=/usr/lib/amd64` |
2048 | 2024-11-19T16:56:22.705Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2049 | 2024-11-19T16:56:22.705Z | 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=498290f7dbcbb0a2 -C extra-filename=-498290f7dbcbb0a2 --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-f05c85a3fcea56ec.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-02a2eb7ec1c5339b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2050 | 2024-11-19T16:56:22.857Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2051 | 2024-11-19T16:56:22.883Z | 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=d152032421f67250 -C extra-filename=-d152032421f67250 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.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-c8eb71dbd8582de8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2052 | 2024-11-19T16:56:23.610Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2053 | 2024-11-19T16:56:23.635Z | 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=39d26168c81b3ffa -C extra-filename=-39d26168c81b3ffa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.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-c8eb71dbd8582de8.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-4efd0b41201acb3c.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-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-898a3cb78b37d2be.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2054 | 2024-11-19T16:56:23.814Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-02084c3aa82a3635/build-script-build` |
2055 | 2024-11-19T16:56:24.382Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2056 | 2024-11-19T16:56:24.429Z | 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=c8dbebd5ae2ffa92 -C extra-filename=-c8dbebd5ae2ffa92 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-87239645c4bd4ab4.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-f6fdbb7d9ed58dde.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-f88171d047f3fac1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-58e40401f3182b49.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-6b13becb7d8fc221.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-f8bdbb70bf968a33.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-7b4d8c9a24e182fe.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-95b5413a0f5b862d.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-4bdcc0edb1812dd7.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ac62497dc5d7bf75.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-c62531ce6ec9829f.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-498290f7dbcbb0a2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-2972569115861fe4.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-5a6b5106b3e337a9.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-d152032421f67250.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-094cbe8545fad40c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-2692986d78662e8b.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-898a3cb78b37d2be.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-ea94029f72883eb3.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-83eb431d68ffc1d8.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2057 | 2024-11-19T16:56:25.090Z | 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=3461d92af2044739 -C extra-filename=-3461d92af2044739 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-dae791e48c987397.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a1de11d364db0941.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-84d30c4eece83bca.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-be63cb75ac628d29.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-c98723c13f5d261a.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-13835631da52351a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-ac0f2fa738d2e01f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-4e6f23d2e72460dd.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8ea66d994cce9241.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-b3d0bce3e10d7299.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2058 | 2024-11-19T16:56:27.158Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2059 | 2024-11-19T16:56:27.182Z | 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=9ddd1c0376ee47ee -C extra-filename=-9ddd1c0376ee47ee --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-3461d92af2044739.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-be63cb75ac628d29.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-8ea66d994cce9241.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2060 | 2024-11-19T16:56:27.863Z | 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=8b0791b6f689b453 -C extra-filename=-8b0791b6f689b453 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-81aea3933594e5b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-8fd76932e9cd636f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.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-1bcff660c294dc42.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-890909d584d389ce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-4a2ebc04da7437a7.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-fc37422b8e9f398c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2061 | 2024-11-19T16:56:29.086Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2062 | 2024-11-19T16:56:29.087Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2063 | 2024-11-19T16:56:29.112Z | 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=f0af96731fdb1702 -C extra-filename=-f0af96731fdb1702 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-f22629064e47269b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2064 | 2024-11-19T16:56:29.112Z | 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=22ff7487be91302f -C extra-filename=-22ff7487be91302f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-65b633883dba5640.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2065 | 2024-11-19T16:56:30.145Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2066 | 2024-11-19T16:56:30.145Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2067 | 2024-11-19T16:56:30.191Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2068 | 2024-11-19T16:56:30.191Z | 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=b9c3de58f6b729c5 -C extra-filename=-b9c3de58f6b729c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-d9048c6a3cdef866.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2069 | 2024-11-19T16:56:30.191Z | 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=5a76458d4967957d -C extra-filename=-5a76458d4967957d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-6e68f237d8495d89.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-1c7ae02e6b748829.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-bdab9b8349427908.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-e2b2a209562a5280.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2070 | 2024-11-19T16:56:30.191Z | 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=958ac423064e7379 -C extra-filename=-958ac423064e7379 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-5d918212aa0cdf69.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-968cb4880593f2a9.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-1bcff660c294dc42.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2071 | 2024-11-19T16:56:31.937Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2072 | 2024-11-19T16:56:31.962Z | 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=eb69b579c3bfd8d3 -C extra-filename=-eb69b579c3bfd8d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.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-f3de6def58e41b4c.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-39d26168c81b3ffa.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-9ddd1c0376ee47ee.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-c8eb71dbd8582de8.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-4efd0b41201acb3c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-22d47b0f078a0063.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2073 | 2024-11-19T16:56:38.641Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2074 | 2024-11-19T16:56:38.665Z | 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=65855248ea18bab1 -C extra-filename=-65855248ea18bab1 --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-dc780e1771a56145.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-498290f7dbcbb0a2.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-c8dbebd5ae2ffa92.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99be77f57d23ded7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.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-5a6b5106b3e337a9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-e89021c8bfa8f503.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-67c6de08564b54e3.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2075 | 2024-11-19T16:56:47.253Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14) |
2076 | 2024-11-19T16:56:47.278Z | 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=089cb8bc1f224449 -C extra-filename=-089cb8bc1f224449 --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-dc780e1771a56145.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-59968427a7fdd887.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-65855248ea18bab1.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.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-eb69b579c3bfd8d3.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-2da473f63c5dca62.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64` |
2077 | 2024-11-19T16:56:48.687Z | 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=111ab78e6eb5b276 -C extra-filename=-111ab78e6eb5b276 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-a148d9323b05bf39.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-c1a0b8f0d41bc4d3.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6e654c95b0df562a.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4933474e2656b879.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-1c7ae02e6b748829.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-59968427a7fdd887.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-65855248ea18bab1.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-cbe620d0516ac55d.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-eb69b579c3bfd8d3.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-089cb8bc1f224449.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-bff60b7574b9d7a0.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.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-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-4a2ebc04da7437a7.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2078 | 2024-11-19T16:56:48.712Z | 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=6754aed036a7c543 -C extra-filename=-6754aed036a7c543 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-07cc06754c84ab72.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-eb69b579c3bfd8d3.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-089cb8bc1f224449.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-22ff7487be91302f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-4a2ebc04da7437a7.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2079 | 2024-11-19T16:56:57.798Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2080 | 2024-11-19T16:56:57.823Z | 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=4c8bc373429247e7 -C extra-filename=-4c8bc373429247e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-d9048c6a3cdef866.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2081 | 2024-11-19T16:57:05.947Z | 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=ded8651e36c23f9a -C extra-filename=-ded8651e36c23f9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-6754aed036a7c543.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-07cc06754c84ab72.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-8f98fc5d1cc4add3.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0b3acd9416b945e9.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9870a3758a791ef5.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-eb69b579c3bfd8d3.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-089cb8bc1f224449.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-00b2eec10567d76d.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-22ff7487be91302f.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-46e6918d4a9ece33.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-67c3d2a2d9b1bb91.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1decd85947639593.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-e6b10b781af385b2.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-4a2ebc04da7437a7.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e0a380a87b6f6a2f.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-52fe705de3e6d32f.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2082 | 2024-11-19T16:57:10.658Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2083 | 2024-11-19T16:57:10.658Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2084 | 2024-11-19T16:57:10.728Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2085 | 2024-11-19T16:57:10.728Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2086 | 2024-11-19T16:57:10.729Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2087 | 2024-11-19T16:57:10.729Z | 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=b6ca9cdb98a813c7 -C extra-filename=-b6ca9cdb98a813c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-b0c602d50ef217f7.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58e10c67abb72fe4.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-6ff8cb81289fb2bb.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-c016dc42bd72ab57.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2088 | 2024-11-19T16:57:10.729Z | 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=73da9e404044ed9e -C extra-filename=-73da9e404044ed9e --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-5cf4f0dfc9c82849.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-e8d75086bdb33d70.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-403cb4ddaea9a0a8.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ed7497f55b6da4a6.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a0e177a9a53f068e.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2089 | 2024-11-19T16:57:10.729Z | 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=0223e4fc1e08a607 -C extra-filename=-0223e4fc1e08a607 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-0c96ab107b9547e7.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-dc780e1771a56145.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-4c8bc373429247e7.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-d9048c6a3cdef866.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-62d6443dc85e47ed.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-d31eafa0be82002d.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-3e30b47d7284cde1.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-791f89756666ab60.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-4dc954001b540657.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-0b5999b8e57abc6f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-ffe25ca245ece072.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2090 | 2024-11-19T16:57:10.730Z | 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=1dfde3ec37b93623 -C extra-filename=-1dfde3ec37b93623 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-1941f23739d8298f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-968cb4880593f2a9.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2091 | 2024-11-19T16:57:10.731Z | 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=0e9eddc61af036d1 -C extra-filename=-0e9eddc61af036d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-54b44cc631b68304.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2092 | 2024-11-19T16:57:10.731Z | 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=c914a62ca70d8307 -C extra-filename=-c914a62ca70d8307 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2093 | 2024-11-19T16:57:10.791Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2094 | 2024-11-19T16:57:10.815Z | 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=a82117a36d8f2f19 -C extra-filename=-a82117a36d8f2f19 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-95d01d9b804deb64.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-cc42467c711a8de4.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-d25f18d0b543ff02.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5cf4f0dfc9c82849.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-32ae4dae503c3dc2.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-111ab78e6eb5b276.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-1c7ae02e6b748829.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-8b0791b6f689b453.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-f0af96731fdb1702.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-f4a8db7c5a4ab4df.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-e2b2a209562a5280.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-77c4d1909e2201c7.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-3d720ee4f5a93a8d.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-bdfa2e7f5f27a54d.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-c3ddf18eab73fad2.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b147bf9e62b920d0.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-eb69b579c3bfd8d3.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-089cb8bc1f224449.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-b6c8d5bb0ed1d52e.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-924ed0023f5eaf2a.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-22da3711a1ab2777.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-22ff7487be91302f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-8217a138e38d5cc9.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-96de900ed9f0ca8e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-7721a15b8e5088b3.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-61cd0fe90fb4aedb.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-34b7f7bf410943dd.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-968cb4880593f2a9.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-c97dd197df7b81f3.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-ba4200f97a30321f.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-63767ed2c151761e.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-65cea170a1c51f04.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-c94a7f12a9ced6b6.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-04ba54492958d696.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-983ae60f87c7ec7d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2095 | 2024-11-19T16:57:54.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
2096 | 2024-11-19T16:57:54.742Z | |
2097 | 2024-11-19T16:57:54.742Z | real 4:14.501299260 |
2098 | 2024-11-19T16:57:54.742Z | user 20:53.311707833 |
2099 | 2024-11-19T16:57:54.744Z | sys 5:16.599040670 |
2100 | 2024-11-19T16:57:54.744Z | trap 0.731321545 |
2101 | 2024-11-19T16:57:54.744Z | tflt 0.681000062 |
2102 | 2024-11-19T16:57:54.744Z | dflt 1.853520557 |
2103 | 2024-11-19T16:57:54.744Z | kflt 0.002601964 |
2104 | 2024-11-19T16:57:54.744Z | lock 35:01.247580647 |
2105 | 2024-11-19T16:57:54.769Z | slp 1:44:01.537752662 |
2106 | 2024-11-19T16:57:54.769Z | lat 1:29.693518286 |
2107 | 2024-11-19T16:57:54.769Z | stop 3:54.165017856 |
2108 | 2024-11-19T16:57:54.769Z | + banner output |
2109 | 2024-11-19T16:57:54.769Z | |
2110 | 2024-11-19T16:57:54.769Z | #### # # ##### ##### # # ##### |
2111 | 2024-11-19T16:57:54.769Z | # # # # # # # # # # |
2112 | 2024-11-19T16:57:54.769Z | # # # # # # # # # # |
2113 | 2024-11-19T16:57:54.769Z | # # # # # ##### # # # |
2114 | 2024-11-19T16:57:54.769Z | # # # # # # # # # |
2115 | 2024-11-19T16:57:54.769Z | #### #### # # #### # |
2116 | 2024-11-19T16:57:54.769Z | |
2117 | 2024-11-19T16:57:54.769Z | + mkdir -p /work/bins |
2118 | 2024-11-19T16:57:54.769Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2119 | 2024-11-19T16:57:54.769Z | + gzip |
2120 | 2024-11-19T16:58:10.115Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2121 | 2024-11-19T16:58:10.115Z | + gzip |
2122 | 2024-11-19T16:58:24.761Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2123 | 2024-11-19T16:58:24.761Z | + gzip |
2124 | 2024-11-19T16:58:39.988Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2125 | 2024-11-19T16:58:39.988Z | + gzip |
2126 | 2024-11-19T16:58:49.308Z | + mkdir -p /work/scripts |
2127 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2128 | 2024-11-19T16:58:49.334Z | + cp tools/test_live_repair.sh /work/scripts/ |
2129 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2130 | 2024-11-19T16:58:49.334Z | + cp tools/test_repair.sh /work/scripts/ |
2131 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2132 | 2024-11-19T16:58:49.334Z | + cp tools/test_up.sh /work/scripts/ |
2133 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2134 | 2024-11-19T16:58:49.334Z | + cp tools/test_ds.sh /work/scripts/ |
2135 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2136 | 2024-11-19T16:58:49.334Z | + cp tools/test_replay.sh /work/scripts/ |
2137 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2138 | 2024-11-19T16:58:49.334Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2139 | 2024-11-19T16:58:49.334Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2140 | 2024-11-19T16:58:49.335Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2141 | 2024-11-19T16:58:49.335Z | + echo in_work_scripts |
2142 | 2024-11-19T16:58:49.335Z | in_work_scripts |
2143 | 2024-11-19T16:58:49.335Z | + ls -l /work/scripts |
2144 | 2024-11-19T16:58:49.360Z | total 7 |
2145 | 2024-11-19T16:58:49.360Z | -rw-r--r-- 1 build build 3056 Nov 19 16:58 perf-downstairs-tick.d |
2146 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 2127 Nov 19 16:58 test_ds.sh |
2147 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 4272 Nov 19 16:58 test_live_repair.sh |
2148 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 6724 Nov 19 16:58 test_repair.sh |
2149 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 3494 Nov 19 16:58 test_replay.sh |
2150 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 13887 Nov 19 16:58 test_up.sh |
2151 | 2024-11-19T16:58:49.360Z | -rwxr-xr-x 1 build build 2334 Nov 19 16:58 upstairs_info.d |
2152 | 2024-11-19T16:58:49.360Z | + echo in_work_bins |
2153 | 2024-11-19T16:58:49.360Z | + ls -l /work/bins |
2154 | 2024-11-19T16:58:49.360Z | in_work_bins |
2155 | 2024-11-19T16:58:49.360Z | total 725612 |
2156 | 2024-11-19T16:58:49.360Z | -rw-r--r-- 1 build build 109276241 Nov 19 16:58 crucible-downstairs.gz |
2157 | 2024-11-19T16:58:49.360Z | -rw-r--r-- 1 build build 105043485 Nov 19 16:58 crucible-hammer.gz |
2158 | 2024-11-19T16:58:49.361Z | -rw-r--r-- 1 build build 109482608 Nov 19 16:58 crutest.gz |
2159 | 2024-11-19T16:58:49.361Z | -rw-r--r-- 1 build build 66480669 Nov 19 16:58 dsc.gz |
2160 | 2024-11-19T16:58:49.361Z | + banner test |
2161 | 2024-11-19T16:58:49.361Z | |
2162 | 2024-11-19T16:58:49.361Z | ##### ###### #### ##### |
2163 | 2024-11-19T16:58:49.361Z | # # # # |
2164 | 2024-11-19T16:58:49.361Z | # ##### #### # |
2165 | 2024-11-19T16:58:49.361Z | # # # # |
2166 | 2024-11-19T16:58:49.361Z | # # # # # |
2167 | 2024-11-19T16:58:49.361Z | # ###### #### # |
2168 | 2024-11-19T16:58:49.361Z | |
2169 | 2024-11-19T16:58:49.361Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2170 | 2024-11-19T17:05:30.520Z | process exited: duration 727413 ms, exit code 0 |
|
2171 | 2024-11-19T17:05:30.604Z | found 12 output files |
2172 | 2024-11-19T17:05:30.604Z | uploading: /work/bins/crucible-downstairs.gz (109276241 bytes) |
2173 | 2024-11-19T17:05:36.300Z | uploaded: /work/bins/crucible-downstairs.gz |
2174 | 2024-11-19T17:05:36.300Z | uploading: /work/bins/crucible-hammer.gz (105043485 bytes) |
2175 | 2024-11-19T17:05:53.212Z | uploaded: /work/bins/crucible-hammer.gz |
2176 | 2024-11-19T17:05:53.212Z | uploading: /work/bins/crutest.gz (109482608 bytes) |
2177 | 2024-11-19T17:06:09.941Z | uploaded: /work/bins/crutest.gz |
2178 | 2024-11-19T17:06:09.941Z | uploading: /work/bins/dsc.gz (66480669 bytes) |
2179 | 2024-11-19T17:06:15.907Z | uploaded: /work/bins/dsc.gz |
2180 | 2024-11-19T17:06:15.930Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2181 | 2024-11-19T17:06:17.004Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2182 | 2024-11-19T17:06:17.004Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2183 | 2024-11-19T17:06:18.101Z | uploaded: /work/scripts/test_ds.sh |
2184 | 2024-11-19T17:06:18.101Z | uploading: /work/scripts/test_live_repair.sh (4272 bytes) |
2185 | 2024-11-19T17:06:19.201Z | uploaded: /work/scripts/test_live_repair.sh |
2186 | 2024-11-19T17:06:19.201Z | uploading: /work/scripts/test_repair.sh (6724 bytes) |
2187 | 2024-11-19T17:06:20.325Z | uploaded: /work/scripts/test_repair.sh |
2188 | 2024-11-19T17:06:20.325Z | uploading: /work/scripts/test_replay.sh (3494 bytes) |
2189 | 2024-11-19T17:06:21.422Z | uploaded: /work/scripts/test_replay.sh |
2190 | 2024-11-19T17:06:21.422Z | uploading: /work/scripts/test_up.sh (13887 bytes) |
2191 | 2024-11-19T17:06:22.563Z | uploaded: /work/scripts/test_up.sh |
2192 | 2024-11-19T17:06:22.563Z | uploading: /work/scripts/upstairs_info.d (2334 bytes) |
2193 | 2024-11-19T17:06:23.658Z | uploaded: /work/scripts/upstairs_info.d |
2194 | 2024-11-19T17:06:23.658Z | uploading: /tmp/cargo-test-out.log (61273848 bytes) |
2195 | 2024-11-19T17:06:27.552Z | uploaded: /tmp/cargo-test-out.log |