|
|
|
1 | 2024-11-05T00:34:52.934Z | job assigned to worker 01JBWVW0EAS0E9ZGDRMQ476JFB (queued for 1 m 5 s) |
|
2 | 2024-11-05T00:35:01.052Z | starting task 0: "setup" |
3 | 2024-11-05T00:35:01.064Z | ++ uname -s |
4 | 2024-11-05T00:35:01.069Z | + kern=SunOS |
5 | 2024-11-05T00:35:01.069Z | + case "$kern" in |
6 | 2024-11-05T00:35:01.069Z | + [[ 0 == 12345 ]] |
7 | 2024-11-05T00:35:01.069Z | + groupadd -g 12345 build |
8 | 2024-11-05T00:35:01.069Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-05T00:35:03.075Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-05T00:35:03.180Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-05T00:35:03.182Z | + home_fs=zfs |
12 | 2024-11-05T00:35:03.182Z | + [[ zfs == autofs ]] |
13 | 2024-11-05T00:35:03.182Z | + mkdir -p /home/build |
14 | 2024-11-05T00:35:03.185Z | + chown build:build /home/build /work |
15 | 2024-11-05T00:35:05.187Z | + chmod 0700 /home/build /work |
16 | 2024-11-05T00:35:05.189Z | process exited: duration 4137 ms, exit code 0 |
|
17 | 2024-11-05T00:35:05.195Z | starting task 1: "rust-toolchain" |
18 | 2024-11-05T00:35:05.200Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-05T00:35:05.200Z | ' stable |
20 | 2024-11-05T00:35:05.203Z | * toolchain channel = "stable" |
21 | 2024-11-05T00:35:05.203Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-05T00:35:05.203Z | ' default |
23 | 2024-11-05T00:35:05.203Z | * toolchain profile = "default" |
24 | 2024-11-05T00:35:05.203Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-05T00:35:05.203Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-05T00:35:05.310Z | info: downloading installer |
27 | 2024-11-05T00:35:06.814Z | info: profile set to 'default' |
28 | 2024-11-05T00:35:06.814Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-05T00:35:06.817Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-05T00:35:06.996Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-05T00:35:06.996Z | info: downloading component 'cargo' |
32 | 2024-11-05T00:35:08.007Z | info: downloading component 'clippy' |
33 | 2024-11-05T00:35:08.390Z | info: downloading component 'rust-docs' |
34 | 2024-11-05T00:35:09.813Z | info: downloading component 'rust-std' |
35 | 2024-11-05T00:35:12.184Z | info: downloading component 'rustc' |
36 | 2024-11-05T00:35:20.137Z | info: downloading component 'rustfmt' |
37 | 2024-11-05T00:35:20.533Z | info: installing component 'cargo' |
38 | 2024-11-05T00:35:21.393Z | info: installing component 'clippy' |
39 | 2024-11-05T00:35:21.828Z | info: installing component 'rust-docs' |
40 | 2024-11-05T00:35:23.545Z | info: installing component 'rust-std' |
41 | 2024-11-05T00:35:25.486Z | info: installing component 'rustc' |
42 | 2024-11-05T00:35:32.223Z | info: installing component 'rustfmt' |
43 | 2024-11-05T00:35:32.593Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-05T00:35:32.593Z | |
45 | 2024-11-05T00:35:32.973Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-05T00:35:32.974Z | |
47 | 2024-11-05T00:35:32.976Z | |
48 | 2024-11-05T00:35:32.976Z | Rust is installed now. Great! |
49 | 2024-11-05T00:35:32.976Z | |
50 | 2024-11-05T00:35:32.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-05T00:35:32.976Z | environment variable. This has not been done automatically. |
52 | 2024-11-05T00:35:32.976Z | |
53 | 2024-11-05T00:35:32.976Z | To configure your current shell, you need to source |
54 | 2024-11-05T00:35:32.976Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-05T00:35:32.976Z | |
56 | 2024-11-05T00:35:32.976Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-05T00:35:32.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-05T00:35:32.976Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-05T00:35:33.050Z | + rustc --version |
60 | 2024-11-05T00:35:33.115Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-05T00:35:33.118Z | process exited: duration 27924 ms, exit code 0 |
|
62 | 2024-11-05T00:35:33.124Z | starting task 2: "authentication" |
63 | 2024-11-05T00:35:33.146Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-05T00:35:33.152Z | starting task 3: "clone repository" |
65 | 2024-11-05T00:35:33.157Z | + mkdir -p /work/oxidecomputer/dropshot |
66 | 2024-11-05T00:35:33.160Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
67 | 2024-11-05T00:35:34.720Z | Cloning into '/work/oxidecomputer/dropshot'... |
68 | 2024-11-05T00:35:50.496Z | + cd /work/oxidecomputer/dropshot |
69 | 2024-11-05T00:35:50.496Z | + git fetch origin 4236ccf69795807f07e62a338f93316b768a03a0 |
70 | 2024-11-05T00:35:50.785Z | From https://github.com/oxidecomputer/dropshot |
71 | 2024-11-05T00:35:50.786Z | * branch 4236ccf69795807f07e62a338f93316b768a03a0 -> FETCH_HEAD |
72 | 2024-11-05T00:35:50.792Z | + [[ -n dependabot/cargo/rustls-0.23.13 ]] |
73 | 2024-11-05T00:35:50.795Z | ++ git branch --show-current |
74 | 2024-11-05T00:35:50.797Z | + current=main |
75 | 2024-11-05T00:35:50.798Z | + [[ main != dependabot/cargo/rustls-0.23.13 ]] |
76 | 2024-11-05T00:35:50.798Z | + git branch -f dependabot/cargo/rustls-0.23.13 4236ccf69795807f07e62a338f93316b768a03a0 |
77 | 2024-11-05T00:35:50.800Z | + git checkout -f dependabot/cargo/rustls-0.23.13 |
78 | 2024-11-05T00:35:50.818Z | Switched to branch 'dependabot/cargo/rustls-0.23.13' |
79 | 2024-11-05T00:35:50.820Z | + git reset --hard 4236ccf69795807f07e62a338f93316b768a03a0 |
80 | 2024-11-05T00:35:50.836Z | HEAD is now at 4236ccf Bump rustls from 0.22.4 to 0.23.13 |
81 | 2024-11-05T00:35:50.838Z | process exited: duration 17684 ms, exit code 0 |
|
82 | 2024-11-05T00:35:50.845Z | starting task 4: "build" |
83 | 2024-11-05T00:35:50.849Z | + cargo --version |
84 | 2024-11-05T00:35:50.853Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-05T00:35:51.019Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-05T00:35:51.019Z | info: downloading component 'cargo' |
87 | 2024-11-05T00:35:51.930Z | info: downloading component 'clippy' |
88 | 2024-11-05T00:35:52.362Z | info: downloading component 'rust-docs' |
89 | 2024-11-05T00:35:53.584Z | info: downloading component 'rust-std' |
90 | 2024-11-05T00:35:55.481Z | info: downloading component 'rustc' |
91 | 2024-11-05T00:36:02.117Z | info: downloading component 'rustfmt' |
92 | 2024-11-05T00:36:02.373Z | info: installing component 'cargo' |
93 | 2024-11-05T00:36:03.258Z | info: installing component 'clippy' |
94 | 2024-11-05T00:36:03.669Z | info: installing component 'rust-docs' |
95 | 2024-11-05T00:36:05.257Z | info: installing component 'rust-std' |
96 | 2024-11-05T00:36:07.104Z | info: installing component 'rustc' |
97 | 2024-11-05T00:36:13.092Z | info: installing component 'rustfmt' |
98 | 2024-11-05T00:36:13.512Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-05T00:36:13.515Z | + rustc --version |
100 | 2024-11-05T00:36:13.582Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-05T00:36:13.586Z | + banner build |
102 | 2024-11-05T00:36:13.662Z | |
103 | 2024-11-05T00:36:13.662Z | ##### # # # # ##### |
104 | 2024-11-05T00:36:13.662Z | # # # # # # # # |
105 | 2024-11-05T00:36:13.662Z | ##### # # # # # # |
106 | 2024-11-05T00:36:13.662Z | # # # # # # # # |
107 | 2024-11-05T00:36:13.662Z | # # # # # # # # |
108 | 2024-11-05T00:36:13.662Z | ##### #### # ###### ##### |
109 | 2024-11-05T00:36:13.662Z | |
110 | 2024-11-05T00:36:13.665Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
111 | 2024-11-05T00:36:13.820Z | Updating crates.io index |
112 | 2024-11-05T00:36:14.737Z | Downloading crates ... |
113 | 2024-11-05T00:36:14.813Z | Downloaded async-stream-impl v0.3.6 |
114 | 2024-11-05T00:36:14.829Z | Downloaded bitflags v2.4.0 |
115 | 2024-11-05T00:36:14.836Z | Downloaded memmap v0.7.0 |
116 | 2024-11-05T00:36:14.840Z | Downloaded equivalent v1.0.0 |
117 | 2024-11-05T00:36:14.842Z | Downloaded is-terminal v0.4.12 |
118 | 2024-11-05T00:36:14.847Z | Downloaded hostname v0.3.1 |
119 | 2024-11-05T00:36:14.850Z | Downloaded event-listener-strategy v0.5.2 |
120 | 2024-11-05T00:36:14.853Z | Downloaded match_cfg v0.1.0 |
121 | 2024-11-05T00:36:14.856Z | Downloaded futures-sink v0.3.31 |
122 | 2024-11-05T00:36:14.856Z | Downloaded try-lock v0.2.3 |
123 | 2024-11-05T00:36:14.856Z | Downloaded dunce v1.0.5 |
124 | 2024-11-05T00:36:14.859Z | Downloaded glob v0.3.0 |
125 | 2024-11-05T00:36:14.859Z | Downloaded form_urlencoded v1.2.1 |
126 | 2024-11-05T00:36:14.862Z | Downloaded newline-converter v0.3.0 |
127 | 2024-11-05T00:36:14.862Z | Downloaded autocfg v1.1.0 |
128 | 2024-11-05T00:36:14.865Z | Downloaded toml_datetime v0.6.8 |
129 | 2024-11-05T00:36:14.867Z | Downloaded dof v0.3.0 |
130 | 2024-11-05T00:36:14.867Z | Downloaded mirai-annotations v1.12.0 |
131 | 2024-11-05T00:36:14.870Z | Downloaded num_threads v0.1.3 |
132 | 2024-11-05T00:36:14.870Z | Downloaded itoa v1.0.1 |
133 | 2024-11-05T00:36:14.874Z | Downloaded version_check v0.9.5 |
134 | 2024-11-05T00:36:14.874Z | Downloaded untrusted v0.9.0 |
135 | 2024-11-05T00:36:14.876Z | Downloaded pem v3.0.4 |
136 | 2024-11-05T00:36:14.876Z | Downloaded data-encoding v2.4.0 |
137 | 2024-11-05T00:36:14.879Z | Downloaded camino v1.1.9 |
138 | 2024-11-05T00:36:14.882Z | Downloaded tokio-native-tls v0.3.1 |
139 | 2024-11-05T00:36:14.882Z | Downloaded thread_local v1.1.4 |
140 | 2024-11-05T00:36:14.885Z | Downloaded mime v0.3.16 |
141 | 2024-11-05T00:36:14.885Z | Downloaded ppv-lite86 v0.2.15 |
142 | 2024-11-05T00:36:14.887Z | Downloaded plain v0.2.3 |
143 | 2024-11-05T00:36:14.890Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-11-05T00:36:14.892Z | Downloaded tokio-tungstenite v0.24.0 |
145 | 2024-11-05T00:36:14.895Z | Downloaded time-macros v0.2.18 |
146 | 2024-11-05T00:36:14.897Z | Downloaded quinn-udp v0.5.5 |
147 | 2024-11-05T00:36:14.897Z | Downloaded mime_guess v2.0.5 |
148 | 2024-11-05T00:36:14.900Z | Downloaded indexmap v2.6.0 |
149 | 2024-11-05T00:36:14.904Z | Downloaded scroll_derive v0.12.0 |
150 | 2024-11-05T00:36:14.907Z | Downloaded pest_derive v2.7.6 |
151 | 2024-11-05T00:36:14.910Z | Downloaded num-traits v0.2.14 |
152 | 2024-11-05T00:36:14.912Z | Downloaded pest_meta v2.7.6 |
153 | 2024-11-05T00:36:14.915Z | Downloaded parking_lot v0.12.1 |
154 | 2024-11-05T00:36:14.917Z | Downloaded yasna v0.5.2 |
155 | 2024-11-05T00:36:14.919Z | Downloaded openssl-sys v0.9.103 |
156 | 2024-11-05T00:36:14.925Z | Downloaded unicode-bidi v0.3.15 |
157 | 2024-11-05T00:36:14.928Z | Downloaded tinyvec_macros v0.1.0 |
158 | 2024-11-05T00:36:14.931Z | Downloaded proc-macro2 v1.0.89 |
159 | 2024-11-05T00:36:14.934Z | Downloaded tokio-macros v2.3.0 |
160 | 2024-11-05T00:36:14.934Z | Downloaded foreign-types-shared v0.1.1 |
161 | 2024-11-05T00:36:14.937Z | Downloaded time-core v0.1.2 |
162 | 2024-11-05T00:36:14.937Z | Downloaded dtrace-parser v0.2.0 |
163 | 2024-11-05T00:36:14.937Z | Downloaded serde_path_to_error v0.1.16 |
164 | 2024-11-05T00:36:14.939Z | Downloaded thiserror-impl v1.0.67 |
165 | 2024-11-05T00:36:14.941Z | Downloaded digest v0.10.7 |
166 | 2024-11-05T00:36:14.944Z | Downloaded slog-async v2.8.0 |
167 | 2024-11-05T00:36:14.946Z | Downloaded crypto-common v0.1.6 |
168 | 2024-11-05T00:36:14.946Z | Downloaded serde_spanned v0.6.7 |
169 | 2024-11-05T00:36:14.948Z | Downloaded hyper-util v0.1.10 |
170 | 2024-11-05T00:36:14.952Z | Downloaded zerocopy-derive v0.7.32 |
171 | 2024-11-05T00:36:14.956Z | Downloaded http-body v1.0.1 |
172 | 2024-11-05T00:36:14.959Z | Downloaded cpufeatures v0.2.2 |
173 | 2024-11-05T00:36:14.962Z | Downloaded tokio-rustls v0.26.0 |
174 | 2024-11-05T00:36:14.962Z | Downloaded tokio-rustls v0.25.0 |
175 | 2024-11-05T00:36:14.965Z | Downloaded thiserror v1.0.67 |
176 | 2024-11-05T00:36:14.971Z | Downloaded sync_wrapper v1.0.1 |
177 | 2024-11-05T00:36:14.974Z | Downloaded futures-task v0.3.31 |
178 | 2024-11-05T00:36:14.974Z | Downloaded waitgroup v0.1.2 |
179 | 2024-11-05T00:36:14.976Z | Downloaded futures-macro v0.3.31 |
180 | 2024-11-05T00:36:14.976Z | Downloaded num-conv v0.1.0 |
181 | 2024-11-05T00:36:14.979Z | Downloaded futures-io v0.3.31 |
182 | 2024-11-05T00:36:14.979Z | Downloaded dirs-next v2.0.0 |
183 | 2024-11-05T00:36:14.982Z | Downloaded usdt-macro v0.5.0 |
184 | 2024-11-05T00:36:14.982Z | Downloaded aws-lc-rs v1.10.0 |
185 | 2024-11-05T00:36:14.990Z | Downloaded slog-json v2.6.1 |
186 | 2024-11-05T00:36:14.993Z | Downloaded openssl-macros v0.1.1 |
187 | 2024-11-05T00:36:14.996Z | Downloaded usdt-attr-macro v0.5.0 |
188 | 2024-11-05T00:36:14.996Z | Downloaded heck v0.5.0 |
189 | 2024-11-05T00:36:14.999Z | Downloaded take_mut v0.2.2 |
190 | 2024-11-05T00:36:14.999Z | Downloaded schema-derive v0.1.0 |
191 | 2024-11-05T00:36:14.999Z | Downloaded unicode-normalization v0.1.24 |
192 | 2024-11-05T00:36:15.002Z | Downloaded schema v0.1.0 |
193 | 2024-11-05T00:36:15.004Z | Downloaded pretty-hex v0.4.1 |
194 | 2024-11-05T00:36:15.007Z | Downloaded openssl-probe v0.1.4 |
195 | 2024-11-05T00:36:15.007Z | Downloaded http-body-util v0.1.2 |
196 | 2024-11-05T00:36:15.007Z | Downloaded home v0.5.9 |
197 | 2024-11-05T00:36:15.010Z | Downloaded iana-time-zone v0.1.47 |
198 | 2024-11-05T00:36:15.012Z | Downloaded rand_core v0.6.3 |
199 | 2024-11-05T00:36:15.015Z | Downloaded unicode-width v0.1.9 |
200 | 2024-11-05T00:36:15.015Z | Downloaded pkg-config v0.3.31 |
201 | 2024-11-05T00:36:15.018Z | Downloaded hyper-tls v0.6.0 |
202 | 2024-11-05T00:36:15.018Z | Downloaded hyper-staticfile v0.10.1 |
203 | 2024-11-05T00:36:15.021Z | Downloaded hashbrown v0.15.0 |
204 | 2024-11-05T00:36:15.026Z | Downloaded rustc-hash v2.0.0 |
205 | 2024-11-05T00:36:15.029Z | Downloaded zeroize v1.7.0 |
206 | 2024-11-05T00:36:15.029Z | Downloaded want v0.3.0 |
207 | 2024-11-05T00:36:15.032Z | Downloaded hostname v0.4.0 |
208 | 2024-11-05T00:36:15.032Z | Downloaded fs_extra v1.3.0 |
209 | 2024-11-05T00:36:15.034Z | Downloaded slab v0.4.9 |
210 | 2024-11-05T00:36:15.036Z | Downloaded target-triple v0.1.3 |
211 | 2024-11-05T00:36:15.036Z | Downloaded event-listener v5.0.0 |
212 | 2024-11-05T00:36:15.039Z | Downloaded simple-mermaid v0.1.1 |
213 | 2024-11-05T00:36:15.042Z | Downloaded pin-utils v0.1.0 |
214 | 2024-11-05T00:36:15.042Z | Downloaded which v4.4.2 |
215 | 2024-11-05T00:36:15.044Z | Downloaded sha2 v0.10.8 |
216 | 2024-11-05T00:36:15.048Z | Downloaded serde_urlencoded v0.7.1 |
217 | 2024-11-05T00:36:15.050Z | Downloaded rustc-hash v1.1.0 |
218 | 2024-11-05T00:36:15.050Z | Downloaded shlex v1.3.0 |
219 | 2024-11-05T00:36:15.050Z | Downloaded pest_generator v2.7.6 |
220 | 2024-11-05T00:36:15.053Z | Downloaded signal-hook-registry v1.4.0 |
221 | 2024-11-05T00:36:15.053Z | Downloaded serde_tokenstream v0.2.2 |
222 | 2024-11-05T00:36:15.056Z | Downloaded paste v1.0.15 |
223 | 2024-11-05T00:36:15.059Z | Downloaded once_cell v1.20.1 |
224 | 2024-11-05T00:36:15.061Z | Downloaded crossbeam-utils v0.8.15 |
225 | 2024-11-05T00:36:15.064Z | Downloaded log v0.4.17 |
226 | 2024-11-05T00:36:15.067Z | Downloaded libloading v0.8.5 |
227 | 2024-11-05T00:36:15.070Z | Downloaded serde_derive_internals v0.29.0 |
228 | 2024-11-05T00:36:15.082Z | Downloaded native-tls v0.2.12 |
229 | 2024-11-05T00:36:15.086Z | Downloaded bytes v1.8.0 |
230 | 2024-11-05T00:36:15.086Z | Downloaded socket2 v0.5.5 |
231 | 2024-11-05T00:36:15.086Z | Downloaded schemars_derive v0.8.21 |
232 | 2024-11-05T00:36:15.086Z | Downloaded termcolor v1.1.2 |
233 | 2024-11-05T00:36:15.086Z | Downloaded term v0.7.0 |
234 | 2024-11-05T00:36:15.088Z | Downloaded rustls-pki-types v1.8.0 |
235 | 2024-11-05T00:36:15.091Z | Downloaded subtle v2.5.0 |
236 | 2024-11-05T00:36:15.091Z | Downloaded scroll v0.12.0 |
237 | 2024-11-05T00:36:15.094Z | Downloaded tokio-util v0.7.7 |
238 | 2024-11-05T00:36:15.097Z | Downloaded smallvec v1.13.2 |
239 | 2024-11-05T00:36:15.100Z | Downloaded quote v1.0.37 |
240 | 2024-11-05T00:36:15.103Z | Downloaded pin-project-lite v0.2.12 |
241 | 2024-11-05T00:36:15.108Z | Downloaded ucd-trie v0.1.6 |
242 | 2024-11-05T00:36:15.110Z | Downloaded aho-corasick v1.1.3 |
243 | 2024-11-05T00:36:15.116Z | Downloaded subprocess v0.2.9 |
244 | 2024-11-05T00:36:15.118Z | Downloaded serde_derive v1.0.214 |
245 | 2024-11-05T00:36:15.121Z | Downloaded futures v0.3.31 |
246 | 2024-11-05T00:36:15.127Z | Downloaded tempfile v3.13.0 |
247 | 2024-11-05T00:36:15.130Z | Downloaded spin v0.9.8 |
248 | 2024-11-05T00:36:15.132Z | Downloaded slog-term v2.9.1 |
249 | 2024-11-05T00:36:15.135Z | Downloaded cc v1.1.34 |
250 | 2024-11-05T00:36:15.138Z | Downloaded crossbeam-channel v0.5.1 |
251 | 2024-11-05T00:36:15.142Z | Downloaded rustls-pemfile v2.1.3 |
252 | 2024-11-05T00:36:15.145Z | Downloaded schemars v0.8.21 |
253 | 2024-11-05T00:36:15.157Z | Downloaded ryu v1.0.5 |
254 | 2024-11-05T00:36:15.160Z | Downloaded similar v2.2.1 |
255 | 2024-11-05T00:36:15.165Z | Downloaded memchr v2.6.0 |
256 | 2024-11-05T00:36:15.170Z | Downloaded prettyplease v0.2.25 |
257 | 2024-11-05T00:36:15.174Z | Downloaded url v2.5.2 |
258 | 2024-11-05T00:36:15.177Z | Downloaded rand v0.8.4 |
259 | 2024-11-05T00:36:15.180Z | Downloaded tracing v0.1.40 |
260 | 2024-11-05T00:36:15.185Z | Downloaded rcgen v0.13.1 |
261 | 2024-11-05T00:36:15.188Z | Downloaded time v0.3.36 |
262 | 2024-11-05T00:36:15.197Z | Downloaded quinn v0.11.4 |
263 | 2024-11-05T00:36:15.199Z | Downloaded tracing-core v0.1.32 |
264 | 2024-11-05T00:36:15.202Z | Downloaded serde v1.0.214 |
265 | 2024-11-05T00:36:15.205Z | Downloaded itertools v0.12.1 |
266 | 2024-11-05T00:36:15.216Z | Downloaded unicode-segmentation v1.10.0 |
267 | 2024-11-05T00:36:15.219Z | Downloaded minimal-lexical v0.2.1 |
268 | 2024-11-05T00:36:15.221Z | Downloaded mio v0.8.11 |
269 | 2024-11-05T00:36:15.227Z | Downloaded toml_edit v0.22.20 |
270 | 2024-11-05T00:36:15.250Z | Downloaded pest v2.7.6 |
271 | 2024-11-05T00:36:15.254Z | Downloaded nom v7.1.3 |
272 | 2024-11-05T00:36:15.259Z | Downloaded futures-util v0.3.31 |
273 | 2024-11-05T00:36:15.271Z | Downloaded serde_json v1.0.132 |
274 | 2024-11-05T00:36:15.279Z | Downloaded zerocopy v0.7.32 |
275 | 2024-11-05T00:36:15.296Z | Downloaded rustls-webpki v0.102.8 |
276 | 2024-11-05T00:36:15.313Z | Downloaded reqwest v0.12.9 |
277 | 2024-11-05T00:36:15.321Z | Downloaded quinn-proto v0.11.8 |
278 | 2024-11-05T00:36:15.327Z | Downloaded portable-atomic v1.9.0 |
279 | 2024-11-05T00:36:15.336Z | Downloaded bindgen v0.69.5 |
280 | 2024-11-05T00:36:15.341Z | Downloaded vcpkg v0.2.15 |
281 | 2024-11-05T00:36:15.379Z | Downloaded winnow v0.6.18 |
282 | 2024-11-05T00:36:15.387Z | Downloaded chrono v0.4.38 |
283 | 2024-11-05T00:36:15.393Z | Downloaded syn v2.0.87 |
284 | 2024-11-05T00:36:15.404Z | Downloaded idna v0.5.0 |
285 | 2024-11-05T00:36:15.410Z | Downloaded regex v1.11.1 |
286 | 2024-11-05T00:36:15.423Z | Downloaded rustls v0.22.4 |
287 | 2024-11-05T00:36:15.435Z | Downloaded webpki-roots v0.26.5 |
288 | 2024-11-05T00:36:15.439Z | Downloaded openapiv3 v2.0.0 |
289 | 2024-11-05T00:36:15.450Z | Downloaded rustls v0.23.13 |
290 | 2024-11-05T00:36:15.461Z | Downloaded regex-syntax v0.8.5 |
291 | 2024-11-05T00:36:15.469Z | Downloaded rustix v0.38.37 |
292 | 2024-11-05T00:36:15.490Z | Downloaded hyper v1.5.0 |
293 | 2024-11-05T00:36:15.496Z | Downloaded h2 v0.4.6 |
294 | 2024-11-05T00:36:15.502Z | Downloaded openssl v0.10.66 |
295 | 2024-11-05T00:36:15.512Z | Downloaded goblin v0.8.0 |
296 | 2024-11-05T00:36:15.516Z | Downloaded tungstenite v0.24.0 |
297 | 2024-11-05T00:36:15.519Z | Downloaded http v1.1.0 |
298 | 2024-11-05T00:36:15.523Z | Downloaded expectorate v1.1.0 |
299 | 2024-11-05T00:36:15.527Z | Downloaded tokio v1.38.1 |
300 | 2024-11-05T00:36:15.560Z | Downloaded slog v2.7.0 |
301 | 2024-11-05T00:36:15.563Z | Downloaded unicode-ident v1.0.12 |
302 | 2024-11-05T00:36:15.565Z | Downloaded trybuild v1.0.101 |
303 | 2024-11-05T00:36:15.570Z | Downloaded parking_lot_core v0.9.4 |
304 | 2024-11-05T00:36:15.575Z | Downloaded multer v3.1.0 |
305 | 2024-11-05T00:36:15.575Z | Downloaded unicase v2.6.0 |
306 | 2024-11-05T00:36:15.577Z | Downloaded scopeguard v1.2.0 |
307 | 2024-11-05T00:36:15.577Z | Downloaded rustls-native-certs v0.7.0 |
308 | 2024-11-05T00:36:15.578Z | Downloaded sha1 v0.10.6 |
309 | 2024-11-05T00:36:15.580Z | Downloaded getrandom v0.2.11 |
310 | 2024-11-05T00:36:15.583Z | Downloaded jobserver v0.1.32 |
311 | 2024-11-05T00:36:15.585Z | Downloaded ipnet v2.10.0 |
312 | 2024-11-05T00:36:15.585Z | Downloaded hyper-rustls v0.26.0 |
313 | 2024-11-05T00:36:15.588Z | Downloaded parking v2.2.0 |
314 | 2024-11-05T00:36:15.588Z | Downloaded slog-bunyan v2.5.0 |
315 | 2024-11-05T00:36:15.590Z | Downloaded powerfmt v0.2.0 |
316 | 2024-11-05T00:36:15.590Z | Downloaded percent-encoding v2.3.1 |
317 | 2024-11-05T00:36:15.590Z | Downloaded num_cpus v1.13.0 |
318 | 2024-11-05T00:36:15.593Z | Downloaded lazy_static v1.5.0 |
319 | 2024-11-05T00:36:15.595Z | Downloaded httparse v1.8.0 |
320 | 2024-11-05T00:36:15.596Z | Downloaded utf-8 v0.7.6 |
321 | 2024-11-05T00:36:15.598Z | Downloaded clang-sys v1.8.1 |
322 | 2024-11-05T00:36:15.600Z | Downloaded regex-automata v0.4.8 |
323 | 2024-11-05T00:36:15.614Z | Downloaded deranged v0.3.11 |
324 | 2024-11-05T00:36:15.617Z | Downloaded futures-core v0.3.31 |
325 | 2024-11-05T00:36:15.619Z | Downloaded dyn-clone v1.0.4 |
326 | 2024-11-05T00:36:15.620Z | Downloaded debug-ignore v1.0.5 |
327 | 2024-11-05T00:36:15.623Z | Downloaded concurrent-queue v2.5.0 |
328 | 2024-11-05T00:36:15.623Z | Downloaded toml v0.8.19 |
329 | 2024-11-05T00:36:15.625Z | Downloaded tinyvec v1.5.1 |
330 | 2024-11-05T00:36:15.628Z | Downloaded cexpr v0.6.0 |
331 | 2024-11-05T00:36:15.631Z | Downloaded typenum v1.14.0 |
332 | 2024-11-05T00:36:15.631Z | Downloaded fastrand v2.1.1 |
333 | 2024-11-05T00:36:15.634Z | Downloaded errno v0.3.8 |
334 | 2024-11-05T00:36:15.634Z | Downloaded dirs-sys-next v0.1.2 |
335 | 2024-11-05T00:36:15.636Z | Downloaded foreign-types v0.3.2 |
336 | 2024-11-05T00:36:15.636Z | Downloaded cfg-if v1.0.0 |
337 | 2024-11-05T00:36:15.636Z | Downloaded byteorder v1.4.3 |
338 | 2024-11-05T00:36:15.639Z | Downloaded uuid v1.11.0 |
339 | 2024-11-05T00:36:15.641Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-11-05T00:36:15.641Z | Downloaded thread-id v4.0.0 |
341 | 2024-11-05T00:36:15.644Z | Downloaded base64 v0.22.1 |
342 | 2024-11-05T00:36:15.647Z | Downloaded libc v0.2.161 |
343 | 2024-11-05T00:36:15.671Z | Downloaded usdt v0.5.0 |
344 | 2024-11-05T00:36:15.673Z | Downloaded generic-array v0.14.5 |
345 | 2024-11-05T00:36:15.677Z | Downloaded lock_api v0.4.6 |
346 | 2024-11-05T00:36:15.678Z | Downloaded console v0.15.7 |
347 | 2024-11-05T00:36:15.680Z | Downloaded async-trait v0.1.83 |
348 | 2024-11-05T00:36:15.680Z | Downloaded hyper-rustls v0.27.3 |
349 | 2024-11-05T00:36:15.684Z | Downloaded futures-executor v0.3.31 |
350 | 2024-11-05T00:36:15.686Z | Downloaded futures-channel v0.3.31 |
351 | 2024-11-05T00:36:15.686Z | Downloaded anyhow v1.0.91 |
352 | 2024-11-05T00:36:15.689Z | Downloaded buf-list v1.0.3 |
353 | 2024-11-05T00:36:15.692Z | Downloaded lazycell v1.3.0 |
354 | 2024-11-05T00:36:15.692Z | Downloaded httpdate v1.0.1 |
355 | 2024-11-05T00:36:15.693Z | Downloaded block-buffer v0.10.2 |
356 | 2024-11-05T00:36:15.696Z | Downloaded tower-service v0.3.1 |
357 | 2024-11-05T00:36:15.696Z | Downloaded fnv v1.0.7 |
358 | 2024-11-05T00:36:15.696Z | Downloaded either v1.13.0 |
359 | 2024-11-05T00:36:15.701Z | Downloaded cmake v0.1.51 |
360 | 2024-11-05T00:36:15.701Z | Downloaded async-channel v2.3.1 |
361 | 2024-11-05T00:36:15.701Z | Downloaded http-range v0.1.4 |
362 | 2024-11-05T00:36:15.703Z | Downloaded atomic-waker v1.1.1 |
363 | 2024-11-05T00:36:15.703Z | Downloaded async-stream v0.3.6 |
364 | 2024-11-05T00:36:15.771Z | Downloaded encoding_rs v0.8.32 |
365 | 2024-11-05T00:36:16.155Z | Downloaded ring v0.17.7 |
366 | 2024-11-05T00:36:16.450Z | Downloaded aws-lc-sys v0.22.0 |
367 | 2024-11-05T00:36:16.882Z | Compiling proc-macro2 v1.0.89 |
368 | 2024-11-05T00:36:16.882Z | Compiling unicode-ident v1.0.12 |
369 | 2024-11-05T00:36:16.882Z | Compiling libc v0.2.161 |
370 | 2024-11-05T00:36:16.885Z | Compiling cfg-if v1.0.0 |
371 | 2024-11-05T00:36:16.885Z | Compiling memchr v2.6.0 |
372 | 2024-11-05T00:36:16.885Z | Compiling serde v1.0.214 |
373 | 2024-11-05T00:36:16.906Z | Compiling itoa v1.0.1 |
374 | 2024-11-05T00:36:16.909Z | Compiling shlex v1.3.0 |
375 | 2024-11-05T00:36:16.923Z | Running `/home/build/.rustup/toolchains/1.81.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.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d77fa8c953dbe580 -C extra-filename=-d77fa8c953dbe580 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
376 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d592258ebcf7c237 -C extra-filename=-d592258ebcf7c237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
377 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a1d81b6f1f9d3669 -C extra-filename=-a1d81b6f1f9d3669 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
378 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=10fb9dc3f074cb65 -C extra-filename=-10fb9dc3f074cb65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
379 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-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 -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=8e2c2bc259d34136 -C extra-filename=-8e2c2bc259d34136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
380 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --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=40f6e2d5ce8fcc00 -C extra-filename=-40f6e2d5ce8fcc00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
381 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=742f3ff0f8260524 -C extra-filename=-742f3ff0f8260524 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
382 | 2024-11-05T00:36:16.927Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea00d5cb32738c9f -C extra-filename=-ea00d5cb32738c9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2024-11-05T00:36:16.987Z | Compiling version_check v0.9.5 |
384 | 2024-11-05T00:36:17.012Z | Running `/home/build/.rustup/toolchains/1.81.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=9f3f0c5e860299ef -C extra-filename=-9f3f0c5e860299ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
385 | 2024-11-05T00:36:17.090Z | Compiling log v0.4.17 |
386 | 2024-11-05T00:36:17.125Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/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("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", "value-bag"))' -C metadata=3098963cfac5c8fc -C extra-filename=-3098963cfac5c8fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
387 | 2024-11-05T00:36:17.145Z | Compiling once_cell v1.20.1 |
388 | 2024-11-05T00:36:17.181Z | Running `/home/build/.rustup/toolchains/1.81.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.20.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d7ac4481582c0a9f -C extra-filename=-d7ac4481582c0a9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
389 | 2024-11-05T00:36:17.285Z | Compiling pin-project-lite v0.2.12 |
390 | 2024-11-05T00:36:17.287Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd29b7cb1c9afaae -C extra-filename=-cd29b7cb1c9afaae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
391 | 2024-11-05T00:36:17.389Z | Compiling bitflags v2.4.0 |
392 | 2024-11-05T00:36:17.392Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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 embed-bitcode=no -C debuginfo=2 --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=51bfd2bc27ffb933 -C extra-filename=-51bfd2bc27ffb933 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
393 | 2024-11-05T00:36:17.527Z | Compiling autocfg v1.1.0 |
394 | 2024-11-05T00:36:17.530Z | Running `/home/build/.rustup/toolchains/1.81.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=fd5f01342e792914 -C extra-filename=-fd5f01342e792914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
395 | 2024-11-05T00:36:17.567Z | Compiling bytes v1.8.0 |
396 | 2024-11-05T00:36:17.570Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2b3f54863545c90 -C extra-filename=-f2b3f54863545c90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2024-11-05T00:36:17.728Z | Compiling glob v0.3.0 |
398 | 2024-11-05T00:36:17.731Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20ad84b14bb5f485 -C extra-filename=-20ad84b14bb5f485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
399 | 2024-11-05T00:36:18.083Z | Compiling futures-core v0.3.31 |
400 | 2024-11-05T00:36:18.086Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a0a2bff85b2c71f0 -C extra-filename=-a0a2bff85b2c71f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
401 | 2024-11-05T00:36:18.273Z | Compiling prettyplease v0.2.25 |
402 | 2024-11-05T00:36:18.276Z | Running `/home/build/.rustup/toolchains/1.81.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.25/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=32ebc20d66965b8c -C extra-filename=-32ebc20d66965b8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-32ebc20d66965b8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
403 | 2024-11-05T00:36:18.390Z | Compiling lazy_static v1.5.0 |
404 | 2024-11-05T00:36:18.392Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=e347a48c6c373223 -C extra-filename=-e347a48c6c373223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
405 | 2024-11-05T00:36:18.507Z | Compiling rustix v0.38.37 |
406 | 2024-11-05T00:36:18.510Z | Running `/home/build/.rustup/toolchains/1.81.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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --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=d9201c78f801ac55 -C extra-filename=-d9201c78f801ac55 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-d9201c78f801ac55 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
407 | 2024-11-05T00:36:18.521Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580/build-script-build` |
408 | 2024-11-05T00:36:18.522Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00/build-script-build` |
409 | 2024-11-05T00:36:18.522Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build` |
410 | 2024-11-05T00:36:18.524Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669/build-script-build` |
411 | 2024-11-05T00:36:18.572Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("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", "value-bag"))' -C metadata=31376c1d09ce4e9e -C extra-filename=-31376c1d09ce4e9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
412 | 2024-11-05T00:36:18.585Z | Compiling parking_lot_core v0.9.4 |
413 | 2024-11-05T00:36:18.588Z | Running `/home/build/.rustup/toolchains/1.81.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.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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6f166d9ac5501971 -C extra-filename=-6f166d9ac5501971 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
414 | 2024-11-05T00:36:18.599Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-32ebc20d66965b8c/build-script-build` |
415 | 2024-11-05T00:36:18.613Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=ca874094c6118f1f -C extra-filename=-ca874094c6118f1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
416 | 2024-11-05T00:36:18.626Z | Compiling ryu v1.0.5 |
417 | 2024-11-05T00:36:18.637Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cde4168d92f0a2c0 -C extra-filename=-cde4168d92f0a2c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
418 | 2024-11-05T00:36:18.646Z | Compiling minimal-lexical v0.2.1 |
419 | 2024-11-05T00:36:18.652Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=27efb9c92465c864 -C extra-filename=-27efb9c92465c864 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
420 | 2024-11-05T00:36:18.685Z | Compiling clang-sys v1.8.1 |
421 | 2024-11-05T00:36:18.687Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=a7bdef1a315b8861 -C extra-filename=-a7bdef1a315b8861 --out-dir /work/oxidecomputer/dropshot/target/debug/build/clang-sys-a7bdef1a315b8861 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-20ad84b14bb5f485.rlib --cap-lints allow` |
422 | 2024-11-05T00:36:18.856Z | Running `/home/build/.rustup/toolchains/1.81.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=1aebac1d143003a7 -C extra-filename=-1aebac1d143003a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow --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)'` |
423 | 2024-11-05T00:36:18.962Z | Compiling either v1.13.0 |
424 | 2024-11-05T00:36:18.964Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=970e4fb0c815332d -C extra-filename=-970e4fb0c815332d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
425 | 2024-11-05T00:36:19.016Z | Compiling regex-syntax v0.8.5 |
426 | 2024-11-05T00:36:19.018Z | Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --cfg 'feature="unicode-perl"' --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=d60a500ffa148200 -C extra-filename=-d60a500ffa148200 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
427 | 2024-11-05T00:36:19.102Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build` |
428 | 2024-11-05T00:36:19.125Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build` |
429 | 2024-11-05T00:36:19.144Z | Compiling nom v7.1.3 |
430 | 2024-11-05T00:36:19.156Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=619f421af1388b81 -C extra-filename=-619f421af1388b81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern minimal_lexical=/work/oxidecomputer/dropshot/target/debug/deps/libminimal_lexical-27efb9c92465c864.rmeta --cap-lints allow` |
431 | 2024-11-05T00:36:19.159Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-d9201c78f801ac55/build-script-build` |
432 | 2024-11-05T00:36:19.173Z | Compiling slab v0.4.9 |
433 | 2024-11-05T00:36:19.173Z | Running `/home/build/.rustup/toolchains/1.81.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=600b0e5d850152ec -C extra-filename=-600b0e5d850152ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow` |
434 | 2024-11-05T00:36:19.367Z | Compiling libloading v0.8.5 |
435 | 2024-11-05T00:36:19.371Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee2cfc6128ee6b7 -C extra-filename=-9ee2cfc6128ee6b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow` |
436 | 2024-11-05T00:36:19.425Z | Compiling home v0.5.9 |
437 | 2024-11-05T00:36:19.427Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--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=7adb0d549a56fc4e -C extra-filename=-7adb0d549a56fc4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
438 | 2024-11-05T00:36:19.458Z | Running `/work/oxidecomputer/dropshot/target/debug/build/clang-sys-a7bdef1a315b8861/build-script-build` |
439 | 2024-11-05T00:36:19.479Z | Compiling scopeguard v1.2.0 |
440 | 2024-11-05T00:36:19.481Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e95e5544793ebeaa -C extra-filename=-e95e5544793ebeaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
441 | 2024-11-05T00:36:19.621Z | Compiling futures-sink v0.3.31 |
442 | 2024-11-05T00:36:19.625Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=06ca36b4bf42871e -C extra-filename=-06ca36b4bf42871e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
443 | 2024-11-05T00:36:19.639Z | Compiling smallvec v1.13.2 |
444 | 2024-11-05T00:36:19.642Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=8d0122e48b5f9f17 -C extra-filename=-8d0122e48b5f9f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
445 | 2024-11-05T00:36:19.658Z | Compiling bindgen v0.69.5 |
446 | 2024-11-05T00:36:19.661Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=2900e6e1c59c5691 -C extra-filename=-2900e6e1c59c5691 --out-dir /work/oxidecomputer/dropshot/target/debug/build/bindgen-2900e6e1c59c5691 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
447 | 2024-11-05T00:36:19.748Z | Compiling quote v1.0.37 |
448 | 2024-11-05T00:36:19.752Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=30226bfb34090ffa -C extra-filename=-30226bfb34090ffa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --cap-lints allow` |
449 | 2024-11-05T00:36:19.771Z | Compiling thiserror v1.0.67 |
450 | 2024-11-05T00:36:19.775Z | Running `/home/build/.rustup/toolchains/1.81.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.67/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=f3efa22e1258f464 -C extra-filename=-f3efa22e1258f464 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
451 | 2024-11-05T00:36:20.081Z | Compiling jobserver v0.1.32 |
452 | 2024-11-05T00:36:20.083Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153b2d3121d2050e -C extra-filename=-153b2d3121d2050e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
453 | 2024-11-05T00:36:20.164Z | Compiling syn v2.0.87 |
454 | 2024-11-05T00:36:20.167Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --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=0ce93571f1bf7dd8 -C extra-filename=-0ce93571f1bf7dd8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow` |
455 | 2024-11-05T00:36:20.368Z | Compiling errno v0.3.8 |
456 | 2024-11-05T00:36:20.370Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ef72ee92fe4f22fd -C extra-filename=-ef72ee92fe4f22fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
457 | 2024-11-05T00:36:20.392Z | Compiling getrandom v0.2.11 |
458 | 2024-11-05T00:36:20.394Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=c055ad56e078b2bf -C extra-filename=-c055ad56e078b2bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
459 | 2024-11-05T00:36:20.605Z | Compiling cc v1.1.34 |
460 | 2024-11-05T00:36:20.619Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=6774f00b02ea343f -C extra-filename=-6774f00b02ea343f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-153b2d3121d2050e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-ea00d5cb32738c9f.rmeta --cap-lints allow` |
461 | 2024-11-05T00:36:20.642Z | Running `/home/build/.rustup/toolchains/1.81.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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --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=dd15545c28591859 -C extra-filename=-dd15545c28591859 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-ef72ee92fe4f22fd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
462 | 2024-11-05T00:36:20.822Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464/build-script-build` |
463 | 2024-11-05T00:36:20.929Z | Running `/work/oxidecomputer/dropshot/target/debug/build/bindgen-2900e6e1c59c5691/build-script-build` |
464 | 2024-11-05T00:36:20.952Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=47a296f3e2408ec3 -C extra-filename=-47a296f3e2408ec3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow` |
465 | 2024-11-05T00:36:20.996Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=58889843b7a9d668 -C extra-filename=-58889843b7a9d668 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-20ad84b14bb5f485.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern libloading=/work/oxidecomputer/dropshot/target/debug/deps/liblibloading-9ee2cfc6128ee6b7.rmeta --cap-lints allow` |
466 | 2024-11-05T00:36:21.131Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build` |
467 | 2024-11-05T00:36:21.266Z | Compiling lock_api v0.4.6 |
468 | 2024-11-05T00:36:21.269Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=3978900608dbb478 -C extra-filename=-3978900608dbb478 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --cap-lints allow` |
469 | 2024-11-05T00:36:21.652Z | Compiling regex-automata v0.4.8 |
470 | 2024-11-05T00:36:21.655Z | Running `/home/build/.rustup/toolchains/1.81.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --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=1b3e337d10792855 -C extra-filename=-1b3e337d10792855 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern regex_syntax=/work/oxidecomputer/dropshot/target/debug/deps/libregex_syntax-d60a500ffa148200.rmeta --cap-lints allow` |
471 | 2024-11-05T00:36:21.701Z | Compiling itertools v0.12.1 |
472 | 2024-11-05T00:36:21.705Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5043ec8284f51f0c -C extra-filename=-5043ec8284f51f0c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern either=/work/oxidecomputer/dropshot/target/debug/deps/libeither-970e4fb0c815332d.rmeta --cap-lints allow` |
473 | 2024-11-05T00:36:22.668Z | Compiling cexpr v0.6.0 |
474 | 2024-11-05T00:36:22.670Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12cacc95eb7fbfca -C extra-filename=-12cacc95eb7fbfca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern nom=/work/oxidecomputer/dropshot/target/debug/deps/libnom-619f421af1388b81.rmeta --cap-lints allow` |
475 | 2024-11-05T00:36:22.847Z | Compiling which v4.4.2 |
476 | 2024-11-05T00:36:22.851Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=4878f260321fd371 -C extra-filename=-4878f260321fd371 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern either=/work/oxidecomputer/dropshot/target/debug/deps/libeither-970e4fb0c815332d.rmeta --extern home=/work/oxidecomputer/dropshot/target/debug/deps/libhome-7adb0d549a56fc4e.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dd15545c28591859.rmeta --cap-lints allow` |
477 | 2024-11-05T00:36:23.365Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b8f88142944b046a -C extra-filename=-b8f88142944b046a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
478 | 2024-11-05T00:36:23.714Z | Compiling lazycell v1.3.0 |
479 | 2024-11-05T00:36:23.720Z | Compiling paste v1.0.15 |
480 | 2024-11-05T00:36:23.720Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=0f4313603298a7ab -C extra-filename=-0f4313603298a7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
481 | 2024-11-05T00:36:23.720Z | Running `/home/build/.rustup/toolchains/1.81.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=df432ca69b43752f -C extra-filename=-df432ca69b43752f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
482 | 2024-11-05T00:36:23.881Z | Compiling rustc-hash v1.1.0 |
483 | 2024-11-05T00:36:23.883Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-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=6eea7efb22bac5a3 -C extra-filename=-6eea7efb22bac5a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
484 | 2024-11-05T00:36:24.017Z | Compiling serde_json v1.0.132 |
485 | 2024-11-05T00:36:24.017Z | Compiling cmake v0.1.51 |
486 | 2024-11-05T00:36:24.020Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --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=8cc29e2bfb4a4448 -C extra-filename=-8cc29e2bfb4a4448 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
487 | 2024-11-05T00:36:24.020Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f719089dc0c6683 -C extra-filename=-8f719089dc0c6683 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rmeta --cap-lints allow` |
488 | 2024-11-05T00:36:24.295Z | Compiling parking_lot v0.12.1 |
489 | 2024-11-05T00:36:24.298Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=9e633496c747d984 -C extra-filename=-9e633496c747d984 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-3978900608dbb478.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-47a296f3e2408ec3.rmeta --cap-lints allow` |
490 | 2024-11-05T00:36:24.298Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build` |
491 | 2024-11-05T00:36:24.298Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a501e22f7eccc2a1 -C extra-filename=-a501e22f7eccc2a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
492 | 2024-11-05T00:36:24.310Z | Compiling mio v0.8.11 |
493 | 2024-11-05T00:36:24.313Z | Running `/home/build/.rustup/toolchains/1.81.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 embed-bitcode=no -C debuginfo=2 --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=ef534fbc7263eded -C extra-filename=-ef534fbc7263eded --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
494 | 2024-11-05T00:36:24.394Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448/build-script-build` |
495 | 2024-11-05T00:36:24.414Z | Compiling signal-hook-registry v1.4.0 |
496 | 2024-11-05T00:36:24.417Z | Running `/home/build/.rustup/toolchains/1.81.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13ed113a032c516c -C extra-filename=-13ed113a032c516c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
497 | 2024-11-05T00:36:24.593Z | Compiling regex v1.11.1 |
498 | 2024-11-05T00:36:24.596Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.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="std"' --cfg 'feature="unicode-perl"' --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=de7c049ab4cfee52 -C extra-filename=-de7c049ab4cfee52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern regex_automata=/work/oxidecomputer/dropshot/target/debug/deps/libregex_automata-1b3e337d10792855.rmeta --extern regex_syntax=/work/oxidecomputer/dropshot/target/debug/deps/libregex_syntax-d60a500ffa148200.rmeta --cap-lints allow` |
499 | 2024-11-05T00:36:24.885Z | Compiling socket2 v0.5.5 |
500 | 2024-11-05T00:36:24.888Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c48d7082ea039fbe -C extra-filename=-c48d7082ea039fbe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
501 | 2024-11-05T00:36:25.272Z | Compiling num_cpus v1.13.0 |
502 | 2024-11-05T00:36:25.275Z | Running `/home/build/.rustup/toolchains/1.81.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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04cd0766ccd27b2b -C extra-filename=-04cd0766ccd27b2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
503 | 2024-11-05T00:36:25.398Z | Compiling dunce v1.0.5 |
504 | 2024-11-05T00:36:25.401Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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())' -C metadata=31a0e63c8e4a94cf -C extra-filename=-31a0e63c8e4a94cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
505 | 2024-11-05T00:36:25.436Z | Compiling fnv v1.0.7 |
506 | 2024-11-05T00:36:25.439Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2bd24fb3df166c6c -C extra-filename=-2bd24fb3df166c6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
507 | 2024-11-05T00:36:25.525Z | Compiling fs_extra v1.3.0 |
508 | 2024-11-05T00:36:25.528Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509dd76925ed8f9f -C extra-filename=-509dd76925ed8f9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
509 | 2024-11-05T00:36:25.564Z | Compiling http v1.1.0 |
510 | 2024-11-05T00:36:25.566Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e96a4e16ea84585e -C extra-filename=-e96a4e16ea84585e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --cap-lints allow` |
511 | 2024-11-05T00:36:25.591Z | Compiling ring v0.17.7 |
512 | 2024-11-05T00:36:25.594Z | Running `/home/build/.rustup/toolchains/1.81.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=642f0eb77bea6413 -C extra-filename=-642f0eb77bea6413 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-642f0eb77bea6413 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --cap-lints allow` |
513 | 2024-11-05T00:36:25.752Z | Running `/home/build/.rustup/toolchains/1.81.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=f3b9ce85cb7f52b1 -C extra-filename=-f3b9ce85cb7f52b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
514 | 2024-11-05T00:36:25.997Z | Compiling futures-channel v0.3.31 |
515 | 2024-11-05T00:36:26.009Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82ca570e4520d2e1 -C extra-filename=-82ca570e4520d2e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --cap-lints allow` |
516 | 2024-11-05T00:36:26.056Z | Compiling pin-utils v0.1.0 |
517 | 2024-11-05T00:36:26.058Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=841cd30071337bce -C extra-filename=-841cd30071337bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
518 | 2024-11-05T00:36:26.144Z | Compiling futures-task v0.3.31 |
519 | 2024-11-05T00:36:26.146Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9291dca7b9bcdf87 -C extra-filename=-9291dca7b9bcdf87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
520 | 2024-11-05T00:36:26.427Z | Compiling futures-io v0.3.31 |
521 | 2024-11-05T00:36:26.429Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=84ebde06aaab058c -C extra-filename=-84ebde06aaab058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
522 | 2024-11-05T00:36:26.457Z | Compiling equivalent v1.0.0 |
523 | 2024-11-05T00:36:26.460Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26cd1883cd3a3190 -C extra-filename=-26cd1883cd3a3190 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
524 | 2024-11-05T00:36:26.558Z | Compiling hashbrown v0.15.0 |
525 | 2024-11-05T00:36:26.561Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ece8df7fce8a126f -C extra-filename=-ece8df7fce8a126f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
526 | 2024-11-05T00:36:26.641Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-642f0eb77bea6413/build-script-build` |
527 | 2024-11-05T00:36:26.755Z | Compiling rustls-pki-types v1.8.0 |
528 | 2024-11-05T00:36:26.758Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=35337c6705e281ea -C extra-filename=-35337c6705e281ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2024-11-05T00:36:26.884Z | Compiling httparse v1.8.0 |
530 | 2024-11-05T00:36:26.887Z | Running `/home/build/.rustup/toolchains/1.81.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=dc1b216898c51762 -C extra-filename=-dc1b216898c51762 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
531 | 2024-11-05T00:36:27.216Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build` |
532 | 2024-11-05T00:36:27.236Z | Compiling spin v0.9.8 |
533 | 2024-11-05T00:36:27.238Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=069da3410e3c132f -C extra-filename=-069da3410e3c132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
534 | 2024-11-05T00:36:27.315Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --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=07956e1ee2e83bc1 -C extra-filename=-07956e1ee2e83bc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
535 | 2024-11-05T00:36:27.462Z | Compiling aws-lc-rs v1.10.0 |
536 | 2024-11-05T00:36:27.464Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=df87b6251188d563 -C extra-filename=-df87b6251188d563 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-df87b6251188d563 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
537 | 2024-11-05T00:36:27.521Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=21a13ad74cc5c7c6 -C extra-filename=-21a13ad74cc5c7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
538 | 2024-11-05T00:36:27.697Z | Compiling tracing-core v0.1.32 |
539 | 2024-11-05T00:36:27.700Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=558686ac403bb3f5 -C extra-filename=-558686ac403bb3f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --cap-lints allow` |
540 | 2024-11-05T00:36:27.875Z | Compiling untrusted v0.9.0 |
541 | 2024-11-05T00:36:27.877Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b41e9fb8926b435 -C extra-filename=-5b41e9fb8926b435 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
542 | 2024-11-05T00:36:28.054Z | Compiling byteorder v1.4.3 |
543 | 2024-11-05T00:36:28.057Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c621ca04176e8253 -C extra-filename=-c621ca04176e8253 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
544 | 2024-11-05T00:36:28.211Z | Compiling ucd-trie v0.1.6 |
545 | 2024-11-05T00:36:28.213Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3746a03a1ec9fda -C extra-filename=-d3746a03a1ec9fda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
546 | 2024-11-05T00:36:28.254Z | Compiling typenum v1.14.0 |
547 | 2024-11-05T00:36:28.256Z | Running `/home/build/.rustup/toolchains/1.81.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.14.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("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=1c4a279d732f1fa0 -C extra-filename=-1c4a279d732f1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
548 | 2024-11-05T00:36:28.502Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-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="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=94624464deede8bb -C extra-filename=-94624464deede8bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern cexpr=/work/oxidecomputer/dropshot/target/debug/deps/libcexpr-12cacc95eb7fbfca.rmeta --extern clang_sys=/work/oxidecomputer/dropshot/target/debug/deps/libclang_sys-58889843b7a9d668.rmeta --extern itertools=/work/oxidecomputer/dropshot/target/debug/deps/libitertools-5043ec8284f51f0c.rmeta --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rmeta --extern lazycell=/work/oxidecomputer/dropshot/target/debug/deps/liblazycell-0f4313603298a7ab.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-07956e1ee2e83bc1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern regex=/work/oxidecomputer/dropshot/target/debug/deps/libregex-de7c049ab4cfee52.rmeta --extern rustc_hash=/work/oxidecomputer/dropshot/target/debug/deps/librustc_hash-6eea7efb22bac5a3.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-ea00d5cb32738c9f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern which=/work/oxidecomputer/dropshot/target/debug/deps/libwhich-4878f260321fd371.rmeta --cap-lints allow` |
549 | 2024-11-05T00:36:28.891Z | Compiling tracing v0.1.40 |
550 | 2024-11-05T00:36:28.894Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="std"' --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=010fd3ac9d9d5716 -C extra-filename=-010fd3ac9d9d5716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-558686ac403bb3f5.rmeta --cap-lints allow` |
551 | 2024-11-05T00:36:29.179Z | Compiling pkg-config v0.3.31 |
552 | 2024-11-05T00:36:29.181Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a629b4764ab89dc -C extra-filename=-9a629b4764ab89dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
553 | 2024-11-05T00:36:29.203Z | Compiling zeroize v1.7.0 |
554 | 2024-11-05T00:36:29.203Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=8e6474ef58ffc2ce -C extra-filename=-8e6474ef58ffc2ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
555 | 2024-11-05T00:36:29.334Z | Compiling atomic-waker v1.1.1 |
556 | 2024-11-05T00:36:29.336Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=ebb90767da02de40 -C extra-filename=-ebb90767da02de40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
557 | 2024-11-05T00:36:29.519Z | Compiling vcpkg v0.2.15 |
558 | 2024-11-05T00:36:29.521Z | Running `/home/build/.rustup/toolchains/1.81.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=52b6766bfbb6e521 -C extra-filename=-52b6766bfbb6e521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
559 | 2024-11-05T00:36:29.533Z | Compiling mirai-annotations v1.12.0 |
560 | 2024-11-05T00:36:29.537Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=000e54e89f8a95a0 -C extra-filename=-000e54e89f8a95a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
561 | 2024-11-05T00:36:29.717Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main` |
562 | 2024-11-05T00:36:29.831Z | Compiling http-body v1.0.1 |
563 | 2024-11-05T00:36:29.833Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7ab71ef414804f8 -C extra-filename=-f7ab71ef414804f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --cap-lints allow` |
564 | 2024-11-05T00:36:29.918Z | Compiling generic-array v0.14.5 |
565 | 2024-11-05T00:36:29.922Z | Running `/home/build/.rustup/toolchains/1.81.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.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="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=299a563514fbfa52 -C extra-filename=-299a563514fbfa52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
566 | 2024-11-05T00:36:30.046Z | Compiling crossbeam-utils v0.8.15 |
567 | 2024-11-05T00:36:30.048Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=439bf7cf0b71f291 -C extra-filename=-439bf7cf0b71f291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2024-11-05T00:36:30.242Z | Compiling try-lock v0.2.3 |
569 | 2024-11-05T00:36:30.245Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a889aadfcff4b159 -C extra-filename=-a889aadfcff4b159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
570 | 2024-11-05T00:36:30.382Z | Compiling want v0.3.0 |
571 | 2024-11-05T00:36:30.385Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca787da9a6952171 -C extra-filename=-ca787da9a6952171 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a889aadfcff4b159.rmeta --cap-lints allow` |
572 | 2024-11-05T00:36:30.385Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build` |
573 | 2024-11-05T00:36:30.446Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=466998a3bae240f6 -C extra-filename=-466998a3bae240f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
574 | 2024-11-05T00:36:30.481Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build` |
575 | 2024-11-05T00:36:30.501Z | Compiling num-conv v0.1.0 |
576 | 2024-11-05T00:36:30.504Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=a4e311a2ece97e7c -C extra-filename=-a4e311a2ece97e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
577 | 2024-11-05T00:36:30.655Z | Compiling powerfmt v0.2.0 |
578 | 2024-11-05T00:36:30.658Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=79a4c9960552dc37 -C extra-filename=-79a4c9960552dc37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
579 | 2024-11-05T00:36:30.788Z | Compiling time-core v0.1.2 |
580 | 2024-11-05T00:36:30.791Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b86199d291ebaea -C extra-filename=-1b86199d291ebaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
581 | 2024-11-05T00:36:30.962Z | Compiling httpdate v1.0.1 |
582 | 2024-11-05T00:36:30.965Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3710a5097de34c68 -C extra-filename=-3710a5097de34c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
583 | 2024-11-05T00:36:31.006Z | Compiling subtle v2.5.0 |
584 | 2024-11-05T00:36:31.009Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c47f07b88d3eacd6 -C extra-filename=-c47f07b88d3eacd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
585 | 2024-11-05T00:36:31.021Z | Compiling time-macros v0.2.18 |
586 | 2024-11-05T00:36:31.026Z | Compiling openssl-sys v0.9.103 |
587 | 2024-11-05T00:36:31.026Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=f584f758ed4531cd -C extra-filename=-f584f758ed4531cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rlib --extern proc_macro --cap-lints allow` |
588 | 2024-11-05T00:36:31.026Z | Running `/home/build/.rustup/toolchains/1.81.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.103/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=5d14d56055067564 -C extra-filename=-5d14d56055067564 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5d14d56055067564 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-9a629b4764ab89dc.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-52b6766bfbb6e521.rlib --cap-lints allow` |
589 | 2024-11-05T00:36:31.270Z | Compiling deranged v0.3.11 |
590 | 2024-11-05T00:36:31.272Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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 -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=a8bb5173d15b53e0 -C extra-filename=-a8bb5173d15b53e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --cap-lints allow` |
591 | 2024-11-05T00:36:31.452Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=eb6361ac66ca6ff3 -C extra-filename=-eb6361ac66ca6ff3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow` |
592 | 2024-11-05T00:36:31.725Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=322ed2f0e912b7cf -C extra-filename=-322ed2f0e912b7cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow --cfg relaxed_coherence` |
593 | 2024-11-05T00:36:32.040Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5d14d56055067564/build-script-main` |
594 | 2024-11-05T00:36:32.273Z | Compiling num_threads v0.1.3 |
595 | 2024-11-05T00:36:32.275Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2e6b58fe65205cb -C extra-filename=-a2e6b58fe65205cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
596 | 2024-11-05T00:36:32.399Z | Compiling slog v2.7.0 |
597 | 2024-11-05T00:36:32.402Z | Running `/home/build/.rustup/toolchains/1.81.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=c06fe7155cc4b3f8 -C extra-filename=-c06fe7155cc4b3f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
598 | 2024-11-05T00:36:32.487Z | Compiling serde_derive v1.0.214 |
599 | 2024-11-05T00:36:32.489Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=59a97fe3b8ae5440 -C extra-filename=-59a97fe3b8ae5440 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
600 | 2024-11-05T00:36:32.596Z | Compiling thiserror-impl v1.0.67 |
601 | 2024-11-05T00:36:32.599Z | Running `/home/build/.rustup/toolchains/1.81.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.67/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=0ea36a7f1d75489b -C extra-filename=-0ea36a7f1d75489b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
602 | 2024-11-05T00:36:32.888Z | Compiling tokio-macros v2.3.0 |
603 | 2024-11-05T00:36:32.890Z | Running `/home/build/.rustup/toolchains/1.81.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.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=ac6acb7b23dcb8c5 -C extra-filename=-ac6acb7b23dcb8c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
604 | 2024-11-05T00:36:33.005Z | Compiling futures-macro v0.3.31 |
605 | 2024-11-05T00:36:33.010Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33427da0771a88e4 -C extra-filename=-33427da0771a88e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
606 | 2024-11-05T00:36:33.216Z | Compiling zerocopy-derive v0.7.32 |
607 | 2024-11-05T00:36:33.220Z | Running `/home/build/.rustup/toolchains/1.81.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=50f663da3d369feb -C extra-filename=-50f663da3d369feb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
608 | 2024-11-05T00:36:33.754Z | Compiling base64 v0.22.1 |
609 | 2024-11-05T00:36:33.757Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=d2813238a13a4e3d -C extra-filename=-d2813238a13a4e3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
610 | 2024-11-05T00:36:34.414Z | Compiling tokio v1.38.1 |
611 | 2024-11-05T00:36:34.417Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.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 -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="num_cpus"' --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="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", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=cc04e4a561731354 -C extra-filename=-cc04e4a561731354 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ef534fbc7263eded.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-04cd0766ccd27b2b.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-9e633496c747d984.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-13ed113a032c516c.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c48d7082ea039fbe.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ac6acb7b23dcb8c5.so --cap-lints allow` |
612 | 2024-11-05T00:36:34.561Z | Compiling time v0.3.36 |
613 | 2024-11-05T00:36:34.564Z | Running `/home/build/.rustup/toolchains/1.81.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 -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="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=7b5dadbc485090a9 -C extra-filename=-7b5dadbc485090a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-a8bb5173d15b53e0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a2e6b58fe65205cb.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f584f758ed4531cd.so --cap-lints allow` |
614 | 2024-11-05T00:36:34.860Z | Compiling futures-util v0.3.31 |
615 | 2024-11-05T00:36:34.862Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33f8bee5b6233595 -C extra-filename=-33f8bee5b6233595 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-33427da0771a88e4.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-841cd30071337bce.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --cap-lints allow` |
616 | 2024-11-05T00:36:35.264Z | Compiling zerocopy v0.7.32 |
617 | 2024-11-05T00:36:35.267Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --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=cfc391119453d12a -C extra-filename=-cfc391119453d12a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-c621ca04176e8253.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-50f663da3d369feb.so --cap-lints allow` |
618 | 2024-11-05T00:36:35.339Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fea0e5a5cab7755 -C extra-filename=-6fea0e5a5cab7755 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-0ea36a7f1d75489b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
619 | 2024-11-05T00:36:35.478Z | Compiling pest v2.7.6 |
620 | 2024-11-05T00:36:35.481Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=a86ac4d8ba8146fd -C extra-filename=-a86ac4d8ba8146fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d3746a03a1ec9fda.rmeta --cap-lints allow` |
621 | 2024-11-05T00:36:36.766Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build` |
622 | 2024-11-05T00:36:36.825Z | Compiling scroll_derive v0.12.0 |
623 | 2024-11-05T00:36:36.828Z | Running `/home/build/.rustup/toolchains/1.81.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=6717533838172126 -C extra-filename=-6717533838172126 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
624 | 2024-11-05T00:36:38.166Z | Compiling pest_meta v2.7.6 |
625 | 2024-11-05T00:36:38.169Z | Running `/home/build/.rustup/toolchains/1.81.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=2ca99550ce223985 -C extra-filename=-2ca99550ce223985 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --cap-lints allow` |
626 | 2024-11-05T00:36:38.265Z | Compiling thread-id v4.0.0 |
627 | 2024-11-05T00:36:38.268Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bfcb34d419b213b -C extra-filename=-7bfcb34d419b213b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
628 | 2024-11-05T00:36:38.364Z | Compiling usdt-impl v0.5.0 |
629 | 2024-11-05T00:36:38.367Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=aaea62d936c84ae6 -C extra-filename=-aaea62d936c84ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
630 | 2024-11-05T00:36:38.719Z | Compiling unicase v2.6.0 |
631 | 2024-11-05T00:36:38.725Z | Running `/home/build/.rustup/toolchains/1.81.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.6.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=70918463facf3828 -C extra-filename=-70918463facf3828 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
632 | 2024-11-05T00:36:38.809Z | Compiling tinyvec_macros v0.1.0 |
633 | 2024-11-05T00:36:38.812Z | Running `/home/build/.rustup/toolchains/1.81.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10d0ec1ac640557d -C extra-filename=-10d0ec1ac640557d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
634 | 2024-11-05T00:36:38.889Z | Compiling openssl v0.10.66 |
635 | 2024-11-05T00:36:38.892Z | Running `/home/build/.rustup/toolchains/1.81.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.66/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=26b884f4547cf128 -C extra-filename=-26b884f4547cf128 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
636 | 2024-11-05T00:36:39.036Z | Compiling rustls v0.23.13 |
637 | 2024-11-05T00:36:39.036Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1ff0c10e64ba5f0c -C extra-filename=-1ff0c10e64ba5f0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1ff0c10e64ba5f0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
638 | 2024-11-05T00:36:39.321Z | Compiling pest_generator v2.7.6 |
639 | 2024-11-05T00:36:39.326Z | Running `/home/build/.rustup/toolchains/1.81.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=b18ff40a7e90e36b -C extra-filename=-b18ff40a7e90e36b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2ca99550ce223985.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
640 | 2024-11-05T00:36:39.370Z | Compiling openssl-probe v0.1.4 |
641 | 2024-11-05T00:36:39.378Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccb254a8c8a5a664 -C extra-filename=-ccb254a8c8a5a664 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
642 | 2024-11-05T00:36:39.452Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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 -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", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=54bd3971f832ef61 -C extra-filename=-54bd3971f832ef61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c055ad56e078b2bf.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b74a8073b33bc767/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
643 | 2024-11-05T00:36:39.747Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --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=b894757e4bbb2d8f -C extra-filename=-b894757e4bbb2d8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-59a97fe3b8ae5440.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
644 | 2024-11-05T00:36:39.802Z | Compiling tower-service v0.3.1 |
645 | 2024-11-05T00:36:39.805Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1ab31e38443a730 -C extra-filename=-e1ab31e38443a730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
646 | 2024-11-05T00:36:39.938Z | Compiling percent-encoding v2.3.1 |
647 | 2024-11-05T00:36:39.941Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=2a227dfef3facbb6 -C extra-filename=-2a227dfef3facbb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
648 | 2024-11-05T00:36:40.339Z | Compiling foreign-types-shared v0.1.1 |
649 | 2024-11-05T00:36:40.341Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96392c29a5a90b25 -C extra-filename=-96392c29a5a90b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
650 | 2024-11-05T00:36:40.450Z | Compiling foreign-types v0.3.2 |
651 | 2024-11-05T00:36:40.452Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a65327a67759dbf6 -C extra-filename=-a65327a67759dbf6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-96392c29a5a90b25.rmeta --cap-lints allow` |
652 | 2024-11-05T00:36:40.539Z | Compiling form_urlencoded v1.2.1 |
653 | 2024-11-05T00:36:40.542Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=6034213675609ae9 -C extra-filename=-6034213675609ae9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --cap-lints allow` |
654 | 2024-11-05T00:36:40.904Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build` |
655 | 2024-11-05T00:36:40.924Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build` |
656 | 2024-11-05T00:36:40.985Z | Compiling tinyvec v1.5.1 |
657 | 2024-11-05T00:36:40.987Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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 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", "serde", "std", "tinyvec_macros"))' -C metadata=1bab1612e8c89308 -C extra-filename=-1bab1612e8c89308 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-10d0ec1ac640557d.rmeta --cap-lints allow` |
658 | 2024-11-05T00:36:41.014Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build` |
659 | 2024-11-05T00:36:41.037Z | Compiling aws-lc-sys v0.22.0 |
660 | 2024-11-05T00:36:41.040Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=2883f96686d434fd -C extra-filename=-2883f96686d434fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bindgen=/work/oxidecomputer/dropshot/target/debug/deps/libbindgen-94624464deede8bb.rlib --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-8f719089dc0c6683.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-31a0e63c8e4a94cf.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-509dd76925ed8f9f.rlib --cap-lints allow` |
661 | 2024-11-05T00:36:41.093Z | Compiling scroll v0.12.0 |
662 | 2024-11-05T00:36:41.095Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=061eb752c8b1ddca -C extra-filename=-061eb752c8b1ddca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-6717533838172126.so --cap-lints allow` |
663 | 2024-11-05T00:36:41.146Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=623b7fd74a090828 -C extra-filename=-623b7fd74a090828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
664 | 2024-11-05T00:36:41.664Z | Compiling block-buffer v0.10.2 |
665 | 2024-11-05T00:36:41.666Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b87da4e74dd8a8b8 -C extra-filename=-b87da4e74dd8a8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-322ed2f0e912b7cf.rmeta --cap-lints allow` |
666 | 2024-11-05T00:36:41.872Z | Compiling crypto-common v0.1.6 |
667 | 2024-11-05T00:36:41.875Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7d4adb005fe15275 -C extra-filename=-7d4adb005fe15275 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-322ed2f0e912b7cf.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow` |
668 | 2024-11-05T00:36:42.036Z | Compiling pest_derive v2.7.6 |
669 | 2024-11-05T00:36:42.039Z | Running `/home/build/.rustup/toolchains/1.81.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=7ab723e941b27af1 -C extra-filename=-7ab723e941b27af1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-b18ff40a7e90e36b.rlib --extern proc_macro --cap-lints allow` |
670 | 2024-11-05T00:36:42.059Z | Compiling openssl-macros v0.1.1 |
671 | 2024-11-05T00:36:42.063Z | Running `/home/build/.rustup/toolchains/1.81.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=a54f0e0fede78147 -C extra-filename=-a54f0e0fede78147 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
672 | 2024-11-05T00:36:42.131Z | Compiling tokio-util v0.7.7 |
673 | 2024-11-05T00:36:42.134Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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 -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --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=2aa975dae4a002bf -C extra-filename=-2aa975dae4a002bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow` |
674 | 2024-11-05T00:36:42.489Z | Running `/home/build/.rustup/toolchains/1.81.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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=068a76d4b44d3e6b -C extra-filename=-068a76d4b44d3e6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow -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 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
675 | 2024-11-05T00:36:42.895Z | Compiling rand_core v0.6.3 |
676 | 2024-11-05T00:36:42.898Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -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=ae94a90411442bec -C extra-filename=-ae94a90411442bec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c055ad56e078b2bf.rmeta --cap-lints allow` |
677 | 2024-11-05T00:36:42.956Z | Compiling dtrace-parser v0.2.0 |
678 | 2024-11-05T00:36:42.958Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d029f76f2070d533 -C extra-filename=-d029f76f2070d533 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-7ab723e941b27af1.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --cap-lints allow` |
679 | 2024-11-05T00:36:43.346Z | Compiling num-traits v0.2.14 |
680 | 2024-11-05T00:36:43.348Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/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("default", "i128", "libm", "std"))' -C metadata=25d1f796f5ffb973 -C extra-filename=-25d1f796f5ffb973 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow` |
681 | 2024-11-05T00:36:43.535Z | Compiling ppv-lite86 v0.2.15 |
682 | 2024-11-05T00:36:43.537Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -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=074a345acd155266 -C extra-filename=-074a345acd155266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
683 | 2024-11-05T00:36:43.686Z | Compiling rustls v0.22.4 |
684 | 2024-11-05T00:36:43.688Z | Running `/home/build/.rustup/toolchains/1.81.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="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=116dac941148aace -C extra-filename=-116dac941148aace --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-116dac941148aace -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
685 | 2024-11-05T00:36:43.706Z | Compiling native-tls v0.2.12 |
686 | 2024-11-05T00:36:43.719Z | Running `/home/build/.rustup/toolchains/1.81.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.12/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=9fc3009cc773601b -C extra-filename=-9fc3009cc773601b --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
687 | 2024-11-05T00:36:43.842Z | Compiling plain v0.2.3 |
688 | 2024-11-05T00:36:43.845Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06bf14483863a4cc -C extra-filename=-06bf14483863a4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
689 | 2024-11-05T00:36:43.880Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd/build-script-main` |
690 | 2024-11-05T00:36:43.996Z | Compiling mime v0.3.16 |
691 | 2024-11-05T00:36:43.999Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=407c4e666a8d0b2a -C extra-filename=-407c4e666a8d0b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
692 | 2024-11-05T00:36:43.999Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-116dac941148aace/build-script-build` |
693 | 2024-11-05T00:36:44.076Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build` |
694 | 2024-11-05T00:36:44.096Z | Compiling goblin v0.8.0 |
695 | 2024-11-05T00:36:44.099Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=1d10f0cbe2772d2c -C extra-filename=-1d10f0cbe2772d2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-06bf14483863a4cc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-061eb752c8b1ddca.rmeta --cap-lints allow` |
696 | 2024-11-05T00:36:44.301Z | Compiling rand_chacha v0.3.1 |
697 | 2024-11-05T00:36:44.303Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=a8fc308e63cab52a -C extra-filename=-a8fc308e63cab52a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-074a345acd155266.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-ae94a90411442bec.rmeta --cap-lints allow` |
698 | 2024-11-05T00:36:44.589Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build` |
699 | 2024-11-05T00:36:44.613Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=43020e91761fbaca -C extra-filename=-43020e91761fbaca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a65327a67759dbf6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-a54f0e0fede78147.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-068a76d4b44d3e6b.rmeta --cap-lints allow -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 ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
700 | 2024-11-05T00:36:44.865Z | Compiling unicode-normalization v0.1.24 |
701 | 2024-11-05T00:36:44.868Z | Running `/home/build/.rustup/toolchains/1.81.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2656c349509caf9a -C extra-filename=-2656c349509caf9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-1bab1612e8c89308.rmeta --cap-lints allow` |
702 | 2024-11-05T00:36:45.071Z | Compiling digest v0.10.7 |
703 | 2024-11-05T00:36:45.074Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --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=0d6220f30712722c -C extra-filename=-0d6220f30712722c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-b87da4e74dd8a8b8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-7d4adb005fe15275.rmeta --cap-lints allow` |
704 | 2024-11-05T00:36:45.404Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --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=da4001afbcea7b86 -C extra-filename=-da4001afbcea7b86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
705 | 2024-11-05T00:36:45.562Z | Compiling indexmap v2.6.0 |
706 | 2024-11-05T00:36:45.565Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 -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=3ea7e3523b53acdc -C extra-filename=-3ea7e3523b53acdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-26cd1883cd3a3190.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ece8df7fce8a126f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
707 | 2024-11-05T00:36:45.864Z | Compiling serde_tokenstream v0.2.2 |
708 | 2024-11-05T00:36:45.867Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fb28d2646fe96f9 -C extra-filename=-7fb28d2646fe96f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
709 | 2024-11-05T00:36:45.933Z | Compiling toml_datetime v0.6.8 |
710 | 2024-11-05T00:36:45.935Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=2563f087d732dc26 -C extra-filename=-2563f087d732dc26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
711 | 2024-11-05T00:36:46.395Z | Compiling serde_spanned v0.6.7 |
712 | 2024-11-05T00:36:46.401Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=e081415c54c2c6f1 -C extra-filename=-e081415c54c2c6f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
713 | 2024-11-05T00:36:46.488Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=cc7bef60130e4d67 -C extra-filename=-cc7bef60130e4d67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
714 | 2024-11-05T00:36:46.633Z | Compiling rustls-pemfile v2.1.3 |
715 | 2024-11-05T00:36:46.637Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6dfccbc6e21a7d1 -C extra-filename=-e6dfccbc6e21a7d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --cap-lints allow` |
716 | 2024-11-05T00:36:46.832Z | Compiling h2 v0.4.6 |
717 | 2024-11-05T00:36:46.835Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=67c5bab9a018a81d -C extra-filename=-67c5bab9a018a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-ebb90767da02de40.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-2aa975dae4a002bf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow` |
718 | 2024-11-05T00:36:46.851Z | Compiling dirs-sys-next v0.1.2 |
719 | 2024-11-05T00:36:46.854Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37d565d9ed934cb6 -C extra-filename=-37d565d9ed934cb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow` |
720 | 2024-11-05T00:36:47.165Z | Compiling dof v0.3.0 |
721 | 2024-11-05T00:36:47.168Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=7e7418e65cbcc4b1 -C extra-filename=-7e7418e65cbcc4b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow` |
722 | 2024-11-05T00:36:47.659Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9c9d8043d14f6018 -C extra-filename=-9c9d8043d14f6018 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7e7418e65cbcc4b1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-7bfcb34d419b213b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
723 | 2024-11-05T00:36:48.021Z | Running `/home/build/.rustup/toolchains/1.81.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=79e0ca589ca36422 -C extra-filename=-79e0ca589ca36422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
724 | 2024-11-05T00:36:48.402Z | Compiling unicode-bidi v0.3.15 |
725 | 2024-11-05T00:36:48.406Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -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=fe4489388b786375 -C extra-filename=-fe4489388b786375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
726 | 2024-11-05T00:36:48.642Z | Compiling pretty-hex v0.4.1 |
727 | 2024-11-05T00:36:48.645Z | Running `/home/build/.rustup/toolchains/1.81.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=81da656db6704c19 -C extra-filename=-81da656db6704c19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
728 | 2024-11-05T00:36:48.840Z | Compiling winnow v0.6.18 |
729 | 2024-11-05T00:36:48.842Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=928300a19a06ba7e -C extra-filename=-928300a19a06ba7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
730 | 2024-11-05T00:36:48.958Z | Compiling cpufeatures v0.2.2 |
731 | 2024-11-05T00:36:48.971Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a449e1214a22e7ab -C extra-filename=-a449e1214a22e7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
732 | 2024-11-05T00:36:49.051Z | Compiling sha1 v0.10.6 |
733 | 2024-11-05T00:36:49.054Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=8bcb558f7ff41031 -C extra-filename=-8bcb558f7ff41031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a449e1214a22e7ab.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0d6220f30712722c.rmeta --cap-lints allow` |
734 | 2024-11-05T00:36:49.467Z | Running `/home/build/.rustup/toolchains/1.81.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 -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=f5b0996199b811bd -C extra-filename=-f5b0996199b811bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1d10f0cbe2772d2c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-81da656db6704c19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow` |
735 | 2024-11-05T00:36:49.940Z | Compiling idna v0.5.0 |
736 | 2024-11-05T00:36:49.942Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 -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=a3fccb11a7fb733a -C extra-filename=-a3fccb11a7fb733a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-fe4489388b786375.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2656c349509caf9a.rmeta --cap-lints allow` |
737 | 2024-11-05T00:36:50.928Z | Running `/home/build/.rustup/toolchains/1.81.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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7480dacb01a8a605 -C extra-filename=-7480dacb01a8a605 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-43020e91761fbaca.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-ccb254a8c8a5a664.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-068a76d4b44d3e6b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
738 | 2024-11-05T00:36:51.587Z | Compiling hyper v1.5.0 |
739 | 2024-11-05T00:36:51.590Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=50a8854526f3b276 -C extra-filename=-50a8854526f3b276 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-67c5bab9a018a81d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow` |
740 | 2024-11-05T00:36:51.641Z | The following warnings were emitted during compilation: |
741 | 2024-11-05T00:36:51.641Z | |
742 | 2024-11-05T00:36:51.643Z | warning: aws-lc-sys@0.22.0: Building with: CMake |
743 | 2024-11-05T00:36:51.643Z | warning: aws-lc-sys@0.22.0: Symbol Prefix: Some("aws_lc_0_22_0") |
744 | 2024-11-05T00:36:51.643Z | warning: aws-lc-sys@0.22.0: CMAKE environment variable set: cmake |
745 | 2024-11-05T00:36:51.644Z | warning: aws-lc-sys@0.22.0: Generating bindings - internal bindgen. Platform: x86_64-unknown-illumos |
746 | 2024-11-05T00:36:51.644Z | |
747 | 2024-11-05T00:36:51.644Z | error: failed to run custom build command for `aws-lc-sys v0.22.0` |
748 | 2024-11-05T00:36:51.644Z | |
749 | 2024-11-05T00:36:51.644Z | Caused by: |
750 | 2024-11-05T00:36:51.644Z | process didn't exit successfully: `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd/build-script-main` (exit status: 101) |
751 | 2024-11-05T00:36:51.644Z | --- stdout |
752 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX |
753 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS |
754 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN |
755 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM |
756 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS |
757 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM |
758 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD |
759 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER |
760 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC |
761 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=CMAKE |
762 | 2024-11-05T00:36:51.644Z | cargo:warning=Building with: CMake |
763 | 2024-11-05T00:36:51.644Z | cargo:warning=Symbol Prefix: Some("aws_lc_0_22_0") |
764 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=CMAKE |
765 | 2024-11-05T00:36:51.644Z | cargo:warning=CMAKE environment variable set: cmake |
766 | 2024-11-05T00:36:51.644Z | cargo:warning=Generating bindings - internal bindgen. Platform: x86_64-unknown-illumos |
767 | 2024-11-05T00:36:51.644Z | cargo:rerun-if-env-changed=AWS_LC_SYS_INCLUDES |
768 | 2024-11-05T00:36:51.644Z | |
769 | 2024-11-05T00:36:51.644Z | --- stderr |
770 | 2024-11-05T00:36:51.644Z | thread 'main' panicked at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs:622:31: |
771 | 2024-11-05T00:36:51.644Z | Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])" |
772 | 2024-11-05T00:36:51.644Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
773 | 2024-11-05T00:36:51.644Z | warning: build failed, waiting for other jobs to finish... |
774 | 2024-11-05T00:36:54.579Z | |
775 | 2024-11-05T00:36:54.579Z | real 40.886349616 |
776 | 2024-11-05T00:36:54.579Z | user 3:35.355760292 |
777 | 2024-11-05T00:36:54.580Z | sys 48.147060531 |
778 | 2024-11-05T00:36:54.580Z | trap 0.121348503 |
779 | 2024-11-05T00:36:54.582Z | tflt 6.321842506 |
780 | 2024-11-05T00:36:54.582Z | dflt 4.677827180 |
781 | 2024-11-05T00:36:54.582Z | kflt 0.011995290 |
782 | 2024-11-05T00:36:54.582Z | lock 5:46.142823854 |
783 | 2024-11-05T00:36:54.582Z | slp 16:12.223902984 |
784 | 2024-11-05T00:36:54.582Z | lat 10.120421579 |
785 | 2024-11-05T00:36:54.582Z | stop 28.268530995 |
786 | 2024-11-05T00:36:54.582Z | process exited: duration 63738 ms, exit code 101 |
|
787 | 2024-11-05T00:36:54.588Z | found 0 output files |