|
|
|
1 | 2024-09-26T19:26:24.308Z | job assigned to worker 01J8QWQBEB0PA7R7QV9EQ16TSH (queued for 55 s) |
|
2 | 2024-09-26T19:26:32.025Z | starting task 0: "setup" |
3 | 2024-09-26T19:26:32.035Z | ++ uname -s |
4 | 2024-09-26T19:26:32.037Z | + kern=SunOS |
5 | 2024-09-26T19:26:32.037Z | + case "$kern" in |
6 | 2024-09-26T19:26:32.037Z | + groupadd -g 12345 build |
7 | 2024-09-26T19:26:32.039Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-26T19:26:34.050Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-26T19:26:34.179Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-26T19:26:34.181Z | + home_fs=zfs |
11 | 2024-09-26T19:26:34.181Z | + [[ zfs == autofs ]] |
12 | 2024-09-26T19:26:34.181Z | + mkdir -p /home/build |
13 | 2024-09-26T19:26:34.184Z | + chown build:build /home/build /work |
14 | 2024-09-26T19:26:36.185Z | + chmod 0700 /home/build /work |
15 | 2024-09-26T19:26:36.188Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-09-26T19:26:36.194Z | starting task 1: "rust-toolchain" |
17 | 2024-09-26T19:26:36.200Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-26T19:26:36.202Z | ' 1.70.0 |
19 | 2024-09-26T19:26:36.202Z | * toolchain channel = "1.70.0" |
20 | 2024-09-26T19:26:36.202Z | * toolchain profile = "default" |
21 | 2024-09-26T19:26:36.202Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-26T19:26:36.202Z | ' default |
23 | 2024-09-26T19:26:36.202Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-26T19:26:36.202Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.70.0 --profile default |
25 | 2024-09-26T19:26:36.322Z | info: downloading installer |
26 | 2024-09-26T19:26:37.484Z | info: profile set to 'default' |
27 | 2024-09-26T19:26:37.484Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-26T19:26:37.487Z | info: syncing channel updates for '1.70.0-x86_64-unknown-illumos' |
29 | 2024-09-26T19:26:37.603Z | info: latest update on 2023-06-01, rust version 1.70.0 (90c541806 2023-05-31) |
30 | 2024-09-26T19:26:37.603Z | info: downloading component 'cargo' |
31 | 2024-09-26T19:26:38.134Z | info: downloading component 'clippy' |
32 | 2024-09-26T19:26:38.332Z | info: downloading component 'rust-docs' |
33 | 2024-09-26T19:26:39.080Z | info: downloading component 'rust-std' |
34 | 2024-09-26T19:26:40.535Z | info: downloading component 'rustc' |
35 | 2024-09-26T19:26:43.725Z | info: downloading component 'rustfmt' |
36 | 2024-09-26T19:26:43.903Z | info: installing component 'cargo' |
37 | 2024-09-26T19:26:44.622Z | info: installing component 'clippy' |
38 | 2024-09-26T19:26:44.966Z | info: installing component 'rust-docs' |
39 | 2024-09-26T19:26:46.378Z | info: installing component 'rust-std' |
40 | 2024-09-26T19:26:48.340Z | info: installing component 'rustc' |
41 | 2024-09-26T19:26:52.328Z | info: installing component 'rustfmt' |
42 | 2024-09-26T19:26:52.660Z | info: default toolchain set to '1.70.0-x86_64-unknown-illumos' |
43 | 2024-09-26T19:26:52.660Z | |
44 | 2024-09-26T19:26:52.954Z | 1.70.0-x86_64-unknown-illumos installed - rustc 1.70.0 (90c541806 2023-05-31) |
45 | 2024-09-26T19:26:52.954Z | |
46 | 2024-09-26T19:26:52.957Z | |
47 | 2024-09-26T19:26:52.957Z | Rust is installed now. Great! |
48 | 2024-09-26T19:26:52.957Z | |
49 | 2024-09-26T19:26:52.957Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-26T19:26:52.957Z | environment variable. This has not been done automatically. |
51 | 2024-09-26T19:26:52.957Z | |
52 | 2024-09-26T19:26:52.957Z | To configure your current shell, you need to source |
53 | 2024-09-26T19:26:52.957Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-26T19:26:52.957Z | |
55 | 2024-09-26T19:26:52.957Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-26T19:26:52.957Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-26T19:26:52.957Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-26T19:26:53.010Z | + rustc --version |
59 | 2024-09-26T19:26:53.073Z | rustc 1.70.0 (90c541806 2023-05-31) |
60 | 2024-09-26T19:26:53.076Z | process exited: duration 16881 ms, exit code 0 |
|
61 | 2024-09-26T19:26:53.081Z | starting task 2: "authentication" |
62 | 2024-09-26T19:26:53.105Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-26T19:26:53.115Z | starting task 3: "clone repository" |
64 | 2024-09-26T19:26:53.119Z | + mkdir -p /work/oxidecomputer/crucible |
65 | 2024-09-26T19:26:53.122Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
66 | 2024-09-26T19:26:53.392Z | Cloning into '/work/oxidecomputer/crucible'... |
67 | 2024-09-26T19:26:55.580Z | + cd /work/oxidecomputer/crucible |
68 | 2024-09-26T19:26:55.580Z | + git fetch origin 8e980c14034391699f5d7f17cfb24177d0aafaf2 |
69 | 2024-09-26T19:26:55.817Z | From https://github.com/oxidecomputer/crucible |
70 | 2024-09-26T19:26:55.817Z | * branch 8e980c14034391699f5d7f17cfb24177d0aafaf2 -> FETCH_HEAD |
71 | 2024-09-26T19:26:55.826Z | + [[ -n alan/crutest-meet-dsc ]] |
72 | 2024-09-26T19:26:55.832Z | ++ git branch --show-current |
73 | 2024-09-26T19:26:55.834Z | + current=main |
74 | 2024-09-26T19:26:55.834Z | + [[ main != alan/crutest-meet-dsc ]] |
75 | 2024-09-26T19:26:55.834Z | + git branch -f alan/crutest-meet-dsc 8e980c14034391699f5d7f17cfb24177d0aafaf2 |
76 | 2024-09-26T19:26:55.834Z | + git checkout -f alan/crutest-meet-dsc |
77 | 2024-09-26T19:26:55.863Z | Switched to branch 'alan/crutest-meet-dsc' |
78 | 2024-09-26T19:26:55.866Z | + git reset --hard 8e980c14034391699f5d7f17cfb24177d0aafaf2 |
79 | 2024-09-26T19:26:55.895Z | HEAD is now at 8e980c1 Fix mismerge with main |
80 | 2024-09-26T19:26:55.899Z | process exited: duration 2783 ms, exit code 0 |
|
81 | 2024-09-26T19:26:55.906Z | starting task 4: "build" |
82 | 2024-09-26T19:26:55.911Z | + cargo --version |
83 | 2024-09-26T19:26:55.917Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
84 | 2024-09-26T19:26:56.055Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
85 | 2024-09-26T19:26:56.055Z | info: downloading component 'cargo' |
86 | 2024-09-26T19:26:56.656Z | info: downloading component 'clippy' |
87 | 2024-09-26T19:26:56.875Z | info: downloading component 'rust-docs' |
88 | 2024-09-26T19:26:57.733Z | info: downloading component 'rust-std' |
89 | 2024-09-26T19:26:58.890Z | info: downloading component 'rustc' |
90 | 2024-09-26T19:27:02.186Z | info: downloading component 'rustfmt' |
91 | 2024-09-26T19:27:02.347Z | info: installing component 'cargo' |
92 | 2024-09-26T19:27:03.137Z | info: installing component 'clippy' |
93 | 2024-09-26T19:27:03.507Z | info: installing component 'rust-docs' |
94 | 2024-09-26T19:27:05.089Z | info: installing component 'rust-std' |
95 | 2024-09-26T19:27:06.712Z | info: installing component 'rustc' |
96 | 2024-09-26T19:27:11.002Z | info: installing component 'rustfmt' |
97 | 2024-09-26T19:27:11.415Z | cargo 1.80.0 (376290515 2024-07-16) |
98 | 2024-09-26T19:27:11.423Z | + rustc --version |
99 | 2024-09-26T19:27:11.512Z | rustc 1.80.0 (051478957 2024-07-21) |
100 | 2024-09-26T19:27:11.517Z | + banner cores |
101 | 2024-09-26T19:27:11.589Z | |
102 | 2024-09-26T19:27:11.589Z | #### #### ##### ###### #### |
103 | 2024-09-26T19:27:11.589Z | # # # # # # # # |
104 | 2024-09-26T19:27:11.589Z | # # # # # ##### #### |
105 | 2024-09-26T19:27:11.589Z | # # # ##### # # |
106 | 2024-09-26T19:27:11.589Z | # # # # # # # # # |
107 | 2024-09-26T19:27:11.589Z | #### #### # # ###### #### |
108 | 2024-09-26T19:27:11.590Z | |
109 | 2024-09-26T19:27:11.593Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
110 | 2024-09-26T19:27:11.607Z | + banner build |
111 | 2024-09-26T19:27:11.614Z | |
112 | 2024-09-26T19:27:11.614Z | ##### # # # # ##### |
113 | 2024-09-26T19:27:11.614Z | # # # # # # # # |
114 | 2024-09-26T19:27:11.614Z | ##### # # # # # # |
115 | 2024-09-26T19:27:11.614Z | # # # # # # # # |
116 | 2024-09-26T19:27:11.614Z | # # # # # # # # |
117 | 2024-09-26T19:27:11.614Z | ##### #### # ###### ##### |
118 | 2024-09-26T19:27:11.614Z | |
119 | 2024-09-26T19:27:11.614Z | + ptime -m cargo build --verbose --all-features |
120 | 2024-09-26T19:27:11.799Z | Updating crates.io index |
121 | 2024-09-26T19:27:11.802Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
122 | 2024-09-26T19:27:12.603Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
123 | 2024-09-26T19:27:18.811Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
124 | 2024-09-26T19:27:18.947Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
125 | 2024-09-26T19:27:20.604Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
126 | 2024-09-26T19:27:21.402Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
127 | 2024-09-26T19:27:21.676Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
128 | 2024-09-26T19:27:21.939Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
129 | 2024-09-26T19:27:22.246Z | Updating git repository `https://github.com/oxidecomputer/typify` |
130 | 2024-09-26T19:27:24.641Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2024-09-26T19:27:25.333Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
132 | 2024-09-26T19:27:26.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
133 | 2024-09-26T19:27:28.529Z | Updating git repository `https://github.com/oxidecomputer/opte` |
134 | 2024-09-26T19:27:29.519Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
135 | 2024-09-26T19:27:29.836Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
136 | 2024-09-26T19:27:30.142Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
137 | 2024-09-26T19:27:30.402Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
138 | 2024-09-26T19:27:30.663Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
139 | 2024-09-26T19:27:31.861Z | Downloading crates ... |
140 | 2024-09-26T19:27:31.941Z | Downloaded anstyle-query v1.0.0 |
141 | 2024-09-26T19:27:31.944Z | Downloaded anstyle v1.0.8 |
142 | 2024-09-26T19:27:31.947Z | Downloaded aead v0.5.2 |
143 | 2024-09-26T19:27:31.947Z | Downloaded argon2 v0.5.3 |
144 | 2024-09-26T19:27:31.949Z | Downloaded adler v1.0.2 |
145 | 2024-09-26T19:27:31.952Z | Downloaded atty v0.2.14 |
146 | 2024-09-26T19:27:31.952Z | Downloaded ahash v0.8.6 |
147 | 2024-09-26T19:27:31.955Z | Downloaded darling_macro v0.20.3 |
148 | 2024-09-26T19:27:31.969Z | Downloaded dtrace-parser v0.2.0 |
149 | 2024-09-26T19:27:31.973Z | Downloaded nbd v0.3.1 |
150 | 2024-09-26T19:27:31.973Z | Downloaded crypto-common v0.1.6 |
151 | 2024-09-26T19:27:31.973Z | Downloaded multer v3.1.0 |
152 | 2024-09-26T19:27:31.977Z | Downloaded bytecheck_derive v0.6.11 |
153 | 2024-09-26T19:27:31.979Z | Downloaded debug-ignore v1.0.5 |
154 | 2024-09-26T19:27:31.979Z | Downloaded newline-converter v0.3.0 |
155 | 2024-09-26T19:27:31.982Z | Downloaded async-stream v0.3.5 |
156 | 2024-09-26T19:27:31.982Z | Downloaded byte-unit v5.1.4 |
157 | 2024-09-26T19:27:31.985Z | Downloaded number_prefix v0.4.0 |
158 | 2024-09-26T19:27:31.988Z | Downloaded openssl-macros v0.1.1 |
159 | 2024-09-26T19:27:31.988Z | Downloaded opaque-debug v0.3.0 |
160 | 2024-09-26T19:27:31.988Z | Downloaded byteorder v1.5.0 |
161 | 2024-09-26T19:27:31.991Z | Downloaded cpufeatures v0.2.12 |
162 | 2024-09-26T19:27:31.991Z | Downloaded dirs-sys-next v0.1.2 |
163 | 2024-09-26T19:27:31.994Z | Downloaded num-conv v0.1.0 |
164 | 2024-09-26T19:27:31.994Z | Downloaded pin-utils v0.1.0 |
165 | 2024-09-26T19:27:31.996Z | Downloaded defmt-macros v0.3.9 |
166 | 2024-09-26T19:27:31.998Z | Downloaded cfg-if v1.0.0 |
167 | 2024-09-26T19:27:32.002Z | Downloaded embedded-io v0.4.0 |
168 | 2024-09-26T19:27:32.002Z | Downloaded dirs-next v2.0.0 |
169 | 2024-09-26T19:27:32.004Z | Downloaded pretty-hex v0.2.1 |
170 | 2024-09-26T19:27:32.004Z | Downloaded enum-as-inner v0.6.0 |
171 | 2024-09-26T19:27:32.007Z | Downloaded ptr_meta v0.1.4 |
172 | 2024-09-26T19:27:32.007Z | Downloaded paste v1.0.15 |
173 | 2024-09-26T19:27:32.010Z | Downloaded ordered-float v2.10.1 |
174 | 2024-09-26T19:27:32.013Z | Downloaded parse-display-derive v0.10.0 |
175 | 2024-09-26T19:27:32.013Z | Downloaded async-stream-impl v0.3.5 |
176 | 2024-09-26T19:27:32.016Z | Downloaded num_enum v0.7.3 |
177 | 2024-09-26T19:27:32.021Z | Downloaded num-rational v0.2.4 |
178 | 2024-09-26T19:27:32.025Z | Downloaded radium v0.7.0 |
179 | 2024-09-26T19:27:32.025Z | Downloaded rand_os v0.1.3 |
180 | 2024-09-26T19:27:32.025Z | Downloaded cfg_aliases v0.1.1 |
181 | 2024-09-26T19:27:32.032Z | Downloaded powerfmt v0.2.0 |
182 | 2024-09-26T19:27:32.032Z | Downloaded rand_core v0.4.2 |
183 | 2024-09-26T19:27:32.032Z | Downloaded rand_chacha v0.3.1 |
184 | 2024-09-26T19:27:32.034Z | Downloaded cstr-argument v0.1.2 |
185 | 2024-09-26T19:27:32.034Z | Downloaded rand_xorshift v0.1.1 |
186 | 2024-09-26T19:27:32.034Z | Downloaded quick-error v1.2.3 |
187 | 2024-09-26T19:27:32.034Z | Downloaded proc-macro-error-attr v1.0.4 |
188 | 2024-09-26T19:27:32.034Z | Downloaded phf_shared v0.11.2 |
189 | 2024-09-26T19:27:32.034Z | Downloaded rand_hc v0.1.0 |
190 | 2024-09-26T19:27:32.040Z | Downloaded nom v7.1.3 |
191 | 2024-09-26T19:27:32.043Z | Downloaded thread-id v4.2.1 |
192 | 2024-09-26T19:27:32.045Z | Downloaded rand_isaac v0.1.1 |
193 | 2024-09-26T19:27:32.046Z | Downloaded proc-macro-error v1.0.4 |
194 | 2024-09-26T19:27:32.050Z | Downloaded threadpool v1.8.1 |
195 | 2024-09-26T19:27:32.050Z | Downloaded crossbeam-epoch v0.9.15 |
196 | 2024-09-26T19:27:32.053Z | Downloaded plain v0.2.3 |
197 | 2024-09-26T19:27:32.057Z | Downloaded thread_local v1.1.7 |
198 | 2024-09-26T19:27:32.057Z | Downloaded openssl-probe v0.1.5 |
199 | 2024-09-26T19:27:32.057Z | Downloaded foreign-types v0.5.0 |
200 | 2024-09-26T19:27:32.061Z | Downloaded async-recursion v1.1.1 |
201 | 2024-09-26T19:27:32.064Z | Downloaded newtype_derive v0.1.6 |
202 | 2024-09-26T19:27:32.064Z | Downloaded omicron-zone-package v0.11.0 |
203 | 2024-09-26T19:27:32.068Z | Downloaded ctr v0.9.2 |
204 | 2024-09-26T19:27:32.068Z | Downloaded block-buffer v0.10.4 |
205 | 2024-09-26T19:27:32.071Z | Downloaded defmt-parser v0.3.4 |
206 | 2024-09-26T19:27:32.071Z | Downloaded clap_lex v0.7.0 |
207 | 2024-09-26T19:27:32.075Z | Downloaded percent-encoding v2.3.1 |
208 | 2024-09-26T19:27:32.075Z | Downloaded constant_time_eq v0.3.0 |
209 | 2024-09-26T19:27:32.075Z | Downloaded digest v0.10.7 |
210 | 2024-09-26T19:27:32.078Z | Downloaded ptr_meta_derive v0.1.4 |
211 | 2024-09-26T19:27:32.078Z | Downloaded pretty-hex v0.4.1 |
212 | 2024-09-26T19:27:32.083Z | Downloaded omicron-workspace-hack v0.1.0 |
213 | 2024-09-26T19:27:32.083Z | Downloaded is-terminal v0.4.12 |
214 | 2024-09-26T19:27:32.083Z | Downloaded arrayref v0.3.7 |
215 | 2024-09-26T19:27:32.083Z | Downloaded data-encoding v2.5.0 |
216 | 2024-09-26T19:27:32.085Z | Downloaded crossbeam-deque v0.8.3 |
217 | 2024-09-26T19:27:32.085Z | Downloaded cipher v0.4.4 |
218 | 2024-09-26T19:27:32.088Z | Downloaded untrusted v0.7.1 |
219 | 2024-09-26T19:27:32.088Z | Downloaded num_threads v0.1.6 |
220 | 2024-09-26T19:27:32.090Z | Downloaded fallible-streaming-iterator v0.1.9 |
221 | 2024-09-26T19:27:32.090Z | Downloaded borsh v1.3.0 |
222 | 2024-09-26T19:27:32.094Z | Downloaded embedded-io v0.6.1 |
223 | 2024-09-26T19:27:32.096Z | Downloaded ordered-float v4.2.0 |
224 | 2024-09-26T19:27:32.099Z | Downloaded funty v2.0.0 |
225 | 2024-09-26T19:27:32.099Z | Downloaded defmt v0.3.8 |
226 | 2024-09-26T19:27:32.102Z | Downloaded statistical v1.0.0 |
227 | 2024-09-26T19:27:32.104Z | Downloaded fallible-iterator v0.3.0 |
228 | 2024-09-26T19:27:32.107Z | Downloaded futures-macro v0.3.30 |
229 | 2024-09-26T19:27:32.107Z | Downloaded futures-io v0.3.30 |
230 | 2024-09-26T19:27:32.107Z | Downloaded backoff v0.4.0 |
231 | 2024-09-26T19:27:32.109Z | Downloaded prettyplease v0.2.20 |
232 | 2024-09-26T19:27:32.112Z | Downloaded opentelemetry v0.24.0 |
233 | 2024-09-26T19:27:32.117Z | Downloaded borsh-derive v1.3.0 |
234 | 2024-09-26T19:27:32.119Z | Downloaded strip-ansi-escapes v0.2.0 |
235 | 2024-09-26T19:27:32.122Z | Downloaded managed v0.8.0 |
236 | 2024-09-26T19:27:32.125Z | Downloaded macaddr v1.0.1 |
237 | 2024-09-26T19:27:32.125Z | Downloaded lru-cache v0.1.2 |
238 | 2024-09-26T19:27:32.127Z | Downloaded rand_chacha v0.1.1 |
239 | 2024-09-26T19:27:32.127Z | Downloaded polyval v0.6.1 |
240 | 2024-09-26T19:27:32.129Z | Downloaded rustc_version v0.1.7 |
241 | 2024-09-26T19:27:32.129Z | Downloaded walkdir v2.4.0 |
242 | 2024-09-26T19:27:32.132Z | Downloaded rand_pcg v0.1.2 |
243 | 2024-09-26T19:27:32.134Z | Downloaded equivalent v1.0.1 |
244 | 2024-09-26T19:27:32.134Z | Downloaded base64 v0.21.7 |
245 | 2024-09-26T19:27:32.138Z | Downloaded rand_jitter v0.1.4 |
246 | 2024-09-26T19:27:32.141Z | Downloaded match_cfg v0.1.0 |
247 | 2024-09-26T19:27:32.141Z | Downloaded rustc_version v0.4.0 |
248 | 2024-09-26T19:27:32.143Z | Downloaded futures-sink v0.3.30 |
249 | 2024-09-26T19:27:32.144Z | Downloaded rand_core v0.6.4 |
250 | 2024-09-26T19:27:32.146Z | Downloaded rand_core v0.3.1 |
251 | 2024-09-26T19:27:32.146Z | Downloaded sync_wrapper v0.1.2 |
252 | 2024-09-26T19:27:32.149Z | Downloaded serde_urlencoded v0.7.1 |
253 | 2024-09-26T19:27:32.149Z | Downloaded smf v0.2.3 |
254 | 2024-09-26T19:27:32.151Z | Downloaded iana-time-zone v0.1.58 |
255 | 2024-09-26T19:27:32.154Z | Downloaded tracing-attributes v0.1.27 |
256 | 2024-09-26T19:27:32.157Z | Downloaded unicase v2.7.0 |
257 | 2024-09-26T19:27:32.157Z | Downloaded derive-where v1.2.7 |
258 | 2024-09-26T19:27:32.161Z | Downloaded signal-hook-registry v1.4.1 |
259 | 2024-09-26T19:27:32.163Z | Downloaded lazy_static v1.5.0 |
260 | 2024-09-26T19:27:32.166Z | Downloaded jobserver v0.1.27 |
261 | 2024-09-26T19:27:32.166Z | Downloaded proc-macro-crate v2.0.0 |
262 | 2024-09-26T19:27:32.168Z | Downloaded human_bytes v0.4.3 |
263 | 2024-09-26T19:27:32.171Z | Downloaded form_urlencoded v1.2.1 |
264 | 2024-09-26T19:27:32.171Z | Downloaded tap v1.0.1 |
265 | 2024-09-26T19:27:32.171Z | Downloaded strsim v0.10.0 |
266 | 2024-09-26T19:27:32.174Z | Downloaded toml_datetime v0.6.8 |
267 | 2024-09-26T19:27:32.177Z | Downloaded crossbeam-channel v0.5.13 |
268 | 2024-09-26T19:27:32.180Z | Downloaded pest_derive v2.7.6 |
269 | 2024-09-26T19:27:32.182Z | Downloaded schemars_derive v0.8.21 |
270 | 2024-09-26T19:27:32.185Z | Downloaded memoffset v0.9.0 |
271 | 2024-09-26T19:27:32.185Z | Downloaded nu-ansi-term v0.46.0 |
272 | 2024-09-26T19:27:32.187Z | Downloaded memmap v0.7.0 |
273 | 2024-09-26T19:27:32.190Z | Downloaded ident_case v1.0.1 |
274 | 2024-09-26T19:27:32.190Z | Downloaded foreign-types-shared v0.1.1 |
275 | 2024-09-26T19:27:32.190Z | Downloaded serde_repr v0.1.18 |
276 | 2024-09-26T19:27:32.202Z | Downloaded universal-hash v0.5.1 |
277 | 2024-09-26T19:27:32.202Z | Downloaded rand v0.8.5 |
278 | 2024-09-26T19:27:32.202Z | Downloaded thiserror-impl v1.0.63 |
279 | 2024-09-26T19:27:32.202Z | Downloaded errno v0.3.9 |
280 | 2024-09-26T19:27:32.202Z | Downloaded siphasher v0.3.11 |
281 | 2024-09-26T19:27:32.202Z | Downloaded num-traits v0.2.19 |
282 | 2024-09-26T19:27:32.206Z | Downloaded darling_core v0.20.3 |
283 | 2024-09-26T19:27:32.209Z | Downloaded signal-hook-tokio v0.3.1 |
284 | 2024-09-26T19:27:32.212Z | Downloaded hubpack_derive v0.1.1 |
285 | 2024-09-26T19:27:32.212Z | Downloaded sigpipe v0.1.3 |
286 | 2024-09-26T19:27:32.212Z | Downloaded hostname v0.4.0 |
287 | 2024-09-26T19:27:32.214Z | Downloaded syn_derive v0.1.8 |
288 | 2024-09-26T19:27:32.214Z | Downloaded futures-channel v0.3.30 |
289 | 2024-09-26T19:27:32.216Z | Downloaded try-lock v0.2.4 |
290 | 2024-09-26T19:27:32.219Z | Downloaded foreign-types-macros v0.2.3 |
291 | 2024-09-26T19:27:32.222Z | Downloaded fnv v1.0.7 |
292 | 2024-09-26T19:27:32.222Z | Downloaded proc-macro2 v1.0.86 |
293 | 2024-09-26T19:27:32.225Z | Downloaded tracing-core v0.1.32 |
294 | 2024-09-26T19:27:32.228Z | Downloaded foreign-types-shared v0.3.1 |
295 | 2024-09-26T19:27:32.228Z | Downloaded scroll v0.12.0 |
296 | 2024-09-26T19:27:32.233Z | Downloaded itoa v1.0.9 |
297 | 2024-09-26T19:27:32.233Z | Downloaded strsim v0.11.0 |
298 | 2024-09-26T19:27:32.236Z | Downloaded unsafe-libyaml v0.2.9 |
299 | 2024-09-26T19:27:32.236Z | Downloaded tempfile v3.8.1 |
300 | 2024-09-26T19:27:32.238Z | Downloaded take_mut v0.2.2 |
301 | 2024-09-26T19:27:32.239Z | Downloaded which v4.4.2 |
302 | 2024-09-26T19:27:32.242Z | Downloaded tokio-native-tls v0.3.1 |
303 | 2024-09-26T19:27:32.244Z | Downloaded terminal_size v0.3.0 |
304 | 2024-09-26T19:27:32.244Z | Downloaded tokio-rustls v0.25.0 |
305 | 2024-09-26T19:27:32.247Z | Downloaded strum_macros v0.26.4 |
306 | 2024-09-26T19:27:32.250Z | Downloaded version_check v0.9.5 |
307 | 2024-09-26T19:27:32.250Z | Downloaded inout v0.1.3 |
308 | 2024-09-26T19:27:32.252Z | Downloaded waitgroup v0.1.2 |
309 | 2024-09-26T19:27:32.252Z | Downloaded resolv-conf v0.7.0 |
310 | 2024-09-26T19:27:32.255Z | Downloaded humantime v2.1.0 |
311 | 2024-09-26T19:27:32.258Z | Downloaded hubpack v0.1.2 |
312 | 2024-09-26T19:27:32.258Z | Downloaded slog-async v2.8.0 |
313 | 2024-09-26T19:27:32.262Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2024-09-26T19:27:32.262Z | Downloaded urlencoding v2.1.3 |
315 | 2024-09-26T19:27:32.262Z | Downloaded futures v0.3.30 |
316 | 2024-09-26T19:27:32.266Z | Downloaded httpdate v1.0.3 |
317 | 2024-09-26T19:27:32.268Z | Downloaded toml_edit v0.19.15 |
318 | 2024-09-26T19:27:32.282Z | Downloaded once_cell v1.19.0 |
319 | 2024-09-26T19:27:32.285Z | Downloaded vte_generate_state_changes v0.1.1 |
320 | 2024-09-26T19:27:32.287Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-09-26T19:27:32.288Z | Downloaded time-core v0.1.2 |
322 | 2024-09-26T19:27:32.288Z | Downloaded futures-executor v0.3.30 |
323 | 2024-09-26T19:27:32.290Z | Downloaded twox-hash v1.6.3 |
324 | 2024-09-26T19:27:32.292Z | Downloaded usdt v0.5.0 |
325 | 2024-09-26T19:27:32.292Z | Downloaded scopeguard v1.2.0 |
326 | 2024-09-26T19:27:32.295Z | Downloaded same-file v1.0.6 |
327 | 2024-09-26T19:27:32.295Z | Downloaded futures-core v0.3.30 |
328 | 2024-09-26T19:27:32.297Z | Downloaded slab v0.4.9 |
329 | 2024-09-26T19:27:32.297Z | Downloaded hyper-rustls v0.24.2 |
330 | 2024-09-26T19:27:32.300Z | Downloaded vergen v8.3.2 |
331 | 2024-09-26T19:27:32.302Z | Downloaded tabwriter v1.4.0 |
332 | 2024-09-26T19:27:32.305Z | Downloaded rayon-core v1.12.1 |
333 | 2024-09-26T19:27:32.307Z | Downloaded sha2 v0.10.8 |
334 | 2024-09-26T19:27:32.311Z | Downloaded tinyvec_macros v0.1.1 |
335 | 2024-09-26T19:27:32.311Z | Downloaded utf8-width v0.1.6 |
336 | 2024-09-26T19:27:32.313Z | Downloaded fd-lock v4.0.2 |
337 | 2024-09-26T19:27:32.316Z | Downloaded usdt-macro v0.5.0 |
338 | 2024-09-26T19:27:32.316Z | Downloaded log v0.4.22 |
339 | 2024-09-26T19:27:32.319Z | Downloaded toml v0.8.19 |
340 | 2024-09-26T19:27:32.321Z | Downloaded tower-service v0.3.2 |
341 | 2024-09-26T19:27:32.323Z | Downloaded thiserror v1.0.63 |
342 | 2024-09-26T19:27:32.326Z | Downloaded futures-task v0.3.30 |
343 | 2024-09-26T19:27:32.328Z | Downloaded subtle v2.5.0 |
344 | 2024-09-26T19:27:32.328Z | Downloaded semver v0.1.20 |
345 | 2024-09-26T19:27:32.331Z | Downloaded unicode-bidi v0.3.13 |
346 | 2024-09-26T19:27:32.333Z | Downloaded pest v2.7.6 |
347 | 2024-09-26T19:27:32.336Z | Downloaded httparse v1.8.0 |
348 | 2024-09-26T19:27:32.339Z | Downloaded http-range v0.1.5 |
349 | 2024-09-26T19:27:32.342Z | Downloaded slog v2.7.0 |
350 | 2024-09-26T19:27:32.344Z | Downloaded stable_deref_trait v1.2.0 |
351 | 2024-09-26T19:27:32.344Z | Downloaded smallvec v1.13.2 |
352 | 2024-09-26T19:27:32.347Z | Downloaded serde_derive_internals v0.29.1 |
353 | 2024-09-26T19:27:32.349Z | Downloaded home v0.5.5 |
354 | 2024-09-26T19:27:32.349Z | Downloaded serde_path_to_error v0.1.16 |
355 | 2024-09-26T19:27:32.351Z | Downloaded slog-bunyan v2.5.0 |
356 | 2024-09-26T19:27:32.351Z | Downloaded sha1 v0.10.6 |
357 | 2024-09-26T19:27:32.353Z | Downloaded glob v0.3.1 |
358 | 2024-09-26T19:27:32.354Z | Downloaded ipnetwork v0.20.0 |
359 | 2024-09-26T19:27:32.356Z | Downloaded utf8parse v0.2.1 |
360 | 2024-09-26T19:27:32.358Z | Downloaded zeroize v1.7.0 |
361 | 2024-09-26T19:27:32.358Z | Downloaded schemars v0.8.21 |
362 | 2024-09-26T19:27:32.369Z | Downloaded instant v0.1.12 |
363 | 2024-09-26T19:27:32.372Z | Downloaded getrandom v0.2.11 |
364 | 2024-09-26T19:27:32.374Z | Downloaded clearscreen v2.0.1 |
365 | 2024-09-26T19:27:32.377Z | Downloaded serde_yaml v0.9.27 |
366 | 2024-09-26T19:27:32.379Z | Downloaded structmeta-derive v0.3.0 |
367 | 2024-09-26T19:27:32.382Z | Downloaded spin v0.9.8 |
368 | 2024-09-26T19:27:32.385Z | Downloaded socket2 v0.5.5 |
369 | 2024-09-26T19:27:32.387Z | Downloaded static_assertions v1.1.0 |
370 | 2024-09-26T19:27:32.388Z | Downloaded hickory-resolver v0.24.1 |
371 | 2024-09-26T19:27:32.391Z | Downloaded memchr v2.7.4 |
372 | 2024-09-26T19:27:32.396Z | Downloaded generic-array v0.14.7 |
373 | 2024-09-26T19:27:32.399Z | Downloaded integer-encoding v3.0.4 |
374 | 2024-09-26T19:27:32.401Z | Downloaded whoami v1.5.1 |
375 | 2024-09-26T19:27:32.401Z | Downloaded zone v0.3.0 |
376 | 2024-09-26T19:27:32.403Z | Downloaded rustls-pemfile v1.0.4 |
377 | 2024-09-26T19:27:32.406Z | Downloaded zerocopy-derive v0.7.32 |
378 | 2024-09-26T19:27:32.408Z | Downloaded http-body v0.4.5 |
379 | 2024-09-26T19:27:32.411Z | Downloaded slog-dtrace v0.3.0 |
380 | 2024-09-26T19:27:32.413Z | Downloaded typenum v1.17.0 |
381 | 2024-09-26T19:27:32.415Z | Downloaded serde_derive v1.0.209 |
382 | 2024-09-26T19:27:32.418Z | Downloaded structmeta v0.3.0 |
383 | 2024-09-26T19:27:32.418Z | Downloaded lock_api v0.4.11 |
384 | 2024-09-26T19:27:32.420Z | Downloaded tokio-rustls v0.24.1 |
385 | 2024-09-26T19:27:32.423Z | Downloaded vte v0.11.1 |
386 | 2024-09-26T19:27:32.425Z | Downloaded mime v0.3.17 |
387 | 2024-09-26T19:27:32.425Z | Downloaded ringbuffer v0.15.0 |
388 | 2024-09-26T19:27:32.427Z | Downloaded ryu v1.0.15 |
389 | 2024-09-26T19:27:32.430Z | Downloaded rustls-pemfile v2.1.2 |
390 | 2024-09-26T19:27:32.432Z | Downloaded mime_guess v2.0.5 |
391 | 2024-09-26T19:27:32.435Z | Downloaded strum v0.26.3 |
392 | 2024-09-26T19:27:32.435Z | Downloaded zerocopy v0.6.6 |
393 | 2024-09-26T19:27:32.437Z | Downloaded usdt-impl v0.5.0 |
394 | 2024-09-26T19:27:32.437Z | Downloaded blake3 v1.5.1 |
395 | 2024-09-26T19:27:32.444Z | Downloaded ipnet v2.9.0 |
396 | 2024-09-26T19:27:32.447Z | Downloaded strum_macros v0.25.3 |
397 | 2024-09-26T19:27:32.449Z | Downloaded crossterm v0.28.1 |
398 | 2024-09-26T19:27:32.455Z | Downloaded miniz_oxide v0.7.1 |
399 | 2024-09-26T19:27:32.457Z | Downloaded rust_decimal v1.33.1 |
400 | 2024-09-26T19:27:32.463Z | Downloaded indicatif v0.17.8 |
401 | 2024-09-26T19:27:32.467Z | Downloaded url v2.4.1 |
402 | 2024-09-26T19:27:32.470Z | Downloaded sct v0.7.1 |
403 | 2024-09-26T19:27:32.472Z | Downloaded serde_with_macros v3.9.0 |
404 | 2024-09-26T19:27:32.475Z | Downloaded serde v1.0.209 |
405 | 2024-09-26T19:27:32.478Z | Downloaded rusqlite v0.32.1 |
406 | 2024-09-26T19:27:32.484Z | Downloaded winnow v0.6.18 |
407 | 2024-09-26T19:27:32.493Z | Downloaded term v0.7.0 |
408 | 2024-09-26T19:27:32.496Z | Downloaded time-macros v0.2.18 |
409 | 2024-09-26T19:27:32.499Z | Downloaded http v1.1.0 |
410 | 2024-09-26T19:27:32.502Z | Downloaded mio v1.0.2 |
411 | 2024-09-26T19:27:32.507Z | Downloaded toml_edit v0.20.7 |
412 | 2024-09-26T19:27:32.528Z | Downloaded opentelemetry_sdk v0.21.2 |
413 | 2024-09-26T19:27:32.534Z | Downloaded toml_edit v0.22.20 |
414 | 2024-09-26T19:27:32.555Z | Downloaded minimal-lexical v0.2.1 |
415 | 2024-09-26T19:27:32.559Z | Downloaded itertools v0.13.0 |
416 | 2024-09-26T19:27:32.566Z | Downloaded expectorate v1.1.0 |
417 | 2024-09-26T19:27:32.568Z | Downloaded hashbrown v0.12.3 |
418 | 2024-09-26T19:27:32.572Z | Downloaded indexmap v2.2.6 |
419 | 2024-09-26T19:27:32.576Z | Downloaded opentelemetry-jaeger v0.20.0 |
420 | 2024-09-26T19:27:32.580Z | Downloaded winnow v0.5.19 |
421 | 2024-09-26T19:27:32.587Z | Downloaded itertools v0.10.5 |
422 | 2024-09-26T19:27:32.592Z | Downloaded futures-util v0.3.30 |
423 | 2024-09-26T19:27:32.604Z | Downloaded reedline v0.33.0 |
424 | 2024-09-26T19:27:32.610Z | Downloaded tracing-subscriber v0.3.18 |
425 | 2024-09-26T19:27:32.618Z | Downloaded rustls-webpki v0.102.1 |
426 | 2024-09-26T19:27:32.635Z | Downloaded syn v1.0.109 |
427 | 2024-09-26T19:27:32.645Z | Downloaded webpki-roots v0.25.2 |
428 | 2024-09-26T19:27:32.649Z | Downloaded syn v2.0.76 |
429 | 2024-09-26T19:27:32.659Z | Downloaded git2 v0.19.0 |
430 | 2024-09-26T19:27:32.666Z | Downloaded libm v0.2.8 |
431 | 2024-09-26T19:27:32.674Z | Downloaded mio v0.8.11 |
432 | 2024-09-26T19:27:32.680Z | Downloaded regress v0.10.0 |
433 | 2024-09-26T19:27:32.688Z | Downloaded tracing-opentelemetry v0.22.0 |
434 | 2024-09-26T19:27:32.692Z | Downloaded rustls-webpki v0.101.7 |
435 | 2024-09-26T19:27:32.705Z | Downloaded hickory-proto v0.24.1 |
436 | 2024-09-26T19:27:32.719Z | Downloaded tokio-util v0.7.11 |
437 | 2024-09-26T19:27:32.726Z | Downloaded rayon v1.10.0 |
438 | 2024-09-26T19:27:32.744Z | Downloaded rkyv v0.7.43 |
439 | 2024-09-26T19:27:32.752Z | Downloaded itertools v0.12.1 |
440 | 2024-09-26T19:27:32.756Z | Downloaded serde_with v3.9.0 |
441 | 2024-09-26T19:27:32.759Z | Downloaded serde_json v1.0.125 |
442 | 2024-09-26T19:27:32.762Z | Downloaded zerocopy v0.7.32 |
443 | 2024-09-26T19:27:32.777Z | Downloaded vcpkg v0.2.15 |
444 | 2024-09-26T19:27:32.815Z | Downloaded reqwest v0.11.27 |
445 | 2024-09-26T19:27:32.821Z | Downloaded goblin v0.8.0 |
446 | 2024-09-26T19:27:32.827Z | Downloaded csv v1.3.0 |
447 | 2024-09-26T19:27:32.846Z | Downloaded tokio v1.39.3 |
448 | 2024-09-26T19:27:32.881Z | Downloaded regex v1.10.6 |
449 | 2024-09-26T19:27:32.895Z | Downloaded rustls v0.21.9 |
450 | 2024-09-26T19:27:32.904Z | Downloaded h2 v0.3.26 |
451 | 2024-09-26T19:27:32.909Z | Downloaded encoding_rs v0.8.33 |
452 | 2024-09-26T19:27:32.929Z | Downloaded nix v0.29.0 |
453 | 2024-09-26T19:27:32.940Z | Downloaded openssl v0.10.59 |
454 | 2024-09-26T19:27:32.949Z | Downloaded rustls v0.22.4 |
455 | 2024-09-26T19:27:32.961Z | Downloaded rustix v0.38.37 |
456 | 2024-09-26T19:27:32.983Z | Downloaded openapiv3 v2.0.0 |
457 | 2024-09-26T19:27:32.994Z | Downloaded regress v0.9.1 |
458 | 2024-09-26T19:27:33.002Z | Downloaded regex-syntax v0.8.4 |
459 | 2024-09-26T19:27:33.009Z | Downloaded smoltcp v0.11.0 |
460 | 2024-09-26T19:27:33.021Z | Downloaded zerocopy-derive v0.6.6 |
461 | 2024-09-26T19:27:33.032Z | Downloaded nix v0.26.4 |
462 | 2024-09-26T19:27:33.043Z | Downloaded idna v0.4.0 |
463 | 2024-09-26T19:27:33.048Z | Downloaded hashbrown v0.14.3 |
464 | 2024-09-26T19:27:33.053Z | Downloaded time v0.3.36 |
465 | 2024-09-26T19:27:33.059Z | Downloaded unicode-normalization v0.1.22 |
466 | 2024-09-26T19:27:33.062Z | Downloaded hyper v0.14.30 |
467 | 2024-09-26T19:27:33.070Z | Downloaded http v0.2.12 |
468 | 2024-09-26T19:27:33.073Z | Downloaded bitvec v1.0.1 |
469 | 2024-09-26T19:27:33.087Z | Downloaded chrono v0.4.38 |
470 | 2024-09-26T19:27:33.094Z | Downloaded portable-atomic v1.5.1 |
471 | 2024-09-26T19:27:33.099Z | Downloaded aho-corasick v1.1.2 |
472 | 2024-09-26T19:27:33.104Z | Downloaded tracing v0.1.40 |
473 | 2024-09-26T19:27:33.108Z | Downloaded petgraph v0.6.5 |
474 | 2024-09-26T19:27:33.126Z | Downloaded unicode-segmentation v1.10.1 |
475 | 2024-09-26T19:27:33.129Z | Downloaded regex-automata v0.4.4 |
476 | 2024-09-26T19:27:33.145Z | Downloaded steno v0.4.1 |
477 | 2024-09-26T19:27:33.147Z | Downloaded rand v0.6.5 |
478 | 2024-09-26T19:27:33.151Z | Downloaded seahash v4.1.0 |
479 | 2024-09-26T19:27:33.155Z | Downloaded libsqlite3-sys v0.30.1 |
480 | 2024-09-26T19:27:33.226Z | Downloaded libc v0.2.158 |
481 | 2024-09-26T19:27:33.251Z | Downloaded heapless v0.8.0 |
482 | 2024-09-26T19:27:33.254Z | Downloaded clap_builder v4.5.15 |
483 | 2024-09-26T19:27:33.260Z | Downloaded tinyvec v1.6.0 |
484 | 2024-09-26T19:27:33.263Z | Downloaded terminfo v0.8.0 |
485 | 2024-09-26T19:27:33.266Z | Downloaded num-bigint v0.2.6 |
486 | 2024-09-26T19:27:33.269Z | Downloaded indexmap v1.9.3 |
487 | 2024-09-26T19:27:33.272Z | Downloaded ucd-trie v0.1.6 |
488 | 2024-09-26T19:27:33.275Z | Downloaded flate2 v1.0.28 |
489 | 2024-09-26T19:27:33.278Z | Downloaded topological-sort v0.2.2 |
490 | 2024-09-26T19:27:33.280Z | Downloaded rustls-pki-types v1.3.1 |
491 | 2024-09-26T19:27:33.280Z | Downloaded fastrand v2.0.1 |
492 | 2024-09-26T19:27:33.283Z | Downloaded zone_cfg_derive v0.3.0 |
493 | 2024-09-26T19:27:33.283Z | Downloaded serde_tokenstream v0.2.1 |
494 | 2024-09-26T19:27:33.285Z | Downloaded serde_spanned v0.6.7 |
495 | 2024-09-26T19:27:33.288Z | Downloaded crossterm v0.27.0 |
496 | 2024-09-26T19:27:33.292Z | Downloaded filetime v0.2.22 |
497 | 2024-09-26T19:27:33.295Z | Downloaded tracing-log v0.2.0 |
498 | 2024-09-26T19:27:33.295Z | Downloaded tar v0.4.40 |
499 | 2024-09-26T19:27:33.298Z | Downloaded uuid v1.10.0 |
500 | 2024-09-26T19:27:33.300Z | Downloaded similar v2.3.0 |
501 | 2024-09-26T19:27:33.304Z | Downloaded simdutf8 v0.1.4 |
502 | 2024-09-26T19:27:33.307Z | Downloaded sharded-slab v0.1.7 |
503 | 2024-09-26T19:27:33.310Z | Downloaded spin v0.5.2 |
504 | 2024-09-26T19:27:33.310Z | Downloaded slog-json v2.6.1 |
505 | 2024-09-26T19:27:33.313Z | Downloaded rustversion v1.0.14 |
506 | 2024-09-26T19:27:33.313Z | Downloaded rend v0.4.1 |
507 | 2024-09-26T19:27:33.317Z | Downloaded linked-hash-map v0.5.6 |
508 | 2024-09-26T19:27:33.317Z | Downloaded slog-term v2.9.1 |
509 | 2024-09-26T19:27:33.319Z | Downloaded semver v1.0.23 |
510 | 2024-09-26T19:27:33.319Z | Downloaded highway v1.2.0 |
511 | 2024-09-26T19:27:33.322Z | Downloaded hashlink v0.9.1 |
512 | 2024-09-26T19:27:33.324Z | Downloaded signal-hook v0.3.17 |
513 | 2024-09-26T19:27:33.327Z | Downloaded opentelemetry v0.21.0 |
514 | 2024-09-26T19:27:33.329Z | Downloaded unicode-width v0.1.11 |
515 | 2024-09-26T19:27:33.332Z | Downloaded toml v0.7.8 |
516 | 2024-09-26T19:27:33.334Z | Downloaded base64 v0.22.1 |
517 | 2024-09-26T19:27:33.339Z | Downloaded tokio-macros v2.4.0 |
518 | 2024-09-26T19:27:33.339Z | Downloaded postcard v1.0.10 |
519 | 2024-09-26T19:27:33.342Z | Downloaded memmap2 v0.9.4 |
520 | 2024-09-26T19:27:33.342Z | Downloaded pest_meta v2.7.6 |
521 | 2024-09-26T19:27:33.344Z | Downloaded parking_lot v0.12.1 |
522 | 2024-09-26T19:27:33.344Z | Downloaded fixedbitset v0.4.2 |
523 | 2024-09-26T19:27:33.347Z | Downloaded hostname v0.3.1 |
524 | 2024-09-26T19:27:33.347Z | Downloaded foreign-types v0.3.2 |
525 | 2024-09-26T19:27:33.347Z | Downloaded num-complex v0.4.6 |
526 | 2024-09-26T19:27:33.350Z | Downloaded hash32 v0.3.1 |
527 | 2024-09-26T19:27:33.350Z | Downloaded cc v1.0.83 |
528 | 2024-09-26T19:27:33.352Z | Downloaded bytes v1.7.1 |
529 | 2024-09-26T19:27:33.359Z | Downloaded unicode-ident v1.0.12 |
530 | 2024-09-26T19:27:33.359Z | Downloaded want v0.3.1 |
531 | 2024-09-26T19:27:33.359Z | Downloaded rkyv_derive v0.7.43 |
532 | 2024-09-26T19:27:33.362Z | Downloaded quote v1.0.36 |
533 | 2024-09-26T19:27:33.362Z | Downloaded pin-project-lite v0.2.13 |
534 | 2024-09-26T19:27:33.366Z | Downloaded password-hash v0.5.0 |
535 | 2024-09-26T19:27:33.369Z | Downloaded thrift v0.17.0 |
536 | 2024-09-26T19:27:33.372Z | Downloaded float-ord v0.3.2 |
537 | 2024-09-26T19:27:33.372Z | Downloaded crossbeam-utils v0.8.20 |
538 | 2024-09-26T19:27:33.374Z | Downloaded crc32fast v1.3.2 |
539 | 2024-09-26T19:27:33.377Z | Downloaded blake2 v0.10.6 |
540 | 2024-09-26T19:27:33.379Z | Downloaded anstyle-parse v0.2.2 |
541 | 2024-09-26T19:27:33.379Z | Downloaded signal-hook-mio v0.2.4 |
542 | 2024-09-26T19:27:33.382Z | Downloaded anyhow v1.0.86 |
543 | 2024-09-26T19:27:33.385Z | Downloaded dirs v4.0.0 |
544 | 2024-09-26T19:27:33.385Z | Downloaded bincode v1.3.3 |
545 | 2024-09-26T19:27:33.387Z | Downloaded pkg-config v0.3.27 |
546 | 2024-09-26T19:27:33.387Z | Downloaded hyper-tls v0.5.0 |
547 | 2024-09-26T19:27:33.390Z | Downloaded hyper-staticfile v0.9.6 |
548 | 2024-09-26T19:27:33.390Z | Downloaded hex v0.4.3 |
549 | 2024-09-26T19:27:33.392Z | Downloaded heck v0.4.1 |
550 | 2024-09-26T19:27:33.392Z | Downloaded ppv-lite86 v0.2.17 |
551 | 2024-09-26T19:27:33.395Z | Downloaded phf_generator v0.11.2 |
552 | 2024-09-26T19:27:33.395Z | Downloaded heck v0.5.0 |
553 | 2024-09-26T19:27:33.398Z | Downloaded wyz v0.5.1 |
554 | 2024-09-26T19:27:33.398Z | Downloaded parse-display v0.10.0 |
555 | 2024-09-26T19:27:33.398Z | Downloaded bitflags v2.6.0 |
556 | 2024-09-26T19:27:33.400Z | Downloaded ahash v0.7.7 |
557 | 2024-09-26T19:27:33.403Z | Downloaded openssl-sys v0.9.95 |
558 | 2024-09-26T19:27:33.407Z | Downloaded anstream v0.6.12 |
559 | 2024-09-26T19:27:33.409Z | Downloaded xattr v1.0.1 |
560 | 2024-09-26T19:27:33.412Z | Downloaded bytecheck v0.6.11 |
561 | 2024-09-26T19:27:33.412Z | Downloaded untrusted v0.9.0 |
562 | 2024-09-26T19:27:33.414Z | Downloaded phf v0.11.2 |
563 | 2024-09-26T19:27:33.414Z | Downloaded num_enum v0.5.11 |
564 | 2024-09-26T19:27:33.418Z | Downloaded aes v0.8.3 |
565 | 2024-09-26T19:27:33.421Z | Downloaded num-iter v0.1.45 |
566 | 2024-09-26T19:27:33.424Z | Downloaded num-derive v0.4.2 |
567 | 2024-09-26T19:27:33.424Z | Downloaded num_enum_derive v0.5.11 |
568 | 2024-09-26T19:27:33.424Z | Downloaded num v0.2.1 |
569 | 2024-09-26T19:27:33.427Z | Downloaded cookie v0.18.1 |
570 | 2024-09-26T19:27:33.430Z | Downloaded camino-tempfile v1.1.1 |
571 | 2024-09-26T19:27:33.430Z | Downloaded either v1.9.0 |
572 | 2024-09-26T19:27:33.432Z | Downloaded dyn-clone v1.0.16 |
573 | 2024-09-26T19:27:33.432Z | Downloaded dof v0.3.0 |
574 | 2024-09-26T19:27:33.434Z | Downloaded dirs-sys v0.3.7 |
575 | 2024-09-26T19:27:33.434Z | Downloaded allocator-api2 v0.2.16 |
576 | 2024-09-26T19:27:33.436Z | Downloaded colored v2.1.0 |
577 | 2024-09-26T19:27:33.439Z | Downloaded clap v4.5.16 |
578 | 2024-09-26T19:27:33.445Z | Downloaded autocfg v0.1.8 |
579 | 2024-09-26T19:27:33.448Z | Downloaded atomic-waker v1.1.2 |
580 | 2024-09-26T19:27:33.448Z | Downloaded pest_generator v2.7.6 |
581 | 2024-09-26T19:27:33.448Z | Downloaded parking_lot_core v0.9.9 |
582 | 2024-09-26T19:27:33.452Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
583 | 2024-09-26T19:27:33.455Z | Downloaded num_cpus v1.16.0 |
584 | 2024-09-26T19:27:33.455Z | Downloaded num-rational v0.4.2 |
585 | 2024-09-26T19:27:33.457Z | Downloaded num-complex v0.2.4 |
586 | 2024-09-26T19:27:33.457Z | Downloaded num v0.4.3 |
587 | 2024-09-26T19:27:33.460Z | Downloaded nu-ansi-term v0.50.0 |
588 | 2024-09-26T19:27:33.460Z | Downloaded derive_more v0.99.18 |
589 | 2024-09-26T19:27:33.465Z | Downloaded async-trait v0.1.81 |
590 | 2024-09-26T19:27:33.487Z | Downloaded native-tls v0.2.11 |
591 | 2024-09-26T19:27:33.492Z | Downloaded phf_codegen v0.11.2 |
592 | 2024-09-26T19:27:33.492Z | Downloaded overload v0.1.1 |
593 | 2024-09-26T19:27:33.492Z | Downloaded cfg_aliases v0.2.1 |
594 | 2024-09-26T19:27:33.492Z | Downloaded num_enum_derive v0.7.3 |
595 | 2024-09-26T19:27:33.492Z | Downloaded proc-macro-crate v1.3.1 |
596 | 2024-09-26T19:27:33.492Z | Downloaded num-integer v0.1.46 |
597 | 2024-09-26T19:27:33.492Z | Downloaded colorchoice v1.0.0 |
598 | 2024-09-26T19:27:33.492Z | Downloaded base64ct v1.6.0 |
599 | 2024-09-26T19:27:33.492Z | Downloaded newtype-uuid v1.1.0 |
600 | 2024-09-26T19:27:33.492Z | Downloaded darling v0.20.3 |
601 | 2024-09-26T19:27:33.493Z | Downloaded csv-core v0.1.11 |
602 | 2024-09-26T19:27:33.493Z | Downloaded console v0.15.7 |
603 | 2024-09-26T19:27:33.493Z | Downloaded clap_derive v4.5.13 |
604 | 2024-09-26T19:27:33.493Z | Downloaded arrayvec v0.7.4 |
605 | 2024-09-26T19:27:33.493Z | Downloaded camino v1.1.8 |
606 | 2024-09-26T19:27:33.493Z | Downloaded cargo_metadata v0.18.1 |
607 | 2024-09-26T19:27:33.493Z | Downloaded convert_case v0.4.0 |
608 | 2024-09-26T19:27:33.496Z | Downloaded autocfg v1.1.0 |
609 | 2024-09-26T19:27:33.496Z | Downloaded deranged v0.3.9 |
610 | 2024-09-26T19:27:33.496Z | Downloaded cobs v0.2.3 |
611 | 2024-09-26T19:27:33.496Z | Downloaded bitflags v1.3.2 |
612 | 2024-09-26T19:27:33.499Z | Downloaded aes-gcm-siv v0.11.1 |
613 | 2024-09-26T19:27:33.501Z | Downloaded cargo-platform v0.1.8 |
614 | 2024-09-26T19:27:33.501Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
615 | 2024-09-26T19:27:33.779Z | Downloaded libz-sys v1.1.12 |
616 | 2024-09-26T19:27:33.968Z | Downloaded ring v0.17.5 |
617 | 2024-09-26T19:27:34.076Z | Downloaded ring v0.16.20 |
618 | 2024-09-26T19:27:34.555Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-09-26T19:27:34.555Z | Compiling unicode-ident v1.0.12 |
620 | 2024-09-26T19:27:34.558Z | Compiling libc v0.2.158 |
621 | 2024-09-26T19:27:34.558Z | Compiling serde v1.0.209 |
622 | 2024-09-26T19:27:34.558Z | Compiling autocfg v1.1.0 |
623 | 2024-09-26T19:27:34.558Z | Compiling version_check v0.9.5 |
624 | 2024-09-26T19:27:34.596Z | Compiling cfg-if v1.0.0 |
625 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccd16bd5f79303c9 -C extra-filename=-ccd16bd5f79303c9 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-ccd16bd5f79303c9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
626 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e02ee864f9fbace9 -C extra-filename=-e02ee864f9fbace9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
627 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=88bae43a865e41d3 -C extra-filename=-88bae43a865e41d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-88bae43a865e41d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
628 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.209/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7591bb0647487adf -C extra-filename=-7591bb0647487adf --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-7591bb0647487adf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
629 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e05db90e573f3e0c -C extra-filename=-e05db90e573f3e0c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
630 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df010218877e50f1 -C extra-filename=-df010218877e50f1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
631 | 2024-09-26T19:27:34.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=4e1981e6060e5d9b -C extra-filename=-4e1981e6060e5d9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
632 | 2024-09-26T19:27:34.622Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=a5519019ef749be0 -C extra-filename=-a5519019ef749be0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
633 | 2024-09-26T19:27:34.721Z | Compiling libm v0.2.8 |
634 | 2024-09-26T19:27:34.769Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=a89477b400700a6a -C extra-filename=-a89477b400700a6a --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-a89477b400700a6a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
635 | 2024-09-26T19:27:34.773Z | Compiling once_cell v1.19.0 |
636 | 2024-09-26T19:27:34.787Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=eb7edc1bfbb28116 -C extra-filename=-eb7edc1bfbb28116 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
637 | 2024-09-26T19:27:34.791Z | Compiling memchr v2.7.4 |
638 | 2024-09-26T19:27:34.791Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a514a834b938d5ba -C extra-filename=-a514a834b938d5ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
639 | 2024-09-26T19:27:35.105Z | Compiling serde_json v1.0.125 |
640 | 2024-09-26T19:27:35.109Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.125/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fe2b0d0f5184f726 -C extra-filename=-fe2b0d0f5184f726 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-fe2b0d0f5184f726 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
641 | 2024-09-26T19:27:35.223Z | Compiling ahash v0.8.6 |
642 | 2024-09-26T19:27:35.227Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=47b262710e46a4af -C extra-filename=-47b262710e46a4af --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-47b262710e46a4af -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
643 | 2024-09-26T19:27:35.242Z | Compiling num-traits v0.2.19 |
644 | 2024-09-26T19:27:35.245Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8226ee8671a6c52a -C extra-filename=-8226ee8671a6c52a --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-8226ee8671a6c52a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
645 | 2024-09-26T19:27:35.919Z | Compiling thiserror v1.0.63 |
646 | 2024-09-26T19:27:35.923Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38322000caf86aa4 -C extra-filename=-38322000caf86aa4 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-38322000caf86aa4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
647 | 2024-09-26T19:27:36.877Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-a89477b400700a6a/build-script-build` |
648 | 2024-09-26T19:27:36.877Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-88bae43a865e41d3/build-script-build` |
649 | 2024-09-26T19:27:36.882Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8226ee8671a6c52a/build-script-build` |
650 | 2024-09-26T19:27:36.882Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-38322000caf86aa4/build-script-build` |
651 | 2024-09-26T19:27:36.882Z | Running `/work/oxidecomputer/crucible/target/debug/build/ahash-47b262710e46a4af/build-script-build` |
652 | 2024-09-26T19:27:36.882Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-fe2b0d0f5184f726/build-script-build` |
653 | 2024-09-26T19:27:36.890Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-7591bb0647487adf/build-script-build` |
654 | 2024-09-26T19:27:36.902Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-ccd16bd5f79303c9/build-script-build` |
655 | 2024-09-26T19:27:36.971Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9693728a63ceaf9c -C extra-filename=-9693728a63ceaf9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
656 | 2024-09-26T19:27:36.991Z | Compiling lock_api v0.4.11 |
657 | 2024-09-26T19:27:37.022Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=013066eaee344167 -C extra-filename=-013066eaee344167 --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-013066eaee344167 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
658 | 2024-09-26T19:27:37.025Z | Compiling itoa v1.0.9 |
659 | 2024-09-26T19:27:37.025Z | Compiling parking_lot_core v0.9.9 |
660 | 2024-09-26T19:27:37.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7c55c6a0b9aca3c4 -C extra-filename=-7c55c6a0b9aca3c4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
661 | 2024-09-26T19:27:37.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=dfc7a90a9691b0ec -C extra-filename=-dfc7a90a9691b0ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
662 | 2024-09-26T19:27:37.034Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7481b381fd61e7b2 -C extra-filename=-7481b381fd61e7b2 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-7481b381fd61e7b2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
663 | 2024-09-26T19:27:37.034Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=8cc52081964995e5 -C extra-filename=-8cc52081964995e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
664 | 2024-09-26T19:27:37.089Z | Compiling byteorder v1.5.0 |
665 | 2024-09-26T19:27:37.093Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=0f8824dde2de2115 -C extra-filename=-0f8824dde2de2115 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
666 | 2024-09-26T19:27:37.114Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=fc1036f61830a9c2 -C extra-filename=-fc1036f61830a9c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
667 | 2024-09-26T19:27:37.324Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=39c7342ca60225ec -C extra-filename=-39c7342ca60225ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
668 | 2024-09-26T19:27:37.329Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-013066eaee344167/build-script-build` |
669 | 2024-09-26T19:27:37.448Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=28823f714dcb019b -C extra-filename=-28823f714dcb019b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
670 | 2024-09-26T19:27:37.505Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-7481b381fd61e7b2/build-script-build` |
671 | 2024-09-26T19:27:37.528Z | Compiling log v0.4.22 |
672 | 2024-09-26T19:27:37.531Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e9dd13923fd3a944 -C extra-filename=-e9dd13923fd3a944 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
673 | 2024-09-26T19:27:37.550Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e2b267480d6b7b97 -C extra-filename=-e2b267480d6b7b97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
674 | 2024-09-26T19:27:37.753Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=43ec1d403a4cd6b6 -C extra-filename=-43ec1d403a4cd6b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
675 | 2024-09-26T19:27:37.886Z | Compiling quote v1.0.36 |
676 | 2024-09-26T19:27:37.889Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=bd6f633effb29be4 -C extra-filename=-bd6f633effb29be4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
677 | 2024-09-26T19:27:37.979Z | Compiling slab v0.4.9 |
678 | 2024-09-26T19:27:37.982Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=46baae6ab0e4ee60 -C extra-filename=-46baae6ab0e4ee60 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-46baae6ab0e4ee60 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
679 | 2024-09-26T19:27:37.997Z | Compiling pkg-config v0.3.27 |
680 | 2024-09-26T19:27:38.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64f1e4c2ca1de466 -C extra-filename=-64f1e4c2ca1de466 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
681 | 2024-09-26T19:27:38.021Z | Compiling allocator-api2 v0.2.16 |
682 | 2024-09-26T19:27:38.021Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=15025b4c32d9970f -C extra-filename=-15025b4c32d9970f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
683 | 2024-09-26T19:27:38.351Z | Compiling syn v2.0.76 |
684 | 2024-09-26T19:27:38.371Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0187c3237574d3d0 -C extra-filename=-0187c3237574d3d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
685 | 2024-09-26T19:27:38.410Z | Compiling jobserver v0.1.27 |
686 | 2024-09-26T19:27:38.413Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=618583015cbcc5ed -C extra-filename=-618583015cbcc5ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
687 | 2024-09-26T19:27:38.612Z | Compiling getrandom v0.2.11 |
688 | 2024-09-26T19:27:38.628Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=9fbefd73d49bc86e -C extra-filename=-9fbefd73d49bc86e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
689 | 2024-09-26T19:27:38.628Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=cd87678860779045 -C extra-filename=-cd87678860779045 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
690 | 2024-09-26T19:27:38.646Z | Compiling ryu v1.0.15 |
691 | 2024-09-26T19:27:38.667Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=7becba1f8f284ac3 -C extra-filename=-7becba1f8f284ac3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
692 | 2024-09-26T19:27:38.816Z | Compiling cc v1.0.83 |
693 | 2024-09-26T19:27:38.819Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=40468d7bd9b96207 -C extra-filename=-40468d7bd9b96207 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern jobserver=/work/oxidecomputer/crucible/target/debug/deps/libjobserver-618583015cbcc5ed.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
694 | 2024-09-26T19:27:38.845Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-46baae6ab0e4ee60/build-script-build` |
695 | 2024-09-26T19:27:38.965Z | Compiling vcpkg v0.2.15 |
696 | 2024-09-26T19:27:38.965Z | Compiling schemars v0.8.21 |
697 | 2024-09-26T19:27:38.968Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ce24fea1b18ce646 -C extra-filename=-ce24fea1b18ce646 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
698 | 2024-09-26T19:27:38.968Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55a3f0c2a0c3605e -C extra-filename=-55a3f0c2a0c3605e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
699 | 2024-09-26T19:27:38.968Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0f610b042fcd7850 -C extra-filename=-0f610b042fcd7850 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-0f610b042fcd7850 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
700 | 2024-09-26T19:27:39.024Z | Compiling pin-project-lite v0.2.13 |
701 | 2024-09-26T19:27:39.032Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=230bb2fcd0a13475 -C extra-filename=-230bb2fcd0a13475 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
702 | 2024-09-26T19:27:39.090Z | Compiling scopeguard v1.2.0 |
703 | 2024-09-26T19:27:39.094Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=305c6204781016bb -C extra-filename=-305c6204781016bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
704 | 2024-09-26T19:27:39.160Z | Compiling equivalent v1.0.1 |
705 | 2024-09-26T19:27:39.163Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7943c5ddb3941705 -C extra-filename=-7943c5ddb3941705 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
706 | 2024-09-26T19:27:39.181Z | Compiling smallvec v1.13.2 |
707 | 2024-09-26T19:27:39.184Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=089fc1076c35cc1d -C extra-filename=-089fc1076c35cc1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
708 | 2024-09-26T19:27:39.237Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=62293423de7cb9ee -C extra-filename=-62293423de7cb9ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
709 | 2024-09-26T19:27:39.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=dd100981a5954ac0 -C extra-filename=-dd100981a5954ac0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
710 | 2024-09-26T19:27:39.376Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-0f610b042fcd7850/build-script-build` |
711 | 2024-09-26T19:27:39.404Z | Compiling typenum v1.17.0 |
712 | 2024-09-26T19:27:39.410Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f757875b7f5e6133 -C extra-filename=-f757875b7f5e6133 --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-f757875b7f5e6133 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
713 | 2024-09-26T19:27:39.583Z | Compiling signal-hook-registry v1.4.1 |
714 | 2024-09-26T19:27:39.587Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03695828bec9b9a4 -C extra-filename=-03695828bec9b9a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
715 | 2024-09-26T19:27:39.669Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=f3410c149ab9af68 -C extra-filename=-f3410c149ab9af68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
716 | 2024-09-26T19:27:40.009Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=76d106733c149847 -C extra-filename=-76d106733c149847 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-ce24fea1b18ce646.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
717 | 2024-09-26T19:27:40.432Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-f757875b7f5e6133/build-script-main` |
718 | 2024-09-26T19:27:40.437Z | Compiling fnv v1.0.7 |
719 | 2024-09-26T19:27:40.437Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=965d418000c50327 -C extra-filename=-965d418000c50327 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
720 | 2024-09-26T19:27:40.490Z | Compiling heck v0.5.0 |
721 | 2024-09-26T19:27:40.492Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3aa9cbeacb7cb070 -C extra-filename=-3aa9cbeacb7cb070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
722 | 2024-09-26T19:27:40.577Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fa264f89ad0a4507 -C extra-filename=-fa264f89ad0a4507 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
723 | 2024-09-26T19:27:40.615Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=cfc793e731e72eec -C extra-filename=-cfc793e731e72eec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-f3410c149ab9af68.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
724 | 2024-09-26T19:27:40.691Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=373612290d9eda8e -C extra-filename=-373612290d9eda8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
725 | 2024-09-26T19:27:40.954Z | Compiling mio v1.0.2 |
726 | 2024-09-26T19:27:40.958Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=057e0534b6b4149b -C extra-filename=-057e0534b6b4149b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
727 | 2024-09-26T19:27:40.976Z | Compiling generic-array v0.14.7 |
728 | 2024-09-26T19:27:40.979Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=97b2ba2d3d53133f -C extra-filename=-97b2ba2d3d53133f --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-97b2ba2d3d53133f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
729 | 2024-09-26T19:27:41.153Z | Compiling httparse v1.8.0 |
730 | 2024-09-26T19:27:41.156Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee1b62b04d3d4dd1 -C extra-filename=-ee1b62b04d3d4dd1 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-ee1b62b04d3d4dd1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
731 | 2024-09-26T19:27:41.260Z | Compiling futures-core v0.3.30 |
732 | 2024-09-26T19:27:41.269Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=894f78bc976de0e5 -C extra-filename=-894f78bc976de0e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
733 | 2024-09-26T19:27:41.310Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-97b2ba2d3d53133f/build-script-build` |
734 | 2024-09-26T19:27:41.377Z | Compiling parking_lot v0.12.1 |
735 | 2024-09-26T19:27:41.380Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=755fb11a2b3c0d7b -C extra-filename=-755fb11a2b3c0d7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-373612290d9eda8e.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-fa264f89ad0a4507.rmeta --cap-lints allow '-Wclippy::unused-async'` |
736 | 2024-09-26T19:27:41.472Z | Compiling ring v0.17.5 |
737 | 2024-09-26T19:27:41.475Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=5b44bbcbff4076fd -C extra-filename=-5b44bbcbff4076fd --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-5b44bbcbff4076fd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
738 | 2024-09-26T19:27:41.517Z | Compiling openssl-sys v0.9.95 |
739 | 2024-09-26T19:27:41.520Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=4f1fb70b8284c254 -C extra-filename=-4f1fb70b8284c254 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-4f1fb70b8284c254 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
740 | 2024-09-26T19:27:41.586Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-ee1b62b04d3d4dd1/build-script-build` |
741 | 2024-09-26T19:27:41.615Z | Compiling rand_core v0.6.4 |
742 | 2024-09-26T19:27:41.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=b2340e46caa6c7b4 -C extra-filename=-b2340e46caa6c7b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
743 | 2024-09-26T19:27:42.084Z | Compiling semver v1.0.23 |
744 | 2024-09-26T19:27:42.087Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a0ddd8d4bacabc37 -C extra-filename=-a0ddd8d4bacabc37 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-a0ddd8d4bacabc37 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
745 | 2024-09-26T19:27:42.154Z | Compiling futures-sink v0.3.30 |
746 | 2024-09-26T19:27:42.157Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1101919534fb894e -C extra-filename=-1101919534fb894e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
747 | 2024-09-26T19:27:42.278Z | Compiling slog v2.7.0 |
748 | 2024-09-26T19:27:42.284Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=9d48dbc14d847901 -C extra-filename=-9d48dbc14d847901 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-9d48dbc14d847901 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
749 | 2024-09-26T19:27:42.301Z | Compiling socket2 v0.5.5 |
750 | 2024-09-26T19:27:42.301Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=450af7bb99cd3cc3 -C extra-filename=-450af7bb99cd3cc3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
751 | 2024-09-26T19:27:42.321Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50d6d50ac08479ce -C extra-filename=-50d6d50ac08479ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
752 | 2024-09-26T19:27:42.426Z | Compiling iana-time-zone v0.1.58 |
753 | 2024-09-26T19:27:42.433Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=02c65a8c031daea3 -C extra-filename=-02c65a8c031daea3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
754 | 2024-09-26T19:27:42.527Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-4f1fb70b8284c254/build-script-main` |
755 | 2024-09-26T19:27:42.558Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-5b44bbcbff4076fd/build-script-build` |
756 | 2024-09-26T19:27:42.586Z | Compiling openssl v0.10.59 |
757 | 2024-09-26T19:27:42.589Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ab4d3147585b4178 -C extra-filename=-ab4d3147585b4178 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-ab4d3147585b4178 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
758 | 2024-09-26T19:27:42.605Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-a0ddd8d4bacabc37/build-script-build` |
759 | 2024-09-26T19:27:42.607Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f6c9a8ded0243516 -C extra-filename=-f6c9a8ded0243516 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
760 | 2024-09-26T19:27:42.688Z | Compiling crossbeam-utils v0.8.20 |
761 | 2024-09-26T19:27:42.703Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d56e54fd7e9ad23b -C extra-filename=-d56e54fd7e9ad23b --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d56e54fd7e9ad23b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
762 | 2024-09-26T19:27:42.745Z | Compiling dyn-clone v1.0.16 |
763 | 2024-09-26T19:27:42.748Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fe51f8e99050663 -C extra-filename=-8fe51f8e99050663 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
764 | 2024-09-26T19:27:42.768Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-9d48dbc14d847901/build-script-build` |
765 | 2024-09-26T19:27:42.829Z | Compiling rustls v0.21.9 |
766 | 2024-09-26T19:27:42.832Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=31e07cd16581fc9d -C extra-filename=-31e07cd16581fc9d --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-31e07cd16581fc9d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
767 | 2024-09-26T19:27:42.931Z | Compiling native-tls v0.2.11 |
768 | 2024-09-26T19:27:42.934Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c7ca556833e3fa80 -C extra-filename=-c7ca556833e3fa80 --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-c7ca556833e3fa80 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
769 | 2024-09-26T19:27:42.967Z | Compiling futures-channel v0.3.30 |
770 | 2024-09-26T19:27:42.970Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=5c10b5e8137236dd -C extra-filename=-5c10b5e8137236dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
771 | 2024-09-26T19:27:43.099Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=364d5c1ceb7b5304 -C extra-filename=-364d5c1ceb7b5304 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
772 | 2024-09-26T19:27:43.134Z | Compiling futures-io v0.3.30 |
773 | 2024-09-26T19:27:43.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=a59e6ca3102d3b1e -C extra-filename=-a59e6ca3102d3b1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
774 | 2024-09-26T19:27:43.211Z | Compiling futures-task v0.3.30 |
775 | 2024-09-26T19:27:43.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47d418254e6f0b64 -C extra-filename=-47d418254e6f0b64 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
776 | 2024-09-26T19:27:43.234Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d56e54fd7e9ad23b/build-script-build` |
777 | 2024-09-26T19:27:43.257Z | Compiling pin-utils v0.1.0 |
778 | 2024-09-26T19:27:43.260Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54bfb5920e40f070 -C extra-filename=-54bfb5920e40f070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
779 | 2024-09-26T19:27:43.285Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8932a9fabbdc4c8 -C extra-filename=-e8932a9fabbdc4c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
780 | 2024-09-26T19:27:43.336Z | Compiling aho-corasick v1.1.2 |
781 | 2024-09-26T19:27:43.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=482d7cc1195a7c63 -C extra-filename=-482d7cc1195a7c63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
782 | 2024-09-26T19:27:43.356Z | Compiling regex-syntax v0.8.4 |
783 | 2024-09-26T19:27:43.363Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e5305eb307ec501c -C extra-filename=-e5305eb307ec501c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
784 | 2024-09-26T19:27:43.375Z | Compiling tracing-core v0.1.32 |
785 | 2024-09-26T19:27:43.378Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=87fd0d78f1889ce1 -C extra-filename=-87fd0d78f1889ce1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
786 | 2024-09-26T19:27:43.404Z | Compiling time-core v0.1.2 |
787 | 2024-09-26T19:27:43.408Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ef82cba6bdf1dbb -C extra-filename=-2ef82cba6bdf1dbb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
788 | 2024-09-26T19:27:43.470Z | Compiling num-conv v0.1.0 |
789 | 2024-09-26T19:27:43.475Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70a11d1796c15e25 -C extra-filename=-70a11d1796c15e25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
790 | 2024-09-26T19:27:43.505Z | Compiling ucd-trie v0.1.6 |
791 | 2024-09-26T19:27:43.522Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=889148b5005dc639 -C extra-filename=-889148b5005dc639 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
792 | 2024-09-26T19:27:43.550Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cca8e6b50f910f45 -C extra-filename=-cca8e6b50f910f45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
793 | 2024-09-26T19:27:43.727Z | Compiling time-macros v0.2.18 |
794 | 2024-09-26T19:27:43.730Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=94d554a18023652c -C extra-filename=-94d554a18023652c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-70a11d1796c15e25.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-2ef82cba6bdf1dbb.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
795 | 2024-09-26T19:27:43.763Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dda31390670b80d -C extra-filename=-1dda31390670b80d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
796 | 2024-09-26T19:27:43.871Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=54483748e671a245 -C extra-filename=-54483748e671a245 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
797 | 2024-09-26T19:27:43.919Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=5d879cdb3256d6f9 -C extra-filename=-5d879cdb3256d6f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
798 | 2024-09-26T19:27:44.146Z | Compiling spin v0.9.8 |
799 | 2024-09-26T19:27:44.151Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=6c0087b6ac0cd8b1 -C extra-filename=-6c0087b6ac0cd8b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2024-09-26T19:27:44.372Z | Compiling rustix v0.38.37 |
801 | 2024-09-26T19:27:44.375Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=524b3fc733db22f1 -C extra-filename=-524b3fc733db22f1 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-524b3fc733db22f1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
802 | 2024-09-26T19:27:44.809Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=91474adc825aeb19 -C extra-filename=-91474adc825aeb19 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
803 | 2024-09-26T19:27:44.955Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=aed00672b5bfbd70 -C extra-filename=-aed00672b5bfbd70 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
804 | 2024-09-26T19:27:45.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=ad16dff78d622066 -C extra-filename=-ad16dff78d622066 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-54483748e671a245.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
805 | 2024-09-26T19:27:45.076Z | Compiling serde_derive_internals v0.29.1 |
806 | 2024-09-26T19:27:45.080Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=771a96a8a282a409 -C extra-filename=-771a96a8a282a409 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
807 | 2024-09-26T19:27:45.289Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=25c3a36febea7866 -C extra-filename=-25c3a36febea7866 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rmeta --cap-lints allow '-Wclippy::unused-async'` |
808 | 2024-09-26T19:27:45.873Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-524b3fc733db22f1/build-script-build` |
809 | 2024-09-26T19:27:45.997Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=bb5bf85742ec23e8 -C extra-filename=-bb5bf85742ec23e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
810 | 2024-09-26T19:27:46.189Z | Compiling percent-encoding v2.3.1 |
811 | 2024-09-26T19:27:46.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d47aac5d955790b2 -C extra-filename=-d47aac5d955790b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
812 | 2024-09-26T19:27:46.390Z | Compiling untrusted v0.9.0 |
813 | 2024-09-26T19:27:46.393Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54e0d53795cfad75 -C extra-filename=-54e0d53795cfad75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
814 | 2024-09-26T19:27:46.542Z | Compiling regex-automata v0.4.4 |
815 | 2024-09-26T19:27:46.546Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=2552b57e9dbdf359 -C extra-filename=-2552b57e9dbdf359 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-482d7cc1195a7c63.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
816 | 2024-09-26T19:27:46.546Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=df80bc5fb3bb7225 -C extra-filename=-df80bc5fb3bb7225 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-bb5bf85742ec23e8.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-25c3a36febea7866.rmeta --cap-lints allow '-Wclippy::unused-async'` |
817 | 2024-09-26T19:27:46.988Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=ad2de6c8c63db9ff -C extra-filename=-ad2de6c8c63db9ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --cap-lints allow '-Wclippy::unused-async'` |
818 | 2024-09-26T19:27:47.187Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc1f6cb2294dfe3c -C extra-filename=-dc1f6cb2294dfe3c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
819 | 2024-09-26T19:27:47.301Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=43ce105d7afcd77f -C extra-filename=-43ce105d7afcd77f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
820 | 2024-09-26T19:27:47.468Z | Compiling usdt-impl v0.5.0 |
821 | 2024-09-26T19:27:47.481Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=098a7b0d7e7f4da6 -C extra-filename=-098a7b0d7e7f4da6 --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-098a7b0d7e7f4da6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
822 | 2024-09-26T19:27:47.809Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=a594b8da26056778 -C extra-filename=-a594b8da26056778 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
823 | 2024-09-26T19:27:47.829Z | Compiling plain v0.2.3 |
824 | 2024-09-26T19:27:47.832Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71cac1acd115030d -C extra-filename=-71cac1acd115030d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
825 | 2024-09-26T19:27:47.964Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=85bdbf473a6c329c -C extra-filename=-85bdbf473a6c329c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
826 | 2024-09-26T19:27:47.985Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-098a7b0d7e7f4da6/build-script-build` |
827 | 2024-09-26T19:27:48.027Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-ab4d3147585b4178/build-script-build` |
828 | 2024-09-26T19:27:48.047Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-c7ca556833e3fa80/build-script-build` |
829 | 2024-09-26T19:27:48.052Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45615699a41d9c4f -C extra-filename=-45615699a41d9c4f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
830 | 2024-09-26T19:27:48.071Z | Compiling pretty-hex v0.4.1 |
831 | 2024-09-26T19:27:48.075Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fcf87414273f7f2d -C extra-filename=-fcf87414273f7f2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
832 | 2024-09-26T19:27:48.093Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfaedd776312c878 -C extra-filename=-dfaedd776312c878 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
833 | 2024-09-26T19:27:48.115Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=1fba35c896f6a37c -C extra-filename=-1fba35c896f6a37c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
834 | 2024-09-26T19:27:48.137Z | Compiling crypto-common v0.1.6 |
835 | 2024-09-26T19:27:48.137Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=3a3da486b00e0b1a -C extra-filename=-3a3da486b00e0b1a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-b2340e46caa6c7b4.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-54483748e671a245.rmeta --cap-lints allow '-Wclippy::unused-async'` |
836 | 2024-09-26T19:27:48.226Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ed7a6d3d890e78ca -C extra-filename=-ed7a6d3d890e78ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
837 | 2024-09-26T19:27:48.253Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ecdfdeef4ffc16b4 -C extra-filename=-ecdfdeef4ffc16b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
838 | 2024-09-26T19:27:48.274Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=476eddcea69f9239 -C extra-filename=-476eddcea69f9239 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rmeta --cap-lints allow '-Wclippy::unused-async'` |
839 | 2024-09-26T19:27:48.329Z | Compiling thread-id v4.2.1 |
840 | 2024-09-26T19:27:48.335Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04d2099a9dbace3d -C extra-filename=-04d2099a9dbace3d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
841 | 2024-09-26T19:27:48.432Z | Compiling tinyvec_macros v0.1.1 |
842 | 2024-09-26T19:27:48.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16d30bcaaf62fa4c -C extra-filename=-16d30bcaaf62fa4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
843 | 2024-09-26T19:27:48.490Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=a74c4e5cb1db3a1e -C extra-filename=-a74c4e5cb1db3a1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
844 | 2024-09-26T19:27:48.512Z | Compiling ppv-lite86 v0.2.17 |
845 | 2024-09-26T19:27:48.526Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=cc94a70edb4bbb60 -C extra-filename=-cc94a70edb4bbb60 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
846 | 2024-09-26T19:27:48.536Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=6bb8c38f9135430e -C extra-filename=-6bb8c38f9135430e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
847 | 2024-09-26T19:27:48.536Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7681dd2dd487d9bd -C extra-filename=-7681dd2dd487d9bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
848 | 2024-09-26T19:27:48.634Z | Compiling tinyvec v1.6.0 |
849 | 2024-09-26T19:27:48.663Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=a2d50a0f42384bc7 -C extra-filename=-a2d50a0f42384bc7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-16d30bcaaf62fa4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
850 | 2024-09-26T19:27:48.667Z | Compiling form_urlencoded v1.2.1 |
851 | 2024-09-26T19:27:48.667Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=755223d9209c8c7a -C extra-filename=-755223d9209c8c7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
852 | 2024-09-26T19:27:48.770Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=acabb1d36e662a80 -C extra-filename=-acabb1d36e662a80 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
853 | 2024-09-26T19:27:48.854Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ab6943c827cc527 -C extra-filename=-0ab6943c827cc527 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
854 | 2024-09-26T19:27:49.003Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ee3a670790a7c67b -C extra-filename=-ee3a670790a7c67b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --cap-lints allow '-Wclippy::unused-async'` |
855 | 2024-09-26T19:27:49.257Z | Compiling rand_chacha v0.3.1 |
856 | 2024-09-26T19:27:49.262Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ac3b33c595ba95e0 -C extra-filename=-ac3b33c595ba95e0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-cc94a70edb4bbb60.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-b2340e46caa6c7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
857 | 2024-09-26T19:27:49.601Z | Compiling anyhow v1.0.86 |
858 | 2024-09-26T19:27:49.605Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=af19444c85883c65 -C extra-filename=-af19444c85883c65 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-af19444c85883c65 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
859 | 2024-09-26T19:27:49.727Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42aca4420fdf4d37 -C extra-filename=-42aca4420fdf4d37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
860 | 2024-09-26T19:27:49.819Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bb453ef59e4d5ea9 -C extra-filename=-bb453ef59e4d5ea9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
861 | 2024-09-26T19:27:50.090Z | Compiling subtle v2.5.0 |
862 | 2024-09-26T19:27:50.092Z | Compiling try-lock v0.2.4 |
863 | 2024-09-26T19:27:50.092Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=6e86d0c67c39a55a -C extra-filename=-6e86d0c67c39a55a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
864 | 2024-09-26T19:27:50.093Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d2e7094dfd9fa86 -C extra-filename=-3d2e7094dfd9fa86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
865 | 2024-09-26T19:27:50.133Z | Compiling unicode-normalization v0.1.22 |
866 | 2024-09-26T19:27:50.136Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=856a75cd1d5d13e7 -C extra-filename=-856a75cd1d5d13e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-a2d50a0f42384bc7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
867 | 2024-09-26T19:27:50.136Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d6ef9e0917726f45 -C extra-filename=-d6ef9e0917726f45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
868 | 2024-09-26T19:27:50.197Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-af19444c85883c65/build-script-build` |
869 | 2024-09-26T19:27:50.246Z | Compiling want v0.3.1 |
870 | 2024-09-26T19:27:50.249Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5c8e5d374fba31 -C extra-filename=-df5c8e5d374fba31 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-3d2e7094dfd9fa86.rmeta --cap-lints allow '-Wclippy::unused-async'` |
871 | 2024-09-26T19:27:50.305Z | Compiling serde_derive v1.0.209 |
872 | 2024-09-26T19:27:50.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.209/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=c26e3cad01739427 -C extra-filename=-c26e3cad01739427 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
873 | 2024-09-26T19:27:50.331Z | Compiling zerocopy-derive v0.7.32 |
874 | 2024-09-26T19:27:50.331Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd19ac1ae1cfe96d -C extra-filename=-bd19ac1ae1cfe96d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
875 | 2024-09-26T19:27:50.356Z | Compiling thiserror-impl v1.0.63 |
876 | 2024-09-26T19:27:50.359Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3be539747b6fb14 -C extra-filename=-b3be539747b6fb14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
877 | 2024-09-26T19:27:50.378Z | Compiling tokio-macros v2.4.0 |
878 | 2024-09-26T19:27:50.378Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dffae3ccc3a7afe4 -C extra-filename=-dffae3ccc3a7afe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
879 | 2024-09-26T19:27:50.417Z | Compiling futures-macro v0.3.30 |
880 | 2024-09-26T19:27:50.420Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6e74cc4bdf0126b -C extra-filename=-d6e74cc4bdf0126b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
881 | 2024-09-26T19:27:50.544Z | Compiling schemars_derive v0.8.21 |
882 | 2024-09-26T19:27:50.546Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad303b2c8db3c483 -C extra-filename=-ad303b2c8db3c483 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-771a96a8a282a409.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
883 | 2024-09-26T19:27:51.297Z | Compiling tracing-attributes v0.1.27 |
884 | 2024-09-26T19:27:51.299Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=f909349780294847 -C extra-filename=-f909349780294847 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
885 | 2024-09-26T19:27:51.972Z | Compiling openssl-macros v0.1.1 |
886 | 2024-09-26T19:27:51.975Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=266476e0747ee335 -C extra-filename=-266476e0747ee335 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
887 | 2024-09-26T19:27:52.340Z | Compiling futures-util v0.3.30 |
888 | 2024-09-26T19:27:52.343Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4f9d05aace097a4c -C extra-filename=-4f9d05aace097a4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-d6e74cc4bdf0126b.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-54bfb5920e40f070.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --cap-lints allow '-Wclippy::unused-async'` |
889 | 2024-09-26T19:27:52.403Z | Compiling zerocopy v0.7.32 |
890 | 2024-09-26T19:27:52.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=411072d51750f2f5 -C extra-filename=-411072d51750f2f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-0f8824dde2de2115.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-bd19ac1ae1cfe96d.so --cap-lints allow '-Wclippy::unused-async'` |
891 | 2024-09-26T19:27:52.795Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=bf5fcecfd5928251 -C extra-filename=-bf5fcecfd5928251 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-bd19ac1ae1cfe96d.so --cap-lints allow '-Wclippy::unused-async'` |
892 | 2024-09-26T19:27:53.200Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5c448fb855e4613 -C extra-filename=-f5c448fb855e4613 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-b3be539747b6fb14.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
893 | 2024-09-26T19:27:53.330Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11bc2b048b4e5f7 -C extra-filename=-a11bc2b048b4e5f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-b3be539747b6fb14.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
894 | 2024-09-26T19:27:53.479Z | Compiling scroll_derive v0.12.0 |
895 | 2024-09-26T19:27:53.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18f24604ac06e18e -C extra-filename=-18f24604ac06e18e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
896 | 2024-09-26T19:27:53.545Z | Compiling pest v2.7.6 |
897 | 2024-09-26T19:27:53.548Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=1f35327bd88c7d8b -C extra-filename=-1f35327bd88c7d8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-889148b5005dc639.rmeta --cap-lints allow '-Wclippy::unused-async'` |
898 | 2024-09-26T19:27:53.979Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=4a8832566c57684d -C extra-filename=-4a8832566c57684d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-411072d51750f2f5.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
899 | 2024-09-26T19:27:54.439Z | Compiling hashbrown v0.14.3 |
900 | 2024-09-26T19:27:54.441Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dfc593445d30822e -C extra-filename=-dfc593445d30822e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-4a8832566c57684d.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-15025b4c32d9970f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
901 | 2024-09-26T19:27:54.461Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=e8fc532f4b17d4d0 -C extra-filename=-e8fc532f4b17d4d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'` |
902 | 2024-09-26T19:27:54.640Z | Compiling tracing v0.1.40 |
903 | 2024-09-26T19:27:54.642Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=64312e0ed40cb4c5 -C extra-filename=-64312e0ed40cb4c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-f909349780294847.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
904 | 2024-09-26T19:27:54.946Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b850c79896b3774b -C extra-filename=-b850c79896b3774b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-e8fc532f4b17d4d0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-62293423de7cb9ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
905 | 2024-09-26T19:27:54.968Z | Compiling scroll v0.12.0 |
906 | 2024-09-26T19:27:54.972Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=bfec6d403728310a -C extra-filename=-bfec6d403728310a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-18f24604ac06e18e.so --cap-lints allow '-Wclippy::unused-async'` |
907 | 2024-09-26T19:27:55.099Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=e5a2acfc24820799 -C extra-filename=-e5a2acfc24820799 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a74c4e5cb1db3a1e.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-d6e74cc4bdf0126b.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-7681dd2dd487d9bd.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-ecdfdeef4ffc16b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
908 | 2024-09-26T19:27:55.367Z | Compiling regex v1.10.6 |
909 | 2024-09-26T19:27:55.369Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=02e6583407a27403 -C extra-filename=-02e6583407a27403 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-482d7cc1195a7c63.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-2552b57e9dbdf359.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
910 | 2024-09-26T19:27:55.557Z | Compiling goblin v0.8.0 |
911 | 2024-09-26T19:27:55.560Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=d40160086fbd7f0f -C extra-filename=-d40160086fbd7f0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-71cac1acd115030d.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-bfec6d403728310a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
912 | 2024-09-26T19:27:55.820Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=c6bcd646edaf4c7a -C extra-filename=-c6bcd646edaf4c7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-42aca4420fdf4d37.rmeta --cap-lints allow '-Wclippy::unused-async'` |
913 | 2024-09-26T19:27:56.322Z | Compiling pest_meta v2.7.6 |
914 | 2024-09-26T19:27:56.324Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1f82297e40f85c45 -C extra-filename=-1f82297e40f85c45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1f35327bd88c7d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
915 | 2024-09-26T19:27:56.370Z | Compiling rand v0.8.5 |
916 | 2024-09-26T19:27:56.373Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=093134a88cb911d9 -C extra-filename=-093134a88cb911d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-b2340e46caa6c7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
917 | 2024-09-26T19:27:56.392Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9861ec5d743267ef -C extra-filename=-9861ec5d743267ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
918 | 2024-09-26T19:27:57.300Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=4789e60a490f9a82 -C extra-filename=-4789e60a490f9a82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
919 | 2024-09-26T19:27:57.764Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.209/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e4a77e5b408a1ddd -C extra-filename=-e4a77e5b408a1ddd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
920 | 2024-09-26T19:27:57.796Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.209/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3d5295eb0d82c25f -C extra-filename=-3d5295eb0d82c25f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
921 | 2024-09-26T19:27:58.177Z | Compiling pest_generator v2.7.6 |
922 | 2024-09-26T19:27:58.180Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b6fe61b5d9c7d791 -C extra-filename=-b6fe61b5d9c7d791 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1f35327bd88c7d8b.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-1f82297e40f85c45.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
923 | 2024-09-26T19:27:58.449Z | Compiling unicode-bidi v0.3.13 |
924 | 2024-09-26T19:27:58.452Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=13d20a39f67e1c96 -C extra-filename=-13d20a39f67e1c96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
925 | 2024-09-26T19:27:59.981Z | Compiling foreign-types-shared v0.1.1 |
926 | 2024-09-26T19:27:59.984Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a947d2347208e769 -C extra-filename=-a947d2347208e769 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
927 | 2024-09-26T19:28:00.067Z | Compiling httpdate v1.0.3 |
928 | 2024-09-26T19:28:00.070Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=032889fe716cbc03 -C extra-filename=-032889fe716cbc03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
929 | 2024-09-26T19:28:00.089Z | Compiling tower-service v0.3.2 |
930 | 2024-09-26T19:28:00.091Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c99ce94b466c9863 -C extra-filename=-c99ce94b466c9863 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
931 | 2024-09-26T19:28:00.211Z | Compiling foreign-types v0.3.2 |
932 | 2024-09-26T19:28:00.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb1355e464a6d6c -C extra-filename=-abb1355e464a6d6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-a947d2347208e769.rmeta --cap-lints allow '-Wclippy::unused-async'` |
933 | 2024-09-26T19:28:00.231Z | Compiling pest_derive v2.7.6 |
934 | 2024-09-26T19:28:00.234Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=72d3670df1257c1f -C extra-filename=-72d3670df1257c1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1f35327bd88c7d8b.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-b6fe61b5d9c7d791.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
935 | 2024-09-26T19:28:00.306Z | Compiling idna v0.4.0 |
936 | 2024-09-26T19:28:00.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6ea38ea1685b26a9 -C extra-filename=-6ea38ea1685b26a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-13d20a39f67e1c96.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-856a75cd1d5d13e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
937 | 2024-09-26T19:28:00.571Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7a7af700ddc3c2bd -C extra-filename=-7a7af700ddc3c2bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-c6bcd646edaf4c7a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
938 | 2024-09-26T19:28:01.061Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8a5201bc5b8c95ef -C extra-filename=-8a5201bc5b8c95ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
939 | 2024-09-26T19:28:01.089Z | Compiling dtrace-parser v0.2.0 |
940 | 2024-09-26T19:28:01.092Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cbca6fdd58fe0b9 -C extra-filename=-1cbca6fdd58fe0b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-1f35327bd88c7d8b.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-72d3670df1257c1f.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --cap-lints allow '-Wclippy::unused-async'` |
941 | 2024-09-26T19:28:01.607Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d08afc8e0146239c -C extra-filename=-d08afc8e0146239c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --cap-lints allow '-Wclippy::unused-async'` |
942 | 2024-09-26T19:28:02.021Z | Compiling mime v0.3.17 |
943 | 2024-09-26T19:28:02.028Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ec863f653959239 -C extra-filename=-5ec863f653959239 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
944 | 2024-09-26T19:28:02.380Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=771051d25637aabf -C extra-filename=-771051d25637aabf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
945 | 2024-09-26T19:28:02.663Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=596e8fbe58507abd -C extra-filename=-596e8fbe58507abd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-f909349780294847.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
946 | 2024-09-26T19:28:02.682Z | Compiling url v2.4.1 |
947 | 2024-09-26T19:28:02.684Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=95ec7a6b75269530 -C extra-filename=-95ec7a6b75269530 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-755223d9209c8c7a.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-6ea38ea1685b26a9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
948 | 2024-09-26T19:28:02.831Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ecfc0c2dc3d5167c -C extra-filename=-ecfc0c2dc3d5167c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd` |
949 | 2024-09-26T19:28:03.083Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=723acf0ef2f7b5c3 -C extra-filename=-723acf0ef2f7b5c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-771051d25637aabf.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-7a7af700ddc3c2bd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
950 | 2024-09-26T19:28:03.447Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8880e1c3725e54a1 -C extra-filename=-8880e1c3725e54a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
951 | 2024-09-26T19:28:03.551Z | Compiling bytes v1.7.1 |
952 | 2024-09-26T19:28:03.554Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8afc661df6106b71 -C extra-filename=-8afc661df6106b71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
953 | 2024-09-26T19:28:03.912Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.125/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5f847d7de846aabc -C extra-filename=-5f847d7de846aabc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
954 | 2024-09-26T19:28:03.999Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7a19d74847f059fc -C extra-filename=-7a19d74847f059fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
955 | 2024-09-26T19:28:04.198Z | Compiling indexmap v2.2.6 |
956 | 2024-09-26T19:28:04.201Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=1d18750f76da275e -C extra-filename=-1d18750f76da275e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-7943c5ddb3941705.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-dfc593445d30822e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
957 | 2024-09-26T19:28:04.429Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.125/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=90d78c4622d11382 -C extra-filename=-90d78c4622d11382 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
958 | 2024-09-26T19:28:04.575Z | Compiling bitflags v2.6.0 |
959 | 2024-09-26T19:28:04.577Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=bc8eef8f4806d164 -C extra-filename=-bc8eef8f4806d164 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
960 | 2024-09-26T19:28:04.772Z | Compiling tokio v1.39.3 |
961 | 2024-09-26T19:28:04.775Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a92e5b63c0974aba -C extra-filename=-a92e5b63c0974aba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-03695828bec9b9a4.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-450af7bb99cd3cc3.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-dffae3ccc3a7afe4.so --cap-lints allow '-Wclippy::unused-async'` |
962 | 2024-09-26T19:28:04.892Z | Compiling serde_tokenstream v0.2.1 |
963 | 2024-09-26T19:28:04.896Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a0b17409d420a0b -C extra-filename=-6a0b17409d420a0b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
964 | 2024-09-26T19:28:05.047Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=8a9e74e7d691ac23 -C extra-filename=-8a9e74e7d691ac23 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-50d6d50ac08479ce.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2024-09-26T19:28:05.194Z | Compiling chrono v0.4.38 |
966 | 2024-09-26T19:28:05.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=a491bc5286c114c2 -C extra-filename=-a491bc5286c114c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-02c65a8c031daea3.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
967 | 2024-09-26T19:28:05.402Z | Compiling uuid v1.10.0 |
968 | 2024-09-26T19:28:05.404Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=8f8ca70bde8e4327 -C extra-filename=-8f8ca70bde8e4327 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
969 | 2024-09-26T19:28:05.682Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0c2aa02ffae417f8 -C extra-filename=-0c2aa02ffae417f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
970 | 2024-09-26T19:28:06.262Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=515389a2bfac90ed -C extra-filename=-515389a2bfac90ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-f6c9a8ded0243516.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
971 | 2024-09-26T19:28:06.365Z | Compiling http v0.2.12 |
972 | 2024-09-26T19:28:06.369Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88761b1f3526bbf9 -C extra-filename=-88761b1f3526bbf9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
973 | 2024-09-26T19:28:06.417Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=3c25d220f1f76d5e -C extra-filename=-3c25d220f1f76d5e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2024-09-26T19:28:06.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=544005aa0b7947b7 -C extra-filename=-544005aa0b7947b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
975 | 2024-09-26T19:28:06.972Z | Compiling openapiv3 v2.0.0 |
976 | 2024-09-26T19:28:06.975Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6cf06b2a23930a41 -C extra-filename=-6cf06b2a23930a41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
977 | 2024-09-26T19:28:07.339Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=85e404052cb7687a -C extra-filename=-85e404052cb7687a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ad2de6c8c63db9ff.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-df80bc5fb3bb7225.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-dc1f6cb2294dfe3c.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-43ce105d7afcd77f.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-dffae3ccc3a7afe4.so --cap-lints allow '-Wclippy::unused-async'` |
978 | 2024-09-26T19:28:07.487Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=de71597916710214 -C extra-filename=-de71597916710214 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-8fe51f8e99050663.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-ad303b2c8db3c483.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
979 | 2024-09-26T19:28:08.603Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=00a3f389591ba12b -C extra-filename=-00a3f389591ba12b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-cca8e6b50f910f45.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-ad303b2c8db3c483.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
980 | 2024-09-26T19:28:08.713Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d392af7f06d3b585 -C extra-filename=-d392af7f06d3b585 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
981 | 2024-09-26T19:28:10.214Z | Compiling toml_datetime v0.6.8 |
982 | 2024-09-26T19:28:10.216Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d96071f087447c2a -C extra-filename=-d96071f087447c2a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
983 | 2024-09-26T19:28:10.665Z | Compiling dof v0.3.0 |
984 | 2024-09-26T19:28:10.668Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=3af4b7e6fc741851 -C extra-filename=-3af4b7e6fc741851 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-d40160086fbd7f0f.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-fcf87414273f7f2d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-411072d51750f2f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
985 | 2024-09-26T19:28:10.711Z | Compiling http-body v0.4.5 |
986 | 2024-09-26T19:28:10.713Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf997e715fcfc39f -C extra-filename=-bf997e715fcfc39f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
987 | 2024-09-26T19:28:10.743Z | Compiling serde_spanned v0.6.7 |
988 | 2024-09-26T19:28:10.745Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ad8cdf97c1eed519 -C extra-filename=-ad8cdf97c1eed519 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
989 | 2024-09-26T19:28:10.965Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5c06f10045ea6d53 -C extra-filename=-5c06f10045ea6d53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-abb1355e464a6d6c.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-266476e0747ee335.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a5201bc5b8c95ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
990 | 2024-09-26T19:28:11.126Z | Compiling powerfmt v0.2.0 |
991 | 2024-09-26T19:28:11.128Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=cd6dbcb3aae7b11c -C extra-filename=-cd6dbcb3aae7b11c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
992 | 2024-09-26T19:28:11.229Z | Compiling openssl-probe v0.1.5 |
993 | 2024-09-26T19:28:11.231Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41da366fb507d32a -C extra-filename=-41da366fb507d32a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
994 | 2024-09-26T19:28:11.470Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=667572cf3e64fa52 -C extra-filename=-667572cf3e64fa52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-0f8824dde2de2115.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-3af4b7e6fc741851.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-04d2099a9dbace3d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
995 | 2024-09-26T19:28:11.496Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13214c7187c806d1 -C extra-filename=-13214c7187c806d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
996 | 2024-09-26T19:28:11.600Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1607279b3de4988d -C extra-filename=-1607279b3de4988d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
997 | 2024-09-26T19:28:11.636Z | Compiling rustversion v1.0.14 |
998 | 2024-09-26T19:28:11.639Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4626de2aad02eb1c -C extra-filename=-4626de2aad02eb1c --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-4626de2aad02eb1c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
999 | 2024-09-26T19:28:11.710Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b2f85dc02f391c3 -C extra-filename=-0b2f85dc02f391c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-1607279b3de4988d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1000 | 2024-09-26T19:28:11.812Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=faf8e41c34ff6fb1 -C extra-filename=-faf8e41c34ff6fb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-13214c7187c806d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1001 | 2024-09-26T19:28:12.072Z | Compiling deranged v0.3.9 |
1002 | 2024-09-26T19:28:12.076Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=65df9d5fa2d9189a -C extra-filename=-65df9d5fa2d9189a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-cd6dbcb3aae7b11c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1003 | 2024-09-26T19:28:12.298Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-4626de2aad02eb1c/build-script-build` |
1004 | 2024-09-26T19:28:12.338Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b93e537be48540ba -C extra-filename=-b93e537be48540ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1005 | 2024-09-26T19:28:12.364Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=7223c7288d5ed370 -C extra-filename=-7223c7288d5ed370 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-8880e1c3725e54a1.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-476eddcea69f9239.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1006 | 2024-09-26T19:28:12.435Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=df6e991f2d774ffe -C extra-filename=-df6e991f2d774ffe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-d6ef9e0917726f45.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-723acf0ef2f7b5c3.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1007 | 2024-09-26T19:28:12.712Z | Compiling tokio-util v0.7.11 |
1008 | 2024-09-26T19:28:12.714Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=1f3db3e65db9675f -C extra-filename=-1f3db3e65db9675f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1009 | 2024-09-26T19:28:12.755Z | Compiling usdt-attr-macro v0.5.0 |
1010 | 2024-09-26T19:28:12.757Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=9362b57e9adcf612 -C extra-filename=-9362b57e9adcf612 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1011 | 2024-09-26T19:28:13.339Z | Compiling usdt-macro v0.5.0 |
1012 | 2024-09-26T19:28:13.342Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=2c6194b1d0cfe71b -C extra-filename=-2c6194b1d0cfe71b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2024-09-26T19:28:13.996Z | Compiling h2 v0.3.26 |
1014 | 2024-09-26T19:28:13.997Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=7d8b11d9426bfac3 -C extra-filename=-7d8b11d9426bfac3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-364d5c1ceb7b5304.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1015 | 2024-09-26T19:28:14.049Z | Compiling regress v0.10.0 |
1016 | 2024-09-26T19:28:14.052Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=857728dd6f26e4c5 -C extra-filename=-857728dd6f26e4c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-dfc593445d30822e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2024-09-26T19:28:14.087Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ba304a8d728dec04 -C extra-filename=-ba304a8d728dec04 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1018 | 2024-09-26T19:28:14.485Z | Compiling errno v0.3.9 |
1019 | 2024-09-26T19:28:14.488Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba00fef7d5a1ce26 -C extra-filename=-ba00fef7d5a1ce26 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1020 | 2024-09-26T19:28:14.704Z | Compiling encoding_rs v0.8.33 |
1021 | 2024-09-26T19:28:14.707Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=d48dc2322585fb49 -C extra-filename=-d48dc2322585fb49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1022 | 2024-09-26T19:28:14.846Z | Compiling ipnet v2.9.0 |
1023 | 2024-09-26T19:28:14.850Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=6fa3726a53b738b9 -C extra-filename=-6fa3726a53b738b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1024 | 2024-09-26T19:28:15.379Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b9f33f47de5c2b42 -C extra-filename=-b9f33f47de5c2b42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1025 | 2024-09-26T19:28:16.211Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8c6ce808d11ac1b -C extra-filename=-a8c6ce808d11ac1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1026 | 2024-09-26T19:28:16.617Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=b2578039e3d04fc3 -C extra-filename=-b2578039e3d04fc3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-ecdfdeef4ffc16b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-b9f33f47de5c2b42.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1027 | 2024-09-26T19:28:16.681Z | Compiling num_threads v0.1.6 |
1028 | 2024-09-26T19:28:16.684Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4a8eb3736d6eba6 -C extra-filename=-f4a8eb3736d6eba6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1029 | 2024-09-26T19:28:16.805Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e35d798f188c62db -C extra-filename=-e35d798f188c62db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1030 | 2024-09-26T19:28:16.931Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=b67dd205634f4937 -C extra-filename=-b67dd205634f4937 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-5c06f10045ea6d53.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-41da366fb507d32a.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-8a5201bc5b8c95ef.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1031 | 2024-09-26T19:28:17.573Z | Compiling tokio-native-tls v0.3.1 |
1032 | 2024-09-26T19:28:17.576Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=3798ce452812baa8 -C extra-filename=-3798ce452812baa8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b67dd205634f4937.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1033 | 2024-09-26T19:28:17.840Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1034 | 2024-09-26T19:28:17.843Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60e49cd104b8ae25 -C extra-filename=-60e49cd104b8ae25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-857728dd6f26e4c5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1035 | 2024-09-26T19:28:18.895Z | Compiling hyper v0.14.30 |
1036 | 2024-09-26T19:28:18.897Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=43b814601ab5ef1f -C extra-filename=-43b814601ab5ef1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-7d8b11d9426bfac3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-bf997e715fcfc39f.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-0ab6943c827cc527.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-032889fe716cbc03.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-450af7bb99cd3cc3.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-df5c8e5d374fba31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1037 | 2024-09-26T19:28:19.724Z | Compiling time v0.3.36 |
1038 | 2024-09-26T19:28:19.727Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=ace4cd1d15e0104a -C extra-filename=-ace4cd1d15e0104a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-65df9d5fa2d9189a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-70a11d1796c15e25.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-f4a8eb3736d6eba6.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-cd6dbcb3aae7b11c.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-2ef82cba6bdf1dbb.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --cap-lints allow '-Wclippy::unused-async'` |
1039 | 2024-09-26T19:28:19.878Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=f814ab6e9b75ab44 -C extra-filename=-f814ab6e9b75ab44 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-544005aa0b7947b7.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-0b2f85dc02f391c3.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-266476e0747ee335.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-ba304a8d728dec04.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1040 | 2024-09-26T19:28:20.166Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=a28c176cc56fba2a -C extra-filename=-a28c176cc56fba2a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-ba00fef7d5a1ce26.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1041 | 2024-09-26T19:28:20.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=bde62343a55fc728 -C extra-filename=-bde62343a55fc728 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7223c7288d5ed370.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-476eddcea69f9239.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1042 | 2024-09-26T19:28:21.620Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=f6889cc30cae135c -C extra-filename=-f6889cc30cae135c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2578039e3d04fc3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-b93e537be48540ba.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-ecfc0c2dc3d5167c.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-a8c6ce808d11ac1b.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-43ce105d7afcd77f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-faf8e41c34ff6fb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1043 | 2024-09-26T19:28:21.911Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62bcee78943fce95 -C extra-filename=-62bcee78943fce95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1044 | 2024-09-26T19:28:23.109Z | Compiling serde_urlencoded v0.7.1 |
1045 | 2024-09-26T19:28:23.151Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd7a56c1d8299d89 -C extra-filename=-dd7a56c1d8299d89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-755223d9209c8c7a.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1046 | 2024-09-26T19:28:23.208Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=64693870cc07c2df -C extra-filename=-64693870cc07c2df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1047 | 2024-09-26T19:28:23.508Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=131497084c35547f -C extra-filename=-131497084c35547f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1048 | 2024-09-26T19:28:23.652Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=f21f2071434b2ca6 -C extra-filename=-f21f2071434b2ca6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2024-09-26T19:28:24.045Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db5595f332fd4543 -C extra-filename=-db5595f332fd4543 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1050 | 2024-09-26T19:28:24.256Z | Compiling base64 v0.21.7 |
1051 | 2024-09-26T19:28:24.258Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b16e2fee938c74e2 -C extra-filename=-b16e2fee938c74e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1052 | 2024-09-26T19:28:24.360Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d3d3dd212c744d95 -C extra-filename=-d3d3dd212c744d95 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1053 | 2024-09-26T19:28:24.454Z | Compiling hyper-tls v0.5.0 |
1054 | 2024-09-26T19:28:24.456Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=c3df273c51c56b24 -C extra-filename=-c3df273c51c56b24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b67dd205634f4937.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3798ce452812baa8.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1055 | 2024-09-26T19:28:24.794Z | Compiling rustls-pemfile v1.0.4 |
1056 | 2024-09-26T19:28:24.798Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd58ed7bd5417794 -C extra-filename=-fd58ed7bd5417794 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-b16e2fee938c74e2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2024-09-26T19:28:25.048Z | Compiling futures-executor v0.3.30 |
1058 | 2024-09-26T19:28:25.051Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=f1041fcc40110f4c -C extra-filename=-f1041fcc40110f4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1059 | 2024-09-26T19:28:25.251Z | Compiling block-buffer v0.10.4 |
1060 | 2024-09-26T19:28:25.253Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf94d80cbe2178b -C extra-filename=-3cf94d80cbe2178b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1061 | 2024-09-26T19:28:25.463Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=cd2c17e0c9d85a6b -C extra-filename=-cd2c17e0c9d85a6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1062 | 2024-09-26T19:28:25.659Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=7c5cc8db1569d62e -C extra-filename=-7c5cc8db1569d62e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1063 | 2024-09-26T19:28:26.909Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=1c634fd0707fc42d -C extra-filename=-1c634fd0707fc42d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-f814ab6e9b75ab44.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-db5595f332fd4543.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-ba304a8d728dec04.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1064 | 2024-09-26T19:28:27.119Z | Compiling winnow v0.5.19 |
1065 | 2024-09-26T19:28:27.122Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=4629651285003772 -C extra-filename=-4629651285003772 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1066 | 2024-09-26T19:28:27.462Z | Compiling camino v1.1.8 |
1067 | 2024-09-26T19:28:27.465Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a37cdbbfdb8c4e7b -C extra-filename=-a37cdbbfdb8c4e7b --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-a37cdbbfdb8c4e7b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1068 | 2024-09-26T19:28:27.997Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=608eb497a4d963af -C extra-filename=-608eb497a4d963af --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-f21f2071434b2ca6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2024-09-26T19:28:28.087Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=082b620689f999fb -C extra-filename=-082b620689f999fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1070 | 2024-09-26T19:28:28.659Z | Compiling webpki-roots v0.25.2 |
1071 | 2024-09-26T19:28:28.662Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65da8a4c57c61b61 -C extra-filename=-65da8a4c57c61b61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1072 | 2024-09-26T19:28:28.730Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=8d633c6e9deeb7ee -C extra-filename=-8d633c6e9deeb7ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1073 | 2024-09-26T19:28:28.821Z | Compiling sync_wrapper v0.1.2 |
1074 | 2024-09-26T19:28:28.824Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=f2299c19075197dd -C extra-filename=-f2299c19075197dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1075 | 2024-09-26T19:28:28.953Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-a37cdbbfdb8c4e7b/build-script-build` |
1076 | 2024-09-26T19:28:29.026Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=b9c90d2cdbb29416 -C extra-filename=-b9c90d2cdbb29416 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-8d633c6e9deeb7ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1077 | 2024-09-26T19:28:29.140Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=48a5df6c8b6eefb1 -C extra-filename=-48a5df6c8b6eefb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-1c634fd0707fc42d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1078 | 2024-09-26T19:28:29.400Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=c9570312e2ae837b -C extra-filename=-c9570312e2ae837b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-cd2c17e0c9d85a6b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1079 | 2024-09-26T19:28:29.558Z | Compiling digest v0.10.7 |
1080 | 2024-09-26T19:28:29.560Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=34cbc3f1b67bf5a4 -C extra-filename=-34cbc3f1b67bf5a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-3cf94d80cbe2178b.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-3a3da486b00e0b1a.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1081 | 2024-09-26T19:28:29.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=c62b95735f2881d2 -C extra-filename=-c62b95735f2881d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1082 | 2024-09-26T19:28:29.958Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec64670619e146a3 -C extra-filename=-ec64670619e146a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-d6ef9e0917726f45.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1083 | 2024-09-26T19:28:30.480Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5927de06341fbdb7 -C extra-filename=-5927de06341fbdb7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2024-09-26T19:28:30.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=447d7c9539f3ce0e -C extra-filename=-447d7c9539f3ce0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1085 | 2024-09-26T19:28:30.757Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=cf4b645a56e55fd5 -C extra-filename=-cf4b645a56e55fd5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-18f24604ac06e18e.so --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2024-09-26T19:28:30.812Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=1e9c8c4cd32d039e -C extra-filename=-1e9c8c4cd32d039e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1087 | 2024-09-26T19:28:30.982Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f0d27fbdadba4ee -C extra-filename=-5f0d27fbdadba4ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1088 | 2024-09-26T19:28:31.072Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af7e11bc13a99825 -C extra-filename=-af7e11bc13a99825 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2024-09-26T19:28:31.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=97bfc64068a4bfad -C extra-filename=-97bfc64068a4bfad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2024-09-26T19:28:31.308Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b795c760b7d3970 -C extra-filename=-4b795c760b7d3970 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1091 | 2024-09-26T19:28:31.351Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ce7027b9d06dc8c -C extra-filename=-9ce7027b9d06dc8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1092 | 2024-09-26T19:28:31.381Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2b9ebca9dcb0a4c -C extra-filename=-e2b9ebca9dcb0a4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1093 | 2024-09-26T19:28:31.446Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=7d85c58d434c15d5 -C extra-filename=-7d85c58d434c15d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5f0d27fbdadba4ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2024-09-26T19:28:31.511Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=cd9ae6d8912dc853 -C extra-filename=-cd9ae6d8912dc853 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-9ce7027b9d06dc8c.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-cf4b645a56e55fd5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1095 | 2024-09-26T19:28:31.556Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=3a741a196687a189 -C extra-filename=-3a741a196687a189 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-b9c90d2cdbb29416.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-af7e11bc13a99825.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-4b795c760b7d3970.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-8d633c6e9deeb7ee.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-e2b9ebca9dcb0a4c.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --cap-lints allow '-Wclippy::unused-async'` |
1096 | 2024-09-26T19:28:31.694Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=20f311e1f52f14c9 -C extra-filename=-20f311e1f52f14c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-1c634fd0707fc42d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-48a5df6c8b6eefb1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1097 | 2024-09-26T19:28:31.981Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c93d1d63434c201 -C extra-filename=-4c93d1d63434c201 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-97bfc64068a4bfad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1098 | 2024-09-26T19:28:32.005Z | Compiling num-integer v0.1.46 |
1099 | 2024-09-26T19:28:32.008Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f175f0b20d46995d -C extra-filename=-f175f0b20d46995d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1100 | 2024-09-26T19:28:32.160Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1101 | 2024-09-26T19:28:32.163Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6909ac5db605fa5 -C extra-filename=-a6909ac5db605fa5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-60e49cd104b8ae25.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2024-09-26T19:28:32.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4d8798ffd2feed14 -C extra-filename=-4d8798ffd2feed14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1103 | 2024-09-26T19:28:32.448Z | Compiling either v1.9.0 |
1104 | 2024-09-26T19:28:32.450Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=1e84fad8f5f4a9fa -C extra-filename=-1e84fad8f5f4a9fa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1105 | 2024-09-26T19:28:32.751Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=79731c8e98a7939e -C extra-filename=-79731c8e98a7939e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1106 | 2024-09-26T19:28:32.790Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=337ecf9144beab17 -C extra-filename=-337ecf9144beab17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1107 | 2024-09-26T19:28:32.971Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509a604479dfb9a0 -C extra-filename=-509a604479dfb9a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1108 | 2024-09-26T19:28:33.133Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=358cce0c360d0049 -C extra-filename=-358cce0c360d0049 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-c9570312e2ae837b.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-476eddcea69f9239.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-cd2c17e0c9d85a6b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2024-09-26T19:28:33.332Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b3b631a55701f9f -C extra-filename=-3b3b631a55701f9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-c9570312e2ae837b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2024-09-26T19:28:33.559Z | Compiling async-trait v0.1.81 |
1111 | 2024-09-26T19:28:33.561Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ffeb3677f9a0805 -C extra-filename=-2ffeb3677f9a0805 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2024-09-26T19:28:33.747Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=dc7858212c868203 -C extra-filename=-dc7858212c868203 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1113 | 2024-09-26T19:28:33.922Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c2f37d52a4c8e48 -C extra-filename=-8c2f37d52a4c8e48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-7d85c58d434c15d5.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-72d3670df1257c1f.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2024-09-26T19:28:34.366Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=681d29a449d77315 -C extra-filename=-681d29a449d77315 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2024-09-26T19:28:34.481Z | Compiling unsafe-libyaml v0.2.9 |
1116 | 2024-09-26T19:28:34.483Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05fe89a2091eda7d -C extra-filename=-05fe89a2091eda7d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1117 | 2024-09-26T19:28:34.898Z | Compiling utf8parse v0.2.1 |
1118 | 2024-09-26T19:28:34.901Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=f41b2b007495555e -C extra-filename=-f41b2b007495555e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2024-09-26T19:28:35.063Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=dd59e0644594b3be -C extra-filename=-dd59e0644594b3be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-3b3b631a55701f9f.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-358cce0c360d0049.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1120 | 2024-09-26T19:28:35.483Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=31aa827c0b793789 -C extra-filename=-31aa827c0b793789 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2024-09-26T19:28:35.830Z | Compiling serde_yaml v0.9.27 |
1122 | 2024-09-26T19:28:35.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d9447ef6b47965d -C extra-filename=-8d9447ef6b47965d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-7becba1f8f284ac3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-05fe89a2091eda7d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1123 | 2024-09-26T19:28:35.923Z | Compiling clap_derive v4.5.13 |
1124 | 2024-09-26T19:28:35.923Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=39681353976d7f85 -C extra-filename=-39681353976d7f85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2024-09-26T19:28:36.100Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1126 | 2024-09-26T19:28:36.103Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=64846739f3bec7eb -C extra-filename=-64846739f3bec7eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-60e49cd104b8ae25.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-a6909ac5db605fa5.so --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2024-09-26T19:28:36.103Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=da0331d91bda379c -C extra-filename=-da0331d91bda379c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2024-09-26T19:28:36.237Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1129 | 2024-09-26T19:28:36.239Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed68a760cb4a8a54 -C extra-filename=-ed68a760cb4a8a54 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-64846739f3bec7eb.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2024-09-26T19:28:36.307Z | Compiling memmap v0.7.0 |
1131 | 2024-09-26T19:28:36.310Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8804174f8ec89f58 -C extra-filename=-8804174f8ec89f58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2024-09-26T19:28:36.675Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db614cceb08af958 -C extra-filename=-db614cceb08af958 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1133 | 2024-09-26T19:28:36.828Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=04901e6bb11eca0f -C extra-filename=-04901e6bb11eca0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1134 | 2024-09-26T19:28:36.987Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=40d3f61f424b1023 -C extra-filename=-40d3f61f424b1023 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2024-09-26T19:28:37.052Z | Compiling siphasher v0.3.11 |
1136 | 2024-09-26T19:28:37.055Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=6512936757a52b67 -C extra-filename=-6512936757a52b67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2024-09-26T19:28:37.152Z | Compiling anstyle-parse v0.2.2 |
1138 | 2024-09-26T19:28:37.155Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=34d23391807bd373 -C extra-filename=-34d23391807bd373 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-40d3f61f424b1023.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1139 | 2024-09-26T19:28:37.227Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=53cce98a606842bf -C extra-filename=-53cce98a606842bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-cd9ae6d8912dc853.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-79731c8e98a7939e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1140 | 2024-09-26T19:28:37.433Z | Compiling phf_shared v0.11.2 |
1141 | 2024-09-26T19:28:37.435Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a088c2fb2ed6704a -C extra-filename=-a088c2fb2ed6704a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-6512936757a52b67.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2024-09-26T19:28:37.463Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=b49cda4bd984ae07 -C extra-filename=-b49cda4bd984ae07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-544005aa0b7947b7.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-04901e6bb11eca0f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1143 | 2024-09-26T19:28:37.799Z | Compiling usdt v0.5.0 |
1144 | 2024-09-26T19:28:37.802Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=dc2d8e4b61d25561 -C extra-filename=-dc2d8e4b61d25561 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-3af4b7e6fc741851.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-1cbca6fdd58fe0b9.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-d40160086fbd7f0f.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-db614cceb08af958.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-9362b57e9adcf612.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-2c6194b1d0cfe71b.so --cap-lints allow '-Wclippy::unused-async'` |
1145 | 2024-09-26T19:28:38.243Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=c639d535518a4961 -C extra-filename=-c639d535518a4961 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-53cce98a606842bf.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-8c2f37d52a4c8e48.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-681d29a449d77315.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1146 | 2024-09-26T19:28:39.406Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=61cafdf45ca80d01 -C extra-filename=-61cafdf45ca80d01 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-53cce98a606842bf.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-8c2f37d52a4c8e48.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-cd9ae6d8912dc853.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-8804174f8ec89f58.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-9362b57e9adcf612.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-c639d535518a4961.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-2c6194b1d0cfe71b.so --cap-lints allow '-Wclippy::unused-async'` |
1147 | 2024-09-26T19:28:39.428Z | Compiling toml_edit v0.19.15 |
1148 | 2024-09-26T19:28:39.430Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=90057d0b8b6d0ea4 -C extra-filename=-90057d0b8b6d0ea4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1149 | 2024-09-26T19:28:39.534Z | Compiling hex v0.4.3 |
1150 | 2024-09-26T19:28:39.537Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=025def26417f2b88 -C extra-filename=-025def26417f2b88 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1151 | 2024-09-26T19:28:39.898Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8d4a93b800bcd352 -C extra-filename=-8d4a93b800bcd352 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1152 | 2024-09-26T19:28:39.934Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a89d2f8e2c91e58b -C extra-filename=-a89d2f8e2c91e58b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1153 | 2024-09-26T19:28:40.129Z | Compiling anstyle v1.0.8 |
1154 | 2024-09-26T19:28:40.132Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2e05bcb9fabbd0a1 -C extra-filename=-2e05bcb9fabbd0a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2024-09-26T19:28:40.335Z | Compiling colorchoice v1.0.0 |
1156 | 2024-09-26T19:28:40.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=385ca116747f4276 -C extra-filename=-385ca116747f4276 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2024-09-26T19:28:40.459Z | Compiling anstyle-query v1.0.0 |
1158 | 2024-09-26T19:28:40.463Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae2d757481e90a17 -C extra-filename=-ae2d757481e90a17 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2024-09-26T19:28:40.481Z | Compiling terminal_size v0.3.0 |
1160 | 2024-09-26T19:28:40.501Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b9c55bb13983564 -C extra-filename=-6b9c55bb13983564 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-b49cda4bd984ae07.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1161 | 2024-09-26T19:28:40.536Z | Compiling num-iter v0.1.45 |
1162 | 2024-09-26T19:28:40.567Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a82a955885cb119e -C extra-filename=-a82a955885cb119e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1163 | 2024-09-26T19:28:40.626Z | Compiling anstream v0.6.12 |
1164 | 2024-09-26T19:28:40.629Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=377357b116a1d6f5 -C extra-filename=-377357b116a1d6f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-2e05bcb9fabbd0a1.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-34d23391807bd373.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-ae2d757481e90a17.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-385ca116747f4276.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-40d3f61f424b1023.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1165 | 2024-09-26T19:28:40.649Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=28879fad141b87b7 -C extra-filename=-28879fad141b87b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1166 | 2024-09-26T19:28:40.710Z | Compiling clap_lex v0.7.0 |
1167 | 2024-09-26T19:28:40.713Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d47056cbdc7013e5 -C extra-filename=-d47056cbdc7013e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1168 | 2024-09-26T19:28:40.733Z | Compiling strsim v0.11.0 |
1169 | 2024-09-26T19:28:40.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7577ab637dd5212d -C extra-filename=-7577ab637dd5212d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1170 | 2024-09-26T19:28:40.834Z | Compiling rustls v0.22.4 |
1171 | 2024-09-26T19:28:40.837Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=75d20b888f0e8783 -C extra-filename=-75d20b888f0e8783 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-75d20b888f0e8783 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1172 | 2024-09-26T19:28:40.906Z | Compiling bitflags v1.3.2 |
1173 | 2024-09-26T19:28:40.909Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=31179843bc0058c5 -C extra-filename=-31179843bc0058c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1174 | 2024-09-26T19:28:41.011Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=6be58fb983902bc2 -C extra-filename=-6be58fb983902bc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-f41b2b007495555e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2024-09-26T19:28:41.170Z | Compiling clap_builder v4.5.15 |
1176 | 2024-09-26T19:28:41.173Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=3386e1e7c4c3efe5 -C extra-filename=-3386e1e7c4c3efe5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-377357b116a1d6f5.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-2e05bcb9fabbd0a1.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-d47056cbdc7013e5.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-7577ab637dd5212d.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-6b9c55bb13983564.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1177 | 2024-09-26T19:28:41.193Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a0bf74121d76c6b -C extra-filename=-8a0bf74121d76c6b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1178 | 2024-09-26T19:28:41.282Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1a73948b4d717e29 -C extra-filename=-1a73948b4d717e29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1179 | 2024-09-26T19:28:41.348Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2620f814ee25875 -C extra-filename=-d2620f814ee25875 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2024-09-26T19:28:41.372Z | Compiling paste v1.0.15 |
1181 | 2024-09-26T19:28:41.415Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30c987928378ba5d -C extra-filename=-30c987928378ba5d --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-30c987928378ba5d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2024-09-26T19:28:41.481Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72d305428cc87afe -C extra-filename=-72d305428cc87afe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2024-09-26T19:28:41.544Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=85e9289c02367ea0 -C extra-filename=-85e9289c02367ea0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1184 | 2024-09-26T19:28:41.798Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=bf451ddd96c1d6b2 -C extra-filename=-bf451ddd96c1d6b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-1a73948b4d717e29.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-6be58fb983902bc2.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-d2620f814ee25875.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-8a0bf74121d76c6b.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-f41b2b007495555e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1185 | 2024-09-26T19:28:41.798Z | Compiling multer v3.1.0 |
1186 | 2024-09-26T19:28:41.798Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=3694b63bd4f99c01 -C extra-filename=-3694b63bd4f99c01 --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-3694b63bd4f99c01 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2024-09-26T19:28:41.871Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-30c987928378ba5d/build-script-build` |
1188 | 2024-09-26T19:28:41.942Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b180f3730e51b4d4 -C extra-filename=-b180f3730e51b4d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1189 | 2024-09-26T19:28:42.068Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a57ca1b0a04b2947 -C extra-filename=-a57ca1b0a04b2947 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1190 | 2024-09-26T19:28:42.448Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a79d3c7a667181b1 -C extra-filename=-a79d3c7a667181b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1191 | 2024-09-26T19:28:42.518Z | Compiling slog-async v2.8.0 |
1192 | 2024-09-26T19:28:42.521Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9c638a970da1e31f -C extra-filename=-9c638a970da1e31f --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-9c638a970da1e31f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1193 | 2024-09-26T19:28:42.652Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-3694b63bd4f99c01/build-script-build` |
1194 | 2024-09-26T19:28:42.720Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f576774419083bbd -C extra-filename=-f576774419083bbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
1195 | 2024-09-26T19:28:42.796Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d7e315159e2e7593 -C extra-filename=-d7e315159e2e7593 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-bf451ddd96c1d6b2.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-1a73948b4d717e29.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-a57ca1b0a04b2947.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-a79d3c7a667181b1.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-72d305428cc87afe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1196 | 2024-09-26T19:28:42.923Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1197 | 2024-09-26T19:28:42.928Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de78a183672117b0 -C extra-filename=-de78a183672117b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-ed68a760cb4a8a54.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-8d9447ef6b47965d.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2024-09-26T19:28:43.042Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-9c638a970da1e31f/build-script-build` |
1199 | 2024-09-26T19:28:43.111Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6dda1d3221966d25 -C extra-filename=-6dda1d3221966d25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-f21f2071434b2ca6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-608eb497a4d963af.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1200 | 2024-09-26T19:28:43.487Z | Compiling async-stream-impl v0.3.5 |
1201 | 2024-09-26T19:28:43.508Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68a584f0f13e0064 -C extra-filename=-68a584f0f13e0064 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1202 | 2024-09-26T19:28:44.019Z | Compiling arrayvec v0.7.4 |
1203 | 2024-09-26T19:28:44.031Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=3a0d14ff8fd78eeb -C extra-filename=-3a0d14ff8fd78eeb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1204 | 2024-09-26T19:28:44.261Z | Compiling omicron-workspace-hack v0.1.0 |
1205 | 2024-09-26T19:28:44.264Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1a56850cbaeb124 -C extra-filename=-c1a56850cbaeb124 --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-c1a56850cbaeb124 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1206 | 2024-09-26T19:28:44.315Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=94b712dd026fc7ff -C extra-filename=-94b712dd026fc7ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1207 | 2024-09-26T19:28:44.590Z | Compiling cpufeatures v0.2.12 |
1208 | 2024-09-26T19:28:44.593Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2221cc2089773c6e -C extra-filename=-2221cc2089773c6e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2024-09-26T19:28:44.683Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-c1a56850cbaeb124/build-script-build` |
1210 | 2024-09-26T19:28:44.687Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=1ec4e01cb3162e7a -C extra-filename=-1ec4e01cb3162e7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-94b712dd026fc7ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2024-09-26T19:28:44.729Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1212 | 2024-09-26T19:28:44.733Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed6e11405d046a01 -C extra-filename=-ed6e11405d046a01 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-ed6e11405d046a01 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1213 | 2024-09-26T19:28:44.850Z | Compiling clap v4.5.16 |
1214 | 2024-09-26T19:28:44.856Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5ccfc46191938eab -C extra-filename=-5ccfc46191938eab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-3386e1e7c4c3efe5.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-39681353976d7f85.so --cap-lints allow '-Wclippy::unused-async'` |
1215 | 2024-09-26T19:28:44.962Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=b646389c7b21e4e7 -C extra-filename=-b646389c7b21e4e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1216 | 2024-09-26T19:28:45.071Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-ed6e11405d046a01/build-script-build` |
1217 | 2024-09-26T19:28:45.092Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1218 | 2024-09-26T19:28:45.097Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6725f3a1229f2cf -C extra-filename=-f6725f3a1229f2cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-6a0b17409d420a0b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1219 | 2024-09-26T19:28:45.133Z | Compiling ident_case v1.0.1 |
1220 | 2024-09-26T19:28:45.136Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb9deb5b8404827e -C extra-filename=-bb9deb5b8404827e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1221 | 2024-09-26T19:28:45.312Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c90ad455639612d -C extra-filename=-0c90ad455639612d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-b180f3730e51b4d4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-85e9289c02367ea0.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1222 | 2024-09-26T19:28:46.420Z | Compiling strsim v0.10.0 |
1223 | 2024-09-26T19:28:46.439Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5495b361815d7932 -C extra-filename=-5495b361815d7932 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1224 | 2024-09-26T19:28:46.851Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=f03f69b6ba8fd8b4 -C extra-filename=-f03f69b6ba8fd8b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-d7e315159e2e7593.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-39681353976d7f85.so --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2024-09-26T19:28:46.916Z | Compiling darling_core v0.20.3 |
1226 | 2024-09-26T19:28:46.919Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=d051d2a8ab3a537d -C extra-filename=-d051d2a8ab3a537d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-bb9deb5b8404827e.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-5495b361815d7932.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2024-09-26T19:28:46.974Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=8e48c0c8050fa647 -C extra-filename=-8e48c0c8050fa647 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)'` |
1228 | 2024-09-26T19:28:48.212Z | Compiling strum_macros v0.26.4 |
1229 | 2024-09-26T19:28:48.218Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e03d4bfb3809e6 -C extra-filename=-50e03d4bfb3809e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1230 | 2024-09-26T19:28:48.787Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/e1ef79f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=17ef35147abad95f -C extra-filename=-17ef35147abad95f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-0c90ad455639612d.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-a6909ac5db605fa5.so --cap-lints allow '-Wclippy::unused-async'` |
1231 | 2024-09-26T19:28:48.845Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=ecebb2dcedbe009b -C extra-filename=-ecebb2dcedbe009b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-b646389c7b21e4e7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1232 | 2024-09-26T19:28:48.922Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25664cd2b8057c18 -C extra-filename=-25664cd2b8057c18 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-b180f3730e51b4d4.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-c62b95735f2881d2.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-17ef35147abad95f.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-45615699a41d9c4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2024-09-26T19:28:48.944Z | Compiling crossbeam-channel v0.5.13 |
1234 | 2024-09-26T19:28:48.946Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4aeb3709796b9f08 -C extra-filename=-4aeb3709796b9f08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1235 | 2024-09-26T19:28:50.087Z | Compiling thread_local v1.1.7 |
1236 | 2024-09-26T19:28:50.090Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f782d929d261812d -C extra-filename=-f782d929d261812d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1237 | 2024-09-26T19:28:50.741Z | Compiling winnow v0.6.18 |
1238 | 2024-09-26T19:28:50.744Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c096be8fe8e3a0d9 -C extra-filename=-c096be8fe8e3a0d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1239 | 2024-09-26T19:28:52.038Z | Compiling match_cfg v0.1.0 |
1240 | 2024-09-26T19:28:52.124Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=79afc1ba9a9a5d3a -C extra-filename=-79afc1ba9a9a5d3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1241 | 2024-09-26T19:28:52.138Z | Compiling rustls-pki-types v1.3.1 |
1242 | 2024-09-26T19:28:52.141Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=34da5ba4f2a26719 -C extra-filename=-34da5ba4f2a26719 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2024-09-26T19:28:52.664Z | Compiling hostname v0.3.1 |
1244 | 2024-09-26T19:28:52.667Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7d0698620f3137ca -C extra-filename=-7d0698620f3137ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-79afc1ba9a9a5d3a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1245 | 2024-09-26T19:28:52.684Z | Compiling darling_macro v0.20.3 |
1246 | 2024-09-26T19:28:52.687Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f58df2f64e16f2f9 -C extra-filename=-f58df2f64e16f2f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-d051d2a8ab3a537d.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1247 | 2024-09-26T19:28:52.939Z | Compiling futures v0.3.30 |
1248 | 2024-09-26T19:28:52.942Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=91aae26da5b3498f -C extra-filename=-91aae26da5b3498f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f1041fcc40110f4c.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-47d418254e6f0b64.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2024-09-26T19:28:52.978Z | Compiling dirs-sys-next v0.1.2 |
1250 | 2024-09-26T19:28:52.981Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be4ef8d1a47dca2a -C extra-filename=-be4ef8d1a47dca2a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1251 | 2024-09-26T19:28:53.059Z | Compiling zeroize v1.7.0 |
1252 | 2024-09-26T19:28:53.062Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=0616ca7d7ca74d2f -C extra-filename=-0616ca7d7ca74d2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1253 | 2024-09-26T19:28:53.407Z | Compiling syn v1.0.109 |
1254 | 2024-09-26T19:28:53.409Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=52b7922747114a80 -C extra-filename=-52b7922747114a80 --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-52b7922747114a80 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1255 | 2024-09-26T19:28:53.670Z | Compiling base64 v0.22.1 |
1256 | 2024-09-26T19:28:53.673Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=09a04b980b3df7cf -C extra-filename=-09a04b980b3df7cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1257 | 2024-09-26T19:28:53.712Z | Compiling darling v0.20.3 |
1258 | 2024-09-26T19:28:53.714Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=72701aa78c2a53b9 -C extra-filename=-72701aa78c2a53b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-d051d2a8ab3a537d.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-f58df2f64e16f2f9.so --cap-lints allow '-Wclippy::unused-async'` |
1259 | 2024-09-26T19:28:53.824Z | Compiling dirs-next v2.0.0 |
1260 | 2024-09-26T19:28:53.827Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e581610a0174e399 -C extra-filename=-e581610a0174e399 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-be4ef8d1a47dca2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1261 | 2024-09-26T19:28:54.014Z | Compiling structmeta-derive v0.3.0 |
1262 | 2024-09-26T19:28:54.016Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7af61468aa8f7f5a -C extra-filename=-7af61468aa8f7f5a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1263 | 2024-09-26T19:28:54.036Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-52b7922747114a80/build-script-build` |
1264 | 2024-09-26T19:28:54.105Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=8a523317d79d8796 -C extra-filename=-8a523317d79d8796 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-e02ee864f9fbace9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1265 | 2024-09-26T19:28:54.478Z | Compiling toml_edit v0.22.20 |
1266 | 2024-09-26T19:28:54.481Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=d54b4c719c2c16eb -C extra-filename=-d54b4c719c2c16eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1267 | 2024-09-26T19:28:54.600Z | Compiling term v0.7.0 |
1268 | 2024-09-26T19:28:54.603Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=580d2db5f7c9ef74 -C extra-filename=-580d2db5f7c9ef74 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-e581610a0174e399.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1269 | 2024-09-26T19:28:56.321Z | Compiling serde_with_macros v3.9.0 |
1270 | 2024-09-26T19:28:56.324Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=a8c0cfecf0716bc6 -C extra-filename=-a8c0cfecf0716bc6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-72701aa78c2a53b9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2024-09-26T19:28:56.797Z | Compiling structmeta v0.3.0 |
1272 | 2024-09-26T19:28:56.799Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d283c10b2fad7511 -C extra-filename=-d283c10b2fad7511 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-7af61468aa8f7f5a.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2024-09-26T19:28:56.823Z | Compiling slog-json v2.6.1 |
1274 | 2024-09-26T19:28:56.829Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=cf800494ed39d6d2 -C extra-filename=-cf800494ed39d6d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1275 | 2024-09-26T19:28:57.184Z | Compiling http v1.1.0 |
1276 | 2024-09-26T19:28:57.187Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efa53045bc181ff7 -C extra-filename=-efa53045bc181ff7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1277 | 2024-09-26T19:28:57.205Z | Compiling is-terminal v0.4.12 |
1278 | 2024-09-26T19:28:57.231Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44e40a77d4e9d97e -C extra-filename=-44e40a77d4e9d97e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1279 | 2024-09-26T19:28:57.324Z | Compiling atomic-waker v1.1.2 |
1280 | 2024-09-26T19:28:57.327Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=f25be89d1b1e7e4a -C extra-filename=-f25be89d1b1e7e4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1281 | 2024-09-26T19:28:57.511Z | Compiling take_mut v0.2.2 |
1282 | 2024-09-26T19:28:57.514Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63d1062a6e6b4362 -C extra-filename=-63d1062a6e6b4362 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1283 | 2024-09-26T19:28:57.665Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d24dd2a7468f768c -C extra-filename=-d24dd2a7468f768c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-4aeb3709796b9f08.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-63d1062a6e6b4362.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1284 | 2024-09-26T19:28:57.803Z | Compiling toml v0.8.19 |
1285 | 2024-09-26T19:28:57.805Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=ff52f7d13b3e255c -C extra-filename=-ff52f7d13b3e255c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-d54b4c719c2c16eb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1286 | 2024-09-26T19:28:58.500Z | Compiling waitgroup v0.1.2 |
1287 | 2024-09-26T19:28:58.502Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d925eb7284a515 -C extra-filename=-24d925eb7284a515 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-f25be89d1b1e7e4a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1288 | 2024-09-26T19:28:58.721Z | Compiling slog-term v2.9.1 |
1289 | 2024-09-26T19:28:58.723Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=3252342b8f488e84 -C extra-filename=-3252342b8f488e84 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-44e40a77d4e9d97e.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-580d2db5f7c9ef74.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1290 | 2024-09-26T19:28:58.914Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=0f80d5365e99edc7 -C extra-filename=-0f80d5365e99edc7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-d48dc2322585fb49.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-efa53045bc181ff7.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-0ab6943c827cc527.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1291 | 2024-09-26T19:28:58.950Z | Compiling parse-display-derive v0.10.0 |
1292 | 2024-09-26T19:28:58.952Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6104cb3101b0bd9a -C extra-filename=-6104cb3101b0bd9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-d283c10b2fad7511.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1293 | 2024-09-26T19:28:59.496Z | Compiling slog-bunyan v2.5.0 |
1294 | 2024-09-26T19:28:59.498Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=5c45cf022a8479ad -C extra-filename=-5c45cf022a8479ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-7d0698620f3137ca.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-cf800494ed39d6d2.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1295 | 2024-09-26T19:28:59.716Z | Compiling rustls-pemfile v2.1.2 |
1296 | 2024-09-26T19:28:59.718Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c6208ac7fb266358 -C extra-filename=-c6208ac7fb266358 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1297 | 2024-09-26T19:28:59.866Z | Compiling async-stream v0.3.5 |
1298 | 2024-09-26T19:28:59.882Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1487b5b351007104 -C extra-filename=-1487b5b351007104 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-68a584f0f13e0064.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2024-09-26T19:28:59.888Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00e86181a036fb8b -C extra-filename=-00e86181a036fb8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1300 | 2024-09-26T19:28:59.993Z | Compiling sha1 v0.10.6 |
1301 | 2024-09-26T19:28:59.996Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=210aaa6b632bf847 -C extra-filename=-210aaa6b632bf847 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1302 | 2024-09-26T19:29:00.084Z | Compiling ipnetwork v0.20.0 |
1303 | 2024-09-26T19:29:00.086Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=495e2fc5efead5a8 -C extra-filename=-495e2fc5efead5a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1304 | 2024-09-26T19:29:00.193Z | Compiling serde_path_to_error v0.1.16 |
1305 | 2024-09-26T19:29:00.196Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=739a70b854eddc3a -C extra-filename=-739a70b854eddc3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1306 | 2024-09-26T19:29:00.215Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1307 | 2024-09-26T19:29:00.217Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=dbf6f79dfce57c34 -C extra-filename=-dbf6f79dfce57c34 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1308 | 2024-09-26T19:29:00.449Z | Compiling hostname v0.4.0 |
1309 | 2024-09-26T19:29:00.454Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=009c93eb751b73f6 -C extra-filename=-009c93eb751b73f6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1310 | 2024-09-26T19:29:00.777Z | Compiling debug-ignore v1.0.5 |
1311 | 2024-09-26T19:29:00.780Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a8c9470c7b1de11d -C extra-filename=-a8c9470c7b1de11d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1312 | 2024-09-26T19:29:00.926Z | Compiling lazy_static v1.5.0 |
1313 | 2024-09-26T19:29:00.930Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=f5a2b5126583a8ab -C extra-filename=-f5a2b5126583a8ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1314 | 2024-09-26T19:29:01.068Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1315 | 2024-09-26T19:29:01.071Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=970f40ba1a967fdd -C extra-filename=-970f40ba1a967fdd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1316 | 2024-09-26T19:29:01.140Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5469f43eae309375 -C extra-filename=-5469f43eae309375 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1317 | 2024-09-26T19:29:01.140Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b598b9a93384beaf -C extra-filename=-b598b9a93384beaf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)'` |
1318 | 2024-09-26T19:29:01.143Z | Compiling strum v0.26.3 |
1319 | 2024-09-26T19:29:01.146Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=d83d938c46fc1401 -C extra-filename=-d83d938c46fc1401 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2024-09-26T19:29:01.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=004ee70242088362 -C extra-filename=-004ee70242088362 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1321 | 2024-09-26T19:29:01.332Z | Compiling unicode-width v0.1.11 |
1322 | 2024-09-26T19:29:01.334Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=b88cf4f2350a0edc -C extra-filename=-b88cf4f2350a0edc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1323 | 2024-09-26T19:29:01.488Z | Compiling fastrand v2.0.1 |
1324 | 2024-09-26T19:29:01.491Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=d61b2fca3dcbf228 -C extra-filename=-d61b2fca3dcbf228 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1325 | 2024-09-26T19:29:01.861Z | Compiling tempfile v3.8.1 |
1326 | 2024-09-26T19:29:01.864Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d3ac3d9914dc6a04 -C extra-filename=-d3ac3d9914dc6a04 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-d61b2fca3dcbf228.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2024-09-26T19:29:01.963Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1328 | 2024-09-26T19:29:01.966Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=f8506935fd7750cf -C extra-filename=-f8506935fd7750cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2024-09-26T19:29:02.001Z | Compiling heck v0.4.1 |
1330 | 2024-09-26T19:29:02.021Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=1d265731c4d0d3ae -C extra-filename=-1d265731c4d0d3ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2024-09-26T19:29:02.087Z | Compiling serde_with v3.9.0 |
1332 | 2024-09-26T19:29:02.092Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=fac7689c7e7a4f02 -C extra-filename=-fac7689c7e7a4f02 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-a8c0cfecf0716bc6.so --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2024-09-26T19:29:02.436Z | Compiling newtype-uuid v1.1.0 |
1334 | 2024-09-26T19:29:02.440Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=b4f5112309815178 -C extra-filename=-b4f5112309815178 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2024-09-26T19:29:02.683Z | Compiling libz-sys v1.1.12 |
1336 | 2024-09-26T19:29:02.685Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=487d61b100eb068f -C extra-filename=-487d61b100eb068f --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-487d61b100eb068f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
1337 | 2024-09-26T19:29:02.706Z | Compiling instant v0.1.12 |
1338 | 2024-09-26T19:29:02.708Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=929ef5451945c527 -C extra-filename=-929ef5451945c527 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1339 | 2024-09-26T19:29:02.741Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1340 | 2024-09-26T19:29:02.744Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=89a4e4ec7affe1fe -C extra-filename=-89a4e4ec7affe1fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-b4f5112309815178.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1341 | 2024-09-26T19:29:02.849Z | Compiling backoff v0.4.0 |
1342 | 2024-09-26T19:29:02.850Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4ed2ecffa01a05c0 -C extra-filename=-4ed2ecffa01a05c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-929ef5451945c527.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1343 | 2024-09-26T19:29:02.872Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1344 | 2024-09-26T19:29:02.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=b76adf38fbbdfba1 -C extra-filename=-b76adf38fbbdfba1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-dbf6f79dfce57c34.so --cap-lints allow '-Wclippy::unused-async'` |
1345 | 2024-09-26T19:29:02.978Z | Compiling parse-display v0.10.0 |
1346 | 2024-09-26T19:29:02.981Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=ae2d7652fed95771 -C extra-filename=-ae2d7652fed95771 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-6104cb3101b0bd9a.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1347 | 2024-09-26T19:29:03.039Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1348 | 2024-09-26T19:29:03.042Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df56e11bc36b57c3 -C extra-filename=-df56e11bc36b57c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1349 | 2024-09-26T19:29:03.061Z | Compiling macaddr v1.0.1 |
1350 | 2024-09-26T19:29:03.061Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=76906f6bfe097003 -C extra-filename=-76906f6bfe097003 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1351 | 2024-09-26T19:29:03.191Z | Compiling regress v0.9.1 |
1352 | 2024-09-26T19:29:03.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=4c13b4b85ffd0cab -C extra-filename=-4c13b4b85ffd0cab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1353 | 2024-09-26T19:29:03.214Z | Compiling heapless v0.8.0 |
1354 | 2024-09-26T19:29:03.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=4a13c8ebc0b74093 -C extra-filename=-4a13c8ebc0b74093 --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-4a13c8ebc0b74093 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2024-09-26T19:29:03.282Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-487d61b100eb068f/build-script-build` |
1356 | 2024-09-26T19:29:03.321Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1357 | 2024-09-26T19:29:03.323Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=218c8e446f515b06 -C extra-filename=-218c8e446f515b06 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-218c8e446f515b06 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --cap-lints allow '-Wclippy::unused-async'` |
1358 | 2024-09-26T19:29:03.534Z | Compiling hash32 v0.3.1 |
1359 | 2024-09-26T19:29:03.537Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8934e65d7fa07d71 -C extra-filename=-8934e65d7fa07d71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1360 | 2024-09-26T19:29:03.692Z | Compiling static_assertions v1.1.0 |
1361 | 2024-09-26T19:29:03.695Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=64f71b103e003b8c -C extra-filename=-64f71b103e003b8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1362 | 2024-09-26T19:29:03.770Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-4a13c8ebc0b74093/build-script-build` |
1363 | 2024-09-26T19:29:03.793Z | Compiling stable_deref_trait v1.2.0 |
1364 | 2024-09-26T19:29:03.795Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c1385d4072647026 -C extra-filename=-c1385d4072647026 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1365 | 2024-09-26T19:29:03.795Z | Compiling smoltcp v0.11.0 |
1366 | 2024-09-26T19:29:03.814Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=c7ad655288731eb2 -C extra-filename=-c7ad655288731eb2 --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-c7ad655288731eb2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1367 | 2024-09-26T19:29:03.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1368 | 2024-09-26T19:29:03.909Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cffb2c6f9dbeff9 -C extra-filename=-8cffb2c6f9dbeff9 --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-8cffb2c6f9dbeff9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1369 | 2024-09-26T19:29:04.062Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=b728d4ae733a4fae -C extra-filename=-b728d4ae733a4fae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-8934e65d7fa07d71.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-c1385d4072647026.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2024-09-26T19:29:04.089Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-218c8e446f515b06/build-script-build` |
1371 | 2024-09-26T19:29:04.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=9794eb2a8d88e96d -C extra-filename=-9794eb2a8d88e96d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1372 | 2024-09-26T19:29:04.299Z | Compiling proc-macro-crate v1.3.1 |
1373 | 2024-09-26T19:29:04.302Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df12d9c8ae170e9 -C extra-filename=-1df12d9c8ae170e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-90057d0b8b6d0ea4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1374 | 2024-09-26T19:29:04.323Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-8cffb2c6f9dbeff9/build-script-build` |
1375 | 2024-09-26T19:29:04.353Z | Compiling proc-macro-error-attr v1.0.4 |
1376 | 2024-09-26T19:29:04.356Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f30ab4a9a691dc60 -C extra-filename=-f30ab4a9a691dc60 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-f30ab4a9a691dc60 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1377 | 2024-09-26T19:29:04.475Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-c7ad655288731eb2/build-script-build` |
1378 | 2024-09-26T19:29:04.506Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1379 | 2024-09-26T19:29:04.509Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3c28d52a7bd73c3 -C extra-filename=-a3c28d52a7bd73c3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-a3c28d52a7bd73c3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1380 | 2024-09-26T19:29:04.723Z | Compiling cobs v0.2.3 |
1381 | 2024-09-26T19:29:04.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=dd86891bc7625a45 -C extra-filename=-dd86891bc7625a45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1382 | 2024-09-26T19:29:04.857Z | Compiling managed v0.8.0 |
1383 | 2024-09-26T19:29:04.859Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=6d3bfe7a36bf9d7e -C extra-filename=-6d3bfe7a36bf9d7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1384 | 2024-09-26T19:29:05.040Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=278118eca4993844 -C extra-filename=-278118eca4993844 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1385 | 2024-09-26T19:29:05.131Z | Compiling postcard v1.0.10 |
1386 | 2024-09-26T19:29:05.134Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=a09595416733c14a -C extra-filename=-a09595416733c14a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cobs=/work/oxidecomputer/crucible/target/debug/deps/libcobs-dd86891bc7625a45.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1387 | 2024-09-26T19:29:05.154Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-a3c28d52a7bd73c3/build-script-build` |
1388 | 2024-09-26T19:29:05.185Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-f30ab4a9a691dc60/build-script-build` |
1389 | 2024-09-26T19:29:05.255Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9884df593396f38c -C extra-filename=-9884df593396f38c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-31179843bc0058c5.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-b728d4ae733a4fae.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-6d3bfe7a36bf9d7e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1390 | 2024-09-26T19:29:05.277Z | Compiling vergen v8.3.2 |
1391 | 2024-09-26T19:29:05.280Z | Compiling num_enum_derive v0.5.11 |
1392 | 2024-09-26T19:29:05.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=f9b4511a1a4a015f -C extra-filename=-f9b4511a1a4a015f --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-f9b4511a1a4a015f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --cap-lints allow '-Wclippy::unused-async'` |
1393 | 2024-09-26T19:29:05.280Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=13e2fff507a7b67e -C extra-filename=-13e2fff507a7b67e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-1df12d9c8ae170e9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1394 | 2024-09-26T19:29:05.690Z | Compiling cargo-platform v0.1.8 |
1395 | 2024-09-26T19:29:05.693Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74c7e9e67b6de887 -C extra-filename=-74c7e9e67b6de887 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1396 | 2024-09-26T19:29:05.713Z | Compiling foreign-types-macros v0.2.3 |
1397 | 2024-09-26T19:29:05.715Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=880fe68ac6bfbd42 -C extra-filename=-880fe68ac6bfbd42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1398 | 2024-09-26T19:29:05.854Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e9392671e84fa88 -C extra-filename=-0e9392671e84fa88 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1399 | 2024-09-26T19:29:05.987Z | Compiling memoffset v0.9.0 |
1400 | 2024-09-26T19:29:05.989Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=37fff5851107d335 -C extra-filename=-37fff5851107d335 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-37fff5851107d335 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1401 | 2024-09-26T19:29:06.042Z | Compiling proc-macro-error v1.0.4 |
1402 | 2024-09-26T19:29:06.045Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=7296ad59c57be62f -C extra-filename=-7296ad59c57be62f --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-7296ad59c57be62f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1403 | 2024-09-26T19:29:06.196Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1404 | 2024-09-26T19:29:06.199Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0ea4cd8b30421b68 -C extra-filename=-0ea4cd8b30421b68 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-0ea4cd8b30421b68 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1405 | 2024-09-26T19:29:06.354Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1406 | 2024-09-26T19:29:06.357Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=62ba8982be4f2cf3 -C extra-filename=-62ba8982be4f2cf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2024-09-26T19:29:06.377Z | Compiling foreign-types-shared v0.3.1 |
1408 | 2024-09-26T19:29:06.380Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d5204aaa92ce5f5 -C extra-filename=-2d5204aaa92ce5f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2024-09-26T19:29:06.401Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-7296ad59c57be62f/build-script-build` |
1410 | 2024-09-26T19:29:06.491Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-37fff5851107d335/build-script-build` |
1411 | 2024-09-26T19:29:06.535Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5cc41a2502607a1 -C extra-filename=-c5cc41a2502607a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-0e9392671e84fa88.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1412 | 2024-09-26T19:29:06.542Z | Compiling cargo_metadata v0.18.1 |
1413 | 2024-09-26T19:29:06.542Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=327db6fe11e0ec60 -C extra-filename=-327db6fe11e0ec60 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-b598b9a93384beaf.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-74c7e9e67b6de887.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1414 | 2024-09-26T19:29:06.565Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-0ea4cd8b30421b68/build-script-build` |
1415 | 2024-09-26T19:29:06.620Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f9b4511a1a4a015f/build-script-build` |
1416 | 2024-09-26T19:29:06.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1417 | 2024-09-26T19:29:06.639Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34be2805a844bfbd -C extra-filename=-34be2805a844bfbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1418 | 2024-09-26T19:29:06.687Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5f1088b09246e67 -C extra-filename=-e5f1088b09246e67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1419 | 2024-09-26T19:29:06.692Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8291c361864835af -C extra-filename=-8291c361864835af --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1420 | 2024-09-26T19:29:06.859Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fce6d75d2c703f6 -C extra-filename=-8fce6d75d2c703f6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l nvpair -l zfs` |
1421 | 2024-09-26T19:29:07.036Z | Compiling tabwriter v1.4.0 |
1422 | 2024-09-26T19:29:07.039Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=11d02ec7f8112dc7 -C extra-filename=-11d02ec7f8112dc7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1423 | 2024-09-26T19:29:07.056Z | Compiling foreign-types v0.5.0 |
1424 | 2024-09-26T19:29:07.056Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=63239ab930dbb8db -C extra-filename=-63239ab930dbb8db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_macros-880fe68ac6bfbd42.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-2d5204aaa92ce5f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1425 | 2024-09-26T19:29:07.164Z | Compiling rustc_version v0.4.0 |
1426 | 2024-09-26T19:29:07.166Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac0f5f906c75647b -C extra-filename=-ac0f5f906c75647b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2024-09-26T19:29:07.482Z | Compiling num-derive v0.4.2 |
1428 | 2024-09-26T19:29:07.484Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5abadb1468d043b -C extra-filename=-e5abadb1468d043b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2024-09-26T19:29:07.554Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1430 | 2024-09-26T19:29:07.557Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=620675a3eb3ec265 -C extra-filename=-620675a3eb3ec265 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2024-09-26T19:29:07.616Z | Compiling libsqlite3-sys v0.30.1 |
1432 | 2024-09-26T19:29:07.619Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=40cf2826e0da77d3 -C extra-filename=-40cf2826e0da77d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-40cf2826e0da77d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-64f1e4c2ca1de466.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-55a3f0c2a0c3605e.rlib --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2024-09-26T19:29:07.667Z | Compiling num_enum v0.5.11 |
1434 | 2024-09-26T19:29:07.670Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=278d3fd5a381723e -C extra-filename=-278d3fd5a381723e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-13e2fff507a7b67e.so --cap-lints allow '-Wclippy::unused-async'` |
1435 | 2024-09-26T19:29:07.751Z | Compiling cstr-argument v0.1.2 |
1436 | 2024-09-26T19:29:07.762Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a17f2d8be87e8025 -C extra-filename=-a17f2d8be87e8025 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1437 | 2024-09-26T19:29:07.830Z | Compiling crossbeam-epoch v0.9.15 |
1438 | 2024-09-26T19:29:07.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=127ccd9175f3c3aa -C extra-filename=-127ccd9175f3c3aa --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-127ccd9175f3c3aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1439 | 2024-09-26T19:29:08.021Z | Compiling slog-dtrace v0.3.0 |
1440 | 2024-09-26T19:29:08.024Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed3724460db49851 -C extra-filename=-ed3724460db49851 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-ed3724460db49851 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1441 | 2024-09-26T19:29:08.153Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ce04e30e105308c9 -C extra-filename=-ce04e30e105308c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1442 | 2024-09-26T19:29:08.311Z | Compiling cfg_aliases v0.2.1 |
1443 | 2024-09-26T19:29:08.314Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=696081b2883583df -C extra-filename=-696081b2883583df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1444 | 2024-09-26T19:29:08.371Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=a869f70d1bd203ba -C extra-filename=-a869f70d1bd203ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1445 | 2024-09-26T19:29:08.409Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1446 | 2024-09-26T19:29:08.411Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1c30bacf89f4122 -C extra-filename=-c1c30bacf89f4122 --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-c1c30bacf89f4122 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1447 | 2024-09-26T19:29:08.429Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=aa4c16098fb2139a -C extra-filename=-aa4c16098fb2139a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1448 | 2024-09-26T19:29:08.467Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1449 | 2024-09-26T19:29:08.471Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=e2d80f1b7e086f9c -C extra-filename=-e2d80f1b7e086f9c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-62ba8982be4f2cf3.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1450 | 2024-09-26T19:29:08.497Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=385f4c6a82c75c97 -C extra-filename=-385f4c6a82c75c97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1451 | 2024-09-26T19:29:08.610Z | Compiling pretty-hex v0.2.1 |
1452 | 2024-09-26T19:29:08.617Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3853098c66c68012 -C extra-filename=-3853098c66c68012 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1453 | 2024-09-26T19:29:08.742Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-c1c30bacf89f4122/build-script-build` |
1454 | 2024-09-26T19:29:08.770Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1455 | 2024-09-26T19:29:08.773Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96e6ae0a5e067ae1 -C extra-filename=-96e6ae0a5e067ae1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-8291c361864835af.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-278d3fd5a381723e.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-3853098c66c68012.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1456 | 2024-09-26T19:29:08.793Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f4427b87e04d31f0 -C extra-filename=-f4427b87e04d31f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-a869f70d1bd203ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1457 | 2024-09-26T19:29:08.814Z | Compiling nix v0.29.0 |
1458 | 2024-09-26T19:29:08.817Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=41ac83512afb7093 -C extra-filename=-41ac83512afb7093 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-41ac83512afb7093 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-696081b2883583df.rlib --cap-lints allow '-Wclippy::unused-async'` |
1459 | 2024-09-26T19:29:09.025Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-ed3724460db49851/build-script-build` |
1460 | 2024-09-26T19:29:09.098Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-127ccd9175f3c3aa/build-script-build` |
1461 | 2024-09-26T19:29:09.158Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-40cf2826e0da77d3/build-script-build` |
1462 | 2024-09-26T19:29:09.232Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1463 | 2024-09-26T19:29:09.236Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b108834cb22fa201 -C extra-filename=-b108834cb22fa201 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cstr_argument=/work/oxidecomputer/crucible/target/debug/deps/libcstr_argument-a17f2d8be87e8025.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-63239ab930dbb8db.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1464 | 2024-09-26T19:29:09.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1465 | 2024-09-26T19:29:09.259Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d8bcb8003f9ff5a -C extra-filename=-8d8bcb8003f9ff5a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-34be2805a844bfbd.so --cap-lints allow '-Wclippy::unused-async'` |
1466 | 2024-09-26T19:29:09.425Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=aef3d7e13194638d -C extra-filename=-aef3d7e13194638d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error_attr-e5f1088b09246e67.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1467 | 2024-09-26T19:29:09.710Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=bac470ff4f7bacb8 -C extra-filename=-bac470ff4f7bacb8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1468 | 2024-09-26T19:29:09.741Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c98118004bd4d30a -C extra-filename=-c98118004bd4d30a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-c5cc41a2502607a1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1469 | 2024-09-26T19:29:09.759Z | Compiling camino-tempfile v1.1.1 |
1470 | 2024-09-26T19:29:09.762Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=24e01223c08c078f -C extra-filename=-24e01223c08c078f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-d3ac3d9914dc6a04.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1471 | 2024-09-26T19:29:09.812Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=2868da5572f411f5 -C extra-filename=-2868da5572f411f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-cca8e6b50f910f45.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-62ba8982be4f2cf3.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-620675a3eb3ec265.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-e2d80f1b7e086f9c.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-11d02ec7f8112dc7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1472 | 2024-09-26T19:29:09.831Z | Compiling colored v2.1.0 |
1473 | 2024-09-26T19:29:09.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=d572762624e6cb3d -C extra-filename=-d572762624e6cb3d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-f5a2b5126583a8ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1474 | 2024-09-26T19:29:10.025Z | Compiling num-rational v0.4.2 |
1475 | 2024-09-26T19:29:10.028Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=016e40bbc90cfb29 -C extra-filename=-016e40bbc90cfb29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-dc7858212c868203.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1476 | 2024-09-26T19:29:10.028Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a49f7de166dcdde7 -C extra-filename=-a49f7de166dcdde7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1477 | 2024-09-26T19:29:10.189Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fc3ef2c655c5e5d1 -C extra-filename=-fc3ef2c655c5e5d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1478 | 2024-09-26T19:29:10.300Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4068cb5f2aebd532 -C extra-filename=-4068cb5f2aebd532 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-965d418000c50327.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1479 | 2024-09-26T19:29:10.612Z | Compiling num-complex v0.4.6 |
1480 | 2024-09-26T19:29:10.615Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=6cf9ee304cd7151b -C extra-filename=-6cf9ee304cd7151b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1481 | 2024-09-26T19:29:10.635Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44d7455776e36d58 -C extra-filename=-44d7455776e36d58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1482 | 2024-09-26T19:29:10.668Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ef6c89f2a9a38f9 -C extra-filename=-6ef6c89f2a9a38f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1483 | 2024-09-26T19:29:10.768Z | Compiling semver v0.1.20 |
1484 | 2024-09-26T19:29:10.771Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3c0bb444a600c11 -C extra-filename=-f3c0bb444a600c11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1485 | 2024-09-26T19:29:10.788Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1486 | 2024-09-26T19:29:10.791Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33f53602b3bebd47 -C extra-filename=-33f53602b3bebd47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1487 | 2024-09-26T19:29:11.065Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=257fc8a7583b6f23 -C extra-filename=-257fc8a7583b6f23 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1488 | 2024-09-26T19:29:11.087Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6f887403f60fc6e -C extra-filename=-f6f887403f60fc6e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1489 | 2024-09-26T19:29:11.135Z | Compiling prettyplease v0.2.20 |
1490 | 2024-09-26T19:29:11.139Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ef8b77d242a3d915 -C extra-filename=-ef8b77d242a3d915 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-ef8b77d242a3d915 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1491 | 2024-09-26T19:29:11.250Z | Compiling unicode-segmentation v1.10.1 |
1492 | 2024-09-26T19:29:11.253Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=0669b3421ee0ac06 -C extra-filename=-0669b3421ee0ac06 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1493 | 2024-09-26T19:29:11.344Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=6405bb27b8ccbd03 -C extra-filename=-6405bb27b8ccbd03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1494 | 2024-09-26T19:29:11.492Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-ef8b77d242a3d915/build-script-build` |
1495 | 2024-09-26T19:29:11.522Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31f3926ca83e2a5b -C extra-filename=-31f3926ca83e2a5b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-6405bb27b8ccbd03.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1496 | 2024-09-26T19:29:11.525Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=8305ebb6ecf3e705 -C extra-filename=-8305ebb6ecf3e705 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-016e40bbc90cfb29.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-f6f887403f60fc6e.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-ce04e30e105308c9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1497 | 2024-09-26T19:29:11.644Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dbffb2855f7cd1fe -C extra-filename=-dbffb2855f7cd1fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-257fc8a7583b6f23.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1498 | 2024-09-26T19:29:11.693Z | Compiling num v0.4.3 |
1499 | 2024-09-26T19:29:11.696Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=26e228df828485e8 -C extra-filename=-26e228df828485e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-6cf9ee304cd7151b.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-a49f7de166dcdde7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1500 | 2024-09-26T19:29:11.715Z | Compiling rustc_version v0.1.7 |
1501 | 2024-09-26T19:29:11.718Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6daadf2ba10dcc3 -C extra-filename=-b6daadf2ba10dcc3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-f3c0bb444a600c11.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1502 | 2024-09-26T19:29:11.746Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1503 | 2024-09-26T19:29:11.749Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=bb41fc26901eaec6 -C extra-filename=-bb41fc26901eaec6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-62ba8982be4f2cf3.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-2868da5572f411f5.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-33f53602b3bebd47.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-9884df593396f38c.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-11d02ec7f8112dc7.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1504 | 2024-09-26T19:29:11.802Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f20697d1a39c1a10 -C extra-filename=-f20697d1a39c1a10 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-6ef6c89f2a9a38f9.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-dd59e0644594b3be.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1505 | 2024-09-26T19:29:12.031Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=7ff16424d1bbd285 -C extra-filename=-7ff16424d1bbd285 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-aa4c16098fb2139a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1506 | 2024-09-26T19:29:12.102Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=ae9485e00bd34c62 -C extra-filename=-ae9485e00bd34c62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-7c5cc8db1569d62e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-4068cb5f2aebd532.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-ecfc0c2dc3d5167c.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-082b620689f999fb.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2024-09-26T19:29:12.125Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=d0d7b1d8d9f2ba59 -C extra-filename=-d0d7b1d8d9f2ba59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-44d7455776e36d58.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-c98118004bd4d30a.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-ce04e30e105308c9.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1508 | 2024-09-26T19:29:12.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=99fdd798d41c184b -C extra-filename=-99fdd798d41c184b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f4427b87e04d31f0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-fc3ef2c655c5e5d1.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1509 | 2024-09-26T19:29:12.197Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4774d404cd32ae5 -C extra-filename=-c4774d404cd32ae5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-d572762624e6cb3d.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-96e6ae0a5e067ae1.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-278d3fd5a381723e.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-b108834cb22fa201.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-8fce6d75d2c703f6.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-8d8bcb8003f9ff5a.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-450af7bb99cd3cc3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c096be8fe8e3a0d9.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1510 | 2024-09-26T19:29:12.399Z | Compiling zone_cfg_derive v0.3.0 |
1511 | 2024-09-26T19:29:12.403Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b012dd109cf4f744 -C extra-filename=-b012dd109cf4f744 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-1d265731c4d0d3ae.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-aef3d7e13194638d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2024-09-26T19:29:12.533Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c17ec0f738e245a2 -C extra-filename=-c17ec0f738e245a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-bac470ff4f7bacb8.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1513 | 2024-09-26T19:29:12.691Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-41ac83512afb7093/build-script-build` |
1514 | 2024-09-26T19:29:12.723Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=28db83f1c81c3022 -C extra-filename=-28db83f1c81c3022 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l sqlite3` |
1515 | 2024-09-26T19:29:13.080Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fcebe6a44501869 -C extra-filename=-6fcebe6a44501869 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1516 | 2024-09-26T19:29:13.248Z | Compiling console v0.15.7 |
1517 | 2024-09-26T19:29:13.252Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1518 | 2024-09-26T19:29:13.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=fc32adad4d84e435 -C extra-filename=-fc32adad4d84e435 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-f5a2b5126583a8ab.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1519 | 2024-09-26T19:29:13.252Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2107397eaec0135 -C extra-filename=-a2107397eaec0135 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1520 | 2024-09-26T19:29:13.371Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a61e30a935f0148 -C extra-filename=-6a61e30a935f0148 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-68a584f0f13e0064.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1521 | 2024-09-26T19:29:13.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=95fc6a76e0113dee -C extra-filename=-95fc6a76e0113dee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-31aa827c0b793789.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a74c4e5cb1db3a1e.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-6bb8c38f9135430e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1522 | 2024-09-26T19:29:13.649Z | Compiling itertools v0.10.5 |
1523 | 2024-09-26T19:29:13.651Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a6c8494c601f8acd -C extra-filename=-a6c8494c601f8acd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2024-09-26T19:29:13.699Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=68e9c60a8bfd9781 -C extra-filename=-68e9c60a8bfd9781 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1525 | 2024-09-26T19:29:13.720Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=68eff4e84fb4304e -C extra-filename=-68eff4e84fb4304e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1526 | 2024-09-26T19:29:13.851Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=784e439ae6618f77 -C extra-filename=-784e439ae6618f77 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-8cc52081964995e5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2024-09-26T19:29:13.973Z | Compiling hashlink v0.9.1 |
1528 | 2024-09-26T19:29:13.976Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=6de55688c5c4e19a -C extra-filename=-6de55688c5c4e19a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1529 | 2024-09-26T19:29:13.995Z | Compiling sigpipe v0.1.3 |
1530 | 2024-09-26T19:29:13.998Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64e97d5ea468fce6 -C extra-filename=-64e97d5ea468fce6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1531 | 2024-09-26T19:29:14.123Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=4461f12f4bf945b0 -C extra-filename=-4461f12f4bf945b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1532 | 2024-09-26T19:29:14.358Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=e18ab28d6707b527 -C extra-filename=-e18ab28d6707b527 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1533 | 2024-09-26T19:29:14.478Z | Compiling fallible-streaming-iterator v0.1.9 |
1534 | 2024-09-26T19:29:14.482Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e50352a008c5c36b -C extra-filename=-e50352a008c5c36b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1535 | 2024-09-26T19:29:14.504Z | Compiling fallible-iterator v0.3.0 |
1536 | 2024-09-26T19:29:14.509Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2a64cb4628b7795e -C extra-filename=-2a64cb4628b7795e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1537 | 2024-09-26T19:29:14.671Z | Compiling base64ct v1.6.0 |
1538 | 2024-09-26T19:29:14.671Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=20d32e1e1e1c6c25 -C extra-filename=-20d32e1e1e1c6c25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1539 | 2024-09-26T19:29:14.711Z | Compiling float-ord v0.3.2 |
1540 | 2024-09-26T19:29:14.713Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdfd8e9167da8a37 -C extra-filename=-cdfd8e9167da8a37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1541 | 2024-09-26T19:29:14.732Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1542 | 2024-09-26T19:29:14.735Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=6a8007002339aa2b -C extra-filename=-6a8007002339aa2b --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-6a8007002339aa2b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1543 | 2024-09-26T19:29:14.820Z | Compiling rayon-core v1.12.1 |
1544 | 2024-09-26T19:29:14.823Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=fab5c62432fe2365 -C extra-filename=-fab5c62432fe2365 --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-fab5c62432fe2365 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1545 | 2024-09-26T19:29:14.888Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7619f67031d89ea3 -C extra-filename=-7619f67031d89ea3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1546 | 2024-09-26T19:29:15.049Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=b011f942b7d336ec -C extra-filename=-b011f942b7d336ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-e18ab28d6707b527.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1547 | 2024-09-26T19:29:15.085Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-6a8007002339aa2b/build-script-build` |
1548 | 2024-09-26T19:29:15.115Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1549 | 2024-09-26T19:29:15.118Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51249ddbabdf261c -C extra-filename=-51249ddbabdf261c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-c4774d404cd32ae5.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-2868da5572f411f5.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-bb41fc26901eaec6.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-a09595416733c14a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2024-09-26T19:29:15.175Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-fab5c62432fe2365/build-script-build` |
1551 | 2024-09-26T19:29:15.207Z | Compiling rusqlite v0.32.1 |
1552 | 2024-09-26T19:29:15.209Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=db31a441843dca27 -C extra-filename=-db31a441843dca27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-2a64cb4628b7795e.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-e50352a008c5c36b.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-6de55688c5c4e19a.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-28db83f1c81c3022.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
1553 | 2024-09-26T19:29:15.229Z | Compiling password-hash v0.5.0 |
1554 | 2024-09-26T19:29:15.231Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=53c19bbcf9ca44b2 -C extra-filename=-53c19bbcf9ca44b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-20d32e1e1e1c6c25.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-b2340e46caa6c7b4.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1555 | 2024-09-26T19:29:15.291Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=7cc29c28200723cf -C extra-filename=-7cc29c28200723cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-ad8cdf97c1eed519.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7ff16424d1bbd285.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1556 | 2024-09-26T19:29:15.379Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=4704b4ca21d1e461 -C extra-filename=-4704b4ca21d1e461 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-68eff4e84fb4304e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1557 | 2024-09-26T19:29:16.080Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1558 | 2024-09-26T19:29:16.083Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c637d694cd189bfd -C extra-filename=-c637d694cd189bfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-64e97d5ea468fce6.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1559 | 2024-09-26T19:29:16.130Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=086b8fc1bf731e3b -C extra-filename=-086b8fc1bf731e3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-68e9c60a8bfd9781.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2024-09-26T19:29:16.366Z | Compiling zone v0.3.0 |
1561 | 2024-09-26T19:29:16.368Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=25e5eaa7571458c3 -C extra-filename=-25e5eaa7571458c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-a6c8494c601f8acd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-b012dd109cf4f744.so --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2024-09-26T19:29:16.436Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1563 | 2024-09-26T19:29:16.439Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5a83288294087cf -C extra-filename=-f5a83288294087cf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api_sys-a2107397eaec0135.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1564 | 2024-09-26T19:29:16.492Z | Compiling crossbeam-deque v0.8.3 |
1565 | 2024-09-26T19:29:16.494Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=e6ee81267b94be0e -C extra-filename=-e6ee81267b94be0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-c17ec0f738e245a2.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1566 | 2024-09-26T19:29:16.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=eb428f423f5a5489 -C extra-filename=-eb428f423f5a5489 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
1567 | 2024-09-26T19:29:16.837Z | Compiling newtype_derive v0.1.6 |
1568 | 2024-09-26T19:29:16.840Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=447b9ef8d621381e -C extra-filename=-447b9ef8d621381e --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-447b9ef8d621381e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-b6daadf2ba10dcc3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1569 | 2024-09-26T19:29:16.858Z | Compiling newline-converter v0.3.0 |
1570 | 2024-09-26T19:29:16.861Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09305abd38b7a553 -C extra-filename=-09305abd38b7a553 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-0669b3421ee0ac06.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1571 | 2024-09-26T19:29:16.900Z | Compiling hubpack_derive v0.1.1 |
1572 | 2024-09-26T19:29:16.904Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb8e0a4f38f37647 -C extra-filename=-cb8e0a4f38f37647 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-8a523317d79d8796.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1573 | 2024-09-26T19:29:17.015Z | Compiling twox-hash v1.6.3 |
1574 | 2024-09-26T19:29:17.018Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=e46144694b6af5ed -C extra-filename=-e46144694b6af5ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2024-09-26T19:29:17.190Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=dba4a871ab6a395d -C extra-filename=-dba4a871ab6a395d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-6104cb3101b0bd9a.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1576 | 2024-09-26T19:29:17.295Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=5accdccd663cd6fb -C extra-filename=-5accdccd663cd6fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-dbf6f79dfce57c34.so --cap-lints allow '-Wclippy::unused-async'` |
1577 | 2024-09-26T19:29:17.365Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=bac065ad0d7ddfe3 -C extra-filename=-bac065ad0d7ddfe3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-a8c0cfecf0716bc6.so --cap-lints allow '-Wclippy::unused-async'` |
1578 | 2024-09-26T19:29:17.469Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=06645e3ce4d08291 -C extra-filename=-06645e3ce4d08291 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --cap-lints allow '-Wclippy::unused-async'` |
1579 | 2024-09-26T19:29:17.647Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d26e90e080d729c -C extra-filename=-0d26e90e080d729c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-025def26417f2b88.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1580 | 2024-09-26T19:29:17.737Z | Compiling blake2 v0.10.6 |
1581 | 2024-09-26T19:29:17.737Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=b54f04e1e3effb4f -C extra-filename=-b54f04e1e3effb4f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1582 | 2024-09-26T19:29:17.739Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=ba21995ca2f1c438 -C extra-filename=-ba21995ca2f1c438 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1583 | 2024-09-26T19:29:17.804Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c5abb11a2569c28d -C extra-filename=-c5abb11a2569c28d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2024-09-26T19:29:17.836Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=a58b3cee7402c688 -C extra-filename=-a58b3cee7402c688 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-dfc593445d30822e.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2024-09-26T19:29:17.940Z | Compiling smf v0.2.3 |
1586 | 2024-09-26T19:29:17.943Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b1496d3889ad74c -C extra-filename=-2b1496d3889ad74c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2024-09-26T19:29:18.220Z | Compiling zerocopy-derive v0.6.6 |
1588 | 2024-09-26T19:29:18.223Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5644c7a01f85524c -C extra-filename=-5644c7a01f85524c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2024-09-26T19:29:18.328Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=97e49bc31e32b457 -C extra-filename=-97e49bc31e32b457 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1590 | 2024-09-26T19:29:18.990Z | Compiling atty v0.2.14 |
1591 | 2024-09-26T19:29:18.993Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01997d45292a3a76 -C extra-filename=-01997d45292a3a76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2024-09-26T19:29:19.130Z | Compiling whoami v1.5.1 |
1593 | 2024-09-26T19:29:19.133Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=e957c5d12981c75e -C extra-filename=-e957c5d12981c75e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1594 | 2024-09-26T19:29:19.286Z | Compiling similar v2.3.0 |
1595 | 2024-09-26T19:29:19.289Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=c36aa2c947a86199 -C extra-filename=-c36aa2c947a86199 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1596 | 2024-09-26T19:29:19.309Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=5a3e04354e210783 -C extra-filename=-5a3e04354e210783 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-97e49bc31e32b457.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-a82a955885cb119e.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-b54f04e1e3effb4f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1597 | 2024-09-26T19:29:19.391Z | Compiling argon2 v0.5.3 |
1598 | 2024-09-26T19:29:19.394Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=cd9f645fb9a60eb0 -C extra-filename=-cd9f645fb9a60eb0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-20d32e1e1e1c6c25.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-ba21995ca2f1c438.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-53c19bbcf9ca44b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2024-09-26T19:29:19.413Z | Compiling hubpack v0.1.2 |
1600 | 2024-09-26T19:29:19.417Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-447b9ef8d621381e/build-script-build` |
1601 | 2024-09-26T19:29:19.417Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d840eacd7dcb74b -C extra-filename=-2d840eacd7dcb74b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/crucible/target/debug/deps/libhubpack_derive-cb8e0a4f38f37647.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2024-09-26T19:29:19.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=088922f79811664a -C extra-filename=-088922f79811664a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_deque-e6ee81267b94be0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1603 | 2024-09-26T19:29:19.854Z | Compiling strum_macros v0.25.3 |
1604 | 2024-09-26T19:29:19.856Z | Compiling serde_repr v0.1.18 |
1605 | 2024-09-26T19:29:19.856Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a853db3e298ae0d5 -C extra-filename=-a853db3e298ae0d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-1d265731c4d0d3ae.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-62bcee78943fce95.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1606 | 2024-09-26T19:29:19.856Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dd04ab52b32ca23 -C extra-filename=-7dd04ab52b32ca23 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1607 | 2024-09-26T19:29:20.204Z | Compiling zerocopy v0.6.6 |
1608 | 2024-09-26T19:29:20.206Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=00e4a56867c27d58 -C extra-filename=-00e4a56867c27d58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5644c7a01f85524c.so --cap-lints allow '-Wclippy::unused-async'` |
1609 | 2024-09-26T19:29:20.817Z | Compiling expectorate v1.1.0 |
1610 | 2024-09-26T19:29:20.821Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=40a7129d4a20a3a0 -C extra-filename=-40a7129d4a20a3a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-fc32adad4d84e435.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-09305abd38b7a553.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-c36aa2c947a86199.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2024-09-26T19:29:20.984Z | Compiling cookie v0.18.1 |
1612 | 2024-09-26T19:29:20.987Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=2f72da9b4b1a67a7 -C extra-filename=-2f72da9b4b1a67a7 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-2f72da9b4b1a67a7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1613 | 2024-09-26T19:29:21.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=895d65b6001640a7 -C extra-filename=-895d65b6001640a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1614 | 2024-09-26T19:29:21.099Z | Compiling fixedbitset v0.4.2 |
1615 | 2024-09-26T19:29:21.102Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=61e5095a29a724be -C extra-filename=-61e5095a29a724be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1616 | 2024-09-26T19:29:21.141Z | Compiling rayon v1.10.0 |
1617 | 2024-09-26T19:29:21.144Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=cf1e50e6d791f6e1 -C extra-filename=-cf1e50e6d791f6e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-088922f79811664a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1618 | 2024-09-26T19:29:21.176Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1619 | 2024-09-26T19:29:21.179Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34d85a9097669d2e -C extra-filename=-34d85a9097669d2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern argon2=/work/oxidecomputer/crucible/target/debug/deps/libargon2-cd9f645fb9a60eb0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1620 | 2024-09-26T19:29:21.331Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-2f72da9b4b1a67a7/build-script-build` |
1621 | 2024-09-26T19:29:21.398Z | Compiling petgraph v0.6.5 |
1622 | 2024-09-26T19:29:21.400Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=f654fe4fd4c7e69c -C extra-filename=-f654fe4fd4c7e69c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-61e5095a29a724be.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --cap-lints allow '-Wclippy::unused-async'` |
1623 | 2024-09-26T19:29:21.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=fb8daa2db3a5d963 -C extra-filename=-fb8daa2db3a5d963 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg op_assign` |
1624 | 2024-09-26T19:29:21.582Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=40b9284f433853dd -C extra-filename=-40b9284f433853dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1625 | 2024-09-26T19:29:21.711Z | Compiling enum-as-inner v0.6.0 |
1626 | 2024-09-26T19:29:21.714Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2909cc45c42eb2f5 -C extra-filename=-2909cc45c42eb2f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-1d265731c4d0d3ae.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1627 | 2024-09-26T19:29:21.734Z | Compiling toml_edit v0.20.7 |
1628 | 2024-09-26T19:29:21.736Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=9b6543ca4d924b1f -C extra-filename=-9b6543ca4d924b1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-4629651285003772.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1629 | 2024-09-26T19:29:21.756Z | Compiling autocfg v0.1.8 |
1630 | 2024-09-26T19:29:21.756Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d76d37ae587a24f0 -C extra-filename=-d76d37ae587a24f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2024-09-26T19:29:21.861Z | Compiling data-encoding v2.5.0 |
1632 | 2024-09-26T19:29:21.863Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=30945ba030dd0f9d -C extra-filename=-30945ba030dd0f9d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2024-09-26T19:29:22.742Z | Compiling quick-error v1.2.3 |
1634 | 2024-09-26T19:29:22.745Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0e1cd13e3459b89 -C extra-filename=-e0e1cd13e3459b89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1635 | 2024-09-26T19:29:22.880Z | Compiling linked-hash-map v0.5.6 |
1636 | 2024-09-26T19:29:22.901Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=7bd5e25366e716a0 -C extra-filename=-7bd5e25366e716a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1637 | 2024-09-26T19:29:22.904Z | Compiling rand_core v0.4.2 |
1638 | 2024-09-26T19:29:22.904Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=22974093fb9e0e62 -C extra-filename=-22974093fb9e0e62 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2024-09-26T19:29:23.268Z | Compiling convert_case v0.4.0 |
1640 | 2024-09-26T19:29:23.270Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=50a7479be6959fbe -C extra-filename=-50a7479be6959fbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1641 | 2024-09-26T19:29:23.290Z | Compiling highway v1.2.0 |
1642 | 2024-09-26T19:29:23.293Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c3842fa086730bbd -C extra-filename=-c3842fa086730bbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1643 | 2024-09-26T19:29:23.550Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1644 | 2024-09-26T19:29:23.552Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=898748b411b4be54 -C extra-filename=-898748b411b4be54 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-2d840eacd7dcb74b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-7dd04ab52b32ca23.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-a853db3e298ae0d5.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-00e4a56867c27d58.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1645 | 2024-09-26T19:29:24.046Z | Compiling derive_more v0.99.18 |
1646 | 2024-09-26T19:29:24.048Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=793389374963d0c3 -C extra-filename=-793389374963d0c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern convert_case=/work/oxidecomputer/crucible/target/debug/deps/libconvert_case-50a7479be6959fbe.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2024-09-26T19:29:24.150Z | Compiling lru-cache v0.1.2 |
1648 | 2024-09-26T19:29:24.152Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=6e3fbb49ae8ac6de -C extra-filename=-6e3fbb49ae8ac6de --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/crucible/target/debug/deps/liblinked_hash_map-7bd5e25366e716a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1649 | 2024-09-26T19:29:24.214Z | Compiling proc-macro-crate v2.0.0 |
1650 | 2024-09-26T19:29:24.217Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc03da37aa63308f -C extra-filename=-dc03da37aa63308f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-9b6543ca4d924b1f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2024-09-26T19:29:24.356Z | Compiling hickory-proto v0.24.1 |
1652 | 2024-09-26T19:29:24.358Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=cde858d7a548cc58 -C extra-filename=-cde858d7a548cc58 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-30945ba030dd0f9d.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-2909cc45c42eb2f5.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-a59e6ca3102d3b1e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-6ea38ea1685b26a9.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-6fa3726a53b738b9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-a2d50a0f42384bc7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2024-09-26T19:29:24.539Z | Compiling resolv-conf v0.7.0 |
1654 | 2024-09-26T19:29:24.542Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=5b97cc6151e290ca -C extra-filename=-5b97cc6151e290ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-7d0698620f3137ca.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-e0e1cd13e3459b89.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1655 | 2024-09-26T19:29:25.330Z | Compiling steno v0.4.1 |
1656 | 2024-09-26T19:29:25.333Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df90531e22434bb1 -C extra-filename=-df90531e22434bb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-f5a2b5126583a8ab.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-fb8daa2db3a5d963.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-f654fe4fd4c7e69c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1657 | 2024-09-26T19:29:25.383Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=73a2be946c528cf7 -C extra-filename=-73a2be946c528cf7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2024-09-26T19:29:25.426Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ab7b9e2f66cd8591 -C extra-filename=-ab7b9e2f66cd8591 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1659 | 2024-09-26T19:29:26.054Z | Compiling derive-where v1.2.7 |
1660 | 2024-09-26T19:29:26.057Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=9d7030bbfbcc01f0 -C extra-filename=-9d7030bbfbcc01f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2024-09-26T19:29:26.671Z | Compiling humantime v2.1.0 |
1662 | 2024-09-26T19:29:26.673Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c5a6e2adf8d6e48 -C extra-filename=-7c5a6e2adf8d6e48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1663 | 2024-09-26T19:29:27.255Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1664 | 2024-09-26T19:29:27.258Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cdae08a96ed2f49 -C extra-filename=-0cdae08a96ed2f49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1665 | 2024-09-26T19:29:27.803Z | Compiling num_enum_derive v0.7.3 |
1666 | 2024-09-26T19:29:27.806Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=6db11b59b7e04a2f -C extra-filename=-6db11b59b7e04a2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-dc03da37aa63308f.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1667 | 2024-09-26T19:29:28.414Z | Compiling inout v0.1.3 |
1668 | 2024-09-26T19:29:28.418Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=cb4dea05f60a260d -C extra-filename=-cb4dea05f60a260d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1669 | 2024-09-26T19:29:28.627Z | Compiling hickory-resolver v0.24.1 |
1670 | 2024-09-26T19:29:28.631Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=50af6918f5268033 -C extra-filename=-50af6918f5268033 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-cde858d7a548cc58.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-6e3fbb49ae8ac6de.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-5b97cc6151e290ca.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1671 | 2024-09-26T19:29:28.756Z | Compiling cipher v0.4.4 |
1672 | 2024-09-26T19:29:28.758Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c998bf1e66b9a96f -C extra-filename=-c998bf1e66b9a96f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-3a3da486b00e0b1a.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-cb4dea05f60a260d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1673 | 2024-09-26T19:29:29.192Z | Compiling bincode v1.3.3 |
1674 | 2024-09-26T19:29:29.195Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=2a2887b112fe4f25 -C extra-filename=-2a2887b112fe4f25 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1675 | 2024-09-26T19:29:29.376Z | Compiling rand_core v0.3.1 |
1676 | 2024-09-26T19:29:29.378Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde1", "std"))' -C metadata=7ac02097ac432a50 -C extra-filename=-7ac02097ac432a50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1677 | 2024-09-26T19:29:29.484Z | Compiling itertools v0.13.0 |
1678 | 2024-09-26T19:29:29.487Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c3bb8caffeb13b1e -C extra-filename=-c3bb8caffeb13b1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1679 | 2024-09-26T19:29:29.893Z | Compiling universal-hash v0.5.1 |
1680 | 2024-09-26T19:29:29.896Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1eb57b8b052d3704 -C extra-filename=-1eb57b8b052d3704 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-3a3da486b00e0b1a.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1681 | 2024-09-26T19:29:30.088Z | Compiling ringbuffer v0.15.0 |
1682 | 2024-09-26T19:29:30.098Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=54a01fb88156e723 -C extra-filename=-54a01fb88156e723 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1683 | 2024-09-26T19:29:30.187Z | Compiling opaque-debug v0.3.0 |
1684 | 2024-09-26T19:29:30.191Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1b6d5d38a3cd2bf -C extra-filename=-a1b6d5d38a3cd2bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1685 | 2024-09-26T19:29:30.289Z | Compiling polyval v0.6.1 |
1686 | 2024-09-26T19:29:30.291Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1f1722882b2fb4fc -C extra-filename=-1f1722882b2fb4fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-a1b6d5d38a3cd2bf.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-1eb57b8b052d3704.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1687 | 2024-09-26T19:29:30.318Z | Compiling num_enum v0.7.3 |
1688 | 2024-09-26T19:29:30.328Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=12f110b5948928c4 -C extra-filename=-12f110b5948928c4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-6db11b59b7e04a2f.so --cap-lints allow '-Wclippy::unused-async'` |
1689 | 2024-09-26T19:29:30.471Z | Compiling aes v0.8.3 |
1690 | 2024-09-26T19:29:30.474Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=71c58b798e32c460 -C extra-filename=-71c58b798e32c460 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-c998bf1e66b9a96f.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1691 | 2024-09-26T19:29:30.643Z | Compiling ctr v0.9.2 |
1692 | 2024-09-26T19:29:30.664Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=20ce2889644bcaf7 -C extra-filename=-20ce2889644bcaf7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-c998bf1e66b9a96f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1693 | 2024-09-26T19:29:30.739Z | Compiling aead v0.5.2 |
1694 | 2024-09-26T19:29:30.743Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=ddd19bc4f9f3eea3 -C extra-filename=-ddd19bc4f9f3eea3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-3a3da486b00e0b1a.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-ad16dff78d622066.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1695 | 2024-09-26T19:29:30.794Z | Compiling num-bigint v0.2.6 |
1696 | 2024-09-26T19:29:30.797Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=d937b54a0b491d1b -C extra-filename=-d937b54a0b491d1b --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-d937b54a0b491d1b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1697 | 2024-09-26T19:29:30.964Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1698 | 2024-09-26T19:29:30.966Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=243f8e5a007c2a40 -C extra-filename=-243f8e5a007c2a40 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-243f8e5a007c2a40 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib '-Wclippy::unused-async'` |
1699 | 2024-09-26T19:29:31.071Z | Compiling signal-hook v0.3.17 |
1700 | 2024-09-26T19:29:31.074Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4d1233c1560e0430 -C extra-filename=-4d1233c1560e0430 --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-4d1233c1560e0430 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1701 | 2024-09-26T19:29:31.201Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-d937b54a0b491d1b/build-script-build` |
1702 | 2024-09-26T19:29:31.345Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-243f8e5a007c2a40/build-script-build` |
1703 | 2024-09-26T19:29:31.401Z | Compiling aes-gcm-siv v0.11.1 |
1704 | 2024-09-26T19:29:31.405Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=9d15eab6e77f0c8d -C extra-filename=-9d15eab6e77f0c8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aead=/work/oxidecomputer/crucible/target/debug/deps/libaead-ddd19bc4f9f3eea3.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-71c58b798e32c460.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-c998bf1e66b9a96f.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-20ce2889644bcaf7.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-1f1722882b2fb4fc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-0616ca7d7ca74d2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1705 | 2024-09-26T19:29:31.424Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-4d1233c1560e0430/build-script-build` |
1706 | 2024-09-26T19:29:31.424Z | Compiling rand_pcg v0.1.2 |
1707 | 2024-09-26T19:29:31.445Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=ad3becda31b6a2f4 -C extra-filename=-ad3becda31b6a2f4 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-ad3becda31b6a2f4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1708 | 2024-09-26T19:29:31.469Z | Compiling rand_chacha v0.1.1 |
1709 | 2024-09-26T19:29:31.472Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc8f87f275a3172 -C extra-filename=-ffc8f87f275a3172 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-ffc8f87f275a3172 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1710 | 2024-09-26T19:29:31.654Z | Compiling async-recursion v1.1.1 |
1711 | 2024-09-26T19:29:31.657Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60b98fdc54340243 -C extra-filename=-60b98fdc54340243 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1712 | 2024-09-26T19:29:31.811Z | Compiling num-complex v0.2.4 |
1713 | 2024-09-26T19:29:31.814Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=83d47435a21e30c5 -C extra-filename=-83d47435a21e30c5 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-83d47435a21e30c5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1714 | 2024-09-26T19:29:31.835Z | Compiling num-rational v0.2.4 |
1715 | 2024-09-26T19:29:31.836Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=d6bc274ee35b17e2 -C extra-filename=-d6bc274ee35b17e2 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-d6bc274ee35b17e2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-e05db90e573f3e0c.rlib --cap-lints allow '-Wclippy::unused-async'` |
1716 | 2024-09-26T19:29:31.883Z | Compiling unicase v2.7.0 |
1717 | 2024-09-26T19:29:31.887Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2f549581602288aa -C extra-filename=-2f549581602288aa --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-2f549581602288aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib --cap-lints allow '-Wclippy::unused-async'` |
1718 | 2024-09-26T19:29:32.231Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-83d47435a21e30c5/build-script-build` |
1719 | 2024-09-26T19:29:32.234Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-d6bc274ee35b17e2/build-script-build` |
1720 | 2024-09-26T19:29:32.254Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-2f549581602288aa/build-script-build` |
1721 | 2024-09-26T19:29:32.437Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-ffc8f87f275a3172/build-script-build` |
1722 | 2024-09-26T19:29:32.441Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-ad3becda31b6a2f4/build-script-build` |
1723 | 2024-09-26T19:29:32.441Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=a0e8fa5213615652 -C extra-filename=-a0e8fa5213615652 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-03695828bec9b9a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1724 | 2024-09-26T19:29:32.553Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=e89e0d5c3e711650 -C extra-filename=-e89e0d5c3e711650 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1725 | 2024-09-26T19:29:32.592Z | Compiling rand v0.6.5 |
1726 | 2024-09-26T19:29:32.622Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=f667ccab5483451c -C extra-filename=-f667ccab5483451c --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-f667ccab5483451c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-d76d37ae587a24f0.rlib --cap-lints allow '-Wclippy::unused-async'` |
1727 | 2024-09-26T19:29:32.759Z | Compiling urlencoding v2.1.3 |
1728 | 2024-09-26T19:29:32.763Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name urlencoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bad4da14846decdc -C extra-filename=-bad4da14846decdc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1729 | 2024-09-26T19:29:32.877Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_pcg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=6ec2a0b031c65ffa -C extra-filename=-6ec2a0b031c65ffa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1730 | 2024-09-26T19:29:32.949Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-f667ccab5483451c/build-script-build` |
1731 | 2024-09-26T19:29:33.093Z | Compiling opentelemetry v0.21.0 |
1732 | 2024-09-26T19:29:33.096Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "pin-project-lite", "testing", "trace"))' -C metadata=e8a0ccdc4c99f8a4 -C extra-filename=-e8a0ccdc4c99f8a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-bad4da14846decdc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1733 | 2024-09-26T19:29:33.136Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f72b4f7f025f1286 -C extra-filename=-f72b4f7f025f1286 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1734 | 2024-09-26T19:29:33.150Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=1aa1a78d6cba98e9 -C extra-filename=-1aa1a78d6cba98e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1735 | 2024-09-26T19:29:33.173Z | Compiling rand_xorshift v0.1.1 |
1736 | 2024-09-26T19:29:33.176Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=1ebe5b625cc34418 -C extra-filename=-1ebe5b625cc34418 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1737 | 2024-09-26T19:29:33.424Z | Compiling rand_isaac v0.1.1 |
1738 | 2024-09-26T19:29:33.427Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_isaac --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=f19c99643752fae1 -C extra-filename=-f19c99643752fae1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1739 | 2024-09-26T19:29:33.428Z | Compiling rand_hc v0.1.0 |
1740 | 2024-09-26T19:29:33.448Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_hc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed671e1a08427d53 -C extra-filename=-ed671e1a08427d53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-7ac02097ac432a50.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1741 | 2024-09-26T19:29:33.490Z | Compiling rand_jitter v0.1.4 |
1742 | 2024-09-26T19:29:33.493Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_jitter --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=b4223cda92d5319f -C extra-filename=-b4223cda92d5319f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1743 | 2024-09-26T19:29:33.541Z | Compiling rand_os v0.1.3 |
1744 | 2024-09-26T19:29:33.543Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=e1fa292049bd483a -C extra-filename=-e1fa292049bd483a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1745 | 2024-09-26T19:29:33.861Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=fc7f51718ef6c2fe -C extra-filename=-fc7f51718ef6c2fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-f72b4f7f025f1286.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-22974093fb9e0e62.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-ed671e1a08427d53.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-f19c99643752fae1.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-b4223cda92d5319f.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-e1fa292049bd483a.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-6ec2a0b031c65ffa.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-1ebe5b625cc34418.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1746 | 2024-09-26T19:29:33.887Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=626bf390a7f9aedf -C extra-filename=-626bf390a7f9aedf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1747 | 2024-09-26T19:29:33.979Z | Compiling phf_generator v0.11.2 |
1748 | 2024-09-26T19:29:34.001Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=8468eec86723a044 -C extra-filename=-8468eec86723a044 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1749 | 2024-09-26T19:29:34.004Z | Compiling ordered-float v4.2.0 |
1750 | 2024-09-26T19:29:34.004Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytemuck", "default", "proptest", "rand", "randtest", "rkyv", "rkyv_16", "rkyv_32", "rkyv_64", "rkyv_ck", "schemars", "serde", "speedy", "std"))' -C metadata=b8e575b087a90f48 -C extra-filename=-b8e575b087a90f48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1751 | 2024-09-26T19:29:34.146Z | Compiling num_cpus v1.16.0 |
1752 | 2024-09-26T19:29:34.148Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c54d5e482e3fc2d5 -C extra-filename=-c54d5e482e3fc2d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1753 | 2024-09-26T19:29:34.237Z | Compiling glob v0.3.1 |
1754 | 2024-09-26T19:29:34.241Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1805143d931afea6 -C extra-filename=-1805143d931afea6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1755 | 2024-09-26T19:29:34.241Z | Compiling overload v0.1.1 |
1756 | 2024-09-26T19:29:34.241Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5be83e289b83fe93 -C extra-filename=-5be83e289b83fe93 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1757 | 2024-09-26T19:29:34.282Z | Compiling threadpool v1.8.1 |
1758 | 2024-09-26T19:29:34.284Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a4c0e7725821e06 -C extra-filename=-8a4c0e7725821e06 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_cpus=/work/oxidecomputer/crucible/target/debug/deps/libnum_cpus-c54d5e482e3fc2d5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1759 | 2024-09-26T19:29:34.364Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=03d585db195a55af -C extra-filename=-03d585db195a55af --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-e89e0d5c3e711650.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1760 | 2024-09-26T19:29:34.893Z | Compiling opentelemetry_sdk v0.21.2 |
1761 | 2024-09-26T19:29:34.895Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-trait"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="glob"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "crossbeam-channel", "default", "glob", "http", "jaeger_remote_sampler", "logs", "logs_level_enabled", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=62cfafd652b0ab31 -C extra-filename=-62cfafd652b0ab31 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-4aeb3709796b9f08.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f1041fcc40110f4c.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-1805143d931afea6.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-e8a0ccdc4c99f8a4.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-b8e575b087a90f48.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1762 | 2024-09-26T19:29:35.228Z | Compiling num v0.2.1 |
1763 | 2024-09-26T19:29:35.231Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "num-bigint", "rand", "serde", "std"))' -C metadata=2bc93268e33d87f7 -C extra-filename=-2bc93268e33d87f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-e89e0d5c3e711650.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-1aa1a78d6cba98e9.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-03d585db195a55af.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1764 | 2024-09-26T19:29:35.253Z | Compiling nu-ansi-term v0.46.0 |
1765 | 2024-09-26T19:29:35.256Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=be017abc732d785e -C extra-filename=-be017abc732d785e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern overload=/work/oxidecomputer/crucible/target/debug/deps/liboverload-5be83e289b83fe93.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1766 | 2024-09-26T19:29:35.286Z | Compiling mime_guess v2.0.5 |
1767 | 2024-09-26T19:29:35.288Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4984ed65bd13238f -C extra-filename=-4984ed65bd13238f --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-4984ed65bd13238f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-626bf390a7f9aedf.rlib --cap-lints allow '-Wclippy::unused-async'` |
1768 | 2024-09-26T19:29:35.338Z | Compiling statistical v1.0.0 |
1769 | 2024-09-26T19:29:35.340Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=633679788e35452b -C extra-filename=-633679788e35452b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-2bc93268e33d87f7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-fc7f51718ef6c2fe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1770 | 2024-09-26T19:29:35.358Z | Compiling phf_codegen v0.11.2 |
1771 | 2024-09-26T19:29:35.362Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07a139e219802552 -C extra-filename=-07a139e219802552 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_generator=/work/oxidecomputer/crucible/target/debug/deps/libphf_generator-8468eec86723a044.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1772 | 2024-09-26T19:29:35.596Z | Compiling sharded-slab v0.1.7 |
1773 | 2024-09-26T19:29:35.599Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=6ac4f977bbc16041 -C extra-filename=-6ac4f977bbc16041 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-f5a2b5126583a8ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1774 | 2024-09-26T19:29:35.633Z | Compiling tracing-log v0.2.0 |
1775 | 2024-09-26T19:29:35.636Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=92260520d03583f7 -C extra-filename=-92260520d03583f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2024-09-26T19:29:35.709Z | Compiling ordered-float v2.10.1 |
1777 | 2024-09-26T19:29:35.712Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=2a1ec21f27518b32 -C extra-filename=-2a1ec21f27518b32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1778 | 2024-09-26T19:29:35.834Z | Compiling mio v0.8.11 |
1779 | 2024-09-26T19:29:35.837Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=0de91988173cd9d3 -C extra-filename=-0de91988173cd9d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1780 | 2024-09-26T19:29:35.959Z | Compiling integer-encoding v3.0.4 |
1781 | 2024-09-26T19:29:35.962Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name integer_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/integer-encoding-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "futures-util", "futures_async", "tokio", "tokio_async"))' -C metadata=8ea19f6afe0ac8b2 -C extra-filename=-8ea19f6afe0ac8b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1782 | 2024-09-26T19:29:36.087Z | Compiling crc32fast v1.3.2 |
1783 | 2024-09-26T19:29:36.090Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=3ab3db9f3d2b31d6 -C extra-filename=-3ab3db9f3d2b31d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-3ab3db9f3d2b31d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1784 | 2024-09-26T19:29:36.183Z | Compiling terminfo v0.8.0 |
1785 | 2024-09-26T19:29:36.187Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=258b7b5d53dc7361 -C extra-filename=-258b7b5d53dc7361 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-258b7b5d53dc7361 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-07a139e219802552.rlib --cap-lints allow '-Wclippy::unused-async'` |
1786 | 2024-09-26T19:29:36.365Z | Compiling thrift v0.17.0 |
1787 | 2024-09-26T19:29:36.367Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=18b58c8a0aa495f5 -C extra-filename=-18b58c8a0aa495f5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-8ea19f6afe0ac8b2.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-2a1ec21f27518b32.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-8a4c0e7725821e06.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1788 | 2024-09-26T19:29:36.426Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1789 | 2024-09-26T19:29:36.429Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_semantic_conventions --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-semantic-conventions-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3933e53f8fcf92bc -C extra-filename=-3933e53f8fcf92bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-e8a0ccdc4c99f8a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1790 | 2024-09-26T19:29:36.616Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-4984ed65bd13238f/build-script-build` |
1791 | 2024-09-26T19:29:36.636Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-3ab3db9f3d2b31d6/build-script-build` |
1792 | 2024-09-26T19:29:36.661Z | Compiling signal-hook-mio v0.2.4 |
1793 | 2024-09-26T19:29:36.661Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=bb544afdfac91b20 -C extra-filename=-bb544afdfac91b20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mio_0_8=/work/oxidecomputer/crucible/target/debug/deps/libmio-0de91988173cd9d3.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1794 | 2024-09-26T19:29:36.682Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c77b97724daa6844 -C extra-filename=-c77b97724daa6844 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1795 | 2024-09-26T19:29:36.704Z | Compiling tracing-subscriber v0.3.18 |
1796 | 2024-09-26T19:29:36.706Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=b9b9badce83d9dcd -C extra-filename=-b9b9badce83d9dcd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-be017abc732d785e.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-6ac4f977bbc16041.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-f782d929d261812d.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-92260520d03583f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1797 | 2024-09-26T19:29:36.840Z | Compiling sha2 v0.10.8 |
1798 | 2024-09-26T19:29:36.842Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=25df244ed7a623cb -C extra-filename=-25df244ed7a623cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-2221cc2089773c6e.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-34cbc3f1b67bf5a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2024-09-26T19:29:37.006Z | Compiling ring v0.16.20 |
1800 | 2024-09-26T19:29:37.009Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=74a27bc362eb42b0 -C extra-filename=-74a27bc362eb42b0 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-74a27bc362eb42b0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2024-09-26T19:29:37.079Z | Compiling blake3 v1.5.1 |
1802 | 2024-09-26T19:29:37.082Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=8e62ee7214230968 -C extra-filename=-8e62ee7214230968 --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-8e62ee7214230968 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --cap-lints allow '-Wclippy::unused-async'` |
1803 | 2024-09-26T19:29:37.265Z | Compiling vte_generate_state_changes v0.1.1 |
1804 | 2024-09-26T19:29:37.268Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=270aae26eb918bab -C extra-filename=-270aae26eb918bab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1805 | 2024-09-26T19:29:37.508Z | Compiling dirs-sys v0.3.7 |
1806 | 2024-09-26T19:29:37.512Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d50a2ebac4cd7b4 -C extra-filename=-6d50a2ebac4cd7b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1807 | 2024-09-26T19:29:37.719Z | Compiling rust_decimal v1.33.1 |
1808 | 2024-09-26T19:29:37.721Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=ec58ccaf234f35d3 -C extra-filename=-ec58ccaf234f35d3 --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-ec58ccaf234f35d3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2024-09-26T19:29:37.748Z | Compiling portable-atomic v1.5.1 |
1810 | 2024-09-26T19:29:37.751Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=875cd1765c6ba8f2 -C extra-filename=-875cd1765c6ba8f2 --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-875cd1765c6ba8f2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2024-09-26T19:29:37.934Z | Compiling minimal-lexical v0.2.1 |
1812 | 2024-09-26T19:29:37.936Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=6c3f31f4ca9f5daf -C extra-filename=-6c3f31f4ca9f5daf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2024-09-26T19:29:38.071Z | Compiling adler v1.0.2 |
1814 | 2024-09-26T19:29:38.116Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=07ff94e602650d80 -C extra-filename=-07ff94e602650d80 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1815 | 2024-09-26T19:29:38.249Z | Compiling miniz_oxide v0.7.1 |
1816 | 2024-09-26T19:29:38.251Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=231cc5221b773c09 -C extra-filename=-231cc5221b773c09 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern adler=/work/oxidecomputer/crucible/target/debug/deps/libadler-07ff94e602650d80.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1817 | 2024-09-26T19:29:38.316Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-74a27bc362eb42b0/build-script-build` |
1818 | 2024-09-26T19:29:38.356Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-ec58ccaf234f35d3/build-script-build` |
1819 | 2024-09-26T19:29:38.360Z | Compiling nom v7.1.3 |
1820 | 2024-09-26T19:29:38.376Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=cc011cc7c6d9eb82 -C extra-filename=-cc011cc7c6d9eb82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-6c3f31f4ca9f5daf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2024-09-26T19:29:38.380Z | Compiling vte v0.11.1 |
1822 | 2024-09-26T19:29:38.383Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=6238152fa05cd839 -C extra-filename=-6238152fa05cd839 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-f41b2b007495555e.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-270aae26eb918bab.so --cap-lints allow '-Wclippy::unused-async'` |
1823 | 2024-09-26T19:29:38.473Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-8e62ee7214230968/build-script-build` |
1824 | 2024-09-26T19:29:38.634Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-875cd1765c6ba8f2/build-script-build` |
1825 | 2024-09-26T19:29:38.688Z | Compiling tracing-opentelemetry v0.22.0 |
1826 | 2024-09-26T19:29:38.691Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_opentelemetry --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="smallvec"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "default", "metrics", "smallvec", "thiserror", "tracing-log"))' -C metadata=5ea5a5bcf1f4f600 -C extra-filename=-5ea5a5bcf1f4f600 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-e8a0ccdc4c99f8a4.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-62cfafd652b0ab31.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-92260520d03583f7.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1827 | 2024-09-26T19:29:39.647Z | Compiling dirs v4.0.0 |
1828 | 2024-09-26T19:29:39.650Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb7ba876a3e24aa4 -C extra-filename=-fb7ba876a3e24aa4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_sys=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys-6d50a2ebac4cd7b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1829 | 2024-09-26T19:29:39.722Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-258b7b5d53dc7361/build-script-build` |
1830 | 2024-09-26T19:29:39.823Z | Compiling opentelemetry-jaeger v0.20.0 |
1831 | 2024-09-26T19:29:39.826Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_jaeger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-jaeger-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "base64", "collector_client", "default", "full", "futures-executor", "headers", "http", "hyper", "hyper-tls", "hyper_collector_client", "hyper_tls_collector_client", "integration_test", "isahc", "isahc_collector_client", "js-sys", "opentelemetry-http", "pin-project-lite", "prost", "prost-types", "reqwest", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "surf", "surf_collector_client", "tokio", "tonic", "wasm-bindgen", "wasm-bindgen-futures", "wasm_collector_client", "web-sys"))' -C metadata=096e788be06871e0 -C extra-filename=-096e788be06871e0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-e8a0ccdc4c99f8a4.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-3933e53f8fcf92bc.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-62cfafd652b0ab31.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-18b58c8a0aa495f5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1832 | 2024-09-26T19:29:39.844Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=54fd5d58f565dd3f -C extra-filename=-54fd5d58f565dd3f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-c77b97724daa6844.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1833 | 2024-09-26T19:29:40.049Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=07bbd181cbced1a1 -C extra-filename=-07bbd181cbced1a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
1834 | 2024-09-26T19:29:40.421Z | Compiling signal-hook-tokio v0.3.1 |
1835 | 2024-09-26T19:29:40.426Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=f3f0f26dc7751029 -C extra-filename=-f3f0f26dc7751029 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1836 | 2024-09-26T19:29:40.622Z | Compiling phf v0.11.2 |
1837 | 2024-09-26T19:29:40.625Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=c489874cf13a5dc3 -C extra-filename=-c489874cf13a5dc3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-1ec4e01cb3162e7a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1838 | 2024-09-26T19:29:40.786Z | Compiling opentelemetry v0.24.0 |
1839 | 2024-09-26T19:29:40.789Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "otel_unstable", "pin-project-lite", "testing", "trace"))' -C metadata=44c3747260d6339e -C extra-filename=-44c3747260d6339e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1840 | 2024-09-26T19:29:40.817Z | Compiling xattr v1.0.1 |
1841 | 2024-09-26T19:29:40.821Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=eea6d2c8e022a0ad -C extra-filename=-eea6d2c8e022a0ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1842 | 2024-09-26T19:29:40.913Z | Compiling filetime v0.2.22 |
1843 | 2024-09-26T19:29:40.918Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01565dd0d5241337 -C extra-filename=-01565dd0d5241337 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1844 | 2024-09-26T19:29:41.097Z | Compiling memmap2 v0.9.4 |
1845 | 2024-09-26T19:29:41.100Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=7a3ed6186c772506 -C extra-filename=-7a3ed6186c772506 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1846 | 2024-09-26T19:29:41.211Z | Compiling csv-core v0.1.11 |
1847 | 2024-09-26T19:29:41.214Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=539dc0dd349a7014 -C extra-filename=-539dc0dd349a7014 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1848 | 2024-09-26T19:29:41.472Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
1849 | 2024-09-26T19:29:41.476Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 downstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=a12e18401ca79fa0 -C extra-filename=-a12e18401ca79fa0 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-a12e18401ca79fa0 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-df010218877e50f1.rlib '-Wclippy::unused-async'` |
1850 | 2024-09-26T19:29:41.555Z | Compiling constant_time_eq v0.3.0 |
1851 | 2024-09-26T19:29:41.558Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=ea264493e5207e24 -C extra-filename=-ea264493e5207e24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1852 | 2024-09-26T19:29:41.710Z | Compiling http-range v0.1.5 |
1853 | 2024-09-26T19:29:41.732Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b0a2f3b70338bbf -C extra-filename=-5b0a2f3b70338bbf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1854 | 2024-09-26T19:29:41.735Z | Compiling untrusted v0.7.1 |
1855 | 2024-09-26T19:29:41.735Z | Compiling home v0.5.5 |
1856 | 2024-09-26T19:29:41.735Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5975d3ea0d944ec3 -C extra-filename=-5975d3ea0d944ec3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1857 | 2024-09-26T19:29:41.735Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11962a7e27b82485 -C extra-filename=-11962a7e27b82485 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1858 | 2024-09-26T19:29:41.757Z | Compiling same-file v1.0.6 |
1859 | 2024-09-26T19:29:41.779Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc507f778146b2ce -C extra-filename=-cc507f778146b2ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1860 | 2024-09-26T19:29:41.838Z | Compiling arrayref v0.3.7 |
1861 | 2024-09-26T19:29:41.841Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f57953f6f3e099 -C extra-filename=-32f57953f6f3e099 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1862 | 2024-09-26T19:29:41.908Z | Compiling spin v0.5.2 |
1863 | 2024-09-26T19:29:41.910Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4f8c3d8f528e849 -C extra-filename=-e4f8c3d8f528e849 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1864 | 2024-09-26T19:29:41.939Z | Compiling walkdir v2.4.0 |
1865 | 2024-09-26T19:29:41.941Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=430c973b6d26864c -C extra-filename=-430c973b6d26864c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern same_file=/work/oxidecomputer/crucible/target/debug/deps/libsame_file-cc507f778146b2ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1866 | 2024-09-26T19:29:42.032Z | Compiling which v4.4.2 |
1867 | 2024-09-26T19:29:42.039Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=eb68d2380d12aea1 -C extra-filename=-eb68d2380d12aea1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-11962a7e27b82485.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1868 | 2024-09-26T19:29:42.085Z | Compiling hyper-staticfile v0.9.6 |
1869 | 2024-09-26T19:29:42.088Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4dc04609692eccf -C extra-filename=-c4dc04609692eccf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-5b0a2f3b70338bbf.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-032889fe716cbc03.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1870 | 2024-09-26T19:29:42.111Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=e37a5adca19b03e2 -C extra-filename=-e37a5adca19b03e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-e4f8c3d8f528e849.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-5975d3ea0d944ec3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-3e67259a6ebb19cf/out -l static=ring-core -l static=ring-test` |
1871 | 2024-09-26T19:29:42.146Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-a12e18401ca79fa0/build-script-build` |
1872 | 2024-09-26T19:29:42.216Z | Compiling csv v1.3.0 |
1873 | 2024-09-26T19:29:42.219Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d910c56374eef2f2 -C extra-filename=-d910c56374eef2f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern csv_core=/work/oxidecomputer/crucible/target/debug/deps/libcsv_core-539dc0dd349a7014.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-43ec1d403a4cd6b6.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dd100981a5954ac0.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1874 | 2024-09-26T19:29:42.700Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21714bec04964e83 -C extra-filename=-21714bec04964e83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs=/work/oxidecomputer/crucible/target/debug/deps/libdirs-fb7ba876a3e24aa4.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-1dda31390670b80d.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-cc011cc7c6d9eb82.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-c489874cf13a5dc3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1875 | 2024-09-26T19:29:42.720Z | Compiling tar v0.4.40 |
1876 | 2024-09-26T19:29:42.724Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=9b9bf71f7cdf6ca6 -C extra-filename=-9b9bf71f7cdf6ca6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-01565dd0d5241337.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-eea6d2c8e022a0ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1877 | 2024-09-26T19:29:42.748Z | Compiling flate2 v1.0.28 |
1878 | 2024-09-26T19:29:42.751Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=1fe9fb14bed40f68 -C extra-filename=-1fe9fb14bed40f68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crc32fast=/work/oxidecomputer/crucible/target/debug/deps/libcrc32fast-07bbd181cbced1a1.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-231cc5221b773c09.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1879 | 2024-09-26T19:29:43.085Z | Compiling strip-ansi-escapes v0.2.0 |
1880 | 2024-09-26T19:29:43.087Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6aa34060a5211e75 -C extra-filename=-6aa34060a5211e75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vte=/work/oxidecomputer/crucible/target/debug/deps/libvte-6238152fa05cd839.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1881 | 2024-09-26T19:29:43.562Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=611f95f2b153a2ec -C extra-filename=-611f95f2b153a2ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg portable_atomic_llvm_16` |
1882 | 2024-09-26T19:29:43.687Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rust_decimal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=745587bf06b53d2d -C extra-filename=-745587bf06b53d2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-3a0d14ff8fd78eeb.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1883 | 2024-09-26T19:29:43.796Z | Compiling crossterm v0.27.0 |
1884 | 2024-09-26T19:29:43.799Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=2c8e31c341675e4e -C extra-filename=-2c8e31c341675e4e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-0de91988173cd9d3.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-bb544afdfac91b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2024-09-26T19:29:44.222Z | Compiling toml v0.7.8 |
1886 | 2024-09-26T19:29:44.224Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=641978d9b4bb78e8 -C extra-filename=-641978d9b4bb78e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-5927de06341fbdb7.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ecebb2dcedbe009b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2024-09-26T19:29:44.983Z | Compiling nix v0.26.4 |
1888 | 2024-09-26T19:29:44.986Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=cbfd070626fc047b -C extra-filename=-cbfd070626fc047b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-31179843bc0058c5.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2024-09-26T19:29:45.031Z | Compiling itertools v0.12.1 |
1890 | 2024-09-26T19:29:45.034Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=25b409d9c5fbb88f -C extra-filename=-25b409d9c5fbb88f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2024-09-26T19:29:45.056Z | Compiling fd-lock v4.0.2 |
1892 | 2024-09-26T19:29:45.056Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e82775afa3e80c21 -C extra-filename=-e82775afa3e80c21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1893 | 2024-09-26T19:29:45.260Z | Compiling topological-sort v0.2.2 |
1894 | 2024-09-26T19:29:45.262Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eed1907fdef10a8 -C extra-filename=-3eed1907fdef10a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1895 | 2024-09-26T19:29:45.495Z | Compiling number_prefix v0.4.0 |
1896 | 2024-09-26T19:29:45.555Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=87c5cf9a00980ff9 -C extra-filename=-87c5cf9a00980ff9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1897 | 2024-09-26T19:29:45.574Z | Compiling nu-ansi-term v0.50.0 |
1898 | 2024-09-26T19:29:45.576Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=17debf12f8cf7a5c -C extra-filename=-17debf12f8cf7a5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1899 | 2024-09-26T19:29:45.779Z | Compiling utf8-width v0.1.6 |
1900 | 2024-09-26T19:29:45.782Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8-width-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8b0942766903c6c -C extra-filename=-c8b0942766903c6c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1901 | 2024-09-26T19:29:45.905Z | Compiling byte-unit v5.1.4 |
1902 | 2024-09-26T19:29:45.908Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_unit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byte-unit-5.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byte"' --cfg 'feature="default"' --cfg 'feature="rust_decimal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit", "byte", "default", "rocket", "rust_decimal", "serde", "std", "u128"))' -C metadata=a3af8dae79acd117 -C extra-filename=-a3af8dae79acd117 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rust_decimal=/work/oxidecomputer/crucible/target/debug/deps/librust_decimal-745587bf06b53d2d.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-c8b0942766903c6c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1903 | 2024-09-26T19:29:45.999Z | Compiling indicatif v0.17.8 |
1904 | 2024-09-26T19:29:46.002Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=d42ab1c2713e1f8f -C extra-filename=-d42ab1c2713e1f8f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-fc32adad4d84e435.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-87c5cf9a00980ff9.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-611f95f2b153a2ec.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1905 | 2024-09-26T19:29:46.030Z | Compiling crossterm v0.28.1 |
1906 | 2024-09-26T19:29:46.033Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=48152798843dd450 -C extra-filename=-48152798843dd450 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-755fb11a2b3c0d7b.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-bb544afdfac91b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1907 | 2024-09-26T19:29:46.414Z | Compiling nbd v0.3.1 |
1908 | 2024-09-26T19:29:46.417Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nbd --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nbd-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29ad83b2b88bf77f -C extra-filename=-29ad83b2b88bf77f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1909 | 2024-09-26T19:29:46.456Z | Compiling human_bytes v0.4.3 |
1910 | 2024-09-26T19:29:46.459Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name human_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/human_bytes-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="si-units"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "build-binary", "default", "fast", "lexopt", "ryu", "si-units"))' -C metadata=ed731fb620f3057c -C extra-filename=-ed731fb620f3057c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1911 | 2024-09-26T19:29:47.759Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=5259c3d7e32356a2 -C extra-filename=-5259c3d7e32356a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-32f57953f6f3e099.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-3a0d14ff8fd78eeb.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-ea264493e5207e24.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-7a3ed6186c772506.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi` |
1912 | 2024-09-26T19:29:48.013Z | Compiling reedline v0.33.0 |
1913 | 2024-09-26T19:29:48.015Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=8ac6ce207df3acda -C extra-filename=-8ac6ce207df3acda --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-2c8e31c341675e4e.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-e82775afa3e80c21.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-25b409d9c5fbb88f.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-17debf12f8cf7a5c.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-6aa34060a5211e75.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-0669b3421ee0ac06.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-b88cf4f2350a0edc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1914 | 2024-09-26T19:29:48.995Z | Compiling clearscreen v2.0.1 |
1915 | 2024-09-26T19:29:48.997Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name clearscreen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clearscreen-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("windows-console"))' -C metadata=02b119b791f2d876 -C extra-filename=-02b119b791f2d876 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-cbfd070626fc047b.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-21714bec04964e83.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-eb68d2380d12aea1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1916 | 2024-09-26T19:29:51.438Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-31e07cd16581fc9d/build-script-build` |
1917 | 2024-09-26T19:29:51.468Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=2ece47f2bd04988a -C extra-filename=-2ece47f2bd04988a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1918 | 2024-09-26T19:29:51.502Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ac87368030a969a5 -C extra-filename=-ac87368030a969a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1919 | 2024-09-26T19:29:51.595Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-75d20b888f0e8783/build-script-build` |
1920 | 2024-09-26T19:29:53.308Z | Compiling rustls-webpki v0.101.7 |
1921 | 2024-09-26T19:29:53.313Z | Compiling sct v0.7.1 |
1922 | 2024-09-26T19:29:53.313Z | Compiling rustls-webpki v0.102.1 |
1923 | 2024-09-26T19:29:53.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e0ec42f5e257e2ea -C extra-filename=-e0ec42f5e257e2ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-2ece47f2bd04988a.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1924 | 2024-09-26T19:29:53.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=dc055d3247ee5ce7 -C extra-filename=-dc055d3247ee5ce7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-2ece47f2bd04988a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1925 | 2024-09-26T19:29:53.313Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=983ed4cb98812fc0 -C extra-filename=-983ed4cb98812fc0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-2ece47f2bd04988a.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-54e0d53795cfad75.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1926 | 2024-09-26T19:29:53.407Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1e8307053d6e62e3 -C extra-filename=-1e8307053d6e62e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-ac87368030a969a5.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1927 | 2024-09-26T19:29:53.607Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcde2a9ef2d64e0a -C extra-filename=-dcde2a9ef2d64e0a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-ac87368030a969a5.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1928 | 2024-09-26T19:29:53.678Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=9c07a907dd9b4a94 -C extra-filename=-9c07a907dd9b4a94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-ac87368030a969a5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-dfaedd776312c878.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1929 | 2024-09-26T19:29:54.109Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=8ddb67fc24853004 -C extra-filename=-8ddb67fc24853004 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-2ece47f2bd04988a.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-e0ec42f5e257e2ea.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-983ed4cb98812fc0.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1930 | 2024-09-26T19:29:54.425Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=902ea3657a178db1 -C extra-filename=-902ea3657a178db1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-ac87368030a969a5.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-1e8307053d6e62e3.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-dcde2a9ef2d64e0a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1931 | 2024-09-26T19:29:54.511Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b79f6e3e246f366a -C extra-filename=-b79f6e3e246f366a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-2ece47f2bd04988a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-dc055d3247ee5ce7.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-6e86d0c67c39a55a.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-0616ca7d7ca74d2f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1932 | 2024-09-26T19:29:54.920Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5fbe2cebf8555c63 -C extra-filename=-5fbe2cebf8555c63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-ac87368030a969a5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-9c07a907dd9b4a94.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-1e9c8c4cd32d039e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-385f4c6a82c75c97.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1933 | 2024-09-26T19:29:57.617Z | Compiling tokio-rustls v0.24.1 |
1934 | 2024-09-26T19:29:57.621Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=0727b874e97287e9 -C extra-filename=-0727b874e97287e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1935 | 2024-09-26T19:29:57.917Z | Compiling hyper-rustls v0.24.2 |
1936 | 2024-09-26T19:29:57.922Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=61691efac811f4df -C extra-filename=-61691efac811f4df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1937 | 2024-09-26T19:29:57.922Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=826d99aa0e0973b4 -C extra-filename=-826d99aa0e0973b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1938 | 2024-09-26T19:29:58.291Z | Compiling reqwest v0.11.27 |
1939 | 2024-09-26T19:29:58.295Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=1228b7edc1e53976 -C extra-filename=-1228b7edc1e53976 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-b16e2fee938c74e2.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-d48dc2322585fb49.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-7d8b11d9426bfac3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-bf997e715fcfc39f.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-61691efac811f4df.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-c3df273c51c56b24.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-6fa3726a53b738b9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-5ec863f653959239.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b67dd205634f4937.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-230bb2fcd0a13475.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-fd58ed7bd5417794.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-f2299c19075197dd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3798ce452812baa8.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-c99ce94b466c9863.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-95ec7a6b75269530.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-65da8a4c57c61b61.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1940 | 2024-09-26T19:29:58.332Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=e59fb1999e598a43 -C extra-filename=-e59fb1999e598a43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-826d99aa0e0973b4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1941 | 2024-09-26T19:29:58.634Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=13592623b722e5c8 -C extra-filename=-13592623b722e5c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-97bfc64068a4bfad.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-7c5cc8db1569d62e.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-b2578039e3d04fc3.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-b93e537be48540ba.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-e59fb1999e598a43.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-20f311e1f52f14c9.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-337ecf9144beab17.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-082b620689f999fb.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-1c634fd0707fc42d.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-e8932a9fabbdc4c8.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-4c93d1d63434c201.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4d8798ffd2feed14.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-48a5df6c8b6eefb1.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-826d99aa0e0973b4.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-b9f33f47de5c2b42.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-e35d798f188c62db.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-df6e991f2d774ffe.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-509a604479dfb9a0.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1942 | 2024-09-26T19:29:58.682Z | Compiling tokio-rustls v0.25.0 |
1943 | 2024-09-26T19:29:58.691Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=78ae70c92131128c -C extra-filename=-78ae70c92131128c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-b79f6e3e246f366a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-34da5ba4f2a26719.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1944 | 2024-09-26T19:29:58.718Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=8a29ae81e5e4e95c -C extra-filename=-8a29ae81e5e4e95c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-9794eb2a8d88e96d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1945 | 2024-09-26T19:29:59.107Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=10b583b4d853d9e2 -C extra-filename=-10b583b4d853d9e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-1487b5b351007104.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-a8c9470c7b1de11d.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-f6725f3a1229f2cf.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-755223d9209c8c7a.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-009c93eb751b73f6.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-0f80d5365e99edc7.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-c62b95735f2881d2.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-b79f6e3e246f366a.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-c6208ac7fb266358.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-739a70b854eddc3a.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-210aaa6b632bf847.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5c45cf022a8479ad.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-cf800494ed39d6d2.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-78ae70c92131128c.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-24d925eb7284a515.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1946 | 2024-09-26T19:29:59.392Z | Compiling git2 v0.19.0 |
1947 | 2024-09-26T19:29:59.395Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6b5a75268dce1fd6 -C extra-filename=-6b5a75268dce1fd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-544005aa0b7947b7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-8a29ae81e5e4e95c.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-df6e991f2d774ffe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -L native=/usr/lib/amd64` |
1948 | 2024-09-26T19:30:01.340Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1949 | 2024-09-26T19:30:01.347Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55d9704a2d574066 -C extra-filename=-55d9704a2d574066 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-dd7a56c1d8299d89.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1950 | 2024-09-26T19:30:01.842Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1951 | 2024-09-26T19:30:01.846Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f70ba39dba9a8acf -C extra-filename=-f70ba39dba9a8acf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-55d9704a2d574066.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-25664cd2b8057c18.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-de78a183672117b0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1952 | 2024-09-26T19:30:02.066Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1953 | 2024-09-26T19:30:02.069Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe2995d8a343cd1e -C extra-filename=-fe2995d8a343cd1e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1954 | 2024-09-26T19:30:02.771Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0852a29f1be57a79 -C extra-filename=-0852a29f1be57a79 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1955 | 2024-09-26T19:30:03.181Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5fededb/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a0942d7214a5aca -C extra-filename=-4a0942d7214a5aca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-0852a29f1be57a79.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-ed68a760cb4a8a54.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-de78a183672117b0.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1956 | 2024-09-26T19:30:03.411Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=3b926c894973c13b -C extra-filename=-3b926c894973c13b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-5fbe2cebf8555c63.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-278118eca4993844.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1957 | 2024-09-26T19:30:03.476Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62ee5dc79c2c5a83 -C extra-filename=-62ee5dc79c2c5a83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-004ee70242088362.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4a0942d7214a5aca.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1958 | 2024-09-26T19:30:03.833Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/7b594d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2743009fc021124 -C extra-filename=-c2743009fc021124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-6a61e30a935f0148.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-257fc8a7583b6f23.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-b598b9a93384beaf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-7619f67031d89ea3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-f6725f3a1229f2cf.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-d6ef9e0917726f45.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-95fc6a76e0113dee.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-4461f12f4bf945b0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-ae9485e00bd34c62.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-f576774419083bbd.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-bb453ef59e4d5ea9.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-5fbe2cebf8555c63.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-dbffb2855f7cd1fe.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-784e439ae6618f77.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-ec64670619e146a3.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-f20697d1a39c1a10.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-8305ebb6ecf3e705.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-99fdd798d41c184b.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-fc3ef2c655c5e5d1.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-d0d7b1d8d9f2ba59.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-3b926c894973c13b.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7cc29c28200723cf.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-dc2d8e4b61d25561.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-31f3926ca83e2a5b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out` |
1959 | 2024-09-26T19:30:05.326Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=1c6e1852ed33724c -C extra-filename=-1c6e1852ed33724c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-004ee70242088362.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-327db6fe11e0ec60.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-a5519019ef749be0.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-6b5a75268dce1fd6.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-ac0f5f906c75647b.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
1960 | 2024-09-26T19:30:06.963Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1961 | 2024-09-26T19:30:06.965Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03064bc76f7f17a6 -C extra-filename=-03064bc76f7f17a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-40a7129d4a20a3a0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1962 | 2024-09-26T19:30:08.508Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1963 | 2024-09-26T19:30:08.511Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b4613727f059b638 -C extra-filename=-b4613727f059b638 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-4ed2ecffa01a05c0.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-76906f6bfe097003.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-fe2995d8a343cd1e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-ae2d7652fed95771.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-55d9704a2d574066.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-4c13b4b85ffd0cab.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-df56e11bc36b57c3.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b76adf38fbbdfba1.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1964 | 2024-09-26T19:30:08.944Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
1965 | 2024-09-26T19:30:08.947Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9baf5747b7382a7 -C extra-filename=-c9baf5747b7382a7 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-c9baf5747b7382a7 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vergen=/work/oxidecomputer/crucible/target/debug/deps/libvergen-1c6e1852ed33724c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-026843c1e8a1dc58/out/build -L native=/usr/lib/amd64` |
1966 | 2024-09-26T19:30:08.947Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=09c00ca47f9d2747 -C extra-filename=-09c00ca47f9d2747 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-004ee70242088362.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-b011f942b7d336ec.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-b598b9a93384beaf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-c2743009fc021124.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-95fc6a76e0113dee.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-025def26417f2b88.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-88761b1f3526bbf9.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-68eff4e84fb4304e.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c5abb11a2569c28d.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-62ee5dc79c2c5a83.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-086b8fc1bf731e3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-4704b4ca21d1e461.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-dba4a871ab6a395d.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4a0942d7214a5aca.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-0852a29f1be57a79.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-a58b3cee7402c688.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-0d26e90e080d729c.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-bac065ad0d7ddfe3.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-5accdccd663cd6fb.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-06645e3ce4d08291.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1967 | 2024-09-26T19:30:09.299Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
1968 | 2024-09-26T19:30:09.302Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adea406c0ae65fc5 -C extra-filename=-adea406c0ae65fc5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-898748b411b4be54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1969 | 2024-09-26T19:30:09.845Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
1970 | 2024-09-26T19:30:09.848Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b700dcfde31f7d9a -C extra-filename=-b700dcfde31f7d9a --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-b700dcfde31f7d9a -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-544005aa0b7947b7.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-40468d7bd9b96207.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5ccfc46191938eab.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-3386e1e7c4c3efe5.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-dc7858212c868203.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-358cce0c360d0049.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-dd59e0644594b3be.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-3af4b7e6fc741851.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1fba35c896f6a37c.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-5d879cdb3256d6f9.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-31aa827c0b793789.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-85bdbf473a6c329c.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-e5a2acfc24820799.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-cd87678860779045.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-dfc593445d30822e.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-025def26417f2b88.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-f6889cc30cae135c.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-1d18750f76da275e.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-dfc7a90a9691b0ec.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e2b267480d6b7b97.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-a514a834b938d5ba.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-ad2de6c8c63db9ff.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-da0331d91bda379c.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-a82a955885cb119e.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-cfc793e731e72eec.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-eb7edc1bfbb28116.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-6cf06b2a23930a41.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-a088c2fb2ed6704a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-bde62343a55fc728.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-7223c7288d5ed370.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-2552b57e9dbdf359.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-e5305eb307ec501c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-13592623b722e5c8.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-b49cda4bd984ae07.rlib --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-902ea3657a178db1.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-91474adc825aeb19.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-0c2aa02ffae417f8.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-5f847d7de846aabc.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-131497084c35547f.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-aed00672b5bfbd70.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-a594b8da26056778.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-ace4cd1d15e0104a.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-94d554a18023652c.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85e404052cb7687a.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-d96071f087447c2a.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-90057d0b8b6d0ea4.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-596e8fbe58507abd.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-d08afc8e0146239c.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-dc2d8e4b61d25561.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-667572cf3e64fa52.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-411072d51750f2f5.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1971 | 2024-09-26T19:30:10.225Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-b700dcfde31f7d9a/build-script-build` |
1972 | 2024-09-26T19:30:10.234Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4e807cdd13df304 -C extra-filename=-b4e807cdd13df304 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-3a0d14ff8fd78eeb.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-31179843bc0058c5.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bc8eef8f4806d164.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-d7e315159e2e7593.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-acabb1d36e662a80.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-3a3da486b00e0b1a.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-34cbc3f1b67bf5a4.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-53cce98a606842bf.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-1e84fad8f5f4a9fa.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-5c10b5e8137236dd.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-f1041fcc40110f4c.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-1101919534fb894e.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-9fbefd73d49bc86e.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-b850c79896b3774b.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-8a9e74e7d691ac23.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e9dd13923fd3a944.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-9693728a63ceaf9c.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-057e0534b6b4149b.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-f175f0b20d46995d.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-28879fad141b87b7.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-28823f714dcb019b.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-c62b95735f2881d2.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-1ec4e01cb3162e7a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-608eb497a4d963af.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-d3d3dd212c744d95.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-a28c176cc56fba2a.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8ddb67fc24853004.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-305c6204781016bb.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-089fc1076c35cc1d.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-6c0087b6ac0cd8b1.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-3a741a196687a189.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-447d7c9539f3ce0e.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ecebb2dcedbe009b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-87fd0d78f1889ce1.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-c639d535518a4961.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-bf5fcecfd5928251.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1973 | 2024-09-26T19:30:10.255Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-c9baf5747b7382a7/build-script-build` |
1974 | 2024-09-26T19:30:10.346Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=eab46702b6a43ff558672462dea3eb5ff7b8a0e6#eab46702) |
1975 | 2024-09-26T19:30:10.349Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/eab4670/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7480b7ef49191c0 -C extra-filename=-f7480b7ef49191c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-e5abadb1468d043b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1976 | 2024-09-26T19:30:10.995Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
1977 | 2024-09-26T19:30:10.997Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef3d0a74db5ccaa6 -C extra-filename=-ef3d0a74db5ccaa6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1978 | 2024-09-26T19:30:11.319Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
1979 | 2024-09-26T19:30:11.323Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92057f2d57103de9 -C extra-filename=-92057f2d57103de9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-e5abadb1468d043b.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-76d106733c149847.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1980 | 2024-09-26T19:30:11.643Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
1981 | 2024-09-26T19:30:11.646Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc_client --edition=2021 dsc-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fc83637eee2d7d0 -C extra-filename=-1fc83637eee2d7d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1982 | 2024-09-26T19:30:12.024Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
1983 | 2024-09-26T19:30:12.032Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_control_client --edition=2021 control-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a116e6dc36cfeb3f -C extra-filename=-a116e6dc36cfeb3f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1984 | 2024-09-26T19:30:12.519Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
1985 | 2024-09-26T19:30:12.522Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07110564c290a68f -C extra-filename=-07110564c290a68f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1986 | 2024-09-26T19:30:12.623Z | Compiling omicron-zone-package v0.11.0 |
1987 | 2024-09-26T19:30:12.626Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e837fb2892f8124 -C extra-filename=-0e837fb2892f8124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-5259c3d7e32356a2.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-24e01223c08c078f.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-01565dd0d5241337.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-1fe9fb14bed40f68.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-4f9d05aace097a4c.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-e37a5adca19b03e2.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-64693870cc07c2df.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-c26e3cad01739427.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-9b9bf71f7cdf6ca6.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-641978d9b4bb78e8.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-3eed1907fdef10a8.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-430c973b6d26864c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/ring-3e67259a6ebb19cf/out` |
1988 | 2024-09-26T19:30:13.270Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
1989 | 2024-09-26T19:30:13.272Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_integration_tests --edition=2021 integration_tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0bff935b80bde8d -C extra-filename=-e0bff935b80bde8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1990 | 2024-09-26T19:30:13.458Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
1991 | 2024-09-26T19:30:13.461Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=731631f8b0efa01a -C extra-filename=-731631f8b0efa01a --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
1992 | 2024-09-26T19:30:16.613Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b3346b828b06f14 -C extra-filename=-9b3346b828b06f14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-01997d45292a3a76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-fd58ed7bd5417794.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5c45cf022a8479ad.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-d3ac3d9914dc6a04.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-e46144694b6af5ed.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
1993 | 2024-09-26T19:30:17.122Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
1994 | 2024-09-26T19:30:17.124Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_package --edition=2021 package/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8bdc2c1e3ceff08 -C extra-filename=-d8bdc2c1e3ceff08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-0e837fb2892f8124.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-734a2630d84d39e6/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-3e67259a6ebb19cf/out` |
1995 | 2024-09-26T19:30:17.766Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
1996 | 2024-09-26T19:30:17.770Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
1997 | 2024-09-26T19:30:17.770Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e1c77fbbcefd83e -C extra-filename=-6e1c77fbbcefd83e --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-12f110b5948928c4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
1998 | 2024-09-26T19:30:17.770Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a27fbb3e36947b9 -C extra-filename=-7a27fbb3e36947b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-d47aac5d955790b2.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
1999 | 2024-09-26T19:30:18.989Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2000 | 2024-09-26T19:30:18.989Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2001 | 2024-09-26T19:30:18.995Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb2db57f319d2e24 -C extra-filename=-cb2db57f319d2e24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-07110564c290a68f.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-5c45cf022a8479ad.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2002 | 2024-09-26T19:30:18.995Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bdba5b6f4ec318f -C extra-filename=-5bdba5b6f4ec318f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-a3af8dae79acd117.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-d910c56374eef2f2.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-1fc83637eee2d7d0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2003 | 2024-09-26T19:30:19.109Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2004 | 2024-09-26T19:30:19.114Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60a9fd3f2320867 -C extra-filename=-b60a9fd3f2320867 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-cdfd8e9167da8a37.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-26e228df828485e8.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-6dda1d3221966d25.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2005 | 2024-09-26T19:30:19.824Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a1f50a7585353a13 -C extra-filename=-a1f50a7585353a13 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-f5a83288294087cf.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-39c7342ca60225ec.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-8e48c0c8050fa647.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-24e01223c08c078f.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-f7480b7ef49191c0.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-76906f6bfe097003.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-51249ddbabdf261c.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-bb41fc26901eaec6.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-c637d694cd189bfd.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-2b1496d3889ad74c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-e957c5d12981c75e.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-25e5eaa7571458c3.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2006 | 2024-09-26T19:30:23.657Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2007 | 2024-09-26T19:30:23.659Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad1cbd38cd734d8c -C extra-filename=-ad1cbd38cd734d8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-a1f50a7585353a13.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2008 | 2024-09-26T19:30:24.640Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ed0a4ccf4526c9f -C extra-filename=-5ed0a4ccf4526c9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7a19d74847f059fc.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-895d65b6001640a7.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-5a3e04354e210783.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-09c00ca47f9d2747.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-02e6583407a27403.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-06645e3ce4d08291.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-f5c448fb855e4613.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-8f8ca70bde8e4327.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2009 | 2024-09-26T19:30:25.866Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2010 | 2024-09-26T19:30:25.869Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=107d98f89c7b854a -C extra-filename=-107d98f89c7b854a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-ad1cbd38cd734d8c.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2011 | 2024-09-26T19:30:27.701Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2012 | 2024-09-26T19:30:27.704Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52e490dfdd389ca6 -C extra-filename=-52e490dfdd389ca6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-c3842fa086730bbd.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-26e228df828485e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-b60a9fd3f2320867.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2013 | 2024-09-26T19:30:27.764Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2014 | 2024-09-26T19:30:27.767Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=022846f9dc361a76 -C extra-filename=-022846f9dc361a76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-b180f3730e51b4d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-b60a9fd3f2320867.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-ab7b9e2f66cd8591.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-ed7a6d3d890e78ca.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-ee3a670790a7c67b.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b76adf38fbbdfba1.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2015 | 2024-09-26T19:30:27.841Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2016 | 2024-09-26T19:30:27.844Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f113352d0a881cb -C extra-filename=-6f113352d0a881cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-03064bc76f7f17a6.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-50af6918f5268033.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2017 | 2024-09-26T19:30:28.276Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2018 | 2024-09-26T19:30:28.279Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a45a7532593655 -C extra-filename=-10a45a7532593655 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2019 | 2024-09-26T19:30:31.238Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff79953e559df250 -C extra-filename=-ff79953e559df250 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-004ee70242088362.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-a491bc5286c114c2.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-5ccfc46191938eab.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-3aa9cbeacb7cb070.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-5ed0a4ccf4526c9f.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-40b9284f433853dd.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-de71597916710214.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-3d5295eb0d82c25f.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-5accdccd663cd6fb.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-7cc29c28200723cf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2020 | 2024-09-26T19:30:31.464Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2021 | 2024-09-26T19:30:31.467Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31d8801b907555e2 -C extra-filename=-31d8801b907555e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-970f40ba1a967fdd.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-73a2be946c528cf7.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-9d7030bbfbcc01f0.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-793389374963d0c3.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-03064bc76f7f17a6.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-adea406c0ae65fc5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-7c5a6e2adf8d6e48.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-495e2fc5efead5a8.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-b4f5112309815178.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-fb8daa2db3a5d963.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-107d98f89c7b854a.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-5c06f10045ea6d53.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-52e490dfdd389ca6.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-ae2d7652fed95771.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-fac7689c7e7a4f02.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-b76adf38fbbdfba1.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-df90531e22434bb1.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2022 | 2024-09-26T19:30:33.481Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2023 | 2024-09-26T19:30:33.484Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d80df4bddce27cc -C extra-filename=-2d80df4bddce27cc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-00e86181a036fb8b.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-ff79953e559df250.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-5ed0a4ccf4526c9f.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-fc1036f61830a9c2.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-bd6f633effb29be4.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-0187c3237574d3d0.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2024 | 2024-09-26T19:30:39.031Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2025 | 2024-09-26T19:30:39.033Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa5c4c6d92223f33 -C extra-filename=-fa5c4c6d92223f33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-0cdae08a96ed2f49.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-022846f9dc361a76.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-2d80df4bddce27cc.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-b60a9fd3f2320867.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-ab7b9e2f66cd8591.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-9861ec5d743267ef.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2026 | 2024-09-26T19:30:44.794Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2027 | 2024-09-26T19:30:44.797Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=337f756426295f1f -C extra-filename=-337f756426295f1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-107d98f89c7b854a.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-31d8801b907555e2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-34d85a9097669d2e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-f8506935fd7750cf.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-f70ba39dba9a8acf.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-4c13b4b85ffd0cab.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2028 | 2024-09-26T19:30:51.525Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
2029 | 2024-09-26T19:30:51.527Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/5bf5f09/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7d280ab13414a4b -C extra-filename=-e7d280ab13414a4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-6f113352d0a881cb.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-337f756426295f1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-5469f43eae309375.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-a11bc2b048b4e5f7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64` |
2030 | 2024-09-26T19:30:52.735Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="http"' --cfg 'feature="internal-dns"' --cfg 'feature="nexus-client"' --cfg 'feature="notify-nexus"' --cfg 'feature="omicron-uuid-kinds"' --cfg 'feature="progenitor-client"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "http", "internal-dns", "nexus-client", "notify-nexus", "omicron-uuid-kinds", "progenitor-client"))' -C metadata=a6ee363dc5433376 -C extra-filename=-a6ee363dc5433376 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-9d15eab6e77f0c8d.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-60b98fdc54340243.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-2ffeb3677f9a0805.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-4e1981e6060e5d9b.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-6f113352d0a881cb.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-337f756426295f1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-89a4e4ec7affe1fe.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-55d9704a2d574066.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2031 | 2024-09-26T19:30:52.737Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9caea028f98cfd43 -C extra-filename=-9caea028f98cfd43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-c4dc04609692eccf.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2032 | 2024-09-26T19:30:59.628Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2033 | 2024-09-26T19:30:59.632Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea4ac90f37632fd2 -C extra-filename=-ea4ac90f37632fd2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2034 | 2024-09-26T19:31:07.104Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=84e08e2ec61c7ae3 -C extra-filename=-84e08e2ec61c7ae3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-9caea028f98cfd43.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-c4dc04609692eccf.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c55c6a0b9aca3c4.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-54fd5d58f565dd3f.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-eb428f423f5a5489.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-cf1e50e6d791f6e1.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-db31a441843dca27.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-d24dd2a7468f768c.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-6fcebe6a44501869.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-3252342b8f488e84.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0727b874e97287e9.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-64312e0ed40cb4c5.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-61cafdf45ca80d01.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2035 | 2024-09-26T19:31:11.871Z | Compiling cmon v0.1.0 (/work/oxidecomputer/crucible/cmon) |
2036 | 2024-09-26T19:31:11.871Z | Compiling crucible-nbd-server v0.1.0 (/work/oxidecomputer/crucible/nbd_server) |
2037 | 2024-09-26T19:31:11.874Z | Compiling measure-iops v0.0.1 (/work/oxidecomputer/crucible/measure_iops) |
2038 | 2024-09-26T19:31:11.874Z | Compiling crucible-hammer v0.1.0 (/work/oxidecomputer/crucible/hammer) |
2039 | 2024-09-26T19:31:11.874Z | Compiling crudd v0.1.0 (/work/oxidecomputer/crucible/crudd) |
2040 | 2024-09-26T19:31:11.874Z | Compiling crutest v0.1.0 (/work/oxidecomputer/crucible/crutest) |
2041 | 2024-09-26T19:31:11.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name cmon --edition=2021 cmon/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c642bf5ac14eac20 -C extra-filename=-c642bf5ac14eac20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern clearscreen=/work/oxidecomputer/crucible/target/debug/deps/libclearscreen-02b119b791f2d876.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_control_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_control_client-a116e6dc36cfeb3f.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-d83d938c46fc1401.rlib --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-50e03d4bfb3809e6.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2042 | 2024-09-26T19:31:11.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_nbd_server --edition=2021 nbd_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c400bb2a7e165549 -C extra-filename=-c400bb2a7e165549 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern nbd=/work/oxidecomputer/crucible/target/debug/deps/libnbd-29ad83b2b88bf77f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2043 | 2024-09-26T19:31:11.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crutest --edition=2021 crutest/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25b17b50c5899f94 -C extra-filename=-25b17b50c5899f94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-2a2887b112fe4f25.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-48152798843dd450.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-ef3d0a74db5ccaa6.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-d910c56374eef2f2.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-1fc83637eee2d7d0.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libhuman_bytes-ed731fb620f3057c.rlib --extern indicatif=/work/oxidecomputer/crucible/target/debug/deps/libindicatif-d42ab1c2713e1f8f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-fa5c4c6d92223f33.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-e7d280ab13414a4b.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-ac3b33c595ba95e0.rlib --extern reedline=/work/oxidecomputer/crucible/target/debug/deps/libreedline-8ac6ce207df3acda.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7a27fbb3e36947b9.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2044 | 2024-09-26T19:31:11.874Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crudd --edition=2021 crudd/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=262894ad3dd32d37 -C extra-filename=-262894ad3dd32d37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-6e1c77fbbcefd83e.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-894f78bc976de0e5.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-c3bb8caffeb13b1e.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-54a01fb88156e723.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-a0e8fa5213615652.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-f3f0f26dc7751029.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-1f3db3e65db9675f.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-ff52f7d13b3e255c.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2045 | 2024-09-26T19:31:11.889Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_hammer --edition=2021 hammer/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcaab3aec072b060 -C extra-filename=-bcaab3aec072b060 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-44c3747260d6339e.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-096e788be06871e0.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-5ea5a5bcf1f4f600.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-b9b9badce83d9dcd.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2046 | 2024-09-26T19:31:11.892Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name measure_iops --edition=2021 measure_iops/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49e20183c0e19541 -C extra-filename=-49e20183c0e19541 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-093134a88cb911d9.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-633679788e35452b.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2047 | 2024-09-26T19:31:12.017Z | Running `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbad35d09e4de5a8 -C extra-filename=-dbad35d09e4de5a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-a89d2f8e2c91e58b.rlib --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-09a04b980b3df7cf.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-8afc661df6106b71.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-515389a2bfac90ed.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-f03f69b6ba8fd8b4.rlib --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-a6ee363dc5433376.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-9b3346b828b06f14.rlib --extern crucible_pantry=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_pantry-ea4ac90f37632fd2.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-92057f2d57103de9.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-b4e807cdd13df304.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-10b583b4d853d9e2.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-91aae26da5b3498f.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-8d4a93b800bcd352.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d392af7f06d3b585.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-43b814601ab5ef1f.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b4613727f059b638.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-1228b7edc1e53976.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-00a3f389591ba12b.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-e4a77e5b408a1ddd.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-90d78c4622d11382.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-25df244ed7a623cb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-4789e60a490f9a82.rlib --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-64f71b103e003b8c.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a92e5b63c0974aba.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-3c25d220f1f76d5e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-d17874cf35dac3a3/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2048 | 2024-09-26T19:31:54.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 42s |
2049 | 2024-09-26T19:31:54.928Z | |
2050 | 2024-09-26T19:31:54.929Z | real 4:43.235437375 |
2051 | 2024-09-26T19:31:54.929Z | user 24:29.774537353 |
2052 | 2024-09-26T19:31:54.929Z | sys 5:13.379620828 |
2053 | 2024-09-26T19:31:54.929Z | trap 0.834946672 |
2054 | 2024-09-26T19:31:54.929Z | tflt 8.073281109 |
2055 | 2024-09-26T19:31:54.929Z | dflt 7.474316845 |
2056 | 2024-09-26T19:31:54.929Z | kflt 0.014882991 |
2057 | 2024-09-26T19:31:54.931Z | lock 42:38.260611949 |
2058 | 2024-09-26T19:31:54.931Z | slp 1:59:49.531983465 |
2059 | 2024-09-26T19:31:54.931Z | lat 1:22.438604944 |
2060 | 2024-09-26T19:31:54.931Z | stop 4:06.601493313 |
2061 | 2024-09-26T19:31:54.931Z | + banner output |
2062 | 2024-09-26T19:31:54.931Z | |
2063 | 2024-09-26T19:31:54.931Z | #### # # ##### ##### # # ##### |
2064 | 2024-09-26T19:31:54.931Z | # # # # # # # # # # |
2065 | 2024-09-26T19:31:54.931Z | # # # # # # # # # # |
2066 | 2024-09-26T19:31:54.931Z | # # # # # ##### # # # |
2067 | 2024-09-26T19:31:54.931Z | # # # # # # # # # |
2068 | 2024-09-26T19:31:54.931Z | #### #### # # #### # |
2069 | 2024-09-26T19:31:54.931Z | |
2070 | 2024-09-26T19:31:54.931Z | + mkdir -p /work/bins |
2071 | 2024-09-26T19:31:54.935Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2072 | 2024-09-26T19:31:54.935Z | + gzip |
2073 | 2024-09-26T19:32:07.794Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2074 | 2024-09-26T19:32:07.794Z | + gzip |
2075 | 2024-09-26T19:32:20.057Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2076 | 2024-09-26T19:32:20.057Z | + gzip |
2077 | 2024-09-26T19:32:32.926Z | + for t in crucible-downstairs crucible-hammer crutest dsc |
2078 | 2024-09-26T19:32:32.926Z | + gzip |
2079 | 2024-09-26T19:32:40.797Z | + mkdir -p /work/scripts |
2080 | 2024-09-26T19:32:40.800Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2081 | 2024-09-26T19:32:40.800Z | + cp tools/test_live_repair.sh /work/scripts/ |
2082 | 2024-09-26T19:32:40.802Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2083 | 2024-09-26T19:32:40.802Z | + cp tools/test_repair.sh /work/scripts/ |
2084 | 2024-09-26T19:32:40.805Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2085 | 2024-09-26T19:32:40.805Z | + cp tools/test_up.sh /work/scripts/ |
2086 | 2024-09-26T19:32:40.807Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2087 | 2024-09-26T19:32:40.807Z | + cp tools/test_ds.sh /work/scripts/ |
2088 | 2024-09-26T19:32:40.810Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2089 | 2024-09-26T19:32:40.810Z | + cp tools/test_replay.sh /work/scripts/ |
2090 | 2024-09-26T19:32:40.812Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2091 | 2024-09-26T19:32:40.812Z | + cp tools/dtrace/upstairs_info.d /work/scripts/ |
2092 | 2024-09-26T19:32:40.814Z | + for s in tools/test_live_repair.sh tools/test_repair.sh tools/test_up.sh tools/test_ds.sh tools/test_replay.sh tools/dtrace/upstairs_info.d tools/dtrace/perf-downstairs-tick.d |
2093 | 2024-09-26T19:32:40.814Z | + cp tools/dtrace/perf-downstairs-tick.d /work/scripts/ |
2094 | 2024-09-26T19:32:40.814Z | + echo in_work_scripts |
2095 | 2024-09-26T19:32:40.814Z | in_work_scripts |
2096 | 2024-09-26T19:32:40.814Z | + ls -l /work/scripts |
2097 | 2024-09-26T19:32:40.817Z | total 7 |
2098 | 2024-09-26T19:32:40.817Z | -rw-r--r-- 1 build build 3056 Sep 26 19:32 perf-downstairs-tick.d |
2099 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 2127 Sep 26 19:32 test_ds.sh |
2100 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 4215 Sep 26 19:32 test_live_repair.sh |
2101 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 6721 Sep 26 19:32 test_repair.sh |
2102 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 3160 Sep 26 19:32 test_replay.sh |
2103 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 12048 Sep 26 19:32 test_up.sh |
2104 | 2024-09-26T19:32:40.817Z | -rwxr-xr-x 1 build build 2407 Sep 26 19:32 upstairs_info.d |
2105 | 2024-09-26T19:32:40.817Z | + echo in_work_bins |
2106 | 2024-09-26T19:32:40.817Z | in_work_bins |
2107 | 2024-09-26T19:32:40.817Z | + ls -l /work/bins |
2108 | 2024-09-26T19:32:40.820Z | total 720003 |
2109 | 2024-09-26T19:32:40.820Z | -rw-r--r-- 1 build build 108128498 Sep 26 19:32 crucible-downstairs.gz |
2110 | 2024-09-26T19:32:40.820Z | -rw-r--r-- 1 build build 102507842 Sep 26 19:32 crucible-hammer.gz |
2111 | 2024-09-26T19:32:40.820Z | -rw-r--r-- 1 build build 108480497 Sep 26 19:32 crutest.gz |
2112 | 2024-09-26T19:32:40.820Z | -rw-r--r-- 1 build build 65196996 Sep 26 19:32 dsc.gz |
2113 | 2024-09-26T19:32:40.820Z | + banner test |
2114 | 2024-09-26T19:32:40.822Z | |
2115 | 2024-09-26T19:32:40.822Z | ##### ###### #### ##### |
2116 | 2024-09-26T19:32:40.822Z | # # # # |
2117 | 2024-09-26T19:32:40.822Z | # ##### #### # |
2118 | 2024-09-26T19:32:40.823Z | # # # # |
2119 | 2024-09-26T19:32:40.823Z | # # # # # |
2120 | 2024-09-26T19:32:40.823Z | # ###### #### # |
2121 | 2024-09-26T19:32:40.823Z | |
2122 | 2024-09-26T19:32:40.823Z | + ptime -m cargo test --verbose --features=omicron-build -- --nocapture |
2123 | 2024-09-26T19:39:12.422Z | process exited: duration 736472 ms, exit code 0 |
|
2124 | 2024-09-26T19:39:12.435Z | found 12 output files |
2125 | 2024-09-26T19:39:12.435Z | uploading: /work/bins/crucible-downstairs.gz (108128498 bytes) |
2126 | 2024-09-26T19:39:14.970Z | uploaded: /work/bins/crucible-downstairs.gz |
2127 | 2024-09-26T19:39:14.975Z | uploading: /work/bins/crucible-hammer.gz (102507842 bytes) |
2128 | 2024-09-26T19:39:17.472Z | uploaded: /work/bins/crucible-hammer.gz |
2129 | 2024-09-26T19:39:17.480Z | uploading: /work/bins/crutest.gz (108480497 bytes) |
2130 | 2024-09-26T19:39:20.103Z | uploaded: /work/bins/crutest.gz |
2131 | 2024-09-26T19:39:20.108Z | uploading: /work/bins/dsc.gz (65196996 bytes) |
2132 | 2024-09-26T19:39:22.042Z | uploaded: /work/bins/dsc.gz |
2133 | 2024-09-26T19:39:22.045Z | uploading: /work/scripts/perf-downstairs-tick.d (3056 bytes) |
2134 | 2024-09-26T19:39:23.054Z | uploaded: /work/scripts/perf-downstairs-tick.d |
2135 | 2024-09-26T19:39:23.054Z | uploading: /work/scripts/test_ds.sh (2127 bytes) |
2136 | 2024-09-26T19:39:24.063Z | uploaded: /work/scripts/test_ds.sh |
2137 | 2024-09-26T19:39:24.063Z | uploading: /work/scripts/test_live_repair.sh (4215 bytes) |
2138 | 2024-09-26T19:39:25.074Z | uploaded: /work/scripts/test_live_repair.sh |
2139 | 2024-09-26T19:39:25.077Z | uploading: /work/scripts/test_repair.sh (6721 bytes) |
2140 | 2024-09-26T19:39:26.083Z | uploaded: /work/scripts/test_repair.sh |
2141 | 2024-09-26T19:39:26.086Z | uploading: /work/scripts/test_replay.sh (3160 bytes) |
2142 | 2024-09-26T19:39:27.093Z | uploaded: /work/scripts/test_replay.sh |
2143 | 2024-09-26T19:39:27.093Z | uploading: /work/scripts/test_up.sh (12048 bytes) |
2144 | 2024-09-26T19:39:28.106Z | uploaded: /work/scripts/test_up.sh |
2145 | 2024-09-26T19:39:28.106Z | uploading: /work/scripts/upstairs_info.d (2407 bytes) |
2146 | 2024-09-26T19:39:29.115Z | uploaded: /work/scripts/upstairs_info.d |
2147 | 2024-09-26T19:39:29.116Z | uploading: /tmp/cargo-test-out.log (76007104 bytes) |
2148 | 2024-09-26T19:39:31.233Z | uploaded: /tmp/cargo-test-out.log |